diff --git a/public/.DS_Store b/public/.DS_Store index 9e18490..e40e9b0 100644 Binary files a/public/.DS_Store and b/public/.DS_Store differ diff --git a/public/zeroaccident/.DS_Store b/public/zeroaccident/.DS_Store index 1e250f2..567951f 100644 Binary files a/public/zeroaccident/.DS_Store and b/public/zeroaccident/.DS_Store differ diff --git a/public/zeroaccident/Build/BuildWebGL.data b/public/zeroaccident/Build/BuildWebGL.data deleted file mode 100644 index 55e10e1..0000000 Binary files a/public/zeroaccident/Build/BuildWebGL.data and /dev/null differ diff --git a/public/zeroaccident/Build/BuildWebGL.framework.js b/public/zeroaccident/Build/BuildWebGL.framework.js deleted file mode 100644 index e8d3edd..0000000 --- a/public/zeroaccident/Build/BuildWebGL.framework.js +++ /dev/null @@ -1,5 +0,0 @@ -function unityFramework(Module) { -var Module=typeof Module!=="undefined"?Module:{}; -function Pointer_stringify(s,len){warnOnce("The JavaScript function 'Pointer_stringify(ptrToSomeCString)' is obsoleted and will be removed in a future Unity version. Please call 'UTF8ToString(ptrToSomeCString)' instead.");return UTF8ToString(s,len)}Module["Pointer_stringify"]=Pointer_stringify;var stackTraceReference="(^|\\n)(\\s+at\\s+|)jsStackTrace(\\s+\\(|@)([^\\n]+):\\d+:\\d+(\\)|)(\\n|$)";var stackTraceReferenceMatch=jsStackTrace().match(new RegExp(stackTraceReference));if(stackTraceReferenceMatch)Module.stackTraceRegExp=new RegExp(stackTraceReference.replace("([^\\n]+)",stackTraceReferenceMatch[4].replace(/[\\^${}[\]().*+?|]/g,"\\$&")).replace("jsStackTrace","[^\\n]+"));var abort=function(what){if(ABORT)return;ABORT=true;EXITSTATUS=1;if(typeof ENVIRONMENT_IS_PTHREAD!=="undefined"&&ENVIRONMENT_IS_PTHREAD)console.error("Pthread aborting at "+(new Error).stack);if(what!==undefined){out(what);err(what);what=JSON.stringify(what)}else{what=""}var message="abort("+what+") at "+stackTrace();if(Module.abortHandler&&Module.abortHandler(message))return;throw message};Module["SetFullscreen"]=function(fullscreen){if(typeof runtimeInitialized==="undefined"||!runtimeInitialized){console.log("Runtime not initialized yet.")}else if(typeof JSEvents==="undefined"){console.log("Player not loaded yet.")}else{var tmp=JSEvents.canPerformEventHandlerRequests;JSEvents.canPerformEventHandlerRequests=function(){return 1};Module.ccall("SetFullscreen",null,["number"],[fullscreen]);JSEvents.canPerformEventHandlerRequests=tmp}};if(typeof ENVIRONMENT_IS_PTHREAD==="undefined"||!ENVIRONMENT_IS_PTHREAD){Module["preRun"].push(function(){var unityFileSystemInit=Module["unityFileSystemInit"]||function(){FS.mkdir("/idbfs");FS.mount(IDBFS,{},"/idbfs");Module.addRunDependency("JS_FileSystem_Mount");FS.syncfs(true,function(err){if(err)console.log("IndexedDB is not available. Data will not persist in cache and PlayerPrefs will not be saved.");Module.removeRunDependency("JS_FileSystem_Mount")})};unityFileSystemInit()})}var videoInputDevices=[];var videoInputDevicesEnumerated=false;var removeEnumerateMediaDevicesRunDependency;var enumerateWatchdog=null;function matchToOldDevice(newDevice){var oldDevices=Object.keys(videoInputDevices);for(var i=0;i1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",abort);quit_=function(status){process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){var data;if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit==="function"){quit_=function(status){quit(status)}}if(typeof print!=="undefined"){if(typeof console==="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!=="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!=="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=function(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=function(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=function(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=function(title){document.title=title}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);for(key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var STACK_ALIGN=16;function alignMemory(size,factor){if(!factor)factor=STACK_ALIGN;return Math.ceil(size/factor)*factor}function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;err(text)}}var tempRet0=0;var setTempRet0=function(value){tempRet0=value};var getTempRet0=function(){return tempRet0};var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!=="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];assert(func,"Cannot call unknown function "+ident+", make sure it is exported");return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string")return UTF8ToString(ret);if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}function allocateUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8Array(str,HEAP8,ret,size);return ret}function allocateUTF8OnStack(str){var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8Array(str,HEAP8,ret,size);return ret}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||33554432;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);PIPEFS.root=FS.mount(PIPEFS,{},null);callRuntimeCallbacks(__ATINIT__)}function preMain(){FS.ignorePermissions=false;callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+="";err(what);ABORT=true;EXITSTATUS=1;what="abort("+what+"). Build with -s ASSERTIONS=1 for more info.";var e=new WebAssembly.RuntimeError(what);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile="build.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch==="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(wasmBinaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(wasmBinaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(wasmBinaryFile)})}function createWasm(){var info={"a":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["Ch"];updateGlobalBufferAndViews(wasmMemory.buffer);wasmTable=Module["asm"]["$h"];addOnInit(Module["asm"]["Dh"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){var result=WebAssembly.instantiate(binary,info);return result}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming==="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&typeof fetch==="function"){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiationResult,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(receiveInstantiationResult)})})}else{return instantiateArrayBuffer(receiveInstantiationResult)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync();return{}}var tempDouble;var tempI64;var ASM_CONSTS={3676968:function(){return Module.webglContextAttributes.premultipliedAlpha},3677029:function(){return Module.webglContextAttributes.preserveDrawingBuffer},3677093:function(){return Module.webglContextAttributes.powerPreference}};function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){(function(){dynCall_v.call(null,func)})()}else{(function(a1){dynCall_vi.apply(null,[func,a1])})(callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}function demangle(func){return func}function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace(regex,function(x){var y=demangle(x);return x===y?x:y+" ["+x+"]"})}function dynCallLegacy(sig,ptr,args){var f=Module["dynCall_"+sig];return args&&args.length?f.apply(null,[ptr].concat(args)):f.call(null,ptr)}function dynCall(sig,ptr,args){return dynCallLegacy(sig,ptr,args)}function jsStackTrace(){var error=new Error;if(!error.stack){try{throw new Error}catch(e){error=e}if(!error.stack){return"(no stack trace available)"}}return error.stack.toString()}var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function stackTrace(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}function _Fullscreen(full){myGameInstance.SetFullscreen(full?1:0)}var JS_Accelerometer=null;var JS_Accelerometer_callback=0;function _JS_Accelerometer_IsRunning(){return JS_Accelerometer&&JS_Accelerometer.activated||JS_Accelerometer_callback!=0}var JS_Accelerometer_multiplier=1;var JS_Accelerometer_lastValue={x:0,y:0,z:0};function JS_Accelerometer_eventHandler(){JS_Accelerometer_lastValue={x:JS_Accelerometer.x*JS_Accelerometer_multiplier,y:JS_Accelerometer.y*JS_Accelerometer_multiplier,z:JS_Accelerometer.z*JS_Accelerometer_multiplier};if(JS_Accelerometer_callback!=0)dynCall_vfff(JS_Accelerometer_callback,JS_Accelerometer_lastValue.x,JS_Accelerometer_lastValue.y,JS_Accelerometer_lastValue.z)}var JS_Accelerometer_frequencyRequest=0;var JS_Accelerometer_frequency=0;var JS_LinearAccelerationSensor_callback=0;var JS_GravitySensor_callback=0;var JS_Gyroscope_callback=0;function JS_ComputeGravity(accelerometerValue,linearAccelerationValue){var difference={x:accelerometerValue.x-linearAccelerationValue.x,y:accelerometerValue.y-linearAccelerationValue.y,z:accelerometerValue.z-linearAccelerationValue.z};var differenceMagnitudeSq=difference.x*difference.x+difference.y*difference.y+difference.z*difference.z;var sum={x:accelerometerValue.x+linearAccelerationValue.x,y:accelerometerValue.y+linearAccelerationValue.y,z:accelerometerValue.z+linearAccelerationValue.z};var sumMagnitudeSq=sum.x*sum.x+sum.y*sum.y+sum.z*sum.z;return differenceMagnitudeSq<=sumMagnitudeSq?difference:sum}function JS_DeviceMotion_eventHandler(event){var accelerometerValue={x:event.accelerationIncludingGravity.x*JS_Accelerometer_multiplier,y:event.accelerationIncludingGravity.y*JS_Accelerometer_multiplier,z:event.accelerationIncludingGravity.z*JS_Accelerometer_multiplier};if(JS_Accelerometer_callback!=0)dynCall_vfff(JS_Accelerometer_callback,accelerometerValue.x,accelerometerValue.y,accelerometerValue.z);var linearAccelerationValue={x:event.acceleration.x*JS_Accelerometer_multiplier,y:event.acceleration.y*JS_Accelerometer_multiplier,z:event.acceleration.z*JS_Accelerometer_multiplier};if(JS_LinearAccelerationSensor_callback!=0)dynCall_vfff(JS_LinearAccelerationSensor_callback,linearAccelerationValue.x,linearAccelerationValue.y,linearAccelerationValue.z);if(JS_GravitySensor_callback!=0){var gravityValue=JS_ComputeGravity(accelerometerValue,linearAccelerationValue);dynCall_vfff(JS_GravitySensor_callback,gravityValue.x,gravityValue.y,gravityValue.z)}if(JS_Gyroscope_callback!=0){var degToRad=Math.PI/180;dynCall_vfff(JS_Gyroscope_callback,event.rotationRate.alpha*degToRad,event.rotationRate.beta*degToRad,event.rotationRate.gamma*degToRad)}}var JS_DeviceSensorPermissions=0;function JS_RequestDeviceSensorPermissions(permissions){if(permissions&1){if(typeof DeviceOrientationEvent.requestPermission==="function"){DeviceOrientationEvent.requestPermission().then(function(permissionState){if(permissionState==="granted"){JS_DeviceSensorPermissions&=~1}else{warnOnce("DeviceOrientationEvent permission not granted")}}).catch(function(err){warnOnce(err);JS_DeviceSensorPermissions|=1})}}if(permissions&2){if(typeof DeviceMotionEvent.requestPermission==="function"){DeviceMotionEvent.requestPermission().then(function(permissionState){if(permissionState==="granted"){JS_DeviceSensorPermissions&=~2}else{warnOnce("DeviceMotionEvent permission not granted")}}).catch(function(err){warnOnce(err);JS_DeviceSensorPermissions|=2})}}}function JS_DeviceMotion_add(){if(JS_Accelerometer_callback==0&&JS_LinearAccelerationSensor_callback==0&&JS_GravitySensor_callback==0&&JS_Gyroscope_callback==0){JS_RequestDeviceSensorPermissions(2);window.addEventListener("devicemotion",JS_DeviceMotion_eventHandler)}}function JS_DefineAccelerometerMultiplier(){var g=9.80665;JS_Accelerometer_multiplier=/(iPhone|iPad|Macintosh)/i.test(navigator.userAgent)?1/g:-1/g}function _JS_Accelerometer_Start(callback,frequency){JS_DefineAccelerometerMultiplier();if(typeof Accelerometer==="undefined"){JS_DeviceMotion_add();if(callback!=0)JS_Accelerometer_callback=callback;return}if(callback!=0)JS_Accelerometer_callback=callback;function InitializeAccelerometer(frequency){JS_Accelerometer=new Accelerometer({frequency:frequency,referenceFrame:"device"});JS_Accelerometer.addEventListener("reading",JS_Accelerometer_eventHandler);JS_Accelerometer.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_Accelerometer.start();JS_Accelerometer_frequency=frequency}if(JS_Accelerometer){if(JS_Accelerometer_frequency!=frequency){JS_Accelerometer.stop();JS_Accelerometer.removeEventListener("reading",JS_Accelerometer_eventHandler);InitializeAccelerometer(frequency)}}else if(JS_Accelerometer_frequencyRequest!=0){JS_Accelerometer_frequencyRequest=frequency}else{JS_Accelerometer_frequencyRequest=frequency;navigator.permissions.query({name:"accelerometer"}).then(function(result){if(result.state==="granted"){InitializeAccelerometer(JS_Accelerometer_frequencyRequest)}else{warnOnce("No permission to use Accelerometer.")}JS_Accelerometer_frequencyRequest=0})}}function JS_DeviceMotion_remove(){if(JS_Accelerometer_callback==0&&JS_LinearAccelerationSensor_callback==0&&JS_GravitySensor_callback==0&&JS_Gyroscope_callback==0){window.removeEventListener("devicemotion",JS_DeviceOrientation_eventHandler)}}function _JS_Accelerometer_Stop(){if(JS_Accelerometer){if(typeof GravitySensor!=="undefined"||JS_GravitySensor_callback==0){JS_Accelerometer.stop();JS_Accelerometer.removeEventListener("reading",JS_Accelerometer_eventHandler);JS_Accelerometer=null}JS_Accelerometer_callback=0;JS_Accelerometer_frequency=0}else if(JS_Accelerometer_callback!=0){JS_Accelerometer_callback=0;JS_DeviceMotion_remove()}}function _JS_Cursor_SetImage(ptr,length){var binary="";for(var i=0;i>2]=viewportX-rect.left;HEAPU32[targetY>>2]=viewportY-rect.top}function stringToNewUTF8(jsString){var length=lengthBytesUTF8(jsString)+1;var cString=_malloc(length);stringToUTF8(jsString,cString,length);return cString}function _JS_DOM_UnityCanvasSelector(){if(!_JS_DOM_UnityCanvasSelector.ptr){var canvasId=Module["canvas"]?Module["canvas"].id:"unity-canvas";var canvasSelector="#"+jsDomCssEscapeId(canvasId);_JS_DOM_UnityCanvasSelector.ptr=stringToNewUTF8(canvasSelector)}return _JS_DOM_UnityCanvasSelector.ptr}var fs={numPendingSync:0,syncInternal:1e3,syncInProgress:false,sync:function(onlyPendingSync){if(onlyPendingSync){if(fs.numPendingSync==0)return}else if(fs.syncInProgress){fs.numPendingSync++;return}fs.syncInProgress=true;FS.syncfs(false,function(err){fs.syncInProgress=false});fs.numPendingSync=0}};function _JS_FileSystem_Initialize(){Module.setInterval(function(){fs.sync(true)},fs.syncInternal)}function _JS_FileSystem_Sync(){fs.sync(false)}var JS_GravitySensor=null;function _JS_GravitySensor_IsRunning(){return typeof GravitySensor!=="undefined"?JS_GravitySensor&&JS_GravitySensor.activated:JS_GravitySensor_callback!=0}function JS_GravitySensor_eventHandler(){if(JS_GravitySensor_callback!=0)dynCall_vfff(JS_GravitySensor_callback,JS_GravitySensor.x*JS_Accelerometer_multiplier,JS_GravitySensor.y*JS_Accelerometer_multiplier,JS_GravitySensor.z*JS_Accelerometer_multiplier)}var JS_GravitySensor_frequencyRequest=0;var JS_LinearAccelerationSensor=null;function JS_LinearAccelerationSensor_eventHandler(){var linearAccelerationValue={x:JS_LinearAccelerationSensor.x*JS_Accelerometer_multiplier,y:JS_LinearAccelerationSensor.y*JS_Accelerometer_multiplier,z:JS_LinearAccelerationSensor.z*JS_Accelerometer_multiplier};if(JS_LinearAccelerationSensor_callback!=0)dynCall_vfff(JS_LinearAccelerationSensor_callback,linearAccelerationValue.x,linearAccelerationValue.y,linearAccelerationValue.z);if(JS_GravitySensor_callback!=0&&typeof GravitySensor==="undefined"){var gravityValue=JS_ComputeGravity(JS_Accelerometer_lastValue,linearAccelerationValue);dynCall_vfff(JS_GravitySensor_callback,gravityValue.x,gravityValue.y,gravityValue.z)}}var JS_LinearAccelerationSensor_frequencyRequest=0;var JS_LinearAccelerationSensor_frequency=0;function _JS_LinearAccelerationSensor_Start(callback,frequency){JS_DefineAccelerometerMultiplier();if(typeof LinearAccelerationSensor==="undefined"){JS_DeviceMotion_add();if(callback!=0)JS_LinearAccelerationSensor_callback=callback;return}if(callback!=0)JS_LinearAccelerationSensor_callback=callback;function InitializeLinearAccelerationSensor(frequency){JS_LinearAccelerationSensor=new LinearAccelerationSensor({frequency:frequency,referenceFrame:"device"});JS_LinearAccelerationSensor.addEventListener("reading",JS_LinearAccelerationSensor_eventHandler);JS_LinearAccelerationSensor.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_LinearAccelerationSensor.start();JS_LinearAccelerationSensor_frequency=frequency}if(JS_LinearAccelerationSensor){if(JS_LinearAccelerationSensor_frequency!=frequency){JS_LinearAccelerationSensor.stop();JS_LinearAccelerationSensor.removeEventListener("reading",JS_LinearAccelerationSensor_eventHandler);InitializeLinearAccelerationSensor(frequency)}}else if(JS_LinearAccelerationSensor_frequencyRequest!=0){JS_LinearAccelerationSensor_frequencyRequest=frequency}else{JS_LinearAccelerationSensor_frequencyRequest=frequency;navigator.permissions.query({name:"accelerometer"}).then(function(result){if(result.state==="granted"){InitializeLinearAccelerationSensor(JS_LinearAccelerationSensor_frequencyRequest)}else{warnOnce("No permission to use LinearAccelerationSensor.")}JS_LinearAccelerationSensor_frequencyRequest=0})}}function _JS_GravitySensor_Start(callback,frequency){if(typeof GravitySensor==="undefined"){_JS_Accelerometer_Start(0,Math.max(frequency,JS_Accelerometer_frequency));_JS_LinearAccelerationSensor_Start(0,Math.max(frequency,JS_LinearAccelerationSensor_frequency));JS_GravitySensor_callback=callback;return}JS_DefineAccelerometerMultiplier();JS_GravitySensor_callback=callback;function InitializeGravitySensor(frequency){JS_GravitySensor=new GravitySensor({frequency:frequency,referenceFrame:"device"});JS_GravitySensor.addEventListener("reading",JS_GravitySensor_eventHandler);JS_GravitySensor.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_GravitySensor.start()}if(JS_GravitySensor){JS_GravitySensor.stop();JS_GravitySensor.removeEventListener("reading",JS_GravitySensor_eventHandler);InitializeGravitySensor(frequency)}else if(JS_GravitySensor_frequencyRequest!=0){JS_GravitySensor_frequencyRequest=frequency}else{JS_GravitySensor_frequencyRequest=frequency;navigator.permissions.query({name:"accelerometer"}).then(function(result){if(result.state==="granted"){InitializeGravitySensor(JS_GravitySensor_frequencyRequest)}else{warnOnce("No permission to use GravitySensor.")}JS_GravitySensor_frequencyRequest=0})}}function _JS_LinearAccelerationSensor_Stop(){if(JS_LinearAccelerationSensor){if(typeof GravitySensor!=="undefined"||JS_GravitySensor_callback==0){JS_LinearAccelerationSensor.stop();JS_LinearAccelerationSensor.removeEventListener("reading",JS_LinearAccelerationSensor_eventHandler);JS_LinearAccelerationSensor=null}JS_LinearAccelerationSensor_callback=0;JS_LinearAccelerationSensor_frequency=0}else if(JS_LinearAccelerationSensor_callback!=0){JS_LinearAccelerationSensor_callback=0;JS_DeviceMotion_remove()}}function _JS_GravitySensor_Stop(){JS_GravitySensor_callback=0;if(typeof GravitySensor==="undefined"){if(JS_Accelerometer_callback==0)_JS_Accelerometer_Stop();if(JS_LinearAccelerationSensor_callback==0)_JS_LinearAccelerationSensor_Stop();return}if(JS_GravitySensor){JS_GravitySensor.stop();JS_GravitySensor.removeEventListener("reading",JS_GravitySensor_eventHandler);JS_GravitySensor=null}}var JS_Gyroscope=null;function _JS_Gyroscope_IsRunning(){return JS_Gyroscope&&JS_Gyroscope.activated||JS_Gyroscope_callback!=0}function JS_Gyroscope_eventHandler(){if(JS_Gyroscope_callback!=0)dynCall_vfff(JS_Gyroscope_callback,JS_Gyroscope.x,JS_Gyroscope.y,JS_Gyroscope.z)}var JS_Gyroscope_frequencyRequest=0;function _JS_Gyroscope_Start(callback,frequency){if(typeof Gyroscope==="undefined"){JS_DeviceMotion_add();JS_Gyroscope_callback=callback;return}JS_Gyroscope_callback=callback;function InitializeGyroscope(frequency){JS_Gyroscope=new Gyroscope({frequency:frequency,referenceFrame:"device"});JS_Gyroscope.addEventListener("reading",JS_Gyroscope_eventHandler);JS_Gyroscope.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_Gyroscope.start()}if(JS_Gyroscope){JS_Gyroscope.stop();JS_Gyroscope.removeEventListener("reading",JS_Gyroscope_eventHandler);InitializeGyroscope(frequency)}else if(JS_Gyroscope_frequencyRequest!=0){JS_Gyroscope_frequencyRequest=frequency}else{JS_Gyroscope_frequencyRequest=frequency;navigator.permissions.query({name:"gyroscope"}).then(function(result){if(result.state==="granted"){InitializeGyroscope(JS_Gyroscope_frequencyRequest)}else{warnOnce("No permission to use Gyroscope.")}JS_Gyroscope_frequencyRequest=0})}}function _JS_Gyroscope_Stop(){if(JS_Gyroscope){JS_Gyroscope.stop();JS_Gyroscope.removeEventListener("reading",JS_Gyroscope_eventHandler);JS_Gyroscope=null;JS_Gyroscope_callback=0}else if(JS_Gyroscope_callback!=0){JS_Gyroscope_callback=0;JS_DeviceMotion_remove()}}function _JS_LinearAccelerationSensor_IsRunning(){return JS_LinearAccelerationSensor&&JS_LinearAccelerationSensor.activated||JS_LinearAccelerationSensor_callback!=0}function _JS_Log_Dump(ptr,type){var str=UTF8ToString(ptr);if(typeof dump=="function")dump(str);switch(type){case 0:case 1:case 4:console.error(str);return;case 2:console.warn(str);return;case 3:case 5:console.log(str);return;default:console.error("Unknown console message type!");console.error(str)}}function _JS_Log_StackTrace(buffer,bufferSize){var trace=stackTrace();if(buffer)stringToUTF8(trace,buffer,bufferSize);return lengthBytesUTF8(trace)}var JS_OrientationSensor=null;var JS_OrientationSensor_callback=0;function _JS_OrientationSensor_IsRunning(){return JS_OrientationSensor&&JS_OrientationSensor.activated||JS_OrientationSensor_callback!=0}function JS_OrientationSensor_eventHandler(){if(JS_OrientationSensor_callback!=0)dynCall_vffff(JS_OrientationSensor_callback,JS_OrientationSensor.quaternion[0],JS_OrientationSensor.quaternion[1],JS_OrientationSensor.quaternion[2],JS_OrientationSensor.quaternion[3])}var JS_OrientationSensor_frequencyRequest=0;function JS_DeviceOrientation_eventHandler(event){if(JS_OrientationSensor_callback){var degToRad=Math.PI/180;var x=event.beta*degToRad;var y=event.gamma*degToRad;var z=event.alpha*degToRad;var cx=Math.cos(x/2);var sx=Math.sin(x/2);var cy=Math.cos(y/2);var sy=Math.sin(y/2);var cz=Math.cos(z/2);var sz=Math.sin(z/2);var qx=sx*cy*cz-cx*sy*sz;var qy=cx*sy*cz+sx*cy*sz;var qz=cx*cy*sz+sx*sy*cz;var qw=cx*cy*cz-sx*sy*sz;dynCall_vffff(JS_OrientationSensor_callback,qx,qy,qz,qw)}}function _JS_OrientationSensor_Start(callback,frequency){if(typeof RelativeOrientationSensor==="undefined"){if(JS_OrientationSensor_callback==0){JS_OrientationSensor_callback=callback;JS_RequestDeviceSensorPermissions(1);window.addEventListener("deviceorientation",JS_DeviceOrientation_eventHandler)}return}JS_OrientationSensor_callback=callback;function InitializeOrientationSensor(frequency){JS_OrientationSensor=new RelativeOrientationSensor({frequency:frequency,referenceFrame:"device"});JS_OrientationSensor.addEventListener("reading",JS_OrientationSensor_eventHandler);JS_OrientationSensor.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_OrientationSensor.start()}if(JS_OrientationSensor){JS_OrientationSensor.stop();JS_OrientationSensor.removeEventListener("reading",JS_OrientationSensor_eventHandler);InitializeOrientationSensor(frequency)}else if(JS_OrientationSensor_frequencyRequest!=0){JS_OrientationSensor_frequencyRequest=frequency}else{JS_OrientationSensor_frequencyRequest=frequency;Promise.all([navigator.permissions.query({name:"accelerometer"}),navigator.permissions.query({name:"gyroscope"})]).then(function(results){if(results.every(function(result){return result.state==="granted"})){InitializeOrientationSensor(JS_OrientationSensor_frequencyRequest)}else{warnOnce("No permissions to use RelativeOrientationSensor.")}JS_OrientationSensor_frequencyRequest=0})}}function _JS_OrientationSensor_Stop(){if(JS_OrientationSensor){JS_OrientationSensor.stop();JS_OrientationSensor.removeEventListener("reading",JS_OrientationSensor_eventHandler);JS_OrientationSensor=null}else if(JS_OrientationSensor_callback!=0){window.removeEventListener("deviceorientation",JS_DeviceOrientation_eventHandler)}JS_OrientationSensor_callback=0}function _JS_RequestDeviceSensorPermissionsOnTouch(){if(JS_DeviceSensorPermissions==0)return;JS_RequestDeviceSensorPermissions(JS_DeviceSensorPermissions)}function _JS_RunQuitCallbacks(){Module.QuitCleanup()}var JS_ScreenOrientation_callback=0;function JS_ScreenOrientation_eventHandler(){if(JS_ScreenOrientation_callback)dynCall_viii(JS_ScreenOrientation_callback,window.innerWidth,window.innerHeight,screen.orientation?screen.orientation.angle:window.orientation)}function _JS_ScreenOrientation_DeInit(){JS_ScreenOrientation_callback=0;window.removeEventListener("resize",JS_ScreenOrientation_eventHandler);if(screen.orientation){screen.orientation.removeEventListener("change",JS_ScreenOrientation_eventHandler)}}function _JS_ScreenOrientation_Init(callback){if(!JS_ScreenOrientation_callback){if(screen.orientation){screen.orientation.addEventListener("change",JS_ScreenOrientation_eventHandler)}window.addEventListener("resize",JS_ScreenOrientation_eventHandler);JS_ScreenOrientation_callback=callback;setTimeout(JS_ScreenOrientation_eventHandler,0)}}var JS_ScreenOrientation_requestedLockType=-1;var JS_ScreenOrientation_appliedLockType=-1;var JS_ScreenOrientation_timeoutID=-1;function _JS_ScreenOrientation_Lock(orientationLockType){if(!screen.orientation){return}function applyLock(){JS_ScreenOrientation_appliedLockType=JS_ScreenOrientation_requestedLockType;var screenOrientations=["any",0,"landscape","portrait","portrait-primary","portrait-secondary","landscape-primary","landscape-secondary"];var type=screenOrientations[JS_ScreenOrientation_appliedLockType];screen.orientation.lock(type).then(function(){if(JS_ScreenOrientation_requestedLockType!=JS_ScreenOrientation_appliedLockType){JS_ScreenOrientation_timeoutID=setTimeout(applyLock,0)}else{JS_ScreenOrientation_timeoutID=-1}}).catch(function(err){warnOnce(err);JS_ScreenOrientation_timeoutID=-1})}JS_ScreenOrientation_requestedLockType=orientationLockType;if(JS_ScreenOrientation_timeoutID==-1&&orientationLockType!=JS_ScreenOrientation_appliedLockType){JS_ScreenOrientation_timeoutID=setTimeout(applyLock,0)}}var WEBAudio={audioInstanceIdCounter:0,audioInstances:{},audioContext:null,audioWebEnabled:0,audioCache:[],pendingAudioSources:{}};function jsAudioMixinSetPitch(source){source.estimatePlaybackPosition=function(){var t=(WEBAudio.audioContext.currentTime-source.playbackStartTime)*source.playbackRate.value;if(source.loop&&t>=source.loopStart){t=(t-source.loopStart)%(source.loopEnd-source.loopStart)+source.loopStart}return t};source.setPitch=function(newPitch){var curPosition=source.estimatePlaybackPosition();if(curPosition>=0){source.playbackStartTime=WEBAudio.audioContext.currentTime-curPosition/newPitch}if(source.playbackRate.value!==newPitch)source.playbackRate.value=newPitch}}function jsAudioCreateUncompressedSoundClip(buffer,error){var soundClip={buffer:buffer,error:error};soundClip.release=function(){};soundClip.getLength=function(){if(!this.buffer){console.log("Trying to get length of sound which is not loaded.");return 0}var sampleRateRatio=44100/this.buffer.sampleRate;return this.buffer.length*sampleRateRatio};soundClip.getData=function(ptr,length){if(!this.buffer){console.log("Trying to get data of sound which is not loaded.");return 0}var startOutputBuffer=ptr>>2;var output=HEAPF32.subarray(startOutputBuffer,startOutputBuffer+(length>>2));var numMaxSamples=Math.floor((length>>2)/this.buffer.numberOfChannels);var numReadSamples=Math.min(this.buffer.length,numMaxSamples);for(var i=0;istartDelayThresholdMS){source.playTimeout=setTimeout(function(){source.playTimeout=null;source._startPlayback(offset)},startDelayMS)}else{source._startPlayback(offset)}};source.stop=function(stopTime){if(typeof stopTime==="undefined"){stopTime=WEBAudio.audioContext.currentTime}var stopDelayThresholdMS=4;var stopDelayMS=(stopTime-WEBAudio.audioContext.currentTime)*1e3;if(stopDelayMS>stopDelayThresholdMS){setTimeout(function(){source._pauseMediaElement();source.isStopped=true},stopDelayMS)}else{source._pauseMediaElement();source.isStopped=true}};jsAudioMixinSetPitch(source);return source};return soundClip}function _JS_Sound_Load(ptr,length,decompress){if(WEBAudio.audioWebEnabled==0)return 0;var audioData=HEAPU8.buffer.slice(ptr,ptr+length);if(length<131072)decompress=1;var sound;if(decompress){sound=jsAudioCreateUncompressedSoundClipFromCompressedAudio(audioData)}else{sound=jsAudioCreateCompressedSoundClip(audioData)}WEBAudio.audioInstances[++WEBAudio.audioInstanceIdCounter]=sound;return WEBAudio.audioInstanceIdCounter}function jsAudioCreateUncompressedSoundClipFromPCM(channels,length,sampleRate,ptr){var buffer=WEBAudio.audioContext.createBuffer(channels,length,sampleRate);for(var i=0;i>2)+length*i;var copyToChannel=buffer["copyToChannel"]||function(source,channelNumber,startInChannel){var clipped=source.subarray(0,Math.min(source.length,this.length-(startInChannel|0)));this.getChannelData(channelNumber|0).set(clipped,startInChannel|0)};copyToChannel.apply(buffer,[HEAPF32.subarray(offs,offs+length),i,0])}return jsAudioCreateUncompressedSoundClip(buffer,false)}function _JS_Sound_Load_PCM(channels,length,sampleRate,ptr){if(WEBAudio.audioWebEnabled==0)return 0;var sound=jsAudioCreateUncompressedSoundClipFromPCM(channels,length,sampleRate,ptr);WEBAudio.audioInstances[++WEBAudio.audioInstanceIdCounter]=sound;return WEBAudio.audioInstanceIdCounter}function _JS_Sound_Play(bufferInstance,channelInstance,offset,delay){if(WEBAudio.audioWebEnabled==0)return;_JS_Sound_Stop(channelInstance,0);var soundClip=WEBAudio.audioInstances[bufferInstance];var channel=WEBAudio.audioInstances[channelInstance];if(!soundClip){console.log("Trying to play sound which is not loaded.");return}try{channel.playSoundClip(soundClip,WEBAudio.audioContext.currentTime+delay,offset)}catch(error){console.error("playSoundClip error. Exception: "+e)}}function _JS_Sound_ReleaseInstance(instance){var object=WEBAudio.audioInstances[instance];if(object){object.release()}delete WEBAudio.audioInstances[instance]}function _JS_Sound_ResumeIfNeeded(){if(WEBAudio.audioWebEnabled==0)return;if(WEBAudio.audioContext.state==="suspended")WEBAudio.audioContext.resume().catch(function(error){console.warn("Could not resume audio context. Exception: "+error)})}function _JS_Sound_Set3D(channelInstance,threeD){var channel=WEBAudio.audioInstances[channelInstance];channel.set3D(threeD)}function _JS_Sound_SetListenerOrientation(x,y,z,xUp,yUp,zUp){if(WEBAudio.audioWebEnabled==0)return;x=-x;y=-y;z=-z;var l=WEBAudio.audioContext.listener;if(l.forwardX){if(l.forwardX.value!==x)l.forwardX.value=x;if(l.forwardY.value!==y)l.forwardY.value=y;if(l.forwardZ.value!==z)l.forwardZ.value=z;if(l.upX.value!==xUp)l.upX.value=xUp;if(l.upY.value!==yUp)l.upY.value=yUp;if(l.upZ.value!==zUp)l.upZ.value=zUp}else if(l._forwardX!==x||l._forwardY!==y||l._forwardZ!==z||l._upX!==xUp||l._upY!==yUp||l._upZ!==zUp){l.setOrientation(x,y,z,xUp,yUp,zUp);l._forwardX=x;l._forwardY=y;l._forwardZ=z;l._upX=xUp;l._upY=yUp;l._upZ=zUp}}function _JS_Sound_SetListenerPosition(x,y,z){if(WEBAudio.audioWebEnabled==0)return;var l=WEBAudio.audioContext.listener;if(l.positionX){if(l.positionX.value!==x)l.positionX.value=x;if(l.positionY.value!==y)l.positionY.value=y;if(l.positionZ.value!==z)l.positionZ.value=z}else if(l._positionX!==x||l._positionY!==y||l._positionZ!==z){l.setPosition(x,y,z);l._positionX=x;l._positionY=y;l._positionZ=z}}function _JS_Sound_SetLoop(channelInstance,loop){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.setLoop(loop)}function _JS_Sound_SetLoopPoints(channelInstance,loopStart,loopEnd){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.setLoopPoints(loopStart,loopEnd)}function _JS_Sound_SetPaused(channelInstance,paused){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];if(paused!=channel.isPaused()){if(paused)channel.pause();else channel.resume()}}function _JS_Sound_SetPitch(channelInstance,v){if(WEBAudio.audioWebEnabled==0)return;try{var channel=WEBAudio.audioInstances[channelInstance];channel.setPitch(v)}catch(e){console.error("JS_Sound_SetPitch(channel="+channelInstance+", pitch="+v+") threw an exception: "+e)}}function _JS_Sound_SetPosition(channelInstance,x,y,z){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.setPosition(x,y,z)}function _JS_Sound_SetVolume(channelInstance,v){if(WEBAudio.audioWebEnabled==0)return;try{var channel=WEBAudio.audioInstances[channelInstance];channel.setVolume(v)}catch(e){console.error("JS_Sound_SetVolume(channel="+channelInstance+", volume="+v+") threw an exception: "+e)}}function _JS_Sound_Stop(channelInstance,delay){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.stop(delay)}function _JS_SystemInfo_GetCanvasClientSize(domElementSelector,outWidth,outHeight){var selector=UTF8ToString(domElementSelector);var canvas=selector=="#canvas"?Module["canvas"]:document.querySelector(selector);var w=0,h=0;if(canvas){var size=canvas.getBoundingClientRect();w=size.width;h=size.height}HEAPF64[outWidth>>3]=w;HEAPF64[outHeight>>3]=h}function _JS_SystemInfo_GetDocumentURL(buffer,bufferSize){if(buffer)stringToUTF8(document.URL,buffer,bufferSize);return lengthBytesUTF8(document.URL)}function _JS_SystemInfo_GetGPUInfo(buffer,bufferSize){var gpuinfo=Module.SystemInfo.gpu;if(buffer)stringToUTF8(gpuinfo,buffer,bufferSize);return lengthBytesUTF8(gpuinfo)}function _JS_SystemInfo_GetMatchWebGLToCanvasSize(){return Module.matchWebGLToCanvasSize||Module.matchWebGLToCanvasSize===undefined}function _JS_SystemInfo_GetMemory(){return HEAPU8.length/(1024*1024)}function _JS_SystemInfo_GetOS(buffer,bufferSize){var browser=Module.SystemInfo.os+" "+Module.SystemInfo.osVersion;if(buffer)stringToUTF8(browser,buffer,bufferSize);return lengthBytesUTF8(browser)}function _JS_SystemInfo_GetPreferredDevicePixelRatio(){return Module.matchWebGLToCanvasSize==false?1:Module.devicePixelRatio||window.devicePixelRatio||1}function _JS_SystemInfo_GetScreenSize(outWidth,outHeight){HEAPF64[outWidth>>3]=Module.SystemInfo.width;HEAPF64[outHeight>>3]=Module.SystemInfo.height}function _JS_SystemInfo_HasAstcHdr(){var ext=GLctx.getExtension("WEBGL_compressed_texture_astc");if(ext&&ext.getSupportedProfiles){return ext.getSupportedProfiles().includes("hdr")}return false}function _JS_SystemInfo_HasCursorLock(){return Module.SystemInfo.hasCursorLock}function _JS_SystemInfo_HasFullscreen(){return Module.SystemInfo.hasFullscreen}function _JS_SystemInfo_HasWebGL(){return Module.SystemInfo.hasWebGL}function _JS_UnityEngineShouldQuit(){return!!Module.shouldQuit}function _SendResultats(resultats_from_unity){window.resultat(UTF8ToString(resultats_from_unity))}function _SendResultatsMissions(resultats_from_unity){window.resultatP3(UTF8ToString(resultats_from_unity))}var ExceptionInfoAttrs={DESTRUCTOR_OFFSET:0,REFCOUNT_OFFSET:4,TYPE_OFFSET:8,CAUGHT_OFFSET:12,RETHROWN_OFFSET:13,SIZE:16};function ___cxa_allocate_exception(size){return _malloc(size+ExceptionInfoAttrs.SIZE)+ExceptionInfoAttrs.SIZE}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-ExceptionInfoAttrs.SIZE;this.set_type=function(type){HEAP32[this.ptr+ExceptionInfoAttrs.TYPE_OFFSET>>2]=type};this.get_type=function(){return HEAP32[this.ptr+ExceptionInfoAttrs.TYPE_OFFSET>>2]};this.set_destructor=function(destructor){HEAP32[this.ptr+ExceptionInfoAttrs.DESTRUCTOR_OFFSET>>2]=destructor};this.get_destructor=function(){return HEAP32[this.ptr+ExceptionInfoAttrs.DESTRUCTOR_OFFSET>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+ExceptionInfoAttrs.CAUGHT_OFFSET>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+ExceptionInfoAttrs.CAUGHT_OFFSET>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+ExceptionInfoAttrs.RETHROWN_OFFSET>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+ExceptionInfoAttrs.RETHROWN_OFFSET>>0]!=0};this.init=function(type,destructor){this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2];HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2];HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2]=prev-1;return prev===1}}function CatchInfo(ptr){this.free=function(){_free(this.ptr);this.ptr=0};this.set_base_ptr=function(basePtr){HEAP32[this.ptr>>2]=basePtr};this.get_base_ptr=function(){return HEAP32[this.ptr>>2]};this.set_adjusted_ptr=function(adjustedPtr){var ptrSize=4;HEAP32[this.ptr+ptrSize>>2]=adjustedPtr};this.get_adjusted_ptr=function(){var ptrSize=4;return HEAP32[this.ptr+ptrSize>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_exception_info().get_type());if(isPointer){return HEAP32[this.get_base_ptr()>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.get_base_ptr()};this.get_exception_info=function(){return new ExceptionInfo(this.get_base_ptr())};if(ptr===undefined){this.ptr=_malloc(8);this.set_adjusted_ptr(0)}else{this.ptr=ptr}}var exceptionCaught=[];function exception_addRef(info){info.add_ref()}var uncaughtExceptionCount=0;function ___cxa_begin_catch(ptr){var catchInfo=new CatchInfo(ptr);var info=catchInfo.get_exception_info();if(!info.get_caught()){info.set_caught(true);uncaughtExceptionCount--}info.set_rethrown(false);exceptionCaught.push(catchInfo);exception_addRef(info);return catchInfo.get_exception_ptr()}var exceptionLast=0;function ___cxa_free_exception(ptr){return _free(new ExceptionInfo(ptr).ptr)}function exception_decRef(info){if(info.release_ref()&&!info.get_rethrown()){var destructor=info.get_destructor();if(destructor){(function(a1){return dynCall_ii.apply(null,[destructor,a1])})(info.excPtr)}___cxa_free_exception(info.excPtr)}}function ___cxa_end_catch(){_setThrew(0);var catchInfo=exceptionCaught.pop();exception_decRef(catchInfo.get_exception_info());catchInfo.free();exceptionLast=0}function ___resumeException(catchInfoPtr){var catchInfo=new CatchInfo(catchInfoPtr);var ptr=catchInfo.get_base_ptr();if(!exceptionLast){exceptionLast=ptr}catchInfo.free();throw ptr}function ___cxa_find_matching_catch_2(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0|0}var info=new ExceptionInfo(thrown);var thrownType=info.get_type();var catchInfo=new CatchInfo;catchInfo.set_base_ptr(thrown);if(!thrownType){setTempRet0(0);return catchInfo.ptr|0}var typeArray=Array.prototype.slice.call(arguments);var stackTop=stackSave();var exceptionThrowBuf=stackAlloc(4);HEAP32[exceptionThrowBuf>>2]=thrown;for(var i=0;i>2];if(thrown!==adjusted){catchInfo.set_adjusted_ptr(adjusted)}setTempRet0(caughtType);return catchInfo.ptr|0}}stackRestore(stackTop);setTempRet0(thrownType);return catchInfo.ptr|0}function ___cxa_find_matching_catch_3(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0|0}var info=new ExceptionInfo(thrown);var thrownType=info.get_type();var catchInfo=new CatchInfo;catchInfo.set_base_ptr(thrown);if(!thrownType){setTempRet0(0);return catchInfo.ptr|0}var typeArray=Array.prototype.slice.call(arguments);var stackTop=stackSave();var exceptionThrowBuf=stackAlloc(4);HEAP32[exceptionThrowBuf>>2]=thrown;for(var i=0;i>2];if(thrown!==adjusted){catchInfo.set_adjusted_ptr(adjusted)}setTempRet0(caughtType);return catchInfo.ptr|0}}stackRestore(stackTop);setTempRet0(thrownType);return catchInfo.ptr|0}function ___cxa_find_matching_catch_4(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0|0}var info=new ExceptionInfo(thrown);var thrownType=info.get_type();var catchInfo=new CatchInfo;catchInfo.set_base_ptr(thrown);if(!thrownType){setTempRet0(0);return catchInfo.ptr|0}var typeArray=Array.prototype.slice.call(arguments);var stackTop=stackSave();var exceptionThrowBuf=stackAlloc(4);HEAP32[exceptionThrowBuf>>2]=thrown;for(var i=0;i>2];if(thrown!==adjusted){catchInfo.set_adjusted_ptr(adjusted)}setTempRet0(caughtType);return catchInfo.ptr|0}}stackRestore(stackTop);setTempRet0(thrownType);return catchInfo.ptr|0}function ___cxa_rethrow(){var catchInfo=exceptionCaught.pop();if(!catchInfo){abort("no exception to throw")}var info=catchInfo.get_exception_info();var ptr=catchInfo.get_base_ptr();if(!info.get_rethrown()){exceptionCaught.push(catchInfo);info.set_rethrown(true);info.set_caught(false);uncaughtExceptionCount++}else{catchInfo.free()}exceptionLast=ptr;throw ptr}function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw ptr}function _gmtime_r(time,tmPtr){var date=new Date(HEAP32[time>>2]*1e3);HEAP32[tmPtr>>2]=date.getUTCSeconds();HEAP32[tmPtr+4>>2]=date.getUTCMinutes();HEAP32[tmPtr+8>>2]=date.getUTCHours();HEAP32[tmPtr+12>>2]=date.getUTCDate();HEAP32[tmPtr+16>>2]=date.getUTCMonth();HEAP32[tmPtr+20>>2]=date.getUTCFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getUTCDay();HEAP32[tmPtr+36>>2]=0;HEAP32[tmPtr+32>>2]=0;var start=Date.UTC(date.getUTCFullYear(),0,1,0,0,0,0);var yday=(date.getTime()-start)/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;if(!_gmtime_r.GMTString)_gmtime_r.GMTString=allocateUTF8("GMT");HEAP32[tmPtr+40>>2]=_gmtime_r.GMTString;return tmPtr}function ___gmtime_r(a0,a1){return _gmtime_r(a0,a1)}function _tzset(){if(_tzset.called)return;_tzset.called=true;var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAP32[__get_timezone()>>2]=stdTimezoneOffset*60;HEAP32[__get_daylight()>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=allocateUTF8(winterName);var summerNamePtr=allocateUTF8(summerName);if(summerOffset>2]=winterNamePtr;HEAP32[__get_tzname()+4>>2]=summerNamePtr}else{HEAP32[__get_tzname()>>2]=summerNamePtr;HEAP32[__get_tzname()+4>>2]=winterNamePtr}}function _localtime_r(time,tmPtr){_tzset();var date=new Date(HEAP32[time>>2]*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var start=new Date(date.getFullYear(),0,1);var yday=(date.getTime()-start.getTime())/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst;var zonePtr=HEAP32[__get_tzname()+(dst?4:0)>>2];HEAP32[tmPtr+40>>2]=zonePtr;return tmPtr}function ___localtime_r(a0,a1){return _localtime_r(a0,a1)}var PATH={splitPath:function(filename){var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:function(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:function(path){var isAbsolute=path.charAt(0)==="/",trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:function(path){var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:function(path){if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},extname:function(path){return PATH.splitPath(path)[3]},join:function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))},join2:function(l,r){return PATH.normalize(l+"/"+r)}};function getRandomDevice(){if(typeof crypto==="object"&&typeof crypto["getRandomValues"]==="function"){var randomBuffer=new Uint8Array(1);return function(){crypto.getRandomValues(randomBuffer);return randomBuffer[0]}}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");return function(){return crypto_module["randomBytes"](1)[0]}}catch(e){}}return function(){abort("randomDevice")}}var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!=="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=path.charAt(0)==="/"}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(function(p){return!!p}),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:function(from,to){from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};function mmapAlloc(size){var alignedSize=alignMemory(size,65536);var ptr=_malloc(alignedSize);while(size=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr:function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr:function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir:function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries},symlink:function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink:function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length8){throw new FS.ErrnoError(32)}var parts=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),false);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:function(parentid,name){var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:function(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:function(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:function(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:function(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:function(node){FS.hashRemoveNode(node)},isRoot:function(node){return node===node.parent},isMountpoint:function(node){return!!node.mounted},isFile:function(mode){return(mode&61440)===32768},isDir:function(mode){return(mode&61440)===16384},isLink:function(mode){return(mode&61440)===40960},isChrdev:function(mode){return(mode&61440)===8192},isBlkdev:function(mode){return(mode&61440)===24576},isFIFO:function(mode){return(mode&61440)===4096},isSocket:function(mode){return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:function(str){var flags=FS.flagModes[str];if(typeof flags==="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:function(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:function(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:function(dir){var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:function(dir,name){try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:function(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:function(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:function(fd_start,fd_end){fd_start=fd_start||0;fd_end=fd_end||FS.MAX_OPEN_FDS;for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:function(fd){return FS.streams[fd]},createStream:function(stream,fd_start,fd_end){if(!FS.FSStream){FS.FSStream=function(){};FS.FSStream.prototype={object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}}}}var newStream=new FS.FSStream;for(var p in stream){newStream[p]=stream[p]}stream=newStream;var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:function(fd){FS.streams[fd]=null},chrdev_stream_ops:{open:function(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:function(){throw new FS.ErrnoError(70)}},major:function(dev){return dev>>8},minor:function(dev){return dev&255},makedev:function(ma,mi){return ma<<8|mi},registerDevice:function(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:function(dev){return FS.devices[dev]},getMounts:function(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:function(populate,callback){if(typeof populate==="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(function(mount){if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:function(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:function(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(function(hash){var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:function(parent,name){return parent.node_ops.lookup(parent,name)},mknod:function(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:function(path,mode){mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:function(path,mode){mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:function(path,mode){var dirs=path.split("/");var d="";for(var i=0;ithis.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=function(from,to){if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);if(typeof Uint8Array!="undefined")xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}else{return intArrayFromString(xhr.responseText||"",true)}};var lazyArray=this;lazyArray.setDataGetter(function(chunkNum){var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]==="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]==="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!=="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(function(key){var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});stream_ops.read=function stream_ops_read(stream,buffer,offset,length,position){FS.forceLoadFile(node);var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i>2]=stat.dev;HEAP32[buf+4>>2]=0;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAP32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;HEAP32[buf+32>>2]=0;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;HEAP32[buf+56>>2]=stat.atime.getTime()/1e3|0;HEAP32[buf+60>>2]=0;HEAP32[buf+64>>2]=stat.mtime.getTime()/1e3|0;HEAP32[buf+68>>2]=0;HEAP32[buf+72>>2]=stat.ctime.getTime()/1e3|0;HEAP32[buf+76>>2]=0;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+80>>2]=tempI64[0],HEAP32[buf+84>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},doMkdir:function(path,mode){path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0},doMknod:function(path,mode,dev){switch(mode&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-28}FS.mknod(path,mode,dev);return 0},doReadlink:function(path,buf,bufsize){if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len},doAccess:function(path,amode){if(amode&~7){return-28}var node;var lookup=FS.lookupPath(path,{follow:true});node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0},doDup:function(path,flags,suggestFD){var suggest=FS.getStream(suggestFD);if(suggest)FS.close(suggest);return FS.open(path,flags,0,suggestFD,suggestFD).fd},doReadv:function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr}return ret},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream},get64:function(low,high){return low}};function ___sys__newselect(nfds,readfds,writefds,exceptfds,timeout){try{var total=0;var srcReadLow=readfds?HEAP32[readfds>>2]:0,srcReadHigh=readfds?HEAP32[readfds+4>>2]:0;var srcWriteLow=writefds?HEAP32[writefds>>2]:0,srcWriteHigh=writefds?HEAP32[writefds+4>>2]:0;var srcExceptLow=exceptfds?HEAP32[exceptfds>>2]:0,srcExceptHigh=exceptfds?HEAP32[exceptfds+4>>2]:0;var dstReadLow=0,dstReadHigh=0;var dstWriteLow=0,dstWriteHigh=0;var dstExceptLow=0,dstExceptHigh=0;var allLow=(readfds?HEAP32[readfds>>2]:0)|(writefds?HEAP32[writefds>>2]:0)|(exceptfds?HEAP32[exceptfds>>2]:0);var allHigh=(readfds?HEAP32[readfds+4>>2]:0)|(writefds?HEAP32[writefds+4>>2]:0)|(exceptfds?HEAP32[exceptfds+4>>2]:0);var check=function(fd,low,high,val){return fd<32?low&val:high&val};for(var fd=0;fd>2]=dstReadLow;HEAP32[readfds+4>>2]=dstReadHigh}if(writefds){HEAP32[writefds>>2]=dstWriteLow;HEAP32[writefds+4>>2]=dstWriteHigh}if(exceptfds){HEAP32[exceptfds>>2]=dstExceptLow;HEAP32[exceptfds+4>>2]=dstExceptHigh}return total}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}var ERRNO_CODES={EPERM:63,ENOENT:44,ESRCH:71,EINTR:27,EIO:29,ENXIO:60,E2BIG:1,ENOEXEC:45,EBADF:8,ECHILD:12,EAGAIN:6,EWOULDBLOCK:6,ENOMEM:48,EACCES:2,EFAULT:21,ENOTBLK:105,EBUSY:10,EEXIST:20,EXDEV:75,ENODEV:43,ENOTDIR:54,EISDIR:31,EINVAL:28,ENFILE:41,EMFILE:33,ENOTTY:59,ETXTBSY:74,EFBIG:22,ENOSPC:51,ESPIPE:70,EROFS:69,EMLINK:34,EPIPE:64,EDOM:18,ERANGE:68,ENOMSG:49,EIDRM:24,ECHRNG:106,EL2NSYNC:156,EL3HLT:107,EL3RST:108,ELNRNG:109,EUNATCH:110,ENOCSI:111,EL2HLT:112,EDEADLK:16,ENOLCK:46,EBADE:113,EBADR:114,EXFULL:115,ENOANO:104,EBADRQC:103,EBADSLT:102,EDEADLOCK:16,EBFONT:101,ENOSTR:100,ENODATA:116,ETIME:117,ENOSR:118,ENONET:119,ENOPKG:120,EREMOTE:121,ENOLINK:47,EADV:122,ESRMNT:123,ECOMM:124,EPROTO:65,EMULTIHOP:36,EDOTDOT:125,EBADMSG:9,ENOTUNIQ:126,EBADFD:127,EREMCHG:128,ELIBACC:129,ELIBBAD:130,ELIBSCN:131,ELIBMAX:132,ELIBEXEC:133,ENOSYS:52,ENOTEMPTY:55,ENAMETOOLONG:37,ELOOP:32,EOPNOTSUPP:138,EPFNOSUPPORT:139,ECONNRESET:15,ENOBUFS:42,EAFNOSUPPORT:5,EPROTOTYPE:67,ENOTSOCK:57,ENOPROTOOPT:50,ESHUTDOWN:140,ECONNREFUSED:14,EADDRINUSE:3,ECONNABORTED:13,ENETUNREACH:40,ENETDOWN:38,ETIMEDOUT:73,EHOSTDOWN:142,EHOSTUNREACH:23,EINPROGRESS:26,EALREADY:7,EDESTADDRREQ:17,EMSGSIZE:35,EPROTONOSUPPORT:66,ESOCKTNOSUPPORT:137,EADDRNOTAVAIL:4,ENETRESET:39,EISCONN:30,ENOTCONN:53,ETOOMANYREFS:141,EUSERS:136,EDQUOT:19,ESTALE:72,ENOTSUP:138,ENOMEDIUM:148,EILSEQ:25,EOVERFLOW:61,ECANCELED:11,ENOTRECOVERABLE:56,EOWNERDEAD:62,ESTRPIPE:135};var SOCKFS={mount:function(mount){Module["websocket"]=Module["websocket"]&&"object"===typeof Module["websocket"]?Module["websocket"]:{};Module["websocket"]._callbacks={};Module["websocket"]["on"]=function(event,callback){if("function"===typeof callback){this._callbacks[event]=callback}return this};Module["websocket"].emit=function(event,param){if("function"===typeof this._callbacks[event]){this._callbacks[event].call(this,param)}};return FS.createNode(null,"/",16384|511,0)},createSocket:function(family,type,protocol){type&=~526336;var streaming=type==1;if(protocol){assert(streaming==(protocol==6))}var sock={family:family,type:type,protocol:protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node:node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket:function(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll:function(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl:function(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read:function(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write:function(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close:function(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname:function(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return"socket["+SOCKFS.nextname.current+++"]"},websocket_sock_ops:{createPeer:function(sock,addr,port){var ws;if(typeof addr==="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var runtimeConfig=Module["websocket"]&&"object"===typeof Module["websocket"];var url="ws:#".replace("#","//");if(runtimeConfig){if("string"===typeof Module["websocket"]["url"]){url=Module["websocket"]["url"]}}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}var subProtocols="binary";if(runtimeConfig){if("string"===typeof Module["websocket"]["subprotocol"]){subProtocols=Module["websocket"]["subprotocol"]}}var opts=undefined;if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=ENVIRONMENT_IS_NODE?{"protocol":subProtocols.toString()}:subProtocols}if(runtimeConfig&&null===Module["websocket"]["subprotocol"]){subProtocols="null";opts=undefined}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EHOSTUNREACH)}}var peer={addr:addr,port:port,socket:ws,dgram_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!=="undefined"){peer.dgram_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer:function(sock,addr,port){return sock.peers[addr+":"+port]},addPeer:function(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer:function(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents:function(sock,peer){var first=true;var handleOpen=function(){Module["websocket"].emit("open",sock.stream.fd);try{var queued=peer.dgram_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.dgram_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data==="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}else{data=new Uint8Array(data)}}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data:data});Module["websocket"].emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,flags){if(!flags.binary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){Module["websocket"].emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=ERRNO_CODES.ECONNREFUSED;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){Module["websocket"].emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=ERRNO_CODES.ECONNREFUSED;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll:function(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=16}return mask},ioctl:function(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return ERRNO_CODES.EINVAL}},close:function(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i>2]=value;return value}function inetPton4(str){var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0}function jstoi_q(str){return parseInt(str)}function inetPton6(str){var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);tempI64=[0>>>0,(tempDouble=0,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[sa+8>>2]=tempI64[0],HEAP32[sa+12>>2]=tempI64[1];break;case 10:addr=inetPton6(addr);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);HEAP32[sa+4>>2]=0;HEAP32[sa+24>>2]=0;break;default:return 5}return 0}var DNS={address_map:{id:1,addrs:{},names:{}},lookup_name:function(name){var res=inetPton4(name);if(res!==null){return name}res=inetPton6(name);if(res!==null){return name}var addr;if(DNS.address_map.addrs[name]){addr=DNS.address_map.addrs[name]}else{var id=DNS.address_map.id++;assert(id<65535,"exceeded max address mappings of 65535");addr="172.29."+(id&255)+"."+(id&65280);DNS.address_map.names[addr]=name;DNS.address_map.addrs[name]=addr}return addr},lookup_addr:function(addr){if(DNS.address_map.names[addr]){return DNS.address_map.names[addr]}return null}};function ___sys_accept4(fd,addr,addrlen,flags){try{var sock=getSocketFromFD(fd);var newsock=sock.sock_ops.accept(sock);if(addr){var errno=writeSockaddr(addr,newsock.family,DNS.lookup_name(newsock.daddr),newsock.dport,addrlen)}return newsock.stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_access(path,amode){try{path=SYSCALLS.getStr(path);return SYSCALLS.doAccess(path,amode)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function inetNtop4(addr){return(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255)}function inetNtop6(ints){var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family:family,addr:addr,port:port}}function getSocketAddress(addrp,addrlen,allowNull){if(allowNull&&addrp===0)return null;var info=readSockaddr(addrp,addrlen);if(info.errno)throw new FS.ErrnoError(info.errno);info.addr=DNS.lookup_addr(info.addr)||info.addr;return info}function ___sys_bind(fd,addr,addrlen){try{var sock=getSocketFromFD(fd);var info=getSocketAddress(addr,addrlen);sock.sock_ops.bind(sock,info.addr,info.port);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_chdir(path){try{path=SYSCALLS.getStr(path);FS.chdir(path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_chmod(path,mode){try{path=SYSCALLS.getStr(path);FS.chmod(path,mode);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_connect(fd,addr,addrlen){try{var sock=getSocketFromFD(fd);var info=getSocketAddress(addr,addrlen);sock.sock_ops.connect(sock,info.addr,info.port);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_dup2(oldfd,suggestFD){try{var old=SYSCALLS.getStreamFromFD(oldfd);if(old.fd===suggestFD)return suggestFD;return SYSCALLS.doDup(old.path,old.flags,suggestFD)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}var newStream;newStream=FS.open(stream.path,stream.flags,0,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 12:{var arg=SYSCALLS.get();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd);if(size>>0,(tempDouble=id,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1];tempI64=[(idx+1)*struct_size>>>0,(tempDouble=(idx+1)*struct_size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1];HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18>>0]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getegid32(){return 0}function ___sys_geteuid32(){return ___sys_getegid32()}function ___sys_getpeername(fd,addr,addrlen){try{var sock=getSocketFromFD(fd);if(!sock.daddr){return-53}var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(sock.daddr),sock.dport,addrlen);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getrusage(who,usage){try{_memset(usage,0,136);HEAP32[usage>>2]=1;HEAP32[usage+4>>2]=2;HEAP32[usage+8>>2]=3;HEAP32[usage+12>>2]=4;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getsockname(fd,addr,addrlen){try{err("__sys_getsockname "+fd);var sock=getSocketFromFD(fd);var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(sock.saddr||"0.0.0.0"),sock.sport,addrlen);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getsockopt(fd,level,optname,optval,optlen){try{var sock=getSocketFromFD(fd);if(level===1){if(optname===4){HEAP32[optval>>2]=sock.error;HEAP32[optlen>>2]=4;sock.error=null;return 0}}return-50}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getuid32(){return ___sys_getegid32()}function ___sys_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:abort("bad ioctl syscall "+op)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_listen(fd,backlog){try{var sock=getSocketFromFD(fd);sock.sock_ops.listen(sock,backlog);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_mkdir(path,mode){try{path=SYSCALLS.getStr(path);return SYSCALLS.doMkdir(path,mode)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function syscallMmap2(addr,len,prot,flags,fd,off){off<<=12;var ptr;var allocated=false;if((flags&16)!==0&&addr%65536!==0){return-28}if((flags&32)!==0){ptr=_memalign(65536,len);if(!ptr)return-48;_memset(ptr,0,len);allocated=true}else{var info=FS.getStream(fd);if(!info)return-8;var res=FS.mmap(info,addr,len,off,prot,flags);ptr=res.ptr;allocated=res.allocated}SYSCALLS.mappings[ptr]={malloc:ptr,len:len,allocated:allocated,fd:fd,prot:prot,flags:flags,offset:off};return ptr}function ___sys_mmap2(addr,len,prot,flags,fd,off){try{return syscallMmap2(addr,len,prot,flags,fd,off)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function syscallMunmap(addr,len){if((addr|0)===-1||len===0){return-28}var info=SYSCALLS.mappings[addr];if(!info)return 0;if(len===info.len){var stream=FS.getStream(info.fd);if(stream){if(info.prot&2){SYSCALLS.doMsync(addr,stream,len,info.flags,info.offset)}FS.munmap(stream)}SYSCALLS.mappings[addr]=null;if(info.allocated){_free(info.malloc)}}return 0}function ___sys_munmap(addr,len){try{return syscallMunmap(addr,len)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_open(path,flags,varargs){SYSCALLS.varargs=varargs;try{var pathname=SYSCALLS.getStr(path);var mode=varargs?SYSCALLS.get():0;var stream=FS.open(pathname,flags,mode);return stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}var PIPEFS={BUCKET_BUFFER_SIZE:8192,mount:function(mount){return FS.createNode(null,"/",16384|511,0)},createPipe:function(){var pipe={buckets:[]};pipe.buckets.push({buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:0,roffset:0});var rName=PIPEFS.nextname();var wName=PIPEFS.nextname();var rNode=FS.createNode(PIPEFS.root,rName,4096,0);var wNode=FS.createNode(PIPEFS.root,wName,4096,0);rNode.pipe=pipe;wNode.pipe=pipe;var readableStream=FS.createStream({path:rName,node:rNode,flags:0,seekable:false,stream_ops:PIPEFS.stream_ops});rNode.stream=readableStream;var writableStream=FS.createStream({path:wName,node:wNode,flags:1,seekable:false,stream_ops:PIPEFS.stream_ops});wNode.stream=writableStream;return{readable_fd:readableStream.fd,writable_fd:writableStream.fd}},stream_ops:{poll:function(stream){var pipe=stream.node.pipe;if((stream.flags&2097155)===1){return 256|4}else{if(pipe.buckets.length>0){for(var i=0;i0){return 64|1}}}}return 0},ioctl:function(stream,request,varargs){return ERRNO_CODES.EINVAL},fsync:function(stream){return ERRNO_CODES.EINVAL},read:function(stream,buffer,offset,length,position){var pipe=stream.node.pipe;var currentLength=0;for(var i=0;i=dataLen){currBucket.buffer.set(data,currBucket.offset);currBucket.offset+=dataLen;return dataLen}else if(freeBytesInCurrBuffer>0){currBucket.buffer.set(data.subarray(0,freeBytesInCurrBuffer),currBucket.offset);currBucket.offset+=freeBytesInCurrBuffer;data=data.subarray(freeBytesInCurrBuffer,data.byteLength)}var numBuckets=data.byteLength/PIPEFS.BUCKET_BUFFER_SIZE|0;var remElements=data.byteLength%PIPEFS.BUCKET_BUFFER_SIZE;for(var i=0;i0){var newBucket={buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:data.byteLength,roffset:0};pipe.buckets.push(newBucket);newBucket.buffer.set(data)}return dataLen},close:function(stream){var pipe=stream.node.pipe;pipe.buckets=null}},nextname:function(){if(!PIPEFS.nextname.current){PIPEFS.nextname.current=0}return"pipe["+PIPEFS.nextname.current+++"]"}};function ___sys_pipe(fdPtr){try{if(fdPtr==0){throw new FS.ErrnoError(21)}var res=PIPEFS.createPipe();HEAP32[fdPtr>>2]=res.readable_fd;HEAP32[fdPtr+4>>2]=res.writable_fd;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_poll(fds,nfds,timeout){try{var nonzero=0;for(var i=0;i>2];var events=HEAP16[pollfd+4>>1];var mask=32;var stream=FS.getStream(fd);if(stream){mask=SYSCALLS.DEFAULT_POLLMASK;if(stream.stream_ops.poll){mask=stream.stream_ops.poll(stream)}}mask&=events|8|16;if(mask)nonzero++;HEAP16[pollfd+6>>1]=mask}return nonzero}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_readlink(path,buf,bufsize){try{path=SYSCALLS.getStr(path);return SYSCALLS.doReadlink(path,buf,bufsize)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_recvfrom(fd,buf,len,flags,addr,addrlen){try{var sock=getSocketFromFD(fd);var msg=sock.sock_ops.recvmsg(sock,len);if(!msg)return 0;if(addr){var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(msg.addr),msg.port,addrlen)}HEAPU8.set(msg.buffer,buf);return msg.buffer.byteLength}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_recvmsg(fd,message,flags){try{var sock=getSocketFromFD(fd);var iov=HEAP32[message+8>>2];var num=HEAP32[message+12>>2];var total=0;for(var i=0;i>2]}var msg=sock.sock_ops.recvmsg(sock,total);if(!msg)return 0;var name=HEAP32[message>>2];if(name){var errno=writeSockaddr(name,sock.family,DNS.lookup_name(msg.addr),msg.port)}var bytesRead=0;var bytesRemaining=msg.buffer.byteLength;for(var i=0;bytesRemaining>0&&i>2];var iovlen=HEAP32[iov+(8*i+4)>>2];if(!iovlen){continue}var length=Math.min(iovlen,bytesRemaining);var buf=msg.buffer.subarray(bytesRead,bytesRead+length);HEAPU8.set(buf,iovbase+bytesRead);bytesRead+=length;bytesRemaining-=length}return bytesRead}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_rename(old_path,new_path){try{old_path=SYSCALLS.getStr(old_path);new_path=SYSCALLS.getStr(new_path);FS.rename(old_path,new_path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_sendmsg(fd,message,flags){try{var sock=getSocketFromFD(fd);var iov=HEAP32[message+8>>2];var num=HEAP32[message+12>>2];var addr,port;var name=HEAP32[message>>2];var namelen=HEAP32[message+4>>2];if(name){var info=readSockaddr(name,namelen);if(info.errno)return-info.errno;port=info.port;addr=DNS.lookup_addr(info.addr)||info.addr}var total=0;for(var i=0;i>2]}var view=new Uint8Array(total);var offset=0;for(var i=0;i>2];var iovlen=HEAP32[iov+(8*i+4)>>2];for(var j=0;j>0]}}return sock.sock_ops.sendmsg(sock,view,0,total,addr,port)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_sendto(fd,message,length,flags,addr,addr_len){try{var sock=getSocketFromFD(fd);var dest=getSocketAddress(addr,addr_len,true);if(!dest){return FS.write(sock.stream,HEAP8,message,length)}else{return sock.sock_ops.sendmsg(sock,HEAP8,message,length,dest.addr,dest.port)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_setsockopt(fd){try{return-50}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_shutdown(fd,how){try{getSocketFromFD(fd);return-52}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_statfs64(path,size,buf){try{path=SYSCALLS.getStr(path);HEAP32[buf+4>>2]=4096;HEAP32[buf+40>>2]=4096;HEAP32[buf+8>>2]=1e6;HEAP32[buf+12>>2]=5e5;HEAP32[buf+16>>2]=5e5;HEAP32[buf+20>>2]=FS.nextInode;HEAP32[buf+24>>2]=1e6;HEAP32[buf+28>>2]=42;HEAP32[buf+44>>2]=2;HEAP32[buf+36>>2]=255;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_truncate64(path,zero,low,high){try{path=SYSCALLS.getStr(path);var length=SYSCALLS.get64(low,high);FS.truncate(path,length);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_uname(buf){try{if(!buf)return-21;var layout={"__size__":390,"domainname":325,"machine":260,"nodename":65,"release":130,"sysname":0,"version":195};var copyString=function(element,value){var offset=layout[element];writeAsciiToMemory(value,buf+offset)};copyString("sysname","Emscripten");copyString("nodename","emscripten");copyString("release","1.0");copyString("version","#1");copyString("machine","wasm32");return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_unlink(path){try{path=SYSCALLS.getStr(path);FS.unlink(path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function _abort(){abort()}function _clock(){if(_clock.start===undefined)_clock.start=Date.now();return(Date.now()-_clock.start)*(1e6/1e3)|0}function _emscripten_get_now_res(){if(ENVIRONMENT_IS_NODE){return 1}else if(typeof dateNow!=="undefined"){return 1e3}else return 1e3}var _emscripten_get_now_is_monotonic=true;function _clock_getres(clk_id,res){var nsec;if(clk_id===0){nsec=1e3*1e3}else if(clk_id===1&&_emscripten_get_now_is_monotonic){nsec=_emscripten_get_now_res()}else{setErrNo(28);return-1}HEAP32[res>>2]=nsec/1e9|0;HEAP32[res+4>>2]=nsec;return 0}var _emscripten_get_now;if(ENVIRONMENT_IS_NODE){_emscripten_get_now=function(){var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!=="undefined"){_emscripten_get_now=dateNow}else _emscripten_get_now=function(){return performance.now()};function _clock_gettime(clk_id,tp){var now;if(clk_id===0){now=Date.now()}else if((clk_id===1||clk_id===4)&&_emscripten_get_now_is_monotonic){now=_emscripten_get_now()}else{setErrNo(28);return-1}HEAP32[tp>>2]=now/1e3|0;HEAP32[tp+4>>2]=now%1e3*1e3*1e3|0;return 0}function _difftime(time1,time0){return time1-time0}function _dlclose(handle){}function _dlerror(){return 0}function _dlopen(filename,flag){}function _dlsym(handle,symbol){return 0}var readAsmConstArgsArray=[];function readAsmConstArgs(sigPtr,buf){readAsmConstArgsArray.length=0;var ch;buf>>=2;while(ch=HEAPU8[sigPtr++]){var double=ch<105;if(double&&buf&1)buf++;readAsmConstArgsArray.push(double?HEAPF64[buf++>>1]:HEAP32[buf]);++buf}return readAsmConstArgsArray}function mainThreadEM_ASM(code,sigPtr,argbuf,sync){var args=readAsmConstArgs(sigPtr,argbuf);return ASM_CONSTS[code].apply(null,args)}function _emscripten_asm_const_int_sync_on_main_thread(code,sigPtr,argbuf){return mainThreadEM_ASM(code,sigPtr,argbuf,1)}function _emscripten_set_main_loop_timing(mode,value){Browser.mainLoop.timingMode=mode;Browser.mainLoop.timingValue=value;if(!Browser.mainLoop.func){return 1}if(!Browser.mainLoop.running){Browser.mainLoop.running=true}if(mode==0){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setTimeout(){var timeUntilNextTick=Math.max(0,Browser.mainLoop.tickStartTime+value-_emscripten_get_now())|0;setTimeout(Browser.mainLoop.runner,timeUntilNextTick)};Browser.mainLoop.method="timeout"}else if(mode==1){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_rAF(){Browser.requestAnimationFrame(Browser.mainLoop.runner)};Browser.mainLoop.method="rAF"}else if(mode==2){if(typeof setImmediate==="undefined"){var setImmediates=[];var emscriptenMainLoopMessageId="setimmediate";var Browser_setImmediate_messageHandler=function(event){if(event.data===emscriptenMainLoopMessageId||event.data.target===emscriptenMainLoopMessageId){event.stopPropagation();setImmediates.shift()()}};addEventListener("message",Browser_setImmediate_messageHandler,true);setImmediate=function Browser_emulated_setImmediate(func){setImmediates.push(func);if(ENVIRONMENT_IS_WORKER){if(Module["setImmediates"]===undefined)Module["setImmediates"]=[];Module["setImmediates"].push(func);postMessage({target:emscriptenMainLoopMessageId})}else postMessage(emscriptenMainLoopMessageId,"*")}}Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setImmediate(){setImmediate(Browser.mainLoop.runner)};Browser.mainLoop.method="immediate"}return 0}function _exit(status){exit(status)}function maybeExit(){if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){if(e instanceof ExitStatus){return}throw e}}}function setMainLoop(browserIterationFunc,fps,simulateInfiniteLoop,arg,noSetTiming){assert(!Browser.mainLoop.func,"emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters.");Browser.mainLoop.func=browserIterationFunc;Browser.mainLoop.arg=arg;var thisMainLoopId=Browser.mainLoop.currentlyRunningMainloop;function checkIsRunning(){if(thisMainLoopId0){var start=Date.now();var blocker=Browser.mainLoop.queue.shift();blocker.func(blocker.arg);if(Browser.mainLoop.remainingBlockers){var remaining=Browser.mainLoop.remainingBlockers;var next=remaining%1==0?remaining-1:Math.floor(remaining);if(blocker.counted){Browser.mainLoop.remainingBlockers=next}else{next=next+.5;Browser.mainLoop.remainingBlockers=(8*remaining+next)/9}}console.log('main loop blocker "'+blocker.name+'" took '+(Date.now()-start)+" ms");Browser.mainLoop.updateStatus();if(!checkIsRunning())return;setTimeout(Browser.mainLoop.runner,0);return}if(!checkIsRunning())return;Browser.mainLoop.currentFrameNumber=Browser.mainLoop.currentFrameNumber+1|0;if(Browser.mainLoop.timingMode==1&&Browser.mainLoop.timingValue>1&&Browser.mainLoop.currentFrameNumber%Browser.mainLoop.timingValue!=0){Browser.mainLoop.scheduler();return}else if(Browser.mainLoop.timingMode==0){Browser.mainLoop.tickStartTime=_emscripten_get_now()}GL.newRenderingFrameStarted();Browser.mainLoop.runIter(browserIterationFunc);if(!checkIsRunning())return;if(typeof SDL==="object"&&SDL.audio&&SDL.audio.queueNewAudioData)SDL.audio.queueNewAudioData();Browser.mainLoop.scheduler()};if(!noSetTiming){if(fps&&fps>0)_emscripten_set_main_loop_timing(0,1e3/fps);else _emscripten_set_main_loop_timing(1,1);Browser.mainLoop.scheduler()}if(simulateInfiniteLoop){throw"unwind"}}function callUserCallback(func,synchronous){if(ABORT){return}if(synchronous){func();return}try{func()}catch(e){if(e instanceof ExitStatus){return}else if(e!=="unwind"){if(e&&typeof e==="object"&&e.stack)err("exception thrown: "+[e,e.stack]);throw e}}}var Browser={mainLoop:{running:false,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],pause:function(){Browser.mainLoop.scheduler=null;Browser.mainLoop.currentlyRunningMainloop++},resume:function(){Browser.mainLoop.currentlyRunningMainloop++;var timingMode=Browser.mainLoop.timingMode;var timingValue=Browser.mainLoop.timingValue;var func=Browser.mainLoop.func;Browser.mainLoop.func=null;setMainLoop(func,0,false,Browser.mainLoop.arg,true);_emscripten_set_main_loop_timing(timingMode,timingValue);Browser.mainLoop.scheduler()},updateStatus:function(){if(Module["setStatus"]){var message=Module["statusMessage"]||"Please wait...";var remaining=Browser.mainLoop.remainingBlockers;var expected=Browser.mainLoop.expectedBlockers;if(remaining){if(remaining=6){var curr=leftchar>>leftbits-6&63;leftbits-=6;ret+=BASE[curr]}}if(leftbits==2){ret+=BASE[(leftchar&3)<<4];ret+=PAD+PAD}else if(leftbits==4){ret+=BASE[(leftchar&15)<<2];ret+=PAD}return ret}audio.src="data:audio/x-"+name.substr(-3)+";base64,"+encode64(byteArray);finish(audio)};audio.src=url;Browser.safeSetTimeout(function(){finish(audio)},1e4)}else{return fail()}};Module["preloadPlugins"].push(audioPlugin);function pointerLockChange(){Browser.pointerLock=document["pointerLockElement"]===Module["canvas"]||document["mozPointerLockElement"]===Module["canvas"]||document["webkitPointerLockElement"]===Module["canvas"]||document["msPointerLockElement"]===Module["canvas"]}var canvas=Module["canvas"];if(canvas){canvas.requestPointerLock=canvas["requestPointerLock"]||canvas["mozRequestPointerLock"]||canvas["webkitRequestPointerLock"]||canvas["msRequestPointerLock"]||function(){};canvas.exitPointerLock=document["exitPointerLock"]||document["mozExitPointerLock"]||document["webkitExitPointerLock"]||document["msExitPointerLock"]||function(){};canvas.exitPointerLock=canvas.exitPointerLock.bind(document);document.addEventListener("pointerlockchange",pointerLockChange,false);document.addEventListener("mozpointerlockchange",pointerLockChange,false);document.addEventListener("webkitpointerlockchange",pointerLockChange,false);document.addEventListener("mspointerlockchange",pointerLockChange,false);if(Module["elementPointerLock"]){canvas.addEventListener("click",function(ev){if(!Browser.pointerLock&&Module["canvas"].requestPointerLock){Module["canvas"].requestPointerLock();ev.preventDefault()}},false)}}},createContext:function(canvas,useWebGL,setInModule,webGLContextAttributes){if(useWebGL&&Module.ctx&&canvas==Module.canvas)return Module.ctx;var ctx;var contextHandle;if(useWebGL){var contextAttributes={antialias:false,alpha:false,majorVersion:typeof WebGL2RenderingContext!=="undefined"?2:1};if(webGLContextAttributes){for(var attribute in webGLContextAttributes){contextAttributes[attribute]=webGLContextAttributes[attribute]}}if(typeof GL!=="undefined"){contextHandle=GL.createContext(canvas,contextAttributes);if(contextHandle){ctx=GL.getContext(contextHandle).GLctx}}}else{ctx=canvas.getContext("2d")}if(!ctx)return null;if(setInModule){if(!useWebGL)assert(typeof GLctx==="undefined","cannot set in module if GLctx is used, but we are a non-GL context that would replace it");Module.ctx=ctx;if(useWebGL)GL.makeContextCurrent(contextHandle);Module.useWebGL=useWebGL;Browser.moduleContextCreatedCallbacks.forEach(function(callback){callback()});Browser.init()}return ctx},destroyContext:function(canvas,useWebGL,setInModule){},fullscreenHandlersInstalled:false,lockPointer:undefined,resizeCanvas:undefined,requestFullscreen:function(lockPointer,resizeCanvas){Browser.lockPointer=lockPointer;Browser.resizeCanvas=resizeCanvas;if(typeof Browser.lockPointer==="undefined")Browser.lockPointer=true;if(typeof Browser.resizeCanvas==="undefined")Browser.resizeCanvas=false;var canvas=Module["canvas"];function fullscreenChange(){Browser.isFullscreen=false;var canvasContainer=canvas.parentNode;if((document["fullscreenElement"]||document["mozFullScreenElement"]||document["msFullscreenElement"]||document["webkitFullscreenElement"]||document["webkitCurrentFullScreenElement"])===canvasContainer){canvas.exitFullscreen=Browser.exitFullscreen;if(Browser.lockPointer)canvas.requestPointerLock();Browser.isFullscreen=true;if(Browser.resizeCanvas){Browser.setFullscreenCanvasSize()}else{Browser.updateCanvasDimensions(canvas)}}else{canvasContainer.parentNode.insertBefore(canvas,canvasContainer);canvasContainer.parentNode.removeChild(canvasContainer);if(Browser.resizeCanvas){Browser.setWindowedCanvasSize()}else{Browser.updateCanvasDimensions(canvas)}}if(Module["onFullScreen"])Module["onFullScreen"](Browser.isFullscreen);if(Module["onFullscreen"])Module["onFullscreen"](Browser.isFullscreen)}if(!Browser.fullscreenHandlersInstalled){Browser.fullscreenHandlersInstalled=true;document.addEventListener("fullscreenchange",fullscreenChange,false);document.addEventListener("mozfullscreenchange",fullscreenChange,false);document.addEventListener("webkitfullscreenchange",fullscreenChange,false);document.addEventListener("MSFullscreenChange",fullscreenChange,false)}var canvasContainer=document.createElement("div");canvas.parentNode.insertBefore(canvasContainer,canvas);canvasContainer.appendChild(canvas);canvasContainer.requestFullscreen=canvasContainer["requestFullscreen"]||canvasContainer["mozRequestFullScreen"]||canvasContainer["msRequestFullscreen"]||(canvasContainer["webkitRequestFullscreen"]?function(){canvasContainer["webkitRequestFullscreen"](Element["ALLOW_KEYBOARD_INPUT"])}:null)||(canvasContainer["webkitRequestFullScreen"]?function(){canvasContainer["webkitRequestFullScreen"](Element["ALLOW_KEYBOARD_INPUT"])}:null);canvasContainer.requestFullscreen()},exitFullscreen:function(){if(!Browser.isFullscreen){return false}var CFS=document["exitFullscreen"]||document["cancelFullScreen"]||document["mozCancelFullScreen"]||document["msExitFullscreen"]||document["webkitCancelFullScreen"]||function(){};CFS.apply(document,[]);return true},nextRAF:0,fakeRequestAnimationFrame:function(func){var now=Date.now();if(Browser.nextRAF===0){Browser.nextRAF=now+1e3/60}else{while(now+2>=Browser.nextRAF){Browser.nextRAF+=1e3/60}}var delay=Math.max(Browser.nextRAF-now,0);setTimeout(func,delay)},requestAnimationFrame:function(func){if(typeof requestAnimationFrame==="function"){requestAnimationFrame(func);return}var RAF=Browser.fakeRequestAnimationFrame;RAF(func)},safeRequestAnimationFrame:function(func){return Browser.requestAnimationFrame(function(){callUserCallback(func)})},safeSetTimeout:function(func,timeout){return setTimeout(function(){callUserCallback(func)},timeout)},getMimetype:function(name){return{"jpg":"image/jpeg","jpeg":"image/jpeg","png":"image/png","bmp":"image/bmp","ogg":"audio/ogg","wav":"audio/wav","mp3":"audio/mpeg"}[name.substr(name.lastIndexOf(".")+1)]},getUserMedia:function(func){if(!window.getUserMedia){window.getUserMedia=navigator["getUserMedia"]||navigator["mozGetUserMedia"]}window.getUserMedia(func)},getMovementX:function(event){return event["movementX"]||event["mozMovementX"]||event["webkitMovementX"]||0},getMovementY:function(event){return event["movementY"]||event["mozMovementY"]||event["webkitMovementY"]||0},getMouseWheelDelta:function(event){var delta=0;switch(event.type){case"DOMMouseScroll":delta=event.detail/3;break;case"mousewheel":delta=event.wheelDelta/120;break;case"wheel":delta=event.deltaY;switch(event.deltaMode){case 0:delta/=100;break;case 1:delta/=3;break;case 2:delta*=80;break;default:throw"unrecognized mouse wheel delta mode: "+event.deltaMode}break;default:throw"unrecognized mouse wheel event: "+event.type}return delta},mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:function(event){if(Browser.pointerLock){if(event.type!="mousemove"&&"mozMovementX"in event){Browser.mouseMovementX=Browser.mouseMovementY=0}else{Browser.mouseMovementX=Browser.getMovementX(event);Browser.mouseMovementY=Browser.getMovementY(event)}if(typeof SDL!="undefined"){Browser.mouseX=SDL.mouseX+Browser.mouseMovementX;Browser.mouseY=SDL.mouseY+Browser.mouseMovementY}else{Browser.mouseX+=Browser.mouseMovementX;Browser.mouseY+=Browser.mouseMovementY}}else{var rect=Module["canvas"].getBoundingClientRect();var cw=Module["canvas"].width;var ch=Module["canvas"].height;var scrollX=typeof window.scrollX!=="undefined"?window.scrollX:window.pageXOffset;var scrollY=typeof window.scrollY!=="undefined"?window.scrollY:window.pageYOffset;if(event.type==="touchstart"||event.type==="touchend"||event.type==="touchmove"){var touch=event.touch;if(touch===undefined){return}var adjustedX=touch.pageX-(scrollX+rect.left);var adjustedY=touch.pageY-(scrollY+rect.top);adjustedX=adjustedX*(cw/rect.width);adjustedY=adjustedY*(ch/rect.height);var coords={x:adjustedX,y:adjustedY};if(event.type==="touchstart"){Browser.lastTouches[touch.identifier]=coords;Browser.touches[touch.identifier]=coords}else if(event.type==="touchend"||event.type==="touchmove"){var last=Browser.touches[touch.identifier];if(!last)last=coords;Browser.lastTouches[touch.identifier]=last;Browser.touches[touch.identifier]=coords}return}var x=event.pageX-(scrollX+rect.left);var y=event.pageY-(scrollY+rect.top);x=x*(cw/rect.width);y=y*(ch/rect.height);Browser.mouseMovementX=x-Browser.mouseX;Browser.mouseMovementY=y-Browser.mouseY;Browser.mouseX=x;Browser.mouseY=y}},asyncLoad:function(url,onload,onerror,noRunDep){var dep=!noRunDep?getUniqueRunDependency("al "+url):"";readAsync(url,function(arrayBuffer){assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).');onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},function(event){if(onerror){onerror()}else{throw'Loading data file "'+url+'" failed.'}});if(dep)addRunDependency(dep)},resizeListeners:[],updateResizeListeners:function(){var canvas=Module["canvas"];Browser.resizeListeners.forEach(function(listener){listener(canvas.width,canvas.height)})},setCanvasSize:function(width,height,noUpdates){var canvas=Module["canvas"];Browser.updateCanvasDimensions(canvas,width,height);if(!noUpdates)Browser.updateResizeListeners()},windowedWidth:0,windowedHeight:0,setFullscreenCanvasSize:function(){if(typeof SDL!="undefined"){var flags=HEAPU32[SDL.screen>>2];flags=flags|8388608;HEAP32[SDL.screen>>2]=flags}Browser.updateCanvasDimensions(Module["canvas"]);Browser.updateResizeListeners()},setWindowedCanvasSize:function(){if(typeof SDL!="undefined"){var flags=HEAPU32[SDL.screen>>2];flags=flags&~8388608;HEAP32[SDL.screen>>2]=flags}Browser.updateCanvasDimensions(Module["canvas"]);Browser.updateResizeListeners()},updateCanvasDimensions:function(canvas,wNative,hNative){if(wNative&&hNative){canvas.widthNative=wNative;canvas.heightNative=hNative}else{wNative=canvas.widthNative;hNative=canvas.heightNative}var w=wNative;var h=hNative;if(Module["forcedAspectRatio"]&&Module["forcedAspectRatio"]>0){if(w/h=0;--i){JSEvents._removeHandler(i)}JSEvents.eventHandlers=[];JSEvents.deferredCalls=[]},registerRemoveEventListeners:function(){if(!JSEvents.removeEventListenersRegistered){__ATEXIT__.push(JSEvents.removeAllEventListeners);JSEvents.removeEventListenersRegistered=true}},deferredCalls:[],deferCall:function(targetFunction,precedence,argsList){function arraysHaveEqualContent(arrA,arrB){if(arrA.length!=arrB.length)return false;for(var i in arrA){if(arrA[i]!=arrB[i])return false}return true}for(var i in JSEvents.deferredCalls){var call=JSEvents.deferredCalls[i];if(call.targetFunction==targetFunction&&arraysHaveEqualContent(call.argsList,argsList)){return}}JSEvents.deferredCalls.push({targetFunction:targetFunction,precedence:precedence,argsList:argsList});JSEvents.deferredCalls.sort(function(x,y){return x.precedence2?UTF8ToString(cString):cString}var specialHTMLTargets=[0,typeof document!=="undefined"?document:0,typeof window!=="undefined"?window:0];function findEventTarget(target){target=maybeCStringToJsString(target);var domElement=specialHTMLTargets[target]||(typeof document!=="undefined"?document.querySelector(target):undefined);return domElement}function findCanvasEventTarget(target){return findEventTarget(target)}function _emscripten_get_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;HEAP32[width>>2]=canvas.width;HEAP32[height>>2]=canvas.height}function getCanvasElementSize(target){var stackTop=stackSave();var w=stackAlloc(8);var h=w+4;var targetInt=stackAlloc(target.id.length+1);stringToUTF8(target.id,targetInt,target.id.length+1);var ret=_emscripten_get_canvas_element_size(targetInt,w,h);var size=[HEAP32[w>>2],HEAP32[h>>2]];stackRestore(stackTop);return size}function _emscripten_set_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;canvas.width=width;canvas.height=height;return 0}function setCanvasElementSize(target,width,height){if(!target.controlTransferredOffscreen){target.width=width;target.height=height}else{var stackTop=stackSave();var targetInt=stackAlloc(target.id.length+1);stringToUTF8(target.id,targetInt,target.id.length+1);_emscripten_set_canvas_element_size(targetInt,width,height);stackRestore(stackTop)}}function registerRestoreOldStyle(canvas){var canvasSize=getCanvasElementSize(canvas);var oldWidth=canvasSize[0];var oldHeight=canvasSize[1];var oldCssWidth=canvas.style.width;var oldCssHeight=canvas.style.height;var oldBackgroundColor=canvas.style.backgroundColor;var oldDocumentBackgroundColor=document.body.style.backgroundColor;var oldPaddingLeft=canvas.style.paddingLeft;var oldPaddingRight=canvas.style.paddingRight;var oldPaddingTop=canvas.style.paddingTop;var oldPaddingBottom=canvas.style.paddingBottom;var oldMarginLeft=canvas.style.marginLeft;var oldMarginRight=canvas.style.marginRight;var oldMarginTop=canvas.style.marginTop;var oldMarginBottom=canvas.style.marginBottom;var oldDocumentBodyMargin=document.body.style.margin;var oldDocumentOverflow=document.documentElement.style.overflow;var oldDocumentScroll=document.body.scroll;var oldImageRendering=canvas.style.imageRendering;function restoreOldStyle(){var fullscreenElement=document.fullscreenElement||document.webkitFullscreenElement||document.msFullscreenElement;if(!fullscreenElement){document.removeEventListener("fullscreenchange",restoreOldStyle);document.removeEventListener("webkitfullscreenchange",restoreOldStyle);setCanvasElementSize(canvas,oldWidth,oldHeight);canvas.style.width=oldCssWidth;canvas.style.height=oldCssHeight;canvas.style.backgroundColor=oldBackgroundColor;if(!oldDocumentBackgroundColor)document.body.style.backgroundColor="white";document.body.style.backgroundColor=oldDocumentBackgroundColor;canvas.style.paddingLeft=oldPaddingLeft;canvas.style.paddingRight=oldPaddingRight;canvas.style.paddingTop=oldPaddingTop;canvas.style.paddingBottom=oldPaddingBottom;canvas.style.marginLeft=oldMarginLeft;canvas.style.marginRight=oldMarginRight;canvas.style.marginTop=oldMarginTop;canvas.style.marginBottom=oldMarginBottom;document.body.style.margin=oldDocumentBodyMargin;document.documentElement.style.overflow=oldDocumentOverflow;document.body.scroll=oldDocumentScroll;canvas.style.imageRendering=oldImageRendering;if(canvas.GLctxObject)canvas.GLctxObject.GLctx.viewport(0,0,oldWidth,oldHeight);if(currentFullscreenStrategy.canvasResizedCallback){(function(a1,a2,a3){return dynCall_iiii.apply(null,[currentFullscreenStrategy.canvasResizedCallback,a1,a2,a3])})(37,0,currentFullscreenStrategy.canvasResizedCallbackUserData)}}}document.addEventListener("fullscreenchange",restoreOldStyle);document.addEventListener("webkitfullscreenchange",restoreOldStyle);return restoreOldStyle}function setLetterbox(element,topBottom,leftRight){element.style.paddingLeft=element.style.paddingRight=leftRight+"px";element.style.paddingTop=element.style.paddingBottom=topBottom+"px"}function getBoundingClientRect(e){return specialHTMLTargets.indexOf(e)<0?e.getBoundingClientRect():{"left":0,"top":0}}function _JSEvents_resizeCanvasForFullscreen(target,strategy){var restoreOldStyle=registerRestoreOldStyle(target);var cssWidth=strategy.softFullscreen?innerWidth:screen.width;var cssHeight=strategy.softFullscreen?innerHeight:screen.height;var rect=getBoundingClientRect(target);var windowedCssWidth=rect.width;var windowedCssHeight=rect.height;var canvasSize=getCanvasElementSize(target);var windowedRttWidth=canvasSize[0];var windowedRttHeight=canvasSize[1];if(strategy.scaleMode==3){setLetterbox(target,(cssHeight-windowedCssHeight)/2,(cssWidth-windowedCssWidth)/2);cssWidth=windowedCssWidth;cssHeight=windowedCssHeight}else if(strategy.scaleMode==2){if(cssWidth*windowedRttHeight>2]=isFullscreen;HEAP32[eventStruct+4>>2]=JSEvents.fullscreenEnabled();var reportedElement=isFullscreen?fullscreenElement:JSEvents.previousFullscreenElement;var nodeName=JSEvents.getNodeNameForTarget(reportedElement);var id=reportedElement&&reportedElement.id?reportedElement.id:"";stringToUTF8(nodeName,eventStruct+8,128);stringToUTF8(id,eventStruct+136,128);HEAP32[eventStruct+264>>2]=reportedElement?reportedElement.clientWidth:0;HEAP32[eventStruct+268>>2]=reportedElement?reportedElement.clientHeight:0;HEAP32[eventStruct+272>>2]=screen.width;HEAP32[eventStruct+276>>2]=screen.height;if(isFullscreen){JSEvents.previousFullscreenElement=fullscreenElement}}function _emscripten_get_fullscreen_status(fullscreenStatus){if(!JSEvents.fullscreenEnabled())return-1;fillFullscreenChangeEventData(fullscreenStatus);return 0}function fillGamepadEventData(eventStruct,e){HEAPF64[eventStruct>>3]=e.timestamp;for(var i=0;i>3]=e.axes[i]}for(var i=0;i>3]=e.buttons[i].value}else{HEAPF64[eventStruct+i*8+528>>3]=e.buttons[i]}}for(var i=0;i>2]=e.buttons[i].pressed}else{HEAP32[eventStruct+i*4+1040>>2]=e.buttons[i]==1}}HEAP32[eventStruct+1296>>2]=e.connected;HEAP32[eventStruct+1300>>2]=e.index;HEAP32[eventStruct+8>>2]=e.axes.length;HEAP32[eventStruct+12>>2]=e.buttons.length;stringToUTF8(e.id,eventStruct+1304,64);stringToUTF8(e.mapping,eventStruct+1368,64)}function _emscripten_get_gamepad_status(index,gamepadState){if(index<0||index>=JSEvents.lastGamepadState.length)return-5;if(!JSEvents.lastGamepadState[index])return-7;fillGamepadEventData(gamepadState,JSEvents.lastGamepadState[index]);return 0}function _emscripten_get_heap_max(){return 2147483648}function _emscripten_get_num_gamepads(){return JSEvents.lastGamepadState.length}function _emscripten_html5_remove_all_event_listeners(){JSEvents.removeAllEventListeners()}function _emscripten_is_webgl_context_lost(contextHandle){return!GL.contexts[contextHandle]||GL.contexts[contextHandle].GLctx.isContextLost()}function reallyNegative(x){return x<0||x===0&&1/x===-Infinity}function convertI32PairToI53(lo,hi){return(lo>>>0)+hi*4294967296}function convertU32PairToI53(lo,hi){return(lo>>>0)+(hi>>>0)*4294967296}function reSign(value,bits){if(value<=0){return value}var half=bits<=32?Math.abs(1<=half&&(bits<=32||value>half)){value=-2*half+value}return value}function unSign(value,bits){if(value>=0){return value}return bits<=32?2*Math.abs(1<>3];argIndex+=8}else if(type=="i64"){ret=[HEAP32[argIndex>>2],HEAP32[argIndex+4>>2]];argIndex+=8}else{type="i32";ret=HEAP32[argIndex>>2];argIndex+=4}return ret}var ret=[];var curr,next,currArg;while(1){var startTextIndex=textIndex;curr=HEAP8[textIndex>>0];if(curr===0)break;next=HEAP8[textIndex+1>>0];if(curr==37){var flagAlwaysSigned=false;var flagLeftAlign=false;var flagAlternative=false;var flagZeroPad=false;var flagPadSign=false;flagsLoop:while(1){switch(next){case 43:flagAlwaysSigned=true;break;case 45:flagLeftAlign=true;break;case 35:flagAlternative=true;break;case 48:if(flagZeroPad){break flagsLoop}else{flagZeroPad=true;break}case 32:flagPadSign=true;break;default:break flagsLoop}textIndex++;next=HEAP8[textIndex+1>>0]}var width=0;if(next==42){width=getNextArg("i32");textIndex++;next=HEAP8[textIndex+1>>0]}else{while(next>=48&&next<=57){width=width*10+(next-48);textIndex++;next=HEAP8[textIndex+1>>0]}}var precisionSet=false,precision=-1;if(next==46){precision=0;precisionSet=true;textIndex++;next=HEAP8[textIndex+1>>0];if(next==42){precision=getNextArg("i32");textIndex++}else{while(1){var precisionChr=HEAP8[textIndex+1>>0];if(precisionChr<48||precisionChr>57)break;precision=precision*10+(precisionChr-48);textIndex++}}next=HEAP8[textIndex+1>>0]}if(precision<0){precision=6;precisionSet=false}var argSize;switch(String.fromCharCode(next)){case"h":var nextNext=HEAP8[textIndex+2>>0];if(nextNext==104){textIndex++;argSize=1}else{argSize=2}break;case"l":var nextNext=HEAP8[textIndex+2>>0];if(nextNext==108){textIndex++;argSize=8}else{argSize=4}break;case"L":case"q":case"j":argSize=8;break;case"z":case"t":case"I":argSize=4;break;default:argSize=null}if(argSize)textIndex++;next=HEAP8[textIndex+1>>0];switch(String.fromCharCode(next)){case"d":case"i":case"u":case"o":case"x":case"X":case"p":{var signed=next==100||next==105;argSize=argSize||4;currArg=getNextArg("i"+argSize*8);var argText;if(argSize==8){currArg=next==117?convertU32PairToI53(currArg[0],currArg[1]):convertI32PairToI53(currArg[0],currArg[1])}if(argSize<=4){var limit=Math.pow(256,argSize)-1;currArg=(signed?reSign:unSign)(currArg&limit,argSize*8)}var currAbsArg=Math.abs(currArg);var prefix="";if(next==100||next==105){argText=reSign(currArg,8*argSize,1).toString(10)}else if(next==117){argText=unSign(currArg,8*argSize,1).toString(10);currArg=Math.abs(currArg)}else if(next==111){argText=(flagAlternative?"0":"")+currAbsArg.toString(8)}else if(next==120||next==88){prefix=flagAlternative&&currArg!=0?"0x":"";if(currArg<0){currArg=-currArg;argText=(currAbsArg-1).toString(16);var buffer=[];for(var i=0;i=0){if(flagAlwaysSigned){prefix="+"+prefix}else if(flagPadSign){prefix=" "+prefix}}if(argText.charAt(0)=="-"){prefix="-"+prefix;argText=argText.substr(1)}while(prefix.length+argText.lengthexponent&&exponent>=-4){next=(next==103?"f":"F").charCodeAt(0);precision-=exponent+1}else{next=(next==103?"e":"E").charCodeAt(0);precision--}effectivePrecision=Math.min(precision,20)}if(next==101||next==69){argText=currArg.toExponential(effectivePrecision);if(/[eE][-+]\d$/.test(argText)){argText=argText.slice(0,-1)+"0"+argText.slice(-1)}}else if(next==102||next==70){argText=currArg.toFixed(effectivePrecision);if(currArg===0&&reallyNegative(currArg)){argText="-"+argText}}var parts=argText.split("e");if(isGeneral&&!flagAlternative){while(parts[0].length>1&&parts[0].includes(".")&&(parts[0].slice(-1)=="0"||parts[0].slice(-1)==".")){parts[0]=parts[0].slice(0,-1)}}else{if(flagAlternative&&argText.indexOf(".")==-1)parts[0]+=".";while(precision>effectivePrecision++)parts[0]+="0"}argText=parts[0]+(parts.length>1?"e"+parts[1]:"");if(next==69)argText=argText.toUpperCase();if(currArg>=0){if(flagAlwaysSigned){argText="+"+argText}else if(flagPadSign){argText=" "+argText}}}while(argText.length>0])}}else{ret=ret.concat(intArrayFromString("(null)".substr(0,argLength),true))}if(flagLeftAlign){while(argLength0){ret.push(32)}if(!flagLeftAlign)ret.push(getNextArg("i8"));break}case"n":{var ptr=getNextArg("i32*");HEAP32[ptr>>2]=ret.length;break}case"%":{ret.push(curr);break}default:{for(var i=startTextIndex;i>0])}}}textIndex+=2}else{ret.push(curr);textIndex+=1}}return ret}function traverseStack(args){if(!args||!args.callee||!args.callee.name){return[null,"",""]}var funstr=args.callee.toString();var funcname=args.callee.name;var str="(";var first=true;for(var i in args){var a=args[i];if(!first){str+=", "}first=false;if(typeof a==="number"||typeof a==="string"){str+=a}else{str+="("+typeof a+")"}}str+=")";var caller=args.callee.caller;args=caller?caller.arguments:[];if(first)str="";return[args,funcname,str]}function _emscripten_get_callstack_js(flags){var callstack=jsStackTrace();var iThisFunc=callstack.lastIndexOf("_emscripten_log");var iThisFunc2=callstack.lastIndexOf("_emscripten_get_callstack");var iNextLine=callstack.indexOf("\n",Math.max(iThisFunc,iThisFunc2))+1;callstack=callstack.slice(iNextLine);if(flags&32){warnOnce("EM_LOG_DEMANGLE is deprecated; ignoring")}if(flags&8&&typeof emscripten_source_map==="undefined"){warnOnce('Source map information is not available, emscripten_log with EM_LOG_C_STACK will be ignored. Build with "--pre-js $EMSCRIPTEN/src/emscripten-source-map.min.js" linker flag to add source map loading to code.');flags^=8;flags|=16}var stack_args=null;if(flags&128){stack_args=traverseStack(arguments);while(stack_args[1].includes("_emscripten_"))stack_args=traverseStack(stack_args[0])}var lines=callstack.split("\n");callstack="";var newFirefoxRe=new RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)");var firefoxRe=new RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?");var chromeRe=new RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)");for(var l in lines){var line=lines[l];var symbolName="";var file="";var lineno=0;var column=0;var parts=chromeRe.exec(line);if(parts&&parts.length==5){symbolName=parts[1];file=parts[2];lineno=parts[3];column=parts[4]}else{parts=newFirefoxRe.exec(line);if(!parts)parts=firefoxRe.exec(line);if(parts&&parts.length>=4){symbolName=parts[1];file=parts[2];lineno=parts[3];column=parts[4]|0}else{callstack+=line+"\n";continue}}var haveSourceMap=false;if(flags&8){var orig=emscripten_source_map.originalPositionFor({line:lineno,column:column});haveSourceMap=orig&&orig.source;if(haveSourceMap){if(flags&64){orig.source=orig.source.substring(orig.source.replace(/\\/g,"/").lastIndexOf("/")+1)}callstack+=" at "+symbolName+" ("+orig.source+":"+orig.line+":"+orig.column+")\n"}}if(flags&16||!haveSourceMap){if(flags&64){file=file.substring(file.replace(/\\/g,"/").lastIndexOf("/")+1)}callstack+=(haveSourceMap?" = "+symbolName:" at "+symbolName)+" ("+file+":"+lineno+":"+column+")\n"}if(flags&128&&stack_args[0]){if(stack_args[1]==symbolName&&stack_args[2].length>0){callstack=callstack.replace(/\s+$/,"");callstack+=" with values: "+stack_args[1]+stack_args[2]+"\n"}stack_args=traverseStack(stack_args[0])}}callstack=callstack.replace(/\s+$/,"");return callstack}function _emscripten_log_js(flags,str){if(flags&24){str=str.replace(/\s+$/,"");str+=(str.length>0?"\n":"")+_emscripten_get_callstack_js(flags)}if(flags&1){if(flags&4){console.error(str)}else if(flags&2){console.warn(str)}else if(flags&512){console.info(str)}else if(flags&256){console.debug(str)}else{console.log(str)}}else if(flags&6){err(str)}else{out(str)}}function _emscripten_log(flags,format,varargs){var result=formatString(format,varargs);var str=UTF8ArrayToString(result,0);_emscripten_log_js(flags,str)}function _longjmp(env,value){_setThrew(env,value||1);throw"longjmp"}function _emscripten_longjmp(a0,a1){return _longjmp(a0,a1)}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function doRequestFullscreen(target,strategy){if(!JSEvents.fullscreenEnabled())return-1;target=findEventTarget(target);if(!target)return-4;if(!target.requestFullscreen&&!target.webkitRequestFullscreen){return-3}var canPerformRequests=JSEvents.canPerformEventHandlerRequests();if(!canPerformRequests){if(strategy.deferUntilInEventHandler){JSEvents.deferCall(_JSEvents_requestFullscreen,1,[target,strategy]);return 1}else{return-2}}return _JSEvents_requestFullscreen(target,strategy)}function _emscripten_request_fullscreen(target,deferUntilInEventHandler){var strategy={scaleMode:0,canvasResolutionScaleMode:0,filteringMode:0,deferUntilInEventHandler:deferUntilInEventHandler,canvasResizedCallbackTargetThread:2};return doRequestFullscreen(target,strategy)}function _emscripten_request_pointerlock(target,deferUntilInEventHandler){target=findEventTarget(target);if(!target)return-4;if(!target.requestPointerLock&&!target.msRequestPointerLock){return-1}var canPerformRequests=JSEvents.canPerformEventHandlerRequests();if(!canPerformRequests){if(deferUntilInEventHandler){JSEvents.deferCall(requestPointerLock,2,[target]);return 1}else{return-2}}return requestPointerLock(target)}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}function _emscripten_sample_gamepad_data(){return(JSEvents.lastGamepadState=navigator.getGamepads?navigator.getGamepads():navigator.webkitGetGamepads?navigator.webkitGetGamepads():null)?0:-1}function registerFocusEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.focusEvent)JSEvents.focusEvent=_malloc(256);var focusEventHandlerFunc=function(ev){var e=ev||event;var nodeName=JSEvents.getNodeNameForTarget(e.target);var id=e.target.id?e.target.id:"";var focusEvent=JSEvents.focusEvent;stringToUTF8(nodeName,focusEvent+0,128);stringToUTF8(id,focusEvent+128,128);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,focusEvent,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:focusEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_blur_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerFocusEventCallback(target,userData,useCapture,callbackfunc,12,"blur",targetThread);return 0}function _emscripten_set_focus_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerFocusEventCallback(target,userData,useCapture,callbackfunc,13,"focus",targetThread);return 0}function registerFullscreenChangeEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.fullscreenChangeEvent)JSEvents.fullscreenChangeEvent=_malloc(280);var fullscreenChangeEventhandlerFunc=function(ev){var e=ev||event;var fullscreenChangeEvent=JSEvents.fullscreenChangeEvent;fillFullscreenChangeEventData(fullscreenChangeEvent);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,fullscreenChangeEvent,userData))e.preventDefault()};var eventHandler={target:target,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:fullscreenChangeEventhandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_fullscreenchange_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){if(!JSEvents.fullscreenEnabled())return-1;target=findEventTarget(target);if(!target)return-4;registerFullscreenChangeEventCallback(target,userData,useCapture,callbackfunc,19,"fullscreenchange",targetThread);registerFullscreenChangeEventCallback(target,userData,useCapture,callbackfunc,19,"webkitfullscreenchange",targetThread);return 0}function registerGamepadEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.gamepadEvent)JSEvents.gamepadEvent=_malloc(1432);var gamepadEventHandlerFunc=function(ev){var e=ev||event;var gamepadEvent=JSEvents.gamepadEvent;fillGamepadEventData(gamepadEvent,e["gamepad"]);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,gamepadEvent,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:gamepadEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_gamepadconnected_callback_on_thread(userData,useCapture,callbackfunc,targetThread){if(!navigator.getGamepads&&!navigator.webkitGetGamepads)return-1;registerGamepadEventCallback(2,userData,useCapture,callbackfunc,26,"gamepadconnected",targetThread);return 0}function _emscripten_set_gamepaddisconnected_callback_on_thread(userData,useCapture,callbackfunc,targetThread){if(!navigator.getGamepads&&!navigator.webkitGetGamepads)return-1;registerGamepadEventCallback(2,userData,useCapture,callbackfunc,27,"gamepaddisconnected",targetThread);return 0}function _emscripten_set_interval(cb,msecs,userData){return setInterval(function(){(function(a1){dynCall_vi.apply(null,[cb,a1])})(userData)},msecs)}function registerKeyEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.keyEvent)JSEvents.keyEvent=_malloc(164);var keyEventHandlerFunc=function(e){var keyEventData=JSEvents.keyEvent;var idx=keyEventData>>2;HEAP32[idx+0]=e.location;HEAP32[idx+1]=e.ctrlKey;HEAP32[idx+2]=e.shiftKey;HEAP32[idx+3]=e.altKey;HEAP32[idx+4]=e.metaKey;HEAP32[idx+5]=e.repeat;HEAP32[idx+6]=e.charCode;HEAP32[idx+7]=e.keyCode;HEAP32[idx+8]=e.which;stringToUTF8(e.key||"",keyEventData+36,32);stringToUTF8(e.code||"",keyEventData+68,32);stringToUTF8(e.char||"",keyEventData+100,32);stringToUTF8(e.locale||"",keyEventData+132,32);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,keyEventData,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:keyEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_keydown_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,2,"keydown",targetThread);return 0}function _emscripten_set_keypress_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,1,"keypress",targetThread);return 0}function _emscripten_set_keyup_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,3,"keyup",targetThread);return 0}function _emscripten_set_main_loop(func,fps,simulateInfiniteLoop){var browserIterationFunc=function(){dynCall_v.call(null,func)};setMainLoop(browserIterationFunc,fps,simulateInfiniteLoop)}function fillMouseEventData(eventStruct,e,target){var idx=eventStruct>>2;HEAP32[idx+0]=e.screenX;HEAP32[idx+1]=e.screenY;HEAP32[idx+2]=e.clientX;HEAP32[idx+3]=e.clientY;HEAP32[idx+4]=e.ctrlKey;HEAP32[idx+5]=e.shiftKey;HEAP32[idx+6]=e.altKey;HEAP32[idx+7]=e.metaKey;HEAP16[idx*2+16]=e.button;HEAP16[idx*2+17]=e.buttons;HEAP32[idx+9]=e["movementX"];HEAP32[idx+10]=e["movementY"];var rect=getBoundingClientRect(target);HEAP32[idx+11]=e.clientX-rect.left;HEAP32[idx+12]=e.clientY-rect.top}function registerMouseEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.mouseEvent)JSEvents.mouseEvent=_malloc(64);target=findEventTarget(target);var mouseEventHandlerFunc=function(ev){var e=ev||event;fillMouseEventData(JSEvents.mouseEvent,e,target);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,JSEvents.mouseEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:eventTypeString!="mousemove"&&eventTypeString!="mouseenter"&&eventTypeString!="mouseleave",eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:mouseEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_mousedown_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,5,"mousedown",targetThread);return 0}function _emscripten_set_mousemove_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,8,"mousemove",targetThread);return 0}function _emscripten_set_mouseup_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,6,"mouseup",targetThread);return 0}function registerTouchEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.touchEvent)JSEvents.touchEvent=_malloc(1684);target=findEventTarget(target);var touchEventHandlerFunc=function(e){var t,touches={},et=e.touches;for(var i=0;i>2;HEAP32[idx+1]=e.ctrlKey;HEAP32[idx+2]=e.shiftKey;HEAP32[idx+3]=e.altKey;HEAP32[idx+4]=e.metaKey;idx+=5;var targetRect=getBoundingClientRect(target);var numTouches=0;for(var i in touches){var t=touches[i];HEAP32[idx+0]=t.identifier;HEAP32[idx+1]=t.screenX;HEAP32[idx+2]=t.screenY;HEAP32[idx+3]=t.clientX;HEAP32[idx+4]=t.clientY;HEAP32[idx+5]=t.pageX;HEAP32[idx+6]=t.pageY;HEAP32[idx+7]=t.isChanged;HEAP32[idx+8]=t.onTarget;HEAP32[idx+9]=t.clientX-targetRect.left;HEAP32[idx+10]=t.clientY-targetRect.top;idx+=13;if(++numTouches>31){break}}HEAP32[touchEvent>>2]=numTouches;if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,touchEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:eventTypeString=="touchstart"||eventTypeString=="touchend",eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:touchEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_touchcancel_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,25,"touchcancel",targetThread);return 0}function _emscripten_set_touchend_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,23,"touchend",targetThread);return 0}function _emscripten_set_touchmove_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,24,"touchmove",targetThread);return 0}function _emscripten_set_touchstart_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,22,"touchstart",targetThread);return 0}function registerWheelEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.wheelEvent)JSEvents.wheelEvent=_malloc(96);var wheelHandlerFunc=function(ev){var e=ev||event;var wheelEvent=JSEvents.wheelEvent;fillMouseEventData(wheelEvent,e,target);HEAPF64[wheelEvent+64>>3]=e["deltaX"];HEAPF64[wheelEvent+72>>3]=e["deltaY"];HEAPF64[wheelEvent+80>>3]=e["deltaZ"];HEAP32[wheelEvent+88>>2]=e["deltaMode"];if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,wheelEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:wheelHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_wheel_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){target=findEventTarget(target);if(typeof target.onwheel!=="undefined"){registerWheelEventCallback(target,userData,useCapture,callbackfunc,9,"wheel",targetThread);return 0}else{return-1}}function _emscripten_thread_sleep(msecs){var start=_emscripten_get_now();while(_emscripten_get_now()-start>1;var quadIndexes=new Uint16Array(numIndexes);var i=0,v=0;while(1){quadIndexes[i++]=v;if(i>=numIndexes)break;quadIndexes[i++]=v+1;if(i>=numIndexes)break;quadIndexes[i++]=v+2;if(i>=numIndexes)break;quadIndexes[i++]=v;if(i>=numIndexes)break;quadIndexes[i++]=v+2;if(i>=numIndexes)break;quadIndexes[i++]=v+3;if(i>=numIndexes)break;v+=4}context.GLctx.bufferData(34963,quadIndexes,35044);context.GLctx.bindBuffer(34963,null)}},getTempVertexBuffer:function getTempVertexBuffer(sizeBytes){var idx=GL.log2ceilLookup(sizeBytes);var ringbuffer=GL.currentContext.tempVertexBuffers1[idx];var nextFreeBufferIndex=GL.currentContext.tempVertexBufferCounters1[idx];GL.currentContext.tempVertexBufferCounters1[idx]=GL.currentContext.tempVertexBufferCounters1[idx]+1&GL.numTempVertexBuffersPerSize-1;var vbo=ringbuffer[nextFreeBufferIndex];if(vbo){return vbo}var prevVBO=GLctx.getParameter(34964);ringbuffer[nextFreeBufferIndex]=GLctx.createBuffer();GLctx.bindBuffer(34962,ringbuffer[nextFreeBufferIndex]);GLctx.bufferData(34962,1<>2]:-1;source+=UTF8ToString(HEAP32[string+i*4>>2],len<0?undefined:len)}return source},calcBufLength:function calcBufLength(size,type,stride,count){if(stride>0){return count*stride}var typeSize=GL.byteSizeByType[type-GL.byteSizeByTypeRoot];return size*typeSize*count},usedTempBuffers:[],preDrawHandleClientVertexAttribBindings:function preDrawHandleClientVertexAttribBindings(count){GL.resetBufferBinding=false;for(var i=0;i1?canvas.getContext("webgl2",webGLContextAttributes):canvas.getContext("webgl",webGLContextAttributes);if(!ctx)return 0;var handle=GL.registerContext(ctx,webGLContextAttributes);return handle},registerContext:function(ctx,webGLContextAttributes){var handle=GL.getNewId(GL.contexts);var context={handle:handle,attributes:webGLContextAttributes,version:webGLContextAttributes.majorVersion,GLctx:ctx};if(ctx.canvas)ctx.canvas.GLctxObject=context;GL.contexts[handle]=context;if(typeof webGLContextAttributes.enableExtensionsByDefault==="undefined"||webGLContextAttributes.enableExtensionsByDefault){GL.initExtensions(context)}context.maxVertexAttribs=context.GLctx.getParameter(34921);context.clientBuffers=[];for(var i=0;i=2){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query_webgl2")}if(context.version<2||!GLctx.disjointTimerQueryExt){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query")}__webgl_enable_WEBGL_multi_draw(GLctx);var exts=GLctx.getSupportedExtensions()||[];exts.forEach(function(ext){if(!ext.includes("lose_context")&&!ext.includes("debug")){GLctx.getExtension(ext)}})}};var __emscripten_webgl_power_preferences=["default","low-power","high-performance"];function _emscripten_webgl_do_create_context(target,attributes){var a=attributes>>2;var powerPreference=HEAP32[a+(24>>2)];var contextAttributes={"alpha":!!HEAP32[a+(0>>2)],"depth":!!HEAP32[a+(4>>2)],"stencil":!!HEAP32[a+(8>>2)],"antialias":!!HEAP32[a+(12>>2)],"premultipliedAlpha":!!HEAP32[a+(16>>2)],"preserveDrawingBuffer":!!HEAP32[a+(20>>2)],"powerPreference":__emscripten_webgl_power_preferences[powerPreference],"failIfMajorPerformanceCaveat":!!HEAP32[a+(28>>2)],majorVersion:HEAP32[a+(32>>2)],minorVersion:HEAP32[a+(36>>2)],enableExtensionsByDefault:HEAP32[a+(40>>2)],explicitSwapControl:HEAP32[a+(44>>2)],proxyContextToMainThread:HEAP32[a+(48>>2)],renderViaOffscreenBackBuffer:HEAP32[a+(52>>2)]};var canvas=findCanvasEventTarget(target);if(!canvas){return 0}if(contextAttributes.explicitSwapControl){return 0}var contextHandle=GL.createContext(canvas,contextAttributes);return contextHandle}function _emscripten_webgl_create_context(a0,a1){return _emscripten_webgl_do_create_context(a0,a1)}function _emscripten_webgl_do_get_current_context(){return GL.currentContext?GL.currentContext.handle:0}function _emscripten_webgl_get_current_context(){return _emscripten_webgl_do_get_current_context()}Module["_emscripten_webgl_get_current_context"]=_emscripten_webgl_get_current_context;function _emscripten_webgl_make_context_current(contextHandle){var success=GL.makeContextCurrent(contextHandle);return success?0:-5}Module["_emscripten_webgl_make_context_current"]=_emscripten_webgl_make_context_current;function _emscripten_webgl_destroy_context(contextHandle){if(GL.currentContext==contextHandle)GL.currentContext=0;GL.deleteContext(contextHandle)}function _emscripten_webgl_enable_extension(contextHandle,extension){var context=GL.getContext(contextHandle);var extString=UTF8ToString(extension);if(extString.startsWith("GL_"))extString=extString.substr(3);if(extString=="ANGLE_instanced_arrays")__webgl_enable_ANGLE_instanced_arrays(GLctx);if(extString=="OES_vertex_array_object")__webgl_enable_OES_vertex_array_object(GLctx);if(extString=="WEBGL_draw_buffers")__webgl_enable_WEBGL_draw_buffers(GLctx);if(extString=="WEBGL_draw_instanced_base_vertex_base_instance")__webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(GLctx);if(extString=="WEBGL_multi_draw_instanced_base_vertex_base_instance")__webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(GLctx);if(extString=="WEBGL_multi_draw")__webgl_enable_WEBGL_multi_draw(GLctx);var ext=context.GLctx.getExtension(extString);return!!ext}function _emscripten_webgl_init_context_attributes(attributes){var a=attributes>>2;for(var i=0;i<56>>2;++i){HEAP32[a+i]=0}HEAP32[a+(0>>2)]=HEAP32[a+(4>>2)]=HEAP32[a+(12>>2)]=HEAP32[a+(16>>2)]=HEAP32[a+(32>>2)]=HEAP32[a+(40>>2)]=1}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator==="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function _environ_get(__environ,environ_buf){try{var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAP32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _environ_sizes_get(penviron_count,penviron_buf_size){try{var strings=getEnvStrings();HEAP32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAP32[penviron_buf_size>>2]=bufSize;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_fdstat_get(fd,pbuf){try{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4;HEAP8[pbuf>>0]=type;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doReadv(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var stream=SYSCALLS.getStreamFromFD(fd);var HIGH_OFFSET=4294967296;var offset=offset_high*HIGH_OFFSET+(offset_low>>>0);var DOUBLE_LIMIT=9007199254740992;if(offset<=-DOUBLE_LIMIT||offset>=DOUBLE_LIMIT){return-61}FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doWritev(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _flock(fd,operation){return 0}function _getTempRet0(){return getTempRet0()}function _getaddrinfo(node,service,hint,out){var addr=0;var port=0;var flags=0;var family=0;var type=0;var proto=0;var ai;function allocaddrinfo(family,type,proto,canon,addr,port){var sa,salen,ai;var errno;salen=family===10?28:16;addr=family===10?inetNtop6(addr):inetNtop4(addr);sa=_malloc(salen);errno=writeSockaddr(sa,family,addr,port);assert(!errno);ai=_malloc(32);HEAP32[ai+4>>2]=family;HEAP32[ai+8>>2]=type;HEAP32[ai+12>>2]=proto;HEAP32[ai+24>>2]=canon;HEAP32[ai+20>>2]=sa;if(family===10){HEAP32[ai+16>>2]=28}else{HEAP32[ai+16>>2]=16}HEAP32[ai+28>>2]=0;return ai}if(hint){flags=HEAP32[hint>>2];family=HEAP32[hint+4>>2];type=HEAP32[hint+8>>2];proto=HEAP32[hint+12>>2]}if(type&&!proto){proto=type===2?17:6}if(!type&&proto){type=proto===17?2:1}if(proto===0){proto=6}if(type===0){type=1}if(!node&&!service){return-2}if(flags&~(1|2|4|1024|8|16|32)){return-1}if(hint!==0&&HEAP32[hint>>2]&2&&!node){return-1}if(flags&32){return-2}if(type!==0&&type!==1&&type!==2){return-7}if(family!==0&&family!==2&&family!==10){return-6}if(service){service=UTF8ToString(service);port=parseInt(service,10);if(isNaN(port)){if(flags&1024){return-2}return-8}}if(!node){if(family===0){family=2}if((flags&1)===0){if(family===2){addr=_htonl(2130706433)}else{addr=[0,0,0,1]}}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAP32[out>>2]=ai;return 0}node=UTF8ToString(node);addr=inetPton4(node);if(addr!==null){if(family===0||family===2){family=2}else if(family===10&&flags&8){addr=[0,0,_htonl(65535),addr];family=10}else{return-2}}else{addr=inetPton6(node);if(addr!==null){if(family===0||family===10){family=10}else{return-2}}}if(addr!=null){ai=allocaddrinfo(family,type,proto,node,addr,port);HEAP32[out>>2]=ai;return 0}if(flags&4){return-2}node=DNS.lookup_name(node);addr=inetPton4(node);if(family===0){family=2}else if(family===10){addr=[0,0,_htonl(65535),addr]}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAP32[out>>2]=ai;return 0}function getHostByName(name){var ret=_malloc(20);var nameBuf=_malloc(name.length+1);stringToUTF8(name,nameBuf,name.length+1);HEAP32[ret>>2]=nameBuf;var aliasesBuf=_malloc(4);HEAP32[aliasesBuf>>2]=0;HEAP32[ret+4>>2]=aliasesBuf;var afinet=2;HEAP32[ret+8>>2]=afinet;HEAP32[ret+12>>2]=4;var addrListBuf=_malloc(12);HEAP32[addrListBuf>>2]=addrListBuf+8;HEAP32[addrListBuf+4>>2]=0;HEAP32[addrListBuf+8>>2]=inetPton4(DNS.lookup_name(name));HEAP32[ret+16>>2]=addrListBuf;return ret}function _gethostbyaddr(addr,addrlen,type){if(type!==2){setErrNo(5);return null}addr=HEAP32[addr>>2];var host=inetNtop4(addr);var lookup=DNS.lookup_addr(host);if(lookup){host=lookup}return getHostByName(host)}function _gethostbyname(name){return getHostByName(UTF8ToString(name))}function _getnameinfo(sa,salen,node,nodelen,serv,servlen,flags){var info=readSockaddr(sa,salen);if(info.errno){return-6}var port=info.port;var addr=info.addr;var overflowed=false;if(node&&nodelen){var lookup;if(flags&1||!(lookup=DNS.lookup_addr(addr))){if(flags&8){return-2}}else{addr=lookup}var numBytesWrittenExclNull=stringToUTF8(addr,node,nodelen);if(numBytesWrittenExclNull+1>=nodelen){overflowed=true}}if(serv&&servlen){port=""+port;var numBytesWrittenExclNull=stringToUTF8(port,serv,servlen);if(numBytesWrittenExclNull+1>=servlen){overflowed=true}}if(overflowed){return-12}return 0}function _getpwuid(){throw"getpwuid: TODO"}function _gettimeofday(ptr){var now=Date.now();HEAP32[ptr>>2]=now/1e3|0;HEAP32[ptr+4>>2]=now%1e3*1e3|0;return 0}function _glActiveTexture(x0){GLctx["activeTexture"](x0)}function _glAttachShader(program,shader){program=GL.programs[program];shader=GL.shaders[shader];program[shader.shaderType]=shader;GLctx.attachShader(program,shader)}function _glBeginQuery(target,id){GLctx["beginQuery"](target,GL.queries[id])}function _glBeginTransformFeedback(x0){GLctx["beginTransformFeedback"](x0)}function _glBindAttribLocation(program,index,name){GLctx.bindAttribLocation(GL.programs[program],index,UTF8ToString(name))}function _glBindBuffer(target,buffer){if(target==34962){GLctx.currentArrayBufferBinding=buffer}else if(target==34963){GLctx.currentElementArrayBufferBinding=buffer}if(target==35051){GLctx.currentPixelPackBufferBinding=buffer}else if(target==35052){GLctx.currentPixelUnpackBufferBinding=buffer}GLctx.bindBuffer(target,GL.buffers[buffer])}function _glBindBufferBase(target,index,buffer){GLctx["bindBufferBase"](target,index,GL.buffers[buffer])}function _glBindBufferRange(target,index,buffer,offset,ptrsize){GLctx["bindBufferRange"](target,index,GL.buffers[buffer],offset,ptrsize)}function _glBindFramebuffer(target,framebuffer){GLctx.bindFramebuffer(target,GL.framebuffers[framebuffer])}function _glBindRenderbuffer(target,renderbuffer){GLctx.bindRenderbuffer(target,GL.renderbuffers[renderbuffer])}function _glBindSampler(unit,sampler){GLctx["bindSampler"](unit,GL.samplers[sampler])}function _glBindTexture(target,texture){GLctx.bindTexture(target,GL.textures[texture])}function _glBindTransformFeedback(target,id){GLctx["bindTransformFeedback"](target,GL.transformFeedbacks[id])}function _glBindVertexArray(vao){GLctx["bindVertexArray"](GL.vaos[vao]);var ibo=GLctx.getParameter(34965);GLctx.currentElementArrayBufferBinding=ibo?ibo.name|0:0}function _glBlendEquation(x0){GLctx["blendEquation"](x0)}function _glBlendEquationSeparate(x0,x1){GLctx["blendEquationSeparate"](x0,x1)}function _glBlendFuncSeparate(x0,x1,x2,x3){GLctx["blendFuncSeparate"](x0,x1,x2,x3)}function _glBlitFramebuffer(x0,x1,x2,x3,x4,x5,x6,x7,x8,x9){GLctx["blitFramebuffer"](x0,x1,x2,x3,x4,x5,x6,x7,x8,x9)}function _glBufferData(target,size,data,usage){if(GL.currentContext.version>=2){if(data){GLctx.bufferData(target,HEAPU8,usage,data,size)}else{GLctx.bufferData(target,size,usage)}}else{GLctx.bufferData(target,data?HEAPU8.subarray(data,data+size):size,usage)}}function _glBufferSubData(target,offset,size,data){if(GL.currentContext.version>=2){GLctx.bufferSubData(target,offset,HEAPU8,data,size);return}GLctx.bufferSubData(target,offset,HEAPU8.subarray(data,data+size))}function _glCheckFramebufferStatus(x0){return GLctx["checkFramebufferStatus"](x0)}function _glClear(x0){GLctx["clear"](x0)}function _glClearBufferfi(x0,x1,x2,x3){GLctx["clearBufferfi"](x0,x1,x2,x3)}function _glClearBufferfv(buffer,drawbuffer,value){GLctx["clearBufferfv"](buffer,drawbuffer,HEAPF32,value>>2)}function _glClearBufferuiv(buffer,drawbuffer,value){GLctx["clearBufferuiv"](buffer,drawbuffer,HEAPU32,value>>2)}function _glClearColor(x0,x1,x2,x3){GLctx["clearColor"](x0,x1,x2,x3)}function _glClearDepthf(x0){GLctx["clearDepth"](x0)}function _glClearStencil(x0){GLctx["clearStencil"](x0)}function _glClientWaitSync(sync,flags,timeoutLo,timeoutHi){return GLctx.clientWaitSync(GL.syncs[sync],flags,convertI32PairToI53(timeoutLo,timeoutHi))}function _glColorMask(red,green,blue,alpha){GLctx.colorMask(!!red,!!green,!!blue,!!alpha)}function _glCompileShader(shader){GLctx.compileShader(GL.shaders[shader])}function _glCompressedTexImage2D(target,level,internalFormat,width,height,border,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,imageSize,data)}else{GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,HEAPU8,data,imageSize)}return}GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,data?HEAPU8.subarray(data,data+imageSize):null)}function _glCompressedTexImage3D(target,level,internalFormat,width,height,depth,border,imageSize,data){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexImage3D"](target,level,internalFormat,width,height,depth,border,imageSize,data)}else{GLctx["compressedTexImage3D"](target,level,internalFormat,width,height,depth,border,HEAPU8,data,imageSize)}}function _glCompressedTexSubImage2D(target,level,xoffset,yoffset,width,height,format,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,imageSize,data)}else{GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,HEAPU8,data,imageSize)}return}GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,data?HEAPU8.subarray(data,data+imageSize):null)}function _glCompressedTexSubImage3D(target,level,xoffset,yoffset,zoffset,width,height,depth,format,imageSize,data){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,imageSize,data)}else{GLctx["compressedTexSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,HEAPU8,data,imageSize)}}function _glCopyBufferSubData(x0,x1,x2,x3,x4){GLctx["copyBufferSubData"](x0,x1,x2,x3,x4)}function _glCopyTexImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}function _glCopyTexSubImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexSubImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}function _glCreateProgram(){var id=GL.getNewId(GL.programs);var program=GLctx.createProgram();program.name=id;program.maxUniformLength=program.maxAttributeLength=program.maxUniformBlockNameLength=0;program.uniformIdCounter=1;GL.programs[id]=program;return id}function _glCreateShader(shaderType){var id=GL.getNewId(GL.shaders);GL.shaders[id]=GLctx.createShader(shaderType);GL.shaders[id].shaderType=shaderType&1?"vs":"fs";return id}function _glCullFace(x0){GLctx["cullFace"](x0)}function _glDeleteBuffers(n,buffers){for(var i=0;i>2];var buffer=GL.buffers[id];if(!buffer)continue;GLctx.deleteBuffer(buffer);buffer.name=0;GL.buffers[id]=null;if(id==GLctx.currentArrayBufferBinding)GLctx.currentArrayBufferBinding=0;if(id==GLctx.currentElementArrayBufferBinding)GLctx.currentElementArrayBufferBinding=0;if(id==GLctx.currentPixelPackBufferBinding)GLctx.currentPixelPackBufferBinding=0;if(id==GLctx.currentPixelUnpackBufferBinding)GLctx.currentPixelUnpackBufferBinding=0}}function _glDeleteFramebuffers(n,framebuffers){for(var i=0;i>2];var framebuffer=GL.framebuffers[id];if(!framebuffer)continue;GLctx.deleteFramebuffer(framebuffer);framebuffer.name=0;GL.framebuffers[id]=null}}function _glDeleteProgram(id){if(!id)return;var program=GL.programs[id];if(!program){GL.recordError(1281);return}GLctx.deleteProgram(program);program.name=0;GL.programs[id]=null}function _glDeleteQueries(n,ids){for(var i=0;i>2];var query=GL.queries[id];if(!query)continue;GLctx["deleteQuery"](query);GL.queries[id]=null}}function _glDeleteRenderbuffers(n,renderbuffers){for(var i=0;i>2];var renderbuffer=GL.renderbuffers[id];if(!renderbuffer)continue;GLctx.deleteRenderbuffer(renderbuffer);renderbuffer.name=0;GL.renderbuffers[id]=null}}function _glDeleteSamplers(n,samplers){for(var i=0;i>2];var sampler=GL.samplers[id];if(!sampler)continue;GLctx["deleteSampler"](sampler);sampler.name=0;GL.samplers[id]=null}}function _glDeleteShader(id){if(!id)return;var shader=GL.shaders[id];if(!shader){GL.recordError(1281);return}GLctx.deleteShader(shader);GL.shaders[id]=null}function _glDeleteSync(id){if(!id)return;var sync=GL.syncs[id];if(!sync){GL.recordError(1281);return}GLctx.deleteSync(sync);sync.name=0;GL.syncs[id]=null}function _glDeleteTextures(n,textures){for(var i=0;i>2];var texture=GL.textures[id];if(!texture)continue;GLctx.deleteTexture(texture);texture.name=0;GL.textures[id]=null}}function _glDeleteTransformFeedbacks(n,ids){for(var i=0;i>2];var transformFeedback=GL.transformFeedbacks[id];if(!transformFeedback)continue;GLctx["deleteTransformFeedback"](transformFeedback);transformFeedback.name=0;GL.transformFeedbacks[id]=null}}function _glDeleteVertexArrays(n,vaos){for(var i=0;i>2];GLctx["deleteVertexArray"](GL.vaos[id]);GL.vaos[id]=null}}function _glDepthFunc(x0){GLctx["depthFunc"](x0)}function _glDepthMask(flag){GLctx.depthMask(!!flag)}function _glDetachShader(program,shader){GLctx.detachShader(GL.programs[program],GL.shaders[shader])}function _glDisable(x0){GLctx["disable"](x0)}function _glDisableVertexAttribArray(index){var cb=GL.currentContext.clientBuffers[index];cb.enabled=false;GLctx.disableVertexAttribArray(index)}function _glDrawArrays(mode,first,count){GL.preDrawHandleClientVertexAttribBindings(first+count);GLctx.drawArrays(mode,first,count);GL.postDrawHandleClientVertexAttribBindings()}function _glDrawArraysInstanced(mode,first,count,primcount){GLctx["drawArraysInstanced"](mode,first,count,primcount)}var tempFixedLengthArray=[];function _glDrawBuffers(n,bufs){var bufArray=tempFixedLengthArray[n];for(var i=0;i>2]}GLctx["drawBuffers"](bufArray)}function _glDrawElements(mode,count,type,indices){var buf;if(!GLctx.currentElementArrayBufferBinding){var size=GL.calcBufLength(1,type,0,count);buf=GL.getTempIndexBuffer(size);GLctx.bindBuffer(34963,buf);GLctx.bufferSubData(34963,0,HEAPU8.subarray(indices,indices+size));indices=0}GL.preDrawHandleClientVertexAttribBindings(count);GLctx.drawElements(mode,count,type,indices);GL.postDrawHandleClientVertexAttribBindings(count);if(!GLctx.currentElementArrayBufferBinding){GLctx.bindBuffer(34963,null)}}function _glDrawElementsInstanced(mode,count,type,indices,primcount){GLctx["drawElementsInstanced"](mode,count,type,indices,primcount)}function _glEnable(x0){GLctx["enable"](x0)}function _glEnableVertexAttribArray(index){var cb=GL.currentContext.clientBuffers[index];cb.enabled=true;GLctx.enableVertexAttribArray(index)}function _glEndQuery(x0){GLctx["endQuery"](x0)}function _glEndTransformFeedback(){GLctx["endTransformFeedback"]()}function _glFenceSync(condition,flags){var sync=GLctx.fenceSync(condition,flags);if(sync){var id=GL.getNewId(GL.syncs);sync.name=id;GL.syncs[id]=sync;return id}else{return 0}}function _glFinish(){GLctx["finish"]()}function _glFlush(){GLctx["flush"]()}function emscriptenWebGLGetBufferBinding(target){switch(target){case 34962:target=34964;break;case 34963:target=34965;break;case 35051:target=35053;break;case 35052:target=35055;break;case 35982:target=35983;break;case 36662:target=36662;break;case 36663:target=36663;break;case 35345:target=35368;break}var buffer=GLctx.getParameter(target);if(buffer)return buffer.name|0;else return 0}function emscriptenWebGLValidateMapBufferTarget(target){switch(target){case 34962:case 34963:case 36662:case 36663:case 35051:case 35052:case 35882:case 35982:case 35345:return true;default:return false}}function _glFlushMappedBufferRange(target,offset,length){if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glFlushMappedBufferRange");return}var mapping=GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)];if(!mapping){GL.recordError(1282);err("buffer was never mapped in glFlushMappedBufferRange");return}if(!(mapping.access&16)){GL.recordError(1282);err("buffer was not mapped with GL_MAP_FLUSH_EXPLICIT_BIT in glFlushMappedBufferRange");return}if(offset<0||length<0||offset+length>mapping.length){GL.recordError(1281);err("invalid range in glFlushMappedBufferRange");return}GLctx.bufferSubData(target,mapping.offset,HEAPU8.subarray(mapping.mem+offset,mapping.mem+offset+length))}function _glFramebufferRenderbuffer(target,attachment,renderbuffertarget,renderbuffer){GLctx.framebufferRenderbuffer(target,attachment,renderbuffertarget,GL.renderbuffers[renderbuffer])}function _glFramebufferTexture2D(target,attachment,textarget,texture,level){GLctx.framebufferTexture2D(target,attachment,textarget,GL.textures[texture],level)}function _glFramebufferTextureLayer(target,attachment,texture,level,layer){GLctx.framebufferTextureLayer(target,attachment,GL.textures[texture],level,layer)}function _glFrontFace(x0){GLctx["frontFace"](x0)}function __glGenObject(n,buffers,createFunction,objectTable){for(var i=0;i>2]=id}}function _glGenBuffers(n,buffers){__glGenObject(n,buffers,"createBuffer",GL.buffers)}function _glGenFramebuffers(n,ids){__glGenObject(n,ids,"createFramebuffer",GL.framebuffers)}function _glGenQueries(n,ids){__glGenObject(n,ids,"createQuery",GL.queries)}function _glGenRenderbuffers(n,renderbuffers){__glGenObject(n,renderbuffers,"createRenderbuffer",GL.renderbuffers)}function _glGenSamplers(n,samplers){__glGenObject(n,samplers,"createSampler",GL.samplers)}function _glGenTextures(n,textures){__glGenObject(n,textures,"createTexture",GL.textures)}function _glGenTransformFeedbacks(n,ids){__glGenObject(n,ids,"createTransformFeedback",GL.transformFeedbacks)}function _glGenVertexArrays(n,arrays){__glGenObject(n,arrays,"createVertexArray",GL.vaos)}function _glGenerateMipmap(x0){GLctx["generateMipmap"](x0)}function __glGetActiveAttribOrUniform(funcName,program,index,bufSize,length,size,type,name){program=GL.programs[program];var info=GLctx[funcName](program,index);if(info){var numBytesWrittenExclNull=name&&stringToUTF8(info.name,name,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull;if(size)HEAP32[size>>2]=info.size;if(type)HEAP32[type>>2]=info.type}}function _glGetActiveAttrib(program,index,bufSize,length,size,type,name){__glGetActiveAttribOrUniform("getActiveAttrib",program,index,bufSize,length,size,type,name)}function _glGetActiveUniform(program,index,bufSize,length,size,type,name){__glGetActiveAttribOrUniform("getActiveUniform",program,index,bufSize,length,size,type,name)}function _glGetActiveUniformBlockName(program,uniformBlockIndex,bufSize,length,uniformBlockName){program=GL.programs[program];var result=GLctx["getActiveUniformBlockName"](program,uniformBlockIndex);if(!result)return;if(uniformBlockName&&bufSize>0){var numBytesWrittenExclNull=stringToUTF8(result,uniformBlockName,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull}else{if(length)HEAP32[length>>2]=0}}function _glGetActiveUniformBlockiv(program,uniformBlockIndex,pname,params){if(!params){GL.recordError(1281);return}program=GL.programs[program];if(pname==35393){var name=GLctx["getActiveUniformBlockName"](program,uniformBlockIndex);HEAP32[params>>2]=name.length+1;return}var result=GLctx["getActiveUniformBlockParameter"](program,uniformBlockIndex,pname);if(result===null)return;if(pname==35395){for(var i=0;i>2]=result[i]}}else{HEAP32[params>>2]=result}}function _glGetActiveUniformsiv(program,uniformCount,uniformIndices,pname,params){if(!params){GL.recordError(1281);return}if(uniformCount>0&&uniformIndices==0){GL.recordError(1281);return}program=GL.programs[program];var ids=[];for(var i=0;i>2])}var result=GLctx["getActiveUniforms"](program,ids,pname);if(!result)return;var len=result.length;for(var i=0;i>2]=result[i]}}function _glGetAttribLocation(program,name){return GLctx.getAttribLocation(GL.programs[program],UTF8ToString(name))}function _glGetBufferSubData(target,offset,size,data){if(!data){GL.recordError(1281);return}GLctx["getBufferSubData"](target,offset,HEAPU8,data,size)}function _glGetError(){var error=GLctx.getError()||GL.lastError;GL.lastError=0;return error}function _glGetFramebufferAttachmentParameteriv(target,attachment,pname,params){var result=GLctx.getFramebufferAttachmentParameter(target,attachment,pname);if(result instanceof WebGLRenderbuffer||result instanceof WebGLTexture){result=result.name|0}HEAP32[params>>2]=result}function writeI53ToI64(ptr,num){HEAPU32[ptr>>2]=num;HEAPU32[ptr+4>>2]=(num-HEAPU32[ptr>>2])/4294967296}function emscriptenWebGLGetIndexed(target,index,data,type){if(!data){GL.recordError(1281);return}var result=GLctx["getIndexedParameter"](target,index);var ret;switch(typeof result){case"boolean":ret=result?1:0;break;case"number":ret=result;break;case"object":if(result===null){switch(target){case 35983:case 35368:ret=0;break;default:{GL.recordError(1280);return}}}else if(result instanceof WebGLBuffer){ret=result.name|0}else{GL.recordError(1280);return}break;default:GL.recordError(1280);return}switch(type){case 1:writeI53ToI64(data,ret);break;case 0:HEAP32[data>>2]=ret;break;case 2:HEAPF32[data>>2]=ret;break;case 4:HEAP8[data>>0]=ret?1:0;break;default:throw"internal emscriptenWebGLGetIndexed() error, bad type: "+type}}function _glGetIntegeri_v(target,index,data){emscriptenWebGLGetIndexed(target,index,data,0)}function emscriptenWebGLGet(name_,p,type){if(!p){GL.recordError(1281);return}var ret=undefined;switch(name_){case 36346:ret=1;break;case 36344:if(type!=0&&type!=1){GL.recordError(1280)}return;case 34814:case 36345:ret=0;break;case 34466:var formats=GLctx.getParameter(34467);ret=formats?formats.length:0;break;case 33390:ret=1048576;break;case 33309:if(GL.currentContext.version<2){GL.recordError(1282);return}var exts=GLctx.getSupportedExtensions()||[];ret=2*exts.length;break;case 33307:case 33308:if(GL.currentContext.version<2){GL.recordError(1280);return}ret=name_==33307?3:0;break}if(ret===undefined){var result=GLctx.getParameter(name_);switch(typeof result){case"number":ret=result;break;case"boolean":ret=result?1:0;break;case"string":GL.recordError(1280);return;case"object":if(result===null){switch(name_){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:{ret=0;break}default:{GL.recordError(1280);return}}}else if(result instanceof Float32Array||result instanceof Uint32Array||result instanceof Int32Array||result instanceof Array){for(var i=0;i>2]=result[i];break;case 2:HEAPF32[p+i*4>>2]=result[i];break;case 4:HEAP8[p+i>>0]=result[i]?1:0;break}}return}else{try{ret=result.name|0}catch(e){GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Unknown object returned from WebGL getParameter("+name_+")! (error: "+e+")");return}}break;default:GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Native code calling glGet"+type+"v("+name_+") and it returns "+result+" of type "+typeof result+"!");return}}switch(type){case 1:writeI53ToI64(p,ret);break;case 0:HEAP32[p>>2]=ret;break;case 2:HEAPF32[p>>2]=ret;break;case 4:HEAP8[p>>0]=ret?1:0;break}}function _glGetIntegerv(name_,p){emscriptenWebGLGet(name_,p,0)}function _glGetInternalformativ(target,internalformat,pname,bufSize,params){if(bufSize<0){GL.recordError(1281);return}if(!params){GL.recordError(1281);return}var ret=GLctx["getInternalformatParameter"](target,internalformat,pname);if(ret===null)return;for(var i=0;i>2]=ret[i]}}function _glGetProgramBinary(program,bufSize,length,binaryFormat,binary){GL.recordError(1282)}function _glGetProgramInfoLog(program,maxLength,length,infoLog){var log=GLctx.getProgramInfoLog(GL.programs[program]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}function _glGetProgramiv(program,pname,p){if(!p){GL.recordError(1281);return}if(program>=GL.counter){GL.recordError(1281);return}program=GL.programs[program];if(pname==35716){var log=GLctx.getProgramInfoLog(program);if(log===null)log="(unknown error)";HEAP32[p>>2]=log.length+1}else if(pname==35719){if(!program.maxUniformLength){for(var i=0;i>2]=program.maxUniformLength}else if(pname==35722){if(!program.maxAttributeLength){for(var i=0;i>2]=program.maxAttributeLength}else if(pname==35381){if(!program.maxUniformBlockNameLength){for(var i=0;i>2]=program.maxUniformBlockNameLength}else{HEAP32[p>>2]=GLctx.getProgramParameter(program,pname)}}function _glGetQueryObjectuiv(id,pname,params){if(!params){GL.recordError(1281);return}var query=GL.queries[id];var param=GLctx["getQueryParameter"](query,pname);var ret;if(typeof param=="boolean"){ret=param?1:0}else{ret=param}HEAP32[params>>2]=ret}function _glGetQueryiv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx["getQuery"](target,pname)}function _glGetRenderbufferParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.getRenderbufferParameter(target,pname)}function _glGetShaderInfoLog(shader,maxLength,length,infoLog){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}function _glGetShaderPrecisionFormat(shaderType,precisionType,range,precision){var result=GLctx.getShaderPrecisionFormat(shaderType,precisionType);HEAP32[range>>2]=result.rangeMin;HEAP32[range+4>>2]=result.rangeMax;HEAP32[precision>>2]=result.precision}function _glGetShaderSource(shader,bufSize,length,source){var result=GLctx.getShaderSource(GL.shaders[shader]);if(!result)return;var numBytesWrittenExclNull=bufSize>0&&source?stringToUTF8(result,source,bufSize):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}function _glGetShaderiv(shader,pname,p){if(!p){GL.recordError(1281);return}if(pname==35716){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var logLength=log?log.length+1:0;HEAP32[p>>2]=logLength}else if(pname==35720){var source=GLctx.getShaderSource(GL.shaders[shader]);var sourceLength=source?source.length+1:0;HEAP32[p>>2]=sourceLength}else{HEAP32[p>>2]=GLctx.getShaderParameter(GL.shaders[shader],pname)}}function _glGetString(name_){var ret=GL.stringCache[name_];if(!ret){switch(name_){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));ret=stringToNewUTF8(exts.join(" "));break;case 7936:case 7937:case 37445:case 37446:var s=GLctx.getParameter(name_);if(!s){GL.recordError(1280)}ret=s&&stringToNewUTF8(s);break;case 7938:var glVersion=GLctx.getParameter(7938);if(GL.currentContext.version>=2)glVersion="OpenGL ES 3.0 ("+glVersion+")";else{glVersion="OpenGL ES 2.0 ("+glVersion+")"}ret=stringToNewUTF8(glVersion);break;case 35724:var glslVersion=GLctx.getParameter(35724);var ver_re=/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/;var ver_num=glslVersion.match(ver_re);if(ver_num!==null){if(ver_num[1].length==3)ver_num[1]=ver_num[1]+"0";glslVersion="OpenGL ES GLSL ES "+ver_num[1]+" ("+glslVersion+")"}ret=stringToNewUTF8(glslVersion);break;default:GL.recordError(1280)}GL.stringCache[name_]=ret}return ret}function _glGetStringi(name,index){if(GL.currentContext.version<2){GL.recordError(1282);return 0}var stringiCache=GL.stringiCache[name];if(stringiCache){if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index]}switch(name){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));exts=exts.map(function(e){return stringToNewUTF8(e)});stringiCache=GL.stringiCache[name]=exts;if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index];default:GL.recordError(1280);return 0}}function _glGetTexParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.getTexParameter(target,pname)}function _glGetUniformBlockIndex(program,uniformBlockName){return GLctx["getUniformBlockIndex"](GL.programs[program],UTF8ToString(uniformBlockName))}function _glGetUniformIndices(program,uniformCount,uniformNames,uniformIndices){if(!uniformIndices){GL.recordError(1281);return}if(uniformCount>0&&(uniformNames==0||uniformIndices==0)){GL.recordError(1281);return}program=GL.programs[program];var names=[];for(var i=0;i>2]));var result=GLctx["getUniformIndices"](program,names);if(!result)return;var len=result.length;for(var i=0;i>2]=result[i]}}function _glGetUniformLocation(program,name){function getLeftBracePos(name){return name.slice(-1)=="]"&&name.lastIndexOf("[")}name=UTF8ToString(name);if(program=GL.programs[program]){var uniformLocsById=program.uniformLocsById;var uniformSizeAndIdsByName=program.uniformSizeAndIdsByName;var i,j;var arrayIndex=0;var uniformBaseName=name;var leftBrace=getLeftBracePos(name);if(!uniformLocsById){program.uniformLocsById=uniformLocsById={};program.uniformArrayNamesById={};for(i=0;i0?nm.slice(0,lb):nm;var id=uniformSizeAndIdsByName[arrayName]?uniformSizeAndIdsByName[arrayName][1]:program.uniformIdCounter;program.uniformIdCounter=Math.max(id+sz,program.uniformIdCounter);uniformSizeAndIdsByName[arrayName]=[sz,id];for(j=0;j0){arrayIndex=jstoi_q(name.slice(leftBrace+1))>>>0;uniformBaseName=name.slice(0,leftBrace)}var sizeAndId=uniformSizeAndIdsByName[uniformBaseName];if(sizeAndId&&arrayIndex0?"["+webglLoc+"]":""))}return webglLoc}else{GL.recordError(1282)}}function emscriptenWebGLGetUniform(program,location,params,type){if(!params){GL.recordError(1281);return}program=GL.programs[program];var data=GLctx.getUniform(program,webglGetUniformLocation(location));if(typeof data=="number"||typeof data=="boolean"){switch(type){case 0:HEAP32[params>>2]=data;break;case 2:HEAPF32[params>>2]=data;break}}else{for(var i=0;i>2]=data[i];break;case 2:HEAPF32[params+i*4>>2]=data[i];break}}}}function _glGetUniformiv(program,location,params){emscriptenWebGLGetUniform(program,location,params,0)}function emscriptenWebGLGetVertexAttrib(index,pname,params,type){if(!params){GL.recordError(1281);return}if(GL.currentContext.clientBuffers[index].enabled){err("glGetVertexAttrib*v on client-side array: not supported, bad data returned")}var data=GLctx.getVertexAttrib(index,pname);if(pname==34975){HEAP32[params>>2]=data&&data["name"]}else if(typeof data=="number"||typeof data=="boolean"){switch(type){case 0:HEAP32[params>>2]=data;break;case 2:HEAPF32[params>>2]=data;break;case 5:HEAP32[params>>2]=Math.fround(data);break}}else{for(var i=0;i>2]=data[i];break;case 2:HEAPF32[params+i*4>>2]=data[i];break;case 5:HEAP32[params+i*4>>2]=Math.fround(data[i]);break}}}}function _glGetVertexAttribiv(index,pname,params){emscriptenWebGLGetVertexAttrib(index,pname,params,5)}function _glInvalidateFramebuffer(target,numAttachments,attachments){var list=tempFixedLengthArray[numAttachments];for(var i=0;i>2]}GLctx["invalidateFramebuffer"](target,list)}function _glIsEnabled(x0){return GLctx["isEnabled"](x0)}function _glIsVertexArray(array){var vao=GL.vaos[array];if(!vao)return 0;return GLctx["isVertexArray"](vao)}function _glLinkProgram(program){program=GL.programs[program];GLctx.linkProgram(program);program.uniformLocsById=0;program.uniformSizeAndIdsByName={};[program["vs"],program["fs"]].forEach(function(s){Object.keys(s.explicitUniformLocations).forEach(function(shaderLocation){var loc=s.explicitUniformLocations[shaderLocation];program.uniformSizeAndIdsByName[shaderLocation]=[1,loc];program.uniformIdCounter=Math.max(program.uniformIdCounter,loc+1)})});function copyKeys(dst,src){Object.keys(src).forEach(function(key){dst[key]=src[key]})}program.explicitUniformBindings={};program.explicitSamplerBindings={};[program["vs"],program["fs"]].forEach(function(s){copyKeys(program.explicitUniformBindings,s.explicitUniformBindings);copyKeys(program.explicitSamplerBindings,s.explicitSamplerBindings)});program.explicitProgramBindingsApplied=0}function _glMapBufferRange(target,offset,length,access){if(access!=26&&access!=10){err("glMapBufferRange is only supported when access is MAP_WRITE|INVALIDATE_BUFFER");return 0}if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glMapBufferRange");return 0}var mem=_malloc(length);if(!mem)return 0;GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)]={offset:offset,length:length,mem:mem,access:access};return mem}function _glPixelStorei(pname,param){if(pname==3317){GL.unpackAlignment=param}GLctx.pixelStorei(pname,param)}function _glPolygonOffset(x0,x1){GLctx["polygonOffset"](x0,x1)}function _glProgramBinary(program,binaryFormat,binary,length){GL.recordError(1280)}function _glProgramParameteri(program,pname,value){GL.recordError(1280)}function _glReadBuffer(x0){GLctx["readBuffer"](x0)}function computeUnpackAlignedImageSize(width,height,sizePerPixel,alignment){function roundedToNextMultipleOf(x,y){return x+y-1&-y}var plainRowSize=width*sizePerPixel;var alignedRowSize=roundedToNextMultipleOf(plainRowSize,alignment);return height*alignedRowSize}function __colorChannelsInGlTextureFormat(format){var colorChannels={5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4};return colorChannels[format-6402]||1}function heapObjectForWebGLType(type){type-=5120;if(type==0)return HEAP8;if(type==1)return HEAPU8;if(type==2)return HEAP16;if(type==4)return HEAP32;if(type==6)return HEAPF32;if(type==5||type==28922||type==28520||type==30779||type==30782)return HEAPU32;return HEAPU16}function heapAccessShiftForWebGLHeap(heap){return 31-Math.clz32(heap.BYTES_PER_ELEMENT)}function emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat){var heap=heapObjectForWebGLType(type);var shift=heapAccessShiftForWebGLHeap(heap);var byteSize=1<>shift,pixels+bytes>>shift)}function _glReadPixels(x,y,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelPackBufferBinding){GLctx.readPixels(x,y,width,height,format,type,pixels)}else{var heap=heapObjectForWebGLType(type);GLctx.readPixels(x,y,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}return}var pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,format);if(!pixelData){GL.recordError(1280);return}GLctx.readPixels(x,y,width,height,format,type,pixelData)}function _glRenderbufferStorage(x0,x1,x2,x3){GLctx["renderbufferStorage"](x0,x1,x2,x3)}function _glRenderbufferStorageMultisample(x0,x1,x2,x3,x4){GLctx["renderbufferStorageMultisample"](x0,x1,x2,x3,x4)}function _glSamplerParameteri(sampler,pname,param){GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}function _glScissor(x0,x1,x2,x3){GLctx["scissor"](x0,x1,x2,x3)}function find_closing_parens_index(arr,i,opening="(",closing=")"){for(var nesting=0;i32)}function nextWhitespace(str,i){while(!isWhitespace(str,i))++i;return i}function classifyChar(str,idx){var cc=str.charCodeAt(idx);if(cc>32){if(cc<48)return 1;if(cc<58)return 2;if(cc<65)return 1;if(cc<91||cc==95)return 3;if(cc<97)return 1;if(cc<123)return 3;return 1}return cc<33?0:4}function tokenize(exprString,keepWhitespace){var out=[],len=exprString.length;for(var i=0;i<=len;++i){var kind=classifyChar(exprString,i);if(kind==2||kind==3){for(var j=i+1;j<=len;++j){var kind2=classifyChar(exprString,j);if(kind2!=kind&&(kind2!=2||kind!=3)){out.push(exprString.substring(i,j));i=j-1;break}}}else if(kind==1){var op2=exprString.substr(i,2);if(["<=",">=","==","!=","&&","||"].includes(op2)){out.push(op2);++i}else{out.push(exprString[i])}}}return out}function expandMacros(str,lineStart,lineEnd){if(lineEnd===undefined)lineEnd=str.length;var len=str.length;var out="";for(var i=lineStart;i1||typeof tokens[0]!="function"){tokens=function(tokens){var i,j,p,operatorAndPriority=-2;for(j=0;j",">=","==","!=","&&","||","("].indexOf(tokens[j]))>operatorAndPriority){i=j;operatorAndPriority=p}}if(operatorAndPriority==13){var j=find_closing_parens_index(tokens,i);if(j){tokens.splice(i,j+1-i,buildExprTree(tokens.slice(i+1,j)));return tokens}}if(operatorAndPriority==4){i=tokens.lastIndexOf("!");var innerExpr=buildExprTree(tokens.slice(i+1,i+2));tokens.splice(i,2,function(){return!innerExpr()});return tokens}if(operatorAndPriority>=0){var left=buildExprTree(tokens.slice(0,i));var right=buildExprTree(tokens.slice(i+1));switch(tokens[i]){case"&&":return[function(){return left()&&right()}];case"||":return[function(){return left()||right()}];case"==":return[function(){return left()==right()}];case"!=":return[function(){return left()!=right()}];case"<":return[function(){return left()":return[function(){return left()>right()}];case">=":return[function(){return left()>=right()}];case"+":return[function(){return left()+right()}];case"-":return[function(){return left()-right()}];case"*":return[function(){return left()*right()}];case"/":return[function(){return Math.floor(left()/right())}]}}var num=jstoi_q(tokens[i]);return[function(){return num}]}(tokens)}return tokens[0]}for(;i0){var macroEnd=expression.indexOf(")",macroStart);let params=expression.substring(macroStart+1,macroEnd).split(",").map(x=>x.trim());let value=tokenize(expression.substring(macroEnd+1).trim());defs[expression.substring(0,macroStart)]=function(args){var ret="";value.forEach(x=>{var argIndex=params.indexOf(x);ret+=argIndex>=0?args[argIndex]:x});return ret}}else{let value=expandMacros(expression.substring(firstWs+1).trim(),0);defs[expression.substring(0,firstWs)]=function(){return value}}}break;case"undef":if(thisLineIsInActivePreprocessingBlock)delete defs[expression];break;default:if(directive!="version"&&directive!="pragma"&&directive!="extension"){}out+=expandMacros(code,lineStart,i)+"\n"}}return out}function remove_cpp_comments_in_shaders(code){var i=0,out="",ch,next,len=code.length;for(;i=0&&explicitUniformLocations[match[5]]<1048576)){console.error('Specified an out of range layout(location=x) directive "'+explicitUniformLocations[match[5]]+'"! ('+match[0]+")");GL.recordError(1281);return}}source=source.replace(regex,"$2");GL.shaders[shader].explicitUniformLocations=explicitUniformLocations;var bindingRegex=/layout\s*\(.*?binding\s*=\s*(-?\d+).*?\)\s*uniform\s+(\w+)\s+(\w+)?/g,samplerBindings={},uniformBindings={},bindingMatch;while(bindingMatch=bindingRegex.exec(source)){var arrayLength=1;for(var i=bindingMatch.index;i=0&&binding+arrayLength<=numBindingPoints)){console.error('Specified an out of range layout(binding=x) directive "'+binding+'"! ('+bindingMatch[0]+"). Valid range is [0, "+numBindingPoints+"-1]");GL.recordError(1281);return}}source=source.replace(/layout\s*\(.*?binding\s*=\s*([-\d]+).*?\)/g,"");source=source.replace(/(layout\s*\((.*?)),\s*binding\s*=\s*([-\d]+)\)/g,"$1)");source=source.replace(/layout\s*\(\s*binding\s*=\s*([-\d]+)\s*,(.*?)\)/g,"layout($2)");GL.shaders[shader].explicitSamplerBindings=samplerBindings;GL.shaders[shader].explicitUniformBindings=uniformBindings;GLctx.shaderSource(GL.shaders[shader],source)}function _glStencilFuncSeparate(x0,x1,x2,x3){GLctx["stencilFuncSeparate"](x0,x1,x2,x3)}function _glStencilMask(x0){GLctx["stencilMask"](x0)}function _glStencilOpSeparate(x0,x1,x2,x3){GLctx["stencilOpSeparate"](x0,x1,x2,x3)}function _glTexImage2D(target,level,internalFormat,width,height,border,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,null)}return}GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels?emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat):null)}function _glTexImage3D(target,level,internalFormat,width,height,depth,border,format,type,pixels){if(GLctx.currentPixelUnpackBufferBinding){GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,null)}}function _glTexParameterf(x0,x1,x2){GLctx["texParameterf"](x0,x1,x2)}function _glTexParameteri(x0,x1,x2){GLctx["texParameteri"](x0,x1,x2)}function _glTexParameteriv(target,pname,params){var param=HEAP32[params>>2];GLctx.texParameteri(target,pname,param)}function _glTexStorage2D(x0,x1,x2,x3,x4){GLctx["texStorage2D"](x0,x1,x2,x3,x4)}function _glTexStorage3D(x0,x1,x2,x3,x4,x5){GLctx["texStorage3D"](x0,x1,x2,x3,x4,x5)}function _glTexSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,null)}return}var pixelData=null;if(pixels)pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,0);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixelData)}function _glTexSubImage3D(target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,pixels){if(GLctx.currentPixelUnpackBufferBinding){GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,null)}}function _glTransformFeedbackVaryings(program,count,varyings,bufferMode){program=GL.programs[program];var vars=[];for(var i=0;i>2]));GLctx["transformFeedbackVaryings"](program,vars,bufferMode)}var miniTempWebGLFloatBuffers=[];function _glUniform1fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform1fv(webglGetUniformLocation(location),HEAPF32,value>>2,count);return}if(count<=288){var view=miniTempWebGLFloatBuffers[count-1];for(var i=0;i>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*4>>2)}GLctx.uniform1fv(webglGetUniformLocation(location),view)}function _glUniform1i(location,v0){GLctx.uniform1i(webglGetUniformLocation(location),v0)}var __miniTempWebGLIntBuffers=[];function _glUniform1iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform1iv(webglGetUniformLocation(location),HEAP32,value>>2,count);return}if(count<=288){var view=__miniTempWebGLIntBuffers[count-1];for(var i=0;i>2]}}else{var view=HEAP32.subarray(value>>2,value+count*4>>2)}GLctx.uniform1iv(webglGetUniformLocation(location),view)}function _glUniform1uiv(location,count,value){GLctx.uniform1uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count)}function _glUniform2fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform2fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*2);return}if(count<=144){var view=miniTempWebGLFloatBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*8>>2)}GLctx.uniform2fv(webglGetUniformLocation(location),view)}function _glUniform2iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform2iv(webglGetUniformLocation(location),HEAP32,value>>2,count*2);return}if(count<=144){var view=__miniTempWebGLIntBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*8>>2)}GLctx.uniform2iv(webglGetUniformLocation(location),view)}function _glUniform2uiv(location,count,value){GLctx.uniform2uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*2)}function _glUniform3fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform3fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*3);return}if(count<=96){var view=miniTempWebGLFloatBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*12>>2)}GLctx.uniform3fv(webglGetUniformLocation(location),view)}function _glUniform3iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform3iv(webglGetUniformLocation(location),HEAP32,value>>2,count*3);return}if(count<=96){var view=__miniTempWebGLIntBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*12>>2)}GLctx.uniform3iv(webglGetUniformLocation(location),view)}function _glUniform3uiv(location,count,value){GLctx.uniform3uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*3)}function _glUniform4fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform4fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];var heap=HEAPF32;value>>=2;for(var i=0;i<4*count;i+=4){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3]}}else{var view=HEAPF32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4fv(webglGetUniformLocation(location),view)}function _glUniform4iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform4iv(webglGetUniformLocation(location),HEAP32,value>>2,count*4);return}if(count<=72){var view=__miniTempWebGLIntBuffers[4*count-1];for(var i=0;i<4*count;i+=4){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2];view[i+3]=HEAP32[value+(4*i+12)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4iv(webglGetUniformLocation(location),view)}function _glUniform4uiv(location,count,value){GLctx.uniform4uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*4)}function _glUniformBlockBinding(program,uniformBlockIndex,uniformBlockBinding){program=GL.programs[program];GLctx["uniformBlockBinding"](program,uniformBlockIndex,uniformBlockBinding)}function _glUniformMatrix3fv(location,count,transpose,value){if(GL.currentContext.version>=2){GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*9);return}if(count<=32){var view=miniTempWebGLFloatBuffers[9*count-1];for(var i=0;i<9*count;i+=9){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2];view[i+3]=HEAPF32[value+(4*i+12)>>2];view[i+4]=HEAPF32[value+(4*i+16)>>2];view[i+5]=HEAPF32[value+(4*i+20)>>2];view[i+6]=HEAPF32[value+(4*i+24)>>2];view[i+7]=HEAPF32[value+(4*i+28)>>2];view[i+8]=HEAPF32[value+(4*i+32)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*36>>2)}GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,view)}function _glUniformMatrix4fv(location,count,transpose,value){if(GL.currentContext.version>=2){GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*16);return}if(count<=18){var view=miniTempWebGLFloatBuffers[16*count-1];var heap=HEAPF32;value>>=2;for(var i=0;i<16*count;i+=16){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3];view[i+4]=heap[dst+4];view[i+5]=heap[dst+5];view[i+6]=heap[dst+6];view[i+7]=heap[dst+7];view[i+8]=heap[dst+8];view[i+9]=heap[dst+9];view[i+10]=heap[dst+10];view[i+11]=heap[dst+11];view[i+12]=heap[dst+12];view[i+13]=heap[dst+13];view[i+14]=heap[dst+14];view[i+15]=heap[dst+15]}}else{var view=HEAPF32.subarray(value>>2,value+count*64>>2)}GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,view)}function _glUnmapBuffer(target){if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glUnmapBuffer");return 0}var buffer=emscriptenWebGLGetBufferBinding(target);var mapping=GL.mappedBuffers[buffer];if(!mapping){GL.recordError(1282);err("buffer was never mapped in glUnmapBuffer");return 0}GL.mappedBuffers[buffer]=null;if(!(mapping.access&16))if(GL.currentContext.version>=2){GLctx.bufferSubData(target,mapping.offset,HEAPU8,mapping.mem,mapping.length)}else{GLctx.bufferSubData(target,mapping.offset,HEAPU8.subarray(mapping.mem,mapping.mem+mapping.length))}_free(mapping.mem);return 1}function webglApplyExplicitProgramBindings(){var p=GLctx.currentProgram;if(!p.explicitProgramBindingsApplied){if(GL.currentContext.version>=2){Object.keys(p.explicitUniformBindings).forEach(function(ubo){var bindings=p.explicitUniformBindings[ubo];for(var i=0;i1?"["+i+"]":""));GLctx.uniformBlockBinding(p,blockIndex,bindings[0]+i)}})}Object.keys(p.explicitSamplerBindings).forEach(function(sampler){var bindings=p.explicitSamplerBindings[sampler];for(var i=0;i>2],HEAPF32[v+4>>2],HEAPF32[v+8>>2],HEAPF32[v+12>>2])}function _glVertexAttribIPointer(index,size,type,stride,ptr){var cb=GL.currentContext.clientBuffers[index];if(!GLctx.currentArrayBufferBinding){cb.size=size;cb.type=type;cb.normalized=false;cb.stride=stride;cb.ptr=ptr;cb.clientside=true;cb.vertexAttribPointerAdaptor=function(index,size,type,normalized,stride,ptr){this.vertexAttribIPointer(index,size,type,stride,ptr)};return}cb.clientside=false;GLctx["vertexAttribIPointer"](index,size,type,stride,ptr)}function _glVertexAttribPointer(index,size,type,normalized,stride,ptr){var cb=GL.currentContext.clientBuffers[index];if(!GLctx.currentArrayBufferBinding){cb.size=size;cb.type=type;cb.normalized=normalized;cb.stride=stride;cb.ptr=ptr;cb.clientside=true;cb.vertexAttribPointerAdaptor=function(index,size,type,normalized,stride,ptr){this.vertexAttribPointer(index,size,type,normalized,stride,ptr)};return}cb.clientside=false;GLctx.vertexAttribPointer(index,size,type,!!normalized,stride,ptr)}function _glViewport(x0,x1,x2,x3){GLctx["viewport"](x0,x1,x2,x3)}function _llvm_eh_typeid_for(type){return type}function _mktime(tmPtr){_tzset();var date=new Date(HEAP32[tmPtr+20>>2]+1900,HEAP32[tmPtr+16>>2],HEAP32[tmPtr+12>>2],HEAP32[tmPtr+8>>2],HEAP32[tmPtr+4>>2],HEAP32[tmPtr>>2],0);var dst=HEAP32[tmPtr+32>>2];var guessedOffset=date.getTimezoneOffset();var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dstOffset=Math.min(winterOffset,summerOffset);if(dst<0){HEAP32[tmPtr+32>>2]=Number(summerOffset!=winterOffset&&dstOffset==guessedOffset)}else if(dst>0!=(dstOffset==guessedOffset)){var nonDstOffset=Math.max(winterOffset,summerOffset);var trueOffset=dst>0?dstOffset:nonDstOffset;date.setTime(date.getTime()+(trueOffset-guessedOffset)*6e4)}HEAP32[tmPtr+24>>2]=date.getDay();var yday=(date.getTime()-start.getTime())/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();return date.getTime()/1e3|0}function _setTempRet0(val){setTempRet0(val)}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value==="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"},"%V":function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _time(ptr){var ret=Date.now()/1e3|0;if(ptr){HEAP32[ptr>>2]=ret}return ret}function setFileTime(path,time){path=UTF8ToString(path);try{FS.utime(path,time,time);return 0}catch(e){if(!(e instanceof FS.ErrnoError))throw e+" : "+stackTrace();setErrNo(e.errno);return-1}}function _utime(path,times){var time;if(times){time=HEAP32[times+4>>2]*1e3}else{time=Date.now()}return setFileTime(path,time)}var FSNode=function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev};var readMode=292|73;var writeMode=146;Object.defineProperties(FSNode.prototype,{read:{get:function(){return(this.mode&readMode)===readMode},set:function(val){val?this.mode|=readMode:this.mode&=~readMode}},write:{get:function(){return(this.mode&writeMode)===writeMode},set:function(val){val?this.mode|=writeMode:this.mode&=~writeMode}},isFolder:{get:function(){return FS.isDir(this.mode)}},isDevice:{get:function(){return FS.isChrdev(this.mode)}}});FS.FSNode=FSNode;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["requestFullscreen"]=function Module_requestFullscreen(lockPointer,resizeCanvas){Browser.requestFullscreen(lockPointer,resizeCanvas)};Module["requestAnimationFrame"]=function Module_requestAnimationFrame(func){Browser.requestAnimationFrame(func)};Module["setCanvasSize"]=function Module_setCanvasSize(width,height,noUpdates){Browser.setCanvasSize(width,height,noUpdates)};Module["pauseMainLoop"]=function Module_pauseMainLoop(){Browser.mainLoop.pause()};Module["resumeMainLoop"]=function Module_resumeMainLoop(){Browser.mainLoop.resume()};Module["getUserMedia"]=function Module_getUserMedia(){Browser.getUserMedia()};Module["createContext"]=function Module_createContext(canvas,useWebGL,setInModule,webGLContextAttributes){return Browser.createContext(canvas,useWebGL,setInModule,webGLContextAttributes)};var GLctx;for(var i=0;i<32;++i)tempFixedLengthArray.push(new Array(i));var miniTempWebGLFloatBuffersStorage=new Float32Array(288);for(var i=0;i<288;++i){miniTempWebGLFloatBuffers[i]=miniTempWebGLFloatBuffersStorage.subarray(0,i+1)}var __miniTempWebGLIntBuffersStorage=new Int32Array(288);for(var i=0;i<288;++i){__miniTempWebGLIntBuffers[i]=__miniTempWebGLIntBuffersStorage.subarray(0,i+1)}function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var asmLibraryArg={"tc":_Fullscreen,"He":_JS_Accelerometer_IsRunning,"wb":_JS_Accelerometer_Start,"ub":_JS_Accelerometer_Stop,"Le":_JS_Cursor_SetImage,"Xa":_JS_Cursor_SetShow,"Fa":_JS_DOM_MapViewportCoordinateToElementLocalCoordinate,"oe":_JS_DOM_UnityCanvasSelector,"he":_JS_FileSystem_Initialize,"aa":_JS_FileSystem_Sync,"Fe":_JS_GravitySensor_IsRunning,"rb":_JS_GravitySensor_Start,"qb":_JS_GravitySensor_Stop,"Ee":_JS_Gyroscope_IsRunning,"pb":_JS_Gyroscope_Start,"ob":_JS_Gyroscope_Stop,"Ge":_JS_LinearAccelerationSensor_IsRunning,"tb":_JS_LinearAccelerationSensor_Start,"sb":_JS_LinearAccelerationSensor_Stop,"nh":_JS_Log_Dump,"re":_JS_Log_StackTrace,"Ie":_JS_OrientationSensor_IsRunning,"yb":_JS_OrientationSensor_Start,"xb":_JS_OrientationSensor_Stop,"zb":_JS_RequestDeviceSensorPermissionsOnTouch,"ke":_JS_RunQuitCallbacks,"De":_JS_ScreenOrientation_DeInit,"Je":_JS_ScreenOrientation_Init,"$":_JS_ScreenOrientation_Lock,"bf":_JS_Sound_Create_Channel,"Ja":_JS_Sound_GetLength,"Ze":_JS_Sound_GetLoadState,"Xe":_JS_Sound_Init,"Nb":_JS_Sound_Load,"Ye":_JS_Sound_Load_PCM,"Ia":_JS_Sound_Play,"Ka":_JS_Sound_ReleaseInstance,"Ab":_JS_Sound_ResumeIfNeeded,"_e":_JS_Sound_Set3D,"Ve":_JS_Sound_SetListenerOrientation,"We":_JS_Sound_SetListenerPosition,"Pb":_JS_Sound_SetLoop,"Ob":_JS_Sound_SetLoopPoints,"oa":_JS_Sound_SetPaused,"ba":_JS_Sound_SetPitch,"af":_JS_Sound_SetPosition,"$e":_JS_Sound_SetVolume,"pa":_JS_Sound_Stop,"ga":_JS_SystemInfo_GetCanvasClientSize,"Mb":_JS_SystemInfo_GetDocumentURL,"hb":_JS_SystemInfo_GetGPUInfo,"nb":_JS_SystemInfo_GetMatchWebGLToCanvasSize,"ib":_JS_SystemInfo_GetMemory,"jb":_JS_SystemInfo_GetOS,"lb":_JS_SystemInfo_GetPreferredDevicePixelRatio,"te":_JS_SystemInfo_GetScreenSize,"Me":_JS_SystemInfo_HasAstcHdr,"kb":_JS_SystemInfo_HasCursorLock,"Ce":_JS_SystemInfo_HasFullscreen,"na":_JS_SystemInfo_HasWebGL,"ne":_JS_UnityEngineShouldQuit,"yh":_SendResultats,"sh":_SendResultatsMissions,"p":___cxa_allocate_exception,"i":___cxa_begin_catch,"o":___cxa_end_catch,"e":___cxa_find_matching_catch_2,"a":___cxa_find_matching_catch_3,"zh":___cxa_find_matching_catch_4,"ua":___cxa_free_exception,"Mc":___cxa_rethrow,"V":___cxa_throw,"Uc":___gmtime_r,"Vc":___localtime_r,"k":___resumeException,"$c":___sys__newselect,"fd":___sys_accept4,"ad":___sys_access,"fe":___sys_bind,"Fc":___sys_chdir,"Jc":___sys_chmod,"Md":___sys_connect,"Pc":___sys_dup2,"O":___sys_fcntl64,"Ke":___sys_fstat64,"Gc":___sys_getcwd,"Cc":___sys_getdents64,"oc":___sys_getegid32,"pc":___sys_geteuid32,"Rc":___sys_getpeername,"_c":___sys_getrusage,"qd":___sys_getsockname,"Xd":___sys_getsockopt,"ff":___sys_getuid32,"gb":___sys_ioctl,"gd":___sys_listen,"Kc":___sys_lstat64,"Ec":___sys_mkdir,"dd":___sys_mmap2,"Yc":___sys_munmap,"Ga":___sys_open,"Lc":___sys_pipe,"Bd":___sys_poll,"rh":___sys_readlink,"cd":___sys_recvfrom,"Nc":___sys_recvmsg,"Hc":___sys_rename,"Dc":___sys_rmdir,"Oc":___sys_sendmsg,"ed":___sys_sendto,"bd":___sys_setsockopt,"Qc":___sys_shutdown,"bb":___sys_socket,"Bb":___sys_stat64,"cf":___sys_statfs64,"df":___sys_truncate64,"Wc":___sys_uname,"Ic":___sys_unlink,"x":_abort,"L":_clock,"Zc":_clock_getres,"fb":_clock_gettime,"Tc":_difftime,"pe":_dlclose,"ha":_dlerror,"vb":_dlopen,"we":_dlsym,"Ha":_emscripten_asm_const_int_sync_on_main_thread,"le":_emscripten_cancel_main_loop,"je":_emscripten_clear_interval,"Ae":_emscripten_exit_fullscreen,"ue":_emscripten_exit_pointerlock,"se":_emscripten_get_canvas_element_size,"ze":_emscripten_get_fullscreen_status,"Ca":_emscripten_get_gamepad_status,"Xc":_emscripten_get_heap_max,"K":_emscripten_get_now,"Da":_emscripten_get_num_gamepads,"me":_emscripten_html5_remove_all_event_listeners,"Pe":_emscripten_is_webgl_context_lost,"A":_emscripten_log,"G":_emscripten_longjmp,"Ah":_emscripten_memcpy_big,"Be":_emscripten_request_fullscreen,"ve":_emscripten_request_pointerlock,"Bh":_emscripten_resize_heap,"Ea":_emscripten_sample_gamepad_data,"mb":_emscripten_set_blur_callback_on_thread,"Ba":_emscripten_set_canvas_element_size,"xe":_emscripten_set_focus_callback_on_thread,"ye":_emscripten_set_fullscreenchange_callback_on_thread,"Db":_emscripten_set_gamepadconnected_callback_on_thread,"Cb":_emscripten_set_gamepaddisconnected_callback_on_thread,"ge":_emscripten_set_interval,"ka":_emscripten_set_keydown_callback_on_thread,"ia":_emscripten_set_keypress_callback_on_thread,"ja":_emscripten_set_keyup_callback_on_thread,"ee":_emscripten_set_main_loop,"ie":_emscripten_set_main_loop_timing,"Kb":_emscripten_set_mousedown_callback_on_thread,"Jb":_emscripten_set_mousemove_callback_on_thread,"Lb":_emscripten_set_mouseup_callback_on_thread,"Eb":_emscripten_set_touchcancel_callback_on_thread,"Gb":_emscripten_set_touchend_callback_on_thread,"Fb":_emscripten_set_touchmove_callback_on_thread,"Hb":_emscripten_set_touchstart_callback_on_thread,"Ib":_emscripten_set_wheel_callback_on_thread,"oh":_emscripten_thread_sleep,"Re":_emscripten_webgl_create_context,"Qe":_emscripten_webgl_destroy_context,"la":_emscripten_webgl_enable_extension,"Oe":_emscripten_webgl_get_current_context,"Se":_emscripten_webgl_init_context_attributes,"ma":_emscripten_webgl_make_context_current,"Xg":_environ_get,"eh":_environ_sizes_get,"z":_exit,"W":_fd_close,"qe":_fd_fdstat_get,"eb":_fd_read,"de":_fd_seek,"La":_fd_write,"qa":_flock,"b":_getTempRet0,"Sc":_getaddrinfo,"Te":_gethostbyaddr,"Ue":_gethostbyname,"cb":_getnameinfo,"ef":_getpwuid,"fa":_gettimeofday,"gh":_glActiveTexture,"ch":_glAttachShader,"Wb":_glBeginQuery,"Tf":_glBeginTransformFeedback,"ya":_glBindAttribLocation,"bh":_glBindBuffer,"tf":_glBindBufferBase,"sf":_glBindBufferRange,"_g":_glBindFramebuffer,"$g":_glBindRenderbuffer,"nf":_glBindSampler,"ah":_glBindTexture,"Mf":_glBindTransformFeedback,"Pf":_glBindVertexArray,"lc":_glBlendEquation,"mc":_glBlendEquationSeparate,"nc":_glBlendFuncSeparate,"Ef":_glBlitFramebuffer,"Yg":_glBufferData,"Zg":_glBufferSubData,"Wg":_glCheckFramebufferStatus,"Sg":_glClear,"jf":_glClearBufferfi,"hf":_glClearBufferfv,"gf":_glClearBufferuiv,"Tg":_glClearColor,"Ug":_glClearDepthf,"Vg":_glClearStencil,"hd":_glClientWaitSync,"Wa":_glColorMask,"Rg":_glCompileShader,"Pg":_glCompressedTexImage2D,"Gf":_glCompressedTexImage3D,"Qg":_glCompressedTexSubImage2D,"Kf":_glCompressedTexSubImage3D,"wf":_glCopyBufferSubData,"Og":_glCopyTexImage2D,"kc":_glCopyTexSubImage2D,"Ng":_glCreateProgram,"Mg":_glCreateShader,"Lg":_glCullFace,"Kg":_glDeleteBuffers,"Jg":_glDeleteFramebuffers,"Ig":_glDeleteProgram,"Qa":_glDeleteQueries,"Hg":_glDeleteRenderbuffers,"mf":_glDeleteSamplers,"Gg":_glDeleteShader,"Rb":_glDeleteSync,"Fg":_glDeleteTextures,"Nf":_glDeleteTransformFeedbacks,"Rf":_glDeleteVertexArrays,"xa":_glDepthFunc,"wa":_glDepthMask,"Eg":_glDetachShader,"Dg":_glDisable,"Cg":_glDisableVertexAttribArray,"zg":_glDrawArrays,"yf":_glDrawArraysInstanced,"vf":_glDrawBuffers,"Ag":_glDrawElements,"xf":_glDrawElementsInstanced,"Bg":_glEnable,"yg":_glEnableVertexAttribArray,"Xb":_glEndQuery,"Uf":_glEndTransformFeedback,"Qb":_glFenceSync,"vg":_glFinish,"wg":_glFlush,"Bf":_glFlushMappedBufferRange,"Q":_glFramebufferRenderbuffer,"N":_glFramebufferTexture2D,"ra":_glFramebufferTextureLayer,"va":_glFrontFace,"ug":_glGenBuffers,"qg":_glGenFramebuffers,"Vb":_glGenQueries,"rg":_glGenRenderbuffers,"lf":_glGenSamplers,"tg":_glGenTextures,"Of":_glGenTransformFeedbacks,"Sf":_glGenVertexArrays,"sg":_glGenerateMipmap,"mh":_glGetActiveAttrib,"Va":_glGetActiveUniform,"Na":_glGetActiveUniformBlockName,"Y":_glGetActiveUniformBlockiv,"X":_glGetActiveUniformsiv,"lh":_glGetAttribLocation,"Ne":_glGetBufferSubData,"pg":_glGetError,"og":_glGetFramebufferAttachmentParameteriv,"fh":_glGetIntegeri_v,"za":_glGetIntegerv,"pf":_glGetInternalformativ,"Tb":_glGetProgramBinary,"ih":_glGetProgramInfoLog,"U":_glGetProgramiv,"Wf":_glGetQueryObjectuiv,"Vf":_glGetQueryiv,"xg":_glGetRenderbufferParameteriv,"mg":_glGetShaderInfoLog,"jc":_glGetShaderPrecisionFormat,"ng":_glGetShaderSource,"hh":_glGetShaderiv,"lg":_glGetString,"Cf":_glGetStringi,"kg":_glGetTexParameteriv,"qf":_glGetUniformBlockIndex,"Ma":_glGetUniformIndices,"ca":_glGetUniformLocation,"ic":_glGetUniformiv,"kh":_glGetVertexAttribiv,"Pa":_glInvalidateFramebuffer,"dh":_glIsEnabled,"Qf":_glIsVertexArray,"ig":_glLinkProgram,"zf":_glMapBufferRange,"jg":_glPixelStorei,"hc":_glPolygonOffset,"Ub":_glProgramBinary,"kf":_glProgramParameteri,"uf":_glReadBuffer,"_":_glReadPixels,"hg":_glRenderbufferStorage,"Df":_glRenderbufferStorageMultisample,"of":_glSamplerParameteri,"Ua":_glScissor,"fg":_glShaderSource,"gg":_glStencilFuncSeparate,"dg":_glStencilMask,"eg":_glStencilOpSeparate,"bg":_glTexImage2D,"If":_glTexImage3D,"cg":_glTexParameterf,"Ta":_glTexParameteri,"ag":_glTexParameteriv,"Ff":_glTexStorage2D,"Hf":_glTexStorage3D,"$f":_glTexSubImage2D,"Jf":_glTexSubImage3D,"Lf":_glTransformFeedbackVaryings,"Yb":_glUniform1fv,"sa":_glUniform1i,"Zb":_glUniform1iv,"_b":_glUniform1uiv,"$b":_glUniform2fv,"ac":_glUniform2iv,"bc":_glUniform2uiv,"Sa":_glUniform3fv,"cc":_glUniform3iv,"dc":_glUniform3uiv,"Z":_glUniform4fv,"ec":_glUniform4iv,"fc":_glUniform4uiv,"Oa":_glUniformBlockBinding,"gc":_glUniformMatrix3fv,"ta":_glUniformMatrix4fv,"Af":_glUnmapBuffer,"Xf":_glUseProgram,"jh":_glValidateProgram,"Yf":_glVertexAttrib4f,"Zf":_glVertexAttrib4fv,"rf":_glVertexAttribIPointer,"_f":_glVertexAttribPointer,"Ra":_glViewport,"xc":invoke_dddi,"I":invoke_dii,"M":invoke_diii,"Za":invoke_diiii,"td":invoke_dji,"zc":invoke_fffi,"sc":invoke_ffi,"wc":invoke_fi,"P":invoke_fii,"C":invoke_fiii,"Ac":invoke_fiiii,"w":invoke_i,"Ya":invoke_idi,"yc":invoke_ifi,"d":invoke_ii,"wh":invoke_iidi,"vh":invoke_iifi,"c":invoke_iii,"vc":invoke_iiifi,"rc":invoke_iiifii,"h":invoke_iiii,"qh":invoke_iiiidii,"ph":invoke_iiiifii,"q":invoke_iiiii,"s":invoke_iiiiii,"u":invoke_iiiiiii,"B":invoke_iiiiiiii,"F":invoke_iiiiiiiii,"R":invoke_iiiiiiiiii,"$a":invoke_iiiiiiiiiii,"Bc":invoke_iiiiiiiiiiiii,"Dd":invoke_iiiiiiiiiji,"Vd":invoke_iiiiij,"id":invoke_iiiijii,"Nd":invoke_iiiijjii,"be":invoke_iiij,"_d":invoke_iiijiii,"$d":invoke_iij,"Hd":invoke_iiji,"Od":invoke_iijii,"Kd":invoke_iijiii,"Id":invoke_iijiiiiii,"rd":invoke_iijji,"Jd":invoke_iijjiiiiii,"Ud":invoke_iji,"Pd":invoke_ijji,"ae":invoke_j,"xd":invoke_jdi,"Yd":invoke_ji,"Zd":invoke_jii,"Sd":invoke_jiii,"ce":invoke_jiiii,"jd":invoke_jiiiii,"pd":invoke_jiiiiiiiiii,"zd":invoke_jiiji,"sd":invoke_jiji,"Rd":invoke_jijiii,"Ed":invoke_jijj,"Gd":invoke_jji,"ud":invoke_jjii,"Fd":invoke_jjji,"f":invoke_v,"l":invoke_vi,"y":invoke_vidi,"E":invoke_vifi,"m":invoke_vii,"_a":invoke_viidi,"Sb":invoke_viif,"T":invoke_viiff,"xh":invoke_viiffi,"J":invoke_viifi,"g":invoke_viii,"n":invoke_viiii,"uh":invoke_viiiif,"th":invoke_viiiifi,"r":invoke_viiiii,"t":invoke_viiiiii,"D":invoke_viiiiiii,"H":invoke_viiiiiiii,"S":invoke_viiiiiiiii,"uc":invoke_viiiiiiiiifi,"da":invoke_viiiiiiiiii,"qc":invoke_viiiiiiiiiiii,"vd":invoke_viiij,"Ad":invoke_viiiji,"kd":invoke_viij,"Td":invoke_viiji,"Wd":invoke_viijii,"ld":invoke_viijiiiiii,"yd":invoke_viijiiijiiii,"Qd":invoke_viji,"Ld":invoke_vijii,"od":invoke_vijiii,"wd":invoke_vijjji,"Cd":invoke_vji,"md":invoke_vjiiiii,"nd":invoke_vjjjiiii,"j":_llvm_eh_typeid_for,"db":_mktime,"v":_setTempRet0,"Aa":_strftime,"ea":_time,"ab":_utime};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=function(){return(___wasm_call_ctors=Module["___wasm_call_ctors"]=Module["asm"]["Dh"]).apply(null,arguments)};var _SendMessageFloat=Module["_SendMessageFloat"]=function(){return(_SendMessageFloat=Module["_SendMessageFloat"]=Module["asm"]["Eh"]).apply(null,arguments)};var _SendMessageString=Module["_SendMessageString"]=function(){return(_SendMessageString=Module["_SendMessageString"]=Module["asm"]["Fh"]).apply(null,arguments)};var _SendMessage=Module["_SendMessage"]=function(){return(_SendMessage=Module["_SendMessage"]=Module["asm"]["Gh"]).apply(null,arguments)};var _SetFullscreen=Module["_SetFullscreen"]=function(){return(_SetFullscreen=Module["_SetFullscreen"]=Module["asm"]["Hh"]).apply(null,arguments)};var _main=Module["_main"]=function(){return(_main=Module["_main"]=Module["asm"]["Ih"]).apply(null,arguments)};var ___errno_location=Module["___errno_location"]=function(){return(___errno_location=Module["___errno_location"]=Module["asm"]["Jh"]).apply(null,arguments)};var _htonl=Module["_htonl"]=function(){return(_htonl=Module["_htonl"]=Module["asm"]["Kh"]).apply(null,arguments)};var _htons=Module["_htons"]=function(){return(_htons=Module["_htons"]=Module["asm"]["Lh"]).apply(null,arguments)};var _ntohs=Module["_ntohs"]=function(){return(_ntohs=Module["_ntohs"]=Module["asm"]["Mh"]).apply(null,arguments)};var __get_tzname=Module["__get_tzname"]=function(){return(__get_tzname=Module["__get_tzname"]=Module["asm"]["Nh"]).apply(null,arguments)};var __get_daylight=Module["__get_daylight"]=function(){return(__get_daylight=Module["__get_daylight"]=Module["asm"]["Oh"]).apply(null,arguments)};var __get_timezone=Module["__get_timezone"]=function(){return(__get_timezone=Module["__get_timezone"]=Module["asm"]["Ph"]).apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return(stackSave=Module["stackSave"]=Module["asm"]["Qh"]).apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return(stackRestore=Module["stackRestore"]=Module["asm"]["Rh"]).apply(null,arguments)};var stackAlloc=Module["stackAlloc"]=function(){return(stackAlloc=Module["stackAlloc"]=Module["asm"]["Sh"]).apply(null,arguments)};var _setThrew=Module["_setThrew"]=function(){return(_setThrew=Module["_setThrew"]=Module["asm"]["Th"]).apply(null,arguments)};var ___cxa_can_catch=Module["___cxa_can_catch"]=function(){return(___cxa_can_catch=Module["___cxa_can_catch"]=Module["asm"]["Uh"]).apply(null,arguments)};var ___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=function(){return(___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=Module["asm"]["Vh"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["Wh"]).apply(null,arguments)};var _free=Module["_free"]=function(){return(_free=Module["_free"]=Module["asm"]["Xh"]).apply(null,arguments)};var _memalign=Module["_memalign"]=function(){return(_memalign=Module["_memalign"]=Module["asm"]["Yh"]).apply(null,arguments)};var _memset=Module["_memset"]=function(){return(_memset=Module["_memset"]=Module["asm"]["Zh"]).apply(null,arguments)};var _strlen=Module["_strlen"]=function(){return(_strlen=Module["_strlen"]=Module["asm"]["_h"]).apply(null,arguments)};var dynCall_iidiiii=Module["dynCall_iidiiii"]=function(){return(dynCall_iidiiii=Module["dynCall_iidiiii"]=Module["asm"]["ai"]).apply(null,arguments)};var dynCall_vii=Module["dynCall_vii"]=function(){return(dynCall_vii=Module["dynCall_vii"]=Module["asm"]["bi"]).apply(null,arguments)};var dynCall_iii=Module["dynCall_iii"]=function(){return(dynCall_iii=Module["dynCall_iii"]=Module["asm"]["ci"]).apply(null,arguments)};var dynCall_ii=Module["dynCall_ii"]=function(){return(dynCall_ii=Module["dynCall_ii"]=Module["asm"]["di"]).apply(null,arguments)};var dynCall_iiii=Module["dynCall_iiii"]=function(){return(dynCall_iiii=Module["dynCall_iiii"]=Module["asm"]["ei"]).apply(null,arguments)};var dynCall_jiji=Module["dynCall_jiji"]=function(){return(dynCall_jiji=Module["dynCall_jiji"]=Module["asm"]["fi"]).apply(null,arguments)};var dynCall_vi=Module["dynCall_vi"]=function(){return(dynCall_vi=Module["dynCall_vi"]=Module["asm"]["gi"]).apply(null,arguments)};var dynCall_iiiii=Module["dynCall_iiiii"]=function(){return(dynCall_iiiii=Module["dynCall_iiiii"]=Module["asm"]["hi"]).apply(null,arguments)};var dynCall_viii=Module["dynCall_viii"]=function(){return(dynCall_viii=Module["dynCall_viii"]=Module["asm"]["ii"]).apply(null,arguments)};var dynCall_i=Module["dynCall_i"]=function(){return(dynCall_i=Module["dynCall_i"]=Module["asm"]["ji"]).apply(null,arguments)};var dynCall_v=Module["dynCall_v"]=function(){return(dynCall_v=Module["dynCall_v"]=Module["asm"]["ki"]).apply(null,arguments)};var dynCall_viiiiii=Module["dynCall_viiiiii"]=function(){return(dynCall_viiiiii=Module["dynCall_viiiiii"]=Module["asm"]["li"]).apply(null,arguments)};var dynCall_viiiii=Module["dynCall_viiiii"]=function(){return(dynCall_viiiii=Module["dynCall_viiiii"]=Module["asm"]["mi"]).apply(null,arguments)};var dynCall_viiii=Module["dynCall_viiii"]=function(){return(dynCall_viiii=Module["dynCall_viiii"]=Module["asm"]["ni"]).apply(null,arguments)};var dynCall_iiiiii=Module["dynCall_iiiiii"]=function(){return(dynCall_iiiiii=Module["dynCall_iiiiii"]=Module["asm"]["oi"]).apply(null,arguments)};var dynCall_iiij=Module["dynCall_iiij"]=function(){return(dynCall_iiij=Module["dynCall_iiij"]=Module["asm"]["pi"]).apply(null,arguments)};var dynCall_iiiiiiii=Module["dynCall_iiiiiiii"]=function(){return(dynCall_iiiiiiii=Module["dynCall_iiiiiiii"]=Module["asm"]["qi"]).apply(null,arguments)};var dynCall_iiijiii=Module["dynCall_iiijiii"]=function(){return(dynCall_iiijiii=Module["dynCall_iiijiii"]=Module["asm"]["ri"]).apply(null,arguments)};var dynCall_iij=Module["dynCall_iij"]=function(){return(dynCall_iij=Module["dynCall_iij"]=Module["asm"]["si"]).apply(null,arguments)};var dynCall_iiiiiii=Module["dynCall_iiiiiii"]=function(){return(dynCall_iiiiiii=Module["dynCall_iiiiiii"]=Module["asm"]["ti"]).apply(null,arguments)};var dynCall_jii=Module["dynCall_jii"]=function(){return(dynCall_jii=Module["dynCall_jii"]=Module["asm"]["ui"]).apply(null,arguments)};var dynCall_viiiiiii=Module["dynCall_viiiiiii"]=function(){return(dynCall_viiiiiii=Module["dynCall_viiiiiii"]=Module["asm"]["vi"]).apply(null,arguments)};var dynCall_viiji=Module["dynCall_viiji"]=function(){return(dynCall_viiji=Module["dynCall_viiji"]=Module["asm"]["wi"]).apply(null,arguments)};var dynCall_fii=Module["dynCall_fii"]=function(){return(dynCall_fii=Module["dynCall_fii"]=Module["asm"]["xi"]).apply(null,arguments)};var dynCall_viifi=Module["dynCall_viifi"]=function(){return(dynCall_viifi=Module["dynCall_viifi"]=Module["asm"]["yi"]).apply(null,arguments)};var dynCall_jiiii=Module["dynCall_jiiii"]=function(){return(dynCall_jiiii=Module["dynCall_jiiii"]=Module["asm"]["zi"]).apply(null,arguments)};var dynCall_viif=Module["dynCall_viif"]=function(){return(dynCall_viif=Module["dynCall_viif"]=Module["asm"]["Ai"]).apply(null,arguments)};var dynCall_jiii=Module["dynCall_jiii"]=function(){return(dynCall_jiii=Module["dynCall_jiii"]=Module["asm"]["Bi"]).apply(null,arguments)};var dynCall_vifi=Module["dynCall_vifi"]=function(){return(dynCall_vifi=Module["dynCall_vifi"]=Module["asm"]["Ci"]).apply(null,arguments)};var dynCall_ijji=Module["dynCall_ijji"]=function(){return(dynCall_ijji=Module["dynCall_ijji"]=Module["asm"]["Di"]).apply(null,arguments)};var dynCall_iijji=Module["dynCall_iijji"]=function(){return(dynCall_iijji=Module["dynCall_iijji"]=Module["asm"]["Ei"]).apply(null,arguments)};var dynCall_iiddi=Module["dynCall_iiddi"]=function(){return(dynCall_iiddi=Module["dynCall_iiddi"]=Module["asm"]["Fi"]).apply(null,arguments)};var dynCall_iiffi=Module["dynCall_iiffi"]=function(){return(dynCall_iiffi=Module["dynCall_iiffi"]=Module["asm"]["Gi"]).apply(null,arguments)};var dynCall_iiiifii=Module["dynCall_iiiifii"]=function(){return(dynCall_iiiifii=Module["dynCall_iiiifii"]=Module["asm"]["Hi"]).apply(null,arguments)};var dynCall_iiifii=Module["dynCall_iiifii"]=function(){return(dynCall_iiifii=Module["dynCall_iiifii"]=Module["asm"]["Ii"]).apply(null,arguments)};var dynCall_viiiifii=Module["dynCall_viiiifii"]=function(){return(dynCall_viiiifii=Module["dynCall_viiiifii"]=Module["asm"]["Ji"]).apply(null,arguments)};var dynCall_viiffi=Module["dynCall_viiffi"]=function(){return(dynCall_viiffi=Module["dynCall_viiffi"]=Module["asm"]["Ki"]).apply(null,arguments)};var dynCall_diiii=Module["dynCall_diiii"]=function(){return(dynCall_diiii=Module["dynCall_diiii"]=Module["asm"]["Li"]).apply(null,arguments)};var dynCall_fiiii=Module["dynCall_fiiii"]=function(){return(dynCall_fiiii=Module["dynCall_fiiii"]=Module["asm"]["Mi"]).apply(null,arguments)};var dynCall_iiji=Module["dynCall_iiji"]=function(){return(dynCall_iiji=Module["dynCall_iiji"]=Module["asm"]["Ni"]).apply(null,arguments)};var dynCall_viiiiiiiii=Module["dynCall_viiiiiiiii"]=function(){return(dynCall_viiiiiiiii=Module["dynCall_viiiiiiiii"]=Module["asm"]["Oi"]).apply(null,arguments)};var dynCall_vijii=Module["dynCall_vijii"]=function(){return(dynCall_vijii=Module["dynCall_vijii"]=Module["asm"]["Pi"]).apply(null,arguments)};var dynCall_dii=Module["dynCall_dii"]=function(){return(dynCall_dii=Module["dynCall_dii"]=Module["asm"]["Qi"]).apply(null,arguments)};var dynCall_ifi=Module["dynCall_ifi"]=function(){return(dynCall_ifi=Module["dynCall_ifi"]=Module["asm"]["Ri"]).apply(null,arguments)};var dynCall_idi=Module["dynCall_idi"]=function(){return(dynCall_idi=Module["dynCall_idi"]=Module["asm"]["Si"]).apply(null,arguments)};var dynCall_viiiiiiii=Module["dynCall_viiiiiiii"]=function(){return(dynCall_viiiiiiii=Module["dynCall_viiiiiiii"]=Module["asm"]["Ti"]).apply(null,arguments)};var dynCall_viji=Module["dynCall_viji"]=function(){return(dynCall_viji=Module["dynCall_viji"]=Module["asm"]["Ui"]).apply(null,arguments)};var dynCall_vidi=Module["dynCall_vidi"]=function(){return(dynCall_vidi=Module["dynCall_vidi"]=Module["asm"]["Vi"]).apply(null,arguments)};var dynCall_fffi=Module["dynCall_fffi"]=function(){return(dynCall_fffi=Module["dynCall_fffi"]=Module["asm"]["Wi"]).apply(null,arguments)};var dynCall_jji=Module["dynCall_jji"]=function(){return(dynCall_jji=Module["dynCall_jji"]=Module["asm"]["Xi"]).apply(null,arguments)};var dynCall_jjji=Module["dynCall_jjji"]=function(){return(dynCall_jjji=Module["dynCall_jjji"]=Module["asm"]["Yi"]).apply(null,arguments)};var dynCall_dddi=Module["dynCall_dddi"]=function(){return(dynCall_dddi=Module["dynCall_dddi"]=Module["asm"]["Zi"]).apply(null,arguments)};var dynCall_viiiiiiiiii=Module["dynCall_viiiiiiiiii"]=function(){return(dynCall_viiiiiiiiii=Module["dynCall_viiiiiiiiii"]=Module["asm"]["_i"]).apply(null,arguments)};var dynCall_fiii=Module["dynCall_fiii"]=function(){return(dynCall_fiii=Module["dynCall_fiii"]=Module["asm"]["$i"]).apply(null,arguments)};var dynCall_diii=Module["dynCall_diii"]=function(){return(dynCall_diii=Module["dynCall_diii"]=Module["asm"]["aj"]).apply(null,arguments)};var dynCall_iidi=Module["dynCall_iidi"]=function(){return(dynCall_iidi=Module["dynCall_iidi"]=Module["asm"]["bj"]).apply(null,arguments)};var dynCall_iifi=Module["dynCall_iifi"]=function(){return(dynCall_iifi=Module["dynCall_iifi"]=Module["asm"]["cj"]).apply(null,arguments)};var dynCall_viiiiiiiiiii=Module["dynCall_viiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiii=Module["dynCall_viiiiiiiiiii"]=Module["asm"]["dj"]).apply(null,arguments)};var dynCall_iiijii=Module["dynCall_iiijii"]=function(){return(dynCall_iiijii=Module["dynCall_iiijii"]=Module["asm"]["ej"]).apply(null,arguments)};var dynCall_iijiiii=Module["dynCall_iijiiii"]=function(){return(dynCall_iijiiii=Module["dynCall_iijiiii"]=Module["asm"]["fj"]).apply(null,arguments)};var dynCall_jijiii=Module["dynCall_jijiii"]=function(){return(dynCall_jijiii=Module["dynCall_jijiii"]=Module["asm"]["gj"]).apply(null,arguments)};var dynCall_viijii=Module["dynCall_viijii"]=function(){return(dynCall_viijii=Module["dynCall_viijii"]=Module["asm"]["hj"]).apply(null,arguments)};var dynCall_iijiiiiii=Module["dynCall_iijiiiiii"]=function(){return(dynCall_iijiiiiii=Module["dynCall_iijiiiiii"]=Module["asm"]["ij"]).apply(null,arguments)};var dynCall_iijjiiiiii=Module["dynCall_iijjiiiiii"]=function(){return(dynCall_iijjiiiiii=Module["dynCall_iijjiiiiii"]=Module["asm"]["jj"]).apply(null,arguments)};var dynCall_iiiijjii=Module["dynCall_iiiijjii"]=function(){return(dynCall_iiiijjii=Module["dynCall_iiiijjii"]=Module["asm"]["kj"]).apply(null,arguments)};var dynCall_iijii=Module["dynCall_iijii"]=function(){return(dynCall_iijii=Module["dynCall_iijii"]=Module["asm"]["lj"]).apply(null,arguments)};var dynCall_iiiiiiiii=Module["dynCall_iiiiiiiii"]=function(){return(dynCall_iiiiiiiii=Module["dynCall_iiiiiiiii"]=Module["asm"]["mj"]).apply(null,arguments)};var dynCall_iijiii=Module["dynCall_iijiii"]=function(){return(dynCall_iijiii=Module["dynCall_iijiii"]=Module["asm"]["nj"]).apply(null,arguments)};var dynCall_j=Module["dynCall_j"]=function(){return(dynCall_j=Module["dynCall_j"]=Module["asm"]["oj"]).apply(null,arguments)};var dynCall_ji=Module["dynCall_ji"]=function(){return(dynCall_ji=Module["dynCall_ji"]=Module["asm"]["pj"]).apply(null,arguments)};var dynCall_jijj=Module["dynCall_jijj"]=function(){return(dynCall_jijj=Module["dynCall_jijj"]=Module["asm"]["qj"]).apply(null,arguments)};var dynCall_iiiiiiiiiji=Module["dynCall_iiiiiiiiiji"]=function(){return(dynCall_iiiiiiiiiji=Module["dynCall_iiiiiiiiiji"]=Module["asm"]["rj"]).apply(null,arguments)};var dynCall_vji=Module["dynCall_vji"]=function(){return(dynCall_vji=Module["dynCall_vji"]=Module["asm"]["sj"]).apply(null,arguments)};var dynCall_viiiif=Module["dynCall_viiiif"]=function(){return(dynCall_viiiif=Module["dynCall_viiiif"]=Module["asm"]["tj"]).apply(null,arguments)};var dynCall_iiiifi=Module["dynCall_iiiifi"]=function(){return(dynCall_iiiifi=Module["dynCall_iiiifi"]=Module["asm"]["uj"]).apply(null,arguments)};var dynCall_jiiji=Module["dynCall_jiiji"]=function(){return(dynCall_jiiji=Module["dynCall_jiiji"]=Module["asm"]["vj"]).apply(null,arguments)};var dynCall_viijiiijiiii=Module["dynCall_viijiiijiiii"]=function(){return(dynCall_viijiiijiiii=Module["dynCall_viijiiijiiii"]=Module["asm"]["wj"]).apply(null,arguments)};var dynCall_jdi=Module["dynCall_jdi"]=function(){return(dynCall_jdi=Module["dynCall_jdi"]=Module["asm"]["xj"]).apply(null,arguments)};var dynCall_vijjji=Module["dynCall_vijjji"]=function(){return(dynCall_vijjji=Module["dynCall_vijjji"]=Module["asm"]["yj"]).apply(null,arguments)};var dynCall_iiiiij=Module["dynCall_iiiiij"]=function(){return(dynCall_iiiiij=Module["dynCall_iiiiij"]=Module["asm"]["zj"]).apply(null,arguments)};var dynCall_viiff=Module["dynCall_viiff"]=function(){return(dynCall_viiff=Module["dynCall_viiff"]=Module["asm"]["Aj"]).apply(null,arguments)};var dynCall_viiiiiiiiifi=Module["dynCall_viiiiiiiiifi"]=function(){return(dynCall_viiiiiiiiifi=Module["dynCall_viiiiiiiiifi"]=Module["asm"]["Bj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiii"]=Module["asm"]["Cj"]).apply(null,arguments)};var dynCall_fi=Module["dynCall_fi"]=function(){return(dynCall_fi=Module["dynCall_fi"]=Module["asm"]["Dj"]).apply(null,arguments)};var dynCall_iiifi=Module["dynCall_iiifi"]=function(){return(dynCall_iiifi=Module["dynCall_iiifi"]=Module["asm"]["Ej"]).apply(null,arguments)};var dynCall_iiiiiiiiiiii=Module["dynCall_iiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiii=Module["dynCall_iiiiiiiiiiii"]=Module["asm"]["Fj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiii"]=Module["asm"]["Gj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiii"]=Module["asm"]["Hj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiii"]=Module["asm"]["Ij"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiii"]=Module["asm"]["Jj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiii"]=Module["asm"]["Kj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiiii"]=Module["asm"]["Lj"]).apply(null,arguments)};var dynCall_fifi=Module["dynCall_fifi"]=function(){return(dynCall_fifi=Module["dynCall_fifi"]=Module["asm"]["Mj"]).apply(null,arguments)};var dynCall_fiifi=Module["dynCall_fiifi"]=function(){return(dynCall_fiifi=Module["dynCall_fiifi"]=Module["asm"]["Nj"]).apply(null,arguments)};var dynCall_iiiiiiiiii=Module["dynCall_iiiiiiiiii"]=function(){return(dynCall_iiiiiiiiii=Module["dynCall_iiiiiiiiii"]=Module["asm"]["Oj"]).apply(null,arguments)};var dynCall_iiiiiiiiiii=Module["dynCall_iiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiii=Module["dynCall_iiiiiiiiiii"]=Module["asm"]["Pj"]).apply(null,arguments)};var dynCall_viiij=Module["dynCall_viiij"]=function(){return(dynCall_viiij=Module["dynCall_viiij"]=Module["asm"]["Qj"]).apply(null,arguments)};var dynCall_viiiifi=Module["dynCall_viiiifi"]=function(){return(dynCall_viiiifi=Module["dynCall_viiiifi"]=Module["asm"]["Rj"]).apply(null,arguments)};var dynCall_jjii=Module["dynCall_jjii"]=function(){return(dynCall_jjii=Module["dynCall_jjii"]=Module["asm"]["Sj"]).apply(null,arguments)};var dynCall_dji=Module["dynCall_dji"]=function(){return(dynCall_dji=Module["dynCall_dji"]=Module["asm"]["Tj"]).apply(null,arguments)};var dynCall_iji=Module["dynCall_iji"]=function(){return(dynCall_iji=Module["dynCall_iji"]=Module["asm"]["Uj"]).apply(null,arguments)};var dynCall_ffi=Module["dynCall_ffi"]=function(){return(dynCall_ffi=Module["dynCall_ffi"]=Module["asm"]["Vj"]).apply(null,arguments)};var dynCall_viiiiiiiiiiii=Module["dynCall_viiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiii=Module["dynCall_viiiiiiiiiiii"]=Module["asm"]["Wj"]).apply(null,arguments)};var dynCall_iiiiji=Module["dynCall_iiiiji"]=function(){return(dynCall_iiiiji=Module["dynCall_iiiiji"]=Module["asm"]["Xj"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiii"]=Module["asm"]["Yj"]).apply(null,arguments)};var dynCall_viiiji=Module["dynCall_viiiji"]=function(){return(dynCall_viiiji=Module["dynCall_viiiji"]=Module["asm"]["Zj"]).apply(null,arguments)};var dynCall_fiiffi=Module["dynCall_fiiffi"]=function(){return(dynCall_fiiffi=Module["dynCall_fiiffi"]=Module["asm"]["_j"]).apply(null,arguments)};var dynCall_viiififii=Module["dynCall_viiififii"]=function(){return(dynCall_viiififii=Module["dynCall_viiififii"]=Module["asm"]["$j"]).apply(null,arguments)};var dynCall_jiiiiiiiiii=Module["dynCall_jiiiiiiiiii"]=function(){return(dynCall_jiiiiiiiiii=Module["dynCall_jiiiiiiiiii"]=Module["asm"]["ak"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiii"]=Module["asm"]["bk"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiii"]=Module["asm"]["ck"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiii"]=Module["asm"]["dk"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiii"]=Module["asm"]["ek"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiiii"]=Module["asm"]["fk"]).apply(null,arguments)};var dynCall_viijiiiiii=Module["dynCall_viijiiiiii"]=function(){return(dynCall_viijiiiiii=Module["dynCall_viijiiiiii"]=Module["asm"]["gk"]).apply(null,arguments)};var dynCall_vijiii=Module["dynCall_vijiii"]=function(){return(dynCall_vijiii=Module["dynCall_vijiii"]=Module["asm"]["hk"]).apply(null,arguments)};var dynCall_vjjjiiii=Module["dynCall_vjjjiiii"]=function(){return(dynCall_vjjjiiii=Module["dynCall_vjjjiiii"]=Module["asm"]["ik"]).apply(null,arguments)};var dynCall_vjiiiii=Module["dynCall_vjiiiii"]=function(){return(dynCall_vjiiiii=Module["dynCall_vjiiiii"]=Module["asm"]["jk"]).apply(null,arguments)};var dynCall_viij=Module["dynCall_viij"]=function(){return(dynCall_viij=Module["dynCall_viij"]=Module["asm"]["kk"]).apply(null,arguments)};var dynCall_jiiiii=Module["dynCall_jiiiii"]=function(){return(dynCall_jiiiii=Module["dynCall_jiiiii"]=Module["asm"]["lk"]).apply(null,arguments)};var dynCall_fiffi=Module["dynCall_fiffi"]=function(){return(dynCall_fiffi=Module["dynCall_fiffi"]=Module["asm"]["mk"]).apply(null,arguments)};var dynCall_viffi=Module["dynCall_viffi"]=function(){return(dynCall_viffi=Module["dynCall_viffi"]=Module["asm"]["nk"]).apply(null,arguments)};var dynCall_iiiiifi=Module["dynCall_iiiiifi"]=function(){return(dynCall_iiiiifi=Module["dynCall_iiiiifi"]=Module["asm"]["ok"]).apply(null,arguments)};var dynCall_ifiiii=Module["dynCall_ifiiii"]=function(){return(dynCall_ifiiii=Module["dynCall_ifiiii"]=Module["asm"]["pk"]).apply(null,arguments)};var dynCall_idiiiii=Module["dynCall_idiiiii"]=function(){return(dynCall_idiiiii=Module["dynCall_idiiiii"]=Module["asm"]["qk"]).apply(null,arguments)};var dynCall_idiiii=Module["dynCall_idiiii"]=function(){return(dynCall_idiiii=Module["dynCall_idiiii"]=Module["asm"]["rk"]).apply(null,arguments)};var dynCall_idii=Module["dynCall_idii"]=function(){return(dynCall_idii=Module["dynCall_idii"]=Module["asm"]["sk"]).apply(null,arguments)};var dynCall_vijiiii=Module["dynCall_vijiiii"]=function(){return(dynCall_vijiiii=Module["dynCall_vijiiii"]=Module["asm"]["tk"]).apply(null,arguments)};var dynCall_iiijiiii=Module["dynCall_iiijiiii"]=function(){return(dynCall_iiijiiii=Module["dynCall_iiijiiii"]=Module["asm"]["uk"]).apply(null,arguments)};var dynCall_iiiji=Module["dynCall_iiiji"]=function(){return(dynCall_iiiji=Module["dynCall_iiiji"]=Module["asm"]["vk"]).apply(null,arguments)};var dynCall_vjiiii=Module["dynCall_vjiiii"]=function(){return(dynCall_vjiiii=Module["dynCall_vjiiii"]=Module["asm"]["wk"]).apply(null,arguments)};var dynCall_iddi=Module["dynCall_iddi"]=function(){return(dynCall_iddi=Module["dynCall_iddi"]=Module["asm"]["xk"]).apply(null,arguments)};var dynCall_jijii=Module["dynCall_jijii"]=function(){return(dynCall_jijii=Module["dynCall_jijii"]=Module["asm"]["yk"]).apply(null,arguments)};var dynCall_viiijii=Module["dynCall_viiijii"]=function(){return(dynCall_viiijii=Module["dynCall_viiijii"]=Module["asm"]["zk"]).apply(null,arguments)};var dynCall_viijiii=Module["dynCall_viijiii"]=function(){return(dynCall_viijiii=Module["dynCall_viijiii"]=Module["asm"]["Ak"]).apply(null,arguments)};var dynCall_ijii=Module["dynCall_ijii"]=function(){return(dynCall_ijii=Module["dynCall_ijii"]=Module["asm"]["Bk"]).apply(null,arguments)};var dynCall_iiiiiji=Module["dynCall_iiiiiji"]=function(){return(dynCall_iiiiiji=Module["dynCall_iiiiiji"]=Module["asm"]["Ck"]).apply(null,arguments)};var dynCall_ijjiiii=Module["dynCall_ijjiiii"]=function(){return(dynCall_ijjiiii=Module["dynCall_ijjiiii"]=Module["asm"]["Dk"]).apply(null,arguments)};var dynCall_vdiiiii=Module["dynCall_vdiiiii"]=function(){return(dynCall_vdiiiii=Module["dynCall_vdiiiii"]=Module["asm"]["Ek"]).apply(null,arguments)};var dynCall_diiji=Module["dynCall_diiji"]=function(){return(dynCall_diiji=Module["dynCall_diiji"]=Module["asm"]["Fk"]).apply(null,arguments)};var dynCall_vjiiiiiiii=Module["dynCall_vjiiiiiiii"]=function(){return(dynCall_vjiiiiiiii=Module["dynCall_vjiiiiiiii"]=Module["asm"]["Gk"]).apply(null,arguments)};var dynCall_vjiiiiiii=Module["dynCall_vjiiiiiii"]=function(){return(dynCall_vjiiiiiii=Module["dynCall_vjiiiiiii"]=Module["asm"]["Hk"]).apply(null,arguments)};var dynCall_ijiiii=Module["dynCall_ijiiii"]=function(){return(dynCall_ijiiii=Module["dynCall_ijiiii"]=Module["asm"]["Ik"]).apply(null,arguments)};var dynCall_iidii=Module["dynCall_iidii"]=function(){return(dynCall_iidii=Module["dynCall_iidii"]=Module["asm"]["Jk"]).apply(null,arguments)};var dynCall_iifii=Module["dynCall_iifii"]=function(){return(dynCall_iifii=Module["dynCall_iifii"]=Module["asm"]["Kk"]).apply(null,arguments)};var dynCall_iidiii=Module["dynCall_iidiii"]=function(){return(dynCall_iidiii=Module["dynCall_iidiii"]=Module["asm"]["Lk"]).apply(null,arguments)};var dynCall_viidi=Module["dynCall_viidi"]=function(){return(dynCall_viidi=Module["dynCall_viidi"]=Module["asm"]["Mk"]).apply(null,arguments)};var dynCall_jidi=Module["dynCall_jidi"]=function(){return(dynCall_jidi=Module["dynCall_jidi"]=Module["asm"]["Nk"]).apply(null,arguments)};var dynCall_diji=Module["dynCall_diji"]=function(){return(dynCall_diji=Module["dynCall_diji"]=Module["asm"]["Ok"]).apply(null,arguments)};var dynCall_fidi=Module["dynCall_fidi"]=function(){return(dynCall_fidi=Module["dynCall_fidi"]=Module["asm"]["Pk"]).apply(null,arguments)};var dynCall_viifii=Module["dynCall_viifii"]=function(){return(dynCall_viifii=Module["dynCall_viifii"]=Module["asm"]["Qk"]).apply(null,arguments)};var dynCall_viiifi=Module["dynCall_viiifi"]=function(){return(dynCall_viiifi=Module["dynCall_viiifi"]=Module["asm"]["Rk"]).apply(null,arguments)};var dynCall_ijiii=Module["dynCall_ijiii"]=function(){return(dynCall_ijiii=Module["dynCall_ijiii"]=Module["asm"]["Sk"]).apply(null,arguments)};var dynCall_viffffi=Module["dynCall_viffffi"]=function(){return(dynCall_viffffi=Module["dynCall_viffffi"]=Module["asm"]["Tk"]).apply(null,arguments)};var dynCall_iffffi=Module["dynCall_iffffi"]=function(){return(dynCall_iffffi=Module["dynCall_iffffi"]=Module["asm"]["Uk"]).apply(null,arguments)};var dynCall_vfffi=Module["dynCall_vfffi"]=function(){return(dynCall_vfffi=Module["dynCall_vfffi"]=Module["asm"]["Vk"]).apply(null,arguments)};var dynCall_vffi=Module["dynCall_vffi"]=function(){return(dynCall_vffi=Module["dynCall_vffi"]=Module["asm"]["Wk"]).apply(null,arguments)};var dynCall_vffffi=Module["dynCall_vffffi"]=function(){return(dynCall_vffffi=Module["dynCall_vffffi"]=Module["asm"]["Xk"]).apply(null,arguments)};var dynCall_viiiiffi=Module["dynCall_viiiiffi"]=function(){return(dynCall_viiiiffi=Module["dynCall_viiiiffi"]=Module["asm"]["Yk"]).apply(null,arguments)};var dynCall_viiiffii=Module["dynCall_viiiffii"]=function(){return(dynCall_viiiffii=Module["dynCall_viiiffii"]=Module["asm"]["Zk"]).apply(null,arguments)};var dynCall_vifffi=Module["dynCall_vifffi"]=function(){return(dynCall_vifffi=Module["dynCall_vifffi"]=Module["asm"]["_k"]).apply(null,arguments)};var dynCall_viffffffi=Module["dynCall_viffffffi"]=function(){return(dynCall_viffffffi=Module["dynCall_viffffffi"]=Module["asm"]["$k"]).apply(null,arguments)};var dynCall_vffffffii=Module["dynCall_vffffffii"]=function(){return(dynCall_vffffffii=Module["dynCall_vffffffii"]=Module["asm"]["al"]).apply(null,arguments)};var dynCall_viiiifffi=Module["dynCall_viiiifffi"]=function(){return(dynCall_viiiifffi=Module["dynCall_viiiifffi"]=Module["asm"]["bl"]).apply(null,arguments)};var dynCall_vifii=Module["dynCall_vifii"]=function(){return(dynCall_vifii=Module["dynCall_vifii"]=Module["asm"]["cl"]).apply(null,arguments)};var dynCall_vfiii=Module["dynCall_vfiii"]=function(){return(dynCall_vfiii=Module["dynCall_vfiii"]=Module["asm"]["dl"]).apply(null,arguments)};var dynCall_ffffi=Module["dynCall_ffffi"]=function(){return(dynCall_ffffi=Module["dynCall_ffffi"]=Module["asm"]["el"]).apply(null,arguments)};var dynCall_iffi=Module["dynCall_iffi"]=function(){return(dynCall_iffi=Module["dynCall_iffi"]=Module["asm"]["fl"]).apply(null,arguments)};var dynCall_fffifi=Module["dynCall_fffifi"]=function(){return(dynCall_fffifi=Module["dynCall_fffifi"]=Module["asm"]["gl"]).apply(null,arguments)};var dynCall_fffifffi=Module["dynCall_fffifffi"]=function(){return(dynCall_fffifffi=Module["dynCall_fffifffi"]=Module["asm"]["hl"]).apply(null,arguments)};var dynCall_vfii=Module["dynCall_vfii"]=function(){return(dynCall_vfii=Module["dynCall_vfii"]=Module["asm"]["il"]).apply(null,arguments)};var dynCall_vfi=Module["dynCall_vfi"]=function(){return(dynCall_vfi=Module["dynCall_vfi"]=Module["asm"]["jl"]).apply(null,arguments)};var dynCall_viifffi=Module["dynCall_viifffi"]=function(){return(dynCall_viifffi=Module["dynCall_viifffi"]=Module["asm"]["kl"]).apply(null,arguments)};var dynCall_vijjii=Module["dynCall_vijjii"]=function(){return(dynCall_vijjii=Module["dynCall_vijjii"]=Module["asm"]["ll"]).apply(null,arguments)};var dynCall_viiifii=Module["dynCall_viiifii"]=function(){return(dynCall_viiifii=Module["dynCall_viiifii"]=Module["asm"]["ml"]).apply(null,arguments)};var dynCall_viiiiiiifi=Module["dynCall_viiiiiiifi"]=function(){return(dynCall_viiiiiiifi=Module["dynCall_viiiiiiifi"]=Module["asm"]["nl"]).apply(null,arguments)};var dynCall_viiiififfi=Module["dynCall_viiiififfi"]=function(){return(dynCall_viiiififfi=Module["dynCall_viiiififfi"]=Module["asm"]["ol"]).apply(null,arguments)};var dynCall_viiiifiifi=Module["dynCall_viiiifiifi"]=function(){return(dynCall_viiiifiifi=Module["dynCall_viiiifiifi"]=Module["asm"]["pl"]).apply(null,arguments)};var dynCall_viiiifiiii=Module["dynCall_viiiifiiii"]=function(){return(dynCall_viiiifiiii=Module["dynCall_viiiifiiii"]=Module["asm"]["ql"]).apply(null,arguments)};var dynCall_viiiifiiiii=Module["dynCall_viiiifiiiii"]=function(){return(dynCall_viiiifiiiii=Module["dynCall_viiiifiiiii"]=Module["asm"]["rl"]).apply(null,arguments)};var dynCall_viiiifiiiiiiii=Module["dynCall_viiiifiiiiiiii"]=function(){return(dynCall_viiiifiiiiiiii=Module["dynCall_viiiifiiiiiiii"]=Module["asm"]["sl"]).apply(null,arguments)};var dynCall_iiifiii=Module["dynCall_iiifiii"]=function(){return(dynCall_iiifiii=Module["dynCall_iiifiii"]=Module["asm"]["tl"]).apply(null,arguments)};var dynCall_viiiiiffii=Module["dynCall_viiiiiffii"]=function(){return(dynCall_viiiiiffii=Module["dynCall_viiiiiffii"]=Module["asm"]["ul"]).apply(null,arguments)};var dynCall_viffffii=Module["dynCall_viffffii"]=function(){return(dynCall_viffffii=Module["dynCall_viffffii"]=Module["asm"]["vl"]).apply(null,arguments)};var dynCall_iiiifiii=Module["dynCall_iiiifiii"]=function(){return(dynCall_iiiifiii=Module["dynCall_iiiifiii"]=Module["asm"]["wl"]).apply(null,arguments)};var dynCall_iifiii=Module["dynCall_iifiii"]=function(){return(dynCall_iifiii=Module["dynCall_iifiii"]=Module["asm"]["xl"]).apply(null,arguments)};var dynCall_viifiii=Module["dynCall_viifiii"]=function(){return(dynCall_viifiii=Module["dynCall_viifiii"]=Module["asm"]["yl"]).apply(null,arguments)};var dynCall_iiiiifiii=Module["dynCall_iiiiifiii"]=function(){return(dynCall_iiiiifiii=Module["dynCall_iiiiifiii"]=Module["asm"]["zl"]).apply(null,arguments)};var dynCall_iiifiiii=Module["dynCall_iiifiiii"]=function(){return(dynCall_iiifiiii=Module["dynCall_iiifiiii"]=Module["asm"]["Al"]).apply(null,arguments)};var dynCall_vifffffi=Module["dynCall_vifffffi"]=function(){return(dynCall_vifffffi=Module["dynCall_vifffffi"]=Module["asm"]["Bl"]).apply(null,arguments)};var dynCall_viiiiifi=Module["dynCall_viiiiifi"]=function(){return(dynCall_viiiiifi=Module["dynCall_viiiiifi"]=Module["asm"]["Cl"]).apply(null,arguments)};var dynCall_viffiiii=Module["dynCall_viffiiii"]=function(){return(dynCall_viffiiii=Module["dynCall_viffiiii"]=Module["asm"]["Dl"]).apply(null,arguments)};var dynCall_viiiiffffiiii=Module["dynCall_viiiiffffiiii"]=function(){return(dynCall_viiiiffffiiii=Module["dynCall_viiiiffffiiii"]=Module["asm"]["El"]).apply(null,arguments)};var dynCall_viifiiiii=Module["dynCall_viifiiiii"]=function(){return(dynCall_viifiiiii=Module["dynCall_viifiiiii"]=Module["asm"]["Fl"]).apply(null,arguments)};var dynCall_fiiiii=Module["dynCall_fiiiii"]=function(){return(dynCall_fiiiii=Module["dynCall_fiiiii"]=Module["asm"]["Gl"]).apply(null,arguments)};var dynCall_iiiiiiffiiiiiiiiiffffiiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiiii"]=function(){return(dynCall_iiiiiiffiiiiiiiiiffffiiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiiii"]=Module["asm"]["Hl"]).apply(null,arguments)};var dynCall_iiiiiiffiiiiiiiiiiiiiii=Module["dynCall_iiiiiiffiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiffiiiiiiiiiiiiiii=Module["dynCall_iiiiiiffiiiiiiiiiiiiiii"]=Module["asm"]["Il"]).apply(null,arguments)};var dynCall_fiiiffi=Module["dynCall_fiiiffi"]=function(){return(dynCall_fiiiffi=Module["dynCall_fiiiffi"]=Module["asm"]["Jl"]).apply(null,arguments)};var dynCall_viffffiii=Module["dynCall_viffffiii"]=function(){return(dynCall_viffffiii=Module["dynCall_viffffiii"]=Module["asm"]["Kl"]).apply(null,arguments)};var dynCall_viijji=Module["dynCall_viijji"]=function(){return(dynCall_viijji=Module["dynCall_viijji"]=Module["asm"]["Ll"]).apply(null,arguments)};var dynCall_viififii=Module["dynCall_viififii"]=function(){return(dynCall_viififii=Module["dynCall_viififii"]=Module["asm"]["Ml"]).apply(null,arguments)};var dynCall_iiiffiiii=Module["dynCall_iiiffiiii"]=function(){return(dynCall_iiiffiiii=Module["dynCall_iiiffiiii"]=Module["asm"]["Nl"]).apply(null,arguments)};var dynCall_fffffi=Module["dynCall_fffffi"]=function(){return(dynCall_fffffi=Module["dynCall_fffffi"]=Module["asm"]["Ol"]).apply(null,arguments)};var dynCall_iiiiffiiii=Module["dynCall_iiiiffiiii"]=function(){return(dynCall_iiiiffiiii=Module["dynCall_iiiiffiiii"]=Module["asm"]["Pl"]).apply(null,arguments)};var dynCall_vjii=Module["dynCall_vjii"]=function(){return(dynCall_vjii=Module["dynCall_vjii"]=Module["asm"]["Ql"]).apply(null,arguments)};var dynCall_viiffffi=Module["dynCall_viiffffi"]=function(){return(dynCall_viiffffi=Module["dynCall_viiffffi"]=Module["asm"]["Rl"]).apply(null,arguments)};var dynCall_fifffi=Module["dynCall_fifffi"]=function(){return(dynCall_fifffi=Module["dynCall_fifffi"]=Module["asm"]["Sl"]).apply(null,arguments)};var dynCall_viffiii=Module["dynCall_viffiii"]=function(){return(dynCall_viffiii=Module["dynCall_viffiii"]=Module["asm"]["Tl"]).apply(null,arguments)};var dynCall_fiffffi=Module["dynCall_fiffffi"]=function(){return(dynCall_fiffffi=Module["dynCall_fiffffi"]=Module["asm"]["Ul"]).apply(null,arguments)};var dynCall_fffffffi=Module["dynCall_fffffffi"]=function(){return(dynCall_fffffffi=Module["dynCall_fffffffi"]=Module["asm"]["Vl"]).apply(null,arguments)};var dynCall_viffifi=Module["dynCall_viffifi"]=function(){return(dynCall_viffifi=Module["dynCall_viffifi"]=Module["asm"]["Wl"]).apply(null,arguments)};var dynCall_viiffifi=Module["dynCall_viiffifi"]=function(){return(dynCall_viiffifi=Module["dynCall_viiffifi"]=Module["asm"]["Xl"]).apply(null,arguments)};var dynCall_ifffi=Module["dynCall_ifffi"]=function(){return(dynCall_ifffi=Module["dynCall_ifffi"]=Module["asm"]["Yl"]).apply(null,arguments)};var dynCall_viiififiii=Module["dynCall_viiififiii"]=function(){return(dynCall_viiififiii=Module["dynCall_viiififiii"]=Module["asm"]["Zl"]).apply(null,arguments)};var dynCall_vifiii=Module["dynCall_vifiii"]=function(){return(dynCall_vifiii=Module["dynCall_vifiii"]=Module["asm"]["_l"]).apply(null,arguments)};var dynCall_viiifiii=Module["dynCall_viiifiii"]=function(){return(dynCall_viiifiii=Module["dynCall_viiifiii"]=Module["asm"]["$l"]).apply(null,arguments)};var dynCall_viiffiiiiiiiii=Module["dynCall_viiffiiiiiiiii"]=function(){return(dynCall_viiffiiiiiiiii=Module["dynCall_viiffiiiiiiiii"]=Module["asm"]["am"]).apply(null,arguments)};var dynCall_viiiiiffiii=Module["dynCall_viiiiiffiii"]=function(){return(dynCall_viiiiiffiii=Module["dynCall_viiiiiffiii"]=Module["asm"]["bm"]).apply(null,arguments)};var dynCall_viiffiii=Module["dynCall_viiffiii"]=function(){return(dynCall_viiffiii=Module["dynCall_viiffiii"]=Module["asm"]["cm"]).apply(null,arguments)};var dynCall_viiffiiiiiii=Module["dynCall_viiffiiiiiii"]=function(){return(dynCall_viiffiiiiiii=Module["dynCall_viiffiiiiiii"]=Module["asm"]["dm"]).apply(null,arguments)};var dynCall_viiffii=Module["dynCall_viiffii"]=function(){return(dynCall_viiffii=Module["dynCall_viiffii"]=Module["asm"]["em"]).apply(null,arguments)};var dynCall_fffffffffi=Module["dynCall_fffffffffi"]=function(){return(dynCall_fffffffffi=Module["dynCall_fffffffffi"]=Module["asm"]["fm"]).apply(null,arguments)};var dynCall_vifiiiiii=Module["dynCall_vifiiiiii"]=function(){return(dynCall_vifiiiiii=Module["dynCall_vifiiiiii"]=Module["asm"]["gm"]).apply(null,arguments)};var dynCall_vifiiiii=Module["dynCall_vifiiiii"]=function(){return(dynCall_vifiiiii=Module["dynCall_vifiiiii"]=Module["asm"]["hm"]).apply(null,arguments)};var dynCall_viifiiiiiii=Module["dynCall_viifiiiiiii"]=function(){return(dynCall_viifiiiiiii=Module["dynCall_viifiiiiiii"]=Module["asm"]["im"]).apply(null,arguments)};var dynCall_viiififfiiiiiii=Module["dynCall_viiififfiiiiiii"]=function(){return(dynCall_viiififfiiiiiii=Module["dynCall_viiififfiiiiiii"]=Module["asm"]["jm"]).apply(null,arguments)};var dynCall_viiffiifiiiiiii=Module["dynCall_viiffiifiiiiiii"]=function(){return(dynCall_viiffiifiiiiiii=Module["dynCall_viiffiifiiiiiii"]=Module["asm"]["km"]).apply(null,arguments)};var dynCall_viifiiiiii=Module["dynCall_viifiiiiii"]=function(){return(dynCall_viifiiiiii=Module["dynCall_viifiiiiii"]=Module["asm"]["lm"]).apply(null,arguments)};var dynCall_viiifiiiiii=Module["dynCall_viiifiiiiii"]=function(){return(dynCall_viiifiiiiii=Module["dynCall_viiifiiiiii"]=Module["asm"]["mm"]).apply(null,arguments)};var dynCall_viiiifiiiiii=Module["dynCall_viiiifiiiiii"]=function(){return(dynCall_viiiifiiiiii=Module["dynCall_viiiifiiiiii"]=Module["asm"]["nm"]).apply(null,arguments)};var dynCall_viififiiiiii=Module["dynCall_viififiiiiii"]=function(){return(dynCall_viififiiiiii=Module["dynCall_viififiiiiii"]=Module["asm"]["om"]).apply(null,arguments)};var dynCall_viiiffiifiiiiiii=Module["dynCall_viiiffiifiiiiiii"]=function(){return(dynCall_viiiffiifiiiiiii=Module["dynCall_viiiffiifiiiiiii"]=Module["asm"]["pm"]).apply(null,arguments)};var dynCall_viiiiiifiiiiii=Module["dynCall_viiiiiifiiiiii"]=function(){return(dynCall_viiiiiifiiiiii=Module["dynCall_viiiiiifiiiiii"]=Module["asm"]["qm"]).apply(null,arguments)};var dynCall_ffii=Module["dynCall_ffii"]=function(){return(dynCall_ffii=Module["dynCall_ffii"]=Module["asm"]["rm"]).apply(null,arguments)};var dynCall_viffii=Module["dynCall_viffii"]=function(){return(dynCall_viffii=Module["dynCall_viffii"]=Module["asm"]["sm"]).apply(null,arguments)};var dynCall_vififiii=Module["dynCall_vififiii"]=function(){return(dynCall_vififiii=Module["dynCall_vififiii"]=Module["asm"]["tm"]).apply(null,arguments)};var dynCall_viiiiiiiijiiii=Module["dynCall_viiiiiiiijiiii"]=function(){return(dynCall_viiiiiiiijiiii=Module["dynCall_viiiiiiiijiiii"]=Module["asm"]["um"]).apply(null,arguments)};var dynCall_viifiiii=Module["dynCall_viifiiii"]=function(){return(dynCall_viifiiii=Module["dynCall_viifiiii"]=Module["asm"]["vm"]).apply(null,arguments)};var dynCall_fifii=Module["dynCall_fifii"]=function(){return(dynCall_fifii=Module["dynCall_fifii"]=Module["asm"]["wm"]).apply(null,arguments)};var dynCall_vifffii=Module["dynCall_vifffii"]=function(){return(dynCall_vifffii=Module["dynCall_vifffii"]=Module["asm"]["xm"]).apply(null,arguments)};var dynCall_viiiffi=Module["dynCall_viiiffi"]=function(){return(dynCall_viiiffi=Module["dynCall_viiiffi"]=Module["asm"]["ym"]).apply(null,arguments)};var dynCall_viiifffi=Module["dynCall_viiifffi"]=function(){return(dynCall_viiifffi=Module["dynCall_viiifffi"]=Module["asm"]["zm"]).apply(null,arguments)};var dynCall_fiifii=Module["dynCall_fiifii"]=function(){return(dynCall_fiifii=Module["dynCall_fiifii"]=Module["asm"]["Am"]).apply(null,arguments)};var dynCall_iiiifiiii=Module["dynCall_iiiifiiii"]=function(){return(dynCall_iiiifiiii=Module["dynCall_iiiifiiii"]=Module["asm"]["Bm"]).apply(null,arguments)};var dynCall_viiiiiffi=Module["dynCall_viiiiiffi"]=function(){return(dynCall_viiiiiffi=Module["dynCall_viiiiiffi"]=Module["asm"]["Cm"]).apply(null,arguments)};var dynCall_iifffi=Module["dynCall_iifffi"]=function(){return(dynCall_iifffi=Module["dynCall_iifffi"]=Module["asm"]["Dm"]).apply(null,arguments)};var dynCall_viiiiifii=Module["dynCall_viiiiifii"]=function(){return(dynCall_viiiiifii=Module["dynCall_viiiiifii"]=Module["asm"]["Em"]).apply(null,arguments)};var dynCall_viiiffffi=Module["dynCall_viiiffffi"]=function(){return(dynCall_viiiffffi=Module["dynCall_viiiffffi"]=Module["asm"]["Fm"]).apply(null,arguments)};var dynCall_viiiifiii=Module["dynCall_viiiifiii"]=function(){return(dynCall_viiiifiii=Module["dynCall_viiiifiii"]=Module["asm"]["Gm"]).apply(null,arguments)};var dynCall_viifffffi=Module["dynCall_viifffffi"]=function(){return(dynCall_viifffffi=Module["dynCall_viifffffi"]=Module["asm"]["Hm"]).apply(null,arguments)};var dynCall_viiffffffi=Module["dynCall_viiffffffi"]=function(){return(dynCall_viiffffffi=Module["dynCall_viiffffffi"]=Module["asm"]["Im"]).apply(null,arguments)};var dynCall_viifffffffi=Module["dynCall_viifffffffi"]=function(){return(dynCall_viifffffffi=Module["dynCall_viifffffffi"]=Module["asm"]["Jm"]).apply(null,arguments)};var dynCall_viiffffffffi=Module["dynCall_viiffffffffi"]=function(){return(dynCall_viiffffffffi=Module["dynCall_viiffffffffi"]=Module["asm"]["Km"]).apply(null,arguments)};var dynCall_vifiiii=Module["dynCall_vifiiii"]=function(){return(dynCall_vifiiii=Module["dynCall_vifiiii"]=Module["asm"]["Lm"]).apply(null,arguments)};var dynCall_vidiii=Module["dynCall_vidiii"]=function(){return(dynCall_vidiii=Module["dynCall_vidiii"]=Module["asm"]["Mm"]).apply(null,arguments)};var dynCall_viiffffffffiii=Module["dynCall_viiffffffffiii"]=function(){return(dynCall_viiffffffffiii=Module["dynCall_viiffffffffiii"]=Module["asm"]["Nm"]).apply(null,arguments)};var dynCall_viiiiffffii=Module["dynCall_viiiiffffii"]=function(){return(dynCall_viiiiffffii=Module["dynCall_viiiiffffii"]=Module["asm"]["Om"]).apply(null,arguments)};var dynCall_fiiiiii=Module["dynCall_fiiiiii"]=function(){return(dynCall_fiiiiii=Module["dynCall_fiiiiii"]=Module["asm"]["Pm"]).apply(null,arguments)};var dynCall_vijiiiiiii=Module["dynCall_vijiiiiiii"]=function(){return(dynCall_vijiiiiiii=Module["dynCall_vijiiiiiii"]=Module["asm"]["Qm"]).apply(null,arguments)};var dynCall_vijiiiiiiii=Module["dynCall_vijiiiiiiii"]=function(){return(dynCall_vijiiiiiiii=Module["dynCall_vijiiiiiiii"]=Module["asm"]["Rm"]).apply(null,arguments)};var dynCall_jjiiii=Module["dynCall_jjiiii"]=function(){return(dynCall_jjiiii=Module["dynCall_jjiiii"]=Module["asm"]["Sm"]).apply(null,arguments)};var dynCall_jjiiiii=Module["dynCall_jjiiiii"]=function(){return(dynCall_jjiiiii=Module["dynCall_jjiiiii"]=Module["asm"]["Tm"]).apply(null,arguments)};var dynCall_jijjji=Module["dynCall_jijjji"]=function(){return(dynCall_jijjji=Module["dynCall_jijjji"]=Module["asm"]["Um"]).apply(null,arguments)};var dynCall_jijjjii=Module["dynCall_jijjjii"]=function(){return(dynCall_jijjjii=Module["dynCall_jijjjii"]=Module["asm"]["Vm"]).apply(null,arguments)};var dynCall_jjiii=Module["dynCall_jjiii"]=function(){return(dynCall_jjiii=Module["dynCall_jjiii"]=Module["asm"]["Wm"]).apply(null,arguments)};var dynCall_ijijiiiii=Module["dynCall_ijijiiiii"]=function(){return(dynCall_ijijiiiii=Module["dynCall_ijijiiiii"]=Module["asm"]["Xm"]).apply(null,arguments)};var dynCall_ijjjiii=Module["dynCall_ijjjiii"]=function(){return(dynCall_ijjjiii=Module["dynCall_ijjjiii"]=Module["asm"]["Ym"]).apply(null,arguments)};var dynCall_vijjjiijii=Module["dynCall_vijjjiijii"]=function(){return(dynCall_vijjjiijii=Module["dynCall_vijjjiijii"]=Module["asm"]["Zm"]).apply(null,arguments)};var dynCall_ijjjiijii=Module["dynCall_ijjjiijii"]=function(){return(dynCall_ijjjiijii=Module["dynCall_ijjjiijii"]=Module["asm"]["_m"]).apply(null,arguments)};var dynCall_vijiiiiii=Module["dynCall_vijiiiiii"]=function(){return(dynCall_vijiiiiii=Module["dynCall_vijiiiiii"]=Module["asm"]["$m"]).apply(null,arguments)};var dynCall_jfi=Module["dynCall_jfi"]=function(){return(dynCall_jfi=Module["dynCall_jfi"]=Module["asm"]["an"]).apply(null,arguments)};var dynCall_fji=Module["dynCall_fji"]=function(){return(dynCall_fji=Module["dynCall_fji"]=Module["asm"]["bn"]).apply(null,arguments)};var dynCall_fdi=Module["dynCall_fdi"]=function(){return(dynCall_fdi=Module["dynCall_fdi"]=Module["asm"]["cn"]).apply(null,arguments)};var dynCall_dfi=Module["dynCall_dfi"]=function(){return(dynCall_dfi=Module["dynCall_dfi"]=Module["asm"]["dn"]).apply(null,arguments)};var dynCall_jidii=Module["dynCall_jidii"]=function(){return(dynCall_jidii=Module["dynCall_jidii"]=Module["asm"]["en"]).apply(null,arguments)};var dynCall_vijji=Module["dynCall_vijji"]=function(){return(dynCall_vijji=Module["dynCall_vijji"]=Module["asm"]["fn"]).apply(null,arguments)};var dynCall_viiiiiiiji=Module["dynCall_viiiiiiiji"]=function(){return(dynCall_viiiiiiiji=Module["dynCall_viiiiiiiji"]=Module["asm"]["gn"]).apply(null,arguments)};var dynCall_viiiiiiiiji=Module["dynCall_viiiiiiiiji"]=function(){return(dynCall_viiiiiiiiji=Module["dynCall_viiiiiiiiji"]=Module["asm"]["hn"]).apply(null,arguments)};var dynCall_viiiiiiiiiji=Module["dynCall_viiiiiiiiiji"]=function(){return(dynCall_viiiiiiiiiji=Module["dynCall_viiiiiiiiiji"]=Module["asm"]["jn"]).apply(null,arguments)};var dynCall_ijiijii=Module["dynCall_ijiijii"]=function(){return(dynCall_ijiijii=Module["dynCall_ijiijii"]=Module["asm"]["kn"]).apply(null,arguments)};var dynCall_vjjiiiii=Module["dynCall_vjjiiiii"]=function(){return(dynCall_vjjiiiii=Module["dynCall_vjjiiiii"]=Module["asm"]["ln"]).apply(null,arguments)};var dynCall_vjjii=Module["dynCall_vjjii"]=function(){return(dynCall_vjjii=Module["dynCall_vjjii"]=Module["asm"]["mn"]).apply(null,arguments)};var dynCall_ijiiji=Module["dynCall_ijiiji"]=function(){return(dynCall_ijiiji=Module["dynCall_ijiiji"]=Module["asm"]["nn"]).apply(null,arguments)};var dynCall_ijiiiii=Module["dynCall_ijiiiii"]=function(){return(dynCall_ijiiiii=Module["dynCall_ijiiiii"]=Module["asm"]["on"]).apply(null,arguments)};var dynCall_ijiiiiji=Module["dynCall_ijiiiiji"]=function(){return(dynCall_ijiiiiji=Module["dynCall_ijiiiiji"]=Module["asm"]["pn"]).apply(null,arguments)};var dynCall_ijjiii=Module["dynCall_ijjiii"]=function(){return(dynCall_ijjiii=Module["dynCall_ijjiii"]=Module["asm"]["qn"]).apply(null,arguments)};var dynCall_jiiiiii=Module["dynCall_jiiiiii"]=function(){return(dynCall_jiiiiii=Module["dynCall_jiiiiii"]=Module["asm"]["rn"]).apply(null,arguments)};var dynCall_ddi=Module["dynCall_ddi"]=function(){return(dynCall_ddi=Module["dynCall_ddi"]=Module["asm"]["sn"]).apply(null,arguments)};var dynCall_ddiii=Module["dynCall_ddiii"]=function(){return(dynCall_ddiii=Module["dynCall_ddiii"]=Module["asm"]["tn"]).apply(null,arguments)};var dynCall_ddii=Module["dynCall_ddii"]=function(){return(dynCall_ddii=Module["dynCall_ddii"]=Module["asm"]["un"]).apply(null,arguments)};var dynCall_idiii=Module["dynCall_idiii"]=function(){return(dynCall_idiii=Module["dynCall_idiii"]=Module["asm"]["vn"]).apply(null,arguments)};var dynCall_ifiii=Module["dynCall_ifiii"]=function(){return(dynCall_ifiii=Module["dynCall_ifiii"]=Module["asm"]["wn"]).apply(null,arguments)};var dynCall_ifiiiii=Module["dynCall_ifiiiii"]=function(){return(dynCall_ifiiiii=Module["dynCall_ifiiiii"]=Module["asm"]["xn"]).apply(null,arguments)};var dynCall_jjjii=Module["dynCall_jjjii"]=function(){return(dynCall_jjjii=Module["dynCall_jjjii"]=Module["asm"]["yn"]).apply(null,arguments)};var dynCall_vdiii=Module["dynCall_vdiii"]=function(){return(dynCall_vdiii=Module["dynCall_vdiii"]=Module["asm"]["zn"]).apply(null,arguments)};var dynCall_jdii=Module["dynCall_jdii"]=function(){return(dynCall_jdii=Module["dynCall_jdii"]=Module["asm"]["An"]).apply(null,arguments)};var dynCall_vijijji=Module["dynCall_vijijji"]=function(){return(dynCall_vijijji=Module["dynCall_vijijji"]=Module["asm"]["Bn"]).apply(null,arguments)};var dynCall_iijjji=Module["dynCall_iijjji"]=function(){return(dynCall_iijjji=Module["dynCall_iijjji"]=Module["asm"]["Cn"]).apply(null,arguments)};var dynCall_viijjji=Module["dynCall_viijjji"]=function(){return(dynCall_viijjji=Module["dynCall_viijjji"]=Module["asm"]["Dn"]).apply(null,arguments)};var dynCall_vdii=Module["dynCall_vdii"]=function(){return(dynCall_vdii=Module["dynCall_vdii"]=Module["asm"]["En"]).apply(null,arguments)};var dynCall_iiiijii=Module["dynCall_iiiijii"]=function(){return(dynCall_iiiijii=Module["dynCall_iiiijii"]=Module["asm"]["Fn"]).apply(null,arguments)};var dynCall_jijji=Module["dynCall_jijji"]=function(){return(dynCall_jijji=Module["dynCall_jijji"]=Module["asm"]["Gn"]).apply(null,arguments)};var dynCall_diddi=Module["dynCall_diddi"]=function(){return(dynCall_diddi=Module["dynCall_diddi"]=Module["asm"]["Hn"]).apply(null,arguments)};var dynCall_didi=Module["dynCall_didi"]=function(){return(dynCall_didi=Module["dynCall_didi"]=Module["asm"]["In"]).apply(null,arguments)};var dynCall_viiiijii=Module["dynCall_viiiijii"]=function(){return(dynCall_viiiijii=Module["dynCall_viiiijii"]=Module["asm"]["Jn"]).apply(null,arguments)};var dynCall_viiijji=Module["dynCall_viiijji"]=function(){return(dynCall_viiijji=Module["dynCall_viiijji"]=Module["asm"]["Kn"]).apply(null,arguments)};var dynCall_iijjii=Module["dynCall_iijjii"]=function(){return(dynCall_iijjii=Module["dynCall_iijjii"]=Module["asm"]["Ln"]).apply(null,arguments)};var dynCall_jjjji=Module["dynCall_jjjji"]=function(){return(dynCall_jjjji=Module["dynCall_jjjji"]=Module["asm"]["Mn"]).apply(null,arguments)};var dynCall_viijijii=Module["dynCall_viijijii"]=function(){return(dynCall_viijijii=Module["dynCall_viijijii"]=Module["asm"]["Nn"]).apply(null,arguments)};var dynCall_viijijiii=Module["dynCall_viijijiii"]=function(){return(dynCall_viijijiii=Module["dynCall_viijijiii"]=Module["asm"]["On"]).apply(null,arguments)};var dynCall_vijiji=Module["dynCall_vijiji"]=function(){return(dynCall_vijiji=Module["dynCall_vijiji"]=Module["asm"]["Pn"]).apply(null,arguments)};var dynCall_viijiijiii=Module["dynCall_viijiijiii"]=function(){return(dynCall_viijiijiii=Module["dynCall_viijiijiii"]=Module["asm"]["Qn"]).apply(null,arguments)};var dynCall_viiiijiiii=Module["dynCall_viiiijiiii"]=function(){return(dynCall_viiiijiiii=Module["dynCall_viiiijiiii"]=Module["asm"]["Rn"]).apply(null,arguments)};var dynCall_di=Module["dynCall_di"]=function(){return(dynCall_di=Module["dynCall_di"]=Module["asm"]["Sn"]).apply(null,arguments)};var dynCall_viijjii=Module["dynCall_viijjii"]=function(){return(dynCall_viijjii=Module["dynCall_viijjii"]=Module["asm"]["Tn"]).apply(null,arguments)};var dynCall_jiiiiiiiii=Module["dynCall_jiiiiiiiii"]=function(){return(dynCall_jiiiiiiiii=Module["dynCall_jiiiiiiiii"]=Module["asm"]["Un"]).apply(null,arguments)};var dynCall_iiiiijii=Module["dynCall_iiiiijii"]=function(){return(dynCall_iiiiijii=Module["dynCall_iiiiijii"]=Module["asm"]["Vn"]).apply(null,arguments)};var dynCall_iiiiidii=Module["dynCall_iiiiidii"]=function(){return(dynCall_iiiiidii=Module["dynCall_iiiiidii"]=Module["asm"]["Wn"]).apply(null,arguments)};var dynCall_iiiidii=Module["dynCall_iiiidii"]=function(){return(dynCall_iiiidii=Module["dynCall_iiiidii"]=Module["asm"]["Xn"]).apply(null,arguments)};var dynCall_iiiiifii=Module["dynCall_iiiiifii"]=function(){return(dynCall_iiiiifii=Module["dynCall_iiiiifii"]=Module["asm"]["Yn"]).apply(null,arguments)};var dynCall_iiidiii=Module["dynCall_iiidiii"]=function(){return(dynCall_iiidiii=Module["dynCall_iiidiii"]=Module["asm"]["Zn"]).apply(null,arguments)};var dynCall_iiiiffiiiji=Module["dynCall_iiiiffiiiji"]=function(){return(dynCall_iiiiffiiiji=Module["dynCall_iiiiffiiiji"]=Module["asm"]["_n"]).apply(null,arguments)};var dynCall_jiiiiiii=Module["dynCall_jiiiiiii"]=function(){return(dynCall_jiiiiiii=Module["dynCall_jiiiiiii"]=Module["asm"]["$n"]).apply(null,arguments)};var dynCall_iiiiffiiiii=Module["dynCall_iiiiffiiiii"]=function(){return(dynCall_iiiiffiiiii=Module["dynCall_iiiiffiiiii"]=Module["asm"]["ao"]).apply(null,arguments)};var dynCall_jiiiiji=Module["dynCall_jiiiiji"]=function(){return(dynCall_jiiiiji=Module["dynCall_jiiiiji"]=Module["asm"]["bo"]).apply(null,arguments)};var dynCall_fiiiifi=Module["dynCall_fiiiifi"]=function(){return(dynCall_fiiiifi=Module["dynCall_fiiiifi"]=Module["asm"]["co"]).apply(null,arguments)};var dynCall_iiijjii=Module["dynCall_iiijjii"]=function(){return(dynCall_iiijjii=Module["dynCall_iiijjii"]=Module["asm"]["eo"]).apply(null,arguments)};var dynCall_iiiijiii=Module["dynCall_iiiijiii"]=function(){return(dynCall_iiiijiii=Module["dynCall_iiiijiii"]=Module["asm"]["fo"]).apply(null,arguments)};var dynCall_iiiij=Module["dynCall_iiiij"]=function(){return(dynCall_iiiij=Module["dynCall_iiiij"]=Module["asm"]["go"]).apply(null,arguments)};var dynCall_fff=Module["dynCall_fff"]=function(){return(dynCall_fff=Module["dynCall_fff"]=Module["asm"]["ho"]).apply(null,arguments)};var dynCall_ijj=Module["dynCall_ijj"]=function(){return(dynCall_ijj=Module["dynCall_ijj"]=Module["asm"]["io"]).apply(null,arguments)};var dynCall_vjji=Module["dynCall_vjji"]=function(){return(dynCall_vjji=Module["dynCall_vjji"]=Module["asm"]["jo"]).apply(null,arguments)};var dynCall_ij=Module["dynCall_ij"]=function(){return(dynCall_ij=Module["dynCall_ij"]=Module["asm"]["ko"]).apply(null,arguments)};var dynCall_vif=Module["dynCall_vif"]=function(){return(dynCall_vif=Module["dynCall_vif"]=Module["asm"]["lo"]).apply(null,arguments)};var dynCall_vid=Module["dynCall_vid"]=function(){return(dynCall_vid=Module["dynCall_vid"]=Module["asm"]["mo"]).apply(null,arguments)};var dynCall_viiiiif=Module["dynCall_viiiiif"]=function(){return(dynCall_viiiiif=Module["dynCall_viiiiif"]=Module["asm"]["no"]).apply(null,arguments)};var dynCall_viiiiiif=Module["dynCall_viiiiiif"]=function(){return(dynCall_viiiiiif=Module["dynCall_viiiiiif"]=Module["asm"]["oo"]).apply(null,arguments)};var dynCall_iiif=Module["dynCall_iiif"]=function(){return(dynCall_iiif=Module["dynCall_iiif"]=Module["asm"]["po"]).apply(null,arguments)};var dynCall_fif=Module["dynCall_fif"]=function(){return(dynCall_fif=Module["dynCall_fif"]=Module["asm"]["qo"]).apply(null,arguments)};var dynCall_iiiiiifff=Module["dynCall_iiiiiifff"]=function(){return(dynCall_iiiiiifff=Module["dynCall_iiiiiifff"]=Module["asm"]["ro"]).apply(null,arguments)};var dynCall_iiiiiifiif=Module["dynCall_iiiiiifiif"]=function(){return(dynCall_iiiiiifiif=Module["dynCall_iiiiiifiif"]=Module["asm"]["so"]).apply(null,arguments)};var dynCall_iiiiiifiii=Module["dynCall_iiiiiifiii"]=function(){return(dynCall_iiiiiifiii=Module["dynCall_iiiiiifiii"]=Module["asm"]["to"]).apply(null,arguments)};var dynCall_iiiiiiifiif=Module["dynCall_iiiiiiifiif"]=function(){return(dynCall_iiiiiiifiif=Module["dynCall_iiiiiiifiif"]=Module["asm"]["uo"]).apply(null,arguments)};var dynCall_fiff=Module["dynCall_fiff"]=function(){return(dynCall_fiff=Module["dynCall_fiff"]=Module["asm"]["vo"]).apply(null,arguments)};var dynCall_fiiiiiifiifif=Module["dynCall_fiiiiiifiifif"]=function(){return(dynCall_fiiiiiifiifif=Module["dynCall_fiiiiiifiifif"]=Module["asm"]["wo"]).apply(null,arguments)};var dynCall_fiiiiiifiiiif=Module["dynCall_fiiiiiifiiiif"]=function(){return(dynCall_fiiiiiifiiiif=Module["dynCall_fiiiiiifiiiif"]=Module["asm"]["xo"]).apply(null,arguments)};var dynCall_iifiiiijii=Module["dynCall_iifiiiijii"]=function(){return(dynCall_iifiiiijii=Module["dynCall_iifiiiijii"]=Module["asm"]["yo"]).apply(null,arguments)};var dynCall_vifijii=Module["dynCall_vifijii"]=function(){return(dynCall_vifijii=Module["dynCall_vifijii"]=Module["asm"]["zo"]).apply(null,arguments)};var dynCall_iiiifffiii=Module["dynCall_iiiifffiii"]=function(){return(dynCall_iiiifffiii=Module["dynCall_iiiifffiii"]=Module["asm"]["Ao"]).apply(null,arguments)};var dynCall_iiiifffffi=Module["dynCall_iiiifffffi"]=function(){return(dynCall_iiiifffffi=Module["dynCall_iiiifffffi"]=Module["asm"]["Bo"]).apply(null,arguments)};var dynCall_viffiiiif=Module["dynCall_viffiiiif"]=function(){return(dynCall_viffiiiif=Module["dynCall_viffiiiif"]=Module["asm"]["Co"]).apply(null,arguments)};var dynCall_viffiifffffiii=Module["dynCall_viffiifffffiii"]=function(){return(dynCall_viffiifffffiii=Module["dynCall_viffiifffffiii"]=Module["asm"]["Do"]).apply(null,arguments)};var dynCall_viffffiifffiiiiif=Module["dynCall_viffffiifffiiiiif"]=function(){return(dynCall_viffffiifffiiiiif=Module["dynCall_viffffiifffiiiiif"]=Module["asm"]["Eo"]).apply(null,arguments)};var dynCall_iiiifffffii=Module["dynCall_iiiifffffii"]=function(){return(dynCall_iiiifffffii=Module["dynCall_iiiifffffii"]=Module["asm"]["Fo"]).apply(null,arguments)};var dynCall_viiiiiiiiiiifii=Module["dynCall_viiiiiiiiiiifii"]=function(){return(dynCall_viiiiiiiiiiifii=Module["dynCall_viiiiiiiiiiifii"]=Module["asm"]["Go"]).apply(null,arguments)};var dynCall_viff=Module["dynCall_viff"]=function(){return(dynCall_viff=Module["dynCall_viff"]=Module["asm"]["Ho"]).apply(null,arguments)};var dynCall_iiiifiiiii=Module["dynCall_iiiifiiiii"]=function(){return(dynCall_iiiifiiiii=Module["dynCall_iiiifiiiii"]=Module["asm"]["Io"]).apply(null,arguments)};var dynCall_iiiiifiiiiif=Module["dynCall_iiiiifiiiiif"]=function(){return(dynCall_iiiiifiiiiif=Module["dynCall_iiiiifiiiiif"]=Module["asm"]["Jo"]).apply(null,arguments)};var dynCall_viiifiiiii=Module["dynCall_viiifiiiii"]=function(){return(dynCall_viiifiiiii=Module["dynCall_viiifiiiii"]=Module["asm"]["Ko"]).apply(null,arguments)};var dynCall_viiiifiiiiif=Module["dynCall_viiiifiiiiif"]=function(){return(dynCall_viiiifiiiiif=Module["dynCall_viiiifiiiiif"]=Module["asm"]["Lo"]).apply(null,arguments)};var dynCall_iifff=Module["dynCall_iifff"]=function(){return(dynCall_iifff=Module["dynCall_iifff"]=Module["asm"]["Mo"]).apply(null,arguments)};var dynCall_iif=Module["dynCall_iif"]=function(){return(dynCall_iif=Module["dynCall_iif"]=Module["asm"]["No"]).apply(null,arguments)};var dynCall_viijijj=Module["dynCall_viijijj"]=function(){return(dynCall_viijijj=Module["dynCall_viijijj"]=Module["asm"]["Oo"]).apply(null,arguments)};var dynCall_viijj=Module["dynCall_viijj"]=function(){return(dynCall_viijj=Module["dynCall_viijj"]=Module["asm"]["Po"]).apply(null,arguments)};var dynCall_viiiij=Module["dynCall_viiiij"]=function(){return(dynCall_viiiij=Module["dynCall_viiiij"]=Module["asm"]["Qo"]).apply(null,arguments)};var dynCall_iiijji=Module["dynCall_iiijji"]=function(){return(dynCall_iiijji=Module["dynCall_iiijji"]=Module["asm"]["Ro"]).apply(null,arguments)};var dynCall_ijjiiiii=Module["dynCall_ijjiiiii"]=function(){return(dynCall_ijjiiiii=Module["dynCall_ijjiiiii"]=Module["asm"]["So"]).apply(null,arguments)};var dynCall_iiiiiifffiiifiii=Module["dynCall_iiiiiifffiiifiii"]=function(){return(dynCall_iiiiiifffiiifiii=Module["dynCall_iiiiiifffiiifiii"]=Module["asm"]["To"]).apply(null,arguments)};var dynCall_viid=Module["dynCall_viid"]=function(){return(dynCall_viid=Module["dynCall_viid"]=Module["asm"]["Uo"]).apply(null,arguments)};var dynCall_viiidi=Module["dynCall_viiidi"]=function(){return(dynCall_viiidi=Module["dynCall_viiidi"]=Module["asm"]["Vo"]).apply(null,arguments)};var dynCall_viidii=Module["dynCall_viidii"]=function(){return(dynCall_viidii=Module["dynCall_viidii"]=Module["asm"]["Wo"]).apply(null,arguments)};var dynCall_viiif=Module["dynCall_viiif"]=function(){return(dynCall_viiif=Module["dynCall_viiif"]=Module["asm"]["Xo"]).apply(null,arguments)};var dynCall_iiiiiff=Module["dynCall_iiiiiff"]=function(){return(dynCall_iiiiiff=Module["dynCall_iiiiiff"]=Module["asm"]["Yo"]).apply(null,arguments)};var dynCall_viffff=Module["dynCall_viffff"]=function(){return(dynCall_viffff=Module["dynCall_viffff"]=Module["asm"]["Zo"]).apply(null,arguments)};var dynCall_vifff=Module["dynCall_vifff"]=function(){return(dynCall_vifff=Module["dynCall_vifff"]=Module["asm"]["_o"]).apply(null,arguments)};var dynCall_viifff=Module["dynCall_viifff"]=function(){return(dynCall_viifff=Module["dynCall_viifff"]=Module["asm"]["$o"]).apply(null,arguments)};var dynCall_vij=Module["dynCall_vij"]=function(){return(dynCall_vij=Module["dynCall_vij"]=Module["asm"]["ap"]).apply(null,arguments)};var dynCall_vf=Module["dynCall_vf"]=function(){return(dynCall_vf=Module["dynCall_vf"]=Module["asm"]["bp"]).apply(null,arguments)};var dynCall_vffff=Module["dynCall_vffff"]=function(){return(dynCall_vffff=Module["dynCall_vffff"]=Module["asm"]["cp"]).apply(null,arguments)};var dynCall_vff=Module["dynCall_vff"]=function(){return(dynCall_vff=Module["dynCall_vff"]=Module["asm"]["dp"]).apply(null,arguments)};var dynCall_vfff=Module["dynCall_vfff"]=function(){return(dynCall_vfff=Module["dynCall_vfff"]=Module["asm"]["ep"]).apply(null,arguments)};var dynCall_f=Module["dynCall_f"]=function(){return(dynCall_f=Module["dynCall_f"]=Module["asm"]["fp"]).apply(null,arguments)};var dynCall_vffffffi=Module["dynCall_vffffffi"]=function(){return(dynCall_vffffffi=Module["dynCall_vffffffi"]=Module["asm"]["gp"]).apply(null,arguments)};var dynCall_ff=Module["dynCall_ff"]=function(){return(dynCall_ff=Module["dynCall_ff"]=Module["asm"]["hp"]).apply(null,arguments)};var dynCall_fiif=Module["dynCall_fiif"]=function(){return(dynCall_fiif=Module["dynCall_fiif"]=Module["asm"]["ip"]).apply(null,arguments)};var dynCall_iiiiiiffiiiiiiiiiffffiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiii"]=function(){return(dynCall_iiiiiiffiiiiiiiiiffffiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiii"]=Module["asm"]["jp"]).apply(null,arguments)};var dynCall_viififi=Module["dynCall_viififi"]=function(){return(dynCall_viififi=Module["dynCall_viififi"]=Module["asm"]["kp"]).apply(null,arguments)};var dynCall_viiiiiiiijiii=Module["dynCall_viiiiiiiijiii"]=function(){return(dynCall_viiiiiiiijiii=Module["dynCall_viiiiiiiijiii"]=Module["asm"]["lp"]).apply(null,arguments)};function invoke_iiiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_iiiiii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vii(index,a1,a2){var sp=stackSave();try{dynCall_vii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iii(index,a1,a2){var sp=stackSave();try{return dynCall_iii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iiii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiii(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fiii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_fiii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_diii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_diii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viif(index,a1,a2,a3){var sp=stackSave();try{dynCall_viif(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vi(index,a1){var sp=stackSave();try{dynCall_vi(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viii(index,a1,a2,a3){var sp=stackSave();try{dynCall_viii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ii(index,a1){var sp=stackSave();try{return dynCall_ii(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_v(index){var sp=stackSave();try{dynCall_v(index)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_i(index){var sp=stackSave();try{return dynCall_i(index)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return dynCall_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiiii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiiiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return dynCall_iiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return dynCall_iiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{dynCall_viiiiiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{dynCall_viiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return dynCall_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viidi(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viidi(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vidi(index,a1,a2,a3){var sp=stackSave();try{dynCall_vidi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fii(index,a1,a2){var sp=stackSave();try{return dynCall_fii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viifi(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viifi(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_fiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vifi(index,a1,a2,a3){var sp=stackSave();try{dynCall_vifi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{dynCall_viiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiffi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiffi(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_diiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_diiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{dynCall_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_dii(index,a1,a2){var sp=stackSave();try{return dynCall_dii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fffi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_fffi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ifi(index,a1,a2){var sp=stackSave();try{return dynCall_ifi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_idi(index,a1,a2){var sp=stackSave();try{return dynCall_idi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_dddi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_dddi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iidi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iidi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iifi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iifi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiif(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiiif(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiff(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viiff(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fi(index,a1){var sp=stackSave();try{return dynCall_fi(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiifi(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiifi(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiiifi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{dynCall_viiiiiiiiifi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiifi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiifi(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return dynCall_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ffi(index,a1,a2){var sp=stackSave();try{return dynCall_ffi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiifii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_iiifii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{dynCall_viiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiidii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiidii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiifii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiifii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiij(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiij(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_j(index){var sp=stackSave();try{return dynCall_j(index)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iij(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iij(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiijiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return dynCall_iiijiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jii(index,a1,a2){var sp=stackSave();try{return dynCall_jii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ji(index,a1){var sp=stackSave();try{return dynCall_ji(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viijii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viijii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiij(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiiij(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iji(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_jiii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jijiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_jijiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viji(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ijji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_ijji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_iijii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiijjii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return dynCall_iiiijjii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vijii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_vijii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iijiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijjiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return dynCall_iijjiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return dynCall_iijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiji(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jji(index,a1,a2,a3){var sp=stackSave();try{return dynCall_jji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jjji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jjji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jijj(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jijj(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiji(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return dynCall_iiiiiiiiiji(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vji(index,a1,a2,a3){var sp=stackSave();try{dynCall_vji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiji(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiji(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jiiji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viijiiijiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{dynCall_viijiiijiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jdi(index,a1,a2){var sp=stackSave();try{return dynCall_jdi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vijjji(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{dynCall_vijjji(index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiij(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiij(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jjii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jjii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_dji(index,a1,a2,a3){var sp=stackSave();try{return dynCall_dji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiji(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jiji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijji(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iijji(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return dynCall_jiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vijiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_vijiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vjjjiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{dynCall_vjjjiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vjiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{dynCall_vjiiiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{dynCall_viijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viij(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viij(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jiiiii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiijii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return dynCall_iiiijii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["stackTrace"]=stackTrace;Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["stackTrace"]=stackTrace;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}var calledMain=false;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function callMain(args){var entryFunction=Module["_main"];args=args||[];var argc=args.length+1;var argv=stackAlloc((argc+1)*4);HEAP32[argv>>2]=allocateUTF8OnStack(thisProgram);for(var i=1;i>2)+i]=allocateUTF8OnStack(args[i-1])}HEAP32[(argv>>2)+argc]=0;try{var ret=entryFunction(argc,argv);exit(ret,true)}catch(e){if(e instanceof ExitStatus){return}else if(e=="unwind"){return}else{var toLog=e;if(e&&typeof e==="object"&&e.stack){toLog=[e,e.stack]}err("exception thrown: "+toLog);quit_(1,e)}}finally{calledMain=true}}function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();if(shouldRunNow)callMain(args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;function exit(status,implicit){EXITSTATUS=status;if(implicit&&keepRuntimeAlive()&&status===0){return}if(keepRuntimeAlive()){}else{exitRuntime();if(Module["onExit"])Module["onExit"](status);ABORT=true}quit_(status,new ExitStatus(status))}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=true;if(Module["noInitialRun"])shouldRunNow=false;run(); - -} diff --git a/public/zeroaccident/Build/BuildWebGL.loader.js b/public/zeroaccident/Build/BuildWebGL.loader.js deleted file mode 100644 index e38bf6a..0000000 --- a/public/zeroaccident/Build/BuildWebGL.loader.js +++ /dev/null @@ -1 +0,0 @@ -function createUnityInstance(t,r,d){function i(e,t){if(!i.aborted&&r.showBanner)return"error"==t&&(i.aborted=!0),r.showBanner(e,t);switch(t){case"error":console.error(e);break;case"warning":console.warn(e);break;default:console.log(e)}}function n(e){var t=e.reason||e.error,r=t?t.toString():e.message||e.reason||"",n=t&&t.stack?t.stack.toString():"";(r+="\n"+(n=n.startsWith(r)?n.substring(r.length):n).trim())&&c.stackTraceRegExp&&c.stackTraceRegExp.test(r)&&C(r,e.filename||t&&(t.fileName||t.sourceURL)||"",e.lineno||t&&(t.lineNumber||t.line)||0)}function e(e,t,r){var n=e[t];void 0!==n&&n||(console.warn('Config option "'+t+'" is missing or empty. Falling back to default value: "'+r+'". Consider updating your WebGL template to include the missing config option.'),e[t]=r)}d=d||function(){};var o,c={canvas:t,webglContextAttributes:{preserveDrawingBuffer:!1,powerPreference:2},cacheControl:function(e){return e==c.dataUrl?"must-revalidate":"no-store"},streamingAssetsUrl:"StreamingAssets",downloadProgress:{},deinitializers:[],intervals:{},setInterval:function(e,t){e=window.setInterval(e,t);return this.intervals[e]=!0,e},clearInterval:function(e){delete this.intervals[e],window.clearInterval(e)},preRun:[],postRun:[],print:function(e){console.log(e)},printErr:function(e){console.error(e),"string"==typeof e&&-1!=e.indexOf("wasm streaming compile failed")&&(-1!=e.toLowerCase().indexOf("mime")?i('HTTP Response Header "Content-Type" configured incorrectly on the server for file '+c.codeUrl+' , should be "application/wasm". Startup time performance will suffer.',"warning"):i('WebAssembly streaming compilation failed! This can happen for example if "Content-Encoding" HTTP header is incorrectly enabled on the server for file '+c.codeUrl+", but the file is not pre-compressed on disk (or vice versa). Check the Network tab in browser Devtools to debug server header configuration.","warning"))},locateFile:function(e){return"build.wasm"==e?this.codeUrl:e},disabledCanvasEvents:["contextmenu","dragstart"]};for(o in e(r,"companyName","Unity"),e(r,"productName","WebGL Player"),e(r,"productVersion","1.0"),r)c[o]=r[o];c.streamingAssetsUrl=new URL(c.streamingAssetsUrl,document.URL).href;var a=c.disabledCanvasEvents.slice();function s(e){e.preventDefault()}a.forEach(function(e){t.addEventListener(e,s)}),window.addEventListener("error",n),window.addEventListener("unhandledrejection",n),c.deinitializers.push(function(){for(var e in c.disableAccessToMediaDevices(),a.forEach(function(e){t.removeEventListener(e,s)}),window.removeEventListener("error",n),window.removeEventListener("unhandledrejection",n),c.intervals)window.clearInterval(e);c.intervals={}}),c.QuitCleanup=function(){for(var e=0;eIf using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+n+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'),void i(r,"error"))}i("Unable to parse "+c.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var o=unityFramework;unityFramework=null,s.onload=null,a(o)},s.onerror=function(e){i("Unable to load file "+c.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(s),c.deinitializers.push(function(){document.body.removeChild(s)})}).then(function(e){e(c)});x(r="dataUrl"),e=c.cacheControl(c[r]),t=c.companyName&&c.productName?c.cachedFetch:c.fetchWithProgress,n=c[r],n=/file:\/\//.exec(n)?"same-origin":void 0;var r,e,t,n,o=t(c[r],{method:"GET",companyName:c.companyName,productName:c.productName,control:e,mode:n,onProgress:function(e){x(r,e)}}).then(function(e){return e.parsedBody}).catch(function(e){var t="Failed to download file "+c[r];"file:"==location.protocol?i(t+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(t)});c.preRun.push(function(){c.addRunDependency("dataUrl"),o.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),r=0,n="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(r,r+n.length))==n)throw"unknown data format";var o=t.getUint32(r+=n.length,!0);for(r+=4;r1){thisProgram=process["argv"][1].replace(/\\/g,"/")}arguments_=process["argv"].slice(2);if(typeof module!=="undefined"){module["exports"]=Module}process["on"]("uncaughtException",function(ex){if(!(ex instanceof ExitStatus)){throw ex}});process["on"]("unhandledRejection",abort);quit_=function(status){process["exit"](status)};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_SHELL){if(typeof read!="undefined"){read_=function shell_read(f){return read(f)}}readBinary=function readBinary(f){var data;if(typeof readbuffer==="function"){return new Uint8Array(readbuffer(f))}data=read(f,"binary");assert(typeof data==="object");return data};if(typeof scriptArgs!="undefined"){arguments_=scriptArgs}else if(typeof arguments!="undefined"){arguments_=arguments}if(typeof quit==="function"){quit_=function(status){quit(status)}}if(typeof print!=="undefined"){if(typeof console==="undefined")console={};console.log=print;console.warn=console.error=typeof printErr!=="undefined"?printErr:print}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!=="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=function(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=function(url){var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=function(url,onload,onerror){var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=function(){if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=function(title){document.title=title}}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);for(key in moduleOverrides){if(moduleOverrides.hasOwnProperty(key)){Module[key]=moduleOverrides[key]}}moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var STACK_ALIGN=16;function alignMemory(size,factor){if(!factor)factor=STACK_ALIGN;return Math.ceil(size/factor)*factor}function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;err(text)}}var tempRet0=0;var setTempRet0=function(value){tempRet0=value};var getTempRet0=function(){return tempRet0};var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!=="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort("Assertion failed: "+text)}}function getCFunc(ident){var func=Module["_"+ident];assert(func,"Cannot call unknown function "+ident+", make sure it is exported");return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":function(str){var ret=0;if(str!==null&&str!==undefined&&str!==0){var len=(str.length<<2)+1;ret=stackAlloc(len);stringToUTF8(str,ret,len)}return ret},"array":function(arr){var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string")return UTF8ToString(ret);if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i=endIdx))++endPtr;if(endPtr-idx>16&&heap.subarray&&UTF8Decoder){return UTF8Decoder.decode(heap.subarray(idx,endPtr))}else{var str="";while(idx>10,56320|ch&1023)}}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function lengthBytesUTF8(str){var len=0;for(var i=0;i=55296&&u<=57343)u=65536+((u&1023)<<10)|str.charCodeAt(++i)&1023;if(u<=127)++len;else if(u<=2047)len+=2;else if(u<=65535)len+=3;else len+=4}return len}function allocateUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8Array(str,HEAP8,ret,size);return ret}function allocateUTF8OnStack(str){var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8Array(str,HEAP8,ret,size);return ret}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function writeAsciiToMemory(str,buffer,dontAddNull){for(var i=0;i>0]=str.charCodeAt(i)}if(!dontAddNull)HEAP8[buffer>>0]=0}function alignUp(x,multiple){if(x%multiple>0){x+=multiple-x%multiple}return x}var buffer,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP8=new Int8Array(buf);Module["HEAP16"]=HEAP16=new Int16Array(buf);Module["HEAP32"]=HEAP32=new Int32Array(buf);Module["HEAPU8"]=HEAPU8=new Uint8Array(buf);Module["HEAPU16"]=HEAPU16=new Uint16Array(buf);Module["HEAPU32"]=HEAPU32=new Uint32Array(buf);Module["HEAPF32"]=HEAPF32=new Float32Array(buf);Module["HEAPF64"]=HEAPF64=new Float64Array(buf)}var INITIAL_MEMORY=Module["INITIAL_MEMORY"]||33554432;var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATMAIN__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeExited=false;function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();TTY.init();SOCKFS.root=FS.mount(SOCKFS,{},null);PIPEFS.root=FS.mount(PIPEFS,{},null);callRuntimeCallbacks(__ATINIT__)}function preMain(){FS.ignorePermissions=false;callRuntimeCallbacks(__ATMAIN__)}function exitRuntime(){runtimeExited=true}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}Module["preloadedImages"]={};Module["preloadedAudios"]={};function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+="";err(what);ABORT=true;EXITSTATUS=1;what="abort("+what+"). Build with -s ASSERTIONS=1 for more info.";var e=new WebAssembly.RuntimeError(what);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile="build.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}else{throw"both async and sync fetching of the wasm failed"}}catch(err){abort(err)}}function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch==="function"&&!isFileURI(wasmBinaryFile)){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+wasmBinaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(wasmBinaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(wasmBinaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(wasmBinaryFile)})}function createWasm(){var info={"a":asmLibraryArg};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["Ch"];updateGlobalBufferAndViews(wasmMemory.buffer);wasmTable=Module["asm"]["$h"];addOnInit(Module["asm"]["Dh"]);removeRunDependency("wasm-instantiate")}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}function instantiateArrayBuffer(receiver){return getBinaryPromise().then(function(binary){var result=WebAssembly.instantiate(binary,info);return result}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(){if(!wasmBinary&&typeof WebAssembly.instantiateStreaming==="function"&&!isDataURI(wasmBinaryFile)&&!isFileURI(wasmBinaryFile)&&typeof fetch==="function"){return fetch(wasmBinaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,info);return result.then(receiveInstantiationResult,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(receiveInstantiationResult)})})}else{return instantiateArrayBuffer(receiveInstantiationResult)}}if(Module["instantiateWasm"]){try{var exports=Module["instantiateWasm"](info,receiveInstance);return exports}catch(e){err("Module.instantiateWasm callback failed with error: "+e);return false}}instantiateAsync();return{}}var tempDouble;var tempI64;var ASM_CONSTS={3676968:function(){return Module.webglContextAttributes.premultipliedAlpha},3677029:function(){return Module.webglContextAttributes.preserveDrawingBuffer},3677093:function(){return Module.webglContextAttributes.powerPreference}};function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var callback=callbacks.shift();if(typeof callback=="function"){callback(Module);continue}var func=callback.func;if(typeof func==="number"){if(callback.arg===undefined){(function(){dynCall_v.call(null,func)})()}else{(function(a1){dynCall_vi.apply(null,[func,a1])})(callback.arg)}}else{func(callback.arg===undefined?null:callback.arg)}}}function demangle(func){return func}function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace(regex,function(x){var y=demangle(x);return x===y?x:y+" ["+x+"]"})}function dynCallLegacy(sig,ptr,args){var f=Module["dynCall_"+sig];return args&&args.length?f.apply(null,[ptr].concat(args)):f.call(null,ptr)}function dynCall(sig,ptr,args){return dynCallLegacy(sig,ptr,args)}function jsStackTrace(){var error=new Error;if(!error.stack){try{throw new Error}catch(e){error=e}if(!error.stack){return"(no stack trace available)"}}return error.stack.toString()}var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function stackTrace(){var js=jsStackTrace();if(Module["extraStackTrace"])js+="\n"+Module["extraStackTrace"]();return demangleAll(js)}function _Fullscreen(full){myGameInstance.SetFullscreen(full?1:0)}var JS_Accelerometer=null;var JS_Accelerometer_callback=0;function _JS_Accelerometer_IsRunning(){return JS_Accelerometer&&JS_Accelerometer.activated||JS_Accelerometer_callback!=0}var JS_Accelerometer_multiplier=1;var JS_Accelerometer_lastValue={x:0,y:0,z:0};function JS_Accelerometer_eventHandler(){JS_Accelerometer_lastValue={x:JS_Accelerometer.x*JS_Accelerometer_multiplier,y:JS_Accelerometer.y*JS_Accelerometer_multiplier,z:JS_Accelerometer.z*JS_Accelerometer_multiplier};if(JS_Accelerometer_callback!=0)dynCall_vfff(JS_Accelerometer_callback,JS_Accelerometer_lastValue.x,JS_Accelerometer_lastValue.y,JS_Accelerometer_lastValue.z)}var JS_Accelerometer_frequencyRequest=0;var JS_Accelerometer_frequency=0;var JS_LinearAccelerationSensor_callback=0;var JS_GravitySensor_callback=0;var JS_Gyroscope_callback=0;function JS_ComputeGravity(accelerometerValue,linearAccelerationValue){var difference={x:accelerometerValue.x-linearAccelerationValue.x,y:accelerometerValue.y-linearAccelerationValue.y,z:accelerometerValue.z-linearAccelerationValue.z};var differenceMagnitudeSq=difference.x*difference.x+difference.y*difference.y+difference.z*difference.z;var sum={x:accelerometerValue.x+linearAccelerationValue.x,y:accelerometerValue.y+linearAccelerationValue.y,z:accelerometerValue.z+linearAccelerationValue.z};var sumMagnitudeSq=sum.x*sum.x+sum.y*sum.y+sum.z*sum.z;return differenceMagnitudeSq<=sumMagnitudeSq?difference:sum}function JS_DeviceMotion_eventHandler(event){var accelerometerValue={x:event.accelerationIncludingGravity.x*JS_Accelerometer_multiplier,y:event.accelerationIncludingGravity.y*JS_Accelerometer_multiplier,z:event.accelerationIncludingGravity.z*JS_Accelerometer_multiplier};if(JS_Accelerometer_callback!=0)dynCall_vfff(JS_Accelerometer_callback,accelerometerValue.x,accelerometerValue.y,accelerometerValue.z);var linearAccelerationValue={x:event.acceleration.x*JS_Accelerometer_multiplier,y:event.acceleration.y*JS_Accelerometer_multiplier,z:event.acceleration.z*JS_Accelerometer_multiplier};if(JS_LinearAccelerationSensor_callback!=0)dynCall_vfff(JS_LinearAccelerationSensor_callback,linearAccelerationValue.x,linearAccelerationValue.y,linearAccelerationValue.z);if(JS_GravitySensor_callback!=0){var gravityValue=JS_ComputeGravity(accelerometerValue,linearAccelerationValue);dynCall_vfff(JS_GravitySensor_callback,gravityValue.x,gravityValue.y,gravityValue.z)}if(JS_Gyroscope_callback!=0){var degToRad=Math.PI/180;dynCall_vfff(JS_Gyroscope_callback,event.rotationRate.alpha*degToRad,event.rotationRate.beta*degToRad,event.rotationRate.gamma*degToRad)}}var JS_DeviceSensorPermissions=0;function JS_RequestDeviceSensorPermissions(permissions){if(permissions&1){if(typeof DeviceOrientationEvent.requestPermission==="function"){DeviceOrientationEvent.requestPermission().then(function(permissionState){if(permissionState==="granted"){JS_DeviceSensorPermissions&=~1}else{warnOnce("DeviceOrientationEvent permission not granted")}}).catch(function(err){warnOnce(err);JS_DeviceSensorPermissions|=1})}}if(permissions&2){if(typeof DeviceMotionEvent.requestPermission==="function"){DeviceMotionEvent.requestPermission().then(function(permissionState){if(permissionState==="granted"){JS_DeviceSensorPermissions&=~2}else{warnOnce("DeviceMotionEvent permission not granted")}}).catch(function(err){warnOnce(err);JS_DeviceSensorPermissions|=2})}}}function JS_DeviceMotion_add(){if(JS_Accelerometer_callback==0&&JS_LinearAccelerationSensor_callback==0&&JS_GravitySensor_callback==0&&JS_Gyroscope_callback==0){JS_RequestDeviceSensorPermissions(2);window.addEventListener("devicemotion",JS_DeviceMotion_eventHandler)}}function JS_DefineAccelerometerMultiplier(){var g=9.80665;JS_Accelerometer_multiplier=/(iPhone|iPad|Macintosh)/i.test(navigator.userAgent)?1/g:-1/g}function _JS_Accelerometer_Start(callback,frequency){JS_DefineAccelerometerMultiplier();if(typeof Accelerometer==="undefined"){JS_DeviceMotion_add();if(callback!=0)JS_Accelerometer_callback=callback;return}if(callback!=0)JS_Accelerometer_callback=callback;function InitializeAccelerometer(frequency){JS_Accelerometer=new Accelerometer({frequency:frequency,referenceFrame:"device"});JS_Accelerometer.addEventListener("reading",JS_Accelerometer_eventHandler);JS_Accelerometer.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_Accelerometer.start();JS_Accelerometer_frequency=frequency}if(JS_Accelerometer){if(JS_Accelerometer_frequency!=frequency){JS_Accelerometer.stop();JS_Accelerometer.removeEventListener("reading",JS_Accelerometer_eventHandler);InitializeAccelerometer(frequency)}}else if(JS_Accelerometer_frequencyRequest!=0){JS_Accelerometer_frequencyRequest=frequency}else{JS_Accelerometer_frequencyRequest=frequency;navigator.permissions.query({name:"accelerometer"}).then(function(result){if(result.state==="granted"){InitializeAccelerometer(JS_Accelerometer_frequencyRequest)}else{warnOnce("No permission to use Accelerometer.")}JS_Accelerometer_frequencyRequest=0})}}function JS_DeviceMotion_remove(){if(JS_Accelerometer_callback==0&&JS_LinearAccelerationSensor_callback==0&&JS_GravitySensor_callback==0&&JS_Gyroscope_callback==0){window.removeEventListener("devicemotion",JS_DeviceOrientation_eventHandler)}}function _JS_Accelerometer_Stop(){if(JS_Accelerometer){if(typeof GravitySensor!=="undefined"||JS_GravitySensor_callback==0){JS_Accelerometer.stop();JS_Accelerometer.removeEventListener("reading",JS_Accelerometer_eventHandler);JS_Accelerometer=null}JS_Accelerometer_callback=0;JS_Accelerometer_frequency=0}else if(JS_Accelerometer_callback!=0){JS_Accelerometer_callback=0;JS_DeviceMotion_remove()}}function _JS_Cursor_SetImage(ptr,length){var binary="";for(var i=0;i>2]=viewportX-rect.left;HEAPU32[targetY>>2]=viewportY-rect.top}function stringToNewUTF8(jsString){var length=lengthBytesUTF8(jsString)+1;var cString=_malloc(length);stringToUTF8(jsString,cString,length);return cString}function _JS_DOM_UnityCanvasSelector(){if(!_JS_DOM_UnityCanvasSelector.ptr){var canvasId=Module["canvas"]?Module["canvas"].id:"unity-canvas";var canvasSelector="#"+jsDomCssEscapeId(canvasId);_JS_DOM_UnityCanvasSelector.ptr=stringToNewUTF8(canvasSelector)}return _JS_DOM_UnityCanvasSelector.ptr}var fs={numPendingSync:0,syncInternal:1e3,syncInProgress:false,sync:function(onlyPendingSync){if(onlyPendingSync){if(fs.numPendingSync==0)return}else if(fs.syncInProgress){fs.numPendingSync++;return}fs.syncInProgress=true;FS.syncfs(false,function(err){fs.syncInProgress=false});fs.numPendingSync=0}};function _JS_FileSystem_Initialize(){Module.setInterval(function(){fs.sync(true)},fs.syncInternal)}function _JS_FileSystem_Sync(){fs.sync(false)}var JS_GravitySensor=null;function _JS_GravitySensor_IsRunning(){return typeof GravitySensor!=="undefined"?JS_GravitySensor&&JS_GravitySensor.activated:JS_GravitySensor_callback!=0}function JS_GravitySensor_eventHandler(){if(JS_GravitySensor_callback!=0)dynCall_vfff(JS_GravitySensor_callback,JS_GravitySensor.x*JS_Accelerometer_multiplier,JS_GravitySensor.y*JS_Accelerometer_multiplier,JS_GravitySensor.z*JS_Accelerometer_multiplier)}var JS_GravitySensor_frequencyRequest=0;var JS_LinearAccelerationSensor=null;function JS_LinearAccelerationSensor_eventHandler(){var linearAccelerationValue={x:JS_LinearAccelerationSensor.x*JS_Accelerometer_multiplier,y:JS_LinearAccelerationSensor.y*JS_Accelerometer_multiplier,z:JS_LinearAccelerationSensor.z*JS_Accelerometer_multiplier};if(JS_LinearAccelerationSensor_callback!=0)dynCall_vfff(JS_LinearAccelerationSensor_callback,linearAccelerationValue.x,linearAccelerationValue.y,linearAccelerationValue.z);if(JS_GravitySensor_callback!=0&&typeof GravitySensor==="undefined"){var gravityValue=JS_ComputeGravity(JS_Accelerometer_lastValue,linearAccelerationValue);dynCall_vfff(JS_GravitySensor_callback,gravityValue.x,gravityValue.y,gravityValue.z)}}var JS_LinearAccelerationSensor_frequencyRequest=0;var JS_LinearAccelerationSensor_frequency=0;function _JS_LinearAccelerationSensor_Start(callback,frequency){JS_DefineAccelerometerMultiplier();if(typeof LinearAccelerationSensor==="undefined"){JS_DeviceMotion_add();if(callback!=0)JS_LinearAccelerationSensor_callback=callback;return}if(callback!=0)JS_LinearAccelerationSensor_callback=callback;function InitializeLinearAccelerationSensor(frequency){JS_LinearAccelerationSensor=new LinearAccelerationSensor({frequency:frequency,referenceFrame:"device"});JS_LinearAccelerationSensor.addEventListener("reading",JS_LinearAccelerationSensor_eventHandler);JS_LinearAccelerationSensor.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_LinearAccelerationSensor.start();JS_LinearAccelerationSensor_frequency=frequency}if(JS_LinearAccelerationSensor){if(JS_LinearAccelerationSensor_frequency!=frequency){JS_LinearAccelerationSensor.stop();JS_LinearAccelerationSensor.removeEventListener("reading",JS_LinearAccelerationSensor_eventHandler);InitializeLinearAccelerationSensor(frequency)}}else if(JS_LinearAccelerationSensor_frequencyRequest!=0){JS_LinearAccelerationSensor_frequencyRequest=frequency}else{JS_LinearAccelerationSensor_frequencyRequest=frequency;navigator.permissions.query({name:"accelerometer"}).then(function(result){if(result.state==="granted"){InitializeLinearAccelerationSensor(JS_LinearAccelerationSensor_frequencyRequest)}else{warnOnce("No permission to use LinearAccelerationSensor.")}JS_LinearAccelerationSensor_frequencyRequest=0})}}function _JS_GravitySensor_Start(callback,frequency){if(typeof GravitySensor==="undefined"){_JS_Accelerometer_Start(0,Math.max(frequency,JS_Accelerometer_frequency));_JS_LinearAccelerationSensor_Start(0,Math.max(frequency,JS_LinearAccelerationSensor_frequency));JS_GravitySensor_callback=callback;return}JS_DefineAccelerometerMultiplier();JS_GravitySensor_callback=callback;function InitializeGravitySensor(frequency){JS_GravitySensor=new GravitySensor({frequency:frequency,referenceFrame:"device"});JS_GravitySensor.addEventListener("reading",JS_GravitySensor_eventHandler);JS_GravitySensor.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_GravitySensor.start()}if(JS_GravitySensor){JS_GravitySensor.stop();JS_GravitySensor.removeEventListener("reading",JS_GravitySensor_eventHandler);InitializeGravitySensor(frequency)}else if(JS_GravitySensor_frequencyRequest!=0){JS_GravitySensor_frequencyRequest=frequency}else{JS_GravitySensor_frequencyRequest=frequency;navigator.permissions.query({name:"accelerometer"}).then(function(result){if(result.state==="granted"){InitializeGravitySensor(JS_GravitySensor_frequencyRequest)}else{warnOnce("No permission to use GravitySensor.")}JS_GravitySensor_frequencyRequest=0})}}function _JS_LinearAccelerationSensor_Stop(){if(JS_LinearAccelerationSensor){if(typeof GravitySensor!=="undefined"||JS_GravitySensor_callback==0){JS_LinearAccelerationSensor.stop();JS_LinearAccelerationSensor.removeEventListener("reading",JS_LinearAccelerationSensor_eventHandler);JS_LinearAccelerationSensor=null}JS_LinearAccelerationSensor_callback=0;JS_LinearAccelerationSensor_frequency=0}else if(JS_LinearAccelerationSensor_callback!=0){JS_LinearAccelerationSensor_callback=0;JS_DeviceMotion_remove()}}function _JS_GravitySensor_Stop(){JS_GravitySensor_callback=0;if(typeof GravitySensor==="undefined"){if(JS_Accelerometer_callback==0)_JS_Accelerometer_Stop();if(JS_LinearAccelerationSensor_callback==0)_JS_LinearAccelerationSensor_Stop();return}if(JS_GravitySensor){JS_GravitySensor.stop();JS_GravitySensor.removeEventListener("reading",JS_GravitySensor_eventHandler);JS_GravitySensor=null}}var JS_Gyroscope=null;function _JS_Gyroscope_IsRunning(){return JS_Gyroscope&&JS_Gyroscope.activated||JS_Gyroscope_callback!=0}function JS_Gyroscope_eventHandler(){if(JS_Gyroscope_callback!=0)dynCall_vfff(JS_Gyroscope_callback,JS_Gyroscope.x,JS_Gyroscope.y,JS_Gyroscope.z)}var JS_Gyroscope_frequencyRequest=0;function _JS_Gyroscope_Start(callback,frequency){if(typeof Gyroscope==="undefined"){JS_DeviceMotion_add();JS_Gyroscope_callback=callback;return}JS_Gyroscope_callback=callback;function InitializeGyroscope(frequency){JS_Gyroscope=new Gyroscope({frequency:frequency,referenceFrame:"device"});JS_Gyroscope.addEventListener("reading",JS_Gyroscope_eventHandler);JS_Gyroscope.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_Gyroscope.start()}if(JS_Gyroscope){JS_Gyroscope.stop();JS_Gyroscope.removeEventListener("reading",JS_Gyroscope_eventHandler);InitializeGyroscope(frequency)}else if(JS_Gyroscope_frequencyRequest!=0){JS_Gyroscope_frequencyRequest=frequency}else{JS_Gyroscope_frequencyRequest=frequency;navigator.permissions.query({name:"gyroscope"}).then(function(result){if(result.state==="granted"){InitializeGyroscope(JS_Gyroscope_frequencyRequest)}else{warnOnce("No permission to use Gyroscope.")}JS_Gyroscope_frequencyRequest=0})}}function _JS_Gyroscope_Stop(){if(JS_Gyroscope){JS_Gyroscope.stop();JS_Gyroscope.removeEventListener("reading",JS_Gyroscope_eventHandler);JS_Gyroscope=null;JS_Gyroscope_callback=0}else if(JS_Gyroscope_callback!=0){JS_Gyroscope_callback=0;JS_DeviceMotion_remove()}}function _JS_LinearAccelerationSensor_IsRunning(){return JS_LinearAccelerationSensor&&JS_LinearAccelerationSensor.activated||JS_LinearAccelerationSensor_callback!=0}function _JS_Log_Dump(ptr,type){var str=UTF8ToString(ptr);if(typeof dump=="function")dump(str);switch(type){case 0:case 1:case 4:console.error(str);return;case 2:console.warn(str);return;case 3:case 5:console.log(str);return;default:console.error("Unknown console message type!");console.error(str)}}function _JS_Log_StackTrace(buffer,bufferSize){var trace=stackTrace();if(buffer)stringToUTF8(trace,buffer,bufferSize);return lengthBytesUTF8(trace)}var JS_OrientationSensor=null;var JS_OrientationSensor_callback=0;function _JS_OrientationSensor_IsRunning(){return JS_OrientationSensor&&JS_OrientationSensor.activated||JS_OrientationSensor_callback!=0}function JS_OrientationSensor_eventHandler(){if(JS_OrientationSensor_callback!=0)dynCall_vffff(JS_OrientationSensor_callback,JS_OrientationSensor.quaternion[0],JS_OrientationSensor.quaternion[1],JS_OrientationSensor.quaternion[2],JS_OrientationSensor.quaternion[3])}var JS_OrientationSensor_frequencyRequest=0;function JS_DeviceOrientation_eventHandler(event){if(JS_OrientationSensor_callback){var degToRad=Math.PI/180;var x=event.beta*degToRad;var y=event.gamma*degToRad;var z=event.alpha*degToRad;var cx=Math.cos(x/2);var sx=Math.sin(x/2);var cy=Math.cos(y/2);var sy=Math.sin(y/2);var cz=Math.cos(z/2);var sz=Math.sin(z/2);var qx=sx*cy*cz-cx*sy*sz;var qy=cx*sy*cz+sx*cy*sz;var qz=cx*cy*sz+sx*sy*cz;var qw=cx*cy*cz-sx*sy*sz;dynCall_vffff(JS_OrientationSensor_callback,qx,qy,qz,qw)}}function _JS_OrientationSensor_Start(callback,frequency){if(typeof RelativeOrientationSensor==="undefined"){if(JS_OrientationSensor_callback==0){JS_OrientationSensor_callback=callback;JS_RequestDeviceSensorPermissions(1);window.addEventListener("deviceorientation",JS_DeviceOrientation_eventHandler)}return}JS_OrientationSensor_callback=callback;function InitializeOrientationSensor(frequency){JS_OrientationSensor=new RelativeOrientationSensor({frequency:frequency,referenceFrame:"device"});JS_OrientationSensor.addEventListener("reading",JS_OrientationSensor_eventHandler);JS_OrientationSensor.addEventListener("error",function(e){warnOnce(e.error?e.error:e)});JS_OrientationSensor.start()}if(JS_OrientationSensor){JS_OrientationSensor.stop();JS_OrientationSensor.removeEventListener("reading",JS_OrientationSensor_eventHandler);InitializeOrientationSensor(frequency)}else if(JS_OrientationSensor_frequencyRequest!=0){JS_OrientationSensor_frequencyRequest=frequency}else{JS_OrientationSensor_frequencyRequest=frequency;Promise.all([navigator.permissions.query({name:"accelerometer"}),navigator.permissions.query({name:"gyroscope"})]).then(function(results){if(results.every(function(result){return result.state==="granted"})){InitializeOrientationSensor(JS_OrientationSensor_frequencyRequest)}else{warnOnce("No permissions to use RelativeOrientationSensor.")}JS_OrientationSensor_frequencyRequest=0})}}function _JS_OrientationSensor_Stop(){if(JS_OrientationSensor){JS_OrientationSensor.stop();JS_OrientationSensor.removeEventListener("reading",JS_OrientationSensor_eventHandler);JS_OrientationSensor=null}else if(JS_OrientationSensor_callback!=0){window.removeEventListener("deviceorientation",JS_DeviceOrientation_eventHandler)}JS_OrientationSensor_callback=0}function _JS_RequestDeviceSensorPermissionsOnTouch(){if(JS_DeviceSensorPermissions==0)return;JS_RequestDeviceSensorPermissions(JS_DeviceSensorPermissions)}function _JS_RunQuitCallbacks(){Module.QuitCleanup()}var JS_ScreenOrientation_callback=0;function JS_ScreenOrientation_eventHandler(){if(JS_ScreenOrientation_callback)dynCall_viii(JS_ScreenOrientation_callback,window.innerWidth,window.innerHeight,screen.orientation?screen.orientation.angle:window.orientation)}function _JS_ScreenOrientation_DeInit(){JS_ScreenOrientation_callback=0;window.removeEventListener("resize",JS_ScreenOrientation_eventHandler);if(screen.orientation){screen.orientation.removeEventListener("change",JS_ScreenOrientation_eventHandler)}}function _JS_ScreenOrientation_Init(callback){if(!JS_ScreenOrientation_callback){if(screen.orientation){screen.orientation.addEventListener("change",JS_ScreenOrientation_eventHandler)}window.addEventListener("resize",JS_ScreenOrientation_eventHandler);JS_ScreenOrientation_callback=callback;setTimeout(JS_ScreenOrientation_eventHandler,0)}}var JS_ScreenOrientation_requestedLockType=-1;var JS_ScreenOrientation_appliedLockType=-1;var JS_ScreenOrientation_timeoutID=-1;function _JS_ScreenOrientation_Lock(orientationLockType){if(!screen.orientation){return}function applyLock(){JS_ScreenOrientation_appliedLockType=JS_ScreenOrientation_requestedLockType;var screenOrientations=["any",0,"landscape","portrait","portrait-primary","portrait-secondary","landscape-primary","landscape-secondary"];var type=screenOrientations[JS_ScreenOrientation_appliedLockType];screen.orientation.lock(type).then(function(){if(JS_ScreenOrientation_requestedLockType!=JS_ScreenOrientation_appliedLockType){JS_ScreenOrientation_timeoutID=setTimeout(applyLock,0)}else{JS_ScreenOrientation_timeoutID=-1}}).catch(function(err){warnOnce(err);JS_ScreenOrientation_timeoutID=-1})}JS_ScreenOrientation_requestedLockType=orientationLockType;if(JS_ScreenOrientation_timeoutID==-1&&orientationLockType!=JS_ScreenOrientation_appliedLockType){JS_ScreenOrientation_timeoutID=setTimeout(applyLock,0)}}var WEBAudio={audioInstanceIdCounter:0,audioInstances:{},audioContext:null,audioWebEnabled:0,audioCache:[],pendingAudioSources:{}};function jsAudioMixinSetPitch(source){source.estimatePlaybackPosition=function(){var t=(WEBAudio.audioContext.currentTime-source.playbackStartTime)*source.playbackRate.value;if(source.loop&&t>=source.loopStart){t=(t-source.loopStart)%(source.loopEnd-source.loopStart)+source.loopStart}return t};source.setPitch=function(newPitch){var curPosition=source.estimatePlaybackPosition();if(curPosition>=0){source.playbackStartTime=WEBAudio.audioContext.currentTime-curPosition/newPitch}if(source.playbackRate.value!==newPitch)source.playbackRate.value=newPitch}}function jsAudioCreateUncompressedSoundClip(buffer,error){var soundClip={buffer:buffer,error:error};soundClip.release=function(){};soundClip.getLength=function(){if(!this.buffer){console.log("Trying to get length of sound which is not loaded.");return 0}var sampleRateRatio=44100/this.buffer.sampleRate;return this.buffer.length*sampleRateRatio};soundClip.getData=function(ptr,length){if(!this.buffer){console.log("Trying to get data of sound which is not loaded.");return 0}var startOutputBuffer=ptr>>2;var output=HEAPF32.subarray(startOutputBuffer,startOutputBuffer+(length>>2));var numMaxSamples=Math.floor((length>>2)/this.buffer.numberOfChannels);var numReadSamples=Math.min(this.buffer.length,numMaxSamples);for(var i=0;istartDelayThresholdMS){source.playTimeout=setTimeout(function(){source.playTimeout=null;source._startPlayback(offset)},startDelayMS)}else{source._startPlayback(offset)}};source.stop=function(stopTime){if(typeof stopTime==="undefined"){stopTime=WEBAudio.audioContext.currentTime}var stopDelayThresholdMS=4;var stopDelayMS=(stopTime-WEBAudio.audioContext.currentTime)*1e3;if(stopDelayMS>stopDelayThresholdMS){setTimeout(function(){source._pauseMediaElement();source.isStopped=true},stopDelayMS)}else{source._pauseMediaElement();source.isStopped=true}};jsAudioMixinSetPitch(source);return source};return soundClip}function _JS_Sound_Load(ptr,length,decompress){if(WEBAudio.audioWebEnabled==0)return 0;var audioData=HEAPU8.buffer.slice(ptr,ptr+length);if(length<131072)decompress=1;var sound;if(decompress){sound=jsAudioCreateUncompressedSoundClipFromCompressedAudio(audioData)}else{sound=jsAudioCreateCompressedSoundClip(audioData)}WEBAudio.audioInstances[++WEBAudio.audioInstanceIdCounter]=sound;return WEBAudio.audioInstanceIdCounter}function jsAudioCreateUncompressedSoundClipFromPCM(channels,length,sampleRate,ptr){var buffer=WEBAudio.audioContext.createBuffer(channels,length,sampleRate);for(var i=0;i>2)+length*i;var copyToChannel=buffer["copyToChannel"]||function(source,channelNumber,startInChannel){var clipped=source.subarray(0,Math.min(source.length,this.length-(startInChannel|0)));this.getChannelData(channelNumber|0).set(clipped,startInChannel|0)};copyToChannel.apply(buffer,[HEAPF32.subarray(offs,offs+length),i,0])}return jsAudioCreateUncompressedSoundClip(buffer,false)}function _JS_Sound_Load_PCM(channels,length,sampleRate,ptr){if(WEBAudio.audioWebEnabled==0)return 0;var sound=jsAudioCreateUncompressedSoundClipFromPCM(channels,length,sampleRate,ptr);WEBAudio.audioInstances[++WEBAudio.audioInstanceIdCounter]=sound;return WEBAudio.audioInstanceIdCounter}function _JS_Sound_Play(bufferInstance,channelInstance,offset,delay){if(WEBAudio.audioWebEnabled==0)return;_JS_Sound_Stop(channelInstance,0);var soundClip=WEBAudio.audioInstances[bufferInstance];var channel=WEBAudio.audioInstances[channelInstance];if(!soundClip){console.log("Trying to play sound which is not loaded.");return}try{channel.playSoundClip(soundClip,WEBAudio.audioContext.currentTime+delay,offset)}catch(error){console.error("playSoundClip error. Exception: "+e)}}function _JS_Sound_ReleaseInstance(instance){var object=WEBAudio.audioInstances[instance];if(object){object.release()}delete WEBAudio.audioInstances[instance]}function _JS_Sound_ResumeIfNeeded(){if(WEBAudio.audioWebEnabled==0)return;if(WEBAudio.audioContext.state==="suspended")WEBAudio.audioContext.resume().catch(function(error){console.warn("Could not resume audio context. Exception: "+error)})}function _JS_Sound_Set3D(channelInstance,threeD){var channel=WEBAudio.audioInstances[channelInstance];channel.set3D(threeD)}function _JS_Sound_SetListenerOrientation(x,y,z,xUp,yUp,zUp){if(WEBAudio.audioWebEnabled==0)return;x=-x;y=-y;z=-z;var l=WEBAudio.audioContext.listener;if(l.forwardX){if(l.forwardX.value!==x)l.forwardX.value=x;if(l.forwardY.value!==y)l.forwardY.value=y;if(l.forwardZ.value!==z)l.forwardZ.value=z;if(l.upX.value!==xUp)l.upX.value=xUp;if(l.upY.value!==yUp)l.upY.value=yUp;if(l.upZ.value!==zUp)l.upZ.value=zUp}else if(l._forwardX!==x||l._forwardY!==y||l._forwardZ!==z||l._upX!==xUp||l._upY!==yUp||l._upZ!==zUp){l.setOrientation(x,y,z,xUp,yUp,zUp);l._forwardX=x;l._forwardY=y;l._forwardZ=z;l._upX=xUp;l._upY=yUp;l._upZ=zUp}}function _JS_Sound_SetListenerPosition(x,y,z){if(WEBAudio.audioWebEnabled==0)return;var l=WEBAudio.audioContext.listener;if(l.positionX){if(l.positionX.value!==x)l.positionX.value=x;if(l.positionY.value!==y)l.positionY.value=y;if(l.positionZ.value!==z)l.positionZ.value=z}else if(l._positionX!==x||l._positionY!==y||l._positionZ!==z){l.setPosition(x,y,z);l._positionX=x;l._positionY=y;l._positionZ=z}}function _JS_Sound_SetLoop(channelInstance,loop){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.setLoop(loop)}function _JS_Sound_SetLoopPoints(channelInstance,loopStart,loopEnd){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.setLoopPoints(loopStart,loopEnd)}function _JS_Sound_SetPaused(channelInstance,paused){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];if(paused!=channel.isPaused()){if(paused)channel.pause();else channel.resume()}}function _JS_Sound_SetPitch(channelInstance,v){if(WEBAudio.audioWebEnabled==0)return;try{var channel=WEBAudio.audioInstances[channelInstance];channel.setPitch(v)}catch(e){console.error("JS_Sound_SetPitch(channel="+channelInstance+", pitch="+v+") threw an exception: "+e)}}function _JS_Sound_SetPosition(channelInstance,x,y,z){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.setPosition(x,y,z)}function _JS_Sound_SetVolume(channelInstance,v){if(WEBAudio.audioWebEnabled==0)return;try{var channel=WEBAudio.audioInstances[channelInstance];channel.setVolume(v)}catch(e){console.error("JS_Sound_SetVolume(channel="+channelInstance+", volume="+v+") threw an exception: "+e)}}function _JS_Sound_Stop(channelInstance,delay){if(WEBAudio.audioWebEnabled==0)return;var channel=WEBAudio.audioInstances[channelInstance];channel.stop(delay)}function _JS_SystemInfo_GetCanvasClientSize(domElementSelector,outWidth,outHeight){var selector=UTF8ToString(domElementSelector);var canvas=selector=="#canvas"?Module["canvas"]:document.querySelector(selector);var w=0,h=0;if(canvas){var size=canvas.getBoundingClientRect();w=size.width;h=size.height}HEAPF64[outWidth>>3]=w;HEAPF64[outHeight>>3]=h}function _JS_SystemInfo_GetDocumentURL(buffer,bufferSize){if(buffer)stringToUTF8(document.URL,buffer,bufferSize);return lengthBytesUTF8(document.URL)}function _JS_SystemInfo_GetGPUInfo(buffer,bufferSize){var gpuinfo=Module.SystemInfo.gpu;if(buffer)stringToUTF8(gpuinfo,buffer,bufferSize);return lengthBytesUTF8(gpuinfo)}function _JS_SystemInfo_GetMatchWebGLToCanvasSize(){return Module.matchWebGLToCanvasSize||Module.matchWebGLToCanvasSize===undefined}function _JS_SystemInfo_GetMemory(){return HEAPU8.length/(1024*1024)}function _JS_SystemInfo_GetOS(buffer,bufferSize){var browser=Module.SystemInfo.os+" "+Module.SystemInfo.osVersion;if(buffer)stringToUTF8(browser,buffer,bufferSize);return lengthBytesUTF8(browser)}function _JS_SystemInfo_GetPreferredDevicePixelRatio(){return Module.matchWebGLToCanvasSize==false?1:Module.devicePixelRatio||window.devicePixelRatio||1}function _JS_SystemInfo_GetScreenSize(outWidth,outHeight){HEAPF64[outWidth>>3]=Module.SystemInfo.width;HEAPF64[outHeight>>3]=Module.SystemInfo.height}function _JS_SystemInfo_HasAstcHdr(){var ext=GLctx.getExtension("WEBGL_compressed_texture_astc");if(ext&&ext.getSupportedProfiles){return ext.getSupportedProfiles().includes("hdr")}return false}function _JS_SystemInfo_HasCursorLock(){return Module.SystemInfo.hasCursorLock}function _JS_SystemInfo_HasFullscreen(){return Module.SystemInfo.hasFullscreen}function _JS_SystemInfo_HasWebGL(){return Module.SystemInfo.hasWebGL}function _JS_UnityEngineShouldQuit(){return!!Module.shouldQuit}function _SendResultats(resultats_from_unity){window.resultat(UTF8ToString(resultats_from_unity))}function _SendResultatsMissions(resultats_from_unity){window.resultatP3(UTF8ToString(resultats_from_unity))}var ExceptionInfoAttrs={DESTRUCTOR_OFFSET:0,REFCOUNT_OFFSET:4,TYPE_OFFSET:8,CAUGHT_OFFSET:12,RETHROWN_OFFSET:13,SIZE:16};function ___cxa_allocate_exception(size){return _malloc(size+ExceptionInfoAttrs.SIZE)+ExceptionInfoAttrs.SIZE}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-ExceptionInfoAttrs.SIZE;this.set_type=function(type){HEAP32[this.ptr+ExceptionInfoAttrs.TYPE_OFFSET>>2]=type};this.get_type=function(){return HEAP32[this.ptr+ExceptionInfoAttrs.TYPE_OFFSET>>2]};this.set_destructor=function(destructor){HEAP32[this.ptr+ExceptionInfoAttrs.DESTRUCTOR_OFFSET>>2]=destructor};this.get_destructor=function(){return HEAP32[this.ptr+ExceptionInfoAttrs.DESTRUCTOR_OFFSET>>2]};this.set_refcount=function(refcount){HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2]=refcount};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+ExceptionInfoAttrs.CAUGHT_OFFSET>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+ExceptionInfoAttrs.CAUGHT_OFFSET>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+ExceptionInfoAttrs.RETHROWN_OFFSET>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+ExceptionInfoAttrs.RETHROWN_OFFSET>>0]!=0};this.init=function(type,destructor){this.set_type(type);this.set_destructor(destructor);this.set_refcount(0);this.set_caught(false);this.set_rethrown(false)};this.add_ref=function(){var value=HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2];HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2]=value+1};this.release_ref=function(){var prev=HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2];HEAP32[this.ptr+ExceptionInfoAttrs.REFCOUNT_OFFSET>>2]=prev-1;return prev===1}}function CatchInfo(ptr){this.free=function(){_free(this.ptr);this.ptr=0};this.set_base_ptr=function(basePtr){HEAP32[this.ptr>>2]=basePtr};this.get_base_ptr=function(){return HEAP32[this.ptr>>2]};this.set_adjusted_ptr=function(adjustedPtr){var ptrSize=4;HEAP32[this.ptr+ptrSize>>2]=adjustedPtr};this.get_adjusted_ptr=function(){var ptrSize=4;return HEAP32[this.ptr+ptrSize>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_exception_info().get_type());if(isPointer){return HEAP32[this.get_base_ptr()>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.get_base_ptr()};this.get_exception_info=function(){return new ExceptionInfo(this.get_base_ptr())};if(ptr===undefined){this.ptr=_malloc(8);this.set_adjusted_ptr(0)}else{this.ptr=ptr}}var exceptionCaught=[];function exception_addRef(info){info.add_ref()}var uncaughtExceptionCount=0;function ___cxa_begin_catch(ptr){var catchInfo=new CatchInfo(ptr);var info=catchInfo.get_exception_info();if(!info.get_caught()){info.set_caught(true);uncaughtExceptionCount--}info.set_rethrown(false);exceptionCaught.push(catchInfo);exception_addRef(info);return catchInfo.get_exception_ptr()}var exceptionLast=0;function ___cxa_free_exception(ptr){return _free(new ExceptionInfo(ptr).ptr)}function exception_decRef(info){if(info.release_ref()&&!info.get_rethrown()){var destructor=info.get_destructor();if(destructor){(function(a1){return dynCall_ii.apply(null,[destructor,a1])})(info.excPtr)}___cxa_free_exception(info.excPtr)}}function ___cxa_end_catch(){_setThrew(0);var catchInfo=exceptionCaught.pop();exception_decRef(catchInfo.get_exception_info());catchInfo.free();exceptionLast=0}function ___resumeException(catchInfoPtr){var catchInfo=new CatchInfo(catchInfoPtr);var ptr=catchInfo.get_base_ptr();if(!exceptionLast){exceptionLast=ptr}catchInfo.free();throw ptr}function ___cxa_find_matching_catch_2(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0|0}var info=new ExceptionInfo(thrown);var thrownType=info.get_type();var catchInfo=new CatchInfo;catchInfo.set_base_ptr(thrown);if(!thrownType){setTempRet0(0);return catchInfo.ptr|0}var typeArray=Array.prototype.slice.call(arguments);var stackTop=stackSave();var exceptionThrowBuf=stackAlloc(4);HEAP32[exceptionThrowBuf>>2]=thrown;for(var i=0;i>2];if(thrown!==adjusted){catchInfo.set_adjusted_ptr(adjusted)}setTempRet0(caughtType);return catchInfo.ptr|0}}stackRestore(stackTop);setTempRet0(thrownType);return catchInfo.ptr|0}function ___cxa_find_matching_catch_3(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0|0}var info=new ExceptionInfo(thrown);var thrownType=info.get_type();var catchInfo=new CatchInfo;catchInfo.set_base_ptr(thrown);if(!thrownType){setTempRet0(0);return catchInfo.ptr|0}var typeArray=Array.prototype.slice.call(arguments);var stackTop=stackSave();var exceptionThrowBuf=stackAlloc(4);HEAP32[exceptionThrowBuf>>2]=thrown;for(var i=0;i>2];if(thrown!==adjusted){catchInfo.set_adjusted_ptr(adjusted)}setTempRet0(caughtType);return catchInfo.ptr|0}}stackRestore(stackTop);setTempRet0(thrownType);return catchInfo.ptr|0}function ___cxa_find_matching_catch_4(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0|0}var info=new ExceptionInfo(thrown);var thrownType=info.get_type();var catchInfo=new CatchInfo;catchInfo.set_base_ptr(thrown);if(!thrownType){setTempRet0(0);return catchInfo.ptr|0}var typeArray=Array.prototype.slice.call(arguments);var stackTop=stackSave();var exceptionThrowBuf=stackAlloc(4);HEAP32[exceptionThrowBuf>>2]=thrown;for(var i=0;i>2];if(thrown!==adjusted){catchInfo.set_adjusted_ptr(adjusted)}setTempRet0(caughtType);return catchInfo.ptr|0}}stackRestore(stackTop);setTempRet0(thrownType);return catchInfo.ptr|0}function ___cxa_rethrow(){var catchInfo=exceptionCaught.pop();if(!catchInfo){abort("no exception to throw")}var info=catchInfo.get_exception_info();var ptr=catchInfo.get_base_ptr();if(!info.get_rethrown()){exceptionCaught.push(catchInfo);info.set_rethrown(true);info.set_caught(false);uncaughtExceptionCount++}else{catchInfo.free()}exceptionLast=ptr;throw ptr}function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw ptr}function _gmtime_r(time,tmPtr){var date=new Date(HEAP32[time>>2]*1e3);HEAP32[tmPtr>>2]=date.getUTCSeconds();HEAP32[tmPtr+4>>2]=date.getUTCMinutes();HEAP32[tmPtr+8>>2]=date.getUTCHours();HEAP32[tmPtr+12>>2]=date.getUTCDate();HEAP32[tmPtr+16>>2]=date.getUTCMonth();HEAP32[tmPtr+20>>2]=date.getUTCFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getUTCDay();HEAP32[tmPtr+36>>2]=0;HEAP32[tmPtr+32>>2]=0;var start=Date.UTC(date.getUTCFullYear(),0,1,0,0,0,0);var yday=(date.getTime()-start)/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;if(!_gmtime_r.GMTString)_gmtime_r.GMTString=allocateUTF8("GMT");HEAP32[tmPtr+40>>2]=_gmtime_r.GMTString;return tmPtr}function ___gmtime_r(a0,a1){return _gmtime_r(a0,a1)}function _tzset(){if(_tzset.called)return;_tzset.called=true;var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAP32[__get_timezone()>>2]=stdTimezoneOffset*60;HEAP32[__get_daylight()>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=allocateUTF8(winterName);var summerNamePtr=allocateUTF8(summerName);if(summerOffset>2]=winterNamePtr;HEAP32[__get_tzname()+4>>2]=summerNamePtr}else{HEAP32[__get_tzname()>>2]=summerNamePtr;HEAP32[__get_tzname()+4>>2]=winterNamePtr}}function _localtime_r(time,tmPtr){_tzset();var date=new Date(HEAP32[time>>2]*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var start=new Date(date.getFullYear(),0,1);var yday=(date.getTime()-start.getTime())/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst;var zonePtr=HEAP32[__get_tzname()+(dst?4:0)>>2];HEAP32[tmPtr+40>>2]=zonePtr;return tmPtr}function ___localtime_r(a0,a1){return _localtime_r(a0,a1)}var PATH={splitPath:function(filename){var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:function(parts,allowAboveRoot){var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:function(path){var isAbsolute=path.charAt(0)==="/",trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:function(path){var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:function(path){if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},extname:function(path){return PATH.splitPath(path)[3]},join:function(){var paths=Array.prototype.slice.call(arguments,0);return PATH.normalize(paths.join("/"))},join2:function(l,r){return PATH.normalize(l+"/"+r)}};function getRandomDevice(){if(typeof crypto==="object"&&typeof crypto["getRandomValues"]==="function"){var randomBuffer=new Uint8Array(1);return function(){crypto.getRandomValues(randomBuffer);return randomBuffer[0]}}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");return function(){return crypto_module["randomBytes"](1)[0]}}catch(e){}}return function(){abort("randomDevice")}}var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!=="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=path.charAt(0)==="/"}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(function(p){return!!p}),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:function(from,to){from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},flush:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};function mmapAlloc(size){var alignedSize=alignMemory(size,65536);var ptr=_malloc(alignedSize);while(size=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr:function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr:function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir:function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries},symlink:function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink:function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i0||position+length8){throw new FS.ErrnoError(32)}var parts=PATH.normalizeArray(path.split("/").filter(function(p){return!!p}),false);var current=FS.root;var current_path="/";for(var i=0;i40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:function(node){var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:function(parentid,name){var hash=0;for(var i=0;i>>0)%FS.nameTable.length},hashAddNode:function(node){var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:function(node){var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:function(parent,name){var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:function(parent,name,mode,rdev){var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:function(node){FS.hashRemoveNode(node)},isRoot:function(node){return node===node.parent},isMountpoint:function(node){return!!node.mounted},isFile:function(mode){return(mode&61440)===32768},isDir:function(mode){return(mode&61440)===16384},isLink:function(mode){return(mode&61440)===40960},isChrdev:function(mode){return(mode&61440)===8192},isBlkdev:function(mode){return(mode&61440)===24576},isFIFO:function(mode){return(mode&61440)===4096},isSocket:function(mode){return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:function(str){var flags=FS.flagModes[str];if(typeof flags==="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:function(flag){var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:function(node,perms){if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:function(dir){var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:function(dir,name){try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:function(dir,name,isdir){var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:function(node,flags){if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:function(fd_start,fd_end){fd_start=fd_start||0;fd_end=fd_end||FS.MAX_OPEN_FDS;for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:function(fd){return FS.streams[fd]},createStream:function(stream,fd_start,fd_end){if(!FS.FSStream){FS.FSStream=function(){};FS.FSStream.prototype={object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}}}}var newStream=new FS.FSStream;for(var p in stream){newStream[p]=stream[p]}stream=newStream;var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:function(fd){FS.streams[fd]=null},chrdev_stream_ops:{open:function(stream){var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:function(){throw new FS.ErrnoError(70)}},major:function(dev){return dev>>8},minor:function(dev){return dev&255},makedev:function(ma,mi){return ma<<8|mi},registerDevice:function(dev,ops){FS.devices[dev]={stream_ops:ops}},getDevice:function(dev){return FS.devices[dev]},getMounts:function(mount){var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:function(populate,callback){if(typeof populate==="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(function(mount){if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:function(type,opts,mountpoint){var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:function(mountpoint){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(function(hash){var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:function(parent,name){return parent.node_ops.lookup(parent,name)},mknod:function(path,mode,dev){var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:function(path,mode){mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:function(path,mode){mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:function(path,mode){var dirs=path.split("/");var d="";for(var i=0;ithis.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=function(from,to){if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);if(typeof Uint8Array!="undefined")xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}else{return intArrayFromString(xhr.responseText||"",true)}};var lazyArray=this;lazyArray.setDataGetter(function(chunkNum){var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]==="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]==="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!=="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(function(key){var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});stream_ops.read=function stream_ops_read(stream,buffer,offset,length,position){FS.forceLoadFile(node);var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i>2]=stat.dev;HEAP32[buf+4>>2]=0;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAP32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;HEAP32[buf+32>>2]=0;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;HEAP32[buf+56>>2]=stat.atime.getTime()/1e3|0;HEAP32[buf+60>>2]=0;HEAP32[buf+64>>2]=stat.mtime.getTime()/1e3|0;HEAP32[buf+68>>2]=0;HEAP32[buf+72>>2]=stat.ctime.getTime()/1e3|0;HEAP32[buf+76>>2]=0;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+80>>2]=tempI64[0],HEAP32[buf+84>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},doMkdir:function(path,mode){path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0},doMknod:function(path,mode,dev){switch(mode&61440){case 32768:case 8192:case 24576:case 4096:case 49152:break;default:return-28}FS.mknod(path,mode,dev);return 0},doReadlink:function(path,buf,bufsize){if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len},doAccess:function(path,amode){if(amode&~7){return-28}var node;var lookup=FS.lookupPath(path,{follow:true});node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0},doDup:function(path,flags,suggestFD){var suggest=FS.getStream(suggestFD);if(suggest)FS.close(suggest);return FS.open(path,flags,0,suggestFD,suggestFD).fd},doReadv:function(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr>2];var len=HEAP32[iov+(i*8+4)>>2];var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr}return ret},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream},get64:function(low,high){return low}};function ___sys__newselect(nfds,readfds,writefds,exceptfds,timeout){try{var total=0;var srcReadLow=readfds?HEAP32[readfds>>2]:0,srcReadHigh=readfds?HEAP32[readfds+4>>2]:0;var srcWriteLow=writefds?HEAP32[writefds>>2]:0,srcWriteHigh=writefds?HEAP32[writefds+4>>2]:0;var srcExceptLow=exceptfds?HEAP32[exceptfds>>2]:0,srcExceptHigh=exceptfds?HEAP32[exceptfds+4>>2]:0;var dstReadLow=0,dstReadHigh=0;var dstWriteLow=0,dstWriteHigh=0;var dstExceptLow=0,dstExceptHigh=0;var allLow=(readfds?HEAP32[readfds>>2]:0)|(writefds?HEAP32[writefds>>2]:0)|(exceptfds?HEAP32[exceptfds>>2]:0);var allHigh=(readfds?HEAP32[readfds+4>>2]:0)|(writefds?HEAP32[writefds+4>>2]:0)|(exceptfds?HEAP32[exceptfds+4>>2]:0);var check=function(fd,low,high,val){return fd<32?low&val:high&val};for(var fd=0;fd>2]=dstReadLow;HEAP32[readfds+4>>2]=dstReadHigh}if(writefds){HEAP32[writefds>>2]=dstWriteLow;HEAP32[writefds+4>>2]=dstWriteHigh}if(exceptfds){HEAP32[exceptfds>>2]=dstExceptLow;HEAP32[exceptfds+4>>2]=dstExceptHigh}return total}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}var ERRNO_CODES={EPERM:63,ENOENT:44,ESRCH:71,EINTR:27,EIO:29,ENXIO:60,E2BIG:1,ENOEXEC:45,EBADF:8,ECHILD:12,EAGAIN:6,EWOULDBLOCK:6,ENOMEM:48,EACCES:2,EFAULT:21,ENOTBLK:105,EBUSY:10,EEXIST:20,EXDEV:75,ENODEV:43,ENOTDIR:54,EISDIR:31,EINVAL:28,ENFILE:41,EMFILE:33,ENOTTY:59,ETXTBSY:74,EFBIG:22,ENOSPC:51,ESPIPE:70,EROFS:69,EMLINK:34,EPIPE:64,EDOM:18,ERANGE:68,ENOMSG:49,EIDRM:24,ECHRNG:106,EL2NSYNC:156,EL3HLT:107,EL3RST:108,ELNRNG:109,EUNATCH:110,ENOCSI:111,EL2HLT:112,EDEADLK:16,ENOLCK:46,EBADE:113,EBADR:114,EXFULL:115,ENOANO:104,EBADRQC:103,EBADSLT:102,EDEADLOCK:16,EBFONT:101,ENOSTR:100,ENODATA:116,ETIME:117,ENOSR:118,ENONET:119,ENOPKG:120,EREMOTE:121,ENOLINK:47,EADV:122,ESRMNT:123,ECOMM:124,EPROTO:65,EMULTIHOP:36,EDOTDOT:125,EBADMSG:9,ENOTUNIQ:126,EBADFD:127,EREMCHG:128,ELIBACC:129,ELIBBAD:130,ELIBSCN:131,ELIBMAX:132,ELIBEXEC:133,ENOSYS:52,ENOTEMPTY:55,ENAMETOOLONG:37,ELOOP:32,EOPNOTSUPP:138,EPFNOSUPPORT:139,ECONNRESET:15,ENOBUFS:42,EAFNOSUPPORT:5,EPROTOTYPE:67,ENOTSOCK:57,ENOPROTOOPT:50,ESHUTDOWN:140,ECONNREFUSED:14,EADDRINUSE:3,ECONNABORTED:13,ENETUNREACH:40,ENETDOWN:38,ETIMEDOUT:73,EHOSTDOWN:142,EHOSTUNREACH:23,EINPROGRESS:26,EALREADY:7,EDESTADDRREQ:17,EMSGSIZE:35,EPROTONOSUPPORT:66,ESOCKTNOSUPPORT:137,EADDRNOTAVAIL:4,ENETRESET:39,EISCONN:30,ENOTCONN:53,ETOOMANYREFS:141,EUSERS:136,EDQUOT:19,ESTALE:72,ENOTSUP:138,ENOMEDIUM:148,EILSEQ:25,EOVERFLOW:61,ECANCELED:11,ENOTRECOVERABLE:56,EOWNERDEAD:62,ESTRPIPE:135};var SOCKFS={mount:function(mount){Module["websocket"]=Module["websocket"]&&"object"===typeof Module["websocket"]?Module["websocket"]:{};Module["websocket"]._callbacks={};Module["websocket"]["on"]=function(event,callback){if("function"===typeof callback){this._callbacks[event]=callback}return this};Module["websocket"].emit=function(event,param){if("function"===typeof this._callbacks[event]){this._callbacks[event].call(this,param)}};return FS.createNode(null,"/",16384|511,0)},createSocket:function(family,type,protocol){type&=~526336;var streaming=type==1;if(protocol){assert(streaming==(protocol==6))}var sock={family:family,type:type,protocol:protocol,server:null,error:null,peers:{},pending:[],recv_queue:[],sock_ops:SOCKFS.websocket_sock_ops};var name=SOCKFS.nextname();var node=FS.createNode(SOCKFS.root,name,49152,0);node.sock=sock;var stream=FS.createStream({path:name,node:node,flags:2,seekable:false,stream_ops:SOCKFS.stream_ops});sock.stream=stream;return sock},getSocket:function(fd){var stream=FS.getStream(fd);if(!stream||!FS.isSocket(stream.node.mode)){return null}return stream.node.sock},stream_ops:{poll:function(stream){var sock=stream.node.sock;return sock.sock_ops.poll(sock)},ioctl:function(stream,request,varargs){var sock=stream.node.sock;return sock.sock_ops.ioctl(sock,request,varargs)},read:function(stream,buffer,offset,length,position){var sock=stream.node.sock;var msg=sock.sock_ops.recvmsg(sock,length);if(!msg){return 0}buffer.set(msg.buffer,offset);return msg.buffer.length},write:function(stream,buffer,offset,length,position){var sock=stream.node.sock;return sock.sock_ops.sendmsg(sock,buffer,offset,length)},close:function(stream){var sock=stream.node.sock;sock.sock_ops.close(sock)}},nextname:function(){if(!SOCKFS.nextname.current){SOCKFS.nextname.current=0}return"socket["+SOCKFS.nextname.current+++"]"},websocket_sock_ops:{createPeer:function(sock,addr,port){var ws;if(typeof addr==="object"){ws=addr;addr=null;port=null}if(ws){if(ws._socket){addr=ws._socket.remoteAddress;port=ws._socket.remotePort}else{var result=/ws[s]?:\/\/([^:]+):(\d+)/.exec(ws.url);if(!result){throw new Error("WebSocket URL must be in the format ws(s)://address:port")}addr=result[1];port=parseInt(result[2],10)}}else{try{var runtimeConfig=Module["websocket"]&&"object"===typeof Module["websocket"];var url="ws:#".replace("#","//");if(runtimeConfig){if("string"===typeof Module["websocket"]["url"]){url=Module["websocket"]["url"]}}if(url==="ws://"||url==="wss://"){var parts=addr.split("/");url=url+parts[0]+":"+port+"/"+parts.slice(1).join("/")}var subProtocols="binary";if(runtimeConfig){if("string"===typeof Module["websocket"]["subprotocol"]){subProtocols=Module["websocket"]["subprotocol"]}}var opts=undefined;if(subProtocols!=="null"){subProtocols=subProtocols.replace(/^ +| +$/g,"").split(/ *, */);opts=ENVIRONMENT_IS_NODE?{"protocol":subProtocols.toString()}:subProtocols}if(runtimeConfig&&null===Module["websocket"]["subprotocol"]){subProtocols="null";opts=undefined}var WebSocketConstructor;if(ENVIRONMENT_IS_NODE){WebSocketConstructor=require("ws")}else{WebSocketConstructor=WebSocket}ws=new WebSocketConstructor(url,opts);ws.binaryType="arraybuffer"}catch(e){throw new FS.ErrnoError(ERRNO_CODES.EHOSTUNREACH)}}var peer={addr:addr,port:port,socket:ws,dgram_send_queue:[]};SOCKFS.websocket_sock_ops.addPeer(sock,peer);SOCKFS.websocket_sock_ops.handlePeerEvents(sock,peer);if(sock.type===2&&typeof sock.sport!=="undefined"){peer.dgram_send_queue.push(new Uint8Array([255,255,255,255,"p".charCodeAt(0),"o".charCodeAt(0),"r".charCodeAt(0),"t".charCodeAt(0),(sock.sport&65280)>>8,sock.sport&255]))}return peer},getPeer:function(sock,addr,port){return sock.peers[addr+":"+port]},addPeer:function(sock,peer){sock.peers[peer.addr+":"+peer.port]=peer},removePeer:function(sock,peer){delete sock.peers[peer.addr+":"+peer.port]},handlePeerEvents:function(sock,peer){var first=true;var handleOpen=function(){Module["websocket"].emit("open",sock.stream.fd);try{var queued=peer.dgram_send_queue.shift();while(queued){peer.socket.send(queued);queued=peer.dgram_send_queue.shift()}}catch(e){peer.socket.close()}};function handleMessage(data){if(typeof data==="string"){var encoder=new TextEncoder;data=encoder.encode(data)}else{assert(data.byteLength!==undefined);if(data.byteLength==0){return}else{data=new Uint8Array(data)}}var wasfirst=first;first=false;if(wasfirst&&data.length===10&&data[0]===255&&data[1]===255&&data[2]===255&&data[3]===255&&data[4]==="p".charCodeAt(0)&&data[5]==="o".charCodeAt(0)&&data[6]==="r".charCodeAt(0)&&data[7]==="t".charCodeAt(0)){var newport=data[8]<<8|data[9];SOCKFS.websocket_sock_ops.removePeer(sock,peer);peer.port=newport;SOCKFS.websocket_sock_ops.addPeer(sock,peer);return}sock.recv_queue.push({addr:peer.addr,port:peer.port,data:data});Module["websocket"].emit("message",sock.stream.fd)}if(ENVIRONMENT_IS_NODE){peer.socket.on("open",handleOpen);peer.socket.on("message",function(data,flags){if(!flags.binary){return}handleMessage(new Uint8Array(data).buffer)});peer.socket.on("close",function(){Module["websocket"].emit("close",sock.stream.fd)});peer.socket.on("error",function(error){sock.error=ERRNO_CODES.ECONNREFUSED;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])})}else{peer.socket.onopen=handleOpen;peer.socket.onclose=function(){Module["websocket"].emit("close",sock.stream.fd)};peer.socket.onmessage=function peer_socket_onmessage(event){handleMessage(event.data)};peer.socket.onerror=function(error){sock.error=ERRNO_CODES.ECONNREFUSED;Module["websocket"].emit("error",[sock.stream.fd,sock.error,"ECONNREFUSED: Connection refused"])}}},poll:function(sock){if(sock.type===1&&sock.server){return sock.pending.length?64|1:0}var mask=0;var dest=sock.type===1?SOCKFS.websocket_sock_ops.getPeer(sock,sock.daddr,sock.dport):null;if(sock.recv_queue.length||!dest||dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=64|1}if(!dest||dest&&dest.socket.readyState===dest.socket.OPEN){mask|=4}if(dest&&dest.socket.readyState===dest.socket.CLOSING||dest&&dest.socket.readyState===dest.socket.CLOSED){mask|=16}return mask},ioctl:function(sock,request,arg){switch(request){case 21531:var bytes=0;if(sock.recv_queue.length){bytes=sock.recv_queue[0].data.length}HEAP32[arg>>2]=bytes;return 0;default:return ERRNO_CODES.EINVAL}},close:function(sock){if(sock.server){try{sock.server.close()}catch(e){}sock.server=null}var peers=Object.keys(sock.peers);for(var i=0;i>2]=value;return value}function inetPton4(str){var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0}function jstoi_q(str){return parseInt(str)}function inetPton6(str){var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w>2]=16}HEAP16[sa>>1]=family;HEAP32[sa+4>>2]=addr;HEAP16[sa+2>>1]=_htons(port);tempI64=[0>>>0,(tempDouble=0,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[sa+8>>2]=tempI64[0],HEAP32[sa+12>>2]=tempI64[1];break;case 10:addr=inetPton6(addr);if(addrlen){HEAP32[addrlen>>2]=28}HEAP32[sa>>2]=family;HEAP32[sa+8>>2]=addr[0];HEAP32[sa+12>>2]=addr[1];HEAP32[sa+16>>2]=addr[2];HEAP32[sa+20>>2]=addr[3];HEAP16[sa+2>>1]=_htons(port);HEAP32[sa+4>>2]=0;HEAP32[sa+24>>2]=0;break;default:return 5}return 0}var DNS={address_map:{id:1,addrs:{},names:{}},lookup_name:function(name){var res=inetPton4(name);if(res!==null){return name}res=inetPton6(name);if(res!==null){return name}var addr;if(DNS.address_map.addrs[name]){addr=DNS.address_map.addrs[name]}else{var id=DNS.address_map.id++;assert(id<65535,"exceeded max address mappings of 65535");addr="172.29."+(id&255)+"."+(id&65280);DNS.address_map.names[addr]=name;DNS.address_map.addrs[name]=addr}return addr},lookup_addr:function(addr){if(DNS.address_map.names[addr]){return DNS.address_map.names[addr]}return null}};function ___sys_accept4(fd,addr,addrlen,flags){try{var sock=getSocketFromFD(fd);var newsock=sock.sock_ops.accept(sock);if(addr){var errno=writeSockaddr(addr,newsock.family,DNS.lookup_name(newsock.daddr),newsock.dport,addrlen)}return newsock.stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_access(path,amode){try{path=SYSCALLS.getStr(path);return SYSCALLS.doAccess(path,amode)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function inetNtop4(addr){return(addr&255)+"."+(addr>>8&255)+"."+(addr>>16&255)+"."+(addr>>24&255)}function inetNtop6(ints){var str="";var word=0;var longest=0;var lastzero=0;var zstart=0;var len=0;var i=0;var parts=[ints[0]&65535,ints[0]>>16,ints[1]&65535,ints[1]>>16,ints[2]&65535,ints[2]>>16,ints[3]&65535,ints[3]>>16];var hasipv4=true;var v4part="";for(i=0;i<5;i++){if(parts[i]!==0){hasipv4=false;break}}if(hasipv4){v4part=inetNtop4(parts[6]|parts[7]<<16);if(parts[5]===-1){str="::ffff:";str+=v4part;return str}if(parts[5]===0){str="::";if(v4part==="0.0.0.0")v4part="";if(v4part==="0.0.0.1")v4part="1";str+=v4part;return str}}for(word=0;word<8;word++){if(parts[word]===0){if(word-lastzero>1){len=0}lastzero=word;len++}if(len>longest){longest=len;zstart=word-longest+1}}for(word=0;word<8;word++){if(longest>1){if(parts[word]===0&&word>=zstart&&word>1];var port=_ntohs(HEAPU16[sa+2>>1]);var addr;switch(family){case 2:if(salen!==16){return{errno:28}}addr=HEAP32[sa+4>>2];addr=inetNtop4(addr);break;case 10:if(salen!==28){return{errno:28}}addr=[HEAP32[sa+8>>2],HEAP32[sa+12>>2],HEAP32[sa+16>>2],HEAP32[sa+20>>2]];addr=inetNtop6(addr);break;default:return{errno:5}}return{family:family,addr:addr,port:port}}function getSocketAddress(addrp,addrlen,allowNull){if(allowNull&&addrp===0)return null;var info=readSockaddr(addrp,addrlen);if(info.errno)throw new FS.ErrnoError(info.errno);info.addr=DNS.lookup_addr(info.addr)||info.addr;return info}function ___sys_bind(fd,addr,addrlen){try{var sock=getSocketFromFD(fd);var info=getSocketAddress(addr,addrlen);sock.sock_ops.bind(sock,info.addr,info.port);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_chdir(path){try{path=SYSCALLS.getStr(path);FS.chdir(path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_chmod(path,mode){try{path=SYSCALLS.getStr(path);FS.chmod(path,mode);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_connect(fd,addr,addrlen){try{var sock=getSocketFromFD(fd);var info=getSocketAddress(addr,addrlen);sock.sock_ops.connect(sock,info.addr,info.port);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_dup2(oldfd,suggestFD){try{var old=SYSCALLS.getStreamFromFD(oldfd);if(old.fd===suggestFD)return suggestFD;return SYSCALLS.doDup(old.path,old.flags,suggestFD)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}var newStream;newStream=FS.open(stream.path,stream.flags,0,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 12:{var arg=SYSCALLS.get();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 13:case 14:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd);if(size>>0,(tempDouble=id,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1];tempI64=[(idx+1)*struct_size>>>0,(tempDouble=(idx+1)*struct_size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1];HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18>>0]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getegid32(){return 0}function ___sys_geteuid32(){return ___sys_getegid32()}function ___sys_getpeername(fd,addr,addrlen){try{var sock=getSocketFromFD(fd);if(!sock.daddr){return-53}var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(sock.daddr),sock.dport,addrlen);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getrusage(who,usage){try{_memset(usage,0,136);HEAP32[usage>>2]=1;HEAP32[usage+4>>2]=2;HEAP32[usage+8>>2]=3;HEAP32[usage+12>>2]=4;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getsockname(fd,addr,addrlen){try{err("__sys_getsockname "+fd);var sock=getSocketFromFD(fd);var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(sock.saddr||"0.0.0.0"),sock.sport,addrlen);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getsockopt(fd,level,optname,optval,optlen){try{var sock=getSocketFromFD(fd);if(level===1){if(optname===4){HEAP32[optval>>2]=sock.error;HEAP32[optlen>>2]=4;sock.error=null;return 0}}return-50}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_getuid32(){return ___sys_getegid32()}function ___sys_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:abort("bad ioctl syscall "+op)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_listen(fd,backlog){try{var sock=getSocketFromFD(fd);sock.sock_ops.listen(sock,backlog);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_mkdir(path,mode){try{path=SYSCALLS.getStr(path);return SYSCALLS.doMkdir(path,mode)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function syscallMmap2(addr,len,prot,flags,fd,off){off<<=12;var ptr;var allocated=false;if((flags&16)!==0&&addr%65536!==0){return-28}if((flags&32)!==0){ptr=_memalign(65536,len);if(!ptr)return-48;_memset(ptr,0,len);allocated=true}else{var info=FS.getStream(fd);if(!info)return-8;var res=FS.mmap(info,addr,len,off,prot,flags);ptr=res.ptr;allocated=res.allocated}SYSCALLS.mappings[ptr]={malloc:ptr,len:len,allocated:allocated,fd:fd,prot:prot,flags:flags,offset:off};return ptr}function ___sys_mmap2(addr,len,prot,flags,fd,off){try{return syscallMmap2(addr,len,prot,flags,fd,off)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function syscallMunmap(addr,len){if((addr|0)===-1||len===0){return-28}var info=SYSCALLS.mappings[addr];if(!info)return 0;if(len===info.len){var stream=FS.getStream(info.fd);if(stream){if(info.prot&2){SYSCALLS.doMsync(addr,stream,len,info.flags,info.offset)}FS.munmap(stream)}SYSCALLS.mappings[addr]=null;if(info.allocated){_free(info.malloc)}}return 0}function ___sys_munmap(addr,len){try{return syscallMunmap(addr,len)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_open(path,flags,varargs){SYSCALLS.varargs=varargs;try{var pathname=SYSCALLS.getStr(path);var mode=varargs?SYSCALLS.get():0;var stream=FS.open(pathname,flags,mode);return stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}var PIPEFS={BUCKET_BUFFER_SIZE:8192,mount:function(mount){return FS.createNode(null,"/",16384|511,0)},createPipe:function(){var pipe={buckets:[]};pipe.buckets.push({buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:0,roffset:0});var rName=PIPEFS.nextname();var wName=PIPEFS.nextname();var rNode=FS.createNode(PIPEFS.root,rName,4096,0);var wNode=FS.createNode(PIPEFS.root,wName,4096,0);rNode.pipe=pipe;wNode.pipe=pipe;var readableStream=FS.createStream({path:rName,node:rNode,flags:0,seekable:false,stream_ops:PIPEFS.stream_ops});rNode.stream=readableStream;var writableStream=FS.createStream({path:wName,node:wNode,flags:1,seekable:false,stream_ops:PIPEFS.stream_ops});wNode.stream=writableStream;return{readable_fd:readableStream.fd,writable_fd:writableStream.fd}},stream_ops:{poll:function(stream){var pipe=stream.node.pipe;if((stream.flags&2097155)===1){return 256|4}else{if(pipe.buckets.length>0){for(var i=0;i0){return 64|1}}}}return 0},ioctl:function(stream,request,varargs){return ERRNO_CODES.EINVAL},fsync:function(stream){return ERRNO_CODES.EINVAL},read:function(stream,buffer,offset,length,position){var pipe=stream.node.pipe;var currentLength=0;for(var i=0;i=dataLen){currBucket.buffer.set(data,currBucket.offset);currBucket.offset+=dataLen;return dataLen}else if(freeBytesInCurrBuffer>0){currBucket.buffer.set(data.subarray(0,freeBytesInCurrBuffer),currBucket.offset);currBucket.offset+=freeBytesInCurrBuffer;data=data.subarray(freeBytesInCurrBuffer,data.byteLength)}var numBuckets=data.byteLength/PIPEFS.BUCKET_BUFFER_SIZE|0;var remElements=data.byteLength%PIPEFS.BUCKET_BUFFER_SIZE;for(var i=0;i0){var newBucket={buffer:new Uint8Array(PIPEFS.BUCKET_BUFFER_SIZE),offset:data.byteLength,roffset:0};pipe.buckets.push(newBucket);newBucket.buffer.set(data)}return dataLen},close:function(stream){var pipe=stream.node.pipe;pipe.buckets=null}},nextname:function(){if(!PIPEFS.nextname.current){PIPEFS.nextname.current=0}return"pipe["+PIPEFS.nextname.current+++"]"}};function ___sys_pipe(fdPtr){try{if(fdPtr==0){throw new FS.ErrnoError(21)}var res=PIPEFS.createPipe();HEAP32[fdPtr>>2]=res.readable_fd;HEAP32[fdPtr+4>>2]=res.writable_fd;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_poll(fds,nfds,timeout){try{var nonzero=0;for(var i=0;i>2];var events=HEAP16[pollfd+4>>1];var mask=32;var stream=FS.getStream(fd);if(stream){mask=SYSCALLS.DEFAULT_POLLMASK;if(stream.stream_ops.poll){mask=stream.stream_ops.poll(stream)}}mask&=events|8|16;if(mask)nonzero++;HEAP16[pollfd+6>>1]=mask}return nonzero}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_readlink(path,buf,bufsize){try{path=SYSCALLS.getStr(path);return SYSCALLS.doReadlink(path,buf,bufsize)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_recvfrom(fd,buf,len,flags,addr,addrlen){try{var sock=getSocketFromFD(fd);var msg=sock.sock_ops.recvmsg(sock,len);if(!msg)return 0;if(addr){var errno=writeSockaddr(addr,sock.family,DNS.lookup_name(msg.addr),msg.port,addrlen)}HEAPU8.set(msg.buffer,buf);return msg.buffer.byteLength}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_recvmsg(fd,message,flags){try{var sock=getSocketFromFD(fd);var iov=HEAP32[message+8>>2];var num=HEAP32[message+12>>2];var total=0;for(var i=0;i>2]}var msg=sock.sock_ops.recvmsg(sock,total);if(!msg)return 0;var name=HEAP32[message>>2];if(name){var errno=writeSockaddr(name,sock.family,DNS.lookup_name(msg.addr),msg.port)}var bytesRead=0;var bytesRemaining=msg.buffer.byteLength;for(var i=0;bytesRemaining>0&&i>2];var iovlen=HEAP32[iov+(8*i+4)>>2];if(!iovlen){continue}var length=Math.min(iovlen,bytesRemaining);var buf=msg.buffer.subarray(bytesRead,bytesRead+length);HEAPU8.set(buf,iovbase+bytesRead);bytesRead+=length;bytesRemaining-=length}return bytesRead}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_rename(old_path,new_path){try{old_path=SYSCALLS.getStr(old_path);new_path=SYSCALLS.getStr(new_path);FS.rename(old_path,new_path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_sendmsg(fd,message,flags){try{var sock=getSocketFromFD(fd);var iov=HEAP32[message+8>>2];var num=HEAP32[message+12>>2];var addr,port;var name=HEAP32[message>>2];var namelen=HEAP32[message+4>>2];if(name){var info=readSockaddr(name,namelen);if(info.errno)return-info.errno;port=info.port;addr=DNS.lookup_addr(info.addr)||info.addr}var total=0;for(var i=0;i>2]}var view=new Uint8Array(total);var offset=0;for(var i=0;i>2];var iovlen=HEAP32[iov+(8*i+4)>>2];for(var j=0;j>0]}}return sock.sock_ops.sendmsg(sock,view,0,total,addr,port)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_sendto(fd,message,length,flags,addr,addr_len){try{var sock=getSocketFromFD(fd);var dest=getSocketAddress(addr,addr_len,true);if(!dest){return FS.write(sock.stream,HEAP8,message,length)}else{return sock.sock_ops.sendmsg(sock,HEAP8,message,length,dest.addr,dest.port)}}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_setsockopt(fd){try{return-50}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_shutdown(fd,how){try{getSocketFromFD(fd);return-52}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_socket(domain,type,protocol){try{var sock=SOCKFS.createSocket(domain,type,protocol);return sock.stream.fd}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_statfs64(path,size,buf){try{path=SYSCALLS.getStr(path);HEAP32[buf+4>>2]=4096;HEAP32[buf+40>>2]=4096;HEAP32[buf+8>>2]=1e6;HEAP32[buf+12>>2]=5e5;HEAP32[buf+16>>2]=5e5;HEAP32[buf+20>>2]=FS.nextInode;HEAP32[buf+24>>2]=1e6;HEAP32[buf+28>>2]=42;HEAP32[buf+44>>2]=2;HEAP32[buf+36>>2]=255;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_truncate64(path,zero,low,high){try{path=SYSCALLS.getStr(path);var length=SYSCALLS.get64(low,high);FS.truncate(path,length);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_uname(buf){try{if(!buf)return-21;var layout={"__size__":390,"domainname":325,"machine":260,"nodename":65,"release":130,"sysname":0,"version":195};var copyString=function(element,value){var offset=layout[element];writeAsciiToMemory(value,buf+offset)};copyString("sysname","Emscripten");copyString("nodename","emscripten");copyString("release","1.0");copyString("version","#1");copyString("machine","wasm32");return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function ___sys_unlink(path){try{path=SYSCALLS.getStr(path);FS.unlink(path);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return-e.errno}}function _abort(){abort()}function _clock(){if(_clock.start===undefined)_clock.start=Date.now();return(Date.now()-_clock.start)*(1e6/1e3)|0}function _emscripten_get_now_res(){if(ENVIRONMENT_IS_NODE){return 1}else if(typeof dateNow!=="undefined"){return 1e3}else return 1e3}var _emscripten_get_now_is_monotonic=true;function _clock_getres(clk_id,res){var nsec;if(clk_id===0){nsec=1e3*1e3}else if(clk_id===1&&_emscripten_get_now_is_monotonic){nsec=_emscripten_get_now_res()}else{setErrNo(28);return-1}HEAP32[res>>2]=nsec/1e9|0;HEAP32[res+4>>2]=nsec;return 0}var _emscripten_get_now;if(ENVIRONMENT_IS_NODE){_emscripten_get_now=function(){var t=process["hrtime"]();return t[0]*1e3+t[1]/1e6}}else if(typeof dateNow!=="undefined"){_emscripten_get_now=dateNow}else _emscripten_get_now=function(){return performance.now()};function _clock_gettime(clk_id,tp){var now;if(clk_id===0){now=Date.now()}else if((clk_id===1||clk_id===4)&&_emscripten_get_now_is_monotonic){now=_emscripten_get_now()}else{setErrNo(28);return-1}HEAP32[tp>>2]=now/1e3|0;HEAP32[tp+4>>2]=now%1e3*1e3*1e3|0;return 0}function _difftime(time1,time0){return time1-time0}function _dlclose(handle){}function _dlerror(){return 0}function _dlopen(filename,flag){}function _dlsym(handle,symbol){return 0}var readAsmConstArgsArray=[];function readAsmConstArgs(sigPtr,buf){readAsmConstArgsArray.length=0;var ch;buf>>=2;while(ch=HEAPU8[sigPtr++]){var double=ch<105;if(double&&buf&1)buf++;readAsmConstArgsArray.push(double?HEAPF64[buf++>>1]:HEAP32[buf]);++buf}return readAsmConstArgsArray}function mainThreadEM_ASM(code,sigPtr,argbuf,sync){var args=readAsmConstArgs(sigPtr,argbuf);return ASM_CONSTS[code].apply(null,args)}function _emscripten_asm_const_int_sync_on_main_thread(code,sigPtr,argbuf){return mainThreadEM_ASM(code,sigPtr,argbuf,1)}function _emscripten_set_main_loop_timing(mode,value){Browser.mainLoop.timingMode=mode;Browser.mainLoop.timingValue=value;if(!Browser.mainLoop.func){return 1}if(!Browser.mainLoop.running){Browser.mainLoop.running=true}if(mode==0){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setTimeout(){var timeUntilNextTick=Math.max(0,Browser.mainLoop.tickStartTime+value-_emscripten_get_now())|0;setTimeout(Browser.mainLoop.runner,timeUntilNextTick)};Browser.mainLoop.method="timeout"}else if(mode==1){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_rAF(){Browser.requestAnimationFrame(Browser.mainLoop.runner)};Browser.mainLoop.method="rAF"}else if(mode==2){if(typeof setImmediate==="undefined"){var setImmediates=[];var emscriptenMainLoopMessageId="setimmediate";var Browser_setImmediate_messageHandler=function(event){if(event.data===emscriptenMainLoopMessageId||event.data.target===emscriptenMainLoopMessageId){event.stopPropagation();setImmediates.shift()()}};addEventListener("message",Browser_setImmediate_messageHandler,true);setImmediate=function Browser_emulated_setImmediate(func){setImmediates.push(func);if(ENVIRONMENT_IS_WORKER){if(Module["setImmediates"]===undefined)Module["setImmediates"]=[];Module["setImmediates"].push(func);postMessage({target:emscriptenMainLoopMessageId})}else postMessage(emscriptenMainLoopMessageId,"*")}}Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setImmediate(){setImmediate(Browser.mainLoop.runner)};Browser.mainLoop.method="immediate"}return 0}function _exit(status){exit(status)}function maybeExit(){if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){if(e instanceof ExitStatus){return}throw e}}}function setMainLoop(browserIterationFunc,fps,simulateInfiniteLoop,arg,noSetTiming){assert(!Browser.mainLoop.func,"emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters.");Browser.mainLoop.func=browserIterationFunc;Browser.mainLoop.arg=arg;var thisMainLoopId=Browser.mainLoop.currentlyRunningMainloop;function checkIsRunning(){if(thisMainLoopId0){var start=Date.now();var blocker=Browser.mainLoop.queue.shift();blocker.func(blocker.arg);if(Browser.mainLoop.remainingBlockers){var remaining=Browser.mainLoop.remainingBlockers;var next=remaining%1==0?remaining-1:Math.floor(remaining);if(blocker.counted){Browser.mainLoop.remainingBlockers=next}else{next=next+.5;Browser.mainLoop.remainingBlockers=(8*remaining+next)/9}}console.log('main loop blocker "'+blocker.name+'" took '+(Date.now()-start)+" ms");Browser.mainLoop.updateStatus();if(!checkIsRunning())return;setTimeout(Browser.mainLoop.runner,0);return}if(!checkIsRunning())return;Browser.mainLoop.currentFrameNumber=Browser.mainLoop.currentFrameNumber+1|0;if(Browser.mainLoop.timingMode==1&&Browser.mainLoop.timingValue>1&&Browser.mainLoop.currentFrameNumber%Browser.mainLoop.timingValue!=0){Browser.mainLoop.scheduler();return}else if(Browser.mainLoop.timingMode==0){Browser.mainLoop.tickStartTime=_emscripten_get_now()}GL.newRenderingFrameStarted();Browser.mainLoop.runIter(browserIterationFunc);if(!checkIsRunning())return;if(typeof SDL==="object"&&SDL.audio&&SDL.audio.queueNewAudioData)SDL.audio.queueNewAudioData();Browser.mainLoop.scheduler()};if(!noSetTiming){if(fps&&fps>0)_emscripten_set_main_loop_timing(0,1e3/fps);else _emscripten_set_main_loop_timing(1,1);Browser.mainLoop.scheduler()}if(simulateInfiniteLoop){throw"unwind"}}function callUserCallback(func,synchronous){if(ABORT){return}if(synchronous){func();return}try{func()}catch(e){if(e instanceof ExitStatus){return}else if(e!=="unwind"){if(e&&typeof e==="object"&&e.stack)err("exception thrown: "+[e,e.stack]);throw e}}}var Browser={mainLoop:{running:false,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],pause:function(){Browser.mainLoop.scheduler=null;Browser.mainLoop.currentlyRunningMainloop++},resume:function(){Browser.mainLoop.currentlyRunningMainloop++;var timingMode=Browser.mainLoop.timingMode;var timingValue=Browser.mainLoop.timingValue;var func=Browser.mainLoop.func;Browser.mainLoop.func=null;setMainLoop(func,0,false,Browser.mainLoop.arg,true);_emscripten_set_main_loop_timing(timingMode,timingValue);Browser.mainLoop.scheduler()},updateStatus:function(){if(Module["setStatus"]){var message=Module["statusMessage"]||"Please wait...";var remaining=Browser.mainLoop.remainingBlockers;var expected=Browser.mainLoop.expectedBlockers;if(remaining){if(remaining=6){var curr=leftchar>>leftbits-6&63;leftbits-=6;ret+=BASE[curr]}}if(leftbits==2){ret+=BASE[(leftchar&3)<<4];ret+=PAD+PAD}else if(leftbits==4){ret+=BASE[(leftchar&15)<<2];ret+=PAD}return ret}audio.src="data:audio/x-"+name.substr(-3)+";base64,"+encode64(byteArray);finish(audio)};audio.src=url;Browser.safeSetTimeout(function(){finish(audio)},1e4)}else{return fail()}};Module["preloadPlugins"].push(audioPlugin);function pointerLockChange(){Browser.pointerLock=document["pointerLockElement"]===Module["canvas"]||document["mozPointerLockElement"]===Module["canvas"]||document["webkitPointerLockElement"]===Module["canvas"]||document["msPointerLockElement"]===Module["canvas"]}var canvas=Module["canvas"];if(canvas){canvas.requestPointerLock=canvas["requestPointerLock"]||canvas["mozRequestPointerLock"]||canvas["webkitRequestPointerLock"]||canvas["msRequestPointerLock"]||function(){};canvas.exitPointerLock=document["exitPointerLock"]||document["mozExitPointerLock"]||document["webkitExitPointerLock"]||document["msExitPointerLock"]||function(){};canvas.exitPointerLock=canvas.exitPointerLock.bind(document);document.addEventListener("pointerlockchange",pointerLockChange,false);document.addEventListener("mozpointerlockchange",pointerLockChange,false);document.addEventListener("webkitpointerlockchange",pointerLockChange,false);document.addEventListener("mspointerlockchange",pointerLockChange,false);if(Module["elementPointerLock"]){canvas.addEventListener("click",function(ev){if(!Browser.pointerLock&&Module["canvas"].requestPointerLock){Module["canvas"].requestPointerLock();ev.preventDefault()}},false)}}},createContext:function(canvas,useWebGL,setInModule,webGLContextAttributes){if(useWebGL&&Module.ctx&&canvas==Module.canvas)return Module.ctx;var ctx;var contextHandle;if(useWebGL){var contextAttributes={antialias:false,alpha:false,majorVersion:typeof WebGL2RenderingContext!=="undefined"?2:1};if(webGLContextAttributes){for(var attribute in webGLContextAttributes){contextAttributes[attribute]=webGLContextAttributes[attribute]}}if(typeof GL!=="undefined"){contextHandle=GL.createContext(canvas,contextAttributes);if(contextHandle){ctx=GL.getContext(contextHandle).GLctx}}}else{ctx=canvas.getContext("2d")}if(!ctx)return null;if(setInModule){if(!useWebGL)assert(typeof GLctx==="undefined","cannot set in module if GLctx is used, but we are a non-GL context that would replace it");Module.ctx=ctx;if(useWebGL)GL.makeContextCurrent(contextHandle);Module.useWebGL=useWebGL;Browser.moduleContextCreatedCallbacks.forEach(function(callback){callback()});Browser.init()}return ctx},destroyContext:function(canvas,useWebGL,setInModule){},fullscreenHandlersInstalled:false,lockPointer:undefined,resizeCanvas:undefined,requestFullscreen:function(lockPointer,resizeCanvas){Browser.lockPointer=lockPointer;Browser.resizeCanvas=resizeCanvas;if(typeof Browser.lockPointer==="undefined")Browser.lockPointer=true;if(typeof Browser.resizeCanvas==="undefined")Browser.resizeCanvas=false;var canvas=Module["canvas"];function fullscreenChange(){Browser.isFullscreen=false;var canvasContainer=canvas.parentNode;if((document["fullscreenElement"]||document["mozFullScreenElement"]||document["msFullscreenElement"]||document["webkitFullscreenElement"]||document["webkitCurrentFullScreenElement"])===canvasContainer){canvas.exitFullscreen=Browser.exitFullscreen;if(Browser.lockPointer)canvas.requestPointerLock();Browser.isFullscreen=true;if(Browser.resizeCanvas){Browser.setFullscreenCanvasSize()}else{Browser.updateCanvasDimensions(canvas)}}else{canvasContainer.parentNode.insertBefore(canvas,canvasContainer);canvasContainer.parentNode.removeChild(canvasContainer);if(Browser.resizeCanvas){Browser.setWindowedCanvasSize()}else{Browser.updateCanvasDimensions(canvas)}}if(Module["onFullScreen"])Module["onFullScreen"](Browser.isFullscreen);if(Module["onFullscreen"])Module["onFullscreen"](Browser.isFullscreen)}if(!Browser.fullscreenHandlersInstalled){Browser.fullscreenHandlersInstalled=true;document.addEventListener("fullscreenchange",fullscreenChange,false);document.addEventListener("mozfullscreenchange",fullscreenChange,false);document.addEventListener("webkitfullscreenchange",fullscreenChange,false);document.addEventListener("MSFullscreenChange",fullscreenChange,false)}var canvasContainer=document.createElement("div");canvas.parentNode.insertBefore(canvasContainer,canvas);canvasContainer.appendChild(canvas);canvasContainer.requestFullscreen=canvasContainer["requestFullscreen"]||canvasContainer["mozRequestFullScreen"]||canvasContainer["msRequestFullscreen"]||(canvasContainer["webkitRequestFullscreen"]?function(){canvasContainer["webkitRequestFullscreen"](Element["ALLOW_KEYBOARD_INPUT"])}:null)||(canvasContainer["webkitRequestFullScreen"]?function(){canvasContainer["webkitRequestFullScreen"](Element["ALLOW_KEYBOARD_INPUT"])}:null);canvasContainer.requestFullscreen()},exitFullscreen:function(){if(!Browser.isFullscreen){return false}var CFS=document["exitFullscreen"]||document["cancelFullScreen"]||document["mozCancelFullScreen"]||document["msExitFullscreen"]||document["webkitCancelFullScreen"]||function(){};CFS.apply(document,[]);return true},nextRAF:0,fakeRequestAnimationFrame:function(func){var now=Date.now();if(Browser.nextRAF===0){Browser.nextRAF=now+1e3/60}else{while(now+2>=Browser.nextRAF){Browser.nextRAF+=1e3/60}}var delay=Math.max(Browser.nextRAF-now,0);setTimeout(func,delay)},requestAnimationFrame:function(func){if(typeof requestAnimationFrame==="function"){requestAnimationFrame(func);return}var RAF=Browser.fakeRequestAnimationFrame;RAF(func)},safeRequestAnimationFrame:function(func){return Browser.requestAnimationFrame(function(){callUserCallback(func)})},safeSetTimeout:function(func,timeout){return setTimeout(function(){callUserCallback(func)},timeout)},getMimetype:function(name){return{"jpg":"image/jpeg","jpeg":"image/jpeg","png":"image/png","bmp":"image/bmp","ogg":"audio/ogg","wav":"audio/wav","mp3":"audio/mpeg"}[name.substr(name.lastIndexOf(".")+1)]},getUserMedia:function(func){if(!window.getUserMedia){window.getUserMedia=navigator["getUserMedia"]||navigator["mozGetUserMedia"]}window.getUserMedia(func)},getMovementX:function(event){return event["movementX"]||event["mozMovementX"]||event["webkitMovementX"]||0},getMovementY:function(event){return event["movementY"]||event["mozMovementY"]||event["webkitMovementY"]||0},getMouseWheelDelta:function(event){var delta=0;switch(event.type){case"DOMMouseScroll":delta=event.detail/3;break;case"mousewheel":delta=event.wheelDelta/120;break;case"wheel":delta=event.deltaY;switch(event.deltaMode){case 0:delta/=100;break;case 1:delta/=3;break;case 2:delta*=80;break;default:throw"unrecognized mouse wheel delta mode: "+event.deltaMode}break;default:throw"unrecognized mouse wheel event: "+event.type}return delta},mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:function(event){if(Browser.pointerLock){if(event.type!="mousemove"&&"mozMovementX"in event){Browser.mouseMovementX=Browser.mouseMovementY=0}else{Browser.mouseMovementX=Browser.getMovementX(event);Browser.mouseMovementY=Browser.getMovementY(event)}if(typeof SDL!="undefined"){Browser.mouseX=SDL.mouseX+Browser.mouseMovementX;Browser.mouseY=SDL.mouseY+Browser.mouseMovementY}else{Browser.mouseX+=Browser.mouseMovementX;Browser.mouseY+=Browser.mouseMovementY}}else{var rect=Module["canvas"].getBoundingClientRect();var cw=Module["canvas"].width;var ch=Module["canvas"].height;var scrollX=typeof window.scrollX!=="undefined"?window.scrollX:window.pageXOffset;var scrollY=typeof window.scrollY!=="undefined"?window.scrollY:window.pageYOffset;if(event.type==="touchstart"||event.type==="touchend"||event.type==="touchmove"){var touch=event.touch;if(touch===undefined){return}var adjustedX=touch.pageX-(scrollX+rect.left);var adjustedY=touch.pageY-(scrollY+rect.top);adjustedX=adjustedX*(cw/rect.width);adjustedY=adjustedY*(ch/rect.height);var coords={x:adjustedX,y:adjustedY};if(event.type==="touchstart"){Browser.lastTouches[touch.identifier]=coords;Browser.touches[touch.identifier]=coords}else if(event.type==="touchend"||event.type==="touchmove"){var last=Browser.touches[touch.identifier];if(!last)last=coords;Browser.lastTouches[touch.identifier]=last;Browser.touches[touch.identifier]=coords}return}var x=event.pageX-(scrollX+rect.left);var y=event.pageY-(scrollY+rect.top);x=x*(cw/rect.width);y=y*(ch/rect.height);Browser.mouseMovementX=x-Browser.mouseX;Browser.mouseMovementY=y-Browser.mouseY;Browser.mouseX=x;Browser.mouseY=y}},asyncLoad:function(url,onload,onerror,noRunDep){var dep=!noRunDep?getUniqueRunDependency("al "+url):"";readAsync(url,function(arrayBuffer){assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).');onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},function(event){if(onerror){onerror()}else{throw'Loading data file "'+url+'" failed.'}});if(dep)addRunDependency(dep)},resizeListeners:[],updateResizeListeners:function(){var canvas=Module["canvas"];Browser.resizeListeners.forEach(function(listener){listener(canvas.width,canvas.height)})},setCanvasSize:function(width,height,noUpdates){var canvas=Module["canvas"];Browser.updateCanvasDimensions(canvas,width,height);if(!noUpdates)Browser.updateResizeListeners()},windowedWidth:0,windowedHeight:0,setFullscreenCanvasSize:function(){if(typeof SDL!="undefined"){var flags=HEAPU32[SDL.screen>>2];flags=flags|8388608;HEAP32[SDL.screen>>2]=flags}Browser.updateCanvasDimensions(Module["canvas"]);Browser.updateResizeListeners()},setWindowedCanvasSize:function(){if(typeof SDL!="undefined"){var flags=HEAPU32[SDL.screen>>2];flags=flags&~8388608;HEAP32[SDL.screen>>2]=flags}Browser.updateCanvasDimensions(Module["canvas"]);Browser.updateResizeListeners()},updateCanvasDimensions:function(canvas,wNative,hNative){if(wNative&&hNative){canvas.widthNative=wNative;canvas.heightNative=hNative}else{wNative=canvas.widthNative;hNative=canvas.heightNative}var w=wNative;var h=hNative;if(Module["forcedAspectRatio"]&&Module["forcedAspectRatio"]>0){if(w/h=0;--i){JSEvents._removeHandler(i)}JSEvents.eventHandlers=[];JSEvents.deferredCalls=[]},registerRemoveEventListeners:function(){if(!JSEvents.removeEventListenersRegistered){__ATEXIT__.push(JSEvents.removeAllEventListeners);JSEvents.removeEventListenersRegistered=true}},deferredCalls:[],deferCall:function(targetFunction,precedence,argsList){function arraysHaveEqualContent(arrA,arrB){if(arrA.length!=arrB.length)return false;for(var i in arrA){if(arrA[i]!=arrB[i])return false}return true}for(var i in JSEvents.deferredCalls){var call=JSEvents.deferredCalls[i];if(call.targetFunction==targetFunction&&arraysHaveEqualContent(call.argsList,argsList)){return}}JSEvents.deferredCalls.push({targetFunction:targetFunction,precedence:precedence,argsList:argsList});JSEvents.deferredCalls.sort(function(x,y){return x.precedence2?UTF8ToString(cString):cString}var specialHTMLTargets=[0,typeof document!=="undefined"?document:0,typeof window!=="undefined"?window:0];function findEventTarget(target){target=maybeCStringToJsString(target);var domElement=specialHTMLTargets[target]||(typeof document!=="undefined"?document.querySelector(target):undefined);return domElement}function findCanvasEventTarget(target){return findEventTarget(target)}function _emscripten_get_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;HEAP32[width>>2]=canvas.width;HEAP32[height>>2]=canvas.height}function getCanvasElementSize(target){var stackTop=stackSave();var w=stackAlloc(8);var h=w+4;var targetInt=stackAlloc(target.id.length+1);stringToUTF8(target.id,targetInt,target.id.length+1);var ret=_emscripten_get_canvas_element_size(targetInt,w,h);var size=[HEAP32[w>>2],HEAP32[h>>2]];stackRestore(stackTop);return size}function _emscripten_set_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;canvas.width=width;canvas.height=height;return 0}function setCanvasElementSize(target,width,height){if(!target.controlTransferredOffscreen){target.width=width;target.height=height}else{var stackTop=stackSave();var targetInt=stackAlloc(target.id.length+1);stringToUTF8(target.id,targetInt,target.id.length+1);_emscripten_set_canvas_element_size(targetInt,width,height);stackRestore(stackTop)}}function registerRestoreOldStyle(canvas){var canvasSize=getCanvasElementSize(canvas);var oldWidth=canvasSize[0];var oldHeight=canvasSize[1];var oldCssWidth=canvas.style.width;var oldCssHeight=canvas.style.height;var oldBackgroundColor=canvas.style.backgroundColor;var oldDocumentBackgroundColor=document.body.style.backgroundColor;var oldPaddingLeft=canvas.style.paddingLeft;var oldPaddingRight=canvas.style.paddingRight;var oldPaddingTop=canvas.style.paddingTop;var oldPaddingBottom=canvas.style.paddingBottom;var oldMarginLeft=canvas.style.marginLeft;var oldMarginRight=canvas.style.marginRight;var oldMarginTop=canvas.style.marginTop;var oldMarginBottom=canvas.style.marginBottom;var oldDocumentBodyMargin=document.body.style.margin;var oldDocumentOverflow=document.documentElement.style.overflow;var oldDocumentScroll=document.body.scroll;var oldImageRendering=canvas.style.imageRendering;function restoreOldStyle(){var fullscreenElement=document.fullscreenElement||document.webkitFullscreenElement||document.msFullscreenElement;if(!fullscreenElement){document.removeEventListener("fullscreenchange",restoreOldStyle);document.removeEventListener("webkitfullscreenchange",restoreOldStyle);setCanvasElementSize(canvas,oldWidth,oldHeight);canvas.style.width=oldCssWidth;canvas.style.height=oldCssHeight;canvas.style.backgroundColor=oldBackgroundColor;if(!oldDocumentBackgroundColor)document.body.style.backgroundColor="white";document.body.style.backgroundColor=oldDocumentBackgroundColor;canvas.style.paddingLeft=oldPaddingLeft;canvas.style.paddingRight=oldPaddingRight;canvas.style.paddingTop=oldPaddingTop;canvas.style.paddingBottom=oldPaddingBottom;canvas.style.marginLeft=oldMarginLeft;canvas.style.marginRight=oldMarginRight;canvas.style.marginTop=oldMarginTop;canvas.style.marginBottom=oldMarginBottom;document.body.style.margin=oldDocumentBodyMargin;document.documentElement.style.overflow=oldDocumentOverflow;document.body.scroll=oldDocumentScroll;canvas.style.imageRendering=oldImageRendering;if(canvas.GLctxObject)canvas.GLctxObject.GLctx.viewport(0,0,oldWidth,oldHeight);if(currentFullscreenStrategy.canvasResizedCallback){(function(a1,a2,a3){return dynCall_iiii.apply(null,[currentFullscreenStrategy.canvasResizedCallback,a1,a2,a3])})(37,0,currentFullscreenStrategy.canvasResizedCallbackUserData)}}}document.addEventListener("fullscreenchange",restoreOldStyle);document.addEventListener("webkitfullscreenchange",restoreOldStyle);return restoreOldStyle}function setLetterbox(element,topBottom,leftRight){element.style.paddingLeft=element.style.paddingRight=leftRight+"px";element.style.paddingTop=element.style.paddingBottom=topBottom+"px"}function getBoundingClientRect(e){return specialHTMLTargets.indexOf(e)<0?e.getBoundingClientRect():{"left":0,"top":0}}function _JSEvents_resizeCanvasForFullscreen(target,strategy){var restoreOldStyle=registerRestoreOldStyle(target);var cssWidth=strategy.softFullscreen?innerWidth:screen.width;var cssHeight=strategy.softFullscreen?innerHeight:screen.height;var rect=getBoundingClientRect(target);var windowedCssWidth=rect.width;var windowedCssHeight=rect.height;var canvasSize=getCanvasElementSize(target);var windowedRttWidth=canvasSize[0];var windowedRttHeight=canvasSize[1];if(strategy.scaleMode==3){setLetterbox(target,(cssHeight-windowedCssHeight)/2,(cssWidth-windowedCssWidth)/2);cssWidth=windowedCssWidth;cssHeight=windowedCssHeight}else if(strategy.scaleMode==2){if(cssWidth*windowedRttHeight>2]=isFullscreen;HEAP32[eventStruct+4>>2]=JSEvents.fullscreenEnabled();var reportedElement=isFullscreen?fullscreenElement:JSEvents.previousFullscreenElement;var nodeName=JSEvents.getNodeNameForTarget(reportedElement);var id=reportedElement&&reportedElement.id?reportedElement.id:"";stringToUTF8(nodeName,eventStruct+8,128);stringToUTF8(id,eventStruct+136,128);HEAP32[eventStruct+264>>2]=reportedElement?reportedElement.clientWidth:0;HEAP32[eventStruct+268>>2]=reportedElement?reportedElement.clientHeight:0;HEAP32[eventStruct+272>>2]=screen.width;HEAP32[eventStruct+276>>2]=screen.height;if(isFullscreen){JSEvents.previousFullscreenElement=fullscreenElement}}function _emscripten_get_fullscreen_status(fullscreenStatus){if(!JSEvents.fullscreenEnabled())return-1;fillFullscreenChangeEventData(fullscreenStatus);return 0}function fillGamepadEventData(eventStruct,e){HEAPF64[eventStruct>>3]=e.timestamp;for(var i=0;i>3]=e.axes[i]}for(var i=0;i>3]=e.buttons[i].value}else{HEAPF64[eventStruct+i*8+528>>3]=e.buttons[i]}}for(var i=0;i>2]=e.buttons[i].pressed}else{HEAP32[eventStruct+i*4+1040>>2]=e.buttons[i]==1}}HEAP32[eventStruct+1296>>2]=e.connected;HEAP32[eventStruct+1300>>2]=e.index;HEAP32[eventStruct+8>>2]=e.axes.length;HEAP32[eventStruct+12>>2]=e.buttons.length;stringToUTF8(e.id,eventStruct+1304,64);stringToUTF8(e.mapping,eventStruct+1368,64)}function _emscripten_get_gamepad_status(index,gamepadState){if(index<0||index>=JSEvents.lastGamepadState.length)return-5;if(!JSEvents.lastGamepadState[index])return-7;fillGamepadEventData(gamepadState,JSEvents.lastGamepadState[index]);return 0}function _emscripten_get_heap_max(){return 2147483648}function _emscripten_get_num_gamepads(){return JSEvents.lastGamepadState.length}function _emscripten_html5_remove_all_event_listeners(){JSEvents.removeAllEventListeners()}function _emscripten_is_webgl_context_lost(contextHandle){return!GL.contexts[contextHandle]||GL.contexts[contextHandle].GLctx.isContextLost()}function reallyNegative(x){return x<0||x===0&&1/x===-Infinity}function convertI32PairToI53(lo,hi){return(lo>>>0)+hi*4294967296}function convertU32PairToI53(lo,hi){return(lo>>>0)+(hi>>>0)*4294967296}function reSign(value,bits){if(value<=0){return value}var half=bits<=32?Math.abs(1<=half&&(bits<=32||value>half)){value=-2*half+value}return value}function unSign(value,bits){if(value>=0){return value}return bits<=32?2*Math.abs(1<>3];argIndex+=8}else if(type=="i64"){ret=[HEAP32[argIndex>>2],HEAP32[argIndex+4>>2]];argIndex+=8}else{type="i32";ret=HEAP32[argIndex>>2];argIndex+=4}return ret}var ret=[];var curr,next,currArg;while(1){var startTextIndex=textIndex;curr=HEAP8[textIndex>>0];if(curr===0)break;next=HEAP8[textIndex+1>>0];if(curr==37){var flagAlwaysSigned=false;var flagLeftAlign=false;var flagAlternative=false;var flagZeroPad=false;var flagPadSign=false;flagsLoop:while(1){switch(next){case 43:flagAlwaysSigned=true;break;case 45:flagLeftAlign=true;break;case 35:flagAlternative=true;break;case 48:if(flagZeroPad){break flagsLoop}else{flagZeroPad=true;break}case 32:flagPadSign=true;break;default:break flagsLoop}textIndex++;next=HEAP8[textIndex+1>>0]}var width=0;if(next==42){width=getNextArg("i32");textIndex++;next=HEAP8[textIndex+1>>0]}else{while(next>=48&&next<=57){width=width*10+(next-48);textIndex++;next=HEAP8[textIndex+1>>0]}}var precisionSet=false,precision=-1;if(next==46){precision=0;precisionSet=true;textIndex++;next=HEAP8[textIndex+1>>0];if(next==42){precision=getNextArg("i32");textIndex++}else{while(1){var precisionChr=HEAP8[textIndex+1>>0];if(precisionChr<48||precisionChr>57)break;precision=precision*10+(precisionChr-48);textIndex++}}next=HEAP8[textIndex+1>>0]}if(precision<0){precision=6;precisionSet=false}var argSize;switch(String.fromCharCode(next)){case"h":var nextNext=HEAP8[textIndex+2>>0];if(nextNext==104){textIndex++;argSize=1}else{argSize=2}break;case"l":var nextNext=HEAP8[textIndex+2>>0];if(nextNext==108){textIndex++;argSize=8}else{argSize=4}break;case"L":case"q":case"j":argSize=8;break;case"z":case"t":case"I":argSize=4;break;default:argSize=null}if(argSize)textIndex++;next=HEAP8[textIndex+1>>0];switch(String.fromCharCode(next)){case"d":case"i":case"u":case"o":case"x":case"X":case"p":{var signed=next==100||next==105;argSize=argSize||4;currArg=getNextArg("i"+argSize*8);var argText;if(argSize==8){currArg=next==117?convertU32PairToI53(currArg[0],currArg[1]):convertI32PairToI53(currArg[0],currArg[1])}if(argSize<=4){var limit=Math.pow(256,argSize)-1;currArg=(signed?reSign:unSign)(currArg&limit,argSize*8)}var currAbsArg=Math.abs(currArg);var prefix="";if(next==100||next==105){argText=reSign(currArg,8*argSize,1).toString(10)}else if(next==117){argText=unSign(currArg,8*argSize,1).toString(10);currArg=Math.abs(currArg)}else if(next==111){argText=(flagAlternative?"0":"")+currAbsArg.toString(8)}else if(next==120||next==88){prefix=flagAlternative&&currArg!=0?"0x":"";if(currArg<0){currArg=-currArg;argText=(currAbsArg-1).toString(16);var buffer=[];for(var i=0;i=0){if(flagAlwaysSigned){prefix="+"+prefix}else if(flagPadSign){prefix=" "+prefix}}if(argText.charAt(0)=="-"){prefix="-"+prefix;argText=argText.substr(1)}while(prefix.length+argText.lengthexponent&&exponent>=-4){next=(next==103?"f":"F").charCodeAt(0);precision-=exponent+1}else{next=(next==103?"e":"E").charCodeAt(0);precision--}effectivePrecision=Math.min(precision,20)}if(next==101||next==69){argText=currArg.toExponential(effectivePrecision);if(/[eE][-+]\d$/.test(argText)){argText=argText.slice(0,-1)+"0"+argText.slice(-1)}}else if(next==102||next==70){argText=currArg.toFixed(effectivePrecision);if(currArg===0&&reallyNegative(currArg)){argText="-"+argText}}var parts=argText.split("e");if(isGeneral&&!flagAlternative){while(parts[0].length>1&&parts[0].includes(".")&&(parts[0].slice(-1)=="0"||parts[0].slice(-1)==".")){parts[0]=parts[0].slice(0,-1)}}else{if(flagAlternative&&argText.indexOf(".")==-1)parts[0]+=".";while(precision>effectivePrecision++)parts[0]+="0"}argText=parts[0]+(parts.length>1?"e"+parts[1]:"");if(next==69)argText=argText.toUpperCase();if(currArg>=0){if(flagAlwaysSigned){argText="+"+argText}else if(flagPadSign){argText=" "+argText}}}while(argText.length>0])}}else{ret=ret.concat(intArrayFromString("(null)".substr(0,argLength),true))}if(flagLeftAlign){while(argLength0){ret.push(32)}if(!flagLeftAlign)ret.push(getNextArg("i8"));break}case"n":{var ptr=getNextArg("i32*");HEAP32[ptr>>2]=ret.length;break}case"%":{ret.push(curr);break}default:{for(var i=startTextIndex;i>0])}}}textIndex+=2}else{ret.push(curr);textIndex+=1}}return ret}function traverseStack(args){if(!args||!args.callee||!args.callee.name){return[null,"",""]}var funstr=args.callee.toString();var funcname=args.callee.name;var str="(";var first=true;for(var i in args){var a=args[i];if(!first){str+=", "}first=false;if(typeof a==="number"||typeof a==="string"){str+=a}else{str+="("+typeof a+")"}}str+=")";var caller=args.callee.caller;args=caller?caller.arguments:[];if(first)str="";return[args,funcname,str]}function _emscripten_get_callstack_js(flags){var callstack=jsStackTrace();var iThisFunc=callstack.lastIndexOf("_emscripten_log");var iThisFunc2=callstack.lastIndexOf("_emscripten_get_callstack");var iNextLine=callstack.indexOf("\n",Math.max(iThisFunc,iThisFunc2))+1;callstack=callstack.slice(iNextLine);if(flags&32){warnOnce("EM_LOG_DEMANGLE is deprecated; ignoring")}if(flags&8&&typeof emscripten_source_map==="undefined"){warnOnce('Source map information is not available, emscripten_log with EM_LOG_C_STACK will be ignored. Build with "--pre-js $EMSCRIPTEN/src/emscripten-source-map.min.js" linker flag to add source map loading to code.');flags^=8;flags|=16}var stack_args=null;if(flags&128){stack_args=traverseStack(arguments);while(stack_args[1].includes("_emscripten_"))stack_args=traverseStack(stack_args[0])}var lines=callstack.split("\n");callstack="";var newFirefoxRe=new RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)");var firefoxRe=new RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?");var chromeRe=new RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)");for(var l in lines){var line=lines[l];var symbolName="";var file="";var lineno=0;var column=0;var parts=chromeRe.exec(line);if(parts&&parts.length==5){symbolName=parts[1];file=parts[2];lineno=parts[3];column=parts[4]}else{parts=newFirefoxRe.exec(line);if(!parts)parts=firefoxRe.exec(line);if(parts&&parts.length>=4){symbolName=parts[1];file=parts[2];lineno=parts[3];column=parts[4]|0}else{callstack+=line+"\n";continue}}var haveSourceMap=false;if(flags&8){var orig=emscripten_source_map.originalPositionFor({line:lineno,column:column});haveSourceMap=orig&&orig.source;if(haveSourceMap){if(flags&64){orig.source=orig.source.substring(orig.source.replace(/\\/g,"/").lastIndexOf("/")+1)}callstack+=" at "+symbolName+" ("+orig.source+":"+orig.line+":"+orig.column+")\n"}}if(flags&16||!haveSourceMap){if(flags&64){file=file.substring(file.replace(/\\/g,"/").lastIndexOf("/")+1)}callstack+=(haveSourceMap?" = "+symbolName:" at "+symbolName)+" ("+file+":"+lineno+":"+column+")\n"}if(flags&128&&stack_args[0]){if(stack_args[1]==symbolName&&stack_args[2].length>0){callstack=callstack.replace(/\s+$/,"");callstack+=" with values: "+stack_args[1]+stack_args[2]+"\n"}stack_args=traverseStack(stack_args[0])}}callstack=callstack.replace(/\s+$/,"");return callstack}function _emscripten_log_js(flags,str){if(flags&24){str=str.replace(/\s+$/,"");str+=(str.length>0?"\n":"")+_emscripten_get_callstack_js(flags)}if(flags&1){if(flags&4){console.error(str)}else if(flags&2){console.warn(str)}else if(flags&512){console.info(str)}else if(flags&256){console.debug(str)}else{console.log(str)}}else if(flags&6){err(str)}else{out(str)}}function _emscripten_log(flags,format,varargs){var result=formatString(format,varargs);var str=UTF8ArrayToString(result,0);_emscripten_log_js(flags,str)}function _longjmp(env,value){_setThrew(env,value||1);throw"longjmp"}function _emscripten_longjmp(a0,a1){return _longjmp(a0,a1)}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function doRequestFullscreen(target,strategy){if(!JSEvents.fullscreenEnabled())return-1;target=findEventTarget(target);if(!target)return-4;if(!target.requestFullscreen&&!target.webkitRequestFullscreen){return-3}var canPerformRequests=JSEvents.canPerformEventHandlerRequests();if(!canPerformRequests){if(strategy.deferUntilInEventHandler){JSEvents.deferCall(_JSEvents_requestFullscreen,1,[target,strategy]);return 1}else{return-2}}return _JSEvents_requestFullscreen(target,strategy)}function _emscripten_request_fullscreen(target,deferUntilInEventHandler){var strategy={scaleMode:0,canvasResolutionScaleMode:0,filteringMode:0,deferUntilInEventHandler:deferUntilInEventHandler,canvasResizedCallbackTargetThread:2};return doRequestFullscreen(target,strategy)}function _emscripten_request_pointerlock(target,deferUntilInEventHandler){target=findEventTarget(target);if(!target)return-4;if(!target.requestPointerLock&&!target.msRequestPointerLock){return-1}var canPerformRequests=JSEvents.canPerformEventHandlerRequests();if(!canPerformRequests){if(deferUntilInEventHandler){JSEvents.deferCall(requestPointerLock,2,[target]);return 1}else{return-2}}return requestPointerLock(target)}function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer.byteLength+65535>>>16);updateGlobalBufferAndViews(wasmMemory.buffer);return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=2147483648;if(requestedSize>maxHeapSize){return false}for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}function _emscripten_sample_gamepad_data(){return(JSEvents.lastGamepadState=navigator.getGamepads?navigator.getGamepads():navigator.webkitGetGamepads?navigator.webkitGetGamepads():null)?0:-1}function registerFocusEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.focusEvent)JSEvents.focusEvent=_malloc(256);var focusEventHandlerFunc=function(ev){var e=ev||event;var nodeName=JSEvents.getNodeNameForTarget(e.target);var id=e.target.id?e.target.id:"";var focusEvent=JSEvents.focusEvent;stringToUTF8(nodeName,focusEvent+0,128);stringToUTF8(id,focusEvent+128,128);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,focusEvent,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:focusEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_blur_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerFocusEventCallback(target,userData,useCapture,callbackfunc,12,"blur",targetThread);return 0}function _emscripten_set_focus_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerFocusEventCallback(target,userData,useCapture,callbackfunc,13,"focus",targetThread);return 0}function registerFullscreenChangeEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.fullscreenChangeEvent)JSEvents.fullscreenChangeEvent=_malloc(280);var fullscreenChangeEventhandlerFunc=function(ev){var e=ev||event;var fullscreenChangeEvent=JSEvents.fullscreenChangeEvent;fillFullscreenChangeEventData(fullscreenChangeEvent);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,fullscreenChangeEvent,userData))e.preventDefault()};var eventHandler={target:target,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:fullscreenChangeEventhandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_fullscreenchange_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){if(!JSEvents.fullscreenEnabled())return-1;target=findEventTarget(target);if(!target)return-4;registerFullscreenChangeEventCallback(target,userData,useCapture,callbackfunc,19,"fullscreenchange",targetThread);registerFullscreenChangeEventCallback(target,userData,useCapture,callbackfunc,19,"webkitfullscreenchange",targetThread);return 0}function registerGamepadEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.gamepadEvent)JSEvents.gamepadEvent=_malloc(1432);var gamepadEventHandlerFunc=function(ev){var e=ev||event;var gamepadEvent=JSEvents.gamepadEvent;fillGamepadEventData(gamepadEvent,e["gamepad"]);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,gamepadEvent,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:gamepadEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_gamepadconnected_callback_on_thread(userData,useCapture,callbackfunc,targetThread){if(!navigator.getGamepads&&!navigator.webkitGetGamepads)return-1;registerGamepadEventCallback(2,userData,useCapture,callbackfunc,26,"gamepadconnected",targetThread);return 0}function _emscripten_set_gamepaddisconnected_callback_on_thread(userData,useCapture,callbackfunc,targetThread){if(!navigator.getGamepads&&!navigator.webkitGetGamepads)return-1;registerGamepadEventCallback(2,userData,useCapture,callbackfunc,27,"gamepaddisconnected",targetThread);return 0}function _emscripten_set_interval(cb,msecs,userData){return setInterval(function(){(function(a1){dynCall_vi.apply(null,[cb,a1])})(userData)},msecs)}function registerKeyEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.keyEvent)JSEvents.keyEvent=_malloc(164);var keyEventHandlerFunc=function(e){var keyEventData=JSEvents.keyEvent;var idx=keyEventData>>2;HEAP32[idx+0]=e.location;HEAP32[idx+1]=e.ctrlKey;HEAP32[idx+2]=e.shiftKey;HEAP32[idx+3]=e.altKey;HEAP32[idx+4]=e.metaKey;HEAP32[idx+5]=e.repeat;HEAP32[idx+6]=e.charCode;HEAP32[idx+7]=e.keyCode;HEAP32[idx+8]=e.which;stringToUTF8(e.key||"",keyEventData+36,32);stringToUTF8(e.code||"",keyEventData+68,32);stringToUTF8(e.char||"",keyEventData+100,32);stringToUTF8(e.locale||"",keyEventData+132,32);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,keyEventData,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:keyEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_keydown_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,2,"keydown",targetThread);return 0}function _emscripten_set_keypress_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,1,"keypress",targetThread);return 0}function _emscripten_set_keyup_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,3,"keyup",targetThread);return 0}function _emscripten_set_main_loop(func,fps,simulateInfiniteLoop){var browserIterationFunc=function(){dynCall_v.call(null,func)};setMainLoop(browserIterationFunc,fps,simulateInfiniteLoop)}function fillMouseEventData(eventStruct,e,target){var idx=eventStruct>>2;HEAP32[idx+0]=e.screenX;HEAP32[idx+1]=e.screenY;HEAP32[idx+2]=e.clientX;HEAP32[idx+3]=e.clientY;HEAP32[idx+4]=e.ctrlKey;HEAP32[idx+5]=e.shiftKey;HEAP32[idx+6]=e.altKey;HEAP32[idx+7]=e.metaKey;HEAP16[idx*2+16]=e.button;HEAP16[idx*2+17]=e.buttons;HEAP32[idx+9]=e["movementX"];HEAP32[idx+10]=e["movementY"];var rect=getBoundingClientRect(target);HEAP32[idx+11]=e.clientX-rect.left;HEAP32[idx+12]=e.clientY-rect.top}function registerMouseEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.mouseEvent)JSEvents.mouseEvent=_malloc(64);target=findEventTarget(target);var mouseEventHandlerFunc=function(ev){var e=ev||event;fillMouseEventData(JSEvents.mouseEvent,e,target);if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,JSEvents.mouseEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:eventTypeString!="mousemove"&&eventTypeString!="mouseenter"&&eventTypeString!="mouseleave",eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:mouseEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_mousedown_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,5,"mousedown",targetThread);return 0}function _emscripten_set_mousemove_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,8,"mousemove",targetThread);return 0}function _emscripten_set_mouseup_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,6,"mouseup",targetThread);return 0}function registerTouchEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.touchEvent)JSEvents.touchEvent=_malloc(1684);target=findEventTarget(target);var touchEventHandlerFunc=function(e){var t,touches={},et=e.touches;for(var i=0;i>2;HEAP32[idx+1]=e.ctrlKey;HEAP32[idx+2]=e.shiftKey;HEAP32[idx+3]=e.altKey;HEAP32[idx+4]=e.metaKey;idx+=5;var targetRect=getBoundingClientRect(target);var numTouches=0;for(var i in touches){var t=touches[i];HEAP32[idx+0]=t.identifier;HEAP32[idx+1]=t.screenX;HEAP32[idx+2]=t.screenY;HEAP32[idx+3]=t.clientX;HEAP32[idx+4]=t.clientY;HEAP32[idx+5]=t.pageX;HEAP32[idx+6]=t.pageY;HEAP32[idx+7]=t.isChanged;HEAP32[idx+8]=t.onTarget;HEAP32[idx+9]=t.clientX-targetRect.left;HEAP32[idx+10]=t.clientY-targetRect.top;idx+=13;if(++numTouches>31){break}}HEAP32[touchEvent>>2]=numTouches;if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,touchEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:eventTypeString=="touchstart"||eventTypeString=="touchend",eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:touchEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_touchcancel_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,25,"touchcancel",targetThread);return 0}function _emscripten_set_touchend_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,23,"touchend",targetThread);return 0}function _emscripten_set_touchmove_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,24,"touchmove",targetThread);return 0}function _emscripten_set_touchstart_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,22,"touchstart",targetThread);return 0}function registerWheelEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.wheelEvent)JSEvents.wheelEvent=_malloc(96);var wheelHandlerFunc=function(ev){var e=ev||event;var wheelEvent=JSEvents.wheelEvent;fillMouseEventData(wheelEvent,e,target);HEAPF64[wheelEvent+64>>3]=e["deltaX"];HEAPF64[wheelEvent+72>>3]=e["deltaY"];HEAPF64[wheelEvent+80>>3]=e["deltaZ"];HEAP32[wheelEvent+88>>2]=e["deltaMode"];if(function(a1,a2,a3){return dynCall_iiii.apply(null,[callbackfunc,a1,a2,a3])}(eventTypeId,wheelEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:wheelHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_wheel_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){target=findEventTarget(target);if(typeof target.onwheel!=="undefined"){registerWheelEventCallback(target,userData,useCapture,callbackfunc,9,"wheel",targetThread);return 0}else{return-1}}function _emscripten_thread_sleep(msecs){var start=_emscripten_get_now();while(_emscripten_get_now()-start>1;var quadIndexes=new Uint16Array(numIndexes);var i=0,v=0;while(1){quadIndexes[i++]=v;if(i>=numIndexes)break;quadIndexes[i++]=v+1;if(i>=numIndexes)break;quadIndexes[i++]=v+2;if(i>=numIndexes)break;quadIndexes[i++]=v;if(i>=numIndexes)break;quadIndexes[i++]=v+2;if(i>=numIndexes)break;quadIndexes[i++]=v+3;if(i>=numIndexes)break;v+=4}context.GLctx.bufferData(34963,quadIndexes,35044);context.GLctx.bindBuffer(34963,null)}},getTempVertexBuffer:function getTempVertexBuffer(sizeBytes){var idx=GL.log2ceilLookup(sizeBytes);var ringbuffer=GL.currentContext.tempVertexBuffers1[idx];var nextFreeBufferIndex=GL.currentContext.tempVertexBufferCounters1[idx];GL.currentContext.tempVertexBufferCounters1[idx]=GL.currentContext.tempVertexBufferCounters1[idx]+1&GL.numTempVertexBuffersPerSize-1;var vbo=ringbuffer[nextFreeBufferIndex];if(vbo){return vbo}var prevVBO=GLctx.getParameter(34964);ringbuffer[nextFreeBufferIndex]=GLctx.createBuffer();GLctx.bindBuffer(34962,ringbuffer[nextFreeBufferIndex]);GLctx.bufferData(34962,1<>2]:-1;source+=UTF8ToString(HEAP32[string+i*4>>2],len<0?undefined:len)}return source},calcBufLength:function calcBufLength(size,type,stride,count){if(stride>0){return count*stride}var typeSize=GL.byteSizeByType[type-GL.byteSizeByTypeRoot];return size*typeSize*count},usedTempBuffers:[],preDrawHandleClientVertexAttribBindings:function preDrawHandleClientVertexAttribBindings(count){GL.resetBufferBinding=false;for(var i=0;i1?canvas.getContext("webgl2",webGLContextAttributes):canvas.getContext("webgl",webGLContextAttributes);if(!ctx)return 0;var handle=GL.registerContext(ctx,webGLContextAttributes);return handle},registerContext:function(ctx,webGLContextAttributes){var handle=GL.getNewId(GL.contexts);var context={handle:handle,attributes:webGLContextAttributes,version:webGLContextAttributes.majorVersion,GLctx:ctx};if(ctx.canvas)ctx.canvas.GLctxObject=context;GL.contexts[handle]=context;if(typeof webGLContextAttributes.enableExtensionsByDefault==="undefined"||webGLContextAttributes.enableExtensionsByDefault){GL.initExtensions(context)}context.maxVertexAttribs=context.GLctx.getParameter(34921);context.clientBuffers=[];for(var i=0;i=2){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query_webgl2")}if(context.version<2||!GLctx.disjointTimerQueryExt){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query")}__webgl_enable_WEBGL_multi_draw(GLctx);var exts=GLctx.getSupportedExtensions()||[];exts.forEach(function(ext){if(!ext.includes("lose_context")&&!ext.includes("debug")){GLctx.getExtension(ext)}})}};var __emscripten_webgl_power_preferences=["default","low-power","high-performance"];function _emscripten_webgl_do_create_context(target,attributes){var a=attributes>>2;var powerPreference=HEAP32[a+(24>>2)];var contextAttributes={"alpha":!!HEAP32[a+(0>>2)],"depth":!!HEAP32[a+(4>>2)],"stencil":!!HEAP32[a+(8>>2)],"antialias":!!HEAP32[a+(12>>2)],"premultipliedAlpha":!!HEAP32[a+(16>>2)],"preserveDrawingBuffer":!!HEAP32[a+(20>>2)],"powerPreference":__emscripten_webgl_power_preferences[powerPreference],"failIfMajorPerformanceCaveat":!!HEAP32[a+(28>>2)],majorVersion:HEAP32[a+(32>>2)],minorVersion:HEAP32[a+(36>>2)],enableExtensionsByDefault:HEAP32[a+(40>>2)],explicitSwapControl:HEAP32[a+(44>>2)],proxyContextToMainThread:HEAP32[a+(48>>2)],renderViaOffscreenBackBuffer:HEAP32[a+(52>>2)]};var canvas=findCanvasEventTarget(target);if(!canvas){return 0}if(contextAttributes.explicitSwapControl){return 0}var contextHandle=GL.createContext(canvas,contextAttributes);return contextHandle}function _emscripten_webgl_create_context(a0,a1){return _emscripten_webgl_do_create_context(a0,a1)}function _emscripten_webgl_do_get_current_context(){return GL.currentContext?GL.currentContext.handle:0}function _emscripten_webgl_get_current_context(){return _emscripten_webgl_do_get_current_context()}Module["_emscripten_webgl_get_current_context"]=_emscripten_webgl_get_current_context;function _emscripten_webgl_make_context_current(contextHandle){var success=GL.makeContextCurrent(contextHandle);return success?0:-5}Module["_emscripten_webgl_make_context_current"]=_emscripten_webgl_make_context_current;function _emscripten_webgl_destroy_context(contextHandle){if(GL.currentContext==contextHandle)GL.currentContext=0;GL.deleteContext(contextHandle)}function _emscripten_webgl_enable_extension(contextHandle,extension){var context=GL.getContext(contextHandle);var extString=UTF8ToString(extension);if(extString.startsWith("GL_"))extString=extString.substr(3);if(extString=="ANGLE_instanced_arrays")__webgl_enable_ANGLE_instanced_arrays(GLctx);if(extString=="OES_vertex_array_object")__webgl_enable_OES_vertex_array_object(GLctx);if(extString=="WEBGL_draw_buffers")__webgl_enable_WEBGL_draw_buffers(GLctx);if(extString=="WEBGL_draw_instanced_base_vertex_base_instance")__webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(GLctx);if(extString=="WEBGL_multi_draw_instanced_base_vertex_base_instance")__webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(GLctx);if(extString=="WEBGL_multi_draw")__webgl_enable_WEBGL_multi_draw(GLctx);var ext=context.GLctx.getExtension(extString);return!!ext}function _emscripten_webgl_init_context_attributes(attributes){var a=attributes>>2;for(var i=0;i<56>>2;++i){HEAP32[a+i]=0}HEAP32[a+(0>>2)]=HEAP32[a+(4>>2)]=HEAP32[a+(12>>2)]=HEAP32[a+(16>>2)]=HEAP32[a+(32>>2)]=HEAP32[a+(40>>2)]=1}var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator==="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function _environ_get(__environ,environ_buf){try{var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAP32[__environ+i*4>>2]=ptr;writeAsciiToMemory(string,ptr);bufSize+=string.length+1});return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _environ_sizes_get(penviron_count,penviron_buf_size){try{var strings=getEnvStrings();HEAP32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAP32[penviron_buf_size>>2]=bufSize;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_fdstat_get(fd,pbuf){try{var stream=SYSCALLS.getStreamFromFD(fd);var type=stream.tty?2:FS.isDir(stream.mode)?3:FS.isLink(stream.mode)?7:4;HEAP8[pbuf>>0]=type;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doReadv(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var stream=SYSCALLS.getStreamFromFD(fd);var HIGH_OFFSET=4294967296;var offset=offset_high*HIGH_OFFSET+(offset_low>>>0);var DOUBLE_LIMIT=9007199254740992;if(offset<=-DOUBLE_LIMIT||offset>=DOUBLE_LIMIT){return-61}FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=SYSCALLS.doWritev(stream,iov,iovcnt);HEAP32[pnum>>2]=num;return 0}catch(e){if(typeof FS==="undefined"||!(e instanceof FS.ErrnoError))abort(e);return e.errno}}function _flock(fd,operation){return 0}function _getTempRet0(){return getTempRet0()}function _getaddrinfo(node,service,hint,out){var addr=0;var port=0;var flags=0;var family=0;var type=0;var proto=0;var ai;function allocaddrinfo(family,type,proto,canon,addr,port){var sa,salen,ai;var errno;salen=family===10?28:16;addr=family===10?inetNtop6(addr):inetNtop4(addr);sa=_malloc(salen);errno=writeSockaddr(sa,family,addr,port);assert(!errno);ai=_malloc(32);HEAP32[ai+4>>2]=family;HEAP32[ai+8>>2]=type;HEAP32[ai+12>>2]=proto;HEAP32[ai+24>>2]=canon;HEAP32[ai+20>>2]=sa;if(family===10){HEAP32[ai+16>>2]=28}else{HEAP32[ai+16>>2]=16}HEAP32[ai+28>>2]=0;return ai}if(hint){flags=HEAP32[hint>>2];family=HEAP32[hint+4>>2];type=HEAP32[hint+8>>2];proto=HEAP32[hint+12>>2]}if(type&&!proto){proto=type===2?17:6}if(!type&&proto){type=proto===17?2:1}if(proto===0){proto=6}if(type===0){type=1}if(!node&&!service){return-2}if(flags&~(1|2|4|1024|8|16|32)){return-1}if(hint!==0&&HEAP32[hint>>2]&2&&!node){return-1}if(flags&32){return-2}if(type!==0&&type!==1&&type!==2){return-7}if(family!==0&&family!==2&&family!==10){return-6}if(service){service=UTF8ToString(service);port=parseInt(service,10);if(isNaN(port)){if(flags&1024){return-2}return-8}}if(!node){if(family===0){family=2}if((flags&1)===0){if(family===2){addr=_htonl(2130706433)}else{addr=[0,0,0,1]}}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAP32[out>>2]=ai;return 0}node=UTF8ToString(node);addr=inetPton4(node);if(addr!==null){if(family===0||family===2){family=2}else if(family===10&&flags&8){addr=[0,0,_htonl(65535),addr];family=10}else{return-2}}else{addr=inetPton6(node);if(addr!==null){if(family===0||family===10){family=10}else{return-2}}}if(addr!=null){ai=allocaddrinfo(family,type,proto,node,addr,port);HEAP32[out>>2]=ai;return 0}if(flags&4){return-2}node=DNS.lookup_name(node);addr=inetPton4(node);if(family===0){family=2}else if(family===10){addr=[0,0,_htonl(65535),addr]}ai=allocaddrinfo(family,type,proto,null,addr,port);HEAP32[out>>2]=ai;return 0}function getHostByName(name){var ret=_malloc(20);var nameBuf=_malloc(name.length+1);stringToUTF8(name,nameBuf,name.length+1);HEAP32[ret>>2]=nameBuf;var aliasesBuf=_malloc(4);HEAP32[aliasesBuf>>2]=0;HEAP32[ret+4>>2]=aliasesBuf;var afinet=2;HEAP32[ret+8>>2]=afinet;HEAP32[ret+12>>2]=4;var addrListBuf=_malloc(12);HEAP32[addrListBuf>>2]=addrListBuf+8;HEAP32[addrListBuf+4>>2]=0;HEAP32[addrListBuf+8>>2]=inetPton4(DNS.lookup_name(name));HEAP32[ret+16>>2]=addrListBuf;return ret}function _gethostbyaddr(addr,addrlen,type){if(type!==2){setErrNo(5);return null}addr=HEAP32[addr>>2];var host=inetNtop4(addr);var lookup=DNS.lookup_addr(host);if(lookup){host=lookup}return getHostByName(host)}function _gethostbyname(name){return getHostByName(UTF8ToString(name))}function _getnameinfo(sa,salen,node,nodelen,serv,servlen,flags){var info=readSockaddr(sa,salen);if(info.errno){return-6}var port=info.port;var addr=info.addr;var overflowed=false;if(node&&nodelen){var lookup;if(flags&1||!(lookup=DNS.lookup_addr(addr))){if(flags&8){return-2}}else{addr=lookup}var numBytesWrittenExclNull=stringToUTF8(addr,node,nodelen);if(numBytesWrittenExclNull+1>=nodelen){overflowed=true}}if(serv&&servlen){port=""+port;var numBytesWrittenExclNull=stringToUTF8(port,serv,servlen);if(numBytesWrittenExclNull+1>=servlen){overflowed=true}}if(overflowed){return-12}return 0}function _getpwuid(){throw"getpwuid: TODO"}function _gettimeofday(ptr){var now=Date.now();HEAP32[ptr>>2]=now/1e3|0;HEAP32[ptr+4>>2]=now%1e3*1e3|0;return 0}function _glActiveTexture(x0){GLctx["activeTexture"](x0)}function _glAttachShader(program,shader){program=GL.programs[program];shader=GL.shaders[shader];program[shader.shaderType]=shader;GLctx.attachShader(program,shader)}function _glBeginQuery(target,id){GLctx["beginQuery"](target,GL.queries[id])}function _glBeginTransformFeedback(x0){GLctx["beginTransformFeedback"](x0)}function _glBindAttribLocation(program,index,name){GLctx.bindAttribLocation(GL.programs[program],index,UTF8ToString(name))}function _glBindBuffer(target,buffer){if(target==34962){GLctx.currentArrayBufferBinding=buffer}else if(target==34963){GLctx.currentElementArrayBufferBinding=buffer}if(target==35051){GLctx.currentPixelPackBufferBinding=buffer}else if(target==35052){GLctx.currentPixelUnpackBufferBinding=buffer}GLctx.bindBuffer(target,GL.buffers[buffer])}function _glBindBufferBase(target,index,buffer){GLctx["bindBufferBase"](target,index,GL.buffers[buffer])}function _glBindBufferRange(target,index,buffer,offset,ptrsize){GLctx["bindBufferRange"](target,index,GL.buffers[buffer],offset,ptrsize)}function _glBindFramebuffer(target,framebuffer){GLctx.bindFramebuffer(target,GL.framebuffers[framebuffer])}function _glBindRenderbuffer(target,renderbuffer){GLctx.bindRenderbuffer(target,GL.renderbuffers[renderbuffer])}function _glBindSampler(unit,sampler){GLctx["bindSampler"](unit,GL.samplers[sampler])}function _glBindTexture(target,texture){GLctx.bindTexture(target,GL.textures[texture])}function _glBindTransformFeedback(target,id){GLctx["bindTransformFeedback"](target,GL.transformFeedbacks[id])}function _glBindVertexArray(vao){GLctx["bindVertexArray"](GL.vaos[vao]);var ibo=GLctx.getParameter(34965);GLctx.currentElementArrayBufferBinding=ibo?ibo.name|0:0}function _glBlendEquation(x0){GLctx["blendEquation"](x0)}function _glBlendEquationSeparate(x0,x1){GLctx["blendEquationSeparate"](x0,x1)}function _glBlendFuncSeparate(x0,x1,x2,x3){GLctx["blendFuncSeparate"](x0,x1,x2,x3)}function _glBlitFramebuffer(x0,x1,x2,x3,x4,x5,x6,x7,x8,x9){GLctx["blitFramebuffer"](x0,x1,x2,x3,x4,x5,x6,x7,x8,x9)}function _glBufferData(target,size,data,usage){if(GL.currentContext.version>=2){if(data){GLctx.bufferData(target,HEAPU8,usage,data,size)}else{GLctx.bufferData(target,size,usage)}}else{GLctx.bufferData(target,data?HEAPU8.subarray(data,data+size):size,usage)}}function _glBufferSubData(target,offset,size,data){if(GL.currentContext.version>=2){GLctx.bufferSubData(target,offset,HEAPU8,data,size);return}GLctx.bufferSubData(target,offset,HEAPU8.subarray(data,data+size))}function _glCheckFramebufferStatus(x0){return GLctx["checkFramebufferStatus"](x0)}function _glClear(x0){GLctx["clear"](x0)}function _glClearBufferfi(x0,x1,x2,x3){GLctx["clearBufferfi"](x0,x1,x2,x3)}function _glClearBufferfv(buffer,drawbuffer,value){GLctx["clearBufferfv"](buffer,drawbuffer,HEAPF32,value>>2)}function _glClearBufferuiv(buffer,drawbuffer,value){GLctx["clearBufferuiv"](buffer,drawbuffer,HEAPU32,value>>2)}function _glClearColor(x0,x1,x2,x3){GLctx["clearColor"](x0,x1,x2,x3)}function _glClearDepthf(x0){GLctx["clearDepth"](x0)}function _glClearStencil(x0){GLctx["clearStencil"](x0)}function _glClientWaitSync(sync,flags,timeoutLo,timeoutHi){return GLctx.clientWaitSync(GL.syncs[sync],flags,convertI32PairToI53(timeoutLo,timeoutHi))}function _glColorMask(red,green,blue,alpha){GLctx.colorMask(!!red,!!green,!!blue,!!alpha)}function _glCompileShader(shader){GLctx.compileShader(GL.shaders[shader])}function _glCompressedTexImage2D(target,level,internalFormat,width,height,border,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,imageSize,data)}else{GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,HEAPU8,data,imageSize)}return}GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,data?HEAPU8.subarray(data,data+imageSize):null)}function _glCompressedTexImage3D(target,level,internalFormat,width,height,depth,border,imageSize,data){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexImage3D"](target,level,internalFormat,width,height,depth,border,imageSize,data)}else{GLctx["compressedTexImage3D"](target,level,internalFormat,width,height,depth,border,HEAPU8,data,imageSize)}}function _glCompressedTexSubImage2D(target,level,xoffset,yoffset,width,height,format,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,imageSize,data)}else{GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,HEAPU8,data,imageSize)}return}GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,data?HEAPU8.subarray(data,data+imageSize):null)}function _glCompressedTexSubImage3D(target,level,xoffset,yoffset,zoffset,width,height,depth,format,imageSize,data){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,imageSize,data)}else{GLctx["compressedTexSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,HEAPU8,data,imageSize)}}function _glCopyBufferSubData(x0,x1,x2,x3,x4){GLctx["copyBufferSubData"](x0,x1,x2,x3,x4)}function _glCopyTexImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}function _glCopyTexSubImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexSubImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}function _glCreateProgram(){var id=GL.getNewId(GL.programs);var program=GLctx.createProgram();program.name=id;program.maxUniformLength=program.maxAttributeLength=program.maxUniformBlockNameLength=0;program.uniformIdCounter=1;GL.programs[id]=program;return id}function _glCreateShader(shaderType){var id=GL.getNewId(GL.shaders);GL.shaders[id]=GLctx.createShader(shaderType);GL.shaders[id].shaderType=shaderType&1?"vs":"fs";return id}function _glCullFace(x0){GLctx["cullFace"](x0)}function _glDeleteBuffers(n,buffers){for(var i=0;i>2];var buffer=GL.buffers[id];if(!buffer)continue;GLctx.deleteBuffer(buffer);buffer.name=0;GL.buffers[id]=null;if(id==GLctx.currentArrayBufferBinding)GLctx.currentArrayBufferBinding=0;if(id==GLctx.currentElementArrayBufferBinding)GLctx.currentElementArrayBufferBinding=0;if(id==GLctx.currentPixelPackBufferBinding)GLctx.currentPixelPackBufferBinding=0;if(id==GLctx.currentPixelUnpackBufferBinding)GLctx.currentPixelUnpackBufferBinding=0}}function _glDeleteFramebuffers(n,framebuffers){for(var i=0;i>2];var framebuffer=GL.framebuffers[id];if(!framebuffer)continue;GLctx.deleteFramebuffer(framebuffer);framebuffer.name=0;GL.framebuffers[id]=null}}function _glDeleteProgram(id){if(!id)return;var program=GL.programs[id];if(!program){GL.recordError(1281);return}GLctx.deleteProgram(program);program.name=0;GL.programs[id]=null}function _glDeleteQueries(n,ids){for(var i=0;i>2];var query=GL.queries[id];if(!query)continue;GLctx["deleteQuery"](query);GL.queries[id]=null}}function _glDeleteRenderbuffers(n,renderbuffers){for(var i=0;i>2];var renderbuffer=GL.renderbuffers[id];if(!renderbuffer)continue;GLctx.deleteRenderbuffer(renderbuffer);renderbuffer.name=0;GL.renderbuffers[id]=null}}function _glDeleteSamplers(n,samplers){for(var i=0;i>2];var sampler=GL.samplers[id];if(!sampler)continue;GLctx["deleteSampler"](sampler);sampler.name=0;GL.samplers[id]=null}}function _glDeleteShader(id){if(!id)return;var shader=GL.shaders[id];if(!shader){GL.recordError(1281);return}GLctx.deleteShader(shader);GL.shaders[id]=null}function _glDeleteSync(id){if(!id)return;var sync=GL.syncs[id];if(!sync){GL.recordError(1281);return}GLctx.deleteSync(sync);sync.name=0;GL.syncs[id]=null}function _glDeleteTextures(n,textures){for(var i=0;i>2];var texture=GL.textures[id];if(!texture)continue;GLctx.deleteTexture(texture);texture.name=0;GL.textures[id]=null}}function _glDeleteTransformFeedbacks(n,ids){for(var i=0;i>2];var transformFeedback=GL.transformFeedbacks[id];if(!transformFeedback)continue;GLctx["deleteTransformFeedback"](transformFeedback);transformFeedback.name=0;GL.transformFeedbacks[id]=null}}function _glDeleteVertexArrays(n,vaos){for(var i=0;i>2];GLctx["deleteVertexArray"](GL.vaos[id]);GL.vaos[id]=null}}function _glDepthFunc(x0){GLctx["depthFunc"](x0)}function _glDepthMask(flag){GLctx.depthMask(!!flag)}function _glDetachShader(program,shader){GLctx.detachShader(GL.programs[program],GL.shaders[shader])}function _glDisable(x0){GLctx["disable"](x0)}function _glDisableVertexAttribArray(index){var cb=GL.currentContext.clientBuffers[index];cb.enabled=false;GLctx.disableVertexAttribArray(index)}function _glDrawArrays(mode,first,count){GL.preDrawHandleClientVertexAttribBindings(first+count);GLctx.drawArrays(mode,first,count);GL.postDrawHandleClientVertexAttribBindings()}function _glDrawArraysInstanced(mode,first,count,primcount){GLctx["drawArraysInstanced"](mode,first,count,primcount)}var tempFixedLengthArray=[];function _glDrawBuffers(n,bufs){var bufArray=tempFixedLengthArray[n];for(var i=0;i>2]}GLctx["drawBuffers"](bufArray)}function _glDrawElements(mode,count,type,indices){var buf;if(!GLctx.currentElementArrayBufferBinding){var size=GL.calcBufLength(1,type,0,count);buf=GL.getTempIndexBuffer(size);GLctx.bindBuffer(34963,buf);GLctx.bufferSubData(34963,0,HEAPU8.subarray(indices,indices+size));indices=0}GL.preDrawHandleClientVertexAttribBindings(count);GLctx.drawElements(mode,count,type,indices);GL.postDrawHandleClientVertexAttribBindings(count);if(!GLctx.currentElementArrayBufferBinding){GLctx.bindBuffer(34963,null)}}function _glDrawElementsInstanced(mode,count,type,indices,primcount){GLctx["drawElementsInstanced"](mode,count,type,indices,primcount)}function _glEnable(x0){GLctx["enable"](x0)}function _glEnableVertexAttribArray(index){var cb=GL.currentContext.clientBuffers[index];cb.enabled=true;GLctx.enableVertexAttribArray(index)}function _glEndQuery(x0){GLctx["endQuery"](x0)}function _glEndTransformFeedback(){GLctx["endTransformFeedback"]()}function _glFenceSync(condition,flags){var sync=GLctx.fenceSync(condition,flags);if(sync){var id=GL.getNewId(GL.syncs);sync.name=id;GL.syncs[id]=sync;return id}else{return 0}}function _glFinish(){GLctx["finish"]()}function _glFlush(){GLctx["flush"]()}function emscriptenWebGLGetBufferBinding(target){switch(target){case 34962:target=34964;break;case 34963:target=34965;break;case 35051:target=35053;break;case 35052:target=35055;break;case 35982:target=35983;break;case 36662:target=36662;break;case 36663:target=36663;break;case 35345:target=35368;break}var buffer=GLctx.getParameter(target);if(buffer)return buffer.name|0;else return 0}function emscriptenWebGLValidateMapBufferTarget(target){switch(target){case 34962:case 34963:case 36662:case 36663:case 35051:case 35052:case 35882:case 35982:case 35345:return true;default:return false}}function _glFlushMappedBufferRange(target,offset,length){if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glFlushMappedBufferRange");return}var mapping=GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)];if(!mapping){GL.recordError(1282);err("buffer was never mapped in glFlushMappedBufferRange");return}if(!(mapping.access&16)){GL.recordError(1282);err("buffer was not mapped with GL_MAP_FLUSH_EXPLICIT_BIT in glFlushMappedBufferRange");return}if(offset<0||length<0||offset+length>mapping.length){GL.recordError(1281);err("invalid range in glFlushMappedBufferRange");return}GLctx.bufferSubData(target,mapping.offset,HEAPU8.subarray(mapping.mem+offset,mapping.mem+offset+length))}function _glFramebufferRenderbuffer(target,attachment,renderbuffertarget,renderbuffer){GLctx.framebufferRenderbuffer(target,attachment,renderbuffertarget,GL.renderbuffers[renderbuffer])}function _glFramebufferTexture2D(target,attachment,textarget,texture,level){GLctx.framebufferTexture2D(target,attachment,textarget,GL.textures[texture],level)}function _glFramebufferTextureLayer(target,attachment,texture,level,layer){GLctx.framebufferTextureLayer(target,attachment,GL.textures[texture],level,layer)}function _glFrontFace(x0){GLctx["frontFace"](x0)}function __glGenObject(n,buffers,createFunction,objectTable){for(var i=0;i>2]=id}}function _glGenBuffers(n,buffers){__glGenObject(n,buffers,"createBuffer",GL.buffers)}function _glGenFramebuffers(n,ids){__glGenObject(n,ids,"createFramebuffer",GL.framebuffers)}function _glGenQueries(n,ids){__glGenObject(n,ids,"createQuery",GL.queries)}function _glGenRenderbuffers(n,renderbuffers){__glGenObject(n,renderbuffers,"createRenderbuffer",GL.renderbuffers)}function _glGenSamplers(n,samplers){__glGenObject(n,samplers,"createSampler",GL.samplers)}function _glGenTextures(n,textures){__glGenObject(n,textures,"createTexture",GL.textures)}function _glGenTransformFeedbacks(n,ids){__glGenObject(n,ids,"createTransformFeedback",GL.transformFeedbacks)}function _glGenVertexArrays(n,arrays){__glGenObject(n,arrays,"createVertexArray",GL.vaos)}function _glGenerateMipmap(x0){GLctx["generateMipmap"](x0)}function __glGetActiveAttribOrUniform(funcName,program,index,bufSize,length,size,type,name){program=GL.programs[program];var info=GLctx[funcName](program,index);if(info){var numBytesWrittenExclNull=name&&stringToUTF8(info.name,name,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull;if(size)HEAP32[size>>2]=info.size;if(type)HEAP32[type>>2]=info.type}}function _glGetActiveAttrib(program,index,bufSize,length,size,type,name){__glGetActiveAttribOrUniform("getActiveAttrib",program,index,bufSize,length,size,type,name)}function _glGetActiveUniform(program,index,bufSize,length,size,type,name){__glGetActiveAttribOrUniform("getActiveUniform",program,index,bufSize,length,size,type,name)}function _glGetActiveUniformBlockName(program,uniformBlockIndex,bufSize,length,uniformBlockName){program=GL.programs[program];var result=GLctx["getActiveUniformBlockName"](program,uniformBlockIndex);if(!result)return;if(uniformBlockName&&bufSize>0){var numBytesWrittenExclNull=stringToUTF8(result,uniformBlockName,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull}else{if(length)HEAP32[length>>2]=0}}function _glGetActiveUniformBlockiv(program,uniformBlockIndex,pname,params){if(!params){GL.recordError(1281);return}program=GL.programs[program];if(pname==35393){var name=GLctx["getActiveUniformBlockName"](program,uniformBlockIndex);HEAP32[params>>2]=name.length+1;return}var result=GLctx["getActiveUniformBlockParameter"](program,uniformBlockIndex,pname);if(result===null)return;if(pname==35395){for(var i=0;i>2]=result[i]}}else{HEAP32[params>>2]=result}}function _glGetActiveUniformsiv(program,uniformCount,uniformIndices,pname,params){if(!params){GL.recordError(1281);return}if(uniformCount>0&&uniformIndices==0){GL.recordError(1281);return}program=GL.programs[program];var ids=[];for(var i=0;i>2])}var result=GLctx["getActiveUniforms"](program,ids,pname);if(!result)return;var len=result.length;for(var i=0;i>2]=result[i]}}function _glGetAttribLocation(program,name){return GLctx.getAttribLocation(GL.programs[program],UTF8ToString(name))}function _glGetBufferSubData(target,offset,size,data){if(!data){GL.recordError(1281);return}GLctx["getBufferSubData"](target,offset,HEAPU8,data,size)}function _glGetError(){var error=GLctx.getError()||GL.lastError;GL.lastError=0;return error}function _glGetFramebufferAttachmentParameteriv(target,attachment,pname,params){var result=GLctx.getFramebufferAttachmentParameter(target,attachment,pname);if(result instanceof WebGLRenderbuffer||result instanceof WebGLTexture){result=result.name|0}HEAP32[params>>2]=result}function writeI53ToI64(ptr,num){HEAPU32[ptr>>2]=num;HEAPU32[ptr+4>>2]=(num-HEAPU32[ptr>>2])/4294967296}function emscriptenWebGLGetIndexed(target,index,data,type){if(!data){GL.recordError(1281);return}var result=GLctx["getIndexedParameter"](target,index);var ret;switch(typeof result){case"boolean":ret=result?1:0;break;case"number":ret=result;break;case"object":if(result===null){switch(target){case 35983:case 35368:ret=0;break;default:{GL.recordError(1280);return}}}else if(result instanceof WebGLBuffer){ret=result.name|0}else{GL.recordError(1280);return}break;default:GL.recordError(1280);return}switch(type){case 1:writeI53ToI64(data,ret);break;case 0:HEAP32[data>>2]=ret;break;case 2:HEAPF32[data>>2]=ret;break;case 4:HEAP8[data>>0]=ret?1:0;break;default:throw"internal emscriptenWebGLGetIndexed() error, bad type: "+type}}function _glGetIntegeri_v(target,index,data){emscriptenWebGLGetIndexed(target,index,data,0)}function emscriptenWebGLGet(name_,p,type){if(!p){GL.recordError(1281);return}var ret=undefined;switch(name_){case 36346:ret=1;break;case 36344:if(type!=0&&type!=1){GL.recordError(1280)}return;case 34814:case 36345:ret=0;break;case 34466:var formats=GLctx.getParameter(34467);ret=formats?formats.length:0;break;case 33390:ret=1048576;break;case 33309:if(GL.currentContext.version<2){GL.recordError(1282);return}var exts=GLctx.getSupportedExtensions()||[];ret=2*exts.length;break;case 33307:case 33308:if(GL.currentContext.version<2){GL.recordError(1280);return}ret=name_==33307?3:0;break}if(ret===undefined){var result=GLctx.getParameter(name_);switch(typeof result){case"number":ret=result;break;case"boolean":ret=result?1:0;break;case"string":GL.recordError(1280);return;case"object":if(result===null){switch(name_){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:{ret=0;break}default:{GL.recordError(1280);return}}}else if(result instanceof Float32Array||result instanceof Uint32Array||result instanceof Int32Array||result instanceof Array){for(var i=0;i>2]=result[i];break;case 2:HEAPF32[p+i*4>>2]=result[i];break;case 4:HEAP8[p+i>>0]=result[i]?1:0;break}}return}else{try{ret=result.name|0}catch(e){GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Unknown object returned from WebGL getParameter("+name_+")! (error: "+e+")");return}}break;default:GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Native code calling glGet"+type+"v("+name_+") and it returns "+result+" of type "+typeof result+"!");return}}switch(type){case 1:writeI53ToI64(p,ret);break;case 0:HEAP32[p>>2]=ret;break;case 2:HEAPF32[p>>2]=ret;break;case 4:HEAP8[p>>0]=ret?1:0;break}}function _glGetIntegerv(name_,p){emscriptenWebGLGet(name_,p,0)}function _glGetInternalformativ(target,internalformat,pname,bufSize,params){if(bufSize<0){GL.recordError(1281);return}if(!params){GL.recordError(1281);return}var ret=GLctx["getInternalformatParameter"](target,internalformat,pname);if(ret===null)return;for(var i=0;i>2]=ret[i]}}function _glGetProgramBinary(program,bufSize,length,binaryFormat,binary){GL.recordError(1282)}function _glGetProgramInfoLog(program,maxLength,length,infoLog){var log=GLctx.getProgramInfoLog(GL.programs[program]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}function _glGetProgramiv(program,pname,p){if(!p){GL.recordError(1281);return}if(program>=GL.counter){GL.recordError(1281);return}program=GL.programs[program];if(pname==35716){var log=GLctx.getProgramInfoLog(program);if(log===null)log="(unknown error)";HEAP32[p>>2]=log.length+1}else if(pname==35719){if(!program.maxUniformLength){for(var i=0;i>2]=program.maxUniformLength}else if(pname==35722){if(!program.maxAttributeLength){for(var i=0;i>2]=program.maxAttributeLength}else if(pname==35381){if(!program.maxUniformBlockNameLength){for(var i=0;i>2]=program.maxUniformBlockNameLength}else{HEAP32[p>>2]=GLctx.getProgramParameter(program,pname)}}function _glGetQueryObjectuiv(id,pname,params){if(!params){GL.recordError(1281);return}var query=GL.queries[id];var param=GLctx["getQueryParameter"](query,pname);var ret;if(typeof param=="boolean"){ret=param?1:0}else{ret=param}HEAP32[params>>2]=ret}function _glGetQueryiv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx["getQuery"](target,pname)}function _glGetRenderbufferParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.getRenderbufferParameter(target,pname)}function _glGetShaderInfoLog(shader,maxLength,length,infoLog){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}function _glGetShaderPrecisionFormat(shaderType,precisionType,range,precision){var result=GLctx.getShaderPrecisionFormat(shaderType,precisionType);HEAP32[range>>2]=result.rangeMin;HEAP32[range+4>>2]=result.rangeMax;HEAP32[precision>>2]=result.precision}function _glGetShaderSource(shader,bufSize,length,source){var result=GLctx.getShaderSource(GL.shaders[shader]);if(!result)return;var numBytesWrittenExclNull=bufSize>0&&source?stringToUTF8(result,source,bufSize):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}function _glGetShaderiv(shader,pname,p){if(!p){GL.recordError(1281);return}if(pname==35716){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var logLength=log?log.length+1:0;HEAP32[p>>2]=logLength}else if(pname==35720){var source=GLctx.getShaderSource(GL.shaders[shader]);var sourceLength=source?source.length+1:0;HEAP32[p>>2]=sourceLength}else{HEAP32[p>>2]=GLctx.getShaderParameter(GL.shaders[shader],pname)}}function _glGetString(name_){var ret=GL.stringCache[name_];if(!ret){switch(name_){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));ret=stringToNewUTF8(exts.join(" "));break;case 7936:case 7937:case 37445:case 37446:var s=GLctx.getParameter(name_);if(!s){GL.recordError(1280)}ret=s&&stringToNewUTF8(s);break;case 7938:var glVersion=GLctx.getParameter(7938);if(GL.currentContext.version>=2)glVersion="OpenGL ES 3.0 ("+glVersion+")";else{glVersion="OpenGL ES 2.0 ("+glVersion+")"}ret=stringToNewUTF8(glVersion);break;case 35724:var glslVersion=GLctx.getParameter(35724);var ver_re=/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/;var ver_num=glslVersion.match(ver_re);if(ver_num!==null){if(ver_num[1].length==3)ver_num[1]=ver_num[1]+"0";glslVersion="OpenGL ES GLSL ES "+ver_num[1]+" ("+glslVersion+")"}ret=stringToNewUTF8(glslVersion);break;default:GL.recordError(1280)}GL.stringCache[name_]=ret}return ret}function _glGetStringi(name,index){if(GL.currentContext.version<2){GL.recordError(1282);return 0}var stringiCache=GL.stringiCache[name];if(stringiCache){if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index]}switch(name){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));exts=exts.map(function(e){return stringToNewUTF8(e)});stringiCache=GL.stringiCache[name]=exts;if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index];default:GL.recordError(1280);return 0}}function _glGetTexParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.getTexParameter(target,pname)}function _glGetUniformBlockIndex(program,uniformBlockName){return GLctx["getUniformBlockIndex"](GL.programs[program],UTF8ToString(uniformBlockName))}function _glGetUniformIndices(program,uniformCount,uniformNames,uniformIndices){if(!uniformIndices){GL.recordError(1281);return}if(uniformCount>0&&(uniformNames==0||uniformIndices==0)){GL.recordError(1281);return}program=GL.programs[program];var names=[];for(var i=0;i>2]));var result=GLctx["getUniformIndices"](program,names);if(!result)return;var len=result.length;for(var i=0;i>2]=result[i]}}function _glGetUniformLocation(program,name){function getLeftBracePos(name){return name.slice(-1)=="]"&&name.lastIndexOf("[")}name=UTF8ToString(name);if(program=GL.programs[program]){var uniformLocsById=program.uniformLocsById;var uniformSizeAndIdsByName=program.uniformSizeAndIdsByName;var i,j;var arrayIndex=0;var uniformBaseName=name;var leftBrace=getLeftBracePos(name);if(!uniformLocsById){program.uniformLocsById=uniformLocsById={};program.uniformArrayNamesById={};for(i=0;i0?nm.slice(0,lb):nm;var id=uniformSizeAndIdsByName[arrayName]?uniformSizeAndIdsByName[arrayName][1]:program.uniformIdCounter;program.uniformIdCounter=Math.max(id+sz,program.uniformIdCounter);uniformSizeAndIdsByName[arrayName]=[sz,id];for(j=0;j0){arrayIndex=jstoi_q(name.slice(leftBrace+1))>>>0;uniformBaseName=name.slice(0,leftBrace)}var sizeAndId=uniformSizeAndIdsByName[uniformBaseName];if(sizeAndId&&arrayIndex0?"["+webglLoc+"]":""))}return webglLoc}else{GL.recordError(1282)}}function emscriptenWebGLGetUniform(program,location,params,type){if(!params){GL.recordError(1281);return}program=GL.programs[program];var data=GLctx.getUniform(program,webglGetUniformLocation(location));if(typeof data=="number"||typeof data=="boolean"){switch(type){case 0:HEAP32[params>>2]=data;break;case 2:HEAPF32[params>>2]=data;break}}else{for(var i=0;i>2]=data[i];break;case 2:HEAPF32[params+i*4>>2]=data[i];break}}}}function _glGetUniformiv(program,location,params){emscriptenWebGLGetUniform(program,location,params,0)}function emscriptenWebGLGetVertexAttrib(index,pname,params,type){if(!params){GL.recordError(1281);return}if(GL.currentContext.clientBuffers[index].enabled){err("glGetVertexAttrib*v on client-side array: not supported, bad data returned")}var data=GLctx.getVertexAttrib(index,pname);if(pname==34975){HEAP32[params>>2]=data&&data["name"]}else if(typeof data=="number"||typeof data=="boolean"){switch(type){case 0:HEAP32[params>>2]=data;break;case 2:HEAPF32[params>>2]=data;break;case 5:HEAP32[params>>2]=Math.fround(data);break}}else{for(var i=0;i>2]=data[i];break;case 2:HEAPF32[params+i*4>>2]=data[i];break;case 5:HEAP32[params+i*4>>2]=Math.fround(data[i]);break}}}}function _glGetVertexAttribiv(index,pname,params){emscriptenWebGLGetVertexAttrib(index,pname,params,5)}function _glInvalidateFramebuffer(target,numAttachments,attachments){var list=tempFixedLengthArray[numAttachments];for(var i=0;i>2]}GLctx["invalidateFramebuffer"](target,list)}function _glIsEnabled(x0){return GLctx["isEnabled"](x0)}function _glIsVertexArray(array){var vao=GL.vaos[array];if(!vao)return 0;return GLctx["isVertexArray"](vao)}function _glLinkProgram(program){program=GL.programs[program];GLctx.linkProgram(program);program.uniformLocsById=0;program.uniformSizeAndIdsByName={};[program["vs"],program["fs"]].forEach(function(s){Object.keys(s.explicitUniformLocations).forEach(function(shaderLocation){var loc=s.explicitUniformLocations[shaderLocation];program.uniformSizeAndIdsByName[shaderLocation]=[1,loc];program.uniformIdCounter=Math.max(program.uniformIdCounter,loc+1)})});function copyKeys(dst,src){Object.keys(src).forEach(function(key){dst[key]=src[key]})}program.explicitUniformBindings={};program.explicitSamplerBindings={};[program["vs"],program["fs"]].forEach(function(s){copyKeys(program.explicitUniformBindings,s.explicitUniformBindings);copyKeys(program.explicitSamplerBindings,s.explicitSamplerBindings)});program.explicitProgramBindingsApplied=0}function _glMapBufferRange(target,offset,length,access){if(access!=26&&access!=10){err("glMapBufferRange is only supported when access is MAP_WRITE|INVALIDATE_BUFFER");return 0}if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glMapBufferRange");return 0}var mem=_malloc(length);if(!mem)return 0;GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)]={offset:offset,length:length,mem:mem,access:access};return mem}function _glPixelStorei(pname,param){if(pname==3317){GL.unpackAlignment=param}GLctx.pixelStorei(pname,param)}function _glPolygonOffset(x0,x1){GLctx["polygonOffset"](x0,x1)}function _glProgramBinary(program,binaryFormat,binary,length){GL.recordError(1280)}function _glProgramParameteri(program,pname,value){GL.recordError(1280)}function _glReadBuffer(x0){GLctx["readBuffer"](x0)}function computeUnpackAlignedImageSize(width,height,sizePerPixel,alignment){function roundedToNextMultipleOf(x,y){return x+y-1&-y}var plainRowSize=width*sizePerPixel;var alignedRowSize=roundedToNextMultipleOf(plainRowSize,alignment);return height*alignedRowSize}function __colorChannelsInGlTextureFormat(format){var colorChannels={5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4};return colorChannels[format-6402]||1}function heapObjectForWebGLType(type){type-=5120;if(type==0)return HEAP8;if(type==1)return HEAPU8;if(type==2)return HEAP16;if(type==4)return HEAP32;if(type==6)return HEAPF32;if(type==5||type==28922||type==28520||type==30779||type==30782)return HEAPU32;return HEAPU16}function heapAccessShiftForWebGLHeap(heap){return 31-Math.clz32(heap.BYTES_PER_ELEMENT)}function emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat){var heap=heapObjectForWebGLType(type);var shift=heapAccessShiftForWebGLHeap(heap);var byteSize=1<>shift,pixels+bytes>>shift)}function _glReadPixels(x,y,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelPackBufferBinding){GLctx.readPixels(x,y,width,height,format,type,pixels)}else{var heap=heapObjectForWebGLType(type);GLctx.readPixels(x,y,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}return}var pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,format);if(!pixelData){GL.recordError(1280);return}GLctx.readPixels(x,y,width,height,format,type,pixelData)}function _glRenderbufferStorage(x0,x1,x2,x3){GLctx["renderbufferStorage"](x0,x1,x2,x3)}function _glRenderbufferStorageMultisample(x0,x1,x2,x3,x4){GLctx["renderbufferStorageMultisample"](x0,x1,x2,x3,x4)}function _glSamplerParameteri(sampler,pname,param){GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}function _glScissor(x0,x1,x2,x3){GLctx["scissor"](x0,x1,x2,x3)}function find_closing_parens_index(arr,i,opening="(",closing=")"){for(var nesting=0;i32)}function nextWhitespace(str,i){while(!isWhitespace(str,i))++i;return i}function classifyChar(str,idx){var cc=str.charCodeAt(idx);if(cc>32){if(cc<48)return 1;if(cc<58)return 2;if(cc<65)return 1;if(cc<91||cc==95)return 3;if(cc<97)return 1;if(cc<123)return 3;return 1}return cc<33?0:4}function tokenize(exprString,keepWhitespace){var out=[],len=exprString.length;for(var i=0;i<=len;++i){var kind=classifyChar(exprString,i);if(kind==2||kind==3){for(var j=i+1;j<=len;++j){var kind2=classifyChar(exprString,j);if(kind2!=kind&&(kind2!=2||kind!=3)){out.push(exprString.substring(i,j));i=j-1;break}}}else if(kind==1){var op2=exprString.substr(i,2);if(["<=",">=","==","!=","&&","||"].includes(op2)){out.push(op2);++i}else{out.push(exprString[i])}}}return out}function expandMacros(str,lineStart,lineEnd){if(lineEnd===undefined)lineEnd=str.length;var len=str.length;var out="";for(var i=lineStart;i1||typeof tokens[0]!="function"){tokens=function(tokens){var i,j,p,operatorAndPriority=-2;for(j=0;j",">=","==","!=","&&","||","("].indexOf(tokens[j]))>operatorAndPriority){i=j;operatorAndPriority=p}}if(operatorAndPriority==13){var j=find_closing_parens_index(tokens,i);if(j){tokens.splice(i,j+1-i,buildExprTree(tokens.slice(i+1,j)));return tokens}}if(operatorAndPriority==4){i=tokens.lastIndexOf("!");var innerExpr=buildExprTree(tokens.slice(i+1,i+2));tokens.splice(i,2,function(){return!innerExpr()});return tokens}if(operatorAndPriority>=0){var left=buildExprTree(tokens.slice(0,i));var right=buildExprTree(tokens.slice(i+1));switch(tokens[i]){case"&&":return[function(){return left()&&right()}];case"||":return[function(){return left()||right()}];case"==":return[function(){return left()==right()}];case"!=":return[function(){return left()!=right()}];case"<":return[function(){return left()":return[function(){return left()>right()}];case">=":return[function(){return left()>=right()}];case"+":return[function(){return left()+right()}];case"-":return[function(){return left()-right()}];case"*":return[function(){return left()*right()}];case"/":return[function(){return Math.floor(left()/right())}]}}var num=jstoi_q(tokens[i]);return[function(){return num}]}(tokens)}return tokens[0]}for(;i0){var macroEnd=expression.indexOf(")",macroStart);let params=expression.substring(macroStart+1,macroEnd).split(",").map(x=>x.trim());let value=tokenize(expression.substring(macroEnd+1).trim());defs[expression.substring(0,macroStart)]=function(args){var ret="";value.forEach(x=>{var argIndex=params.indexOf(x);ret+=argIndex>=0?args[argIndex]:x});return ret}}else{let value=expandMacros(expression.substring(firstWs+1).trim(),0);defs[expression.substring(0,firstWs)]=function(){return value}}}break;case"undef":if(thisLineIsInActivePreprocessingBlock)delete defs[expression];break;default:if(directive!="version"&&directive!="pragma"&&directive!="extension"){}out+=expandMacros(code,lineStart,i)+"\n"}}return out}function remove_cpp_comments_in_shaders(code){var i=0,out="",ch,next,len=code.length;for(;i=0&&explicitUniformLocations[match[5]]<1048576)){console.error('Specified an out of range layout(location=x) directive "'+explicitUniformLocations[match[5]]+'"! ('+match[0]+")");GL.recordError(1281);return}}source=source.replace(regex,"$2");GL.shaders[shader].explicitUniformLocations=explicitUniformLocations;var bindingRegex=/layout\s*\(.*?binding\s*=\s*(-?\d+).*?\)\s*uniform\s+(\w+)\s+(\w+)?/g,samplerBindings={},uniformBindings={},bindingMatch;while(bindingMatch=bindingRegex.exec(source)){var arrayLength=1;for(var i=bindingMatch.index;i=0&&binding+arrayLength<=numBindingPoints)){console.error('Specified an out of range layout(binding=x) directive "'+binding+'"! ('+bindingMatch[0]+"). Valid range is [0, "+numBindingPoints+"-1]");GL.recordError(1281);return}}source=source.replace(/layout\s*\(.*?binding\s*=\s*([-\d]+).*?\)/g,"");source=source.replace(/(layout\s*\((.*?)),\s*binding\s*=\s*([-\d]+)\)/g,"$1)");source=source.replace(/layout\s*\(\s*binding\s*=\s*([-\d]+)\s*,(.*?)\)/g,"layout($2)");GL.shaders[shader].explicitSamplerBindings=samplerBindings;GL.shaders[shader].explicitUniformBindings=uniformBindings;GLctx.shaderSource(GL.shaders[shader],source)}function _glStencilFuncSeparate(x0,x1,x2,x3){GLctx["stencilFuncSeparate"](x0,x1,x2,x3)}function _glStencilMask(x0){GLctx["stencilMask"](x0)}function _glStencilOpSeparate(x0,x1,x2,x3){GLctx["stencilOpSeparate"](x0,x1,x2,x3)}function _glTexImage2D(target,level,internalFormat,width,height,border,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,null)}return}GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels?emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat):null)}function _glTexImage3D(target,level,internalFormat,width,height,depth,border,format,type,pixels){if(GLctx.currentPixelUnpackBufferBinding){GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,null)}}function _glTexParameterf(x0,x1,x2){GLctx["texParameterf"](x0,x1,x2)}function _glTexParameteri(x0,x1,x2){GLctx["texParameteri"](x0,x1,x2)}function _glTexParameteriv(target,pname,params){var param=HEAP32[params>>2];GLctx.texParameteri(target,pname,param)}function _glTexStorage2D(x0,x1,x2,x3,x4){GLctx["texStorage2D"](x0,x1,x2,x3,x4)}function _glTexStorage3D(x0,x1,x2,x3,x4,x5){GLctx["texStorage3D"](x0,x1,x2,x3,x4,x5)}function _glTexSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,null)}return}var pixelData=null;if(pixels)pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,0);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixelData)}function _glTexSubImage3D(target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,pixels){if(GLctx.currentPixelUnpackBufferBinding){GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,null)}}function _glTransformFeedbackVaryings(program,count,varyings,bufferMode){program=GL.programs[program];var vars=[];for(var i=0;i>2]));GLctx["transformFeedbackVaryings"](program,vars,bufferMode)}var miniTempWebGLFloatBuffers=[];function _glUniform1fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform1fv(webglGetUniformLocation(location),HEAPF32,value>>2,count);return}if(count<=288){var view=miniTempWebGLFloatBuffers[count-1];for(var i=0;i>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*4>>2)}GLctx.uniform1fv(webglGetUniformLocation(location),view)}function _glUniform1i(location,v0){GLctx.uniform1i(webglGetUniformLocation(location),v0)}var __miniTempWebGLIntBuffers=[];function _glUniform1iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform1iv(webglGetUniformLocation(location),HEAP32,value>>2,count);return}if(count<=288){var view=__miniTempWebGLIntBuffers[count-1];for(var i=0;i>2]}}else{var view=HEAP32.subarray(value>>2,value+count*4>>2)}GLctx.uniform1iv(webglGetUniformLocation(location),view)}function _glUniform1uiv(location,count,value){GLctx.uniform1uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count)}function _glUniform2fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform2fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*2);return}if(count<=144){var view=miniTempWebGLFloatBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*8>>2)}GLctx.uniform2fv(webglGetUniformLocation(location),view)}function _glUniform2iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform2iv(webglGetUniformLocation(location),HEAP32,value>>2,count*2);return}if(count<=144){var view=__miniTempWebGLIntBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*8>>2)}GLctx.uniform2iv(webglGetUniformLocation(location),view)}function _glUniform2uiv(location,count,value){GLctx.uniform2uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*2)}function _glUniform3fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform3fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*3);return}if(count<=96){var view=miniTempWebGLFloatBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*12>>2)}GLctx.uniform3fv(webglGetUniformLocation(location),view)}function _glUniform3iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform3iv(webglGetUniformLocation(location),HEAP32,value>>2,count*3);return}if(count<=96){var view=__miniTempWebGLIntBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*12>>2)}GLctx.uniform3iv(webglGetUniformLocation(location),view)}function _glUniform3uiv(location,count,value){GLctx.uniform3uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*3)}function _glUniform4fv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform4fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];var heap=HEAPF32;value>>=2;for(var i=0;i<4*count;i+=4){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3]}}else{var view=HEAPF32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4fv(webglGetUniformLocation(location),view)}function _glUniform4iv(location,count,value){if(GL.currentContext.version>=2){GLctx.uniform4iv(webglGetUniformLocation(location),HEAP32,value>>2,count*4);return}if(count<=72){var view=__miniTempWebGLIntBuffers[4*count-1];for(var i=0;i<4*count;i+=4){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2];view[i+3]=HEAP32[value+(4*i+12)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4iv(webglGetUniformLocation(location),view)}function _glUniform4uiv(location,count,value){GLctx.uniform4uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*4)}function _glUniformBlockBinding(program,uniformBlockIndex,uniformBlockBinding){program=GL.programs[program];GLctx["uniformBlockBinding"](program,uniformBlockIndex,uniformBlockBinding)}function _glUniformMatrix3fv(location,count,transpose,value){if(GL.currentContext.version>=2){GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*9);return}if(count<=32){var view=miniTempWebGLFloatBuffers[9*count-1];for(var i=0;i<9*count;i+=9){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2];view[i+3]=HEAPF32[value+(4*i+12)>>2];view[i+4]=HEAPF32[value+(4*i+16)>>2];view[i+5]=HEAPF32[value+(4*i+20)>>2];view[i+6]=HEAPF32[value+(4*i+24)>>2];view[i+7]=HEAPF32[value+(4*i+28)>>2];view[i+8]=HEAPF32[value+(4*i+32)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*36>>2)}GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,view)}function _glUniformMatrix4fv(location,count,transpose,value){if(GL.currentContext.version>=2){GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*16);return}if(count<=18){var view=miniTempWebGLFloatBuffers[16*count-1];var heap=HEAPF32;value>>=2;for(var i=0;i<16*count;i+=16){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3];view[i+4]=heap[dst+4];view[i+5]=heap[dst+5];view[i+6]=heap[dst+6];view[i+7]=heap[dst+7];view[i+8]=heap[dst+8];view[i+9]=heap[dst+9];view[i+10]=heap[dst+10];view[i+11]=heap[dst+11];view[i+12]=heap[dst+12];view[i+13]=heap[dst+13];view[i+14]=heap[dst+14];view[i+15]=heap[dst+15]}}else{var view=HEAPF32.subarray(value>>2,value+count*64>>2)}GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,view)}function _glUnmapBuffer(target){if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glUnmapBuffer");return 0}var buffer=emscriptenWebGLGetBufferBinding(target);var mapping=GL.mappedBuffers[buffer];if(!mapping){GL.recordError(1282);err("buffer was never mapped in glUnmapBuffer");return 0}GL.mappedBuffers[buffer]=null;if(!(mapping.access&16))if(GL.currentContext.version>=2){GLctx.bufferSubData(target,mapping.offset,HEAPU8,mapping.mem,mapping.length)}else{GLctx.bufferSubData(target,mapping.offset,HEAPU8.subarray(mapping.mem,mapping.mem+mapping.length))}_free(mapping.mem);return 1}function webglApplyExplicitProgramBindings(){var p=GLctx.currentProgram;if(!p.explicitProgramBindingsApplied){if(GL.currentContext.version>=2){Object.keys(p.explicitUniformBindings).forEach(function(ubo){var bindings=p.explicitUniformBindings[ubo];for(var i=0;i1?"["+i+"]":""));GLctx.uniformBlockBinding(p,blockIndex,bindings[0]+i)}})}Object.keys(p.explicitSamplerBindings).forEach(function(sampler){var bindings=p.explicitSamplerBindings[sampler];for(var i=0;i>2],HEAPF32[v+4>>2],HEAPF32[v+8>>2],HEAPF32[v+12>>2])}function _glVertexAttribIPointer(index,size,type,stride,ptr){var cb=GL.currentContext.clientBuffers[index];if(!GLctx.currentArrayBufferBinding){cb.size=size;cb.type=type;cb.normalized=false;cb.stride=stride;cb.ptr=ptr;cb.clientside=true;cb.vertexAttribPointerAdaptor=function(index,size,type,normalized,stride,ptr){this.vertexAttribIPointer(index,size,type,stride,ptr)};return}cb.clientside=false;GLctx["vertexAttribIPointer"](index,size,type,stride,ptr)}function _glVertexAttribPointer(index,size,type,normalized,stride,ptr){var cb=GL.currentContext.clientBuffers[index];if(!GLctx.currentArrayBufferBinding){cb.size=size;cb.type=type;cb.normalized=normalized;cb.stride=stride;cb.ptr=ptr;cb.clientside=true;cb.vertexAttribPointerAdaptor=function(index,size,type,normalized,stride,ptr){this.vertexAttribPointer(index,size,type,normalized,stride,ptr)};return}cb.clientside=false;GLctx.vertexAttribPointer(index,size,type,!!normalized,stride,ptr)}function _glViewport(x0,x1,x2,x3){GLctx["viewport"](x0,x1,x2,x3)}function _llvm_eh_typeid_for(type){return type}function _mktime(tmPtr){_tzset();var date=new Date(HEAP32[tmPtr+20>>2]+1900,HEAP32[tmPtr+16>>2],HEAP32[tmPtr+12>>2],HEAP32[tmPtr+8>>2],HEAP32[tmPtr+4>>2],HEAP32[tmPtr>>2],0);var dst=HEAP32[tmPtr+32>>2];var guessedOffset=date.getTimezoneOffset();var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dstOffset=Math.min(winterOffset,summerOffset);if(dst<0){HEAP32[tmPtr+32>>2]=Number(summerOffset!=winterOffset&&dstOffset==guessedOffset)}else if(dst>0!=(dstOffset==guessedOffset)){var nonDstOffset=Math.max(winterOffset,summerOffset);var trueOffset=dst>0?dstOffset:nonDstOffset;date.setTime(date.getTime()+(trueOffset-guessedOffset)*6e4)}HEAP32[tmPtr+24>>2]=date.getDay();var yday=(date.getTime()-start.getTime())/(1e3*60*60*24)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();return date.getTime()/1e3|0}function _setTempRet0(val){setTempRet0(val)}function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var __MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var __MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function __addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=__isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value==="number"?value.toString():value||"";while(str.length0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}else{return thisDate.getFullYear()}}else{return thisDate.getFullYear()-1}}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+__arraySum(__isLeapYear(date.tm_year+1900)?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}else{return"PM"}},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var janFirst=new Date(date.tm_year+1900,0,1);var firstSunday=janFirst.getDay()===0?janFirst:__addDays(janFirst,7-janFirst.getDay());var endDate=new Date(date.tm_year+1900,date.tm_mon,date.tm_mday);if(compareByDay(firstSunday,endDate)<0){var februaryFirstUntilEndMonth=__arraySum(__isLeapYear(endDate.getFullYear())?__MONTH_DAYS_LEAP:__MONTH_DAYS_REGULAR,endDate.getMonth()-1)-31;var firstSundayUntilEndJanuary=31-firstSunday.getDate();var days=firstSundayUntilEndJanuary+februaryFirstUntilEndMonth+endDate.getDate();return leadingNulls(Math.ceil(days/7),2)}return compareByDay(firstSunday,janFirst)===0?"01":"00"},"%V":function(date){var janFourthThisYear=new Date(date.tm_year+1900,0,4);var janFourthNextYear=new Date(date.tm_year+1901,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);var endDate=__addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);if(compareByDay(endDate,firstWeekStartThisYear)<0){return"53"}if(compareByDay(firstWeekStartNextYear,endDate)<=0){return"01"}var daysDifference;if(firstWeekStartThisYear.getFullYear()=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _time(ptr){var ret=Date.now()/1e3|0;if(ptr){HEAP32[ptr>>2]=ret}return ret}function setFileTime(path,time){path=UTF8ToString(path);try{FS.utime(path,time,time);return 0}catch(e){if(!(e instanceof FS.ErrnoError))throw e+" : "+stackTrace();setErrNo(e.errno);return-1}}function _utime(path,times){var time;if(times){time=HEAP32[times+4>>2]*1e3}else{time=Date.now()}return setFileTime(path,time)}var FSNode=function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev};var readMode=292|73;var writeMode=146;Object.defineProperties(FSNode.prototype,{read:{get:function(){return(this.mode&readMode)===readMode},set:function(val){val?this.mode|=readMode:this.mode&=~readMode}},write:{get:function(){return(this.mode&writeMode)===writeMode},set:function(val){val?this.mode|=writeMode:this.mode&=~writeMode}},isFolder:{get:function(){return FS.isDir(this.mode)}},isDevice:{get:function(){return FS.isChrdev(this.mode)}}});FS.FSNode=FSNode;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["requestFullscreen"]=function Module_requestFullscreen(lockPointer,resizeCanvas){Browser.requestFullscreen(lockPointer,resizeCanvas)};Module["requestAnimationFrame"]=function Module_requestAnimationFrame(func){Browser.requestAnimationFrame(func)};Module["setCanvasSize"]=function Module_setCanvasSize(width,height,noUpdates){Browser.setCanvasSize(width,height,noUpdates)};Module["pauseMainLoop"]=function Module_pauseMainLoop(){Browser.mainLoop.pause()};Module["resumeMainLoop"]=function Module_resumeMainLoop(){Browser.mainLoop.resume()};Module["getUserMedia"]=function Module_getUserMedia(){Browser.getUserMedia()};Module["createContext"]=function Module_createContext(canvas,useWebGL,setInModule,webGLContextAttributes){return Browser.createContext(canvas,useWebGL,setInModule,webGLContextAttributes)};var GLctx;for(var i=0;i<32;++i)tempFixedLengthArray.push(new Array(i));var miniTempWebGLFloatBuffersStorage=new Float32Array(288);for(var i=0;i<288;++i){miniTempWebGLFloatBuffers[i]=miniTempWebGLFloatBuffersStorage.subarray(0,i+1)}var __miniTempWebGLIntBuffersStorage=new Int32Array(288);for(var i=0;i<288;++i){__miniTempWebGLIntBuffers[i]=__miniTempWebGLIntBuffersStorage.subarray(0,i+1)}function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var asmLibraryArg={"tc":_Fullscreen,"He":_JS_Accelerometer_IsRunning,"wb":_JS_Accelerometer_Start,"ub":_JS_Accelerometer_Stop,"Le":_JS_Cursor_SetImage,"Xa":_JS_Cursor_SetShow,"Fa":_JS_DOM_MapViewportCoordinateToElementLocalCoordinate,"oe":_JS_DOM_UnityCanvasSelector,"he":_JS_FileSystem_Initialize,"aa":_JS_FileSystem_Sync,"Fe":_JS_GravitySensor_IsRunning,"rb":_JS_GravitySensor_Start,"qb":_JS_GravitySensor_Stop,"Ee":_JS_Gyroscope_IsRunning,"pb":_JS_Gyroscope_Start,"ob":_JS_Gyroscope_Stop,"Ge":_JS_LinearAccelerationSensor_IsRunning,"tb":_JS_LinearAccelerationSensor_Start,"sb":_JS_LinearAccelerationSensor_Stop,"nh":_JS_Log_Dump,"re":_JS_Log_StackTrace,"Ie":_JS_OrientationSensor_IsRunning,"yb":_JS_OrientationSensor_Start,"xb":_JS_OrientationSensor_Stop,"zb":_JS_RequestDeviceSensorPermissionsOnTouch,"ke":_JS_RunQuitCallbacks,"De":_JS_ScreenOrientation_DeInit,"Je":_JS_ScreenOrientation_Init,"$":_JS_ScreenOrientation_Lock,"bf":_JS_Sound_Create_Channel,"Ja":_JS_Sound_GetLength,"Ze":_JS_Sound_GetLoadState,"Xe":_JS_Sound_Init,"Nb":_JS_Sound_Load,"Ye":_JS_Sound_Load_PCM,"Ia":_JS_Sound_Play,"Ka":_JS_Sound_ReleaseInstance,"Ab":_JS_Sound_ResumeIfNeeded,"_e":_JS_Sound_Set3D,"Ve":_JS_Sound_SetListenerOrientation,"We":_JS_Sound_SetListenerPosition,"Pb":_JS_Sound_SetLoop,"Ob":_JS_Sound_SetLoopPoints,"oa":_JS_Sound_SetPaused,"ba":_JS_Sound_SetPitch,"af":_JS_Sound_SetPosition,"$e":_JS_Sound_SetVolume,"pa":_JS_Sound_Stop,"ga":_JS_SystemInfo_GetCanvasClientSize,"Mb":_JS_SystemInfo_GetDocumentURL,"hb":_JS_SystemInfo_GetGPUInfo,"nb":_JS_SystemInfo_GetMatchWebGLToCanvasSize,"ib":_JS_SystemInfo_GetMemory,"jb":_JS_SystemInfo_GetOS,"lb":_JS_SystemInfo_GetPreferredDevicePixelRatio,"te":_JS_SystemInfo_GetScreenSize,"Me":_JS_SystemInfo_HasAstcHdr,"kb":_JS_SystemInfo_HasCursorLock,"Ce":_JS_SystemInfo_HasFullscreen,"na":_JS_SystemInfo_HasWebGL,"ne":_JS_UnityEngineShouldQuit,"yh":_SendResultats,"sh":_SendResultatsMissions,"p":___cxa_allocate_exception,"i":___cxa_begin_catch,"o":___cxa_end_catch,"e":___cxa_find_matching_catch_2,"a":___cxa_find_matching_catch_3,"zh":___cxa_find_matching_catch_4,"ua":___cxa_free_exception,"Mc":___cxa_rethrow,"V":___cxa_throw,"Uc":___gmtime_r,"Vc":___localtime_r,"k":___resumeException,"$c":___sys__newselect,"fd":___sys_accept4,"ad":___sys_access,"fe":___sys_bind,"Fc":___sys_chdir,"Jc":___sys_chmod,"Md":___sys_connect,"Pc":___sys_dup2,"O":___sys_fcntl64,"Ke":___sys_fstat64,"Gc":___sys_getcwd,"Cc":___sys_getdents64,"oc":___sys_getegid32,"pc":___sys_geteuid32,"Rc":___sys_getpeername,"_c":___sys_getrusage,"qd":___sys_getsockname,"Xd":___sys_getsockopt,"ff":___sys_getuid32,"gb":___sys_ioctl,"gd":___sys_listen,"Kc":___sys_lstat64,"Ec":___sys_mkdir,"dd":___sys_mmap2,"Yc":___sys_munmap,"Ga":___sys_open,"Lc":___sys_pipe,"Bd":___sys_poll,"rh":___sys_readlink,"cd":___sys_recvfrom,"Nc":___sys_recvmsg,"Hc":___sys_rename,"Dc":___sys_rmdir,"Oc":___sys_sendmsg,"ed":___sys_sendto,"bd":___sys_setsockopt,"Qc":___sys_shutdown,"bb":___sys_socket,"Bb":___sys_stat64,"cf":___sys_statfs64,"df":___sys_truncate64,"Wc":___sys_uname,"Ic":___sys_unlink,"x":_abort,"L":_clock,"Zc":_clock_getres,"fb":_clock_gettime,"Tc":_difftime,"pe":_dlclose,"ha":_dlerror,"vb":_dlopen,"we":_dlsym,"Ha":_emscripten_asm_const_int_sync_on_main_thread,"le":_emscripten_cancel_main_loop,"je":_emscripten_clear_interval,"Ae":_emscripten_exit_fullscreen,"ue":_emscripten_exit_pointerlock,"se":_emscripten_get_canvas_element_size,"ze":_emscripten_get_fullscreen_status,"Ca":_emscripten_get_gamepad_status,"Xc":_emscripten_get_heap_max,"K":_emscripten_get_now,"Da":_emscripten_get_num_gamepads,"me":_emscripten_html5_remove_all_event_listeners,"Pe":_emscripten_is_webgl_context_lost,"A":_emscripten_log,"G":_emscripten_longjmp,"Ah":_emscripten_memcpy_big,"Be":_emscripten_request_fullscreen,"ve":_emscripten_request_pointerlock,"Bh":_emscripten_resize_heap,"Ea":_emscripten_sample_gamepad_data,"mb":_emscripten_set_blur_callback_on_thread,"Ba":_emscripten_set_canvas_element_size,"xe":_emscripten_set_focus_callback_on_thread,"ye":_emscripten_set_fullscreenchange_callback_on_thread,"Db":_emscripten_set_gamepadconnected_callback_on_thread,"Cb":_emscripten_set_gamepaddisconnected_callback_on_thread,"ge":_emscripten_set_interval,"ka":_emscripten_set_keydown_callback_on_thread,"ia":_emscripten_set_keypress_callback_on_thread,"ja":_emscripten_set_keyup_callback_on_thread,"ee":_emscripten_set_main_loop,"ie":_emscripten_set_main_loop_timing,"Kb":_emscripten_set_mousedown_callback_on_thread,"Jb":_emscripten_set_mousemove_callback_on_thread,"Lb":_emscripten_set_mouseup_callback_on_thread,"Eb":_emscripten_set_touchcancel_callback_on_thread,"Gb":_emscripten_set_touchend_callback_on_thread,"Fb":_emscripten_set_touchmove_callback_on_thread,"Hb":_emscripten_set_touchstart_callback_on_thread,"Ib":_emscripten_set_wheel_callback_on_thread,"oh":_emscripten_thread_sleep,"Re":_emscripten_webgl_create_context,"Qe":_emscripten_webgl_destroy_context,"la":_emscripten_webgl_enable_extension,"Oe":_emscripten_webgl_get_current_context,"Se":_emscripten_webgl_init_context_attributes,"ma":_emscripten_webgl_make_context_current,"Xg":_environ_get,"eh":_environ_sizes_get,"z":_exit,"W":_fd_close,"qe":_fd_fdstat_get,"eb":_fd_read,"de":_fd_seek,"La":_fd_write,"qa":_flock,"b":_getTempRet0,"Sc":_getaddrinfo,"Te":_gethostbyaddr,"Ue":_gethostbyname,"cb":_getnameinfo,"ef":_getpwuid,"fa":_gettimeofday,"gh":_glActiveTexture,"ch":_glAttachShader,"Wb":_glBeginQuery,"Tf":_glBeginTransformFeedback,"ya":_glBindAttribLocation,"bh":_glBindBuffer,"tf":_glBindBufferBase,"sf":_glBindBufferRange,"_g":_glBindFramebuffer,"$g":_glBindRenderbuffer,"nf":_glBindSampler,"ah":_glBindTexture,"Mf":_glBindTransformFeedback,"Pf":_glBindVertexArray,"lc":_glBlendEquation,"mc":_glBlendEquationSeparate,"nc":_glBlendFuncSeparate,"Ef":_glBlitFramebuffer,"Yg":_glBufferData,"Zg":_glBufferSubData,"Wg":_glCheckFramebufferStatus,"Sg":_glClear,"jf":_glClearBufferfi,"hf":_glClearBufferfv,"gf":_glClearBufferuiv,"Tg":_glClearColor,"Ug":_glClearDepthf,"Vg":_glClearStencil,"hd":_glClientWaitSync,"Wa":_glColorMask,"Rg":_glCompileShader,"Pg":_glCompressedTexImage2D,"Gf":_glCompressedTexImage3D,"Qg":_glCompressedTexSubImage2D,"Kf":_glCompressedTexSubImage3D,"wf":_glCopyBufferSubData,"Og":_glCopyTexImage2D,"kc":_glCopyTexSubImage2D,"Ng":_glCreateProgram,"Mg":_glCreateShader,"Lg":_glCullFace,"Kg":_glDeleteBuffers,"Jg":_glDeleteFramebuffers,"Ig":_glDeleteProgram,"Qa":_glDeleteQueries,"Hg":_glDeleteRenderbuffers,"mf":_glDeleteSamplers,"Gg":_glDeleteShader,"Rb":_glDeleteSync,"Fg":_glDeleteTextures,"Nf":_glDeleteTransformFeedbacks,"Rf":_glDeleteVertexArrays,"xa":_glDepthFunc,"wa":_glDepthMask,"Eg":_glDetachShader,"Dg":_glDisable,"Cg":_glDisableVertexAttribArray,"zg":_glDrawArrays,"yf":_glDrawArraysInstanced,"vf":_glDrawBuffers,"Ag":_glDrawElements,"xf":_glDrawElementsInstanced,"Bg":_glEnable,"yg":_glEnableVertexAttribArray,"Xb":_glEndQuery,"Uf":_glEndTransformFeedback,"Qb":_glFenceSync,"vg":_glFinish,"wg":_glFlush,"Bf":_glFlushMappedBufferRange,"Q":_glFramebufferRenderbuffer,"N":_glFramebufferTexture2D,"ra":_glFramebufferTextureLayer,"va":_glFrontFace,"ug":_glGenBuffers,"qg":_glGenFramebuffers,"Vb":_glGenQueries,"rg":_glGenRenderbuffers,"lf":_glGenSamplers,"tg":_glGenTextures,"Of":_glGenTransformFeedbacks,"Sf":_glGenVertexArrays,"sg":_glGenerateMipmap,"mh":_glGetActiveAttrib,"Va":_glGetActiveUniform,"Na":_glGetActiveUniformBlockName,"Y":_glGetActiveUniformBlockiv,"X":_glGetActiveUniformsiv,"lh":_glGetAttribLocation,"Ne":_glGetBufferSubData,"pg":_glGetError,"og":_glGetFramebufferAttachmentParameteriv,"fh":_glGetIntegeri_v,"za":_glGetIntegerv,"pf":_glGetInternalformativ,"Tb":_glGetProgramBinary,"ih":_glGetProgramInfoLog,"U":_glGetProgramiv,"Wf":_glGetQueryObjectuiv,"Vf":_glGetQueryiv,"xg":_glGetRenderbufferParameteriv,"mg":_glGetShaderInfoLog,"jc":_glGetShaderPrecisionFormat,"ng":_glGetShaderSource,"hh":_glGetShaderiv,"lg":_glGetString,"Cf":_glGetStringi,"kg":_glGetTexParameteriv,"qf":_glGetUniformBlockIndex,"Ma":_glGetUniformIndices,"ca":_glGetUniformLocation,"ic":_glGetUniformiv,"kh":_glGetVertexAttribiv,"Pa":_glInvalidateFramebuffer,"dh":_glIsEnabled,"Qf":_glIsVertexArray,"ig":_glLinkProgram,"zf":_glMapBufferRange,"jg":_glPixelStorei,"hc":_glPolygonOffset,"Ub":_glProgramBinary,"kf":_glProgramParameteri,"uf":_glReadBuffer,"_":_glReadPixels,"hg":_glRenderbufferStorage,"Df":_glRenderbufferStorageMultisample,"of":_glSamplerParameteri,"Ua":_glScissor,"fg":_glShaderSource,"gg":_glStencilFuncSeparate,"dg":_glStencilMask,"eg":_glStencilOpSeparate,"bg":_glTexImage2D,"If":_glTexImage3D,"cg":_glTexParameterf,"Ta":_glTexParameteri,"ag":_glTexParameteriv,"Ff":_glTexStorage2D,"Hf":_glTexStorage3D,"$f":_glTexSubImage2D,"Jf":_glTexSubImage3D,"Lf":_glTransformFeedbackVaryings,"Yb":_glUniform1fv,"sa":_glUniform1i,"Zb":_glUniform1iv,"_b":_glUniform1uiv,"$b":_glUniform2fv,"ac":_glUniform2iv,"bc":_glUniform2uiv,"Sa":_glUniform3fv,"cc":_glUniform3iv,"dc":_glUniform3uiv,"Z":_glUniform4fv,"ec":_glUniform4iv,"fc":_glUniform4uiv,"Oa":_glUniformBlockBinding,"gc":_glUniformMatrix3fv,"ta":_glUniformMatrix4fv,"Af":_glUnmapBuffer,"Xf":_glUseProgram,"jh":_glValidateProgram,"Yf":_glVertexAttrib4f,"Zf":_glVertexAttrib4fv,"rf":_glVertexAttribIPointer,"_f":_glVertexAttribPointer,"Ra":_glViewport,"xc":invoke_dddi,"I":invoke_dii,"M":invoke_diii,"Za":invoke_diiii,"td":invoke_dji,"zc":invoke_fffi,"sc":invoke_ffi,"wc":invoke_fi,"P":invoke_fii,"C":invoke_fiii,"Ac":invoke_fiiii,"w":invoke_i,"Ya":invoke_idi,"yc":invoke_ifi,"d":invoke_ii,"wh":invoke_iidi,"vh":invoke_iifi,"c":invoke_iii,"vc":invoke_iiifi,"rc":invoke_iiifii,"h":invoke_iiii,"qh":invoke_iiiidii,"ph":invoke_iiiifii,"q":invoke_iiiii,"s":invoke_iiiiii,"u":invoke_iiiiiii,"B":invoke_iiiiiiii,"F":invoke_iiiiiiiii,"R":invoke_iiiiiiiiii,"$a":invoke_iiiiiiiiiii,"Bc":invoke_iiiiiiiiiiiii,"Dd":invoke_iiiiiiiiiji,"Vd":invoke_iiiiij,"id":invoke_iiiijii,"Nd":invoke_iiiijjii,"be":invoke_iiij,"_d":invoke_iiijiii,"$d":invoke_iij,"Hd":invoke_iiji,"Od":invoke_iijii,"Kd":invoke_iijiii,"Id":invoke_iijiiiiii,"rd":invoke_iijji,"Jd":invoke_iijjiiiiii,"Ud":invoke_iji,"Pd":invoke_ijji,"ae":invoke_j,"xd":invoke_jdi,"Yd":invoke_ji,"Zd":invoke_jii,"Sd":invoke_jiii,"ce":invoke_jiiii,"jd":invoke_jiiiii,"pd":invoke_jiiiiiiiiii,"zd":invoke_jiiji,"sd":invoke_jiji,"Rd":invoke_jijiii,"Ed":invoke_jijj,"Gd":invoke_jji,"ud":invoke_jjii,"Fd":invoke_jjji,"f":invoke_v,"l":invoke_vi,"y":invoke_vidi,"E":invoke_vifi,"m":invoke_vii,"_a":invoke_viidi,"Sb":invoke_viif,"T":invoke_viiff,"xh":invoke_viiffi,"J":invoke_viifi,"g":invoke_viii,"n":invoke_viiii,"uh":invoke_viiiif,"th":invoke_viiiifi,"r":invoke_viiiii,"t":invoke_viiiiii,"D":invoke_viiiiiii,"H":invoke_viiiiiiii,"S":invoke_viiiiiiiii,"uc":invoke_viiiiiiiiifi,"da":invoke_viiiiiiiiii,"qc":invoke_viiiiiiiiiiii,"vd":invoke_viiij,"Ad":invoke_viiiji,"kd":invoke_viij,"Td":invoke_viiji,"Wd":invoke_viijii,"ld":invoke_viijiiiiii,"yd":invoke_viijiiijiiii,"Qd":invoke_viji,"Ld":invoke_vijii,"od":invoke_vijiii,"wd":invoke_vijjji,"Cd":invoke_vji,"md":invoke_vjiiiii,"nd":invoke_vjjjiiii,"j":_llvm_eh_typeid_for,"db":_mktime,"v":_setTempRet0,"Aa":_strftime,"ea":_time,"ab":_utime};var asm=createWasm();var ___wasm_call_ctors=Module["___wasm_call_ctors"]=function(){return(___wasm_call_ctors=Module["___wasm_call_ctors"]=Module["asm"]["Dh"]).apply(null,arguments)};var _SendMessageFloat=Module["_SendMessageFloat"]=function(){return(_SendMessageFloat=Module["_SendMessageFloat"]=Module["asm"]["Eh"]).apply(null,arguments)};var _SendMessageString=Module["_SendMessageString"]=function(){return(_SendMessageString=Module["_SendMessageString"]=Module["asm"]["Fh"]).apply(null,arguments)};var _SendMessage=Module["_SendMessage"]=function(){return(_SendMessage=Module["_SendMessage"]=Module["asm"]["Gh"]).apply(null,arguments)};var _SetFullscreen=Module["_SetFullscreen"]=function(){return(_SetFullscreen=Module["_SetFullscreen"]=Module["asm"]["Hh"]).apply(null,arguments)};var _main=Module["_main"]=function(){return(_main=Module["_main"]=Module["asm"]["Ih"]).apply(null,arguments)};var ___errno_location=Module["___errno_location"]=function(){return(___errno_location=Module["___errno_location"]=Module["asm"]["Jh"]).apply(null,arguments)};var _htonl=Module["_htonl"]=function(){return(_htonl=Module["_htonl"]=Module["asm"]["Kh"]).apply(null,arguments)};var _htons=Module["_htons"]=function(){return(_htons=Module["_htons"]=Module["asm"]["Lh"]).apply(null,arguments)};var _ntohs=Module["_ntohs"]=function(){return(_ntohs=Module["_ntohs"]=Module["asm"]["Mh"]).apply(null,arguments)};var __get_tzname=Module["__get_tzname"]=function(){return(__get_tzname=Module["__get_tzname"]=Module["asm"]["Nh"]).apply(null,arguments)};var __get_daylight=Module["__get_daylight"]=function(){return(__get_daylight=Module["__get_daylight"]=Module["asm"]["Oh"]).apply(null,arguments)};var __get_timezone=Module["__get_timezone"]=function(){return(__get_timezone=Module["__get_timezone"]=Module["asm"]["Ph"]).apply(null,arguments)};var stackSave=Module["stackSave"]=function(){return(stackSave=Module["stackSave"]=Module["asm"]["Qh"]).apply(null,arguments)};var stackRestore=Module["stackRestore"]=function(){return(stackRestore=Module["stackRestore"]=Module["asm"]["Rh"]).apply(null,arguments)};var stackAlloc=Module["stackAlloc"]=function(){return(stackAlloc=Module["stackAlloc"]=Module["asm"]["Sh"]).apply(null,arguments)};var _setThrew=Module["_setThrew"]=function(){return(_setThrew=Module["_setThrew"]=Module["asm"]["Th"]).apply(null,arguments)};var ___cxa_can_catch=Module["___cxa_can_catch"]=function(){return(___cxa_can_catch=Module["___cxa_can_catch"]=Module["asm"]["Uh"]).apply(null,arguments)};var ___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=function(){return(___cxa_is_pointer_type=Module["___cxa_is_pointer_type"]=Module["asm"]["Vh"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["Wh"]).apply(null,arguments)};var _free=Module["_free"]=function(){return(_free=Module["_free"]=Module["asm"]["Xh"]).apply(null,arguments)};var _memalign=Module["_memalign"]=function(){return(_memalign=Module["_memalign"]=Module["asm"]["Yh"]).apply(null,arguments)};var _memset=Module["_memset"]=function(){return(_memset=Module["_memset"]=Module["asm"]["Zh"]).apply(null,arguments)};var _strlen=Module["_strlen"]=function(){return(_strlen=Module["_strlen"]=Module["asm"]["_h"]).apply(null,arguments)};var dynCall_iidiiii=Module["dynCall_iidiiii"]=function(){return(dynCall_iidiiii=Module["dynCall_iidiiii"]=Module["asm"]["ai"]).apply(null,arguments)};var dynCall_vii=Module["dynCall_vii"]=function(){return(dynCall_vii=Module["dynCall_vii"]=Module["asm"]["bi"]).apply(null,arguments)};var dynCall_iii=Module["dynCall_iii"]=function(){return(dynCall_iii=Module["dynCall_iii"]=Module["asm"]["ci"]).apply(null,arguments)};var dynCall_ii=Module["dynCall_ii"]=function(){return(dynCall_ii=Module["dynCall_ii"]=Module["asm"]["di"]).apply(null,arguments)};var dynCall_iiii=Module["dynCall_iiii"]=function(){return(dynCall_iiii=Module["dynCall_iiii"]=Module["asm"]["ei"]).apply(null,arguments)};var dynCall_jiji=Module["dynCall_jiji"]=function(){return(dynCall_jiji=Module["dynCall_jiji"]=Module["asm"]["fi"]).apply(null,arguments)};var dynCall_vi=Module["dynCall_vi"]=function(){return(dynCall_vi=Module["dynCall_vi"]=Module["asm"]["gi"]).apply(null,arguments)};var dynCall_iiiii=Module["dynCall_iiiii"]=function(){return(dynCall_iiiii=Module["dynCall_iiiii"]=Module["asm"]["hi"]).apply(null,arguments)};var dynCall_viii=Module["dynCall_viii"]=function(){return(dynCall_viii=Module["dynCall_viii"]=Module["asm"]["ii"]).apply(null,arguments)};var dynCall_i=Module["dynCall_i"]=function(){return(dynCall_i=Module["dynCall_i"]=Module["asm"]["ji"]).apply(null,arguments)};var dynCall_v=Module["dynCall_v"]=function(){return(dynCall_v=Module["dynCall_v"]=Module["asm"]["ki"]).apply(null,arguments)};var dynCall_viiiiii=Module["dynCall_viiiiii"]=function(){return(dynCall_viiiiii=Module["dynCall_viiiiii"]=Module["asm"]["li"]).apply(null,arguments)};var dynCall_viiiii=Module["dynCall_viiiii"]=function(){return(dynCall_viiiii=Module["dynCall_viiiii"]=Module["asm"]["mi"]).apply(null,arguments)};var dynCall_viiii=Module["dynCall_viiii"]=function(){return(dynCall_viiii=Module["dynCall_viiii"]=Module["asm"]["ni"]).apply(null,arguments)};var dynCall_iiiiii=Module["dynCall_iiiiii"]=function(){return(dynCall_iiiiii=Module["dynCall_iiiiii"]=Module["asm"]["oi"]).apply(null,arguments)};var dynCall_iiij=Module["dynCall_iiij"]=function(){return(dynCall_iiij=Module["dynCall_iiij"]=Module["asm"]["pi"]).apply(null,arguments)};var dynCall_iiiiiiii=Module["dynCall_iiiiiiii"]=function(){return(dynCall_iiiiiiii=Module["dynCall_iiiiiiii"]=Module["asm"]["qi"]).apply(null,arguments)};var dynCall_iiijiii=Module["dynCall_iiijiii"]=function(){return(dynCall_iiijiii=Module["dynCall_iiijiii"]=Module["asm"]["ri"]).apply(null,arguments)};var dynCall_iij=Module["dynCall_iij"]=function(){return(dynCall_iij=Module["dynCall_iij"]=Module["asm"]["si"]).apply(null,arguments)};var dynCall_iiiiiii=Module["dynCall_iiiiiii"]=function(){return(dynCall_iiiiiii=Module["dynCall_iiiiiii"]=Module["asm"]["ti"]).apply(null,arguments)};var dynCall_jii=Module["dynCall_jii"]=function(){return(dynCall_jii=Module["dynCall_jii"]=Module["asm"]["ui"]).apply(null,arguments)};var dynCall_viiiiiii=Module["dynCall_viiiiiii"]=function(){return(dynCall_viiiiiii=Module["dynCall_viiiiiii"]=Module["asm"]["vi"]).apply(null,arguments)};var dynCall_viiji=Module["dynCall_viiji"]=function(){return(dynCall_viiji=Module["dynCall_viiji"]=Module["asm"]["wi"]).apply(null,arguments)};var dynCall_fii=Module["dynCall_fii"]=function(){return(dynCall_fii=Module["dynCall_fii"]=Module["asm"]["xi"]).apply(null,arguments)};var dynCall_viifi=Module["dynCall_viifi"]=function(){return(dynCall_viifi=Module["dynCall_viifi"]=Module["asm"]["yi"]).apply(null,arguments)};var dynCall_jiiii=Module["dynCall_jiiii"]=function(){return(dynCall_jiiii=Module["dynCall_jiiii"]=Module["asm"]["zi"]).apply(null,arguments)};var dynCall_viif=Module["dynCall_viif"]=function(){return(dynCall_viif=Module["dynCall_viif"]=Module["asm"]["Ai"]).apply(null,arguments)};var dynCall_jiii=Module["dynCall_jiii"]=function(){return(dynCall_jiii=Module["dynCall_jiii"]=Module["asm"]["Bi"]).apply(null,arguments)};var dynCall_vifi=Module["dynCall_vifi"]=function(){return(dynCall_vifi=Module["dynCall_vifi"]=Module["asm"]["Ci"]).apply(null,arguments)};var dynCall_ijji=Module["dynCall_ijji"]=function(){return(dynCall_ijji=Module["dynCall_ijji"]=Module["asm"]["Di"]).apply(null,arguments)};var dynCall_iijji=Module["dynCall_iijji"]=function(){return(dynCall_iijji=Module["dynCall_iijji"]=Module["asm"]["Ei"]).apply(null,arguments)};var dynCall_iiddi=Module["dynCall_iiddi"]=function(){return(dynCall_iiddi=Module["dynCall_iiddi"]=Module["asm"]["Fi"]).apply(null,arguments)};var dynCall_iiffi=Module["dynCall_iiffi"]=function(){return(dynCall_iiffi=Module["dynCall_iiffi"]=Module["asm"]["Gi"]).apply(null,arguments)};var dynCall_iiiifii=Module["dynCall_iiiifii"]=function(){return(dynCall_iiiifii=Module["dynCall_iiiifii"]=Module["asm"]["Hi"]).apply(null,arguments)};var dynCall_iiifii=Module["dynCall_iiifii"]=function(){return(dynCall_iiifii=Module["dynCall_iiifii"]=Module["asm"]["Ii"]).apply(null,arguments)};var dynCall_viiiifii=Module["dynCall_viiiifii"]=function(){return(dynCall_viiiifii=Module["dynCall_viiiifii"]=Module["asm"]["Ji"]).apply(null,arguments)};var dynCall_viiffi=Module["dynCall_viiffi"]=function(){return(dynCall_viiffi=Module["dynCall_viiffi"]=Module["asm"]["Ki"]).apply(null,arguments)};var dynCall_diiii=Module["dynCall_diiii"]=function(){return(dynCall_diiii=Module["dynCall_diiii"]=Module["asm"]["Li"]).apply(null,arguments)};var dynCall_fiiii=Module["dynCall_fiiii"]=function(){return(dynCall_fiiii=Module["dynCall_fiiii"]=Module["asm"]["Mi"]).apply(null,arguments)};var dynCall_iiji=Module["dynCall_iiji"]=function(){return(dynCall_iiji=Module["dynCall_iiji"]=Module["asm"]["Ni"]).apply(null,arguments)};var dynCall_viiiiiiiii=Module["dynCall_viiiiiiiii"]=function(){return(dynCall_viiiiiiiii=Module["dynCall_viiiiiiiii"]=Module["asm"]["Oi"]).apply(null,arguments)};var dynCall_vijii=Module["dynCall_vijii"]=function(){return(dynCall_vijii=Module["dynCall_vijii"]=Module["asm"]["Pi"]).apply(null,arguments)};var dynCall_dii=Module["dynCall_dii"]=function(){return(dynCall_dii=Module["dynCall_dii"]=Module["asm"]["Qi"]).apply(null,arguments)};var dynCall_ifi=Module["dynCall_ifi"]=function(){return(dynCall_ifi=Module["dynCall_ifi"]=Module["asm"]["Ri"]).apply(null,arguments)};var dynCall_idi=Module["dynCall_idi"]=function(){return(dynCall_idi=Module["dynCall_idi"]=Module["asm"]["Si"]).apply(null,arguments)};var dynCall_viiiiiiii=Module["dynCall_viiiiiiii"]=function(){return(dynCall_viiiiiiii=Module["dynCall_viiiiiiii"]=Module["asm"]["Ti"]).apply(null,arguments)};var dynCall_viji=Module["dynCall_viji"]=function(){return(dynCall_viji=Module["dynCall_viji"]=Module["asm"]["Ui"]).apply(null,arguments)};var dynCall_vidi=Module["dynCall_vidi"]=function(){return(dynCall_vidi=Module["dynCall_vidi"]=Module["asm"]["Vi"]).apply(null,arguments)};var dynCall_fffi=Module["dynCall_fffi"]=function(){return(dynCall_fffi=Module["dynCall_fffi"]=Module["asm"]["Wi"]).apply(null,arguments)};var dynCall_jji=Module["dynCall_jji"]=function(){return(dynCall_jji=Module["dynCall_jji"]=Module["asm"]["Xi"]).apply(null,arguments)};var dynCall_jjji=Module["dynCall_jjji"]=function(){return(dynCall_jjji=Module["dynCall_jjji"]=Module["asm"]["Yi"]).apply(null,arguments)};var dynCall_dddi=Module["dynCall_dddi"]=function(){return(dynCall_dddi=Module["dynCall_dddi"]=Module["asm"]["Zi"]).apply(null,arguments)};var dynCall_viiiiiiiiii=Module["dynCall_viiiiiiiiii"]=function(){return(dynCall_viiiiiiiiii=Module["dynCall_viiiiiiiiii"]=Module["asm"]["_i"]).apply(null,arguments)};var dynCall_fiii=Module["dynCall_fiii"]=function(){return(dynCall_fiii=Module["dynCall_fiii"]=Module["asm"]["$i"]).apply(null,arguments)};var dynCall_diii=Module["dynCall_diii"]=function(){return(dynCall_diii=Module["dynCall_diii"]=Module["asm"]["aj"]).apply(null,arguments)};var dynCall_iidi=Module["dynCall_iidi"]=function(){return(dynCall_iidi=Module["dynCall_iidi"]=Module["asm"]["bj"]).apply(null,arguments)};var dynCall_iifi=Module["dynCall_iifi"]=function(){return(dynCall_iifi=Module["dynCall_iifi"]=Module["asm"]["cj"]).apply(null,arguments)};var dynCall_viiiiiiiiiii=Module["dynCall_viiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiii=Module["dynCall_viiiiiiiiiii"]=Module["asm"]["dj"]).apply(null,arguments)};var dynCall_iiijii=Module["dynCall_iiijii"]=function(){return(dynCall_iiijii=Module["dynCall_iiijii"]=Module["asm"]["ej"]).apply(null,arguments)};var dynCall_iijiiii=Module["dynCall_iijiiii"]=function(){return(dynCall_iijiiii=Module["dynCall_iijiiii"]=Module["asm"]["fj"]).apply(null,arguments)};var dynCall_jijiii=Module["dynCall_jijiii"]=function(){return(dynCall_jijiii=Module["dynCall_jijiii"]=Module["asm"]["gj"]).apply(null,arguments)};var dynCall_viijii=Module["dynCall_viijii"]=function(){return(dynCall_viijii=Module["dynCall_viijii"]=Module["asm"]["hj"]).apply(null,arguments)};var dynCall_iijiiiiii=Module["dynCall_iijiiiiii"]=function(){return(dynCall_iijiiiiii=Module["dynCall_iijiiiiii"]=Module["asm"]["ij"]).apply(null,arguments)};var dynCall_iijjiiiiii=Module["dynCall_iijjiiiiii"]=function(){return(dynCall_iijjiiiiii=Module["dynCall_iijjiiiiii"]=Module["asm"]["jj"]).apply(null,arguments)};var dynCall_iiiijjii=Module["dynCall_iiiijjii"]=function(){return(dynCall_iiiijjii=Module["dynCall_iiiijjii"]=Module["asm"]["kj"]).apply(null,arguments)};var dynCall_iijii=Module["dynCall_iijii"]=function(){return(dynCall_iijii=Module["dynCall_iijii"]=Module["asm"]["lj"]).apply(null,arguments)};var dynCall_iiiiiiiii=Module["dynCall_iiiiiiiii"]=function(){return(dynCall_iiiiiiiii=Module["dynCall_iiiiiiiii"]=Module["asm"]["mj"]).apply(null,arguments)};var dynCall_iijiii=Module["dynCall_iijiii"]=function(){return(dynCall_iijiii=Module["dynCall_iijiii"]=Module["asm"]["nj"]).apply(null,arguments)};var dynCall_j=Module["dynCall_j"]=function(){return(dynCall_j=Module["dynCall_j"]=Module["asm"]["oj"]).apply(null,arguments)};var dynCall_ji=Module["dynCall_ji"]=function(){return(dynCall_ji=Module["dynCall_ji"]=Module["asm"]["pj"]).apply(null,arguments)};var dynCall_jijj=Module["dynCall_jijj"]=function(){return(dynCall_jijj=Module["dynCall_jijj"]=Module["asm"]["qj"]).apply(null,arguments)};var dynCall_iiiiiiiiiji=Module["dynCall_iiiiiiiiiji"]=function(){return(dynCall_iiiiiiiiiji=Module["dynCall_iiiiiiiiiji"]=Module["asm"]["rj"]).apply(null,arguments)};var dynCall_vji=Module["dynCall_vji"]=function(){return(dynCall_vji=Module["dynCall_vji"]=Module["asm"]["sj"]).apply(null,arguments)};var dynCall_viiiif=Module["dynCall_viiiif"]=function(){return(dynCall_viiiif=Module["dynCall_viiiif"]=Module["asm"]["tj"]).apply(null,arguments)};var dynCall_iiiifi=Module["dynCall_iiiifi"]=function(){return(dynCall_iiiifi=Module["dynCall_iiiifi"]=Module["asm"]["uj"]).apply(null,arguments)};var dynCall_jiiji=Module["dynCall_jiiji"]=function(){return(dynCall_jiiji=Module["dynCall_jiiji"]=Module["asm"]["vj"]).apply(null,arguments)};var dynCall_viijiiijiiii=Module["dynCall_viijiiijiiii"]=function(){return(dynCall_viijiiijiiii=Module["dynCall_viijiiijiiii"]=Module["asm"]["wj"]).apply(null,arguments)};var dynCall_jdi=Module["dynCall_jdi"]=function(){return(dynCall_jdi=Module["dynCall_jdi"]=Module["asm"]["xj"]).apply(null,arguments)};var dynCall_vijjji=Module["dynCall_vijjji"]=function(){return(dynCall_vijjji=Module["dynCall_vijjji"]=Module["asm"]["yj"]).apply(null,arguments)};var dynCall_iiiiij=Module["dynCall_iiiiij"]=function(){return(dynCall_iiiiij=Module["dynCall_iiiiij"]=Module["asm"]["zj"]).apply(null,arguments)};var dynCall_viiff=Module["dynCall_viiff"]=function(){return(dynCall_viiff=Module["dynCall_viiff"]=Module["asm"]["Aj"]).apply(null,arguments)};var dynCall_viiiiiiiiifi=Module["dynCall_viiiiiiiiifi"]=function(){return(dynCall_viiiiiiiiifi=Module["dynCall_viiiiiiiiifi"]=Module["asm"]["Bj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiii"]=Module["asm"]["Cj"]).apply(null,arguments)};var dynCall_fi=Module["dynCall_fi"]=function(){return(dynCall_fi=Module["dynCall_fi"]=Module["asm"]["Dj"]).apply(null,arguments)};var dynCall_iiifi=Module["dynCall_iiifi"]=function(){return(dynCall_iiifi=Module["dynCall_iiifi"]=Module["asm"]["Ej"]).apply(null,arguments)};var dynCall_iiiiiiiiiiii=Module["dynCall_iiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiii=Module["dynCall_iiiiiiiiiiii"]=Module["asm"]["Fj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiii"]=Module["asm"]["Gj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiii"]=Module["asm"]["Hj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiii"]=Module["asm"]["Ij"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiii"]=Module["asm"]["Jj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiii"]=Module["asm"]["Kj"]).apply(null,arguments)};var dynCall_iiiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiiiiiiiiiii=Module["dynCall_iiiiiiiiiiiiiiiiiii"]=Module["asm"]["Lj"]).apply(null,arguments)};var dynCall_fifi=Module["dynCall_fifi"]=function(){return(dynCall_fifi=Module["dynCall_fifi"]=Module["asm"]["Mj"]).apply(null,arguments)};var dynCall_fiifi=Module["dynCall_fiifi"]=function(){return(dynCall_fiifi=Module["dynCall_fiifi"]=Module["asm"]["Nj"]).apply(null,arguments)};var dynCall_iiiiiiiiii=Module["dynCall_iiiiiiiiii"]=function(){return(dynCall_iiiiiiiiii=Module["dynCall_iiiiiiiiii"]=Module["asm"]["Oj"]).apply(null,arguments)};var dynCall_iiiiiiiiiii=Module["dynCall_iiiiiiiiiii"]=function(){return(dynCall_iiiiiiiiiii=Module["dynCall_iiiiiiiiiii"]=Module["asm"]["Pj"]).apply(null,arguments)};var dynCall_viiij=Module["dynCall_viiij"]=function(){return(dynCall_viiij=Module["dynCall_viiij"]=Module["asm"]["Qj"]).apply(null,arguments)};var dynCall_viiiifi=Module["dynCall_viiiifi"]=function(){return(dynCall_viiiifi=Module["dynCall_viiiifi"]=Module["asm"]["Rj"]).apply(null,arguments)};var dynCall_jjii=Module["dynCall_jjii"]=function(){return(dynCall_jjii=Module["dynCall_jjii"]=Module["asm"]["Sj"]).apply(null,arguments)};var dynCall_dji=Module["dynCall_dji"]=function(){return(dynCall_dji=Module["dynCall_dji"]=Module["asm"]["Tj"]).apply(null,arguments)};var dynCall_iji=Module["dynCall_iji"]=function(){return(dynCall_iji=Module["dynCall_iji"]=Module["asm"]["Uj"]).apply(null,arguments)};var dynCall_ffi=Module["dynCall_ffi"]=function(){return(dynCall_ffi=Module["dynCall_ffi"]=Module["asm"]["Vj"]).apply(null,arguments)};var dynCall_viiiiiiiiiiii=Module["dynCall_viiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiii=Module["dynCall_viiiiiiiiiiii"]=Module["asm"]["Wj"]).apply(null,arguments)};var dynCall_iiiiji=Module["dynCall_iiiiji"]=function(){return(dynCall_iiiiji=Module["dynCall_iiiiji"]=Module["asm"]["Xj"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiii"]=Module["asm"]["Yj"]).apply(null,arguments)};var dynCall_viiiji=Module["dynCall_viiiji"]=function(){return(dynCall_viiiji=Module["dynCall_viiiji"]=Module["asm"]["Zj"]).apply(null,arguments)};var dynCall_fiiffi=Module["dynCall_fiiffi"]=function(){return(dynCall_fiiffi=Module["dynCall_fiiffi"]=Module["asm"]["_j"]).apply(null,arguments)};var dynCall_viiififii=Module["dynCall_viiififii"]=function(){return(dynCall_viiififii=Module["dynCall_viiififii"]=Module["asm"]["$j"]).apply(null,arguments)};var dynCall_jiiiiiiiiii=Module["dynCall_jiiiiiiiiii"]=function(){return(dynCall_jiiiiiiiiii=Module["dynCall_jiiiiiiiiii"]=Module["asm"]["ak"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiii"]=Module["asm"]["bk"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiii"]=Module["asm"]["ck"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiii"]=Module["asm"]["dk"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiii"]=Module["asm"]["ek"]).apply(null,arguments)};var dynCall_viiiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiiii"]=function(){return(dynCall_viiiiiiiiiiiiiiiiii=Module["dynCall_viiiiiiiiiiiiiiiiii"]=Module["asm"]["fk"]).apply(null,arguments)};var dynCall_viijiiiiii=Module["dynCall_viijiiiiii"]=function(){return(dynCall_viijiiiiii=Module["dynCall_viijiiiiii"]=Module["asm"]["gk"]).apply(null,arguments)};var dynCall_vijiii=Module["dynCall_vijiii"]=function(){return(dynCall_vijiii=Module["dynCall_vijiii"]=Module["asm"]["hk"]).apply(null,arguments)};var dynCall_vjjjiiii=Module["dynCall_vjjjiiii"]=function(){return(dynCall_vjjjiiii=Module["dynCall_vjjjiiii"]=Module["asm"]["ik"]).apply(null,arguments)};var dynCall_vjiiiii=Module["dynCall_vjiiiii"]=function(){return(dynCall_vjiiiii=Module["dynCall_vjiiiii"]=Module["asm"]["jk"]).apply(null,arguments)};var dynCall_viij=Module["dynCall_viij"]=function(){return(dynCall_viij=Module["dynCall_viij"]=Module["asm"]["kk"]).apply(null,arguments)};var dynCall_jiiiii=Module["dynCall_jiiiii"]=function(){return(dynCall_jiiiii=Module["dynCall_jiiiii"]=Module["asm"]["lk"]).apply(null,arguments)};var dynCall_fiffi=Module["dynCall_fiffi"]=function(){return(dynCall_fiffi=Module["dynCall_fiffi"]=Module["asm"]["mk"]).apply(null,arguments)};var dynCall_viffi=Module["dynCall_viffi"]=function(){return(dynCall_viffi=Module["dynCall_viffi"]=Module["asm"]["nk"]).apply(null,arguments)};var dynCall_iiiiifi=Module["dynCall_iiiiifi"]=function(){return(dynCall_iiiiifi=Module["dynCall_iiiiifi"]=Module["asm"]["ok"]).apply(null,arguments)};var dynCall_ifiiii=Module["dynCall_ifiiii"]=function(){return(dynCall_ifiiii=Module["dynCall_ifiiii"]=Module["asm"]["pk"]).apply(null,arguments)};var dynCall_idiiiii=Module["dynCall_idiiiii"]=function(){return(dynCall_idiiiii=Module["dynCall_idiiiii"]=Module["asm"]["qk"]).apply(null,arguments)};var dynCall_idiiii=Module["dynCall_idiiii"]=function(){return(dynCall_idiiii=Module["dynCall_idiiii"]=Module["asm"]["rk"]).apply(null,arguments)};var dynCall_idii=Module["dynCall_idii"]=function(){return(dynCall_idii=Module["dynCall_idii"]=Module["asm"]["sk"]).apply(null,arguments)};var dynCall_vijiiii=Module["dynCall_vijiiii"]=function(){return(dynCall_vijiiii=Module["dynCall_vijiiii"]=Module["asm"]["tk"]).apply(null,arguments)};var dynCall_iiijiiii=Module["dynCall_iiijiiii"]=function(){return(dynCall_iiijiiii=Module["dynCall_iiijiiii"]=Module["asm"]["uk"]).apply(null,arguments)};var dynCall_iiiji=Module["dynCall_iiiji"]=function(){return(dynCall_iiiji=Module["dynCall_iiiji"]=Module["asm"]["vk"]).apply(null,arguments)};var dynCall_vjiiii=Module["dynCall_vjiiii"]=function(){return(dynCall_vjiiii=Module["dynCall_vjiiii"]=Module["asm"]["wk"]).apply(null,arguments)};var dynCall_iddi=Module["dynCall_iddi"]=function(){return(dynCall_iddi=Module["dynCall_iddi"]=Module["asm"]["xk"]).apply(null,arguments)};var dynCall_jijii=Module["dynCall_jijii"]=function(){return(dynCall_jijii=Module["dynCall_jijii"]=Module["asm"]["yk"]).apply(null,arguments)};var dynCall_viiijii=Module["dynCall_viiijii"]=function(){return(dynCall_viiijii=Module["dynCall_viiijii"]=Module["asm"]["zk"]).apply(null,arguments)};var dynCall_viijiii=Module["dynCall_viijiii"]=function(){return(dynCall_viijiii=Module["dynCall_viijiii"]=Module["asm"]["Ak"]).apply(null,arguments)};var dynCall_ijii=Module["dynCall_ijii"]=function(){return(dynCall_ijii=Module["dynCall_ijii"]=Module["asm"]["Bk"]).apply(null,arguments)};var dynCall_iiiiiji=Module["dynCall_iiiiiji"]=function(){return(dynCall_iiiiiji=Module["dynCall_iiiiiji"]=Module["asm"]["Ck"]).apply(null,arguments)};var dynCall_ijjiiii=Module["dynCall_ijjiiii"]=function(){return(dynCall_ijjiiii=Module["dynCall_ijjiiii"]=Module["asm"]["Dk"]).apply(null,arguments)};var dynCall_vdiiiii=Module["dynCall_vdiiiii"]=function(){return(dynCall_vdiiiii=Module["dynCall_vdiiiii"]=Module["asm"]["Ek"]).apply(null,arguments)};var dynCall_diiji=Module["dynCall_diiji"]=function(){return(dynCall_diiji=Module["dynCall_diiji"]=Module["asm"]["Fk"]).apply(null,arguments)};var dynCall_vjiiiiiiii=Module["dynCall_vjiiiiiiii"]=function(){return(dynCall_vjiiiiiiii=Module["dynCall_vjiiiiiiii"]=Module["asm"]["Gk"]).apply(null,arguments)};var dynCall_vjiiiiiii=Module["dynCall_vjiiiiiii"]=function(){return(dynCall_vjiiiiiii=Module["dynCall_vjiiiiiii"]=Module["asm"]["Hk"]).apply(null,arguments)};var dynCall_ijiiii=Module["dynCall_ijiiii"]=function(){return(dynCall_ijiiii=Module["dynCall_ijiiii"]=Module["asm"]["Ik"]).apply(null,arguments)};var dynCall_iidii=Module["dynCall_iidii"]=function(){return(dynCall_iidii=Module["dynCall_iidii"]=Module["asm"]["Jk"]).apply(null,arguments)};var dynCall_iifii=Module["dynCall_iifii"]=function(){return(dynCall_iifii=Module["dynCall_iifii"]=Module["asm"]["Kk"]).apply(null,arguments)};var dynCall_iidiii=Module["dynCall_iidiii"]=function(){return(dynCall_iidiii=Module["dynCall_iidiii"]=Module["asm"]["Lk"]).apply(null,arguments)};var dynCall_viidi=Module["dynCall_viidi"]=function(){return(dynCall_viidi=Module["dynCall_viidi"]=Module["asm"]["Mk"]).apply(null,arguments)};var dynCall_jidi=Module["dynCall_jidi"]=function(){return(dynCall_jidi=Module["dynCall_jidi"]=Module["asm"]["Nk"]).apply(null,arguments)};var dynCall_diji=Module["dynCall_diji"]=function(){return(dynCall_diji=Module["dynCall_diji"]=Module["asm"]["Ok"]).apply(null,arguments)};var dynCall_fidi=Module["dynCall_fidi"]=function(){return(dynCall_fidi=Module["dynCall_fidi"]=Module["asm"]["Pk"]).apply(null,arguments)};var dynCall_viifii=Module["dynCall_viifii"]=function(){return(dynCall_viifii=Module["dynCall_viifii"]=Module["asm"]["Qk"]).apply(null,arguments)};var dynCall_viiifi=Module["dynCall_viiifi"]=function(){return(dynCall_viiifi=Module["dynCall_viiifi"]=Module["asm"]["Rk"]).apply(null,arguments)};var dynCall_ijiii=Module["dynCall_ijiii"]=function(){return(dynCall_ijiii=Module["dynCall_ijiii"]=Module["asm"]["Sk"]).apply(null,arguments)};var dynCall_viffffi=Module["dynCall_viffffi"]=function(){return(dynCall_viffffi=Module["dynCall_viffffi"]=Module["asm"]["Tk"]).apply(null,arguments)};var dynCall_iffffi=Module["dynCall_iffffi"]=function(){return(dynCall_iffffi=Module["dynCall_iffffi"]=Module["asm"]["Uk"]).apply(null,arguments)};var dynCall_vfffi=Module["dynCall_vfffi"]=function(){return(dynCall_vfffi=Module["dynCall_vfffi"]=Module["asm"]["Vk"]).apply(null,arguments)};var dynCall_vffi=Module["dynCall_vffi"]=function(){return(dynCall_vffi=Module["dynCall_vffi"]=Module["asm"]["Wk"]).apply(null,arguments)};var dynCall_vffffi=Module["dynCall_vffffi"]=function(){return(dynCall_vffffi=Module["dynCall_vffffi"]=Module["asm"]["Xk"]).apply(null,arguments)};var dynCall_viiiiffi=Module["dynCall_viiiiffi"]=function(){return(dynCall_viiiiffi=Module["dynCall_viiiiffi"]=Module["asm"]["Yk"]).apply(null,arguments)};var dynCall_viiiffii=Module["dynCall_viiiffii"]=function(){return(dynCall_viiiffii=Module["dynCall_viiiffii"]=Module["asm"]["Zk"]).apply(null,arguments)};var dynCall_vifffi=Module["dynCall_vifffi"]=function(){return(dynCall_vifffi=Module["dynCall_vifffi"]=Module["asm"]["_k"]).apply(null,arguments)};var dynCall_viffffffi=Module["dynCall_viffffffi"]=function(){return(dynCall_viffffffi=Module["dynCall_viffffffi"]=Module["asm"]["$k"]).apply(null,arguments)};var dynCall_vffffffii=Module["dynCall_vffffffii"]=function(){return(dynCall_vffffffii=Module["dynCall_vffffffii"]=Module["asm"]["al"]).apply(null,arguments)};var dynCall_viiiifffi=Module["dynCall_viiiifffi"]=function(){return(dynCall_viiiifffi=Module["dynCall_viiiifffi"]=Module["asm"]["bl"]).apply(null,arguments)};var dynCall_vifii=Module["dynCall_vifii"]=function(){return(dynCall_vifii=Module["dynCall_vifii"]=Module["asm"]["cl"]).apply(null,arguments)};var dynCall_vfiii=Module["dynCall_vfiii"]=function(){return(dynCall_vfiii=Module["dynCall_vfiii"]=Module["asm"]["dl"]).apply(null,arguments)};var dynCall_ffffi=Module["dynCall_ffffi"]=function(){return(dynCall_ffffi=Module["dynCall_ffffi"]=Module["asm"]["el"]).apply(null,arguments)};var dynCall_iffi=Module["dynCall_iffi"]=function(){return(dynCall_iffi=Module["dynCall_iffi"]=Module["asm"]["fl"]).apply(null,arguments)};var dynCall_fffifi=Module["dynCall_fffifi"]=function(){return(dynCall_fffifi=Module["dynCall_fffifi"]=Module["asm"]["gl"]).apply(null,arguments)};var dynCall_fffifffi=Module["dynCall_fffifffi"]=function(){return(dynCall_fffifffi=Module["dynCall_fffifffi"]=Module["asm"]["hl"]).apply(null,arguments)};var dynCall_vfii=Module["dynCall_vfii"]=function(){return(dynCall_vfii=Module["dynCall_vfii"]=Module["asm"]["il"]).apply(null,arguments)};var dynCall_vfi=Module["dynCall_vfi"]=function(){return(dynCall_vfi=Module["dynCall_vfi"]=Module["asm"]["jl"]).apply(null,arguments)};var dynCall_viifffi=Module["dynCall_viifffi"]=function(){return(dynCall_viifffi=Module["dynCall_viifffi"]=Module["asm"]["kl"]).apply(null,arguments)};var dynCall_vijjii=Module["dynCall_vijjii"]=function(){return(dynCall_vijjii=Module["dynCall_vijjii"]=Module["asm"]["ll"]).apply(null,arguments)};var dynCall_viiifii=Module["dynCall_viiifii"]=function(){return(dynCall_viiifii=Module["dynCall_viiifii"]=Module["asm"]["ml"]).apply(null,arguments)};var dynCall_viiiiiiifi=Module["dynCall_viiiiiiifi"]=function(){return(dynCall_viiiiiiifi=Module["dynCall_viiiiiiifi"]=Module["asm"]["nl"]).apply(null,arguments)};var dynCall_viiiififfi=Module["dynCall_viiiififfi"]=function(){return(dynCall_viiiififfi=Module["dynCall_viiiififfi"]=Module["asm"]["ol"]).apply(null,arguments)};var dynCall_viiiifiifi=Module["dynCall_viiiifiifi"]=function(){return(dynCall_viiiifiifi=Module["dynCall_viiiifiifi"]=Module["asm"]["pl"]).apply(null,arguments)};var dynCall_viiiifiiii=Module["dynCall_viiiifiiii"]=function(){return(dynCall_viiiifiiii=Module["dynCall_viiiifiiii"]=Module["asm"]["ql"]).apply(null,arguments)};var dynCall_viiiifiiiii=Module["dynCall_viiiifiiiii"]=function(){return(dynCall_viiiifiiiii=Module["dynCall_viiiifiiiii"]=Module["asm"]["rl"]).apply(null,arguments)};var dynCall_viiiifiiiiiiii=Module["dynCall_viiiifiiiiiiii"]=function(){return(dynCall_viiiifiiiiiiii=Module["dynCall_viiiifiiiiiiii"]=Module["asm"]["sl"]).apply(null,arguments)};var dynCall_iiifiii=Module["dynCall_iiifiii"]=function(){return(dynCall_iiifiii=Module["dynCall_iiifiii"]=Module["asm"]["tl"]).apply(null,arguments)};var dynCall_viiiiiffii=Module["dynCall_viiiiiffii"]=function(){return(dynCall_viiiiiffii=Module["dynCall_viiiiiffii"]=Module["asm"]["ul"]).apply(null,arguments)};var dynCall_viffffii=Module["dynCall_viffffii"]=function(){return(dynCall_viffffii=Module["dynCall_viffffii"]=Module["asm"]["vl"]).apply(null,arguments)};var dynCall_iiiifiii=Module["dynCall_iiiifiii"]=function(){return(dynCall_iiiifiii=Module["dynCall_iiiifiii"]=Module["asm"]["wl"]).apply(null,arguments)};var dynCall_iifiii=Module["dynCall_iifiii"]=function(){return(dynCall_iifiii=Module["dynCall_iifiii"]=Module["asm"]["xl"]).apply(null,arguments)};var dynCall_viifiii=Module["dynCall_viifiii"]=function(){return(dynCall_viifiii=Module["dynCall_viifiii"]=Module["asm"]["yl"]).apply(null,arguments)};var dynCall_iiiiifiii=Module["dynCall_iiiiifiii"]=function(){return(dynCall_iiiiifiii=Module["dynCall_iiiiifiii"]=Module["asm"]["zl"]).apply(null,arguments)};var dynCall_iiifiiii=Module["dynCall_iiifiiii"]=function(){return(dynCall_iiifiiii=Module["dynCall_iiifiiii"]=Module["asm"]["Al"]).apply(null,arguments)};var dynCall_vifffffi=Module["dynCall_vifffffi"]=function(){return(dynCall_vifffffi=Module["dynCall_vifffffi"]=Module["asm"]["Bl"]).apply(null,arguments)};var dynCall_viiiiifi=Module["dynCall_viiiiifi"]=function(){return(dynCall_viiiiifi=Module["dynCall_viiiiifi"]=Module["asm"]["Cl"]).apply(null,arguments)};var dynCall_viffiiii=Module["dynCall_viffiiii"]=function(){return(dynCall_viffiiii=Module["dynCall_viffiiii"]=Module["asm"]["Dl"]).apply(null,arguments)};var dynCall_viiiiffffiiii=Module["dynCall_viiiiffffiiii"]=function(){return(dynCall_viiiiffffiiii=Module["dynCall_viiiiffffiiii"]=Module["asm"]["El"]).apply(null,arguments)};var dynCall_viifiiiii=Module["dynCall_viifiiiii"]=function(){return(dynCall_viifiiiii=Module["dynCall_viifiiiii"]=Module["asm"]["Fl"]).apply(null,arguments)};var dynCall_fiiiii=Module["dynCall_fiiiii"]=function(){return(dynCall_fiiiii=Module["dynCall_fiiiii"]=Module["asm"]["Gl"]).apply(null,arguments)};var dynCall_iiiiiiffiiiiiiiiiffffiiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiiii"]=function(){return(dynCall_iiiiiiffiiiiiiiiiffffiiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiiii"]=Module["asm"]["Hl"]).apply(null,arguments)};var dynCall_iiiiiiffiiiiiiiiiiiiiii=Module["dynCall_iiiiiiffiiiiiiiiiiiiiii"]=function(){return(dynCall_iiiiiiffiiiiiiiiiiiiiii=Module["dynCall_iiiiiiffiiiiiiiiiiiiiii"]=Module["asm"]["Il"]).apply(null,arguments)};var dynCall_fiiiffi=Module["dynCall_fiiiffi"]=function(){return(dynCall_fiiiffi=Module["dynCall_fiiiffi"]=Module["asm"]["Jl"]).apply(null,arguments)};var dynCall_viffffiii=Module["dynCall_viffffiii"]=function(){return(dynCall_viffffiii=Module["dynCall_viffffiii"]=Module["asm"]["Kl"]).apply(null,arguments)};var dynCall_viijji=Module["dynCall_viijji"]=function(){return(dynCall_viijji=Module["dynCall_viijji"]=Module["asm"]["Ll"]).apply(null,arguments)};var dynCall_viififii=Module["dynCall_viififii"]=function(){return(dynCall_viififii=Module["dynCall_viififii"]=Module["asm"]["Ml"]).apply(null,arguments)};var dynCall_iiiffiiii=Module["dynCall_iiiffiiii"]=function(){return(dynCall_iiiffiiii=Module["dynCall_iiiffiiii"]=Module["asm"]["Nl"]).apply(null,arguments)};var dynCall_fffffi=Module["dynCall_fffffi"]=function(){return(dynCall_fffffi=Module["dynCall_fffffi"]=Module["asm"]["Ol"]).apply(null,arguments)};var dynCall_iiiiffiiii=Module["dynCall_iiiiffiiii"]=function(){return(dynCall_iiiiffiiii=Module["dynCall_iiiiffiiii"]=Module["asm"]["Pl"]).apply(null,arguments)};var dynCall_vjii=Module["dynCall_vjii"]=function(){return(dynCall_vjii=Module["dynCall_vjii"]=Module["asm"]["Ql"]).apply(null,arguments)};var dynCall_viiffffi=Module["dynCall_viiffffi"]=function(){return(dynCall_viiffffi=Module["dynCall_viiffffi"]=Module["asm"]["Rl"]).apply(null,arguments)};var dynCall_fifffi=Module["dynCall_fifffi"]=function(){return(dynCall_fifffi=Module["dynCall_fifffi"]=Module["asm"]["Sl"]).apply(null,arguments)};var dynCall_viffiii=Module["dynCall_viffiii"]=function(){return(dynCall_viffiii=Module["dynCall_viffiii"]=Module["asm"]["Tl"]).apply(null,arguments)};var dynCall_fiffffi=Module["dynCall_fiffffi"]=function(){return(dynCall_fiffffi=Module["dynCall_fiffffi"]=Module["asm"]["Ul"]).apply(null,arguments)};var dynCall_fffffffi=Module["dynCall_fffffffi"]=function(){return(dynCall_fffffffi=Module["dynCall_fffffffi"]=Module["asm"]["Vl"]).apply(null,arguments)};var dynCall_viffifi=Module["dynCall_viffifi"]=function(){return(dynCall_viffifi=Module["dynCall_viffifi"]=Module["asm"]["Wl"]).apply(null,arguments)};var dynCall_viiffifi=Module["dynCall_viiffifi"]=function(){return(dynCall_viiffifi=Module["dynCall_viiffifi"]=Module["asm"]["Xl"]).apply(null,arguments)};var dynCall_ifffi=Module["dynCall_ifffi"]=function(){return(dynCall_ifffi=Module["dynCall_ifffi"]=Module["asm"]["Yl"]).apply(null,arguments)};var dynCall_viiififiii=Module["dynCall_viiififiii"]=function(){return(dynCall_viiififiii=Module["dynCall_viiififiii"]=Module["asm"]["Zl"]).apply(null,arguments)};var dynCall_vifiii=Module["dynCall_vifiii"]=function(){return(dynCall_vifiii=Module["dynCall_vifiii"]=Module["asm"]["_l"]).apply(null,arguments)};var dynCall_viiifiii=Module["dynCall_viiifiii"]=function(){return(dynCall_viiifiii=Module["dynCall_viiifiii"]=Module["asm"]["$l"]).apply(null,arguments)};var dynCall_viiffiiiiiiiii=Module["dynCall_viiffiiiiiiiii"]=function(){return(dynCall_viiffiiiiiiiii=Module["dynCall_viiffiiiiiiiii"]=Module["asm"]["am"]).apply(null,arguments)};var dynCall_viiiiiffiii=Module["dynCall_viiiiiffiii"]=function(){return(dynCall_viiiiiffiii=Module["dynCall_viiiiiffiii"]=Module["asm"]["bm"]).apply(null,arguments)};var dynCall_viiffiii=Module["dynCall_viiffiii"]=function(){return(dynCall_viiffiii=Module["dynCall_viiffiii"]=Module["asm"]["cm"]).apply(null,arguments)};var dynCall_viiffiiiiiii=Module["dynCall_viiffiiiiiii"]=function(){return(dynCall_viiffiiiiiii=Module["dynCall_viiffiiiiiii"]=Module["asm"]["dm"]).apply(null,arguments)};var dynCall_viiffii=Module["dynCall_viiffii"]=function(){return(dynCall_viiffii=Module["dynCall_viiffii"]=Module["asm"]["em"]).apply(null,arguments)};var dynCall_fffffffffi=Module["dynCall_fffffffffi"]=function(){return(dynCall_fffffffffi=Module["dynCall_fffffffffi"]=Module["asm"]["fm"]).apply(null,arguments)};var dynCall_vifiiiiii=Module["dynCall_vifiiiiii"]=function(){return(dynCall_vifiiiiii=Module["dynCall_vifiiiiii"]=Module["asm"]["gm"]).apply(null,arguments)};var dynCall_vifiiiii=Module["dynCall_vifiiiii"]=function(){return(dynCall_vifiiiii=Module["dynCall_vifiiiii"]=Module["asm"]["hm"]).apply(null,arguments)};var dynCall_viifiiiiiii=Module["dynCall_viifiiiiiii"]=function(){return(dynCall_viifiiiiiii=Module["dynCall_viifiiiiiii"]=Module["asm"]["im"]).apply(null,arguments)};var dynCall_viiififfiiiiiii=Module["dynCall_viiififfiiiiiii"]=function(){return(dynCall_viiififfiiiiiii=Module["dynCall_viiififfiiiiiii"]=Module["asm"]["jm"]).apply(null,arguments)};var dynCall_viiffiifiiiiiii=Module["dynCall_viiffiifiiiiiii"]=function(){return(dynCall_viiffiifiiiiiii=Module["dynCall_viiffiifiiiiiii"]=Module["asm"]["km"]).apply(null,arguments)};var dynCall_viifiiiiii=Module["dynCall_viifiiiiii"]=function(){return(dynCall_viifiiiiii=Module["dynCall_viifiiiiii"]=Module["asm"]["lm"]).apply(null,arguments)};var dynCall_viiifiiiiii=Module["dynCall_viiifiiiiii"]=function(){return(dynCall_viiifiiiiii=Module["dynCall_viiifiiiiii"]=Module["asm"]["mm"]).apply(null,arguments)};var dynCall_viiiifiiiiii=Module["dynCall_viiiifiiiiii"]=function(){return(dynCall_viiiifiiiiii=Module["dynCall_viiiifiiiiii"]=Module["asm"]["nm"]).apply(null,arguments)};var dynCall_viififiiiiii=Module["dynCall_viififiiiiii"]=function(){return(dynCall_viififiiiiii=Module["dynCall_viififiiiiii"]=Module["asm"]["om"]).apply(null,arguments)};var dynCall_viiiffiifiiiiiii=Module["dynCall_viiiffiifiiiiiii"]=function(){return(dynCall_viiiffiifiiiiiii=Module["dynCall_viiiffiifiiiiiii"]=Module["asm"]["pm"]).apply(null,arguments)};var dynCall_viiiiiifiiiiii=Module["dynCall_viiiiiifiiiiii"]=function(){return(dynCall_viiiiiifiiiiii=Module["dynCall_viiiiiifiiiiii"]=Module["asm"]["qm"]).apply(null,arguments)};var dynCall_ffii=Module["dynCall_ffii"]=function(){return(dynCall_ffii=Module["dynCall_ffii"]=Module["asm"]["rm"]).apply(null,arguments)};var dynCall_viffii=Module["dynCall_viffii"]=function(){return(dynCall_viffii=Module["dynCall_viffii"]=Module["asm"]["sm"]).apply(null,arguments)};var dynCall_vififiii=Module["dynCall_vififiii"]=function(){return(dynCall_vififiii=Module["dynCall_vififiii"]=Module["asm"]["tm"]).apply(null,arguments)};var dynCall_viiiiiiiijiiii=Module["dynCall_viiiiiiiijiiii"]=function(){return(dynCall_viiiiiiiijiiii=Module["dynCall_viiiiiiiijiiii"]=Module["asm"]["um"]).apply(null,arguments)};var dynCall_viifiiii=Module["dynCall_viifiiii"]=function(){return(dynCall_viifiiii=Module["dynCall_viifiiii"]=Module["asm"]["vm"]).apply(null,arguments)};var dynCall_fifii=Module["dynCall_fifii"]=function(){return(dynCall_fifii=Module["dynCall_fifii"]=Module["asm"]["wm"]).apply(null,arguments)};var dynCall_vifffii=Module["dynCall_vifffii"]=function(){return(dynCall_vifffii=Module["dynCall_vifffii"]=Module["asm"]["xm"]).apply(null,arguments)};var dynCall_viiiffi=Module["dynCall_viiiffi"]=function(){return(dynCall_viiiffi=Module["dynCall_viiiffi"]=Module["asm"]["ym"]).apply(null,arguments)};var dynCall_viiifffi=Module["dynCall_viiifffi"]=function(){return(dynCall_viiifffi=Module["dynCall_viiifffi"]=Module["asm"]["zm"]).apply(null,arguments)};var dynCall_fiifii=Module["dynCall_fiifii"]=function(){return(dynCall_fiifii=Module["dynCall_fiifii"]=Module["asm"]["Am"]).apply(null,arguments)};var dynCall_iiiifiiii=Module["dynCall_iiiifiiii"]=function(){return(dynCall_iiiifiiii=Module["dynCall_iiiifiiii"]=Module["asm"]["Bm"]).apply(null,arguments)};var dynCall_viiiiiffi=Module["dynCall_viiiiiffi"]=function(){return(dynCall_viiiiiffi=Module["dynCall_viiiiiffi"]=Module["asm"]["Cm"]).apply(null,arguments)};var dynCall_iifffi=Module["dynCall_iifffi"]=function(){return(dynCall_iifffi=Module["dynCall_iifffi"]=Module["asm"]["Dm"]).apply(null,arguments)};var dynCall_viiiiifii=Module["dynCall_viiiiifii"]=function(){return(dynCall_viiiiifii=Module["dynCall_viiiiifii"]=Module["asm"]["Em"]).apply(null,arguments)};var dynCall_viiiffffi=Module["dynCall_viiiffffi"]=function(){return(dynCall_viiiffffi=Module["dynCall_viiiffffi"]=Module["asm"]["Fm"]).apply(null,arguments)};var dynCall_viiiifiii=Module["dynCall_viiiifiii"]=function(){return(dynCall_viiiifiii=Module["dynCall_viiiifiii"]=Module["asm"]["Gm"]).apply(null,arguments)};var dynCall_viifffffi=Module["dynCall_viifffffi"]=function(){return(dynCall_viifffffi=Module["dynCall_viifffffi"]=Module["asm"]["Hm"]).apply(null,arguments)};var dynCall_viiffffffi=Module["dynCall_viiffffffi"]=function(){return(dynCall_viiffffffi=Module["dynCall_viiffffffi"]=Module["asm"]["Im"]).apply(null,arguments)};var dynCall_viifffffffi=Module["dynCall_viifffffffi"]=function(){return(dynCall_viifffffffi=Module["dynCall_viifffffffi"]=Module["asm"]["Jm"]).apply(null,arguments)};var dynCall_viiffffffffi=Module["dynCall_viiffffffffi"]=function(){return(dynCall_viiffffffffi=Module["dynCall_viiffffffffi"]=Module["asm"]["Km"]).apply(null,arguments)};var dynCall_vifiiii=Module["dynCall_vifiiii"]=function(){return(dynCall_vifiiii=Module["dynCall_vifiiii"]=Module["asm"]["Lm"]).apply(null,arguments)};var dynCall_vidiii=Module["dynCall_vidiii"]=function(){return(dynCall_vidiii=Module["dynCall_vidiii"]=Module["asm"]["Mm"]).apply(null,arguments)};var dynCall_viiffffffffiii=Module["dynCall_viiffffffffiii"]=function(){return(dynCall_viiffffffffiii=Module["dynCall_viiffffffffiii"]=Module["asm"]["Nm"]).apply(null,arguments)};var dynCall_viiiiffffii=Module["dynCall_viiiiffffii"]=function(){return(dynCall_viiiiffffii=Module["dynCall_viiiiffffii"]=Module["asm"]["Om"]).apply(null,arguments)};var dynCall_fiiiiii=Module["dynCall_fiiiiii"]=function(){return(dynCall_fiiiiii=Module["dynCall_fiiiiii"]=Module["asm"]["Pm"]).apply(null,arguments)};var dynCall_vijiiiiiii=Module["dynCall_vijiiiiiii"]=function(){return(dynCall_vijiiiiiii=Module["dynCall_vijiiiiiii"]=Module["asm"]["Qm"]).apply(null,arguments)};var dynCall_vijiiiiiiii=Module["dynCall_vijiiiiiiii"]=function(){return(dynCall_vijiiiiiiii=Module["dynCall_vijiiiiiiii"]=Module["asm"]["Rm"]).apply(null,arguments)};var dynCall_jjiiii=Module["dynCall_jjiiii"]=function(){return(dynCall_jjiiii=Module["dynCall_jjiiii"]=Module["asm"]["Sm"]).apply(null,arguments)};var dynCall_jjiiiii=Module["dynCall_jjiiiii"]=function(){return(dynCall_jjiiiii=Module["dynCall_jjiiiii"]=Module["asm"]["Tm"]).apply(null,arguments)};var dynCall_jijjji=Module["dynCall_jijjji"]=function(){return(dynCall_jijjji=Module["dynCall_jijjji"]=Module["asm"]["Um"]).apply(null,arguments)};var dynCall_jijjjii=Module["dynCall_jijjjii"]=function(){return(dynCall_jijjjii=Module["dynCall_jijjjii"]=Module["asm"]["Vm"]).apply(null,arguments)};var dynCall_jjiii=Module["dynCall_jjiii"]=function(){return(dynCall_jjiii=Module["dynCall_jjiii"]=Module["asm"]["Wm"]).apply(null,arguments)};var dynCall_ijijiiiii=Module["dynCall_ijijiiiii"]=function(){return(dynCall_ijijiiiii=Module["dynCall_ijijiiiii"]=Module["asm"]["Xm"]).apply(null,arguments)};var dynCall_ijjjiii=Module["dynCall_ijjjiii"]=function(){return(dynCall_ijjjiii=Module["dynCall_ijjjiii"]=Module["asm"]["Ym"]).apply(null,arguments)};var dynCall_vijjjiijii=Module["dynCall_vijjjiijii"]=function(){return(dynCall_vijjjiijii=Module["dynCall_vijjjiijii"]=Module["asm"]["Zm"]).apply(null,arguments)};var dynCall_ijjjiijii=Module["dynCall_ijjjiijii"]=function(){return(dynCall_ijjjiijii=Module["dynCall_ijjjiijii"]=Module["asm"]["_m"]).apply(null,arguments)};var dynCall_vijiiiiii=Module["dynCall_vijiiiiii"]=function(){return(dynCall_vijiiiiii=Module["dynCall_vijiiiiii"]=Module["asm"]["$m"]).apply(null,arguments)};var dynCall_jfi=Module["dynCall_jfi"]=function(){return(dynCall_jfi=Module["dynCall_jfi"]=Module["asm"]["an"]).apply(null,arguments)};var dynCall_fji=Module["dynCall_fji"]=function(){return(dynCall_fji=Module["dynCall_fji"]=Module["asm"]["bn"]).apply(null,arguments)};var dynCall_fdi=Module["dynCall_fdi"]=function(){return(dynCall_fdi=Module["dynCall_fdi"]=Module["asm"]["cn"]).apply(null,arguments)};var dynCall_dfi=Module["dynCall_dfi"]=function(){return(dynCall_dfi=Module["dynCall_dfi"]=Module["asm"]["dn"]).apply(null,arguments)};var dynCall_jidii=Module["dynCall_jidii"]=function(){return(dynCall_jidii=Module["dynCall_jidii"]=Module["asm"]["en"]).apply(null,arguments)};var dynCall_vijji=Module["dynCall_vijji"]=function(){return(dynCall_vijji=Module["dynCall_vijji"]=Module["asm"]["fn"]).apply(null,arguments)};var dynCall_viiiiiiiji=Module["dynCall_viiiiiiiji"]=function(){return(dynCall_viiiiiiiji=Module["dynCall_viiiiiiiji"]=Module["asm"]["gn"]).apply(null,arguments)};var dynCall_viiiiiiiiji=Module["dynCall_viiiiiiiiji"]=function(){return(dynCall_viiiiiiiiji=Module["dynCall_viiiiiiiiji"]=Module["asm"]["hn"]).apply(null,arguments)};var dynCall_viiiiiiiiiji=Module["dynCall_viiiiiiiiiji"]=function(){return(dynCall_viiiiiiiiiji=Module["dynCall_viiiiiiiiiji"]=Module["asm"]["jn"]).apply(null,arguments)};var dynCall_ijiijii=Module["dynCall_ijiijii"]=function(){return(dynCall_ijiijii=Module["dynCall_ijiijii"]=Module["asm"]["kn"]).apply(null,arguments)};var dynCall_vjjiiiii=Module["dynCall_vjjiiiii"]=function(){return(dynCall_vjjiiiii=Module["dynCall_vjjiiiii"]=Module["asm"]["ln"]).apply(null,arguments)};var dynCall_vjjii=Module["dynCall_vjjii"]=function(){return(dynCall_vjjii=Module["dynCall_vjjii"]=Module["asm"]["mn"]).apply(null,arguments)};var dynCall_ijiiji=Module["dynCall_ijiiji"]=function(){return(dynCall_ijiiji=Module["dynCall_ijiiji"]=Module["asm"]["nn"]).apply(null,arguments)};var dynCall_ijiiiii=Module["dynCall_ijiiiii"]=function(){return(dynCall_ijiiiii=Module["dynCall_ijiiiii"]=Module["asm"]["on"]).apply(null,arguments)};var dynCall_ijiiiiji=Module["dynCall_ijiiiiji"]=function(){return(dynCall_ijiiiiji=Module["dynCall_ijiiiiji"]=Module["asm"]["pn"]).apply(null,arguments)};var dynCall_ijjiii=Module["dynCall_ijjiii"]=function(){return(dynCall_ijjiii=Module["dynCall_ijjiii"]=Module["asm"]["qn"]).apply(null,arguments)};var dynCall_jiiiiii=Module["dynCall_jiiiiii"]=function(){return(dynCall_jiiiiii=Module["dynCall_jiiiiii"]=Module["asm"]["rn"]).apply(null,arguments)};var dynCall_ddi=Module["dynCall_ddi"]=function(){return(dynCall_ddi=Module["dynCall_ddi"]=Module["asm"]["sn"]).apply(null,arguments)};var dynCall_ddiii=Module["dynCall_ddiii"]=function(){return(dynCall_ddiii=Module["dynCall_ddiii"]=Module["asm"]["tn"]).apply(null,arguments)};var dynCall_ddii=Module["dynCall_ddii"]=function(){return(dynCall_ddii=Module["dynCall_ddii"]=Module["asm"]["un"]).apply(null,arguments)};var dynCall_idiii=Module["dynCall_idiii"]=function(){return(dynCall_idiii=Module["dynCall_idiii"]=Module["asm"]["vn"]).apply(null,arguments)};var dynCall_ifiii=Module["dynCall_ifiii"]=function(){return(dynCall_ifiii=Module["dynCall_ifiii"]=Module["asm"]["wn"]).apply(null,arguments)};var dynCall_ifiiiii=Module["dynCall_ifiiiii"]=function(){return(dynCall_ifiiiii=Module["dynCall_ifiiiii"]=Module["asm"]["xn"]).apply(null,arguments)};var dynCall_jjjii=Module["dynCall_jjjii"]=function(){return(dynCall_jjjii=Module["dynCall_jjjii"]=Module["asm"]["yn"]).apply(null,arguments)};var dynCall_vdiii=Module["dynCall_vdiii"]=function(){return(dynCall_vdiii=Module["dynCall_vdiii"]=Module["asm"]["zn"]).apply(null,arguments)};var dynCall_jdii=Module["dynCall_jdii"]=function(){return(dynCall_jdii=Module["dynCall_jdii"]=Module["asm"]["An"]).apply(null,arguments)};var dynCall_vijijji=Module["dynCall_vijijji"]=function(){return(dynCall_vijijji=Module["dynCall_vijijji"]=Module["asm"]["Bn"]).apply(null,arguments)};var dynCall_iijjji=Module["dynCall_iijjji"]=function(){return(dynCall_iijjji=Module["dynCall_iijjji"]=Module["asm"]["Cn"]).apply(null,arguments)};var dynCall_viijjji=Module["dynCall_viijjji"]=function(){return(dynCall_viijjji=Module["dynCall_viijjji"]=Module["asm"]["Dn"]).apply(null,arguments)};var dynCall_vdii=Module["dynCall_vdii"]=function(){return(dynCall_vdii=Module["dynCall_vdii"]=Module["asm"]["En"]).apply(null,arguments)};var dynCall_iiiijii=Module["dynCall_iiiijii"]=function(){return(dynCall_iiiijii=Module["dynCall_iiiijii"]=Module["asm"]["Fn"]).apply(null,arguments)};var dynCall_jijji=Module["dynCall_jijji"]=function(){return(dynCall_jijji=Module["dynCall_jijji"]=Module["asm"]["Gn"]).apply(null,arguments)};var dynCall_diddi=Module["dynCall_diddi"]=function(){return(dynCall_diddi=Module["dynCall_diddi"]=Module["asm"]["Hn"]).apply(null,arguments)};var dynCall_didi=Module["dynCall_didi"]=function(){return(dynCall_didi=Module["dynCall_didi"]=Module["asm"]["In"]).apply(null,arguments)};var dynCall_viiiijii=Module["dynCall_viiiijii"]=function(){return(dynCall_viiiijii=Module["dynCall_viiiijii"]=Module["asm"]["Jn"]).apply(null,arguments)};var dynCall_viiijji=Module["dynCall_viiijji"]=function(){return(dynCall_viiijji=Module["dynCall_viiijji"]=Module["asm"]["Kn"]).apply(null,arguments)};var dynCall_iijjii=Module["dynCall_iijjii"]=function(){return(dynCall_iijjii=Module["dynCall_iijjii"]=Module["asm"]["Ln"]).apply(null,arguments)};var dynCall_jjjji=Module["dynCall_jjjji"]=function(){return(dynCall_jjjji=Module["dynCall_jjjji"]=Module["asm"]["Mn"]).apply(null,arguments)};var dynCall_viijijii=Module["dynCall_viijijii"]=function(){return(dynCall_viijijii=Module["dynCall_viijijii"]=Module["asm"]["Nn"]).apply(null,arguments)};var dynCall_viijijiii=Module["dynCall_viijijiii"]=function(){return(dynCall_viijijiii=Module["dynCall_viijijiii"]=Module["asm"]["On"]).apply(null,arguments)};var dynCall_vijiji=Module["dynCall_vijiji"]=function(){return(dynCall_vijiji=Module["dynCall_vijiji"]=Module["asm"]["Pn"]).apply(null,arguments)};var dynCall_viijiijiii=Module["dynCall_viijiijiii"]=function(){return(dynCall_viijiijiii=Module["dynCall_viijiijiii"]=Module["asm"]["Qn"]).apply(null,arguments)};var dynCall_viiiijiiii=Module["dynCall_viiiijiiii"]=function(){return(dynCall_viiiijiiii=Module["dynCall_viiiijiiii"]=Module["asm"]["Rn"]).apply(null,arguments)};var dynCall_di=Module["dynCall_di"]=function(){return(dynCall_di=Module["dynCall_di"]=Module["asm"]["Sn"]).apply(null,arguments)};var dynCall_viijjii=Module["dynCall_viijjii"]=function(){return(dynCall_viijjii=Module["dynCall_viijjii"]=Module["asm"]["Tn"]).apply(null,arguments)};var dynCall_jiiiiiiiii=Module["dynCall_jiiiiiiiii"]=function(){return(dynCall_jiiiiiiiii=Module["dynCall_jiiiiiiiii"]=Module["asm"]["Un"]).apply(null,arguments)};var dynCall_iiiiijii=Module["dynCall_iiiiijii"]=function(){return(dynCall_iiiiijii=Module["dynCall_iiiiijii"]=Module["asm"]["Vn"]).apply(null,arguments)};var dynCall_iiiiidii=Module["dynCall_iiiiidii"]=function(){return(dynCall_iiiiidii=Module["dynCall_iiiiidii"]=Module["asm"]["Wn"]).apply(null,arguments)};var dynCall_iiiidii=Module["dynCall_iiiidii"]=function(){return(dynCall_iiiidii=Module["dynCall_iiiidii"]=Module["asm"]["Xn"]).apply(null,arguments)};var dynCall_iiiiifii=Module["dynCall_iiiiifii"]=function(){return(dynCall_iiiiifii=Module["dynCall_iiiiifii"]=Module["asm"]["Yn"]).apply(null,arguments)};var dynCall_iiidiii=Module["dynCall_iiidiii"]=function(){return(dynCall_iiidiii=Module["dynCall_iiidiii"]=Module["asm"]["Zn"]).apply(null,arguments)};var dynCall_iiiiffiiiji=Module["dynCall_iiiiffiiiji"]=function(){return(dynCall_iiiiffiiiji=Module["dynCall_iiiiffiiiji"]=Module["asm"]["_n"]).apply(null,arguments)};var dynCall_jiiiiiii=Module["dynCall_jiiiiiii"]=function(){return(dynCall_jiiiiiii=Module["dynCall_jiiiiiii"]=Module["asm"]["$n"]).apply(null,arguments)};var dynCall_iiiiffiiiii=Module["dynCall_iiiiffiiiii"]=function(){return(dynCall_iiiiffiiiii=Module["dynCall_iiiiffiiiii"]=Module["asm"]["ao"]).apply(null,arguments)};var dynCall_jiiiiji=Module["dynCall_jiiiiji"]=function(){return(dynCall_jiiiiji=Module["dynCall_jiiiiji"]=Module["asm"]["bo"]).apply(null,arguments)};var dynCall_fiiiifi=Module["dynCall_fiiiifi"]=function(){return(dynCall_fiiiifi=Module["dynCall_fiiiifi"]=Module["asm"]["co"]).apply(null,arguments)};var dynCall_iiijjii=Module["dynCall_iiijjii"]=function(){return(dynCall_iiijjii=Module["dynCall_iiijjii"]=Module["asm"]["eo"]).apply(null,arguments)};var dynCall_iiiijiii=Module["dynCall_iiiijiii"]=function(){return(dynCall_iiiijiii=Module["dynCall_iiiijiii"]=Module["asm"]["fo"]).apply(null,arguments)};var dynCall_iiiij=Module["dynCall_iiiij"]=function(){return(dynCall_iiiij=Module["dynCall_iiiij"]=Module["asm"]["go"]).apply(null,arguments)};var dynCall_fff=Module["dynCall_fff"]=function(){return(dynCall_fff=Module["dynCall_fff"]=Module["asm"]["ho"]).apply(null,arguments)};var dynCall_ijj=Module["dynCall_ijj"]=function(){return(dynCall_ijj=Module["dynCall_ijj"]=Module["asm"]["io"]).apply(null,arguments)};var dynCall_vjji=Module["dynCall_vjji"]=function(){return(dynCall_vjji=Module["dynCall_vjji"]=Module["asm"]["jo"]).apply(null,arguments)};var dynCall_ij=Module["dynCall_ij"]=function(){return(dynCall_ij=Module["dynCall_ij"]=Module["asm"]["ko"]).apply(null,arguments)};var dynCall_vif=Module["dynCall_vif"]=function(){return(dynCall_vif=Module["dynCall_vif"]=Module["asm"]["lo"]).apply(null,arguments)};var dynCall_vid=Module["dynCall_vid"]=function(){return(dynCall_vid=Module["dynCall_vid"]=Module["asm"]["mo"]).apply(null,arguments)};var dynCall_viiiiif=Module["dynCall_viiiiif"]=function(){return(dynCall_viiiiif=Module["dynCall_viiiiif"]=Module["asm"]["no"]).apply(null,arguments)};var dynCall_viiiiiif=Module["dynCall_viiiiiif"]=function(){return(dynCall_viiiiiif=Module["dynCall_viiiiiif"]=Module["asm"]["oo"]).apply(null,arguments)};var dynCall_iiif=Module["dynCall_iiif"]=function(){return(dynCall_iiif=Module["dynCall_iiif"]=Module["asm"]["po"]).apply(null,arguments)};var dynCall_fif=Module["dynCall_fif"]=function(){return(dynCall_fif=Module["dynCall_fif"]=Module["asm"]["qo"]).apply(null,arguments)};var dynCall_iiiiiifff=Module["dynCall_iiiiiifff"]=function(){return(dynCall_iiiiiifff=Module["dynCall_iiiiiifff"]=Module["asm"]["ro"]).apply(null,arguments)};var dynCall_iiiiiifiif=Module["dynCall_iiiiiifiif"]=function(){return(dynCall_iiiiiifiif=Module["dynCall_iiiiiifiif"]=Module["asm"]["so"]).apply(null,arguments)};var dynCall_iiiiiifiii=Module["dynCall_iiiiiifiii"]=function(){return(dynCall_iiiiiifiii=Module["dynCall_iiiiiifiii"]=Module["asm"]["to"]).apply(null,arguments)};var dynCall_iiiiiiifiif=Module["dynCall_iiiiiiifiif"]=function(){return(dynCall_iiiiiiifiif=Module["dynCall_iiiiiiifiif"]=Module["asm"]["uo"]).apply(null,arguments)};var dynCall_fiff=Module["dynCall_fiff"]=function(){return(dynCall_fiff=Module["dynCall_fiff"]=Module["asm"]["vo"]).apply(null,arguments)};var dynCall_fiiiiiifiifif=Module["dynCall_fiiiiiifiifif"]=function(){return(dynCall_fiiiiiifiifif=Module["dynCall_fiiiiiifiifif"]=Module["asm"]["wo"]).apply(null,arguments)};var dynCall_fiiiiiifiiiif=Module["dynCall_fiiiiiifiiiif"]=function(){return(dynCall_fiiiiiifiiiif=Module["dynCall_fiiiiiifiiiif"]=Module["asm"]["xo"]).apply(null,arguments)};var dynCall_iifiiiijii=Module["dynCall_iifiiiijii"]=function(){return(dynCall_iifiiiijii=Module["dynCall_iifiiiijii"]=Module["asm"]["yo"]).apply(null,arguments)};var dynCall_vifijii=Module["dynCall_vifijii"]=function(){return(dynCall_vifijii=Module["dynCall_vifijii"]=Module["asm"]["zo"]).apply(null,arguments)};var dynCall_iiiifffiii=Module["dynCall_iiiifffiii"]=function(){return(dynCall_iiiifffiii=Module["dynCall_iiiifffiii"]=Module["asm"]["Ao"]).apply(null,arguments)};var dynCall_iiiifffffi=Module["dynCall_iiiifffffi"]=function(){return(dynCall_iiiifffffi=Module["dynCall_iiiifffffi"]=Module["asm"]["Bo"]).apply(null,arguments)};var dynCall_viffiiiif=Module["dynCall_viffiiiif"]=function(){return(dynCall_viffiiiif=Module["dynCall_viffiiiif"]=Module["asm"]["Co"]).apply(null,arguments)};var dynCall_viffiifffffiii=Module["dynCall_viffiifffffiii"]=function(){return(dynCall_viffiifffffiii=Module["dynCall_viffiifffffiii"]=Module["asm"]["Do"]).apply(null,arguments)};var dynCall_viffffiifffiiiiif=Module["dynCall_viffffiifffiiiiif"]=function(){return(dynCall_viffffiifffiiiiif=Module["dynCall_viffffiifffiiiiif"]=Module["asm"]["Eo"]).apply(null,arguments)};var dynCall_iiiifffffii=Module["dynCall_iiiifffffii"]=function(){return(dynCall_iiiifffffii=Module["dynCall_iiiifffffii"]=Module["asm"]["Fo"]).apply(null,arguments)};var dynCall_viiiiiiiiiiifii=Module["dynCall_viiiiiiiiiiifii"]=function(){return(dynCall_viiiiiiiiiiifii=Module["dynCall_viiiiiiiiiiifii"]=Module["asm"]["Go"]).apply(null,arguments)};var dynCall_viff=Module["dynCall_viff"]=function(){return(dynCall_viff=Module["dynCall_viff"]=Module["asm"]["Ho"]).apply(null,arguments)};var dynCall_iiiifiiiii=Module["dynCall_iiiifiiiii"]=function(){return(dynCall_iiiifiiiii=Module["dynCall_iiiifiiiii"]=Module["asm"]["Io"]).apply(null,arguments)};var dynCall_iiiiifiiiiif=Module["dynCall_iiiiifiiiiif"]=function(){return(dynCall_iiiiifiiiiif=Module["dynCall_iiiiifiiiiif"]=Module["asm"]["Jo"]).apply(null,arguments)};var dynCall_viiifiiiii=Module["dynCall_viiifiiiii"]=function(){return(dynCall_viiifiiiii=Module["dynCall_viiifiiiii"]=Module["asm"]["Ko"]).apply(null,arguments)};var dynCall_viiiifiiiiif=Module["dynCall_viiiifiiiiif"]=function(){return(dynCall_viiiifiiiiif=Module["dynCall_viiiifiiiiif"]=Module["asm"]["Lo"]).apply(null,arguments)};var dynCall_iifff=Module["dynCall_iifff"]=function(){return(dynCall_iifff=Module["dynCall_iifff"]=Module["asm"]["Mo"]).apply(null,arguments)};var dynCall_iif=Module["dynCall_iif"]=function(){return(dynCall_iif=Module["dynCall_iif"]=Module["asm"]["No"]).apply(null,arguments)};var dynCall_viijijj=Module["dynCall_viijijj"]=function(){return(dynCall_viijijj=Module["dynCall_viijijj"]=Module["asm"]["Oo"]).apply(null,arguments)};var dynCall_viijj=Module["dynCall_viijj"]=function(){return(dynCall_viijj=Module["dynCall_viijj"]=Module["asm"]["Po"]).apply(null,arguments)};var dynCall_viiiij=Module["dynCall_viiiij"]=function(){return(dynCall_viiiij=Module["dynCall_viiiij"]=Module["asm"]["Qo"]).apply(null,arguments)};var dynCall_iiijji=Module["dynCall_iiijji"]=function(){return(dynCall_iiijji=Module["dynCall_iiijji"]=Module["asm"]["Ro"]).apply(null,arguments)};var dynCall_ijjiiiii=Module["dynCall_ijjiiiii"]=function(){return(dynCall_ijjiiiii=Module["dynCall_ijjiiiii"]=Module["asm"]["So"]).apply(null,arguments)};var dynCall_iiiiiifffiiifiii=Module["dynCall_iiiiiifffiiifiii"]=function(){return(dynCall_iiiiiifffiiifiii=Module["dynCall_iiiiiifffiiifiii"]=Module["asm"]["To"]).apply(null,arguments)};var dynCall_viid=Module["dynCall_viid"]=function(){return(dynCall_viid=Module["dynCall_viid"]=Module["asm"]["Uo"]).apply(null,arguments)};var dynCall_viiidi=Module["dynCall_viiidi"]=function(){return(dynCall_viiidi=Module["dynCall_viiidi"]=Module["asm"]["Vo"]).apply(null,arguments)};var dynCall_viidii=Module["dynCall_viidii"]=function(){return(dynCall_viidii=Module["dynCall_viidii"]=Module["asm"]["Wo"]).apply(null,arguments)};var dynCall_viiif=Module["dynCall_viiif"]=function(){return(dynCall_viiif=Module["dynCall_viiif"]=Module["asm"]["Xo"]).apply(null,arguments)};var dynCall_iiiiiff=Module["dynCall_iiiiiff"]=function(){return(dynCall_iiiiiff=Module["dynCall_iiiiiff"]=Module["asm"]["Yo"]).apply(null,arguments)};var dynCall_viffff=Module["dynCall_viffff"]=function(){return(dynCall_viffff=Module["dynCall_viffff"]=Module["asm"]["Zo"]).apply(null,arguments)};var dynCall_vifff=Module["dynCall_vifff"]=function(){return(dynCall_vifff=Module["dynCall_vifff"]=Module["asm"]["_o"]).apply(null,arguments)};var dynCall_viifff=Module["dynCall_viifff"]=function(){return(dynCall_viifff=Module["dynCall_viifff"]=Module["asm"]["$o"]).apply(null,arguments)};var dynCall_vij=Module["dynCall_vij"]=function(){return(dynCall_vij=Module["dynCall_vij"]=Module["asm"]["ap"]).apply(null,arguments)};var dynCall_vf=Module["dynCall_vf"]=function(){return(dynCall_vf=Module["dynCall_vf"]=Module["asm"]["bp"]).apply(null,arguments)};var dynCall_vffff=Module["dynCall_vffff"]=function(){return(dynCall_vffff=Module["dynCall_vffff"]=Module["asm"]["cp"]).apply(null,arguments)};var dynCall_vff=Module["dynCall_vff"]=function(){return(dynCall_vff=Module["dynCall_vff"]=Module["asm"]["dp"]).apply(null,arguments)};var dynCall_vfff=Module["dynCall_vfff"]=function(){return(dynCall_vfff=Module["dynCall_vfff"]=Module["asm"]["ep"]).apply(null,arguments)};var dynCall_f=Module["dynCall_f"]=function(){return(dynCall_f=Module["dynCall_f"]=Module["asm"]["fp"]).apply(null,arguments)};var dynCall_vffffffi=Module["dynCall_vffffffi"]=function(){return(dynCall_vffffffi=Module["dynCall_vffffffi"]=Module["asm"]["gp"]).apply(null,arguments)};var dynCall_ff=Module["dynCall_ff"]=function(){return(dynCall_ff=Module["dynCall_ff"]=Module["asm"]["hp"]).apply(null,arguments)};var dynCall_fiif=Module["dynCall_fiif"]=function(){return(dynCall_fiif=Module["dynCall_fiif"]=Module["asm"]["ip"]).apply(null,arguments)};var dynCall_iiiiiiffiiiiiiiiiffffiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiii"]=function(){return(dynCall_iiiiiiffiiiiiiiiiffffiii=Module["dynCall_iiiiiiffiiiiiiiiiffffiii"]=Module["asm"]["jp"]).apply(null,arguments)};var dynCall_viififi=Module["dynCall_viififi"]=function(){return(dynCall_viififi=Module["dynCall_viififi"]=Module["asm"]["kp"]).apply(null,arguments)};var dynCall_viiiiiiiijiii=Module["dynCall_viiiiiiiijiii"]=function(){return(dynCall_viiiiiiiijiii=Module["dynCall_viiiiiiiijiii"]=Module["asm"]["lp"]).apply(null,arguments)};function invoke_iiiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_iiiiii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vii(index,a1,a2){var sp=stackSave();try{dynCall_vii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iii(index,a1,a2){var sp=stackSave();try{return dynCall_iii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iiii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiii(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fiii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_fiii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_diii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_diii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viif(index,a1,a2,a3){var sp=stackSave();try{dynCall_viif(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vi(index,a1){var sp=stackSave();try{dynCall_vi(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viii(index,a1,a2,a3){var sp=stackSave();try{dynCall_viii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ii(index,a1){var sp=stackSave();try{return dynCall_ii(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_v(index){var sp=stackSave();try{dynCall_v(index)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_i(index){var sp=stackSave();try{return dynCall_i(index)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return dynCall_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiiii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiiiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return dynCall_iiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return dynCall_iiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{dynCall_viiiiiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{dynCall_viiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return dynCall_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viidi(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viidi(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vidi(index,a1,a2,a3){var sp=stackSave();try{dynCall_vidi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fii(index,a1,a2){var sp=stackSave();try{return dynCall_fii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viifi(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viifi(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_fiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vifi(index,a1,a2,a3){var sp=stackSave();try{dynCall_vifi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{dynCall_viiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiffi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiffi(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_diiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_diiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{dynCall_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_dii(index,a1,a2){var sp=stackSave();try{return dynCall_dii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fffi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_fffi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ifi(index,a1,a2){var sp=stackSave();try{return dynCall_ifi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_idi(index,a1,a2){var sp=stackSave();try{return dynCall_idi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_dddi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_dddi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iidi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iidi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iifi(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iifi(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiif(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiiif(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiff(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viiff(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_fi(index,a1){var sp=stackSave();try{return dynCall_fi(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiifi(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiifi(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiiifi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{dynCall_viiiiiiiiifi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiifi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiifi(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return dynCall_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ffi(index,a1,a2){var sp=stackSave();try{return dynCall_ffi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiifii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_iiifii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{dynCall_viiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiidii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiidii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiifii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiifii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiij(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiij(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_j(index){var sp=stackSave();try{return dynCall_j(index)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iij(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iij(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiijiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return dynCall_iiijiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jii(index,a1,a2){var sp=stackSave();try{return dynCall_jii(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ji(index,a1){var sp=stackSave();try{return dynCall_ji(index,a1)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viijii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viijii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiij(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiiij(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iji(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiii(index,a1,a2,a3){var sp=stackSave();try{return dynCall_jiii(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jijiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_jijiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viji(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_ijji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_ijji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_iijii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiijjii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return dynCall_iiiijjii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vijii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_vijii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iijiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijjiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return dynCall_iijjiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return dynCall_iijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiji(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jji(index,a1,a2,a3){var sp=stackSave();try{return dynCall_jji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jjji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jjji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jijj(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jijj(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiji(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return dynCall_iiiiiiiiiji(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vji(index,a1,a2,a3){var sp=stackSave();try{dynCall_vji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiiji(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiji(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiji(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jiiji(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viijiiijiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{dynCall_viijiiijiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jdi(index,a1,a2){var sp=stackSave();try{return dynCall_jdi(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vijjji(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{dynCall_vijjji(index,a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viiij(index,a1,a2,a3,a4,a5){var sp=stackSave();try{dynCall_viiij(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jjii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jjii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_dji(index,a1,a2,a3){var sp=stackSave();try{return dynCall_dji(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiji(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jiji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iijji(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iijji(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return dynCall_jiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vijiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_vijiii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vjjjiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{dynCall_vjjjiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_vjiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{dynCall_vjiiiii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{dynCall_viijiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_viij(index,a1,a2,a3,a4){var sp=stackSave();try{dynCall_viij(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_jiiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return dynCall_jiiiii(index,a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}function invoke_iiiijii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return dynCall_iiiijii(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0&&e!=="longjmp")throw e;_setThrew(1,0)}}Module["ccall"]=ccall;Module["cwrap"]=cwrap;Module["stackTrace"]=stackTrace;Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["stackTrace"]=stackTrace;var calledRun;function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}var calledMain=false;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function callMain(args){var entryFunction=Module["_main"];args=args||[];var argc=args.length+1;var argv=stackAlloc((argc+1)*4);HEAP32[argv>>2]=allocateUTF8OnStack(thisProgram);for(var i=1;i>2)+i]=allocateUTF8OnStack(args[i-1])}HEAP32[(argv>>2)+argc]=0;try{var ret=entryFunction(argc,argv);exit(ret,true)}catch(e){if(e instanceof ExitStatus){return}else if(e=="unwind"){return}else{var toLog=e;if(e&&typeof e==="object"&&e.stack){toLog=[e,e.stack]}err("exception thrown: "+toLog);quit_(1,e)}}finally{calledMain=true}}function run(args){args=args||arguments_;if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();preMain();if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();if(shouldRunNow)callMain(args);postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}Module["run"]=run;function exit(status,implicit){EXITSTATUS=status;if(implicit&&keepRuntimeAlive()&&status===0){return}if(keepRuntimeAlive()){}else{exitRuntime();if(Module["onExit"])Module["onExit"](status);ABORT=true}quit_(status,new ExitStatus(status))}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}var shouldRunNow=true;if(Module["noInitialRun"])shouldRunNow=false;run(); - -} diff --git a/public/zeroaccident/Build/bckup_files/BuildWebGL.loader.js b/public/zeroaccident/Build/bckup_files/BuildWebGL.loader.js deleted file mode 100644 index e38bf6a..0000000 --- a/public/zeroaccident/Build/bckup_files/BuildWebGL.loader.js +++ /dev/null @@ -1 +0,0 @@ -function createUnityInstance(t,r,d){function i(e,t){if(!i.aborted&&r.showBanner)return"error"==t&&(i.aborted=!0),r.showBanner(e,t);switch(t){case"error":console.error(e);break;case"warning":console.warn(e);break;default:console.log(e)}}function n(e){var t=e.reason||e.error,r=t?t.toString():e.message||e.reason||"",n=t&&t.stack?t.stack.toString():"";(r+="\n"+(n=n.startsWith(r)?n.substring(r.length):n).trim())&&c.stackTraceRegExp&&c.stackTraceRegExp.test(r)&&C(r,e.filename||t&&(t.fileName||t.sourceURL)||"",e.lineno||t&&(t.lineNumber||t.line)||0)}function e(e,t,r){var n=e[t];void 0!==n&&n||(console.warn('Config option "'+t+'" is missing or empty. Falling back to default value: "'+r+'". Consider updating your WebGL template to include the missing config option.'),e[t]=r)}d=d||function(){};var o,c={canvas:t,webglContextAttributes:{preserveDrawingBuffer:!1,powerPreference:2},cacheControl:function(e){return e==c.dataUrl?"must-revalidate":"no-store"},streamingAssetsUrl:"StreamingAssets",downloadProgress:{},deinitializers:[],intervals:{},setInterval:function(e,t){e=window.setInterval(e,t);return this.intervals[e]=!0,e},clearInterval:function(e){delete this.intervals[e],window.clearInterval(e)},preRun:[],postRun:[],print:function(e){console.log(e)},printErr:function(e){console.error(e),"string"==typeof e&&-1!=e.indexOf("wasm streaming compile failed")&&(-1!=e.toLowerCase().indexOf("mime")?i('HTTP Response Header "Content-Type" configured incorrectly on the server for file '+c.codeUrl+' , should be "application/wasm". Startup time performance will suffer.',"warning"):i('WebAssembly streaming compilation failed! This can happen for example if "Content-Encoding" HTTP header is incorrectly enabled on the server for file '+c.codeUrl+", but the file is not pre-compressed on disk (or vice versa). Check the Network tab in browser Devtools to debug server header configuration.","warning"))},locateFile:function(e){return"build.wasm"==e?this.codeUrl:e},disabledCanvasEvents:["contextmenu","dragstart"]};for(o in e(r,"companyName","Unity"),e(r,"productName","WebGL Player"),e(r,"productVersion","1.0"),r)c[o]=r[o];c.streamingAssetsUrl=new URL(c.streamingAssetsUrl,document.URL).href;var a=c.disabledCanvasEvents.slice();function s(e){e.preventDefault()}a.forEach(function(e){t.addEventListener(e,s)}),window.addEventListener("error",n),window.addEventListener("unhandledrejection",n),c.deinitializers.push(function(){for(var e in c.disableAccessToMediaDevices(),a.forEach(function(e){t.removeEventListener(e,s)}),window.removeEventListener("error",n),window.removeEventListener("unhandledrejection",n),c.intervals)window.clearInterval(e);c.intervals={}}),c.QuitCleanup=function(){for(var e=0;eIf using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+n+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'),void i(r,"error"))}i("Unable to parse "+c.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var o=unityFramework;unityFramework=null,s.onload=null,a(o)},s.onerror=function(e){i("Unable to load file "+c.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(s),c.deinitializers.push(function(){document.body.removeChild(s)})}).then(function(e){e(c)});x(r="dataUrl"),e=c.cacheControl(c[r]),t=c.companyName&&c.productName?c.cachedFetch:c.fetchWithProgress,n=c[r],n=/file:\/\//.exec(n)?"same-origin":void 0;var r,e,t,n,o=t(c[r],{method:"GET",companyName:c.companyName,productName:c.productName,control:e,mode:n,onProgress:function(e){x(r,e)}}).then(function(e){return e.parsedBody}).catch(function(e){var t="Failed to download file "+c[r];"file:"==location.protocol?i(t+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(t)});c.preRun.push(function(){c.addRunDependency("dataUrl"),o.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),r=0,n="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(r,r+n.length))==n)throw"unknown data format";var o=t.getUint32(r+=n.length,!0);for(r+=4;rIf using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+n+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+c.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'),void i(r,"error"))}i("Unable to parse "+c.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var o=unityFramework;unityFramework=null,s.onload=null,a(o)},s.onerror=function(e){i("Unable to load file "+c.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(s),c.deinitializers.push(function(){document.body.removeChild(s)})}).then(function(e){e(c)});x(r="dataUrl"),e=c.cacheControl(c[r]),t=c.companyName&&c.productName?c.cachedFetch:c.fetchWithProgress,n=c[r],n=/file:\/\//.exec(n)?"same-origin":void 0;var r,e,t,n,o=t(c[r],{method:"GET",companyName:c.companyName,productName:c.productName,control:e,mode:n,onProgress:function(e){x(r,e)}}).then(function(e){return e.parsedBody}).catch(function(e){var t="Failed to download file "+c[r];"file:"==location.protocol?i(t+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(t)});c.preRun.push(function(){c.addRunDependency("dataUrl"),o.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),r=0,n="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(r,r+n.length))==n)throw"unknown data format";var o=t.getUint32(r+=n.length,!0);for(r+=4;r a { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .is-scene:not(.outline-links-collapse) .cs-icon-carrot * { - fill: none !important; - color: #F8F8F8 !important; -} -.cs-npnxnanbnsnfns00000000001 .tabs, .cs-npnxnanbnsnfns00000000001 .cs-logo { - border-bottom: 1px solid rgba(108, 108, 108, 1); -} -.cs-npnxnanbnsnfns00000000001 .area-secondary-wrapper:after { - background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMC4wIiB5MT0iMC41IiB4Mj0iMS4wIiB5Mj0iMC41Ij48c3RvcAogICAgICBvZmZzZXQ9IjAlIgogICAgICBzdG9wLWNvbG9yPSIjMDAwMDAwIgogICAgICBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcAogICAgICBvZmZzZXQ9IjEwMCUiCiAgICAgIHN0b3AtY29sb3I9IiMwMDAwMDAiCiAgICAgIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4='); - background-size: 100%; -} -.cs-npnxnanbnsnfns00000000001 .panel-footer { - background: #212121; -} -.cs-npnxnanbnsnfns00000000001 #outline-search { - background: rgba(255, 255, 255, 0.06); - border-color: rgba(108, 108, 108, 1); - border-width: 1px; - border-style: solid; -} -.cs-npnxnanbnsnfns00000000001 .topmenu-panel #outline-search { - background: #545454; -} -.cs-npnxnanbnsnfns00000000001 .search-icon circle, .cs-npnxnanbnsnfns00000000001 .search-icon path { - stroke: #BABBBA; -} -.cs-npnxnanbnsnfns00000000001 #outline-search input[type =search] { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 #outline-search ::-webkit-input-placeholder { - color: #BABBBA !important; -} -.cs-npnxnanbnsnfns00000000001 #outline-search :-ms-input-placeholder { - color: #BABBBA !important; -} -.cs-npnxnanbnsnfns00000000001 #outline-search ::-moz-placeholder { - color: #BABBBA !important; - opacity: 1; -} -.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-topmenu-item:hover { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.button-tapped { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active .cs-tab, .cs-npnxnanbnsnfns00000000001 .cs-topmenu-item .cs-tab { - background: transparent !important; - border: none !important; -} -.cs-npnxnanbnsnfns00000000001 .top-tabs-drop-icon div { - background: #BABBBA; -} -.cs-npnxnanbnsnfns00000000001 .cs-panel.topmenu-panel .panel-content, .cs-npnxnanbnsnfns00000000001 .top-tabs-drop { - background: #212121; -} -.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active .cs-panel { - background: #212121; -} -.cs-npnxnanbnsnfns00000000001 .cs-menu.topmenu-panel, .cs-npnxnanbnsnfns00000000001 .top-tabs-drop { - border: 1px solid rgba(69, 69, 69, 1) !important; - border-radius: 3px; -} -.cs-npnxnanbnsnfns00000000001 .resources .resources-list a:hover { - background: rgba(255, 255, 255, 0.06); -} -body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .resources .resources-list a:hover { - background: rgba(255, 255, 255, 0.06); -} -.cs-npnxnanbnsnfns00000000001 .resources .resources-list a.hover { - background: rgba(255, 255, 255, 0.06); -} -body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .resources .resources-list a.hover { - background: rgba(255, 255, 255, 0.06); -} -.cs-npnxnanbnsnfns00000000001 .resources .resources-list a.button-tapped { - background: rgba(255, 255, 255, 0.06); -} -.cs-npnxnanbnsnfns00000000001 .cs-icon path, .cs-npnxnanbnsnfns00000000001 .cs-icon rect, .cs-npnxnanbnsnfns00000000001 .cs-icon polygon, .cs-npnxnanbnsnfns00000000001 .menu-icon-wrapper.menu-icon-wrapper-hover path { - fill: #BABBBA; -} -.cs-npnxnanbnsnfns00000000001 .cs-icon .icon-stroke-only { - fill: none !important; - stroke: #BABBBA !important; -} -body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon path, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon rect, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon polygon { - fill: #F8F8F8; -} -body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-tabs:hover .search-icon circle, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-tabs:hover .search-icon path { - stroke: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .cs-icon path, .cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .cs-icon rect, .cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .cs-icon polygon { - fill: #F8F8F8; -} -body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon .icon-stroke-only { - fill: none !important; - stroke: #F8F8F8 !important; -} -.cs-npnxnanbnsnfns00000000001 .cs-button:button-tapped .cs-icon .icon-stroke-only { - fill: none !important; - stroke: #F8F8F8 !important; -} -.cs-npnxnanbnsnfns00000000001 .menu-icon-wrapper.menu-icon-wrapper-hover svg path { - fill: #F8F8F8; -} -.floating-sidebar:not(.sidebar-closed) .cs-npnxnanbnsnfns00000000001 #hamburger .menu-icon-wrapper svg path { - fill: #BABBBA; -} -.floating-sidebar:not(.sidebar-closed) .cs-npnxnanbnsnfns00000000001 #hamburger .menu-icon-wrapper.menu-icon-wrapper-hover svg path { - fill: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .volume .btn:before { - background-image: url('data:image/svg+xml;base64,DQo8c3ZnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnDQogICAgdmVyc2lvbj0nMS4xJyB3aWR0aD0nNDZweCcgaGVpZ2h0PScxMDhweCcgdmlld0JveD0nMCAwIDQ2IDEwOCcgPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBpZD0ncGF0aC0xJyBkPSdNMTE2Niw0NyBMMTE5MCw0NyBDMTE5MS42NTY4NSw0NyAxMTkzLDQ4LjM0MzE0NTggMTE5Myw1MCBMMTE5MywxMjMuNzU3MzU5IEMxMTkzLDEyNC41NTMwMDkgMTE5Mi42ODM5MywxMjUuMzE2MDcxIDExOTIuMTIxMzIsMTI1Ljg3ODY4IEwxMTgwLjEyMTMyLDEzNy44Nzg2OCBDMTE3OC45NDk3NSwxMzkuMDUwMjUzIDExNzcuMDUwMjUsMTM5LjA1MDI1Mw0KICAgICAgICAxMTc1Ljg3ODY4LDEzNy44Nzg2OCBMMTE2My44Nzg2OCwxMjUuODc4NjggQzExNjMuMzE2MDcsMTI1LjMxNjA3MSAxMTYzLDEyNC41NTMwMDkgMTE2MywxMjMuNzU3MzU5IEwxMTYzLDUwIEMxMTYzLDQ4LjM0MzE0NTggMTE2NC4zNDMxNSw0NyAxMTY2LDQ3IFonPg0KICAgIDwvcGF0aD4NCiAgICA8ZmlsdGVyIHg9Jy00MS43JScgeT0nLTEzLjQlJyB3aWR0aD0nMTgzLjMlJyBoZWlnaHQ9JzEyNS41JScgZmlsdGVyVW5pdHM9J29iamVjdEJvdW5kaW5nQm94JyBpZD0nZmlsdGVyLTInPg0KICAgICAgPGZlTW9ycGhvbG9neSByYWRpdXM9JzAuNScgb3BlcmF0b3I9J2RpbGF0ZScgaW49J1NvdXJjZUFscGhhJyByZXN1bHQ9J3NoYWRvd1NwcmVhZE91dGVyMSc+PC9mZU1vcnBob2xvZ3k+DQogICAgICA8ZmVPZmZzZXQgZHg9JzAnIGR5PScwJyBpbj0nc2hhZG93U3ByZWFkT3V0ZXIxJyByZXN1bHQ9J3NoYWRvd09mZnNldE91dGVyMSc+PC9mZU9mZnNldD4NCiAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249JzQnIGluPSdzaGFkb3dPZmZzZXRPdXRlcjEnIHJlc3VsdD0nc2hhZG93Qmx1ck91dGVyMSc+PC9mZUdhdXNzaWFuQmx1cj4NCiAgICAgIDxmZUNvbXBvc2l0ZSBpbj0nc2hhZG93Qmx1ck91dGVyMScgaW4yPSdTb3VyY2VBbHBoYScgb3BlcmF0b3I9J291dCcgcmVzdWx0PSdzaGFkb3dCbHVyT3V0ZXIxJz48L2ZlQ29tcG9zaXRlPg0KICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPScwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjM1IDAnIHR5cGU9J21hdHJpeCcgaW49J3NoYWRvd0JsdXJPdXRlcjEnPjwvZmVDb2xvck1hdHJpeD4NCiAgICA8L2ZpbHRlcj4NCiAgPC9kZWZzPg0KICA8ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz4NCiAgICA8ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtMTE1NS4wMDAwMDAsIC0zOS4wMDAwMDApJz4NCiAgICAgIDx1c2UgZmlsbD0ncmdiYSgzMywgMzMsIDMzLCAxKScgZmlsbC1vcGFjaXR5PScxJyBmaWx0ZXI9J3VybCgjZmlsdGVyLTIpJyB4bGluazpocmVmPScjcGF0aC0xJz48L3VzZT4NCiAgICAgIDx1c2Ugc3Ryb2tlPSdyZ2JhKDY5LCA2OSwgNjksIDEpJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J3JnYmEoMzMsIDMzLCAzMywgMSknIGZpbGwtcnVsZT0nZXZlbm9kZCcgeGxpbms6aHJlZj0nI3BhdGgtMSc+PC91c2U+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4='); -} -.cs-npnxnanbnsnfns00000000001 .volume-track { - background: #6C6C6C; -} -.cs-npnxnanbnsnfns00000000001 .volume-icon circle { - stroke: #BABBBA; -} -.cs-npnxnanbnsnfns00000000001 .cs-settings > .settings-panel { - background: #212121; - border: 1px solid rgba(69, 69, 69, 1) !important; - border-radius: 3px; -} -.cs-npnxnanbnsnfns00000000001 .cs-settings > .panel-down-arrow { - fill: #212121; -} -.cs-npnxnanbnsnfns00000000001 .switch-toggle .border { - stroke: #7C7C7C; -} -.cs-npnxnanbnsnfns00000000001 .switch-toggle .thumb-off .thumb { - fill: #A2A2A2; -} -.cs-npnxnanbnsnfns00000000001 .switch-toggle .thumb-on .track { - fill: rgba(79, 189, 244, 1); -} -.cs-npnxnanbnsnfns00000000001 .switch-toggle .thumb-off .track { - fill: rgba(255, 255, 255, 0.1); -} -.cs-npnxnanbnsnfns00000000001 .switch-label { - color: #BABBBA; -} -.cs-npnxnanbnsnfns00000000001 .cs-panel .scrollarea-btn:after { - background: rgba(179, 180, 179, 0.75); -} -.scrollarea-scrollbar:hover .scrollarea-btn:after, .scrollarea-scrollbar.highlight-scrollbar .scrollarea-btn:after { - background: rgba(179, 180, 179, 0.75); -} -.floating-sidebar .sidebar-overlay { - background: rgba(0, 0, 0, 0.85); -} -.cs-npnxnanbnsnfns00000000001 .overlay-message { - background: rgba(0, 0, 0, 0.85); -} -.cs-npnxnanbnsnfns00000000001 .top-ui-bg, .cs-npnxnanbnsnfns00000000001 .bottom-ui-bg, .cs-npnxnanbnsnfns00000000001 .right-ui-bg, .cs-npnxnanbnsnfns00000000001 .left-ui-bg { - background: rgba(40, 40, 40, 0.8); -} -.cs-npnxnanbnsnfns00000000001 .circle-progress-bg { - fill: #282828; -} -.cs-npnxnanbnsnfns00000000001 .circle-progress-well { - fill: #6C6C6C; -} -.cs-npnxnanbnsnfns00000000001 .circle-progress-pie { - stroke: #6C6C6C; -} -.cs-npnxnanbnsnfns00000000001 .lightbox .option-pane { - background: rgba(40, 40, 40, 0.8); -} -.cs-npnxnanbnsnfns00000000001 .lightbox .option-pane:before { - background: #282828; -} -.cs-npnxnanbnsnfns00000000001 .message-window { - background: #212121; - border: 1px solid rgba(69, 69, 69, 1) !important; - border-radius: 3px; -} -.cs-npnxnanbnsnfns00000000001 .message-window-header p, .cs-npnxnanbnsnfns00000000001 .message-window-text { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .message-window-header p { - border-bottom: 1px solid rgba(255, 255, 255, 1); -} -.cs-npnxnanbnsnfns00000000001 .message-window button.slide-object-button { - border: 1px solid rgba(255, 255, 255, 1) !important; -} -.cs-npnxnanbnsnfns00000000001 .message-window button.slide-object-button:hover { - background: rgba(255, 255, 255, 0.06) !important; -} -.message-window .slide-object-button tspan, .message-window .slide-object-button-text tspan { - fill: #F8F8F8 !important; -} -body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .text { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .text { - color: #F8F8F8; -} -.cs-npnxnanbnsnfns00000000001.cs-base { - background: #282828; -} -.cs-npnxnanbnsnfns00000000001 .cs-menu { - background: transparent; -} -.cs-npnxnanbnsnfns00000000001 .progress-bar .progress-bar-fill:after { - background: #FFFFFF !important; -} -.cs-npnxnanbnsnfns00000000001 .volume-dot { - background: #FFFFFF !important; -} -.fn-npnxnanbsnfns00000000001 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -.fn-pxabnsnfns00000000001 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -.fn-npxnabnsnfns00000000001 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -.fn-npnxnanbnsnfns00000000001 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -.fn-pxabnsnfns00000000000 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -.fn-npnxnanbsnfns10110000001 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -.fn-pxabnsnfns10110000001 { - font-family: 'Open SansD6FFC9F9'; - -webkit-font-variant-ligatures: no-common-ligatures; - font-variant-ligatures: no-common-ligatures; -} -@font-face { - font-family: 'Open SansD6FFC9F9'; - src: url('data:application/font-woff;base64,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'); - font-style: normal; - font-weight: bold; -} -@font-face { - font-family: 'Open SansD6FFC9F9'; - src: url('data:application/font-woff;base64,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'); - font-style: normal; - font-weight: normal; -} -.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0 { - color: rgba(255, 255, 255, 1); - border-color: rgba(211, 211, 211, 1); - background: rgba(34, 34, 34, 1); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0); -} -.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0 .cs-html { - color: rgba(186, 187, 186, 1); -} -.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0 .cs-slide { - border-color: rgba(226, 226, 226, 1); -} -.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0:hover { - background: rgba(68, 68, 68, 1); -} -.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0:active { - background: rgba(68, 68, 68, 1); -} -.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0 { - color: rgba(255, 255, 255, 1); - border-color: rgba(211, 211, 211, 1); - background: rgba(34, 34, 34, 1); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0); -} -.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0 .cs-html { - color: rgba(186, 187, 186, 1); -} -.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0 .cs-slide { - border-color: rgba(226, 226, 226, 1); -} -.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0:hover { - background: rgba(68, 68, 68, 1); -} -.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0:active { - background: rgba(68, 68, 68, 1); -} -.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0 { - color: rgba(255, 255, 255, 1); - border-color: rgba(211, 211, 211, 1); - background: rgba(34, 34, 34, 1); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0); -} -.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0 .cs-html { - color: rgba(186, 187, 186, 1); -} -.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0 .cs-slide { - border-color: rgba(226, 226, 226, 1); -} -.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0:hover { - background: rgba(68, 68, 68, 1); -} -.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0:active { - background: rgba(68, 68, 68, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0 { - color: rgba(255, 255, 255, 1); - border-color: rgba(211, 211, 211, 1); - background: rgba(34, 34, 34, 1); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0 .cs-html { - color: rgba(186, 187, 186, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0 .cs-slide { - border-color: rgba(226, 226, 226, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0:hover { - background: rgba(68, 68, 68, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0:active { - background: rgba(68, 68, 68, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1 { - color: rgba(255, 255, 255, 1); - border-color: rgba(211, 211, 211, 1); - background: rgba(34, 34, 34, 1); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1 .cs-html { - color: rgba(186, 187, 186, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1 .cs-slide { - border-color: rgba(226, 226, 226, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1:hover { - background: rgba(68, 68, 68, 1); -} -.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1:active { - background: rgba(68, 68, 68, 1); -} -.cs-ExternalInterfaceErrorSlide .cs-buttonOK { - color: rgba(255, 255, 255, 1); - border-color: rgba(211, 211, 211, 1); - background: rgba(34, 34, 34, 1); - text-shadow: 0 1px 0 rgba(0, 0, 0, 0); -} -.cs-ExternalInterfaceErrorSlide .cs-buttonOK .cs-html { - color: rgba(186, 187, 186, 1); -} -.cs-ExternalInterfaceErrorSlide .cs-buttonOK .cs-slide { - border-color: rgba(226, 226, 226, 1); -} -.cs-ExternalInterfaceErrorSlide .cs-buttonOK:hover { - background: rgba(68, 68, 68, 1); -} -.cs-ExternalInterfaceErrorSlide .cs-buttonOK:active { - background: rgba(68, 68, 68, 1); -} diff --git a/public/zeroaccident/P2/html5/data/js/5cNUFQh1AxU.js b/public/zeroaccident/P2/html5/data/js/5cNUFQh1AxU.js deleted file mode 100644 index 0e61ab5..0000000 --- a/public/zeroaccident/P2/html5/data/js/5cNUFQh1AxU.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"REPONSES INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":20,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61OwXIkNFOz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KsH1urL4l4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"654u3djYT4z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5bxOM2Rsgq3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Svk4j0yzY4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FOjEqSimXV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69um1OeAZB6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"628L4WVFbYa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Z2mibKXnqA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Kie9Ot2wY0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5sAektOfR5G"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nq4CjLAbt4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64yjZT70o02"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VcSJVdPrnZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6luqb5LyVf6"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":437,"yPos":-149,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":126.5,"rotateYPos":396.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":254,"bottom":794,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":592}},"html5data":{"xPos":-1,"yPos":-1,"width":255,"height":795,"strokewidth":0}},"width":253,"height":793,"resume":true,"useHandCursor":true,"id":"61OwXIkNFOz"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":679,"yPos":384,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"6KsH1urL4l4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":497,"yPos":384,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"654u3djYT4z"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":316,"yPos":384,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"5bxOM2Rsgq3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":135,"yPos":384,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"6Svk4j0yzY4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":153,"id":"01","url":"story_content/5rENtsY3Glc_P_321_0_1278_1278.jpg","type":"normal","altText":"cytise.jpg","width":1278,"height":1278,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":139,"yPos":387,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6FOjEqSimXV","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"cytise.jpg","pngfb":false,"pr":{"l":"Lib","i":593}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6FOjEqSimXV","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KYL3dpF0t4"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"69um1OeAZB6_-422268626","id":"01","linkId":"txt__default_69um1OeAZB6","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":48,"height":56,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Drop\\n","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Zone","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-6,"right":42,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":564}}}],"shapemaskId":"","xPos":240,"yPos":218,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-6,"right":48,"bottom":56,"altText":"Drop\\nZone","pngfb":false,"pr":{"l":"Lib","i":563}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":56,"strokewidth":0}},"width":48,"height":56,"resume":true,"useHandCursor":true,"id":"69um1OeAZB6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":154,"id":"01","url":"","type":"normal","width":105,"height":106,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"628L4WVFbYa_181417099","id":"01","linkId":"txt__default_628L4WVFbYa","type":"acctext","xPos":10,"yPos":3,"xAccOffset":24,"yAccOffset":17,"width":50,"height":64,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" Zone \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":17.497,"descent":4.239,"leading":0,"underlinePosition":-1.467,"underlineThickness":0.733,"xHeight":8.477}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de plantation","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":17.497,"descent":4.239,"leading":0,"underlinePosition":-1.467,"underlineThickness":0.733,"xHeight":8.477}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":74,"bottom":82,"pngfb":false,"pr":{"l":"Lib","i":594}}}],"shapemaskId":"","xPos":216,"yPos":198,"tabIndex":27,"tabEnabled":true,"xOffset":-2,"yOffset":-2,"rotateXPos":49,"rotateYPos":49,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":49,"snapy":49,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6FOjEqSimXV","5Z2mibKXnqA","6Kie9Ot2wY0","5sAektOfR5G","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":106,"altText":" Zone \\nde plantation","pngfb":false,"pr":{"l":"Lib","i":435}},"html5data":{"url":"txt__default_628L4WVFbYa.png","xPos":-2,"yPos":-2,"width":105,"height":106,"strokewidth":1,"mask":"96O4X1O4X59O12X4FO1DX47O23X43O26X3EO2BX3AO2FX36O33X33O36X30O38X2EO3AX2BO3EX28O40X26O42X23O45X21O47X20O48X1EO4AX1CO4CX1AO4EX18O4FX17O51X16O52X14O54X12O55X12O56X11O56X10O58XEO59XEO5AXCO5CXBO5CXBO5DX9O5EX9O5EX9O5FX7O60X7O60X7O60X6O62X5O62X5O62X5O62X5O62X5O62X5O63X4O63X3O64X3O64X3O64X3O64X3O64X3O64X3O64X3O64X3O64X4O62X5O62X5O62X5O62X5O62X5O62X5O61X7O60X7O60X7O60X8O5EX9O5EX9O5DXBO5CXBO5BXDO5AXDO59XFO58XFO57X11O56X12O54X13O54X13O53X15O51X17O50X18O4EX19O4DX1BO4BX1EO48X1FO48X20O46X22O43X25O41X27O3FX29O3DX2DO39X2EO37X32O34X34O31X38O2DX3EO27X41O24X45O1FX4BO17X55O10X1D0O"}},"width":98,"height":98,"resume":true,"useHandCursor":true,"id":"628L4WVFbYa"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":155,"id":"01","url":"story_content/6c9V8x2cV0q_P_360_0_1199_1199.jpg","type":"normal","altText":"houx.jpg","width":1199,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":682,"yPos":387,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5Z2mibKXnqA","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":595}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5Z2mibKXnqA","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KYL3dpF0t4"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":156,"id":"01","url":"story_content/62PmvACB5XC_P_419_0_1080_1080.jpg","type":"normal","altText":"laurier rose.jpg","width":1080,"height":1080,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":501,"yPos":387,"tabIndex":36,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":56,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6Kie9Ot2wY0","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"laurier rose.jpg","pngfb":false,"pr":{"l":"Lib","i":596}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6Kie9Ot2wY0","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KYL3dpF0t4"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":157,"id":"01","url":"story_content/6bckyLOrxfm_P_320_0_1280_1280.jpg","type":"normal","altText":"hydrangea-gd297bfd4f_1920.jpg","width":1280,"height":1280,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":319,"yPos":387,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5sAektOfR5G","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"hydrangea-gd297bfd4f_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":597}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5sAektOfR5G","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6UWOCCOMvJm"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nq4CjLAbt4_-1144060132","id":"01","linkId":"txt__default_5nq4CjLAbt4","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":539,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"plante ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"le buisson qui ne présente pas de toxicité en le ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"déposant ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"dans le cercle ci-contre.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"listLevel":1,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":93,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":508,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":599}}}],"shapemaskId":"","xPos":359,"yPos":235,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":279.5,"rotateYPos":35,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":560,"bottom":70,"altText":"Je plante le buisson qui ne présente pas de toxicité en le déposant dans le cercle ci-contre.","pngfb":false,"pr":{"l":"Lib","i":598}},"html5data":{"xPos":0,"yPos":0,"width":560,"height":70,"strokewidth":0}},"width":559,"height":70,"resume":true,"useHandCursor":true,"id":"5nq4CjLAbt4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"64yjZT70o02_1576331497","id":"01","linkId":"txt__default_64yjZT70o02","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":539,"height":53,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Pour un joli jardin sans danger ","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":32,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":233,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":601}}}],"shapemaskId":"","xPos":367,"yPos":184,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":279.5,"rotateYPos":29.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":560,"bottom":59,"altText":"Pour un joli jardin sans danger ","pngfb":false,"pr":{"l":"Lib","i":600}},"html5data":{"xPos":0,"yPos":0,"width":560,"height":59,"strokewidth":0}},"width":559,"height":59,"resume":true,"useHandCursor":true,"id":"64yjZT70o02"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5VcSJVdPrnZ_136517812","id":"01","linkId":"txt__default_5VcSJVdPrnZ","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":756,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":445}}}],"shapemaskId":"","xPos":41,"yPos":68,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":388,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":776,"bottom":56,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":573}},"html5data":{"xPos":0,"yPos":0,"width":776,"height":56,"strokewidth":0}},"width":776,"height":56,"resume":true,"useHandCursor":true,"id":"5VcSJVdPrnZ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6luqb5LyVf6_-310209123","id":"01","linkId":"txt__default_6luqb5LyVf6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin , sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":45,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":268,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":602}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin , sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":true,"useHandCursor":true,"id":"6luqb5LyVf6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nNxthafK5g_CorrectReview","id":"01","linkId":"5nNxthafK5g_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5nNxthafK5g_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nNxthafK5g_IncorrectReview","id":"01","linkId":"5nNxthafK5g_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5nNxthafK5g_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.61OwXIkNFOz"},{"kind":"objref","type":"string","value":"_parent.6KsH1urL4l4"},{"kind":"objref","type":"string","value":"_parent.654u3djYT4z"},{"kind":"objref","type":"string","value":"_parent.5bxOM2Rsgq3"},{"kind":"objref","type":"string","value":"_parent.6Svk4j0yzY4"},{"kind":"objref","type":"string","value":"_parent.6FOjEqSimXV"},{"kind":"objref","type":"string","value":"_parent.69um1OeAZB6"},{"kind":"objref","type":"string","value":"_parent.628L4WVFbYa"},{"kind":"objref","type":"string","value":"_parent.5Z2mibKXnqA"},{"kind":"objref","type":"string","value":"_parent.6Kie9Ot2wY0"},{"kind":"objref","type":"string","value":"_parent.5sAektOfR5G"},{"kind":"objref","type":"string","value":"_parent.5nq4CjLAbt4"},{"kind":"objref","type":"string","value":"_parent.64yjZT70o02"},{"kind":"objref","type":"string","value":"_parent.5VcSJVdPrnZ"},{"kind":"objref","type":"string","value":"_parent.6luqb5LyVf6"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":485,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":26750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Ohba62yRta"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6cowHvdTiO3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6N9vbW26Ucu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6C063JCYhaZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5cx8XH3dV5C"}},{"kind":"media_play","objRef":{"type":"string","value":"5cx8XH3dV5C"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5cx8XH3dV5C"}}]},{"kind":"ontimelinetick","time":4750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5em7yHtpR1S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5em7yHtpR1S.5xcrAgBPFxR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5em7yHtpR1S.6ATeWVuRgha"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5em7yHtpR1S.5s2Fmiz2U4b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"63RjTz4tXBv"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6mEdJPswonk_-1621525405","id":"01","linkId":"txt__default_6Ohba62yRta","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":817,"yPos":341,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6Ohba62yRta","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6cowHvdTiO3_-475989436","id":"01","linkId":"txt__default_6cowHvdTiO3","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":557,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":168,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":604}}}],"shapemaskId":"","xPos":358,"yPos":92,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":288.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":578,"bottom":33,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":603}},"html5data":{"xPos":0,"yPos":0,"width":578,"height":33,"strokewidth":0}},"width":577,"height":33,"resume":true,"useHandCursor":true,"id":"6cowHvdTiO3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6N9vbW26Ucu_-1960158397","id":"01","linkId":"txt__default_6N9vbW26Ucu","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":582,"height":135,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Certains végétaux peuvent être à risque pour la santé humaine.","style":{"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":63,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès l’achat, je m’informe sur la nocivité des végétaux .\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" Je peux aussi le faire sur: www.","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"plantes-risque.info\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","listStyle":{"listType":"none","size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":56,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"D","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"ès que celà est possible, j’apprends à mon enfant à ne pas “goûter” les plantes.","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":81,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":553,"bottom":138,"pngfb":false,"pr":{"l":"Lib","i":606}}}],"shapemaskId":"","xPos":358,"yPos":136,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":301,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":602,"bottom":141,"altText":"Certains végétaux peuvent être à risque pour la santé humaine.\\n\\n2 bons réflexes: \\nDès l’achat, je m’informe sur la nocivité des végétaux .\\n Je peux aussi le faire sur: www.plantes-risque.info\\n\\nDès que celà est possible, j’apprends à mon enfant à ne pas “goûter” les plantes.","pngfb":false,"pr":{"l":"Lib","i":605}},"html5data":{"xPos":0,"yPos":0,"width":602,"height":141,"strokewidth":0}},"width":602,"height":141,"resume":true,"useHandCursor":true,"id":"6N9vbW26Ucu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6C063JCYhaZ_-1572339735","id":"01","linkId":"txt__default_6C063JCYhaZ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":435,"height":13,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: ANSES-RA2021-Toxicovigilance.pdf","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":40,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":212,"bottom":17,"pngfb":false,"pr":{"l":"Lib","i":608}}}],"shapemaskId":"","xPos":305,"yPos":362,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":230.5,"rotateYPos":11.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":461,"bottom":23,"altText":"Source: ANSES-RA2021-Toxicovigilance.pdf","pngfb":false,"pr":{"l":"Lib","i":607}},"html5data":{"xPos":0,"yPos":0,"width":461,"height":23,"strokewidth":0}},"width":461,"height":23,"resume":true,"useHandCursor":true,"id":"6C063JCYhaZ"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":60,"bottom":27,"altText":"Pentagone 1","pngfb":false,"pr":{"l":"Lib","i":609}},"html5data":{"xPos":-1,"yPos":-1,"width":61,"height":28,"strokewidth":1}},"width":59,"height":26,"resume":true,"useHandCursor":true,"id":"5xcrAgBPFxR"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":39,"yPos":9,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":3.5,"rotateYPos":3.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":9,"bottom":8,"altText":"Bouée 1","pngfb":false,"pr":{"l":"Lib","i":610}},"html5data":{"xPos":-1,"yPos":-1,"width":10,"height":9,"strokewidth":1}},"width":7,"height":7,"resume":true,"useHandCursor":true,"id":"6ATeWVuRgha"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5s2Fmiz2U4b_46750446","id":"01","linkId":"txt__default_5s2Fmiz2U4b","type":"acctext","xPos":10,"yPos":5,"xAccOffset":14,"yAccOffset":7,"width":1,"height":6,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"i","style":{"fontFamily":"\\"Arial Rounded MT BoBoldAD39CAD8\\",\\"Arial Rounded MT Bold\\",\\"Arial Rounded MT\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":20.188,"descent":4.5,"leading":0,"underlinePosition":-2.135,"underlineThickness":1.063,"xHeight":11.302}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-3,"right":18,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":612}}}],"shapemaskId":"","xPos":3,"yPos":3,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":9.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-3,"right":30,"bottom":23,"altText":"i","pngfb":false,"pr":{"l":"Lib","i":611}},"html5data":{"xPos":-1,"yPos":-1,"width":31,"height":22,"strokewidth":1}},"width":29,"height":20,"resume":true,"useHandCursor":true,"id":"5s2Fmiz2U4b"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":863,"yPos":223,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":59,"height":26,"resume":true,"useHandCursor":true,"id":"5em7yHtpR1S"},{"kind":"vectorshape","rotation":287.582,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":158,"id":"01","url":"story_content/5x3XU2hrxIg_X.png","type":"normal","altText":"pngegg.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":913,"yPos":260,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"pngegg.png","pngfb":false,"pr":{"l":"Lib","i":613}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":true,"useHandCursor":true,"id":"63RjTz4tXBv"}],"audiolib":[{"kind":"audio","assetId":159,"id":"5cx8XH3dV5C"},{"kind":"audio","assetId":160,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":971,"height":540,"resume":true,"useHandCursor":false,"id":"6KYL3dpF0t4","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.61OwXIkNFOz"},{"kind":"objref","type":"string","value":"_parent.6KsH1urL4l4"},{"kind":"objref","type":"string","value":"_parent.654u3djYT4z"},{"kind":"objref","type":"string","value":"_parent.5bxOM2Rsgq3"},{"kind":"objref","type":"string","value":"_parent.6Svk4j0yzY4"},{"kind":"objref","type":"string","value":"_parent.6FOjEqSimXV"},{"kind":"objref","type":"string","value":"_parent.69um1OeAZB6"},{"kind":"objref","type":"string","value":"_parent.628L4WVFbYa"},{"kind":"objref","type":"string","value":"_parent.5Z2mibKXnqA"},{"kind":"objref","type":"string","value":"_parent.6Kie9Ot2wY0"},{"kind":"objref","type":"string","value":"_parent.5sAektOfR5G"},{"kind":"objref","type":"string","value":"_parent.5nq4CjLAbt4"},{"kind":"objref","type":"string","value":"_parent.64yjZT70o02"},{"kind":"objref","type":"string","value":"_parent.5VcSJVdPrnZ"},{"kind":"objref","type":"string","value":"_parent.6luqb5LyVf6"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25250,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ha8kErcA6m"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ihB6P83a9Z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kECq8gEtWu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6rU6dTcP7Db"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6KLWNljKEGX"}},{"kind":"media_play","objRef":{"type":"string","value":"6KLWNljKEGX"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6KLWNljKEGX"}}]},{"kind":"ontimelinetick","time":4938,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MGcwowlV8c"}}]},{"kind":"ontimelinetick","time":5000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs.6Im5qc7VEKe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs.63xm3C4UcBe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs.5i9ClggDncs"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"676aqPz56QS_-1651829907","id":"01","linkId":"txt__default_5ha8kErcA6m","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":820,"yPos":330,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5ha8kErcA6m","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ihB6P83a9Z_-652413125","id":"01","linkId":"txt__default_6ihB6P83a9Z","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":542,"height":154,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Certains végétaux peuvent être à risque pour la santé humaine.\\n","style":{"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":63,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès l’achat, je m’informe sur la nocivité des végétaux. \\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je peux aussi le faire sur le site ","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"www.plantes-risque.info\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","listStyle":{"listType":"none","size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":59,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":" ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"que celà est possible, j’apprends à mon enfant à ne pas “goûter” les plantes.","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":81,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":501,"bottom":157,"pngfb":false,"pr":{"l":"Lib","i":615}}}],"shapemaskId":"","xPos":383,"yPos":139,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":281,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":562,"bottom":160,"altText":"Certains végétaux peuvent être à risque pour la santé humaine.\\n\\n2 bons réflexes: \\nDès l’achat, je m’informe sur la nocivité des végétaux. \\nJe peux aussi le faire sur le site www.plantes-risque.info\\n\\nDès que celà est possible, j’apprends à mon enfant à ne pas “goûter” les plantes.","pngfb":false,"pr":{"l":"Lib","i":614}},"html5data":{"xPos":0,"yPos":0,"width":562,"height":160,"strokewidth":0}},"width":562,"height":160,"resume":true,"useHandCursor":true,"id":"6ihB6P83a9Z"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5kECq8gEtWu_-887838322","id":"01","linkId":"txt__default_5kECq8gEtWu","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":13.5,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":168,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":616}}}],"shapemaskId":"","xPos":383,"yPos":92,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"5kECq8gEtWu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6rU6dTcP7Db_-1575535815","id":"01","linkId":"txt__default_6rU6dTcP7Db","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":435,"height":13,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: ANSES-RA2021-Toxicovigilance.pdf","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":40,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":212,"bottom":18,"pngfb":false,"pr":{"l":"Lib","i":617}}}],"shapemaskId":"","xPos":328,"yPos":346,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":230.5,"rotateYPos":11.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":461,"bottom":23,"altText":"Source: ANSES-RA2021-Toxicovigilance.pdf","pngfb":false,"pr":{"l":"Lib","i":607}},"html5data":{"xPos":0,"yPos":0,"width":461,"height":23,"strokewidth":0}},"width":461,"height":23,"resume":true,"useHandCursor":true,"id":"6rU6dTcP7Db"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":60,"bottom":27,"altText":"Pentagone 1","pngfb":false,"pr":{"l":"Lib","i":609}},"html5data":{"xPos":-1,"yPos":-1,"width":61,"height":28,"strokewidth":1}},"width":59,"height":26,"resume":true,"useHandCursor":true,"id":"6Im5qc7VEKe"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":39,"yPos":9,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":3.5,"rotateYPos":3.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":9,"bottom":8,"altText":"Bouée 1","pngfb":false,"pr":{"l":"Lib","i":610}},"html5data":{"xPos":-1,"yPos":-1,"width":10,"height":9,"strokewidth":1}},"width":7,"height":7,"resume":true,"useHandCursor":true,"id":"63xm3C4UcBe"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5i9ClggDncs_800105058","id":"01","linkId":"txt__default_5i9ClggDncs","type":"acctext","xPos":10,"yPos":5,"xAccOffset":14,"yAccOffset":7,"width":1,"height":6,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"i","style":{"fontFamily":"\\"Arial Rounded MT BoBoldAD39CAD8\\",\\"Arial Rounded MT Bold\\",\\"Arial Rounded MT\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":20.188,"descent":4.5,"leading":0,"underlinePosition":-2.135,"underlineThickness":1.063,"xHeight":11.302}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-3,"right":18,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":612}}}],"shapemaskId":"","xPos":3,"yPos":3,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":9.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-3,"right":30,"bottom":23,"altText":"i","pngfb":false,"pr":{"l":"Lib","i":611}},"html5data":{"xPos":-1,"yPos":-1,"width":31,"height":22,"strokewidth":1}},"width":29,"height":20,"resume":true,"useHandCursor":true,"id":"5i9ClggDncs"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":863,"yPos":223,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":59,"height":26,"resume":true,"useHandCursor":true,"id":"62Yd67SUFOs"},{"kind":"vectorshape","rotation":287.582,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":158,"id":"01","url":"story_content/5x3XU2hrxIg_X.png","type":"normal","altText":"pngegg.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":879,"yPos":265,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"pngegg.png","pngfb":false,"pr":{"l":"Lib","i":613}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":true,"useHandCursor":true,"id":"6MGcwowlV8c"}],"audiolib":[{"kind":"audio","assetId":161,"id":"6KLWNljKEGX"},{"kind":"audio","assetId":162,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6UWOCCOMvJm","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide20","width":960,"height":540,"resume":true,"background":{"type":"swf","imagedata":{"assetId":152,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5cNUFQh1AxU","actionGroups":{"ReviewInt_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6FOjEqSimXV"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5sAektOfR5G"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Kie9Ot2wY0"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5Z2mibKXnqA"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nNxthafK5g_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nNxthafK5g_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5nNxthafK5g","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6FOjEqSimXV"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5sAektOfR5G"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Kie9Ot2wY0"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5Z2mibKXnqA"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5nNxthafK5g"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6FOjEqSimXV"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5sAektOfR5G"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Kie9Ot2wY0"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5Z2mibKXnqA"},"enabled":{"type":"boolean","value":false}}]},"5nNxthafK5g_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5nNxthafK5g"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5eIruQIbOX5.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5nNxthafK5g"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5cNUFQh1AxU":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6MbCw3zA6X4"}}]}]},"NavigationRestrictionPreviousSlide_5cNUFQh1AxU":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5nNxthafK5g","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5nNxthafK5g"}],"elseActions":[{"kind":"exe_actiongroup","id":"5nNxthafK5g_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5nNxthafK5g","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5nNxthafK5g","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5nNxthafK5g","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5nNxthafK5g","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5cNUFQh1AxU"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5cNUFQh1AxU"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/5egGfQqZkDb.js b/public/zeroaccident/P2/html5/data/js/5egGfQqZkDb.js deleted file mode 100644 index fc184a8..0000000 --- a/public/zeroaccident/P2/html5/data/js/5egGfQqZkDb.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"NOYADE EXTERIEURE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":15,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":96,"id":"6Zr8vwmhqbI"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.6NEnTYjhVia"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lgS59DHj7b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lgS59DHj7b.600Geoixs2b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lgS59DHj7b.5WA20HfbW3P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mIl7P9C0VR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6WoBbhg98Nm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6LYlQ0UnkVs"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Zr8vwmhqbI"}},{"kind":"media_play","objRef":{"type":"string","value":"6Zr8vwmhqbI"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6Zr8vwmhqbI"}}]},{"kind":"ontimelinetick","time":4000,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6lgS59DHj7b.6nvzSPzcaq9"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":765,"contentheight":231,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5owuplgkHFL_-1971052669","id":"01","linkId":"txt__default_6NEnTYjhVia","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Si on est plusieurs, on peut tous surveiller en même temps.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":59,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":437,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":395}}}],"shapemaskId":"","xPos":24,"yPos":188,"tabIndex":36,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}}],"width":741,"height":44,"resume":true,"useHandCursor":true,"id":"6NEnTYjhVia","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5dLyTzsyFzo_-784186186","id":"01","linkId":"txt__default_6lN6FzMWvth","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":513,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":398}}}],"shapemaskId":"","xPos":24,"yPos":144,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}}],"width":741,"height":44,"resume":true,"useHandCursor":true,"id":"6lN6FzMWvth","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6K4igExPlqJ_-1544017157","id":"01","linkId":"txt__default_5pMYTOzveJX","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":528,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":400}}}],"shapemaskId":"","xPos":24,"yPos":100,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}}],"width":741,"height":44,"resume":true,"useHandCursor":true,"id":"5pMYTOzveJX","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5qDlyn9LRZ9_-1296778346","id":"01","linkId":"txt__default_63PqCUqeZxU","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je surveille mon enfant quand il joue dans le jardin","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":52,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":383,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":401}}}],"shapemaskId":"","xPos":24,"yPos":44,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}}],"width":741,"height":44,"resume":true,"useHandCursor":true,"id":"63PqCUqeZxU","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5VJP6a5diuP_587666411","id":"01","linkId":"txt__default_5XpUWHLJv9X","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je reste à côté du bassin quand mon enfant est dans l’eau","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":428,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":402}}}],"shapemaskId":"","xPos":24,"yPos":0,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":397}},"html5data":{"xPos":-9,"yPos":-1,"width":751,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":392}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":742,"bottom":44,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":-1,"yPos":-1,"width":743,"height":45,"strokewidth":3}}}],"width":741,"height":44,"resume":true,"useHandCursor":true,"id":"5XpUWHLJv9X","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"shuffle":true,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":true,"useHandCursor":true,"id":""}],"shapemaskId":"","xPos":147,"yPos":244,"tabIndex":31,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":120,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":741,"height":239,"strokewidth":0}},"width":765,"height":239,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":766,"bottom":240,"altText":"Réponses multiples","pngfb":false,"pr":{"l":"Lib","i":390}}},"id":"6BMRqfqDmyy"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":40.5,"rotateYPos":40,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":82,"bottom":81,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":403}},"html5data":{"xPos":0,"yPos":0,"width":82,"height":81,"strokewidth":0}},"width":81,"height":80,"resume":false,"useHandCursor":true,"id":"600Geoixs2b"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5WA20HfbW3P_1242735076","id":"01","linkId":"txt__default_5WA20HfbW3P","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":707,"height":71,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":79,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"4 réponses attendues","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"center","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":649,"bottom":56,"pngfb":false,"pr":{"l":"Lib","i":405}}}],"shapemaskId":"","xPos":42,"yPos":1,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":366.5,"rotateYPos":40.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":733,"bottom":81,"altText":"Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?\\n4 réponses attendues\\n","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":0,"yPos":0,"width":733,"height":81,"strokewidth":0}},"width":733,"height":81,"resume":false,"useHandCursor":true,"id":"5WA20HfbW3P"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":303,"yPos":41,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9.5,"rotateYPos":6.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":21,"bottom":15,"altText":"Flèche droite 1","pngfb":false,"pr":{"l":"Lib","i":227}},"html5data":{"xPos":-1,"yPos":-1,"width":22,"height":16,"strokewidth":1}},"animations":[{"kind":"animation","id":"Entrance","duration":500,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":500,"mask":{"type":"randombars","settings":[{"kind":"setting","name":"direction","value":"vertical"}],"duration":500,"easing":"linear","easingdir":"easeinout"}}]}],"width":20,"height":14,"resume":false,"useHandCursor":true,"id":"6nvzSPzcaq9"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":185,"yPos":150,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":387.5,"rotateYPos":41,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":775,"height":82,"resume":false,"useHandCursor":true,"id":"6lgS59DHj7b"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6lOXnpoyH1a_-810871020","id":"01","linkId":"txt__default_5mIl7P9C0VR","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":97,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":411}}}],"shapemaskId":"","xPos":841,"yPos":502,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":406}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":406}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":407}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":406}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":406}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":407}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":408}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":409}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":410}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":408}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":408}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":410}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}}],"width":107,"height":26,"resume":true,"useHandCursor":true,"id":"5mIl7P9C0VR","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.6NEnTYjhVia.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.5nhIwuD0yJz"}}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.5XpUWHLJv9X.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.63PqCUqeZxU.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.5pMYTOzveJX.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.6lN6FzMWvth.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"noteq","valuea":"_parent.6BMRqfqDmyy.6NEnTYjhVia.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.6SfIOstU4FO"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6WoBbhg98Nm_-1877428544","id":"01","linkId":"txt__default_6WoBbhg98Nm","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE NOYADE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":31,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":424,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":412}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE DE NOYADE","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6WoBbhg98Nm"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6LYlQ0UnkVs_-484903633","id":"01","linkId":"txt__default_6LYlQ0UnkVs","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":413}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6LYlQ0UnkVs"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6BMRqfqDmyy_CorrectReview","id":"01","linkId":"6BMRqfqDmyy_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6BMRqfqDmyy_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6BMRqfqDmyy_IncorrectReview","id":"01","linkId":"6BMRqfqDmyy_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6BMRqfqDmyy_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.63PqCUqeZxU"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5pMYTOzveJX"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6lN6FzMWvth"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6NEnTYjhVia"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.600Geoixs2b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.5WA20HfbW3P"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5XpUWHLJv9X"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.6nvzSPzcaq9"},{"kind":"objref","type":"string","value":"_parent.5mIl7P9C0VR"},{"kind":"objref","type":"string","value":"_parent.6WoBbhg98Nm"},{"kind":"objref","type":"string","value":"_parent.6LYlQ0UnkVs"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":27500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IWyjZp9zcR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5sO6LQTPqfK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5gQPslCQBtu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hwC8bEu5HU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fktWAJrrSz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ZLAsbGCwzu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VrKY4jYkWe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5tViVb3jivL"}},{"kind":"media_play","objRef":{"type":"string","value":"5tViVb3jivL"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5tViVb3jivL"}}]},{"kind":"ontimelinetick","time":8000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bvj1d6fhwB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GQ40hd3SuB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MGUglr9HQC"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5jwBqjOzgM7_-1386598809","id":"01","linkId":"txt__default_6IWyjZp9zcR","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":108,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":419}}}],"shapemaskId":"","xPos":830,"yPos":348,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":414}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":414}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":415}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":416}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":417}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":418}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}}],"width":118,"height":26,"resume":false,"useHandCursor":true,"id":"6IWyjZp9zcR","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5sO6LQTPqfK_649802383","id":"01","linkId":"txt__default_5sO6LQTPqfK","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX FAIRE MIEUX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":154,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":420}}}],"shapemaskId":"","xPos":365,"yPos":108,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"JE PEUX FAIRE MIEUX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"5sO6LQTPqfK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5gQPslCQBtu_1238859031","id":"01","linkId":"txt__default_5gQPslCQBtu","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":566,"height":159,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Le manque de surveillance en est la cause la plus fréquente.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes: \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Un seul adulte assure la surveillance en continu et de manière rapprochée.\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":75,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":166,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":549,"bottom":161,"pngfb":false,"pr":{"l":"Lib","i":422}}}],"shapemaskId":"","xPos":358,"yPos":146,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":291,"rotateYPos":82.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":582,"bottom":165,"altText":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\nLe manque de surveillance en est la cause la plus fréquente.\\n\\n2 bons réflèxes: \\nUn seul adulte assure la surveillance en continu et de manière rapprochée.\\n\\nEn cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)","pngfb":false,"pr":{"l":"Lib","i":421}},"html5data":{"xPos":0,"yPos":0,"width":582,"height":165,"strokewidth":0}},"width":582,"height":165,"resume":false,"useHandCursor":true,"id":"5gQPslCQBtu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6hwC8bEu5HU_-1781211866","id":"01","linkId":"txt__default_6hwC8bEu5HU","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":467,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":121,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":463,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":424}}}],"shapemaskId":"","xPos":288,"yPos":356,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":246.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":493,"bottom":36,"altText":"Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","pngfb":false,"pr":{"l":"Lib","i":423}},"html5data":{"xPos":0,"yPos":0,"width":493,"height":36,"strokewidth":0}},"width":493,"height":36,"resume":false,"useHandCursor":true,"id":"6hwC8bEu5HU"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":893,"yPos":214,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":58,"bottom":58,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":425}},"html5data":{"xPos":0,"yPos":0,"width":58,"height":58,"strokewidth":0}},"width":58,"height":58,"resume":false,"useHandCursor":true,"id":"6bvj1d6fhwB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GQ40hd3SuB_1543514907","id":"01","linkId":"txt__default_6GQ40hd3SuB","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":176,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Normes NFP90-306 à 309","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":170,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":427}}}],"shapemaskId":"","xPos":753,"yPos":317,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":97.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":198,"bottom":28,"altText":"Normes NFP90-306 à 309","pngfb":false,"pr":{"l":"Lib","i":426}},"html5data":{"xPos":-2,"yPos":-2,"width":200,"height":30,"strokewidth":3}},"width":196,"height":26,"resume":false,"useHandCursor":true,"id":"6GQ40hd3SuB"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6MGUglr9HQC_1185906852","id":"01","linkId":"txt__default_6MGUglr9HQC","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":169}}}],"shapemaskId":"","xPos":366,"yPos":311,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":54.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":109,"bottom":30,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":168}},"html5data":{"xPos":0,"yPos":0,"width":109,"height":30,"strokewidth":0}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"6MGUglr9HQC","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/prevention-en-sante/risques-de-la-vie-courante/baignades","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":97,"id":"01","url":"story_content/6HrQvviyAkG.png","type":"normal","altText":"pool-gfb4024785_1280.png","width":120,"height":120,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":475,"yPos":312,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":30,"rotateYPos":30,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":60,"bottom":60,"altText":"pool-gfb4024785_1280.png","pngfb":false,"pr":{"l":"Lib","i":428}},"html5data":{"xPos":0,"yPos":0,"width":60,"height":60,"strokewidth":0}},"width":60,"height":60,"resume":false,"useHandCursor":true,"id":"6fktWAJrrSz"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":98,"id":"01","url":"story_content/5jWurvDETNY.png","type":"normal","altText":"pool-ge2835887e_1280.png","width":116,"height":116,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":545,"yPos":311,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":58,"bottom":58,"altText":"pool-ge2835887e_1280.png","pngfb":false,"pr":{"l":"Lib","i":429}},"html5data":{"xPos":0,"yPos":0,"width":58,"height":58,"strokewidth":0}},"width":58,"height":58,"resume":false,"useHandCursor":true,"id":"5ZLAsbGCwzu"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":99,"id":"01","url":"story_content/5jIMv8n1It7.png","type":"normal","altText":"smartphone-g62d73f97d_1280.png","width":144,"height":89,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":614,"yPos":316,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":36,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":72,"bottom":44,"altText":"smartphone-g62d73f97d_1280.png","pngfb":false,"pr":{"l":"Lib","i":430}},"html5data":{"xPos":0,"yPos":0,"width":72,"height":44,"strokewidth":0}},"width":72,"height":44,"resume":false,"useHandCursor":true,"id":"6VrKY4jYkWe"}],"audiolib":[{"kind":"audio","assetId":100,"id":"5tViVb3jivL"},{"kind":"audio","assetId":101,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5nhIwuD0yJz","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.63PqCUqeZxU"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5pMYTOzveJX"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6lN6FzMWvth"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6NEnTYjhVia"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.600Geoixs2b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.5WA20HfbW3P"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5XpUWHLJv9X"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.6nvzSPzcaq9"},{"kind":"objref","type":"string","value":"_parent.5mIl7P9C0VR"},{"kind":"objref","type":"string","value":"_parent.6WoBbhg98Nm"},{"kind":"objref","type":"string","value":"_parent.6LYlQ0UnkVs"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g8tVybZPVY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Ez3rp7uq8S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6SDY7u57ScG"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eHUYEXtOM6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u.5ew9GA2FTFM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u.6Et6VsEYzKJ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u.5e4bG117xyn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5mOWAU3XZE6"}},{"kind":"media_play","objRef":{"type":"string","value":"5mOWAU3XZE6"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5mOWAU3XZE6"}}]},{"kind":"ontimelinetick","time":8250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nI8GiE6nIJ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mWv6E4Y0tq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lhImdqfSWB"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6g8tVybZPVY_-1653453544","id":"01","linkId":"txt__default_6g8tVybZPVY","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":331,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LES BONS CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":183,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":432}}}],"shapemaskId":"","xPos":386,"yPos":99,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":173.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":347,"bottom":33,"altText":"J’AI FAIT LES BONS CHOIX !","pngfb":false,"pr":{"l":"Lib","i":431}},"html5data":{"xPos":0,"yPos":0,"width":347,"height":33,"strokewidth":0}},"width":347,"height":33,"resume":false,"useHandCursor":true,"id":"6g8tVybZPVY"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Ez3rp7uq8S_1623392880","id":"01","linkId":"txt__default_6Ez3rp7uq8S","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":547,"height":151,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Le manque de surveillance en est la cause la plus fréquente.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes: \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Un seul adulte assure la surveillance en continu et de manière rapprochée\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":166,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":549,"bottom":154,"pngfb":false,"pr":{"l":"Lib","i":434}}}],"shapemaskId":"","xPos":384,"yPos":140,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":281.5,"rotateYPos":78.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":563,"bottom":157,"altText":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\nLe manque de surveillance en est la cause la plus fréquente.\\n\\n2 bons réflèxes: \\nUn seul adulte assure la surveillance en continu et de manière rapprochée\\n\\nEn cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)","pngfb":false,"pr":{"l":"Lib","i":433}},"html5data":{"xPos":0,"yPos":0,"width":563,"height":157,"strokewidth":0}},"width":563,"height":157,"resume":false,"useHandCursor":true,"id":"6Ez3rp7uq8S"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":102,"id":"01","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":103,"id":"02","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":104,"id":"03","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":105,"id":"04","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":106,"id":"05","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":107,"id":"06","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"5yoQ6YYJDLL_-522260401","id":"01","linkId":"txt__default_6SDY7u57ScG","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":107,"height":24,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":101,"bottom":26,"pngfb":false,"pr":{"l":"Lib","i":441}}}],"shapemaskId":"","xPos":832,"yPos":344,"tabIndex":24,"tabEnabled":true,"xOffset":-4,"yOffset":-4,"rotateXPos":58.5,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":435}},"html5data":{"url":"txt__default_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":436}},"html5data":{"url":"txt__default_Disabled_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO76XEO7AXAO7AXAO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXBO79XBO79XBO78XCO78X10O71X3B4O"}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":437}},"html5data":{"url":"txt__default_Down_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"url":"txt__default_Hover_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":439}},"html5data":{"url":"txt__default_Hover_Disabled_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO76XEO7AXAO7AXAO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXBO79XBO79XBO78XCO78X10O71X3B4O"}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":440}},"html5data":{"url":"txt__default_Hover_Down_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}}}],"width":117,"height":28,"resume":false,"useHandCursor":true,"id":"6SDY7u57ScG","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eHUYEXtOM6_516071760","id":"01","linkId":"txt__default_6eHUYEXtOM6","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":467,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":121,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":463,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":424}}}],"shapemaskId":"","xPos":313,"yPos":340,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":246.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":493,"bottom":36,"altText":"Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","pngfb":false,"pr":{"l":"Lib","i":423}},"html5data":{"xPos":0,"yPos":0,"width":493,"height":36,"strokewidth":0}},"width":493,"height":36,"resume":false,"useHandCursor":true,"id":"6eHUYEXtOM6"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5nI8GiE6nIJ_1959742410","id":"01","linkId":"txt__default_5nI8GiE6nIJ","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":169}}}],"shapemaskId":"","xPos":384,"yPos":302,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":54.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":109,"bottom":30,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":168}},"html5data":{"xPos":0,"yPos":0,"width":109,"height":30,"strokewidth":0}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"5nI8GiE6nIJ","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/prevention-en-sante/risques-de-la-vie-courante/baignades","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":907,"yPos":210,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"5mWv6E4Y0tq"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lhImdqfSWB_929036007","id":"01","linkId":"txt__default_5lhImdqfSWB","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":176,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Normes NFP90-306 à 309","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":170,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":427}}}],"shapemaskId":"","xPos":753,"yPos":308,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":97.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":198,"bottom":28,"altText":"Normes NFP90-306 à 309","pngfb":false,"pr":{"l":"Lib","i":426}},"html5data":{"xPos":-2,"yPos":-2,"width":200,"height":30,"strokewidth":3}},"width":196,"height":26,"resume":false,"useHandCursor":true,"id":"5lhImdqfSWB"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":97,"id":"01","url":"story_content/6HrQvviyAkG.png","type":"normal","altText":"pool-gfb4024785_1280.png","width":120,"height":120,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":32.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":65,"bottom":69,"altText":"pool-gfb4024785_1280.png","pngfb":false,"pr":{"l":"Lib","i":442}},"html5data":{"xPos":0,"yPos":0,"width":65,"height":69,"strokewidth":0}},"width":65,"height":69,"resume":false,"useHandCursor":true,"id":"5ew9GA2FTFM"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":98,"id":"01","url":"story_content/5jWurvDETNY.png","type":"normal","altText":"pool-ge2835887e_1280.png","width":116,"height":116,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":76,"yPos":6,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":31.5,"rotateYPos":33.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":63,"bottom":67,"altText":"pool-ge2835887e_1280.png","pngfb":false,"pr":{"l":"Lib","i":443}},"html5data":{"xPos":0,"yPos":0,"width":63,"height":67,"strokewidth":0}},"width":63,"height":67,"resume":false,"useHandCursor":true,"id":"6Et6VsEYzKJ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":99,"id":"01","url":"story_content/5jIMv8n1It7.png","type":"normal","altText":"smartphone-g62d73f97d_1280.png","width":144,"height":89,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":157,"yPos":12,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":52,"altText":"smartphone-g62d73f97d_1280.png","pngfb":false,"pr":{"l":"Lib","i":444}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":52,"strokewidth":0}},"width":78,"height":52,"resume":false,"useHandCursor":true,"id":"5e4bG117xyn"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":485,"yPos":285,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":117.5,"rotateYPos":36.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":10,"scrolling":true,"shuffleLock":false,"width":235,"height":73,"resume":false,"useHandCursor":true,"id":"5YWHieqOr9u"}],"audiolib":[{"kind":"audio","assetId":108,"id":"5mOWAU3XZE6"},{"kind":"audio","assetId":109,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6SfIOstU4FO","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide15","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":95,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5egGfQqZkDb","actionGroups":{"ReviewInt_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6NEnTYjhVia"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6BMRqfqDmyy","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5XpUWHLJv9X.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5XpUWHLJv9X._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5XpUWHLJv9X._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5XpUWHLJv9X._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5XpUWHLJv9X.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.63PqCUqeZxU.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.63PqCUqeZxU._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.63PqCUqeZxU._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.63PqCUqeZxU._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.63PqCUqeZxU.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5pMYTOzveJX.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5pMYTOzveJX._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5pMYTOzveJX._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5pMYTOzveJX._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5pMYTOzveJX.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.6lN6FzMWvth.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.6lN6FzMWvth._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.6lN6FzMWvth._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.6lN6FzMWvth._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.6lN6FzMWvth.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6NEnTYjhVia"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6BMRqfqDmyy"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5XpUWHLJv9X.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.63PqCUqeZxU.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5pMYTOzveJX.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.6lN6FzMWvth.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.6NEnTYjhVia.ActGrpSetDisabledState"}]},"6BMRqfqDmyy_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6BMRqfqDmyy"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5s0TIWoRBPf.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6BMRqfqDmyy"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5egGfQqZkDb":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.61XOHmemRkI"}}]}]},"NavigationRestrictionPreviousSlide_5egGfQqZkDb":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6BMRqfqDmyy","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6BMRqfqDmyy"}],"elseActions":[{"kind":"exe_actiongroup","id":"6BMRqfqDmyy_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6BMRqfqDmyy","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6BMRqfqDmyy","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6BMRqfqDmyy","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6BMRqfqDmyy","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5egGfQqZkDb"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5egGfQqZkDb"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/5g7Qg4RWDPK.js b/public/zeroaccident/P2/html5/data/js/5g7Qg4RWDPK.js deleted file mode 100644 index 271f5e2..0000000 --- a/public/zeroaccident/P2/html5/data/js/5g7Qg4RWDPK.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"CHUTE ESCALIER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":12,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":80,"id":"6JgMXjqbzdR"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx.6BlNdjdMX8s"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YGpclamTqy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YGpclamTqy.6ZbIfVlDzHi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YGpclamTqy.5lHxy4F2Eai"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6b7ylyH6cnL"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67fgtoJcA9n"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PkWeIBJRAq"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6JgMXjqbzdR"}},{"kind":"media_play","objRef":{"type":"string","value":"6JgMXjqbzdR"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6JgMXjqbzdR"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":394,"contentheight":92,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6B3epwcyelD_-495939866","id":"01","linkId":"txt__default_6BlNdjdMX8s","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":299,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Faux","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":330}}}],"shapemaskId":"","xPos":24,"yPos":46,"tabIndex":21,"tabEnabled":true,"radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":185.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":327}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":327}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":327}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":329}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":329}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":329}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}}],"width":371,"height":46,"resume":true,"useHandCursor":true,"id":"6BlNdjdMX8s","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6AvfrKx8Ohe.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6AvfrKx8Ohe._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6AvfrKx8Ohe"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5sj4KJ7wNkU_1669499205","id":"01","linkId":"txt__default_6AvfrKx8Ohe","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":299,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vrai","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":75,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":333}}}],"shapemaskId":"","xPos":24,"yPos":0,"tabIndex":20,"tabEnabled":true,"radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":185.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":327}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":327}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":327}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":329}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":329}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":46,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":329}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":47,"strokewidth":3}}}],"width":371,"height":46,"resume":true,"useHandCursor":true,"id":"6AvfrKx8Ohe","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6BlNdjdMX8s.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6BlNdjdMX8s._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6BlNdjdMX8s"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"shuffle":false,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":false,"useHandCursor":true,"id":""}],"shapemaskId":"","xPos":85,"yPos":318,"tabIndex":19,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":185.5,"rotateYPos":56,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":370,"height":112,"strokewidth":0}},"width":394,"height":112,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":395,"bottom":112,"altText":"Vrai / Faux","pngfb":false,"pr":{"l":"Lib","i":325}}},"id":"6r2Lr4OhfYx"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":480,"yPos":0,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":26,"rotateYPos":37,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":53,"bottom":74,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":334}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":74,"strokewidth":0}},"width":52,"height":74,"resume":false,"useHandCursor":true,"id":"6ZbIfVlDzHi"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lHxy4F2Eai_701740168","id":"01","linkId":"txt__default_5lHxy4F2Eai","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":480,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans.\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":485,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":336}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":253,"rotateYPos":37,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":506,"bottom":74,"altText":"Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans.\\n","pngfb":false,"pr":{"l":"Lib","i":335}},"html5data":{"xPos":0,"yPos":0,"width":506,"height":74,"strokewidth":0}},"width":506,"height":74,"resume":false,"useHandCursor":true,"id":"5lHxy4F2Eai"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":0,"yPos":215,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":266,"rotateYPos":37,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":532,"height":74,"resume":false,"useHandCursor":true,"id":"6YGpclamTqy"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6T5Qs5S2C34_1203438284","id":"01","linkId":"txt__default_6b7ylyH6cnL","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":89,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":78,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":340}}}],"shapemaskId":"","xPos":849,"yPos":502,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":49.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":337}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":337}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":338}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":337}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":337}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":338}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":339}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":339}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":338}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":339}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":339}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":338}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":28,"strokewidth":1}}}],"width":99,"height":26,"resume":true,"useHandCursor":true,"id":"6b7ylyH6cnL","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6r2Lr4OhfYx.6AvfrKx8Ohe.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6r2Lr4OhfYx.6BlNdjdMX8s.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6Rlc7VloKEQ"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67fgtoJcA9n_-153152854","id":"01","linkId":"txt__default_67fgtoJcA9n","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":195}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"67fgtoJcA9n"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PkWeIBJRAq_1838002742","id":"01","linkId":"txt__default_6PkWeIBJRAq","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":264,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans les espaces de transition","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":195,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":341}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":142,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":284,"bottom":44,"altText":"Dans les espaces de transition","pngfb":false,"pr":{"l":"Lib","i":322}},"html5data":{"xPos":0,"yPos":0,"width":284,"height":44,"strokewidth":0}},"width":284,"height":44,"resume":false,"useHandCursor":true,"id":"6PkWeIBJRAq"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6r2Lr4OhfYx_CorrectReview","id":"01","linkId":"6r2Lr4OhfYx_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6r2Lr4OhfYx_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6r2Lr4OhfYx_IncorrectReview","id":"01","linkId":"6r2Lr4OhfYx_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6r2Lr4OhfYx_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6AvfrKx8Ohe"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6BlNdjdMX8s"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.6ZbIfVlDzHi"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.5lHxy4F2Eai"},{"kind":"objref","type":"string","value":"_parent.6b7ylyH6cnL"},{"kind":"objref","type":"string","value":"_parent.67fgtoJcA9n"},{"kind":"objref","type":"string","value":"_parent.6PkWeIBJRAq"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":27250,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5vXNaBePT28"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6qsZhsgvZbR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61o27o7rK7S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EpZif2M6Wy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1500,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5uqDtcZuvBz"}},{"kind":"media_play","objRef":{"type":"string","value":"5uqDtcZuvBz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5uqDtcZuvBz"}}]},{"kind":"ontimelinetick","time":6000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6J47PWtesi8"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5vXNaBePT28_197149237","id":"01","linkId":"txt__default_5vXNaBePT28","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":559,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":19,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":150,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":342}}}],"shapemaskId":"","xPos":366,"yPos":105,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":33,"altText":"JE PEUX M’AMELIORER","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"5vXNaBePT28"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6qsZhsgvZbR_-1880386265","id":"01","linkId":"txt__default_6qsZhsgvZbR","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":546,"height":192,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les enfants, la chute dans l’escalier est plus fréquente entre 1 et 4 ans.\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":80,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"3 bons réflèxes:","style":{"fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une barrière de sécurité en ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"haut ","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"et","style":{"fontIsBold":true,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":" une autre en ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"bas ","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"de l’escalier\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":144,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès qu’il marche seul, je peux lui apprendre à monter et descendre les marches ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":79,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":557,"bottom":196,"pngfb":false,"pr":{"l":"Lib","i":344}}}],"shapemaskId":"","xPos":366,"yPos":138,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":281,"rotateYPos":99,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":562,"bottom":198,"altText":"Chez les enfants, la chute dans l’escalier est plus fréquente entre 1 et 4 ans.\\n\\n3 bons réflèxes:\\nDès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une barrière de sécurité en haut et une autre en bas de l’escalier\\n\\nJ’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n\\nDès qu’il marche seul, je peux lui apprendre à monter et descendre les marches ","pngfb":false,"pr":{"l":"Lib","i":343}},"html5data":{"xPos":0,"yPos":0,"width":562,"height":198,"strokewidth":0}},"width":562,"height":198,"resume":true,"useHandCursor":true,"id":"6qsZhsgvZbR"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6g2PLeEfBS1_-1992682584","id":"01","linkId":"txt__default_61o27o7rK7S","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":346}}},{"kind":"textdata","uniqueId":"6OXReSKnUxP_1930373654","id":"02","linkId":"txt__default_Disabled_61o27o7rK7S","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":831,"yPos":351,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":345}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":28,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":119,"height":26,"resume":true,"useHandCursor":true,"id":"61o27o7rK7S","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EpZif2M6Wy_1766193816","id":"01","linkId":"txt__default_6EpZif2M6Wy","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":519,"height":39,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":525,"bottom":44,"pngfb":false,"pr":{"l":"Lib","i":312}}}],"shapemaskId":"","xPos":286,"yPos":344,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":272.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":545,"bottom":49,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":347}},"html5data":{"xPos":0,"yPos":0,"width":545,"height":49,"strokewidth":0}},"width":545,"height":49,"resume":true,"useHandCursor":true,"id":"6EpZif2M6Wy"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6J47PWtesi8_-240910338","id":"01","linkId":"txt__default_6J47PWtesi8","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF EN 1930","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":128,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":349}}}],"shapemaskId":"","xPos":783,"yPos":281,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":155,"bottom":28,"altText":"Norme NF EN 1930","pngfb":false,"pr":{"l":"Lib","i":348}},"html5data":{"xPos":-2,"yPos":-2,"width":157,"height":30,"strokewidth":3}},"width":153,"height":26,"resume":true,"useHandCursor":true,"id":"6J47PWtesi8"}],"audiolib":[{"kind":"audio","assetId":81,"id":"5uqDtcZuvBz"},{"kind":"audio","assetId":82,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6XUn87lIDyc","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6AvfrKx8Ohe"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6BlNdjdMX8s"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.6ZbIfVlDzHi"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.5lHxy4F2Eai"},{"kind":"objref","type":"string","value":"_parent.6b7ylyH6cnL"},{"kind":"objref","type":"string","value":"_parent.67fgtoJcA9n"},{"kind":"objref","type":"string","value":"_parent.6PkWeIBJRAq"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":21500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5z8wPwfJkwu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EblBACZa1o"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PSYbxy1UZv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GYqHzS0VY5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5xyJCfgZhar"}},{"kind":"media_play","objRef":{"type":"string","value":"5xyJCfgZhar"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5xyJCfgZhar"}}]},{"kind":"ontimelinetick","time":5750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6cOXSDJuq5G"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5z8wPwfJkwu_-1582580231","id":"01","linkId":"txt__default_5z8wPwfJkwu","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":166,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":350}}}],"shapemaskId":"","xPos":389,"yPos":92,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"5z8wPwfJkwu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EblBACZa1o_1184126297","id":"01","linkId":"txt__default_6EblBACZa1o","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":546,"height":192,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les enfants, la chute dans l’escalier est plus fréquente entre 1 et 4 ans.\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":80,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"3 bons réflèxes:","style":{"fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une barrière de sécurité en ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"haut ","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"et","style":{"fontIsBold":true,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":" une autre en ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"bas ","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"de l’escalier\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":144,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. ","style":{"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":80,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":557,"bottom":196,"pngfb":false,"pr":{"l":"Lib","i":351}}}],"shapemaskId":"","xPos":383,"yPos":125,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":281,"rotateYPos":99,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":562,"bottom":198,"altText":"Chez les enfants, la chute dans l’escalier est plus fréquente entre 1 et 4 ans.\\n\\n3 bons réflèxes:\\nDès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une barrière de sécurité en haut et une autre en bas de l’escalier\\n\\nJ’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n\\nDès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. ","pngfb":false,"pr":{"l":"Lib","i":343}},"html5data":{"xPos":0,"yPos":0,"width":562,"height":198,"strokewidth":0}},"width":562,"height":198,"resume":true,"useHandCursor":true,"id":"6EblBACZa1o"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6cOXSDJuq5G_1924232322","id":"01","linkId":"txt__default_6cOXSDJuq5G","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF EN 1930","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":128,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":349}}}],"shapemaskId":"","xPos":783,"yPos":270,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":155,"bottom":28,"altText":"Norme NF EN 1930","pngfb":false,"pr":{"l":"Lib","i":348}},"html5data":{"xPos":-2,"yPos":-2,"width":157,"height":30,"strokewidth":3}},"width":153,"height":26,"resume":true,"useHandCursor":true,"id":"6cOXSDJuq5G"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6qZwkEEG8FI_668336014","id":"01","linkId":"txt__default_6PSYbxy1UZv","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":105,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":100,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":353}}},{"kind":"textdata","uniqueId":"6UCdxUOOoYG_1583464023","id":"02","linkId":"txt__default_Disabled_6PSYbxy1UZv","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":105,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":836,"yPos":347,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":117,"bottom":28,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":352}},"html5data":{"xPos":-1,"yPos":-1,"width":118,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":115,"height":27,"resume":true,"useHandCursor":true,"id":"6PSYbxy1UZv","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GYqHzS0VY5_-674071985","id":"01","linkId":"txt__default_6GYqHzS0VY5","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":516,"height":39,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":525,"bottom":44,"pngfb":false,"pr":{"l":"Lib","i":312}}}],"shapemaskId":"","xPos":294,"yPos":328,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":271,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":542,"bottom":49,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":354}},"html5data":{"xPos":0,"yPos":0,"width":542,"height":49,"strokewidth":0}},"width":542,"height":49,"resume":true,"useHandCursor":true,"id":"6GYqHzS0VY5"}],"audiolib":[{"kind":"audio","assetId":83,"id":"5xyJCfgZhar"},{"kind":"audio","assetId":84,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"619nG4OfzkJ","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide12","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":79,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5g7Qg4RWDPK","actionGroups":{"ReviewInt_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6BlNdjdMX8s"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6r2Lr4OhfYx","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6r2Lr4OhfYx.6AvfrKx8Ohe.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"}}]},{"kind":"adjustvar","variable":"6r2Lr4OhfYx.6AvfrKx8Ohe._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6r2Lr4OhfYx.6AvfrKx8Ohe._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6r2Lr4OhfYx.6AvfrKx8Ohe._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx.6AvfrKx8Ohe.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6BlNdjdMX8s"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx.6AvfrKx8Ohe.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx.6BlNdjdMX8s.ActGrpSetDisabledState"}]},"6r2Lr4OhfYx_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6r2Lr4OhfYx"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6r2Lr4OhfYx"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5g7Qg4RWDPK":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5p31KAqcjJA"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5p31KAqcjJA"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5p31KAqcjJA"}}]}]},"NavigationRestrictionPreviousSlide_5g7Qg4RWDPK":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6r2Lr4OhfYx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6r2Lr4OhfYx"}],"elseActions":[{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6r2Lr4OhfYx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6r2Lr4OhfYx","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6r2Lr4OhfYx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6r2Lr4OhfYx","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5g7Qg4RWDPK"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5g7Qg4RWDPK"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/5hXbdowgFm5.js b/public/zeroaccident/P2/html5/data/js/5hXbdowgFm5.js deleted file mode 100644 index 52315ba..0000000 --- a/public/zeroaccident/P2/html5/data/js/5hXbdowgFm5.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"TITRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":1,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide1","width":960,"height":540,"resume":true,"background":{"type":"swf","imagedata":{"assetId":2,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5hXbdowgFm5","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"audiolib":[{"kind":"audio","assetId":3,"id":"6QFIlQM5iw8"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":24000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yHaFgAZl7l"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6iFg13jWUFP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EjMCoOyu1L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KdhhI9jF9t"}}]},{"kind":"ontimelinetick","time":2000,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"68aza3d0xSH"}}]},{"kind":"ontimelinetick","time":8000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VgR9pkn36w"}}]}]},"objects":[{"kind":"vectorshape","rotation":90,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":162,"yPos":-121,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":82.5,"rotateYPos":244.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":165,"bottom":489,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":0}},"html5data":{"xPos":-1,"yPos":-1,"width":166,"height":490,"strokewidth":0}},"width":165,"height":489,"resume":true,"useHandCursor":true,"id":"5yHaFgAZl7l","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6iFg13jWUFP_-1014341075","id":"01","linkId":"txt__default_6iFg13jWUFP","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":308,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je sécurise ","style":{"fontFamily":"\\"Lucida Calligraphy Char5080FF99\\",\\"Lucida Calligraphy\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":24.74,"descent":8.672,"leading":2.891,"underlinePosition":-2.604,"underlineThickness":1.302,"xHeight":14.453}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"single","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":168,"bottom":43,"pngfb":false,"pr":{"l":"Lib","i":2}}}],"shapemaskId":"","xPos":21,"yPos":150,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":164,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":329,"bottom":56,"altText":"Je sécurise ","pngfb":false,"pr":{"l":"Lib","i":1}},"html5data":{"xPos":0,"yPos":0,"width":329,"height":56,"strokewidth":0}},"width":328,"height":56,"resume":true,"useHandCursor":true,"id":"6iFg13jWUFP"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EjMCoOyu1L_-920343929","id":"01","linkId":"txt__default_6EjMCoOyu1L","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":447,"height":86,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"VIE ET VEILLE AU QUOTIDIEN","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"listLevel":1,"lineSpacingRule":"atLeast","lineSpacing":38.4,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":27,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Un jeu d’exploration de l’univers de mon enfant entre ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}},{"text":"0 et 4 ans","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"listLevel":1,"lineSpacingRule":"atLeast","lineSpacing":38.4,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":418,"bottom":89,"pngfb":false,"pr":{"l":"Lib","i":4}}}],"shapemaskId":"","xPos":8,"yPos":48,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":240.5,"rotateYPos":48,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":481,"bottom":96,"altText":"VIE ET VEILLE AU QUOTIDIEN\\nUn jeu d’exploration de l’univers de mon enfant entre 0 et 4 ans","pngfb":false,"pr":{"l":"Lib","i":3}},"html5data":{"xPos":0,"yPos":0,"width":481,"height":96,"strokewidth":0}},"width":481,"height":96,"resume":true,"useHandCursor":true,"id":"6EjMCoOyu1L"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6KdhhI9jF9t_-1207535606","id":"01","linkId":"txt__default_6KdhhI9jF9t","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":926,"height":164,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A LA MAISON, \\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":22,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":28.952,"descent":6.248,"leading":0,"underlinePosition":-2.053,"underlineThickness":1.76,"xHeight":14.857}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.867,"underlineThickness":1.6,"xHeight":13.507}},{"text":"anticipe","style":{"fontFamily":"\\"LatoBoldItalic ChItalicB6D04671\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.893,"underlineThickness":1.547,"xHeight":13.507}},{"text":", \\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.867,"underlineThickness":1.6,"xHeight":13.507}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"je ","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.867,"underlineThickness":1.6,"xHeight":13.507}},{"text":"sécurise","style":{"fontFamily":"\\"LatoBoldItalic ChItalicB6D04671\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.893,"underlineThickness":1.547,"xHeight":13.507}},{"text":" mon environnement\\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.867,"underlineThickness":1.6,"xHeight":13.507}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"et \\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.867,"underlineThickness":1.6,"xHeight":13.507}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"celui de mon enfant !","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-1.867,"underlineThickness":1.6,"xHeight":13.507}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":659,"bottom":169,"pngfb":false,"pr":{"l":"Lib","i":6}}}],"shapemaskId":"","xPos":0,"yPos":219,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":87,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":960,"bottom":174,"altText":"A LA MAISON, \\nJ’anticipe, \\nje sécurise mon environnement\\net \\ncelui de mon enfant !","pngfb":false,"pr":{"l":"Lib","i":5}},"html5data":{"xPos":0,"yPos":0,"width":960,"height":174,"strokewidth":0}},"width":960,"height":174,"resume":true,"useHandCursor":true,"id":"6KdhhI9jF9t"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5kw6pwG85ZL_1021326709","id":"01","linkId":"txt__default_6VgR9pkn36w","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":136,"height":29,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Entrer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":6,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":10}}}],"shapemaskId":"","xPos":766,"yPos":482,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":74,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}}],"width":148,"height":33,"resume":true,"useHandCursor":true,"id":"6VgR9pkn36w","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"svgimage","accType":"button","shapemaskId":"","xPos":777,"yPos":415,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":36.5,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"imagedata":{"assetId":0,"url":"","type":"normal","altText":"audio icon.svg","width":73,"height":62,"mobiledx":0,"mobiledy":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"returntextatend":false,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-90","dsy":"-90","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":750,"easing":"linear","easingdir":"easein"}}]}],"width":73,"height":62,"resume":true,"useHandCursor":true,"id":"68aza3d0xSH","events":[{"kind":"onrelease","actions":[{"kind":"media_play","objRef":{"type":"string","value":"_parent.6QFIlQM5iw8"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"_parent.6QFIlQM5iw8"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/5p31KAqcjJA.js b/public/zeroaccident/P2/html5/data/js/5p31KAqcjJA.js deleted file mode 100644 index 21bbe6b..0000000 --- a/public/zeroaccident/P2/html5/data/js/5p31KAqcjJA.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"PLANTES INTERIEURES","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":13,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":88,"id":"5ywpJg3GiYN"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5141,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lclwF4n8cr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6870Wqc43TF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KbAZoTkEJV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6npEBYxi5gR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6F5N1v3DoiN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6N5GaZLFBVB"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5ywpJg3GiYN"}},{"kind":"media_play","objRef":{"type":"string","value":"5ywpJg3GiYN"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5ywpJg3GiYN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5gYgePux4bd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ulBXt6vUMf"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":86,"id":"01","url":"story_content/6RnS0v9a2eX.jpg","type":"normal","altText":"hydrogel-2922171__480.jpg","width":358,"height":266,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":285,"yPos":302,"tabIndex":17,"tabEnabled":true,"radioGroup":"Choisir une réponse","xOffset":0,"yOffset":0,"rotateXPos":143,"rotateYPos":106,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":286,"bottom":212,"altText":"hydrogel-2922171__480.jpg","pngfb":false,"pr":{"l":"Lib","i":355}},"html5data":{"xPos":0,"yPos":0,"width":286,"height":212,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":286,"bottom":212,"altText":"hydrogel-2922171__480.jpg","pngfb":false,"pr":{"l":"Lib","i":356}},"html5data":{"xPos":0,"yPos":0,"width":286,"height":212,"strokewidth":0}}}],"width":286,"height":212,"resume":true,"useHandCursor":true,"id":"6lclwF4n8cr","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6870Wqc43TF.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6870Wqc43TF._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6870Wqc43TF"}}]}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":87,"id":"01","url":"story_content/5W1mr5Si6nV.png","type":"normal","altText":"hydratation plante.png","width":410,"height":580,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":50,"yPos":225,"tabIndex":16,"tabEnabled":true,"radioGroup":"Choisir une réponse","xOffset":0,"yOffset":0,"rotateXPos":102.5,"rotateYPos":145,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":290,"altText":"hydratation plante.png","pngfb":false,"pr":{"l":"Lib","i":357}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":290,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":205,"bottom":290,"altText":"hydratation plante.png","pngfb":false,"pr":{"l":"Lib","i":358}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":290,"strokewidth":0}}}],"width":205,"height":290,"resume":true,"useHandCursor":true,"id":"6870Wqc43TF","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6lclwF4n8cr.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6lclwF4n8cr._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6lclwF4n8cr"}}]}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6KbAZoTkEJV_1665647653","id":"01","linkId":"txt__default_6KbAZoTkEJV","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’ETOUFFEMENT.","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":489,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":359}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’ETOUFFEMENT.","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6KbAZoTkEJV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6npEBYxi5gR_511363387","id":"01","linkId":"txt__default_6npEBYxi5gR","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":264,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans les espaces de transition","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":195,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":341}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":142,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":284,"bottom":44,"altText":"Dans les espaces de transition","pngfb":false,"pr":{"l":"Lib","i":322}},"html5data":{"xPos":0,"yPos":0,"width":284,"height":44,"strokewidth":0}},"width":284,"height":44,"resume":false,"useHandCursor":true,"id":"6npEBYxi5gR"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6MBIoWtgFMc_1521003609","id":"01","linkId":"txt__default_6F5N1v3DoiN","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":155}}}],"shapemaskId":"","xPos":832,"yPos":501,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":151}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":151}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":153}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6F5N1v3DoiN","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6870Wqc43TF.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6lclwF4n8cr.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6Z8RyVhVm3W"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6N5GaZLFBVB_-2055954488","id":"01","linkId":"txt__default_6N5GaZLFBVB","type":"acctext","xPos":17,"yPos":5,"xAccOffset":136,"yAccOffset":5,"width":119,"height":664,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment concilier la sécurite de mon enfant avec ma passion pour les plantes d’intérieur","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":" ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"justification":"right","tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"choisis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"le moyen d’hydrater les plantes le plus sûr pour mon enfant.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"rotated90"},"vectortext":{"left":-256,"top":0,"right":408,"bottom":363,"pngfb":false,"pr":{"l":"Lib","i":361}}}],"shapemaskId":"","xPos":545,"yPos":-143,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76.5,"rotateYPos":337,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-256,"top":-1,"right":408,"bottom":674,"altText":"Comment concilier la sécurite de mon enfant avec ma passion pour les plantes d’intérieur ?\\n Je choisis le moyen d’hydrater les plantes le plus sûr pour mon enfant.","pngfb":false,"pr":{"l":"Lib","i":360}},"html5data":{"xPos":-1,"yPos":-1,"width":154,"height":675,"strokewidth":0}},"width":153,"height":674,"resume":false,"useHandCursor":true,"id":"6N5GaZLFBVB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5gYgePux4bd_871396450","id":"01","linkId":"txt__default_5gYgePux4bd","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":184,"height":17,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Oya ( Jarre en argile poreuse)","style":{"fontSize":9,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":12.826,"descent":3.516,"leading":0,"underlinePosition":-0.902,"underlineThickness":0.598,"xHeight":6.422}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":173,"bottom":22,"pngfb":false,"pr":{"l":"Lib","i":363}}}],"shapemaskId":"","xPos":50,"yPos":510,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":102,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":204,"bottom":27,"altText":"Oya ( Jarre en argile poreuse)","pngfb":false,"pr":{"l":"Lib","i":362}},"html5data":{"xPos":0,"yPos":0,"width":204,"height":27,"strokewidth":0}},"width":204,"height":27,"resume":false,"useHandCursor":true,"id":"5gYgePux4bd"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ulBXt6vUMf_1595100381","id":"01","linkId":"txt__default_5ulBXt6vUMf","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":100,"height":17,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Billes d’eau","style":{"fontSize":9,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":12.826,"descent":3.516,"leading":0,"underlinePosition":-0.902,"underlineThickness":0.598,"xHeight":6.422}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":73,"bottom":22,"pngfb":false,"pr":{"l":"Lib","i":365}}}],"shapemaskId":"","xPos":368,"yPos":509,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":60,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":120,"bottom":27,"altText":"Billes d’eau","pngfb":false,"pr":{"l":"Lib","i":364}},"html5data":{"xPos":0,"yPos":0,"width":120,"height":27,"strokewidth":0}},"width":120,"height":27,"resume":false,"useHandCursor":true,"id":"5ulBXt6vUMf"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5couOGvhgC0_CorrectReview","id":"01","linkId":"5couOGvhgC0_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5couOGvhgC0_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5couOGvhgC0_IncorrectReview","id":"01","linkId":"5couOGvhgC0_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5couOGvhgC0_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6lclwF4n8cr"},{"kind":"objref","type":"string","value":"_parent.6870Wqc43TF"},{"kind":"objref","type":"string","value":"_parent.6KbAZoTkEJV"},{"kind":"objref","type":"string","value":"_parent.6npEBYxi5gR"},{"kind":"objref","type":"string","value":"_parent.6F5N1v3DoiN"},{"kind":"objref","type":"string","value":"_parent.6N5GaZLFBVB"},{"kind":"objref","type":"string","value":"_parent.5gYgePux4bd"},{"kind":"objref","type":"string","value":"_parent.5ulBXt6vUMf"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":11652,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6C8QNMOZTe1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69E7S1L1Xop"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xKTupdwDKI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65kCCgU9e0G"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":2500,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6fH64VlLrMj"}},{"kind":"media_play","objRef":{"type":"string","value":"6fH64VlLrMj"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6fH64VlLrMj"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6C8QNMOZTe1_1777283217","id":"01","linkId":"txt__default_6C8QNMOZTe1","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":559,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":157,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":366}}}],"shapemaskId":"","xPos":365,"yPos":96,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":33,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"6C8QNMOZTe1"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"69E7S1L1Xop_-1638854074","id":"01","linkId":"txt__default_69E7S1L1Xop","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":569,"height":171,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"7 fois sur 10, les ingestions de billes d’eau surviennent à domicile et chez un enfant de moins de 6 ans. \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":107,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Elles peuvent mener jusqu’à l’occlusion intestinale.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":53,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes:\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je sais que l’usage ludique des billes d’eau est déconseillé chez les enfants","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":562,"bottom":176,"pngfb":false,"pr":{"l":"Lib","i":368}}}],"shapemaskId":"","xPos":365,"yPos":129,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":292.5,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":585,"bottom":178,"altText":"7 fois sur 10, les ingestions de billes d’eau surviennent à domicile et chez un enfant de moins de 6 ans. \\nElles peuvent mener jusqu’à l’occlusion intestinale.\\n\\n2 bons réflexes:\\nJ’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n\\nJe sais que l’usage ludique des billes d’eau est déconseillé chez les enfants","pngfb":false,"pr":{"l":"Lib","i":367}},"html5data":{"xPos":0,"yPos":0,"width":585,"height":178,"strokewidth":0}},"width":585,"height":177,"resume":true,"useHandCursor":true,"id":"69E7S1L1Xop"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6VsTUN7AgRX_-1806709321","id":"01","linkId":"txt__default_5xKTupdwDKI","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":110,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":103,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":370}}},{"kind":"textdata","uniqueId":"6mPSLUOKO0x_-1469372116","id":"02","linkId":"txt__default_Disabled_5xKTupdwDKI","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":110,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":829,"yPos":345,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":60,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":369}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":120,"height":32,"resume":true,"useHandCursor":true,"id":"5xKTupdwDKI","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"65kCCgU9e0G_1613203236","id":"01","linkId":"txt__default_65kCCgU9e0G","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":494,"height":44,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\n","style":{"fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":11.401,"descent":3.125,"leading":0,"underlinePosition":-0.802,"underlineThickness":0.531,"xHeight":5.708}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Ingestion de billes d’eau Analyse des cas enregistrés par les Centres antipoison du 1er janvier 2010 au 31 décembre 2019","style":{"fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":11.401,"descent":3.125,"leading":0,"underlinePosition":-0.802,"underlineThickness":0.531,"xHeight":5.708}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":122,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":484,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":372}}}],"shapemaskId":"","xPos":285,"yPos":342,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":260,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":520,"bottom":54,"altText":"Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\nIngestion de billes d’eau Analyse des cas enregistrés par les Centres antipoison du 1er janvier 2010 au 31 décembre 2019","pngfb":false,"pr":{"l":"Lib","i":371}},"html5data":{"xPos":0,"yPos":0,"width":520,"height":54,"strokewidth":0}},"width":520,"height":54,"resume":true,"useHandCursor":true,"id":"65kCCgU9e0G"}],"audiolib":[{"kind":"audio","assetId":89,"id":"6fH64VlLrMj"},{"kind":"audio","assetId":90,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"5qQI5kxpXu5","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6lclwF4n8cr"},{"kind":"objref","type":"string","value":"_parent.6870Wqc43TF"},{"kind":"objref","type":"string","value":"_parent.6KbAZoTkEJV"},{"kind":"objref","type":"string","value":"_parent.6npEBYxi5gR"},{"kind":"objref","type":"string","value":"_parent.6F5N1v3DoiN"},{"kind":"objref","type":"string","value":"_parent.6N5GaZLFBVB"},{"kind":"objref","type":"string","value":"_parent.5gYgePux4bd"},{"kind":"objref","type":"string","value":"_parent.5ulBXt6vUMf"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":9902,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5h3Nmu6Xu92"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nwqj6LTLYF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rZ6zVOBRqI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65C179yyjDK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5lQCDHFLInf"}},{"kind":"media_play","objRef":{"type":"string","value":"5lQCDHFLInf"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5lQCDHFLInf"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5h3Nmu6Xu92_-509606883","id":"01","linkId":"txt__default_5h3Nmu6Xu92","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":166,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":373}}}],"shapemaskId":"","xPos":396,"yPos":100,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"5h3Nmu6Xu92"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6D5n8jmHQVX_337332698","id":"01","linkId":"txt__default_5nwqj6LTLYF","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":101,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":375}}},{"kind":"textdata","uniqueId":"6UDgjYlbH2X_279657628","id":"02","linkId":"txt__default_Disabled_5nwqj6LTLYF","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":101,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":840,"yPos":336,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":55.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":113,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":374}},"html5data":{"xPos":-1,"yPos":-1,"width":114,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":111,"height":32,"resume":true,"useHandCursor":true,"id":"5nwqj6LTLYF","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5rZ6zVOBRqI_-217536933","id":"01","linkId":"txt__default_5rZ6zVOBRqI","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":539,"height":171,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"7 fois sur 10, les ingestions de billes d’eau surviennent à domicile et chez un enfant de moins de 6 ans. \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":107,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Elles peuvent mener jusqu’à l’occlusion intestinale.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":53,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes:\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je sais que l’usage ludique des billes d’eau est déconseillé chez les enfants","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":538,"bottom":176,"pngfb":false,"pr":{"l":"Lib","i":377}}}],"shapemaskId":"","xPos":396,"yPos":139,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":277.5,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":556,"bottom":178,"altText":"7 fois sur 10, les ingestions de billes d’eau surviennent à domicile et chez un enfant de moins de 6 ans. \\nElles peuvent mener jusqu’à l’occlusion intestinale.\\n\\n2 bons réflexes:\\nJ’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n\\nJe sais que l’usage ludique des billes d’eau est déconseillé chez les enfants","pngfb":false,"pr":{"l":"Lib","i":376}},"html5data":{"xPos":0,"yPos":0,"width":556,"height":178,"strokewidth":0}},"width":555,"height":177,"resume":true,"useHandCursor":true,"id":"5rZ6zVOBRqI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"65C179yyjDK_-1889367948","id":"01","linkId":"txt__default_65C179yyjDK","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":480,"height":44,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\n","style":{"fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":11.401,"descent":3.125,"leading":0,"underlinePosition":-0.802,"underlineThickness":0.531,"xHeight":5.708}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Ingestion de billes d’eau Analyse des cas enregistrés par les Centres antipoison du 1er janvier 2010 au 31 décembre 2019","style":{"fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":11.401,"descent":3.125,"leading":0,"underlinePosition":-0.802,"underlineThickness":0.531,"xHeight":5.708}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":122,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":484,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":372}}}],"shapemaskId":"","xPos":313,"yPos":328,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":253,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":506,"bottom":54,"altText":"Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\nIngestion de billes d’eau Analyse des cas enregistrés par les Centres antipoison du 1er janvier 2010 au 31 décembre 2019","pngfb":false,"pr":{"l":"Lib","i":378}},"html5data":{"xPos":0,"yPos":0,"width":506,"height":54,"strokewidth":0}},"width":506,"height":54,"resume":true,"useHandCursor":true,"id":"65C179yyjDK"}],"audiolib":[{"kind":"audio","assetId":91,"id":"5lQCDHFLInf"},{"kind":"audio","assetId":92,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6HkNQqiyymv","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide13","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":85,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5p31KAqcjJA","actionGroups":{"ReviewInt_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6870Wqc43TF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6lclwF4n8cr"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5couOGvhgC0_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5couOGvhgC0_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5couOGvhgC0","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6870Wqc43TF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6lclwF4n8cr"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6870Wqc43TF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6lclwF4n8cr"},"enabled":{"type":"boolean","value":false}}]},"5couOGvhgC0_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5couOGvhgC0"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5couOGvhgC0"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5p31KAqcjJA":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6KCNIB5inyd"}}]}]},"NavigationRestrictionPreviousSlide_5p31KAqcjJA":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5couOGvhgC0","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5couOGvhgC0"}],"elseActions":[{"kind":"exe_actiongroup","id":"5couOGvhgC0_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5couOGvhgC0","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5couOGvhgC0","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5couOGvhgC0","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5couOGvhgC0","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5p31KAqcjJA"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5p31KAqcjJA"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/5q071U8mzsW.js b/public/zeroaccident/P2/html5/data/js/5q071U8mzsW.js deleted file mode 100644 index 232ce9d..0000000 --- a/public/zeroaccident/P2/html5/data/js/5q071U8mzsW.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"GENERIQUE FIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":22,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide22","width":960,"height":540,"resume":false,"background":{"type":"fill","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0x0070C0","alpha":100,"stop":0}]}},"id":"5q071U8mzsW","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontimelinecomplete","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5hXbdowgFm5"}},{"kind":"reset_player","startslideid":"_player.6FTsIra1rdq.5hXbdowgFm5"}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hrO010Qnqz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eq9nOmUoYF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5b5myW3WhVB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lvBqgg5OgQ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YwWJUDMNyD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RZuJpjIPh4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69iaMeMLa1f"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5hrO010Qnqz_1990089415","id":"01","linkId":"txt__default_5hrO010Qnqz","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":629,"height":58,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Crédits images","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Pixabay Licence,\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"NeoCube.jpg: XRDoDRX at English Wikipedia, CC BY-SA 3.0 , via Wikimedia Commons","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":127,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":601,"bottom":63,"pngfb":false,"pr":{"l":"Lib","i":642}}}],"shapemaskId":"","xPos":83,"yPos":361,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":327.5,"rotateYPos":34,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":655,"bottom":68,"altText":"Crédits images: \\nPixabay Licence,\\nNeoCube.jpg: XRDoDRX at English Wikipedia, CC BY-SA 3.0 , via Wikimedia Commons","pngfb":false,"pr":{"l":"Lib","i":641}},"html5data":{"xPos":0,"yPos":0,"width":655,"height":68,"strokewidth":0}},"width":655,"height":68,"resume":false,"useHandCursor":true,"id":"5hrO010Qnqz"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5eq9nOmUoYF_-819286056","id":"01","linkId":"txt__default_5eq9nOmUoYF","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":770,"height":274,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Conception","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" : Mme Sandrine DOVIN, Ingénieure pédagogique, Cesim Santé, Université de Bretagne Occidentale – 2023 \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"avec la participation experte des membres du Comité Scientifique du projet (par ordre alphabétique)","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":101,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr ANOUILH François","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Sage-femme enseignant, Ecole Universitaire de Maïeutique de Brest , formatrice Cesim\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":106,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme BLANC Nathalie","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", professeure et chercheure en psychologie cognitive - Université de Montpellier\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":99,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme BOUALAMPHONE Sourideth","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Développeuse , infographiste 3D chez Virtualys\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":75,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr COURBET Didier","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Professeur des Universités - Chercheur à l\'IMSIC - Responsable de la Licence E-Marketing & Communication Digitale\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":133,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme DOVIN Sandrine, Ingénieure pédagogique Cesim Santé\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr DUCROCQ Jérome","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Médecin urgentiste, Urgences Pédiatriques CHU de Brest, responsable du SAMU 29\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":98,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr DUPRE Gilles","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Développeur , infographiste 3D chez Virtualys\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":63,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme GABRIEL Anne","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Sage-femme enseignante, Ecole Universitaire de Maïeutique de Brest , formatrice Cesim\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":104,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme KEROUANTON Fanny","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", IDE puériculture, service de Néonatalogie CHU BREST\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr L’HER Erwan","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", PU-PH de médecine interne et réanimation médicale au CHU de BREST, Directeur du Cesim Santé\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":108,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr MARC Olivier","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":", Gérant de la société Virtualys\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":48,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme SINNO-TELLIER Sandra, Adjointe à la Directrice des Alertes et des Vigilances Sanitaires, Coordinatrice de la Toxicovigilance, ANSES","style":{"fontFamily":"\\"Lato LightItalic ItalicDF72E1A6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsItalic":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.852,"underlineThickness":0.696,"xHeight":6.078}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":137,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":720,"bottom":221,"pngfb":false,"pr":{"l":"Lib","i":644}}}],"shapemaskId":"","xPos":83,"yPos":133,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":398,"rotateYPos":142,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":796,"bottom":284,"altText":"Conception : Mme Sandrine DOVIN, Ingénieure pédagogique, Cesim Santé, Université de Bretagne Occidentale – 2023 \\n \\navec la participation experte des membres du Comité Scientifique du projet (par ordre alphabétique):\\nMr ANOUILH François, Sage-femme enseignant, Ecole Universitaire de Maïeutique de Brest , formatrice Cesim\\nMme BLANC Nathalie, professeure et chercheure en psychologie cognitive - Université de Montpellier\\nMme BOUALAMPHONE Sourideth, Développeuse , infographiste 3D chez Virtualys\\nMr COURBET Didier, Professeur des Universités - Chercheur à l\'IMSIC - Responsable de la Licence E-Marketing & Communication Digitale\\nMme DOVIN Sandrine, Ingénieure pédagogique Cesim Santé\\nMr DUCROCQ Jérome, Médecin urgentiste, Urgences Pédiatriques CHU de Brest, responsable du SAMU 29\\nMr DUPRE Gilles, Développeur , infographiste 3D chez Virtualys\\nMme GABRIEL Anne, Sage-femme enseignante, Ecole Universitaire de Maïeutique de Brest , formatrice Cesim\\nMme KEROUANTON Fanny, IDE puériculture, service de Néonatalogie CHU BREST\\nMr L’HER Erwan, PU-PH de médecine interne et réanimation médicale au CHU de BREST, Directeur du Cesim Santé\\nMr MARC Olivier, Gérant de la société Virtualys\\nMme SINNO-TELLIER Sandra, Adjointe à la Directrice des Alertes et des Vigilances Sanitaires, Coordinatrice de la Toxicovigilance, ANSES\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":643}},"html5data":{"xPos":0,"yPos":0,"width":796,"height":284,"strokewidth":0}},"width":796,"height":284,"resume":false,"useHandCursor":true,"id":"5eq9nOmUoYF"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5b5myW3WhVB_-434433009","id":"01","linkId":"txt__default_5b5myW3WhVB","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":555,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Crédits Sons additionnels","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" : Joseph SARDIN - LaSonotheque.org.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":343,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":646}}}],"shapemaskId":"","xPos":83,"yPos":422,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":290.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":582,"bottom":25,"altText":"Crédits Sons additionnels : Joseph SARDIN - LaSonotheque.org.","pngfb":false,"pr":{"l":"Lib","i":645}},"html5data":{"xPos":0,"yPos":0,"width":582,"height":25,"strokewidth":0}},"width":581,"height":25,"resume":false,"useHandCursor":true,"id":"5b5myW3WhVB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6lvBqgg5OgQ_1081176338","id":"01","linkId":"txt__default_6lvBqgg5OgQ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":555,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Voix de synthèse ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":": Narakeet .com (version d’essai)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":50,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":266,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":647}}}],"shapemaskId":"","xPos":83,"yPos":443,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":290.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":582,"bottom":25,"altText":"Voix de synthèse : Narakeet .com (version d’essai)","pngfb":false,"pr":{"l":"Lib","i":645}},"html5data":{"xPos":0,"yPos":0,"width":582,"height":25,"strokewidth":0}},"width":581,"height":25,"resume":false,"useHandCursor":true,"id":"6lvBqgg5OgQ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5YwWJUDMNyD_-727191727","id":"01","linkId":"txt__default_5YwWJUDMNyD","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":159,"height":13,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dernière mise à jour","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}},{"text":": Juin 2023","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":31,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":159,"bottom":18,"pngfb":false,"pr":{"l":"Lib","i":649}}}],"shapemaskId":"","xPos":750,"yPos":504,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":92.5,"rotateYPos":11.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":185,"bottom":23,"altText":"Dernière mise à jour: Juin 2023","pngfb":false,"pr":{"l":"Lib","i":648}},"html5data":{"xPos":0,"yPos":0,"width":185,"height":23,"strokewidth":0}},"width":185,"height":23,"resume":false,"useHandCursor":true,"id":"5YwWJUDMNyD"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":174,"id":"01","url":"story_content/6rgYUvBRomv.png","type":"normal","altText":"CESIM SANTE LOGO - 2 LignesRVB.png","width":96,"height":138,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":879,"yPos":418,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":48,"bottom":69,"altText":"CESIM SANTE LOGO - 2 LignesRVB.png","pngfb":false,"pr":{"l":"Lib","i":650}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":69,"strokewidth":0}},"width":48,"height":69,"resume":false,"useHandCursor":true,"id":"6RZuJpjIPh4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"69iaMeMLa1f_1039662147","id":"01","linkId":"txt__default_69iaMeMLa1f","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":250,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A bientôt !","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":18,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":28.632,"descent":6.936,"leading":0,"underlinePosition":-2.4,"underlineThickness":1.2,"xHeight":13.872}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":182,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":652}}}],"shapemaskId":"","xPos":324,"yPos":80,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":138,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":276,"bottom":46,"altText":"A bientôt !","pngfb":false,"pr":{"l":"Lib","i":651}},"html5data":{"xPos":0,"yPos":0,"width":276,"height":46,"strokewidth":0}},"width":276,"height":46,"resume":false,"useHandCursor":true,"id":"69iaMeMLa1f"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/5xZ1dDfSZHX.js b/public/zeroaccident/P2/html5/data/js/5xZ1dDfSZHX.js deleted file mode 100644 index d2ff566..0000000 --- a/public/zeroaccident/P2/html5/data/js/5xZ1dDfSZHX.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"ACCUEIL","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":2,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide2","width":960,"height":540,"resume":false,"background":{"type":"fill","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0x0070C0","alpha":100,"stop":0}]}},"id":"5xZ1dDfSZHX","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"audiolib":[{"kind":"audio","assetId":16,"id":"6Lcx5YdQUTo"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":28438,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6arWHgWpbXr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6arWHgWpbXr.6EUuaSAJ27f"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6arWHgWpbXr.6eyKhskxZjh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66O638NFnC2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66O638NFnC2.6XlrUP5EfVp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66O638NFnC2.5tBkCy4xuL0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6o1Ew3MqaUc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6o1Ew3MqaUc.6JbEJm32Xxw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6o1Ew3MqaUc.6gHDtW0riYh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uJnYRCDish"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uJnYRCDish.5WiKh4dLx7G"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uJnYRCDish.6psaJTTZlks"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6P4YPCwSOi9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6P4YPCwSOi9.5l9QGuaV75q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6P4YPCwSOi9.6JLPHX74vRZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xOvU4Pd7Wd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xOvU4Pd7Wd.6lFHka0Q40M"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xOvU4Pd7Wd.5l4FOezSuBO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YV7yZFxwT4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hagCqoHrR4"}}]},{"kind":"ontimelinetick","time":6250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Lcx5YdQUTo"}},{"kind":"media_play","objRef":{"type":"string","value":"6Lcx5YdQUTo"}},{"kind":"set_volume","volume":50,"objRef":{"type":"string","value":"6Lcx5YdQUTo"}}]}]},"objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":5,"id":"01","url":"story_content/65Tl6WYMJPa.png","type":"normal","altText":"cuisine_vue2_001.png","width":490,"height":276,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":122.5,"rotateYPos":68.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":245,"bottom":137,"altText":"cuisine_vue2_001.png","pngfb":false,"pr":{"l":"Lib","i":11}},"html5data":{"xPos":0,"yPos":0,"width":245,"height":137,"strokewidth":0}},"width":245,"height":137,"resume":false,"useHandCursor":true,"id":"6EUuaSAJ27f"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eyKhskxZjh_27341804","id":"01","linkId":"txt__default_6eyKhskxZjh","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":88,"height":22,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA CUISINE","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":105,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":13}}}],"shapemaskId":"","xPos":62,"yPos":143,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":61,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":122,"bottom":32,"altText":"LA CUISINE","pngfb":false,"pr":{"l":"Lib","i":12}},"html5data":{"xPos":0,"yPos":0,"width":122,"height":32,"strokewidth":0}},"width":122,"height":32,"resume":false,"useHandCursor":true,"id":"6eyKhskxZjh"}],"accType":"button","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":33,"yPos":107,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":122.5,"rotateYPos":87.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6arWHgWpbXr_hot","accState":0,"imagedata":{"assetId":4,"url":"","type":"normal","altText":"Groupe\\r\\n 3","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6arWHgWpbXr.png","xPos":0,"yPos":0,"width":245,"height":175,"strokewidth":0,"mask":"A870O"}},"width":245,"height":175,"resume":false,"useHandCursor":true,"id":"6arWHgWpbXr","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":7,"id":"01","url":"story_content/5ZdZ0RlV56u.png","type":"normal","altText":"Salon_sejour_vue1_001.png","width":504,"height":284,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":126,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":252,"bottom":141,"altText":"Salon_sejour_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":14}},"html5data":{"xPos":0,"yPos":0,"width":252,"height":141,"strokewidth":0}},"width":252,"height":141,"resume":false,"useHandCursor":true,"id":"6XlrUP5EfVp"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5tBkCy4xuL0_450871646","id":"01","linkId":"txt__default_5tBkCy4xuL0","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":137,"height":44,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LE SALON /\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"SALLE A MANGER","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":153,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":16}}}],"shapemaskId":"","xPos":47,"yPos":143,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":85.5,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":171,"bottom":54,"altText":"LE SALON /\\nSALLE A MANGER","pngfb":false,"pr":{"l":"Lib","i":15}},"html5data":{"xPos":0,"yPos":0,"width":171,"height":54,"strokewidth":0}},"width":171,"height":54,"resume":false,"useHandCursor":true,"id":"5tBkCy4xuL0"}],"accType":"button","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":665,"yPos":108,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":126,"rotateYPos":98.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"66O638NFnC2_hot","accState":0,"imagedata":{"assetId":6,"url":"","type":"normal","altText":"Groupe\\r\\n 2","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape66O638NFnC2.png","xPos":0,"yPos":0,"width":252,"height":198,"strokewidth":0,"mask":"C2E8O"}},"width":252,"height":197,"resume":false,"useHandCursor":true,"id":"66O638NFnC2","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":9,"id":"01","url":"story_content/5hzrYMhu9ah.png","type":"normal","altText":"sdb_vue1_001.png","width":490,"height":276,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":122.5,"rotateYPos":69,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":245,"bottom":138,"altText":"sdb_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":17}},"html5data":{"xPos":0,"yPos":0,"width":245,"height":138,"strokewidth":0}},"width":245,"height":138,"resume":false,"useHandCursor":true,"id":"6JbEJm32Xxw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6gHDtW0riYh_-930195391","id":"01","linkId":"txt__default_6gHDtW0riYh","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":141,"height":22,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA SALLE DE BAIN","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":158,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":19}}}],"shapemaskId":"","xPos":35,"yPos":154,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":87.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":175,"bottom":32,"altText":"LA SALLE DE BAIN","pngfb":false,"pr":{"l":"Lib","i":18}},"html5data":{"xPos":0,"yPos":0,"width":175,"height":32,"strokewidth":0}},"width":175,"height":32,"resume":false,"useHandCursor":true,"id":"6gHDtW0riYh"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":33,"yPos":320,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":122.5,"rotateYPos":93,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6o1Ew3MqaUc_hot","accState":0,"imagedata":{"assetId":8,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6o1Ew3MqaUc.png","xPos":0,"yPos":0,"width":246,"height":187,"strokewidth":0,"mask":"B3B2O"}},"width":245,"height":186,"resume":false,"useHandCursor":true,"id":"6o1Ew3MqaUc","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":11,"id":"01","url":"story_content/5iFSou622a8.png","type":"normal","altText":"Chambre_vue1_001.png","width":472,"height":266,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":118,"rotateYPos":66.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":236,"bottom":133,"altText":"Chambre_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":20}},"html5data":{"xPos":0,"yPos":0,"width":236,"height":133,"strokewidth":0}},"width":236,"height":133,"resume":false,"useHandCursor":true,"id":"5WiKh4dLx7G"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6psaJTTZlks_-811106053","id":"01","linkId":"txt__default_6psaJTTZlks","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":104,"height":22,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}},{"text":" ","style":{"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}},{"text":"CHAMBRE","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":121,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":22}}}],"shapemaskId":"","xPos":49,"yPos":143,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":69,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":138,"bottom":32,"altText":"LA CHAMBRE","pngfb":false,"pr":{"l":"Lib","i":21}},"html5data":{"xPos":0,"yPos":0,"width":138,"height":32,"strokewidth":0}},"width":138,"height":32,"resume":false,"useHandCursor":true,"id":"6psaJTTZlks"}],"accType":"button","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":353,"yPos":110,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":118,"rotateYPos":87.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5uJnYRCDish_hot","accState":0,"imagedata":{"assetId":10,"url":"","type":"normal","altText":"Groupe\\r\\n 4","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5uJnYRCDish.png","xPos":0,"yPos":0,"width":235,"height":175,"strokewidth":0,"mask":"A240O"}},"width":236,"height":175,"resume":false,"useHandCursor":true,"id":"5uJnYRCDish","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5l9QGuaV75q_929368868","id":"01","linkId":"txt__default_5l9QGuaV75q","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":124,"height":44,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LES ESPACES \\n","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"DE TRANSITION","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":141,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":24}}}],"shapemaskId":"","xPos":25,"yPos":143,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":79,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":159,"bottom":55,"altText":"LES ESPACES \\nDE TRANSITION","pngfb":false,"pr":{"l":"Lib","i":23}},"html5data":{"xPos":0,"yPos":0,"width":159,"height":55,"strokewidth":0}},"width":158,"height":54,"resume":false,"useHandCursor":true,"id":"5l9QGuaV75q"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":13,"id":"01","url":"story_content/5zSGvRt1TIW.png","type":"normal","altText":"Entree_vue1_001.png","width":468,"height":263,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":117,"rotateYPos":66,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":234,"bottom":132,"altText":"Entree_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":25}},"html5data":{"xPos":0,"yPos":0,"width":234,"height":132,"strokewidth":0}},"width":234,"height":132,"resume":false,"useHandCursor":true,"id":"6JLPHX74vRZ"}],"accType":"button","altText":"Groupe\\r\\n 8","shapemaskId":"","xPos":348,"yPos":320,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":117,"rotateYPos":98.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6P4YPCwSOi9_hot","accState":0,"imagedata":{"assetId":12,"url":"","type":"normal","altText":"Groupe\\r\\n 8","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6P4YPCwSOi9.png","xPos":0,"yPos":0,"width":234,"height":197,"strokewidth":0,"mask":"B4D7O"}},"width":234,"height":197,"resume":false,"useHandCursor":true,"id":"6P4YPCwSOi9","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6PoTCpX10q4.png","type":"normal","altText":"jardin_vue1_001.png","width":504,"height":284,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":126,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":252,"bottom":141,"altText":"jardin_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":14}},"html5data":{"xPos":0,"yPos":0,"width":252,"height":141,"strokewidth":0}},"width":252,"height":141,"resume":false,"useHandCursor":true,"id":"6lFHka0Q40M"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5l4FOezSuBO_-2126198061","id":"01","linkId":"txt__default_5l4FOezSuBO","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":162,"height":22,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"L’EXTERIEUR","style":{"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":147,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":27}}}],"shapemaskId":"","xPos":28,"yPos":142,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":98,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":196,"bottom":32,"altText":"L’EXTERIEUR","pngfb":false,"pr":{"l":"Lib","i":26}},"html5data":{"xPos":0,"yPos":0,"width":196,"height":32,"strokewidth":0}},"width":196,"height":32,"resume":false,"useHandCursor":true,"id":"5l4FOezSuBO"}],"accType":"button","altText":"Groupe\\r\\n 7","shapemaskId":"","xPos":664,"yPos":320,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":126,"rotateYPos":86.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5xOvU4Pd7Wd_hot","accState":0,"imagedata":{"assetId":14,"url":"","type":"normal","altText":"Groupe\\r\\n 7","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5xOvU4Pd7Wd.png","xPos":0,"yPos":0,"width":251,"height":173,"strokewidth":0,"mask":"A99FO"}},"width":252,"height":173,"resume":false,"useHandCursor":true,"id":"5xOvU4Pd7Wd","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5YV7yZFxwT4_1457287466","id":"01","linkId":"txt__default_5YV7yZFxwT4","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":849,"height":87,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je visite chaque pièce de ma maison et j’agis pour éliminer des situations à risque d’accident de la vie courante pour mon enfant.","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":22,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":34.995,"descent":8.477,"leading":0,"underlinePosition":-2.933,"underlineThickness":1.467,"xHeight":16.955}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":130,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":872,"bottom":92,"pngfb":false,"pr":{"l":"Lib","i":29}}}],"shapemaskId":"","xPos":33,"yPos":12,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":441.5,"rotateYPos":48.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":883,"bottom":97,"altText":"Je visite chaque pièce de ma maison et j’agis pour éliminer des situations à risque d’accident de la vie courante pour mon enfant.","pngfb":false,"pr":{"l":"Lib","i":28}},"html5data":{"xPos":0,"yPos":0,"width":883,"height":97,"strokewidth":0}},"width":883,"height":97,"resume":false,"useHandCursor":true,"id":"5YV7yZFxwT4"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":1,"arrowxpos":113,"arrowypos":-18,"textLib":[{"kind":"textdata","uniqueId":"6SVxs8BZDaj_-326456643","id":"01","linkId":"txt__default_6SVxs8BZDaj","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":103,"height":44,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je sors de la maison / Je vois mon résultat","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":43,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":85,"bottom":44,"pngfb":false,"pr":{"l":"Lib","i":31}}}],"shapemaskId":"","xPos":-99,"yPos":32,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x262626","alpha":100,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":103,"bottom":44,"altText":"Je sors de la maison / Je vois mon résultat","pngfb":false,"pr":{"l":"Lib","i":30}},"html5data":{"xPos":0,"yPos":0,"width":103,"height":44,"strokewidth":0}},"width":113,"height":57,"resume":false,"useHandCursor":true,"id":"5hagCqoHrR4_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":32}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"swirl","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5hagCqoHrR4"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"5hagCqoHrR4"}}],"clickdef":[{"kind":"objref","type":"string","value":"5hagCqoHrR4"}]}],"shapemaskId":"","xPos":916,"yPos":26,"tabIndex":21,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5hagCqoHrR4","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hagCqoHrR4"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showcomplete","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/61XOHmemRkI.js b/public/zeroaccident/P2/html5/data/js/61XOHmemRkI.js deleted file mode 100644 index 1a5742a..0000000 --- a/public/zeroaccident/P2/html5/data/js/61XOHmemRkI.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":" INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":16,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":117,"id":"6X2dR2JumPM"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HHUgihPbwU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WZ6Mz3fxdq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5evIIsCVU0D"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6QbgyRryu6S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hr5ESlTNhE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E1eUKuqmQp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E1eUKuqmQp.6krr7w4YjgF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E1eUKuqmQp.61sTOmcdavl"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6M0ViRcPRlZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xY5sadQjjN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lsGgmeBbm7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XZYJUf7IOk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fxPNO2INLF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fxPNO2INLF.6EG6oAmhDux"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fxPNO2INLF.6fs2yogChWm"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6X2dR2JumPM"}},{"kind":"media_play","objRef":{"type":"string","value":"6X2dR2JumPM"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6X2dR2JumPM"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6HHUgihPbwU_-670973248","id":"01","linkId":"txt__default_6HHUgihPbwU","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":445}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6HHUgihPbwU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5WZ6Mz3fxdq_-1166384714","id":"01","linkId":"txt__default_5WZ6Mz3fxdq","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":413}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5WZ6Mz3fxdq"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":111,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":716,"yPos":323,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":97,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":141,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":446}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":141,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":141,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":446}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":141,"strokewidth":0}}}],"width":194,"height":141,"resume":true,"useHandCursor":true,"id":"5evIIsCVU0D","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.5eOvXM6UgVk"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":112,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":67,"yPos":322,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":94,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":141,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":447}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":141,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":141,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":447}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":141,"strokewidth":0}}}],"width":188,"height":141,"resume":true,"useHandCursor":true,"id":"6QbgyRryu6S","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.5w5As5eFyTM"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":113,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":503,"yPos":322,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":97,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":141,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":446}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":141,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":141,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":446}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":141,"strokewidth":0}}}],"width":194,"height":141,"resume":true,"useHandCursor":true,"id":"6hr5ESlTNhE","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.63ZR8L1H7W7"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":114,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":87.5,"rotateYPos":59,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":175,"bottom":118,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":448}},"html5data":{"xPos":0,"yPos":0,"width":175,"height":118,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":175,"bottom":118,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":448}},"html5data":{"xPos":0,"yPos":0,"width":175,"height":118,"strokewidth":0}}}],"width":175,"height":118,"resume":true,"useHandCursor":true,"id":"6krr7w4YjgF","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_parent.ActGrpRelease"},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent._parent.6RzOVFEgnMX"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"61sTOmcdavl_476248651","id":"01","linkId":"txt__default_61sTOmcdavl","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":69,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HOUX","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" ","style":{"fontSize":9,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":68,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":450}}}],"shapemaskId":"","xPos":40,"yPos":115,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":47.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":95,"bottom":25,"altText":"HOUX ","pngfb":false,"pr":{"l":"Lib","i":449}},"html5data":{"xPos":0,"yPos":0,"width":95,"height":25,"strokewidth":0}},"width":95,"height":25,"resume":false,"useHandCursor":true,"id":"61sTOmcdavl","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_parent.ActGrpRelease"}]}]}],"accType":"text","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":295,"yPos":327,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":87.5,"rotateYPos":70,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"width":175,"height":140,"resume":false,"useHandCursor":true,"id":"6E1eUKuqmQp","actionGroups":{"ActGrpRelease":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6M0ViRcPRlZ_1046229201","id":"01","linkId":"txt__default_6M0ViRcPRlZ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":98,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HORTENSIA","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" ","style":{"fontSize":9,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":452}}}],"shapemaskId":"","xPos":538,"yPos":445,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":62,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":124,"bottom":25,"altText":"HORTENSIA ","pngfb":false,"pr":{"l":"Lib","i":451}},"html5data":{"xPos":0,"yPos":0,"width":124,"height":25,"strokewidth":0}},"width":124,"height":25,"resume":false,"useHandCursor":true,"id":"6M0ViRcPRlZ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5xY5sadQjjN_599743382","id":"01","linkId":"txt__default_5xY5sadQjjN","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":67,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"CYTISE","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":6,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":68,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":454}}}],"shapemaskId":"","xPos":764,"yPos":443,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":94,"bottom":25,"altText":"CYTISE","pngfb":false,"pr":{"l":"Lib","i":453}},"html5data":{"xPos":0,"yPos":0,"width":94,"height":25,"strokewidth":0}},"width":93,"height":25,"resume":false,"useHandCursor":true,"id":"5xY5sadQjjN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6lsGgmeBbm7_281739277","id":"01","linkId":"txt__default_6lsGgmeBbm7","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":126,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LAURIER ROSE","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":118,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":456}}}],"shapemaskId":"","xPos":73,"yPos":445,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":152,"bottom":25,"altText":"LAURIER ROSE","pngfb":false,"pr":{"l":"Lib","i":455}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":25,"strokewidth":0}},"width":152,"height":25,"resume":false,"useHandCursor":true,"id":"6lsGgmeBbm7"},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6XZYJUf7IOk_59839561","id":"01","linkId":"txt__default_6XZYJUf7IOk","type":"acctext","xPos":17,"yPos":5,"xAccOffset":110,"yAccOffset":5,"width":93,"height":689,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}},{"text":"Comment j’écarte le risque d’intoxication dans mon jardin ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"1- Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"retourne ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"toutes les étiquettes, \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":67,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 2-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"lis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"les informations spécifiques à chaque variété \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":85,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 3- Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"plante","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":".","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":42,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"rotated90"},"vectortext":{"left":-281,"top":0,"right":236,"bottom":416,"pngfb":false,"pr":{"l":"Lib","i":458}}}],"shapemaskId":"","xPos":547,"yPos":-129,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":63.5,"rotateYPos":349.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-281,"top":-1,"right":236,"bottom":699,"altText":" \\n Comment j’écarte le risque d’intoxication dans mon jardin ?\\n 1- Je retourne toutes les étiquettes, \\n 2-Je lis les informations spécifiques à chaque variété \\n 3- Je plante.\\n ","pngfb":false,"pr":{"l":"Lib","i":457}},"html5data":{"xPos":-1,"yPos":-1,"width":128,"height":700,"strokewidth":0}},"width":127,"height":699,"resume":false,"useHandCursor":true,"id":"6XZYJUf7IOk"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6MOmlYsIdCU_1294856024","id":"01","linkId":"txt__default_6EG6oAmhDux","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Planter","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":90,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":462}}}],"shapemaskId":"","xPos":22,"yPos":18,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":459}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":459}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":460}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":459}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":459}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":460}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":461}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":461}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":460}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":461}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":461}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":460}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6EG6oAmhDux","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":329.912,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":116,"id":"01","url":"story_content/5nuY12mUJs6_RFFF0E4.png","type":"normal","altText":"bêche illustration 2.png","width":190,"height":95,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":47.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":95,"bottom":48,"altText":"bêche illustration 2.png","pngfb":false,"pr":{"l":"Lib","i":463}},"html5data":{"xPos":0,"yPos":0,"width":95,"height":48,"strokewidth":0}},"width":95,"height":48,"resume":false,"useHandCursor":true,"id":"6fs2yogChWm"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":810,"yPos":483,"tabIndex":36,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":70.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6fxPNO2INLF_hot","accState":0,"imagedata":{"assetId":115,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6fxPNO2INLF.png","xPos":0,"yPos":0,"width":142,"height":48,"strokewidth":0,"mask":"1AA0O"}},"width":141,"height":48,"resume":false,"useHandCursor":true,"id":"6fxPNO2INLF","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5cNUFQh1AxU"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bk3Z014Tsz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XvqVNu94BU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yBsGAu1q4p"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6e281bVuiGD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6e281bVuiGD.5npq71vYpKM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6e281bVuiGD.6FBiqbzXHD1"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"6e281bVuiGD"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":113,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":442,"yPos":345,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":83,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":166,"bottom":120,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":464}},"html5data":{"xPos":0,"yPos":0,"width":166,"height":120,"strokewidth":0}},"width":166,"height":120,"resume":false,"useHandCursor":true,"id":"6bk3Z014Tsz"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":114,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":251,"yPos":352,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":50,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":100,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":465}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":100,"strokewidth":0}},"width":145,"height":100,"resume":false,"useHandCursor":true,"id":"6XvqVNu94BU","events":[{"kind":"onrelease","actions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent._parent.6RzOVFEgnMX"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":112,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":50,"yPos":345,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":80,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":160,"bottom":120,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":466}},"html5data":{"xPos":0,"yPos":0,"width":160,"height":120,"strokewidth":0}},"width":160,"height":120,"resume":false,"useHandCursor":true,"id":"5yBsGAu1q4p"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5npq71vYpKM_-866503845","id":"01","linkId":"txt__default_5npq71vYpKM","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":207,"height":185,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"CYTISE\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Ecorce, gousses, graines, feuilles et fleurs toxiques\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":190,"bottom":79,"pngfb":false,"pr":{"l":"Lib","i":468}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":116,"rotateYPos":97,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":236,"bottom":197,"altText":"CYTISE\\nEcorce, gousses, graines, feuilles et fleurs toxiques\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":467}},"html5data":{"xPos":-2,"yPos":-2,"width":238,"height":199,"strokewidth":3}},"width":233,"height":195,"resume":false,"useHandCursor":true,"id":"5npq71vYpKM"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":119,"id":"01","url":"story_content/5mHDuFk2I6n_RFF817D.png","type":"normal","altText":"deaths-head-g054aeb238_1280.png","width":242,"height":223,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":52,"yPos":81,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":60.5,"rotateYPos":56,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":121,"bottom":112,"altText":"deaths-head-g054aeb238_1280.png","pngfb":false,"pr":{"l":"Lib","i":469}},"html5data":{"xPos":0,"yPos":0,"width":121,"height":112,"strokewidth":0}},"width":121,"height":112,"resume":false,"useHandCursor":true,"id":"6FBiqbzXHD1"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":620,"yPos":270,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":116.5,"rotateYPos":97.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":233,"height":195,"resume":false,"useHandCursor":true,"id":"6e281bVuiGD"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"background":{"type":"swf","imagedata":{"assetId":118,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5eOvXM6UgVk","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ioAq6o4lMx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6DOVvzyVpXW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5n5bGNNYgDG"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6XzohuOsi32"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XzohuOsi32.5mB9EEycua0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XzohuOsi32.5qAxnwyaOQe"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"6XzohuOsi32"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":111,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":640,"yPos":345,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":83,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":166,"bottom":120,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":464}},"html5data":{"xPos":0,"yPos":0,"width":166,"height":120,"strokewidth":0}},"width":166,"height":120,"resume":false,"useHandCursor":true,"id":"5ioAq6o4lMx"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":113,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":442,"yPos":345,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":83,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":166,"bottom":120,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":464}},"html5data":{"xPos":0,"yPos":0,"width":166,"height":120,"strokewidth":0}},"width":166,"height":120,"resume":false,"useHandCursor":true,"id":"6DOVvzyVpXW"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":114,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":251,"yPos":352,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":50,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":100,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":465}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":100,"strokewidth":0}},"width":145,"height":100,"resume":false,"useHandCursor":true,"id":"5n5bGNNYgDG","events":[{"kind":"onrelease","actions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent._parent.6RzOVFEgnMX"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mB9EEycua0_-1865833573","id":"01","linkId":"txt__default_5mB9EEycua0","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":200,"height":173,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LAURIER ROSE\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Feuilles et fleurs très toxiques\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":164,"bottom":73,"pngfb":false,"pr":{"l":"Lib","i":471}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":91,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":228,"bottom":185,"altText":"LAURIER ROSE\\nFeuilles et fleurs très toxiques\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":470}},"html5data":{"xPos":-2,"yPos":-2,"width":230,"height":187,"strokewidth":3}},"width":226,"height":183,"resume":false,"useHandCursor":true,"id":"5mB9EEycua0"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":119,"id":"01","url":"story_content/5mHDuFk2I6n_RFF817D.png","type":"normal","altText":"deaths-head-g054aeb238_1280.png","width":242,"height":223,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":41,"yPos":73,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":55,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":119,"bottom":110,"altText":"deaths-head-g054aeb238_1280.png","pngfb":false,"pr":{"l":"Lib","i":472}},"html5data":{"xPos":0,"yPos":0,"width":119,"height":110,"strokewidth":0}},"width":119,"height":110,"resume":false,"useHandCursor":true,"id":"5qAxnwyaOQe"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":30,"yPos":279,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":113,"rotateYPos":91.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":226,"height":183,"resume":false,"useHandCursor":true,"id":"6XzohuOsi32"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"background":{"type":"swf","imagedata":{"assetId":120,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5w5As5eFyTM","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5obYXB8mcyB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HtMkxCdaPI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VSp1cW0QfF"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6Fr6Ng0F5sf"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Fr6Ng0F5sf.6ghICC7oxhJ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Fr6Ng0F5sf.6pzixkoXs1h"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"6Fr6Ng0F5sf"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":111,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":640,"yPos":345,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":83,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":166,"bottom":120,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":464}},"html5data":{"xPos":0,"yPos":0,"width":166,"height":120,"strokewidth":0}},"width":166,"height":120,"resume":false,"useHandCursor":true,"id":"5obYXB8mcyB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":112,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":44,"yPos":345,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":80,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":160,"bottom":120,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":466}},"html5data":{"xPos":0,"yPos":0,"width":160,"height":120,"strokewidth":0}},"width":160,"height":120,"resume":false,"useHandCursor":true,"id":"6HtMkxCdaPI"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":114,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":251,"yPos":352,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":50,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":100,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":465}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":100,"strokewidth":0}},"width":145,"height":100,"resume":false,"useHandCursor":true,"id":"6VSp1cW0QfF"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ghICC7oxhJ_2103314179","id":"01","linkId":"txt__default_6ghICC7oxhJ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":199,"height":173,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HORTENSIA\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Plante non toxique\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":19,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":145,"bottom":65,"pngfb":false,"pr":{"l":"Lib","i":474}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":112,"rotateYPos":91,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":227,"bottom":185,"altText":"HORTENSIA\\nPlante non toxique\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":473}},"html5data":{"xPos":-2,"yPos":-2,"width":229,"height":187,"strokewidth":3}},"width":225,"height":183,"resume":false,"useHandCursor":true,"id":"6ghICC7oxhJ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":122,"id":"01","url":"story_content/5c2k7hHHmq9.jpg","type":"normal","altText":"smiley-gb9a22e414_1280.jpg","width":247,"height":248,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":42,"yPos":66,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":62,"rotateYPos":54.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":124,"bottom":109,"altText":"smiley-gb9a22e414_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":475}},"html5data":{"xPos":0,"yPos":0,"width":124,"height":109,"strokewidth":0}},"width":124,"height":109,"resume":false,"useHandCursor":true,"id":"6pzixkoXs1h"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":408,"yPos":270,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":91.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":225,"height":183,"resume":false,"useHandCursor":true,"id":"6Fr6Ng0F5sf"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"background":{"type":"swf","imagedata":{"assetId":121,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"63ZR8L1H7W7","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WtnsfBfu4Y"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HLXJpzrTng"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62qGp76e8nR"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5f9QYwz4DjR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5f9QYwz4DjR.6UAiqdONabz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5f9QYwz4DjR.6KZL40fwzuU"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"5f9QYwz4DjR"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":111,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":640,"yPos":345,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":83,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":166,"bottom":120,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":464}},"html5data":{"xPos":0,"yPos":0,"width":166,"height":120,"strokewidth":0}},"width":166,"height":120,"resume":false,"useHandCursor":true,"id":"5WtnsfBfu4Y"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":112,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":47,"yPos":345,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":80,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":160,"bottom":120,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":466}},"html5data":{"xPos":0,"yPos":0,"width":160,"height":120,"strokewidth":0}},"width":160,"height":120,"resume":false,"useHandCursor":true,"id":"6HLXJpzrTng"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":113,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":442,"yPos":345,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":83,"rotateYPos":60,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":166,"bottom":120,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":464}},"html5data":{"xPos":0,"yPos":0,"width":166,"height":120,"strokewidth":0}},"width":166,"height":120,"resume":false,"useHandCursor":true,"id":"62qGp76e8nR"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6UAiqdONabz_-1913599061","id":"01","linkId":"txt__default_6UAiqdONabz","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":200,"height":173,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HOUX\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Feuilles et baies rouge toxiques\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":173,"bottom":73,"pngfb":false,"pr":{"l":"Lib","i":477}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":91,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":228,"bottom":185,"altText":"HOUX\\nFeuilles et baies rouge toxiques\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":476}},"html5data":{"xPos":-2,"yPos":-2,"width":230,"height":187,"strokewidth":3}},"width":226,"height":183,"resume":false,"useHandCursor":true,"id":"6UAiqdONabz"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":119,"id":"01","url":"story_content/5mHDuFk2I6n_RFF817D.png","type":"normal","altText":"deaths-head-g054aeb238_1280.png","width":242,"height":223,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":40,"yPos":73,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":54.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":119,"bottom":109,"altText":"deaths-head-g054aeb238_1280.png","pngfb":false,"pr":{"l":"Lib","i":478}},"html5data":{"xPos":0,"yPos":0,"width":119,"height":109,"strokewidth":0}},"width":119,"height":109,"resume":false,"useHandCursor":true,"id":"6KZL40fwzuU"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":208,"yPos":270,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":113,"rotateYPos":91.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":226,"height":183,"resume":false,"useHandCursor":true,"id":"5f9QYwz4DjR"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"background":{"type":"swf","imagedata":{"assetId":123,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6RzOVFEgnMX","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]}],"showAnimationId":"","lmsId":"Slide16","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":110,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"61XOHmemRkI","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/62idXSnMZL5.js b/public/zeroaccident/P2/html5/data/js/62idXSnMZL5.js deleted file mode 100644 index 27b5ca1..0000000 --- a/public/zeroaccident/P2/html5/data/js/62idXSnMZL5.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"SUFFOCATION LIT","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":10,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":71,"id":"5wOMIxpW2Qi"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5866,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6QeGATVGvOT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68OXvTV30m0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5wxKcsgCX3b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ZMZpMSmEbB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6A2J5knp6fy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HEg8pbhh9z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6R3k6OlJ17O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6c4iLuHZr73"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lh20DA7KyH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VGLeGMnu3w"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5wOMIxpW2Qi"}},{"kind":"media_play","objRef":{"type":"string","value":"5wOMIxpW2Qi"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5wOMIxpW2Qi"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6QeGATVGvOT_1983886004","id":"01","linkId":"txt__default_6QeGATVGvOT","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":167,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la chambre","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":112,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":262}}}],"shapemaskId":"","xPos":47,"yPos":20,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":44,"altText":"Dans la chambre","pngfb":false,"pr":{"l":"Lib","i":205}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":44,"strokewidth":0}},"width":187,"height":44,"resume":false,"useHandCursor":true,"id":"6QeGATVGvOT"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"68OXvTV30m0_637116980","id":"01","linkId":"txt__default_68OXvTV30m0","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE SUFFOCATION / ETOUFFEMENT","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":23,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":36.585,"descent":8.863,"leading":0,"underlinePosition":-3.067,"underlineThickness":1.533,"xHeight":17.725}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":50,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":657,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":263}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"JE PREVIENS LE RISQUE DE SUFFOCATION / ETOUFFEMENT","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"68OXvTV30m0"},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":65,"id":"01","url":"story_content/6RjAkPAHTlT.jpg","type":"normal","altText":"OIP (6).jpg","width":300,"height":227,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":318,"yPos":256,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":75,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":150,"bottom":114,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":264}},"html5data":{"xPos":0,"yPos":0,"width":150,"height":114,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":150,"bottom":114,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":264}},"html5data":{"xPos":0,"yPos":0,"width":150,"height":114,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":150,"bottom":114,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":265}},"html5data":{"xPos":0,"yPos":0,"width":150,"height":114,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":150,"bottom":114,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":265}},"html5data":{"xPos":0,"yPos":0,"width":150,"height":114,"strokewidth":0}}}],"width":150,"height":114,"resume":true,"useHandCursor":true,"id":"5wxKcsgCX3b","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":66,"id":"01","url":"story_content/6co5LARH9hR.jpg","type":"normal","altText":"OIP (7).jpg","width":302,"height":211,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":510,"yPos":256,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":75.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":151,"bottom":114,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":266}},"html5data":{"xPos":0,"yPos":0,"width":151,"height":114,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":151,"bottom":114,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":266}},"html5data":{"xPos":0,"yPos":0,"width":151,"height":114,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":151,"bottom":114,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":267}},"html5data":{"xPos":0,"yPos":0,"width":151,"height":114,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":151,"bottom":114,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":267}},"html5data":{"xPos":0,"yPos":0,"width":151,"height":114,"strokewidth":0}}}],"width":151,"height":114,"resume":true,"useHandCursor":true,"id":"5ZMZpMSmEbB","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":67,"id":"01","url":"story_content/6dJSdUxWbji.jpg","type":"normal","altText":"hd-wallpaper-g4f8aec248_1280.jpg","width":298,"height":199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":701,"yPos":256,"tabIndex":40,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":74.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":149,"bottom":114,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":268}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":114,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":149,"bottom":114,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":268}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":114,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":149,"bottom":114,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":269}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":114,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":149,"bottom":114,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":269}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":114,"strokewidth":0}}}],"width":149,"height":114,"resume":true,"useHandCursor":true,"id":"6A2J5knp6fy","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":68,"id":"01","url":"story_content/5zVEzrd3BdV.jpg","type":"normal","altText":"knitting-gebe91f778_1920.jpg","width":298,"height":178,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":700,"yPos":380,"tabIndex":41,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":74.5,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":149,"bottom":106,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":106,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":149,"bottom":106,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":106,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":149,"bottom":106,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":106,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":149,"bottom":106,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":0,"yPos":0,"width":149,"height":106,"strokewidth":0}}}],"width":149,"height":106,"resume":true,"useHandCursor":true,"id":"6HEg8pbhh9z","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":69,"id":"01","url":"story_content/5WXbRkBOGtx.jpg","type":"normal","altText":"OIP (8).jpg","width":294,"height":210,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":515,"yPos":381,"tabIndex":43,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":73.5,"rotateYPos":52.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":147,"bottom":105,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":272}},"html5data":{"xPos":0,"yPos":0,"width":147,"height":105,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":147,"bottom":105,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":272}},"html5data":{"xPos":0,"yPos":0,"width":147,"height":105,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":147,"bottom":105,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":273}},"html5data":{"xPos":0,"yPos":0,"width":147,"height":105,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":147,"bottom":105,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":273}},"html5data":{"xPos":0,"yPos":0,"width":147,"height":105,"strokewidth":0}}}],"width":147,"height":105,"resume":true,"useHandCursor":true,"id":"6R3k6OlJ17O","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":70,"id":"01","url":"story_content/6CKruSDDpsn_P_77_0_255_152.jpg","type":"normal","altText":"COUVERTURE.jpg","width":255,"height":152,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":317,"yPos":381,"tabIndex":42,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":152,"bottom":106,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":274}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":106,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":152,"bottom":106,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":274}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":106,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":152,"bottom":106,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":275}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":106,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":152,"bottom":106,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":275}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":106,"strokewidth":0}}}],"width":152,"height":106,"resume":true,"useHandCursor":true,"id":"6c4iLuHZr73","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lh20DA7KyH_959173663","id":"01","linkId":"txt__default_5lh20DA7KyH","type":"acctext","xPos":17,"yPos":5,"xAccOffset":92,"yAccOffset":5,"width":75,"height":728,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"Au moment du coucher, quels objets je ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"retire ","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"du lit pour prévenir les risques d’étouffement \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":107,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ou de suffocation ? ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":31,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 1-Je sélectionne tout ce que je veux retirer\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":56,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 2- Je vérifie","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"rotated90"},"vectortext":{"left":-310,"top":0,"right":391,"bottom":420,"pngfb":false,"pr":{"l":"Lib","i":277}}}],"shapemaskId":"","xPos":537,"yPos":-192,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":54.5,"rotateYPos":369,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-310,"top":-1,"right":391,"bottom":738,"altText":" Au moment du coucher, quels objets je retire du lit pour prévenir les risques d’étouffement \\n ou de suffocation ? \\n 1-Je sélectionne tout ce que je veux retirer\\n 2- Je vérifie","pngfb":false,"pr":{"l":"Lib","i":276}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":739,"strokewidth":0}},"width":109,"height":738,"resume":false,"useHandCursor":true,"id":"5lh20DA7KyH"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6jeAHb3o3Mi_-845027596","id":"01","linkId":"txt__default_6VGLeGMnu3w","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":89,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":280}}}],"shapemaskId":"","xPos":832,"yPos":501,"tabIndex":44,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":278}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":278}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":279}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":279}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":278}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":279}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":279}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":278}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6VGLeGMnu3w","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.5wxKcsgCX3b.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.5ZMZpMSmEbB.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6A2J5knp6fy.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6HEg8pbhh9z.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6c4iLuHZr73.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6R3k6OlJ17O.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6N5Ahx36hpF"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dcskZN08U2_CorrectReview","id":"01","linkId":"5dcskZN08U2_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":45,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5dcskZN08U2_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dcskZN08U2_IncorrectReview","id":"01","linkId":"5dcskZN08U2_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":46,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5dcskZN08U2_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QeGATVGvOT"},{"kind":"objref","type":"string","value":"_parent.68OXvTV30m0"},{"kind":"objref","type":"string","value":"_parent.5wxKcsgCX3b"},{"kind":"objref","type":"string","value":"_parent.5ZMZpMSmEbB"},{"kind":"objref","type":"string","value":"_parent.6A2J5knp6fy"},{"kind":"objref","type":"string","value":"_parent.6HEg8pbhh9z"},{"kind":"objref","type":"string","value":"_parent.6R3k6OlJ17O"},{"kind":"objref","type":"string","value":"_parent.6c4iLuHZr73"},{"kind":"objref","type":"string","value":"_parent.5lh20DA7KyH"},{"kind":"objref","type":"string","value":"_parent.6VGLeGMnu3w"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":129389,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66D49BCFYly"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6CylHOVIabd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bRN5otJM9A"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GoW8GLvrz3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66lHm6WkrEY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69Y5ICvTIgp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ptYbvo3P85"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YAgiTZwh16"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6oRv4zJ5sq3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nfVjzuG5qx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6SBjqgoPQY4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6a3MJWQHaSd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6auApK89VQh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"63XLQ1fQlm4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6ALeS7XbRgr"}},{"kind":"media_play","objRef":{"type":"string","value":"6ALeS7XbRgr"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6ALeS7XbRgr"}}]},{"kind":"ontimelinetick","time":9500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HWyn2pdqgj"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"66D49BCFYly_-2029672550","id":"01","linkId":"txt__default_66D49BCFYly","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":523,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":535,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":256}}}],"shapemaskId":"","xPos":283,"yPos":352,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":274.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":549,"bottom":36,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":281}},"html5data":{"xPos":0,"yPos":0,"width":549,"height":36,"strokewidth":0}},"width":549,"height":36,"resume":true,"useHandCursor":true,"id":"66D49BCFYly"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6CylHOVIabd_1585355489","id":"01","linkId":"txt__default_6CylHOVIabd","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":146,"height":28,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX FAIRE MIEUX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#002060","linkColor":"#002060","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":159,"bottom":33,"pngfb":false,"pr":{"l":"Lib","i":283}}}],"shapemaskId":"","xPos":367,"yPos":91,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":86,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":172,"bottom":38,"altText":"JE PEUX FAIRE MIEUX !","pngfb":false,"pr":{"l":"Lib","i":282}},"html5data":{"xPos":0,"yPos":0,"width":172,"height":38,"strokewidth":0}},"width":172,"height":38,"resume":true,"useHandCursor":true,"id":"6CylHOVIabd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"61zN2ZMVQpE_855266526","id":"01","linkId":"txt__default_6bRN5otJM9A","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":102,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":97,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":289}}},{"kind":"textdata","uniqueId":"6GpSNY1Lpqt_1815711563","id":"02","linkId":"txt__default_Disabled_6bRN5otJM9A","type":"acctext","xPos":4,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":104,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":837,"yPos":341,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":114,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":284}},"html5data":{"xPos":-1,"yPos":-1,"width":115,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":285}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":285}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":286}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":287}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":287}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":288}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":112,"height":32,"resume":true,"useHandCursor":true,"id":"6bRN5otJM9A","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GoW8GLvrz3_-322335907","id":"01","linkId":"txt__default_6GoW8GLvrz3","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":549,"height":152,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (boire , manger, DORMIR)!\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":136,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" J’aménage un lieu de sommeil sobre et couche mon enfant sur le dos\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie les équipements de puériculture aux normes de sécurité NF","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":71,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":531,"bottom":193,"pngfb":false,"pr":{"l":"Lib","i":291}}}],"shapemaskId":"","xPos":367,"yPos":132,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":284.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":569,"bottom":193,"altText":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (boire , manger, DORMIR)!\\n\\n2 bons réflèxes:\\n J’aménage un lieu de sommeil sobre et couche mon enfant sur le dos\\n\\n\\n\\n\\nJe privilégie les équipements de puériculture aux normes de sécurité NF","pngfb":false,"pr":{"l":"Lib","i":290}},"html5data":{"xPos":0,"yPos":0,"width":569,"height":158,"strokewidth":0}},"width":569,"height":158,"resume":true,"useHandCursor":true,"id":"6GoW8GLvrz3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6HWyn2pdqgj_-1600170023","id":"01","linkId":"txt__default_6HWyn2pdqgj","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":32,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"baseSpanStyle":{"foregroundColor":"#53575E","linkColor":"#0563C1"},"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"baseSpanStyle":{"foregroundColor":"#53575E","linkColor":"#0563C1"},"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":139,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":293}}}],"shapemaskId":"","xPos":798,"yPos":252,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":156,"bottom":44,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":292}},"html5data":{"xPos":-2,"yPos":-2,"width":158,"height":46,"strokewidth":3}},"width":153,"height":42,"resume":true,"useHandCursor":true,"id":"6HWyn2pdqgj"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":65,"id":"01","url":"story_content/6RjAkPAHTlT.jpg","type":"normal","altText":"OIP (6).jpg","width":300,"height":227,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":461,"yPos":255,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23.5,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":295}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}}],"width":47,"height":35,"resume":true,"useHandCursor":true,"id":"66lHm6WkrEY","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":66,"id":"01","url":"story_content/6co5LARH9hR.jpg","type":"normal","altText":"OIP (7).jpg","width":302,"height":211,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":517,"yPos":255,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23.5,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":297}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}}],"width":47,"height":35,"resume":true,"useHandCursor":true,"id":"69Y5ICvTIgp","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":67,"id":"01","url":"story_content/6dJSdUxWbji.jpg","type":"normal","altText":"hd-wallpaper-g4f8aec248_1280.jpg","width":298,"height":199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":581,"yPos":255,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":299}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}}}],"width":46,"height":35,"resume":true,"useHandCursor":true,"id":"6ptYbvo3P85","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":68,"id":"01","url":"story_content/5zVEzrd3BdV.jpg","type":"normal","altText":"knitting-gebe91f778_1920.jpg","width":298,"height":178,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":636,"yPos":255,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":301}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}}}],"width":49,"height":35,"resume":true,"useHandCursor":true,"id":"6YAgiTZwh16","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":70,"id":"01","url":"story_content/6CKruSDDpsn_P_77_0_255_152.jpg","type":"normal","altText":"COUVERTURE.jpg","width":255,"height":152,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":701,"yPos":255,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":25,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":303}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}}}],"width":50,"height":35,"resume":true,"useHandCursor":true,"id":"6oRv4zJ5sq3","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":452,"yPos":245,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6nfVjzuG5qx"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":508,"yPos":245,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6SBjqgoPQY4"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":572,"yPos":245,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6a3MJWQHaSd"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":634,"yPos":245,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6auApK89VQh"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":692,"yPos":245,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"63XLQ1fQlm4"}],"audiolib":[{"kind":"audio","assetId":73,"id":"6ALeS7XbRgr"},{"kind":"audio","assetId":74,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"5oHOnR3MB5R","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QeGATVGvOT"},{"kind":"objref","type":"string","value":"_parent.68OXvTV30m0"},{"kind":"objref","type":"string","value":"_parent.5wxKcsgCX3b"},{"kind":"objref","type":"string","value":"_parent.5ZMZpMSmEbB"},{"kind":"objref","type":"string","value":"_parent.6A2J5knp6fy"},{"kind":"objref","type":"string","value":"_parent.6HEg8pbhh9z"},{"kind":"objref","type":"string","value":"_parent.6R3k6OlJ17O"},{"kind":"objref","type":"string","value":"_parent.6c4iLuHZr73"},{"kind":"objref","type":"string","value":"_parent.5lh20DA7KyH"},{"kind":"objref","type":"string","value":"_parent.6VGLeGMnu3w"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":24000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"60q8eVtRgpD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mUtaUIr6zs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PaQgKwI26U"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5X4dsjDNAqi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XNawMCcm1M"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XYnhJtg3rq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bVecjitU4E"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66to1j4rM8I"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PebF7kzruB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nwD1HZ0Asx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6M8xlRPFoew"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"601rst5hkcn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ViIbM7zmol"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6asjbbdR6EC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"67K8zyFiWBV"}},{"kind":"media_play","objRef":{"type":"string","value":"67K8zyFiWBV"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"67K8zyFiWBV"}}]},{"kind":"ontimelinetick","time":9750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XHTXxfOql2"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6Ze26wQAuaK_-1683239302","id":"01","linkId":"txt__default_60q8eVtRgpD","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":98,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":95,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":306}}},{"kind":"textdata","uniqueId":"5bOuL4S8FeY_1927431857","id":"02","linkId":"txt__default_Disabled_60q8eVtRgpD","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":98,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":843,"yPos":336,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":54,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":305}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":108,"height":32,"resume":true,"useHandCursor":true,"id":"60q8eVtRgpD","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6mUtaUIr6zs_1820985435","id":"01","linkId":"txt__default_6mUtaUIr6zs","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":175,"height":28,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LES BONS CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"foregroundColor":"#002060","linkColor":"#002060","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":188,"bottom":33,"pngfb":false,"pr":{"l":"Lib","i":308}}}],"shapemaskId":"","xPos":387,"yPos":96,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":201,"bottom":38,"altText":"J’AI FAIT LES BONS CHOIX !","pngfb":false,"pr":{"l":"Lib","i":307}},"html5data":{"xPos":0,"yPos":0,"width":201,"height":38,"strokewidth":0}},"width":201,"height":38,"resume":true,"useHandCursor":true,"id":"6mUtaUIr6zs"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PaQgKwI26U_2081304962","id":"01","linkId":"txt__default_6PaQgKwI26U","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":532,"height":266,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (boire , manger, DORMIR)!\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":136,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’aménage un lieu de sommeil sobre et couche mon enfant sur le dos\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":67,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie les équipements de puériculture aux normes de sécurité NF\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":72,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":531,"bottom":193,"pngfb":false,"pr":{"l":"Lib","i":310}}}],"shapemaskId":"","xPos":387,"yPos":131,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":276,"rotateYPos":136,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":552,"bottom":272,"altText":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (boire , manger, DORMIR)!\\n\\n2 bons réflèxes: \\nJ’aménage un lieu de sommeil sobre et couche mon enfant sur le dos\\n\\n\\n\\n\\nJe privilégie les équipements de puériculture aux normes de sécurité NF\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":309}},"html5data":{"xPos":0,"yPos":0,"width":552,"height":272,"strokewidth":0}},"width":552,"height":272,"resume":true,"useHandCursor":true,"id":"6PaQgKwI26U"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6XHTXxfOql2_45604726","id":"01","linkId":"txt__default_6XHTXxfOql2","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":32,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"baseSpanStyle":{"foregroundColor":"#53575E","linkColor":"#0563C1"},"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"baseSpanStyle":{"foregroundColor":"#53575E","linkColor":"#0563C1"},"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":139,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":293}}}],"shapemaskId":"","xPos":798,"yPos":251,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":156,"bottom":44,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":292}},"html5data":{"xPos":-2,"yPos":-2,"width":158,"height":46,"strokewidth":3}},"width":153,"height":42,"resume":true,"useHandCursor":true,"id":"6XHTXxfOql2"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":65,"id":"01","url":"story_content/6RjAkPAHTlT.jpg","type":"normal","altText":"OIP (6).jpg","width":300,"height":227,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":461,"yPos":253,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23.5,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":295}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}}],"width":47,"height":35,"resume":true,"useHandCursor":true,"id":"5X4dsjDNAqi","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":66,"id":"01","url":"story_content/6co5LARH9hR.jpg","type":"normal","altText":"OIP (7).jpg","width":302,"height":211,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":517,"yPos":253,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23.5,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":297}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":47,"bottom":35,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":35,"strokewidth":0}}}],"width":47,"height":35,"resume":true,"useHandCursor":true,"id":"6XNawMCcm1M","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":67,"id":"01","url":"story_content/6dJSdUxWbji.jpg","type":"normal","altText":"hd-wallpaper-g4f8aec248_1280.jpg","width":298,"height":199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":581,"yPos":253,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":299}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":46,"bottom":35,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":0,"yPos":0,"width":46,"height":35,"strokewidth":0}}}],"width":46,"height":35,"resume":true,"useHandCursor":true,"id":"6XYnhJtg3rq","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":68,"id":"01","url":"story_content/5zVEzrd3BdV.jpg","type":"normal","altText":"knitting-gebe91f778_1920.jpg","width":298,"height":178,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":636,"yPos":253,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":301}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":49,"bottom":35,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":35,"strokewidth":0}}}],"width":49,"height":35,"resume":true,"useHandCursor":true,"id":"6bVecjitU4E","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":70,"id":"01","url":"story_content/6CKruSDDpsn_P_77_0_255_152.jpg","type":"normal","altText":"COUVERTURE.jpg","width":255,"height":152,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":701,"yPos":253,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":25,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":303}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":50,"bottom":35,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":35,"strokewidth":0}}}],"width":50,"height":35,"resume":true,"useHandCursor":true,"id":"66to1j4rM8I","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":452,"yPos":243,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6PebF7kzruB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":508,"yPos":243,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6nwD1HZ0Asx"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":572,"yPos":243,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6M8xlRPFoew"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":634,"yPos":243,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"601rst5hkcn"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":72,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":35,"height":40,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":692,"yPos":243,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":18,"bottom":20,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":0,"yPos":0,"width":18,"height":20,"strokewidth":0}},"width":18,"height":20,"resume":true,"useHandCursor":true,"id":"6ViIbM7zmol"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6asjbbdR6EC_-839896845","id":"01","linkId":"txt__default_6asjbbdR6EC","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":513,"height":39,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":525,"bottom":44,"pngfb":false,"pr":{"l":"Lib","i":312}}}],"shapemaskId":"","xPos":301,"yPos":334,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":269.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":539,"bottom":49,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":311}},"html5data":{"xPos":0,"yPos":0,"width":539,"height":49,"strokewidth":0}},"width":539,"height":49,"resume":true,"useHandCursor":true,"id":"6asjbbdR6EC"}],"audiolib":[{"kind":"audio","assetId":75,"id":"67K8zyFiWBV"},{"kind":"audio","assetId":76,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6nYWkRxlPJa","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide10","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":64,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"62idXSnMZL5","actionGroups":{"ReviewInt_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5wxKcsgCX3b"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5ZMZpMSmEbB"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6A2J5knp6fy"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6HEg8pbhh9z"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6c4iLuHZr73"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6R3k6OlJ17O"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dcskZN08U2_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dcskZN08U2_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5dcskZN08U2","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns10110000001"}]}]},"ReviewIntCorrectIncorrect_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5wxKcsgCX3b"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5ZMZpMSmEbB"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6A2J5knp6fy"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6HEg8pbhh9z"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6c4iLuHZr73"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6R3k6OlJ17O"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5dcskZN08U2"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"DisableChoices_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5wxKcsgCX3b"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5ZMZpMSmEbB"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6A2J5knp6fy"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6HEg8pbhh9z"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6c4iLuHZr73"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6R3k6OlJ17O"},"enabled":{"type":"boolean","value":false}}]},"5dcskZN08U2_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5dcskZN08U2"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6N5Ahx36hpF.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5dcskZN08U2"}]}]}]}]},"SetLayout_pxabnsnfns10110000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"NavigationRestrictionNextSlide_62idXSnMZL5":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6LAIvhlx5ek"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6LAIvhlx5ek"}}]}]},"NavigationRestrictionPreviousSlide_62idXSnMZL5":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns10110000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5dcskZN08U2","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5dcskZN08U2"}],"elseActions":[{"kind":"exe_actiongroup","id":"5dcskZN08U2_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5dcskZN08U2","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5dcskZN08U2","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5dcskZN08U2","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5dcskZN08U2","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_62idXSnMZL5"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_62idXSnMZL5"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/694mw7yIglY.js b/public/zeroaccident/P2/html5/data/js/694mw7yIglY.js deleted file mode 100644 index d835fbf..0000000 --- a/public/zeroaccident/P2/html5/data/js/694mw7yIglY.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"NOYADE SDB","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":6,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":33,"id":"61Fpan8YJ26"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":20750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YbVxIHfKSs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qDCTgTZWfA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO.5j1cbwDpSl9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OuD6dc8w4w"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5g6MZaOFeyE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ppPFJrqyqA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6c9R73EO4OG"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"61Fpan8YJ26"}},{"kind":"media_play","objRef":{"type":"string","value":"61Fpan8YJ26"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"61Fpan8YJ26"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":353,"yPos":129,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":127.5,"rotateYPos":150,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":258,"bottom":302,"altText":"Rectangle 1","pngfb":false,"pr":{"l":"Lib","i":130}},"html5data":{"xPos":-1,"yPos":-1,"width":259,"height":303,"strokewidth":1}},"width":256,"height":301,"resume":false,"useHandCursor":true,"id":"6YbVxIHfKSs"},{"kind":"vectorshape","rotation":180,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":32,"id":"01","url":"story_content/5xiBxsKAwas.jpg","type":"normal","width":128,"height":128,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":353,"yPos":430,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":128,"rotateYPos":44,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":257,"bottom":90,"altText":"Round Same Side Corner 1","pngfb":false,"pr":{"l":"Lib","i":131}},"html5data":{"xPos":-2,"yPos":-2,"width":259,"height":92,"strokewidth":1}},"width":256,"height":88,"resume":false,"useHandCursor":true,"id":"5qDCTgTZWfA"},{"kind":"scrollarea","contentwidth":249,"contentheight":88,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6AyamXNp2O3_892857197","id":"01","linkId":"txt__default_5j1cbwDpSl9","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":153,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Faux","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","justification":"left","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":79,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":137}}}],"shapemaskId":"","xPos":24,"yPos":44,"tabIndex":22,"tabEnabled":true,"radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":134}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":134}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":134}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":136}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":136}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":136}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}}],"width":225,"height":44,"resume":true,"useHandCursor":true,"id":"5j1cbwDpSl9","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6NhRz3aIB77.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6NhRz3aIB77._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6NhRz3aIB77"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6pbBiDUTvaB_906526099","id":"01","linkId":"txt__default_6NhRz3aIB77","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":153,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vrai","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","justification":"left","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":74,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":143}}}],"shapemaskId":"","xPos":24,"yPos":0,"tabIndex":21,"tabEnabled":true,"radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":138}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":138}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":139}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":139}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":140}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":140}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":139}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":141}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":141}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":141}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":142}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":142}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":142}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}}],"width":225,"height":44,"resume":true,"useHandCursor":true,"id":"6NhRz3aIB77","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.5j1cbwDpSl9.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.5j1cbwDpSl9._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.5j1cbwDpSl9"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"shuffle":false,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":false,"useHandCursor":true,"id":""}],"shapemaskId":"","xPos":345,"yPos":304,"tabIndex":20,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":225,"height":114,"strokewidth":0}},"width":249,"height":114,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":250,"bottom":115,"altText":"Vrai / Faux","pngfb":false,"pr":{"l":"Lib","i":132}}},"id":"6PTrxUIN1eO"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OuD6dc8w4w_-1578247304","id":"01","linkId":"txt__default_6OuD6dc8w4w","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la salle de bain","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":135,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":145}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans la salle de bain","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6OuD6dc8w4w"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5g6MZaOFeyE_1160325115","id":"01","linkId":"txt__default_5g6MZaOFeyE","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":844,"height":45,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LA NOYADE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":294,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":147}}}],"shapemaskId":"","xPos":43,"yPos":78,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":432,"rotateYPos":25.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":864,"bottom":51,"altText":"JE PREVIENS LA NOYADE","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":864,"height":51,"strokewidth":0}},"width":864,"height":51,"resume":false,"useHandCursor":true,"id":"5g6MZaOFeyE"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ppPFJrqyqA_-26323764","id":"01","linkId":"txt__default_5ppPFJrqyqA","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":227,"height":95,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Mon enfant peut se noyer alors qu’il n’y a que 15 centimètres d’eau dans la baignoire .","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":88,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":245,"bottom":100,"pngfb":false,"pr":{"l":"Lib","i":149}}}],"shapemaskId":"","xPos":353,"yPos":168,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":126.5,"rotateYPos":52.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":253,"bottom":105,"altText":"Mon enfant peut se noyer alors qu’il n’y a que 15 centimètres d’eau dans la baignoire .","pngfb":false,"pr":{"l":"Lib","i":148}},"html5data":{"xPos":0,"yPos":0,"width":253,"height":105,"strokewidth":0}},"width":253,"height":105,"resume":false,"useHandCursor":true,"id":"5ppPFJrqyqA"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6SilGjqrzrk_1389911114","id":"01","linkId":"txt__default_6c9R73EO4OG","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":155}}}],"shapemaskId":"","xPos":832,"yPos":501,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":151}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":151}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":153}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6c9R73EO4OG","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6PTrxUIN1eO.6NhRz3aIB77.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6PTrxUIN1eO.5j1cbwDpSl9.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6fGYG9vYmSo"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PTrxUIN1eO_CorrectReview","id":"01","linkId":"6PTrxUIN1eO_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6PTrxUIN1eO_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PTrxUIN1eO_IncorrectReview","id":"01","linkId":"6PTrxUIN1eO_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6PTrxUIN1eO_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.6NhRz3aIB77"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.5j1cbwDpSl9"},{"kind":"objref","type":"string","value":"_parent.6YbVxIHfKSs"},{"kind":"objref","type":"string","value":"_parent.5qDCTgTZWfA"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO"},{"kind":"objref","type":"string","value":"_parent.6OuD6dc8w4w"},{"kind":"objref","type":"string","value":"_parent.5g6MZaOFeyE"},{"kind":"objref","type":"string","value":"_parent.5ppPFJrqyqA"},{"kind":"objref","type":"string","value":"_parent.6c9R73EO4OG"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":131082,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"60HUfZINj5c"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eyaHPRnzMU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YquMH46G21"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UjpHHYl5Lc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5tbojdoFxZ7"}},{"kind":"media_play","objRef":{"type":"string","value":"5tbojdoFxZ7"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5tbojdoFxZ7"}}]},{"kind":"ontimelinetick","time":6250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eb6txY8vvd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6infFCnpRtM"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"60HUfZINj5c_-640804845","id":"01","linkId":"txt__default_60HUfZINj5c","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":551,"height":33,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":141,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":157}}}],"shapemaskId":"","xPos":369,"yPos":85,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":283.5,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":567,"bottom":39,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":156}},"html5data":{"xPos":0,"yPos":0,"width":567,"height":39,"strokewidth":0}},"width":567,"height":39,"resume":false,"useHandCursor":true,"id":"60HUfZINj5c"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6hLaDD6Vb9m_-763312548","id":"01","linkId":"txt__default_5eyaHPRnzMU","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":122,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Amiri Quran Charset0_vA096D8656\\",\\"Amiri Quran\\"","fontSize":14,"ascent":33.861,"descent":11.849,"leading":0,"underlinePosition":-10.491,"underlineThickness":0.93,"xHeight":7.374}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":163}}}],"shapemaskId":"","xPos":817,"yPos":335,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":158}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5eyaHPRnzMU","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6YquMH46G21_1474205862","id":"01","linkId":"txt__default_6YquMH46G21","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":562,"height":186,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"5 cm d’eau suffisent à une noyade !","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}},{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"La noyade est la première cause de mortalité des enfants entre 1 et 4 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je surveille mon enfant dans l’eau de façon permanente et rapprochée\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":69,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Aucun dispositif de sécurité ne remplace ma vigilance","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":53,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":573,"bottom":187,"pngfb":false,"pr":{"l":"Lib","i":165}}}],"shapemaskId":"","xPos":363,"yPos":117,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":289,"rotateYPos":96,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":578,"bottom":192,"altText":"5 cm d’eau suffisent à une noyade !\\nLa noyade est la première cause de mortalité des enfants entre 1 et 4 ans ! \\n\\n2 bons réflexes: \\nJe surveille mon enfant dans l’eau de façon permanente et rapprochée\\n\\nAucun dispositif de sécurité ne remplace ma vigilance","pngfb":false,"pr":{"l":"Lib","i":164}},"html5data":{"xPos":0,"yPos":0,"width":578,"height":192,"strokewidth":0}},"width":578,"height":192,"resume":false,"useHandCursor":true,"id":"6YquMH46G21"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":868,"yPos":253,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"6eb6txY8vvd"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6UjpHHYl5Lc_-755270295","id":"01","linkId":"txt__default_6UjpHHYl5Lc","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":487,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":120,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":467,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":167}}}],"shapemaskId":"","xPos":292,"yPos":351,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":256.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":513,"bottom":36,"altText":"Source: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","pngfb":false,"pr":{"l":"Lib","i":166}},"html5data":{"xPos":0,"yPos":0,"width":513,"height":36,"strokewidth":0}},"width":513,"height":36,"resume":false,"useHandCursor":true,"id":"6UjpHHYl5Lc"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6infFCnpRtM_-331005432","id":"01","linkId":"txt__default_6infFCnpRtM","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":169}}}],"shapemaskId":"","xPos":360,"yPos":316,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":54.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":109,"bottom":30,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":168}},"html5data":{"xPos":0,"yPos":0,"width":109,"height":30,"strokewidth":0}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"6infFCnpRtM","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"story_content/external_files/a3_noyade_enfants-2.pdf","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]}],"audiolib":[{"kind":"audio","assetId":34,"id":"5tbojdoFxZ7"},{"kind":"audio","assetId":35,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5V8Ct5xJtNW","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.6NhRz3aIB77"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.5j1cbwDpSl9"},{"kind":"objref","type":"string","value":"_parent.6YbVxIHfKSs"},{"kind":"objref","type":"string","value":"_parent.5qDCTgTZWfA"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO"},{"kind":"objref","type":"string","value":"_parent.6OuD6dc8w4w"},{"kind":"objref","type":"string","value":"_parent.5g6MZaOFeyE"},{"kind":"objref","type":"string","value":"_parent.5ppPFJrqyqA"},{"kind":"objref","type":"string","value":"_parent.6c9R73EO4OG"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6daObbBAb2Q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yR6O860du4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZZxiYxfU8K"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nd1R122Lvn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6MNa8vkuMX4"}},{"kind":"media_play","objRef":{"type":"string","value":"6MNa8vkuMX4"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6MNa8vkuMX4"}}]},{"kind":"ontimelinetick","time":6250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQnUdu6yYz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Vj2zcUZT3o"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6daObbBAb2Q_1704458115","id":"01","linkId":"txt__default_6daObbBAb2Q","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":549,"height":180,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"La noyade est la première cause de mortalité des enfants entre 1 et 4 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":14,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je surveille mon enfant dans l’eau de façon permanente et rapprochée \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Aucun dispositif de sécurité ne remplace ma vigilance","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":53,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":559,"bottom":184,"pngfb":false,"pr":{"l":"Lib","i":171}}}],"shapemaskId":"","xPos":385,"yPos":117,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":282.5,"rotateYPos":93,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":565,"bottom":186,"altText":"La noyade est la première cause de mortalité des enfants entre 1 et 4 ans ! \\n\\n2 bons réflexes: \\nJe surveille mon enfant dans l’eau de façon permanente et rapprochée \\n\\nAucun dispositif de sécurité ne remplace ma vigilance","pngfb":false,"pr":{"l":"Lib","i":170}},"html5data":{"xPos":0,"yPos":0,"width":565,"height":186,"strokewidth":0}},"width":565,"height":186,"resume":false,"useHandCursor":true,"id":"6daObbBAb2Q"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6FQnUdu6yYz_-516815434","id":"01","linkId":"txt__default_6FQnUdu6yYz","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":169}}}],"shapemaskId":"","xPos":384,"yPos":320,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":54.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":109,"bottom":30,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":168}},"html5data":{"xPos":0,"yPos":0,"width":109,"height":30,"strokewidth":0}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"6FQnUdu6yYz","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/IMG/pdf/a3_noyade_enfants-2.pdf","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6nNppM6mVl3_-977157033","id":"01","linkId":"txt__default_5yR6O860du4","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":178}}},{"kind":"textdata","uniqueId":"6UT3YwF9QhY_-1256519675","id":"02","linkId":"txt__default_Disabled_5yR6O860du4","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":828,"yPos":336,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":115,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":172}},"html5data":{"xPos":0,"yPos":0,"width":115,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":115,"height":32,"resume":true,"useHandCursor":true,"id":"5yR6O860du4","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZZxiYxfU8K_292844819","id":"01","linkId":"txt__default_6ZZxiYxfU8K","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":447,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":120,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":453,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":181}}}],"shapemaskId":"","xPos":339,"yPos":349,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":236.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":473,"bottom":36,"altText":"Source: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","pngfb":false,"pr":{"l":"Lib","i":180}},"html5data":{"xPos":0,"yPos":0,"width":473,"height":36,"strokewidth":0}},"width":473,"height":36,"resume":false,"useHandCursor":true,"id":"6ZZxiYxfU8K"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6nd1R122Lvn_-872872606","id":"01","linkId":"txt__default_6nd1R122Lvn","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":454,"height":24,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX ! ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":25,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":152,"bottom":29,"pngfb":false,"pr":{"l":"Lib","i":183}}}],"shapemaskId":"","xPos":381,"yPos":80,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":240,"rotateYPos":17,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":480,"bottom":34,"altText":"J’AI FAIT LE BON CHOIX ! ","pngfb":false,"pr":{"l":"Lib","i":182}},"html5data":{"xPos":0,"yPos":0,"width":480,"height":34,"strokewidth":0}},"width":480,"height":34,"resume":false,"useHandCursor":true,"id":"6nd1R122Lvn"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":874,"yPos":201,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"6Vj2zcUZT3o"}],"audiolib":[{"kind":"audio","assetId":36,"id":"6MNa8vkuMX4"},{"kind":"audio","assetId":37,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5vZjrumQPRf","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide6","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":31,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"694mw7yIglY","actionGroups":{"ReviewInt_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.5j1cbwDpSl9"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6PTrxUIN1eO","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6PTrxUIN1eO.6NhRz3aIB77.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"}}]},{"kind":"adjustvar","variable":"6PTrxUIN1eO.6NhRz3aIB77._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6PTrxUIN1eO.6NhRz3aIB77._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6PTrxUIN1eO.6NhRz3aIB77._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6PTrxUIN1eO.6NhRz3aIB77.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.5j1cbwDpSl9"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"6PTrxUIN1eO.6NhRz3aIB77.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6PTrxUIN1eO.5j1cbwDpSl9.ActGrpSetDisabledState"}]},"6PTrxUIN1eO_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6PTrxUIN1eO"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6PTrxUIN1eO"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_694mw7yIglY":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6Sal6CIdrQA"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6Sal6CIdrQA"}}]}]},"NavigationRestrictionPreviousSlide_694mw7yIglY":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6PTrxUIN1eO","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6PTrxUIN1eO"}],"elseActions":[{"kind":"exe_actiongroup","id":"6PTrxUIN1eO_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6PTrxUIN1eO","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6PTrxUIN1eO","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6PTrxUIN1eO","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6PTrxUIN1eO","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_694mw7yIglY"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_694mw7yIglY"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6AinT2WqVAs.js b/public/zeroaccident/P2/html5/data/js/6AinT2WqVAs.js deleted file mode 100644 index bd6fb98..0000000 --- a/public/zeroaccident/P2/html5/data/js/6AinT2WqVAs.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"TABLE A LANGER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":5,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":21,"id":"5pQVKpSq3Qe"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rNCwjhpqT7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rNCwjhpqT7.5lKernnq5H1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rNCwjhpqT7.63q7CLilpcc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5zF51j8y0fT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6duEXMIvN1e"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mZkE8AN8IN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pQVKpSq3Qe"}},{"kind":"media_play","objRef":{"type":"string","value":"5pQVKpSq3Qe"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5pQVKpSq3Qe"}}]}]},"objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":45,"rotateYPos":42,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":92,"bottom":87,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":62}},"html5data":{"xPos":-1,"yPos":-1,"width":93,"height":88,"strokewidth":1}},"width":91,"height":85,"resume":false,"useHandCursor":true,"id":"5lKernnq5H1"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"63q7CLilpcc_812703571","id":"01","linkId":"txt__default_63q7CLilpcc","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":591,"height":75,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Tout beau, Tout propre ! C’est le moment de la toilette.","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"sélectionne ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"dans la liste mes gestes de prévention prioritaires","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":".\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"center","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":452,"bottom":61,"pngfb":false,"pr":{"l":"Lib","i":64}}}],"shapemaskId":"","xPos":46,"yPos":0,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":308.5,"rotateYPos":42.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":618,"bottom":85,"altText":"Tout beau, Tout propre ! C’est le moment de la toilette.\\nJe sélectionne dans la liste mes gestes de prévention prioritaires.\\n","pngfb":false,"pr":{"l":"Lib","i":63}},"html5data":{"xPos":0,"yPos":0,"width":618,"height":85,"strokewidth":0}},"width":617,"height":85,"resume":false,"useHandCursor":true,"id":"63q7CLilpcc"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":297,"yPos":146,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":331.5,"rotateYPos":42.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":663,"height":85,"resume":false,"useHandCursor":true,"id":"5rNCwjhpqT7"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5zF51j8y0fT_-2123788705","id":"01","linkId":"txt__default_5zF51j8y0fT","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’ANTICIPE PLUSIEURS RISQUES","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":28,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":386,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":65}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"J’ANTICIPE PLUSIEURS RISQUES","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"5zF51j8y0fT"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6duEXMIvN1e_942975689","id":"01","linkId":"txt__default_6duEXMIvN1e","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":183,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la salle de bain","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":135,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":61}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":101.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":44,"altText":"Dans la salle de bain","pngfb":false,"pr":{"l":"Lib","i":60}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":44,"strokewidth":0}},"width":203,"height":44,"resume":false,"useHandCursor":true,"id":"6duEXMIvN1e"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5xjuXGm1CPk_1584301895","id":"01","linkId":"txt__default_5mZkE8AN8IN","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":103,"height":29,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Valider","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":86,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":71}}}],"shapemaskId":"","xPos":820,"yPos":499,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":66}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":66}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":67}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":66}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":66}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":67}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":69}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":70}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":70}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}}],"width":113,"height":33,"resume":true,"useHandCursor":true,"id":"5mZkE8AN8IN","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"noteq","valuea":"_parent.6OFCpjXd6l4.5h52fMt9MlK.$SelectedItemData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6OFCpjXd6l4.6H1BlQOV12g.$SelectedItemData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6OFCpjXd6l4.5seCw0fFRc4.$SelectedItemData","typea":"property","valueb":"","typeb":"string"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6YJSlixYO9f"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"scrollarea","contentwidth":927,"contentheight":194,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6gL4aaIdPGu_1733256959","id":"01","linkId":"txt__default_6gL4aaIdPGu","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":341,"height":58,"valign":"center","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"3","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":true,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"-Je garde une main sur mon \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":29,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"enfant…","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":308,"bottom":63,"pngfb":false,"pr":{"l":"Lib","i":74}}}],"shapemaskId":"","xPos":0,"yPos":126,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":463.5,"rotateYPos":34,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":927,"bottom":68,"altText":"3-Je garde une main sur mon \\nenfant…","pngfb":false,"pr":{"l":"Lib","i":73}},"html5data":{"xPos":0,"yPos":0,"width":927,"height":68,"strokewidth":0}},"width":927,"height":68,"resume":true,"useHandCursor":true,"id":"6gL4aaIdPGu"},{"kind":"droplist","shuffle":true,"reviewwidth":278,"reviewindex":2,"shapemaskId":"","xPos":351,"yPos":136,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":278,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"item_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xADFFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"button_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xD5FFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"review_text","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x000000","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt2_5seCw0fFRc4","type":"vectortext","altText":"--Sélectionner--","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":165,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":75}}},"itemlist":[{"kind":"item","itemdata":"choices.choice_6TkvtW15qse","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5h52fMt9MlK_171714406","type":"acctext","altText":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":510,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":519,"bottom":47,"pngfb":false,"pr":{"l":"Lib","i":76}}}},{"kind":"item","itemdata":"choices.choice_5WiAmHUVicm","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6H1BlQOV12g_219363463","type":"acctext","altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":510,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"mettant hors de portée d’enfant, tous les produits d’hygiène.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":77}}}},{"kind":"item","itemdata":"choices.choice_6gL4aaIdPGu","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5seCw0fFRc4_-918347281","type":"acctext","altText":"pour l’empêcher de chuter en se retournant de lui même.","xPos":0,"yPos":0,"xAccOffset":10,"yAccOffset":0,"width":521,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"pour l’empêcher de chuter en se retournant de lui même.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":491,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":78}}}}]},"width":556,"height":48,"resume":true,"useHandCursor":true,"id":"5seCw0fFRc4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6TkvtW15qse_1713888340","id":"01","linkId":"txt__default_6TkvtW15qse","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":338,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":true,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"-Je préviens le risque de chute…","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":351,"bottom":44,"pngfb":false,"pr":{"l":"Lib","i":80}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":463.5,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":927,"bottom":58,"altText":"1-Je préviens le risque de chute…","pngfb":false,"pr":{"l":"Lib","i":79}},"html5data":{"xPos":0,"yPos":0,"width":927,"height":58,"strokewidth":0}},"width":927,"height":58,"resume":true,"useHandCursor":true,"id":"6TkvtW15qse"},{"kind":"droplist","shuffle":true,"reviewwidth":278,"reviewindex":0,"shapemaskId":"","xPos":351,"yPos":5,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":278,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"item_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xADFFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"button_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xD5FFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"review_text","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x000000","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt2_5seCw0fFRc4","type":"vectortext","altText":"--Sélectionner--","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":165,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":75}}},"itemlist":[{"kind":"item","itemdata":"choices.choice_6TkvtW15qse","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5h52fMt9MlK_171714406","type":"acctext","altText":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":510,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":519,"bottom":47,"pngfb":false,"pr":{"l":"Lib","i":76}}}},{"kind":"item","itemdata":"choices.choice_5WiAmHUVicm","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6H1BlQOV12g_219363463","type":"acctext","altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":510,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"mettant hors de portée d’enfant, tous les produits d’hygiène.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":77}}}},{"kind":"item","itemdata":"choices.choice_6gL4aaIdPGu","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5seCw0fFRc4_-918347281","type":"acctext","altText":"pour l’empêcher de chuter en se retournant de lui même.","xPos":0,"yPos":0,"xAccOffset":10,"yAccOffset":0,"width":521,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"pour l’empêcher de chuter en se retournant de lui même.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":491,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":78}}}}]},"width":556,"height":48,"resume":true,"useHandCursor":true,"id":"5h52fMt9MlK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5WiAmHUVicm_-1127155484","id":"01","linkId":"txt__default_5WiAmHUVicm","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":338,"height":58,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"2","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":true,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"-Je préviens le risque d’intoxication en…","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":42,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":247,"bottom":63,"pngfb":false,"pr":{"l":"Lib","i":81}}}],"shapemaskId":"","xPos":0,"yPos":58,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":463.5,"rotateYPos":34,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":927,"bottom":68,"altText":"2-Je préviens le risque d’intoxication en…","pngfb":false,"pr":{"l":"Lib","i":73}},"html5data":{"xPos":0,"yPos":0,"width":927,"height":68,"strokewidth":0}},"width":927,"height":68,"resume":true,"useHandCursor":true,"id":"5WiAmHUVicm"},{"kind":"droplist","shuffle":true,"reviewwidth":278,"reviewindex":1,"shapemaskId":"","xPos":351,"yPos":68,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":278,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"item_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xADFFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"button_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xD5FFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"review_text","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x000000","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt2_5seCw0fFRc4","type":"vectortext","altText":"--Sélectionner--","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":165,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":75}}},"itemlist":[{"kind":"item","itemdata":"choices.choice_6TkvtW15qse","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5h52fMt9MlK_171714406","type":"acctext","altText":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":510,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":519,"bottom":47,"pngfb":false,"pr":{"l":"Lib","i":76}}}},{"kind":"item","itemdata":"choices.choice_5WiAmHUVicm","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6H1BlQOV12g_219363463","type":"acctext","altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":510,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"mettant hors de portée d’enfant, tous les produits d’hygiène.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":77}}}},{"kind":"item","itemdata":"choices.choice_6gL4aaIdPGu","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5seCw0fFRc4_-918347281","type":"acctext","altText":"pour l’empêcher de chuter en se retournant de lui même.","xPos":0,"yPos":0,"xAccOffset":10,"yAccOffset":0,"width":521,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"pour l’empêcher de chuter en se retournant de lui même.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":491,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":78}}}}]},"width":556,"height":48,"resume":true,"useHandCursor":true,"id":"6H1BlQOV12g"}],"shuffle":false,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":false,"useHandCursor":true,"id":""},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5h52fMt9MlK_ReviewShape","id":"01","linkId":"5h52fMt9MlK_ReviewShape","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":280,"bottom":40,"pngfb":false,"pr":{"l":"Lib","i":83}}}],"shapemaskId":"","xPos":638,"yPos":5,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":139,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":280,"bottom":40,"altText":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer.","pngfb":false,"pr":{"l":"Lib","i":82}},"html5data":{"xPos":0,"yPos":0,"width":280,"height":40,"strokewidth":0}},"width":278,"height":48,"resume":false,"useHandCursor":true,"id":"5h52fMt9MlK_ReviewShape"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6H1BlQOV12g_ReviewShape","id":"01","linkId":"6H1BlQOV12g_ReviewShape","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":248,"bottom":46,"pngfb":false,"pr":{"l":"Lib","i":84}}}],"shapemaskId":"","xPos":638,"yPos":68,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":139,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":248,"bottom":46,"altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","pngfb":false,"pr":{"l":"Lib","i":82}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":46,"strokewidth":0}},"width":278,"height":48,"resume":false,"useHandCursor":true,"id":"6H1BlQOV12g_ReviewShape"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5seCw0fFRc4_ReviewShape","id":"01","linkId":"5seCw0fFRc4_ReviewShape","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":246,"bottom":46,"pngfb":false,"pr":{"l":"Lib","i":85}}}],"shapemaskId":"","xPos":638,"yPos":136,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":139,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":246,"bottom":46,"altText":"pour l’empêcher de chuter en se retournant de lui même.","pngfb":false,"pr":{"l":"Lib","i":82}},"html5data":{"xPos":0,"yPos":0,"width":246,"height":46,"strokewidth":0}},"width":278,"height":48,"resume":false,"useHandCursor":true,"id":"5seCw0fFRc4_ReviewShape"}],"shapemaskId":"","xPos":33,"yPos":258,"tabIndex":26,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":463.5,"rotateYPos":107.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":927,"height":215,"strokewidth":0}},"width":927,"height":215,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":927,"bottom":215,"altText":"Appariement : menu déroulant","pngfb":false,"pr":{"l":"Lib","i":72}}},"id":"6OFCpjXd6l4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OFCpjXd6l4_CorrectReview","id":"01","linkId":"6OFCpjXd6l4_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6OFCpjXd6l4_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OFCpjXd6l4_IncorrectReview","id":"01","linkId":"6OFCpjXd6l4_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6OFCpjXd6l4_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5WiAmHUVicm"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6H1BlQOV12g"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6TkvtW15qse"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5h52fMt9MlK"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.5lKernnq5H1"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.63q7CLilpcc"},{"kind":"objref","type":"string","value":"_parent.5zF51j8y0fT"},{"kind":"objref","type":"string","value":"_parent.6duEXMIvN1e"},{"kind":"objref","type":"string","value":"_parent.5mZkE8AN8IN"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6gL4aaIdPGu"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5seCw0fFRc4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dvZiQsZffH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VGaSSEmges"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6W5YdfJ78zU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCM62EG0hF"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"media_play","objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OgGqCoOUBU"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"5kCM62EG0hF"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/5x2J9gL6v3I.png","type":"normal","altText":"toy-gdb761d1e1_1280.png","width":223,"height":242,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":208,"yPos":169,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":112,"bottom":121,"altText":"toy-gdb761d1e1_1280.png","pngfb":false,"pr":{"l":"Lib","i":91}},"html5data":{"xPos":0,"yPos":0,"width":112,"height":121,"strokewidth":0}},"width":112,"height":121,"resume":true,"useHandCursor":true,"id":"6OgGqCoOUBU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6dvZiQsZffH_69785153","id":"01","linkId":"txt__default_6dvZiQsZffH","type":"acctext","xPos":6,"yPos":3,"xAccOffset":6,"yAccOffset":3,"width":563,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Incorrect","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":19.239,"descent":5.273,"leading":0,"underlinePosition":-1.354,"underlineThickness":0.896,"xHeight":9.633}}],"style":{"flowDirection":"leftToRight","justification":"left","tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":93}}}],"shapemaskId":"","xPos":360,"yPos":121,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":33,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"6dvZiQsZffH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5VGaSSEmges_-797905113","id":"01","linkId":"txt__default_5VGaSSEmges","type":"acctext","xPos":6,"yPos":3,"xAccOffset":6,"yAccOffset":3,"width":562,"height":133,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je peux faire mieux. Je rééssaie.","style":{"fontSize":12,"foregroundColor":"#1F497D","linkColor":"#1F497D","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":241,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":95}}}],"shapemaskId":"","xPos":361,"yPos":161,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287,"rotateYPos":69.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":575,"bottom":139,"altText":"Je peux faire mieux. Je rééssaie.","pngfb":false,"pr":{"l":"Lib","i":94}},"html5data":{"xPos":0,"yPos":0,"width":575,"height":139,"strokewidth":0}},"width":574,"height":139,"resume":true,"useHandCursor":true,"id":"5VGaSSEmges"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"678BSWMckE8_319870928","id":"01","linkId":"txt__default_6W5YdfJ78zU","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Réessayer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":101}}}],"shapemaskId":"","xPos":817,"yPos":335,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":97}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":97}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":99}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6W5YdfJ78zU","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"audiolib":[{"kind":"audio","assetId":23,"id":"5yCmF52hkLz"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6SFfi8MCjFN","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5kCM62EG0hF"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5WiAmHUVicm"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6H1BlQOV12g"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6TkvtW15qse"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5h52fMt9MlK"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.5lKernnq5H1"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.63q7CLilpcc"},{"kind":"objref","type":"string","value":"_parent.5zF51j8y0fT"},{"kind":"objref","type":"string","value":"_parent.6duEXMIvN1e"},{"kind":"objref","type":"string","value":"_parent.5mZkE8AN8IN"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6gL4aaIdPGu"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5seCw0fFRc4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":486,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":22500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MoojAf6xWq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66Z0WalJ6RE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6DaspTfPDsf"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5i0SCm9TH8A"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":2250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6XEfQ6yKh2a"}},{"kind":"media_play","objRef":{"type":"string","value":"6XEfQ6yKh2a"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6XEfQ6yKh2a"}}]},{"kind":"ontimelinetick","time":13000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Hc1GYduhd2"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5icz0zQ4riJ"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6MoojAf6xWq_126607064","id":"01","linkId":"txt__default_6MoojAf6xWq","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":559,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":157,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":104}}}],"shapemaskId":"","xPos":352,"yPos":86,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":33,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"6MoojAf6xWq"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5aHALh4nFwG_-566506525","id":"01","linkId":"txt__default_66Z0WalJ6RE","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":97,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":111}}},{"kind":"textdata","uniqueId":"6fpBIjzBAoR_811315309","id":"02","linkId":"txt__default_Disabled_66Z0WalJ6RE","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":104,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":112}}}],"shapemaskId":"","xPos":831,"yPos":347,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":105}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"66Z0WalJ6RE","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6DaspTfPDsf_-1141714265","id":"01","linkId":"txt__default_6DaspTfPDsf","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":570,"height":231,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dès 3 mois , un enfant commence à se retourner par lui même\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":60,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Avant 1 an, la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":95,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"3 bons réflexes:","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Même un bref instant, je ne m’éloigne pas de la table à langer \\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":95,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":575,"bottom":215,"pngfb":false,"pr":{"l":"Lib","i":114}}}],"shapemaskId":"","xPos":352,"yPos":122,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":293,"rotateYPos":118.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":586,"bottom":237,"altText":"Dès 3 mois , un enfant commence à se retourner par lui même\\nAvant 1 an, la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n\\n3 bons réflexes:\\nMême un bref instant, je ne m’éloigne pas de la table à langer \\n\\nJe prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n\\nJe garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler\\n","pngfb":false,"pr":{"l":"Lib","i":113}},"html5data":{"xPos":0,"yPos":0,"width":586,"height":237,"strokewidth":0}},"width":586,"height":237,"resume":true,"useHandCursor":true,"id":"6DaspTfPDsf"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":900,"yPos":216,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":true,"useHandCursor":true,"id":"6Hc1GYduhd2"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":26,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":895,"yPos":254,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":116}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"291"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":true,"useHandCursor":true,"id":"5icz0zQ4riJ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5i0SCm9TH8A_886873094","id":"01","linkId":"txt__default_5i0SCm9TH8A","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":534,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":89,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" (EPAC) sur la période 2014-2018. Santé Publique France","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":416,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":118}}}],"shapemaskId":"","xPos":316,"yPos":342,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":280,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":560,"bottom":36,"altText":"Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante\\n (EPAC) sur la période 2014-2018. Santé Publique France","pngfb":false,"pr":{"l":"Lib","i":117}},"html5data":{"xPos":0,"yPos":0,"width":560,"height":36,"strokewidth":0}},"width":560,"height":36,"resume":true,"useHandCursor":true,"id":"5i0SCm9TH8A"}],"audiolib":[{"kind":"audio","assetId":27,"id":"6XEfQ6yKh2a"},{"kind":"audio","assetId":28,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":973,"height":540,"resume":true,"useHandCursor":false,"id":"6pyOKk92sYh","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5WiAmHUVicm"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6H1BlQOV12g"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6TkvtW15qse"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5h52fMt9MlK"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.5lKernnq5H1"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.63q7CLilpcc"},{"kind":"objref","type":"string","value":"_parent.5zF51j8y0fT"},{"kind":"objref","type":"string","value":"_parent.6duEXMIvN1e"},{"kind":"objref","type":"string","value":"_parent.5mZkE8AN8IN"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6gL4aaIdPGu"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5seCw0fFRc4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":23750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EoZmTe3Tjp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XYR9PCrKmk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nXiHz9MHbT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GpEbmPB4Y6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6mpFYNjON72"}},{"kind":"media_play","objRef":{"type":"string","value":"6mpFYNjON72"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6mpFYNjON72"}}]},{"kind":"ontimelinetick","time":11500,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5UjbzxvoOUd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dWjZTZNBG6"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EoZmTe3Tjp_-1688436712","id":"01","linkId":"txt__default_6EoZmTe3Tjp","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX ! ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":173,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":122}}}],"shapemaskId":"","xPos":384,"yPos":84,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX ! ","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"6EoZmTe3Tjp"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5XYR9PCrKmk_448060623","id":"01","linkId":"txt__default_5XYR9PCrKmk","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":552,"height":231,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dès 3 mois , un enfant commence à se retourner par lui même.\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Avant 1 an, la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":95,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"3 bons réflexes:","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ne m’éloigne pas de la table à langer même un bref instant\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":95,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":552,"bottom":215,"pngfb":false,"pr":{"l":"Lib","i":124}}}],"shapemaskId":"","xPos":384,"yPos":119,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":284,"rotateYPos":118.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":568,"bottom":237,"altText":"Dès 3 mois , un enfant commence à se retourner par lui même.\\nAvant 1 an, la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n\\n3 bons réflexes:\\nJe ne m’éloigne pas de la table à langer même un bref instant\\n\\nJe prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n\\nJe garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler\\n","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":568,"height":237,"strokewidth":0}},"width":568,"height":237,"resume":true,"useHandCursor":true,"id":"5XYR9PCrKmk"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":26,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":888,"yPos":254,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":116}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"291"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":true,"useHandCursor":true,"id":"5UjbzxvoOUd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6GhkssRxyYr_-206351385","id":"01","linkId":"txt__default_6nXiHz9MHbT","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":103,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":126}}},{"kind":"textdata","uniqueId":"6VDFFyezmbB_-2043349590","id":"02","linkId":"txt__default_Disabled_6nXiHz9MHbT","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":103,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":127}}}],"shapemaskId":"","xPos":839,"yPos":338,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":114,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":125}},"html5data":{"xPos":-1,"yPos":-1,"width":115,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":113,"height":32,"resume":true,"useHandCursor":true,"id":"6nXiHz9MHbT","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GpEbmPB4Y6_-1224465856","id":"01","linkId":"txt__default_6GpEbmPB4Y6","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":501,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":90,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"(EPAC) sur la période 2014-2018. Santé Publique France","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":418,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":350,"yPos":339,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":263.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":527,"bottom":36,"altText":"Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante \\n(EPAC) sur la période 2014-2018. Santé Publique France","pngfb":false,"pr":{"l":"Lib","i":128}},"html5data":{"xPos":0,"yPos":0,"width":527,"height":36,"strokewidth":0}},"width":527,"height":36,"resume":true,"useHandCursor":true,"id":"6GpEbmPB4Y6"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":895,"yPos":205,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":true,"useHandCursor":true,"id":"6dWjZTZNBG6"}],"audiolib":[{"kind":"audio","assetId":29,"id":"6mpFYNjON72"},{"kind":"audio","assetId":30,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6KTbIjJju09","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide5","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":20,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6AinT2WqVAs","actionGroups":{"ReviewInt_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6OFCpjXd6l4","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"},"enabled":{"type":"boolean","value":true}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"noteq","valuea":"choices.choice_5h52fMt9MlK","typea":"string","valueb":"6OFCpjXd6l4.5h52fMt9MlK.$SelectedItemData","typeb":"property"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK_ReviewShape"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"noteq","valuea":"choices.choice_6H1BlQOV12g","typea":"string","valueb":"6OFCpjXd6l4.6H1BlQOV12g.$SelectedItemData","typeb":"property"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g_ReviewShape"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"noteq","valuea":"choices.choice_5seCw0fFRc4","typea":"string","valueb":"6OFCpjXd6l4.5seCw0fFRc4.$SelectedItemData","typeb":"property"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4_ReviewShape"}}]}]},"AnsweredInt_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6OFCpjXd6l4"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"},"enabled":{"type":"boolean","value":false}}]},"6OFCpjXd6l4_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6OFCpjXd6l4"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6OFCpjXd6l4"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6AinT2WqVAs":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.694mw7yIglY"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.694mw7yIglY"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.694mw7yIglY"}}]}]},"NavigationRestrictionPreviousSlide_6AinT2WqVAs":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6OFCpjXd6l4","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6OFCpjXd6l4"}],"elseActions":[{"kind":"exe_actiongroup","id":"6OFCpjXd6l4_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6OFCpjXd6l4","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6OFCpjXd6l4","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6OFCpjXd6l4","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6OFCpjXd6l4","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6AinT2WqVAs"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6AinT2WqVAs"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6FEMkStR7zl.js b/public/zeroaccident/P2/html5/data/js/6FEMkStR7zl.js deleted file mode 100644 index 9453a42..0000000 --- a/public/zeroaccident/P2/html5/data/js/6FEMkStR7zl.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"SALLE DE BAIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":4,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide4","width":960,"height":540,"resume":true,"background":{"type":"swf","imagedata":{"assetId":18,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6FEMkStR7zl","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dnYTv3yIkr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JLio60rKVo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6JLAed0ej2f"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ.5UwwXFr7KKE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ.5zdPwvHUB5r"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ.63nTIm9phW5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rTrcxQbe9Y"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6qq1I9TL5PA"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":79,"arrowypos":58,"textLib":[{"kind":"textdata","uniqueId":"69GaaA5q49D_-2026973930","id":"01","linkId":"txt__default_69GaaA5q49D","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":148,"height":37,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":14.251,"descent":3.906,"leading":0,"underlinePosition":-1.003,"underlineThickness":0.664,"xHeight":7.279,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":48}}}],"shapemaskId":"","xPos":-65,"yPos":-44,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":37,"altText":"\\n","pngfb":false,"pr":{"l":"Lib","i":47}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":37,"strokewidth":0}},"width":158,"height":40,"resume":false,"useHandCursor":true,"id":"6dnYTv3yIkr_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6dnYTv3yIkr"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6dnYTv3yIkr"}}],"clickdef":[{"kind":"objref","type":"string","value":"6dnYTv3yIkr"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6dnYTv3yIkr"}}],"clickdef":[{"kind":"objref","type":"string","value":"6dnYTv3yIkr"}]}],"shapemaskId":"","xPos":293,"yPos":448,"tabIndex":13,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6dnYTv3yIkr","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dnYTv3yIkr"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.694mw7yIglY"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":79,"arrowypos":58,"textLib":[{"kind":"textdata","uniqueId":"6Gdgp44gfPv_-1417793973","id":"01","linkId":"txt__default_6Gdgp44gfPv","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":148,"height":37,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":14.251,"descent":3.906,"leading":0,"underlinePosition":-1.003,"underlineThickness":0.664,"xHeight":7.279,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":48}}}],"shapemaskId":"","xPos":-65,"yPos":-44,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":37,"altText":"\\n","pngfb":false,"pr":{"l":"Lib","i":47}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":37,"strokewidth":0}},"width":158,"height":40,"resume":false,"useHandCursor":true,"id":"6JLio60rKVo_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6JLio60rKVo"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6JLio60rKVo"}}],"clickdef":[{"kind":"objref","type":"string","value":"6JLio60rKVo"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6JLio60rKVo"}}],"clickdef":[{"kind":"objref","type":"string","value":"6JLio60rKVo"}]}],"shapemaskId":"","xPos":641,"yPos":210,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6JLio60rKVo","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JLio60rKVo"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6AinT2WqVAs"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5Xk5E60DtRy_74277877","id":"01","linkId":"txt__default_6JLAed0ej2f","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":190,"height":77,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":60,"pngfb":false,"pr":{"l":"Lib","i":54}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":101,"rotateYPos":40.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":51}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":51}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":51}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":51}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":203,"bottom":81,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":81,"strokewidth":0}}}],"width":202,"height":81,"resume":true,"useHandCursor":true,"id":"6JLAed0ej2f","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":55}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":28,"strokewidth":0}},"width":78,"height":28,"resume":true,"useHandCursor":true,"id":"5UwwXFr7KKE"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":13,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":42,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":56}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":42,"strokewidth":0}},"width":54,"height":41,"resume":true,"useHandCursor":true,"id":"5zdPwvHUB5r"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":57}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":10,"resume":true,"useHandCursor":true,"id":"63nTIm9phW5"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":124,"yPos":13,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":55,"resume":true,"useHandCursor":true,"id":"6mazOAgVAhZ"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":754,"yPos":462,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":101,"rotateYPos":40.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6Zwgwx1zBUE_hot","accState":0,"imagedata":{"assetId":19,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6Zwgwx1zBUE.png","xPos":0,"yPos":0,"width":202,"height":81,"strokewidth":0,"mask":"403BO"}},"width":202,"height":81,"resume":true,"useHandCursor":true,"id":"6Zwgwx1zBUE","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5rTrcxQbe9Y_1661423738","id":"01","linkId":"txt__default_5rTrcxQbe9Y","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"DES RISQUES DIVERSIFIES","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":318,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":59}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"DES RISQUES DIVERSIFIES","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":true,"useHandCursor":true,"id":"5rTrcxQbe9Y"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6qq1I9TL5PA_-1613976095","id":"01","linkId":"txt__default_6qq1I9TL5PA","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":183,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la salle de bain","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":135,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":61}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":101.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":44,"altText":"Dans la salle de bain","pngfb":false,"pr":{"l":"Lib","i":60}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":44,"strokewidth":0}},"width":203,"height":44,"resume":true,"useHandCursor":true,"id":"6qq1I9TL5PA"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6JzoDbVOfGk.js b/public/zeroaccident/P2/html5/data/js/6JzoDbVOfGk.js deleted file mode 100644 index 9831466..0000000 --- a/public/zeroaccident/P2/html5/data/js/6JzoDbVOfGk.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"Mon résultat","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":3,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":20000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OoGMQG2m28"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCZ6bEgxEk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bIJ4RRK0pn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xbeuGAIuq2"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OoGMQG2m28_-419703902","id":"01","linkId":"txt__default_6OoGMQG2m28","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":191,"height":44,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Mon résultat","style":{"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":34.203,"descent":9.375,"leading":0,"underlinePosition":-2.406,"underlineThickness":1.594,"xHeight":17.125}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":203,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":34}}}],"shapemaskId":"","xPos":372,"yPos":42,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":108.5,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":217,"bottom":54,"altText":"Mon résultat","pngfb":false,"pr":{"l":"Lib","i":33}},"html5data":{"xPos":0,"yPos":0,"width":217,"height":54,"strokewidth":0}},"width":217,"height":54,"resume":false,"useHandCursor":true,"id":"6OoGMQG2m28"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":336,"yPos":265,"tabIndex":7,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":144,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":288,"bottom":135,"altText":"","pngfb":false,"pr":{"l":"Lib","i":35}},"html5data":{"xPos":0,"yPos":0,"width":288,"height":135,"strokewidth":0}},"width":288,"height":135,"resume":false,"useHandCursor":true,"id":"5kCZ6bEgxEk"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6bIJ4RRK0pn_-174095337","id":"01","linkId":"txt__default_6bIJ4RRK0pn","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":262,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"MON SCORE","style":{"fontSize":11,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":15.676,"descent":4.297,"leading":0,"underlinePosition":-1.103,"underlineThickness":0.73,"xHeight":8.007}}],"style":{"justification":"center","lineSpacingRule":"singlePt5","tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":189,"bottom":33,"pngfb":false,"pr":{"l":"Lib","i":37}}}],"shapemaskId":"","xPos":336,"yPos":265,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":144,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":288,"bottom":40,"altText":"MON SCORE","pngfb":false,"pr":{"l":"Lib","i":36}},"html5data":{"xPos":0,"yPos":0,"width":288,"height":40,"strokewidth":0}},"width":288,"height":40,"resume":false,"useHandCursor":true,"id":"6bIJ4RRK0pn"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":364,"yPos":368,"tabIndex":8,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":115.5,"rotateYPos":-0.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":234,"bottom":2,"altText":"","pngfb":false,"pr":{"l":"Lib","i":38}},"html5data":{"xPos":-2,"yPos":-2,"width":236,"height":4,"strokewidth":1}},"width":232,"height":0,"resume":false,"useHandCursor":true,"id":"5xbeuGAIuq2"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","depth":0,"modal":false,"pauseParent":false,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":10000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6e7oTaeIBLY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PraSRfbmZH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65WZCGHTNtT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5jL847CBi3f"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6e7oTaeIBLY_-870718944","id":"01","linkId":"txt__default_6e7oTaeIBLY","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":802,"height":116,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En matière de prévention des accidents de la vie courante, on peut toujours s’améliorer ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’anticipe déjà bien certains risques.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":39,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je peux continuer à développer mes réflexes de prévention.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":59,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"center","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":726,"bottom":63,"pngfb":false,"pr":{"l":"Lib","i":40}}}],"shapemaskId":"","xPos":63,"yPos":172,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":414,"rotateYPos":63,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":828,"bottom":126,"altText":"En matière de prévention des accidents de la vie courante, on peut toujours s’améliorer ! \\nJ’anticipe déjà bien certains risques.\\nJe peux continuer à développer mes réflexes de prévention.\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":39}},"html5data":{"xPos":0,"yPos":0,"width":828,"height":126,"strokewidth":0}},"width":828,"height":126,"resume":false,"useHandCursor":true,"id":"6e7oTaeIBLY"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","id":"01","linkId":"txt__default_6PraSRfbmZH","type":"richvartext","xPos":13,"yPos":5,"xAccOffset":0,"yAccOffset":0,"width":262,"height":125,"device":false,"valign":"center","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"%_player.6qa4PN8eUei.$PercentScore%","style":{"fontSize":30,"foregroundColor":"#8F0000","linkColor":"#8F0000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":42.754,"descent":11.719,"leading":0,"underlinePosition":-3.008,"underlineThickness":1.992,"xHeight":21.406}},{"text":"^%^","style":{"fontSize":30,"foregroundColor":"#8F0000","linkColor":"#8F0000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":42.754,"descent":11.719,"leading":0,"underlinePosition":-3.008,"underlineThickness":1.992,"xHeight":21.406}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"}}],"shapemaskId":"","xPos":338,"yPos":265,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":144,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":288,"bottom":135,"altText":"%_player.6qa4PN8eUei.$PercentScore%^%^","pngfb":false,"pr":{"l":"Lib","i":41}},"html5data":{"xPos":0,"yPos":0,"width":288,"height":135,"strokewidth":0}},"width":288,"height":135,"resume":false,"useHandCursor":true,"id":"6PraSRfbmZH"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6kQdtnok8kt_-1593287016","id":"01","linkId":"txt__default_65WZCGHTNtT","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":286,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Quitter et rejouer plus tard","style":{"fontSize":12,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":28,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":249,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":45}}}],"shapemaskId":"","xPos":332,"yPos":458,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":148,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":42}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":42}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":43}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":44}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":44}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":43}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}}],"width":296,"height":26,"resume":false,"useHandCursor":true,"id":"65WZCGHTNtT","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"resetquiz","objRef":{"type":"string","value":"_player.6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6OFCpjXd6l4","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6OFCpjXd6l4","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6PTrxUIN1eO","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6PTrxUIN1eO","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_67in7jrfvAp","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_67in7jrfvAp","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5dcskZN08U2","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5dcskZN08U2","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6r2Lr4OhfYx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6r2Lr4OhfYx","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5couOGvhgC0","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5couOGvhgC0","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6BMRqfqDmyy","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6BMRqfqDmyy","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6ObmagFTM4C","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ObmagFTM4C","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5mRasnpZbWx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5mRasnpZbWx","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5nNxthafK5g","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5nNxthafK5g","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5iHW2XPPuAX","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5iHW2XPPuAX","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5q071U8mzsW"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":434,"yPos":92,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":34.5,"rotateYPos":37.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":69,"bottom":75,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":46}},"html5data":{"xPos":0,"yPos":0,"width":69,"height":75,"strokewidth":0}},"width":69,"height":75,"resume":false,"useHandCursor":true,"id":"5jL847CBi3f"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6UPymNysYZK","events":[{"kind":"onslidestart","actions":[{"kind":"adjustvar","variable":"_player.Monrésultat","operator":"set","value":{"type":"property","value":"_player.6qa4PN8eUei.$PercentScore"}},{"kind":"exe_javascript","id":"6KpObsUOdSS"}]}]}],"showAnimationId":"","lmsId":"Slide3","width":960,"height":540,"resume":false,"background":{"type":"fill","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0x0070C0","alpha":100,"stop":0}]}},"id":"6JzoDbVOfGk","actionGroups":{"NavigationRestrictionNextSlide_6JzoDbVOfGk":{"kind":"actiongroup","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6FEMkStR7zl"}}]},"NavigationRestrictionPreviousSlide_6JzoDbVOfGk":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"gte","valuea":"_player.6qa4PN8eUei.$Score","typea":"property","valueb":"_player.6qa4PN8eUei.$PassScore","typeb":"property"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6UPymNysYZK"}}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"lt","valuea":"_player.6qa4PN8eUei.$Score","typea":"property","valueb":"_player.6qa4PN8eUei.$PassScore","typeb":"property"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6UPymNysYZK"}}]},{"kind":"exe_javascript","id":"6Fb7uCwsrRS"}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontimelinecomplete","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5q071U8mzsW"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player.6qa4PN8eUei.EvaluateQuiz"},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]},{"kind":"onnextslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6JzoDbVOfGk"}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6JzoDbVOfGk"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6KCNIB5inyd.js b/public/zeroaccident/P2/html5/data/js/6KCNIB5inyd.js deleted file mode 100644 index 7684a8e..0000000 --- a/public/zeroaccident/P2/html5/data/js/6KCNIB5inyd.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"EXTERIEUR","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":14,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide14","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":93,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6KCNIB5inyd","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IofG8sR3PM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.5jHyaYwBb9C"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY.6mX6ELmlZwN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY.6fuMVv6gpGS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY.5ZYr2xQduhj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5jo7tj052eA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65u8Yr4x5nu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d9Rt0MsOWg"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":0,"arrowypos":77,"shapemaskId":"","xPos":14,"yPos":-63,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":102,"height":59,"resume":false,"useHandCursor":true,"id":"6IofG8sR3PM_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6IofG8sR3PM"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6IofG8sR3PM"}}],"clickdef":[{"kind":"objref","type":"string","value":"6IofG8sR3PM"}]}],"shapemaskId":"","xPos":414,"yPos":382,"tabIndex":13,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6IofG8sR3PM","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IofG8sR3PM"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5egGfQqZkDb"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5qSzRPDAQ8e_-1099901185","id":"01","linkId":"txt__default_5jHyaYwBb9C","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":193,"height":76,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":60,"pngfb":false,"pr":{"l":"Lib","i":383}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":102.5,"rotateYPos":40,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":379}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":382}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":382}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":382}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":80,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":80,"strokewidth":0}}}],"width":205,"height":80,"resume":true,"useHandCursor":true,"id":"5jHyaYwBb9C","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":384}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":28,"strokewidth":0}},"width":78,"height":27,"resume":false,"useHandCursor":true,"id":"6mX6ELmlZwN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":385}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}},"width":54,"height":41,"resume":false,"useHandCursor":true,"id":"6fuMVv6gpGS"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":56,"yPos":2,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":386}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":10,"resume":false,"useHandCursor":true,"id":"5ZYr2xQduhj"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":126,"yPos":12,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":55,"resume":false,"useHandCursor":true,"id":"6IREClns5DY"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":745,"yPos":463,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":102.5,"rotateYPos":40,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5q89ZwN3RgD_hot","accState":0,"imagedata":{"assetId":94,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5q89ZwN3RgD.png","xPos":0,"yPos":0,"width":204,"height":80,"strokewidth":0,"mask":"4010O"}},"width":205,"height":80,"resume":false,"useHandCursor":true,"id":"5q89ZwN3RgD","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5jo7tj052eA_-1558111989","id":"01","linkId":"txt__default_5jo7tj052eA","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"DES RISQUES MULTIPLES","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":303,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":387}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"DES RISQUES MULTIPLES","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"5jo7tj052eA"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"65u8Yr4x5nu_-386124265","id":"01","linkId":"txt__default_65u8Yr4x5nu","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":307,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":45,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":389}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":163.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":328,"bottom":44,"altText":"\\nDans le jardin, sur la terrasse ou le balcon\\n","pngfb":false,"pr":{"l":"Lib","i":388}},"html5data":{"xPos":0,"yPos":0,"width":328,"height":44,"strokewidth":0}},"width":327,"height":44,"resume":false,"useHandCursor":true,"id":"65u8Yr4x5nu"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":77,"arrowypos":58,"shapemaskId":"","xPos":-63,"yPos":-44,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":154,"height":40,"resume":false,"useHandCursor":true,"id":"6d9Rt0MsOWg_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6d9Rt0MsOWg"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6d9Rt0MsOWg"}}],"clickdef":[{"kind":"objref","type":"string","value":"6d9Rt0MsOWg"}]}],"shapemaskId":"","xPos":442,"yPos":175,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6d9Rt0MsOWg","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d9Rt0MsOWg"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.61XOHmemRkI"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6LAIvhlx5ek.js b/public/zeroaccident/P2/html5/data/js/6LAIvhlx5ek.js deleted file mode 100644 index 004a529..0000000 --- a/public/zeroaccident/P2/html5/data/js/6LAIvhlx5ek.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"ESPACES DE TRANSISTION","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":11,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide11","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":77,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6LAIvhlx5ek","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6JijJjpo1uI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg.5qtrcE11IOc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg.6iv5DFrlB12"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg.6be95Men7e2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ZhXkt9Et0A"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pywHHvOib3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6n2dWhZqzra"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5entw80cMZA"}}]}]},"objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5bS3b2iMO9j_-1035418474","id":"01","linkId":"txt__default_6JijJjpo1uI","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":193,"height":81,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":62,"pngfb":false,"pr":{"l":"Lib","i":317}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":102.5,"rotateYPos":42.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":313}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":315}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":315}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":315}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":205,"bottom":85,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":315}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":85,"strokewidth":0}}}],"width":205,"height":85,"resume":true,"useHandCursor":true,"id":"6JijJjpo1uI","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":30,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":318}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":30,"strokewidth":0}},"width":78,"height":29,"resume":false,"useHandCursor":true,"id":"5qtrcE11IOc"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":15,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":44,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":319}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":44,"strokewidth":0}},"width":54,"height":43,"resume":false,"useHandCursor":true,"id":"6iv5DFrlB12"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":320}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":11,"resume":false,"useHandCursor":true,"id":"6be95Men7e2"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":127,"yPos":20,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":58,"resume":false,"useHandCursor":true,"id":"6WQigE1wNGg"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":751,"yPos":451,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":102.5,"rotateYPos":42.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5qZAgYNtHaA_hot","accState":0,"imagedata":{"assetId":78,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5qZAgYNtHaA.png","xPos":0,"yPos":0,"width":204,"height":85,"strokewidth":0,"mask":"4411O"}},"width":205,"height":85,"resume":false,"useHandCursor":true,"id":"5qZAgYNtHaA","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ZhXkt9Et0A_-1756751880","id":"01","linkId":"txt__default_5ZhXkt9Et0A","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"DIFFERENTS TYPES DE RISQUES","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":27,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":381,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":321}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"DIFFERENTS TYPES DE RISQUES","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"5ZhXkt9Et0A"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5pywHHvOib3_88237119","id":"01","linkId":"txt__default_5pywHHvOib3","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":264,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans les espaces de transition","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":195,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":323}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":142,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":284,"bottom":44,"altText":"Dans les espaces de transition","pngfb":false,"pr":{"l":"Lib","i":322}},"html5data":{"xPos":0,"yPos":0,"width":284,"height":44,"strokewidth":0}},"width":284,"height":44,"resume":false,"useHandCursor":true,"id":"5pywHHvOib3"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":136,"arrowypos":0,"shapemaskId":"","xPos":-122,"yPos":14,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":118,"height":40,"resume":false,"useHandCursor":true,"id":"6n2dWhZqzra_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6n2dWhZqzra"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6n2dWhZqzra"}}],"clickdef":[{"kind":"objref","type":"string","value":"6n2dWhZqzra"}]}],"shapemaskId":"","xPos":431,"yPos":493,"tabIndex":13,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6n2dWhZqzra","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6n2dWhZqzra"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5g7Qg4RWDPK"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":163,"arrowypos":63,"textLib":[{"kind":"textdata","uniqueId":"5mfVHjiUYdG_1235839404","id":"01","linkId":"txt__default_5mfVHjiUYdG","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":153,"height":37,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":14.251,"descent":3.906,"leading":0,"underlinePosition":-1.003,"underlineThickness":0.664,"xHeight":7.279,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":48}}}],"shapemaskId":"","xPos":-149,"yPos":-49,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":153,"bottom":37,"altText":"\\n","pngfb":false,"pr":{"l":"Lib","i":324}},"html5data":{"xPos":0,"yPos":0,"width":153,"height":37,"strokewidth":0}},"width":163,"height":45,"resume":false,"useHandCursor":true,"id":"5entw80cMZA_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5entw80cMZA"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"5entw80cMZA"}}],"clickdef":[{"kind":"objref","type":"string","value":"5entw80cMZA"}]}],"shapemaskId":"","xPos":631,"yPos":333,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5entw80cMZA","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5entw80cMZA"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5p31KAqcjJA"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6ML5zeVqhOR.js b/public/zeroaccident/P2/html5/data/js/6ML5zeVqhOR.js deleted file mode 100644 index a80a3ca..0000000 --- a/public/zeroaccident/P2/html5/data/js/6ML5zeVqhOR.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"CHUTES salon","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":19,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":145,"id":"62vofxIkxll"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O7jkGtOpBK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6gGpLe8dKV9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BJUVOcl8KN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lZBD9tQkoC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Y7LEAu9GXH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5UkMsdO7bAa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZuKixsjaVU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5tFa03qgZKo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6AtmjNsa3UF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Z19rgD2Ej5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qiiLL8j2QF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KEEeUC7Rck"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XFpOhXnPdx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6S05qfzHJaV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E0Zbi1FWNI"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"62vofxIkxll"}},{"kind":"media_play","objRef":{"type":"string","value":"62vofxIkxll"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"62vofxIkxll"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":448,"yPos":-158,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":116,"rotateYPos":396.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":232,"bottom":794,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":560}},"html5data":{"xPos":-1,"yPos":-1,"width":233,"height":795,"strokewidth":0}},"width":232,"height":793,"resume":false,"useHandCursor":true,"id":"6O7jkGtOpBK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":679,"yPos":384,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6gGpLe8dKV9"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":497,"yPos":384,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6BJUVOcl8KN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":316,"yPos":384,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5lZBD9tQkoC"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":135,"yPos":384,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6Y7LEAu9GXH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":140,"id":"01","url":"story_content/5r5k2uhLlYo_B10_C-10_P_0_325_1397_1397.jpg","type":"normal","altText":"bloque fenetre.jpg","width":1397,"height":1397,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":682,"yPos":387,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5UkMsdO7bAa","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"bloque fenetre.jpg","pngfb":false,"pr":{"l":"Lib","i":562}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5UkMsdO7bAa","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ft2yIzFuX5"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZuKixsjaVU_-1326709851","id":"01","linkId":"txt__default_6ZuKixsjaVU","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":48,"height":56,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Drop\\n","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Zone","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-6,"right":42,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":564}}}],"shapemaskId":"","xPos":240,"yPos":218,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-6,"right":48,"bottom":56,"altText":"Drop\\nZone","pngfb":false,"pr":{"l":"Lib","i":563}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":56,"strokewidth":0}},"width":48,"height":56,"resume":false,"useHandCursor":true,"id":"6ZuKixsjaVU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":141,"id":"01","url":"","type":"normal","width":104,"height":104,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"5tFa03qgZKo_275564274","id":"01","linkId":"txt__default_5tFa03qgZKo","type":"acctext","xPos":10,"yPos":3,"xAccOffset":24,"yAccOffset":17,"width":49,"height":63,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" Zone de dépôt","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":70,"bottom":90,"pngfb":false,"pr":{"l":"Lib","i":565}}}],"shapemaskId":"","xPos":216,"yPos":198,"tabIndex":29,"tabEnabled":true,"xOffset":-2,"yOffset":-2,"rotateXPos":48.5,"rotateYPos":48.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":48,"snapy":48,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5UkMsdO7bAa","6AtmjNsa3UF","6Z19rgD2Ej5","5qiiLL8j2QF","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":104,"bottom":104,"altText":" Zone de dépôt","pngfb":false,"pr":{"l":"Lib","i":435}},"html5data":{"url":"txt__default_5tFa03qgZKo.png","xPos":-2,"yPos":-2,"width":104,"height":104,"strokewidth":1,"mask":"95O6X1O1X56O16X4DO1DX47O21X42O27X3DO2AX3AO2FX35O32X33O35X2FO38X2DO3BX29O3EX27O40X25O42X23O45X21O46X1EO48X1DO4AX1BO4CX1AO4DX18O4FX16O50X15O52X14O53X13O53X12O55X10O57XFO57XEO59XDO59XCO5AXBO5CXAO5DXAO5CX9O5DX8O5FX7O5FX7O5FX6O60X6O61X5O61X5O61X5O61X5O61X4O63X3O63X3O63X3O63X3O63X3O63X3O63X3O63X3O63X3O63X4O62X3O63X3O62X5O61X5O61X5O61X5O61X5O61X6O5FX7O5FX8O5EX8O5EX8O5DX9O5DXAO5BXBO5BXBO5AXDO59XDO58XFO57X10O55X11O55X12O53X13O52X15O51X16O4FX17O4EX19O4CX1CO4AX1CO49X1DO48X20O45X22O43X24O41X26O3FX29O3BX2CO39X2EO37X30O34X34O30X38O2DX3CO27X40O24X45O1FX4AO0X1O16X51O10X1CCO"}},"width":97,"height":97,"resume":true,"useHandCursor":true,"id":"5tFa03qgZKo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":142,"id":"01","url":"story_content/5nyDWME0NEY_FEFEFE_P_0_2_222_222.png","type":"normal","altText":"plante en pot.jpg","width":222,"height":222,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":319,"yPos":386,"tabIndex":36,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6AtmjNsa3UF","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"plante en pot.jpg","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6AtmjNsa3UF","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.5cAMeFSfBbZ"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":143,"id":"01","url":"story_content/6l1BjXwHzz4_P_23_0_201_201.jpg","type":"normal","altText":"BLOC FENETRE 3.jpg","width":202,"height":202,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":501,"yPos":387,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6Z19rgD2Ej5","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"BLOC FENETRE 3.jpg","pngfb":false,"pr":{"l":"Lib","i":567}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6Z19rgD2Ej5","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.5cAMeFSfBbZ"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":144,"id":"01","url":"story_content/5xdrvwl3d4p.jpg","type":"normal","altText":"bloc fenetre2.jpg","width":225,"height":225,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":138,"yPos":387,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5qiiLL8j2QF","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"bloc fenetre2.jpg","pngfb":false,"pr":{"l":"Lib","i":568}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5qiiLL8j2QF","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.5cAMeFSfBbZ"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6KEEeUC7Rck_-162765036","id":"01","linkId":"txt__default_6KEEeUC7Rck","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":581,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"choisis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"le dispositif le plus adapté \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"listLevel":1,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2- Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"dépose ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"dans le cercle ci-contre.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"listLevel":1,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":38,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":274,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":570}}}],"shapemaskId":"","xPos":328,"yPos":256,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":300.5,"rotateYPos":35,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":602,"bottom":70,"altText":"1-Je choisis le dispositif le plus adapté \\n2- Je dépose dans le cercle ci-contre.","pngfb":false,"pr":{"l":"Lib","i":569}},"html5data":{"xPos":0,"yPos":0,"width":602,"height":70,"strokewidth":0}},"width":601,"height":70,"resume":false,"useHandCursor":true,"id":"6KEEeUC7Rck"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5XFpOhXnPdx_2145239408","id":"01","linkId":"txt__default_5XFpOhXnPdx","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":597,"height":40,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment j’empêche mon enfant d’ouvrir la porte fenêtre et d’aller seul sur le balcon ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":86,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":630,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":572}}}],"shapemaskId":"","xPos":316,"yPos":196,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":308.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":630,"bottom":46,"altText":"Comment j’empêche mon enfant d’ouvrir la porte fenêtre et d’aller seul sur le balcon ?","pngfb":false,"pr":{"l":"Lib","i":571}},"html5data":{"xPos":0,"yPos":0,"width":618,"height":46,"strokewidth":0}},"width":617,"height":46,"resume":false,"useHandCursor":true,"id":"5XFpOhXnPdx"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6S05qfzHJaV_1169489129","id":"01","linkId":"txt__default_6S05qfzHJaV","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":756,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":195}}}],"shapemaskId":"","xPos":41,"yPos":68,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":388,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":776,"bottom":56,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":573}},"html5data":{"xPos":0,"yPos":0,"width":776,"height":56,"strokewidth":0}},"width":776,"height":56,"resume":false,"useHandCursor":true,"id":"6S05qfzHJaV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6E0Zbi1FWNI_-1286850720","id":"01","linkId":"txt__default_6E0Zbi1FWNI","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le salon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":574}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le salon","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6E0Zbi1FWNI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mRasnpZbWx_CorrectReview","id":"01","linkId":"5mRasnpZbWx_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":40,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5mRasnpZbWx_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mRasnpZbWx_IncorrectReview","id":"01","linkId":"5mRasnpZbWx_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":41,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5mRasnpZbWx_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6O7jkGtOpBK"},{"kind":"objref","type":"string","value":"_parent.6gGpLe8dKV9"},{"kind":"objref","type":"string","value":"_parent.6BJUVOcl8KN"},{"kind":"objref","type":"string","value":"_parent.5lZBD9tQkoC"},{"kind":"objref","type":"string","value":"_parent.6Y7LEAu9GXH"},{"kind":"objref","type":"string","value":"_parent.5UkMsdO7bAa"},{"kind":"objref","type":"string","value":"_parent.6ZuKixsjaVU"},{"kind":"objref","type":"string","value":"_parent.5tFa03qgZKo"},{"kind":"objref","type":"string","value":"_parent.6AtmjNsa3UF"},{"kind":"objref","type":"string","value":"_parent.6Z19rgD2Ej5"},{"kind":"objref","type":"string","value":"_parent.5qiiLL8j2QF"},{"kind":"objref","type":"string","value":"_parent.6KEEeUC7Rck"},{"kind":"objref","type":"string","value":"_parent.5XFpOhXnPdx"},{"kind":"objref","type":"string","value":"_parent.6S05qfzHJaV"},{"kind":"objref","type":"string","value":"_parent.6E0Zbi1FWNI"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":23500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"645QAXqrVrB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6F8kopjp2xH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"60GZ2Jv9iNF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6B9aEjRORjl"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5zCvB1Y00nK"}},{"kind":"media_play","objRef":{"type":"string","value":"5zCvB1Y00nK"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5zCvB1Y00nK"}}]},{"kind":"ontimelinetick","time":15000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mWL2ci05j2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mWL2ci05j2.6XAlZU1s6Ab"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mWL2ci05j2.5g5sfrWmX7W"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ospsyCqwLn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ospsyCqwLn.6Qm5p4xHZi6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ospsyCqwLn.6JFI4MV5uTt"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5hJr7KWsELO_-1696959596","id":"01","linkId":"txt__default_645QAXqrVrB","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":114,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":104,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":576}}},{"kind":"textdata","uniqueId":"6OyyYHWY31E_2011306815","id":"02","linkId":"txt__default_Disabled_645QAXqrVrB","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":114,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":823,"yPos":349,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":63,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":126,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":575}},"html5data":{"xPos":0,"yPos":0,"width":126,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":126,"height":32,"resume":true,"useHandCursor":true,"id":"645QAXqrVrB","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6F8kopjp2xH_1520519514","id":"01","linkId":"txt__default_6F8kopjp2xH","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":559,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":163,"bottom":29,"pngfb":false,"pr":{"l":"Lib","i":578}}}],"shapemaskId":"","xPos":343,"yPos":84,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":289.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":579,"bottom":33,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":577}},"html5data":{"xPos":0,"yPos":0,"width":579,"height":33,"strokewidth":0}},"width":579,"height":33,"resume":false,"useHandCursor":true,"id":"6F8kopjp2xH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"60GZ2Jv9iNF_1924899965","id":"01","linkId":"txt__default_60GZ2Jv9iNF","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":586,"height":224,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\n","style":{"fontSize":14,"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Il bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfant de 1 à 4 ans se produisent d\'une hauteur de plus de un mètre. \\n","style":{"fontSize":14,"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":150,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":14,"fontIsUnderline":true,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontSize":14,"fontIsUnderline":true,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}},{"text":": \\n","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’enlève tout promontoire à proximité des fenêtres et balcons\\n","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’empêche l’ouverture de la fenêtre par un dispositif adapté.","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":598,"bottom":228,"pngfb":false,"pr":{"l":"Lib","i":580}}}],"shapemaskId":"","xPos":343,"yPos":121,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":303,"rotateYPos":115,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":606,"bottom":230,"altText":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\nIl bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfant de 1 à 4 ans se produisent d\'une hauteur de plus de un mètre. \\n\\n2 bons réflexes: \\nJ’enlève tout promontoire à proximité des fenêtres et balcons\\n\\nJ’empêche l’ouverture de la fenêtre par un dispositif adapté.","pngfb":false,"pr":{"l":"Lib","i":579}},"html5data":{"xPos":0,"yPos":0,"width":606,"height":230,"strokewidth":0}},"width":606,"height":230,"resume":false,"useHandCursor":true,"id":"60GZ2Jv9iNF"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6B9aEjRORjl_257585662","id":"01","linkId":"txt__default_6B9aEjRORjl","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":473,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":105,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":469,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":582}}}],"shapemaskId":"","xPos":307,"yPos":357,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":249.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":499,"bottom":36,"altText":"Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","pngfb":false,"pr":{"l":"Lib","i":581}},"html5data":{"xPos":0,"yPos":0,"width":499,"height":36,"strokewidth":0}},"width":499,"height":36,"resume":false,"useHandCursor":true,"id":"6B9aEjRORjl"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":146,"id":"01","url":"story_content/6aYP8HAzx1B.png","type":"normal","altText":"caisse.png","width":102,"height":72,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":15,"yPos":22,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":25.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":51,"bottom":36,"altText":"caisse.png","pngfb":false,"pr":{"l":"Lib","i":583}},"html5data":{"xPos":0,"yPos":0,"width":51,"height":36,"strokewidth":0}},"width":51,"height":36,"resume":false,"useHandCursor":true,"id":"6XAlZU1s6Ab"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 2","pngfb":false,"pr":{"l":"Lib","i":584}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"5g5sfrWmX7W"}],"accType":"text","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":837,"yPos":229,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":33,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":66,"height":58,"resume":false,"useHandCursor":true,"id":"6mWL2ci05j2"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":147,"id":"01","url":"story_content/5oxeH3ErBL0_F0F0F0_P_141_0_591_480.png","type":"normal","altText":"tabouret.jpg","width":592,"height":480,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":5,"yPos":19,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":26.5,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":53,"bottom":43,"altText":"tabouret.jpg","pngfb":false,"pr":{"l":"Lib","i":585}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":43,"strokewidth":0}},"width":53,"height":43,"resume":false,"useHandCursor":true,"id":"6Qm5p4xHZi6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 1","pngfb":false,"pr":{"l":"Lib","i":584}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"6JFI4MV5uTt"}],"accType":"text","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":869,"yPos":268,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":58,"height":62,"resume":false,"useHandCursor":true,"id":"5ospsyCqwLn"}],"audiolib":[{"kind":"audio","assetId":148,"id":"5zCvB1Y00nK"},{"kind":"audio","assetId":149,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5cAMeFSfBbZ","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6O7jkGtOpBK"},{"kind":"objref","type":"string","value":"_parent.6gGpLe8dKV9"},{"kind":"objref","type":"string","value":"_parent.6BJUVOcl8KN"},{"kind":"objref","type":"string","value":"_parent.5lZBD9tQkoC"},{"kind":"objref","type":"string","value":"_parent.6Y7LEAu9GXH"},{"kind":"objref","type":"string","value":"_parent.5UkMsdO7bAa"},{"kind":"objref","type":"string","value":"_parent.6ZuKixsjaVU"},{"kind":"objref","type":"string","value":"_parent.5tFa03qgZKo"},{"kind":"objref","type":"string","value":"_parent.6AtmjNsa3UF"},{"kind":"objref","type":"string","value":"_parent.6Z19rgD2Ej5"},{"kind":"objref","type":"string","value":"_parent.5qiiLL8j2QF"},{"kind":"objref","type":"string","value":"_parent.6KEEeUC7Rck"},{"kind":"objref","type":"string","value":"_parent.5XFpOhXnPdx"},{"kind":"objref","type":"string","value":"_parent.6S05qfzHJaV"},{"kind":"objref","type":"string","value":"_parent.6E0Zbi1FWNI"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":34000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WsCIn7bQrW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5zNrkVFFjsr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Bt6nZe4eof"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5bDzT59Fi5P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5eglGrIMPxE"}},{"kind":"media_play","objRef":{"type":"string","value":"5eglGrIMPxE"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5eglGrIMPxE"}}]},{"kind":"ontimelinetick","time":15250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VJIO9zYava"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VJIO9zYava.6DXS8yZECuh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g0uM1kkH4m"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g0uM1kkH4m.6cquzoq14V7"}}]},{"kind":"ontimelinetick","time":31750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VJIO9zYava.61jgFlfmQFD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g0uM1kkH4m.5uFxo5wcVrM"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6rQ7aNtmWKe_1118376468","id":"01","linkId":"txt__default_5WsCIn7bQrW","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":819,"yPos":341,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":541}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":541}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":542}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":586}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":543}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":542}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":542}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":543}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5WsCIn7bQrW","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5zNrkVFFjsr_-468391357","id":"01","linkId":"txt__default_5zNrkVFFjsr","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":556,"height":224,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\n","style":{"fontSize":14,"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Il bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfants de 1 à 4 ans se produisent d\'une hauteur de plus de un mètre. \\n","style":{"fontSize":14,"fontIsBold":true,"fontIsUnderline":false,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":151,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":14,"fontIsUnderline":true,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontSize":14,"fontIsUnderline":true,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}},{"text":": \\n","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’enlève tout promontoire à proximité des fenêtres et balcons\\n","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’empêche l’ouverture de la fenêtre par un dispositif adapté.","style":{"fontSize":14,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":569,"bottom":228,"pngfb":false,"pr":{"l":"Lib","i":588}}}],"shapemaskId":"","xPos":375,"yPos":113,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":288,"rotateYPos":115,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":230,"altText":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\nIl bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfants de 1 à 4 ans se produisent d\'une hauteur de plus de un mètre. \\n\\n2 bons réflexes: \\nJ’enlève tout promontoire à proximité des fenêtres et balcons\\n\\nJ’empêche l’ouverture de la fenêtre par un dispositif adapté.","pngfb":false,"pr":{"l":"Lib","i":587}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":230,"strokewidth":0}},"width":576,"height":230,"resume":false,"useHandCursor":true,"id":"5zNrkVFFjsr"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Bt6nZe4eof_1396012487","id":"01","linkId":"txt__default_6Bt6nZe4eof","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Open Sans LightBoldBold2423480C\\",\\"Open Sans Light\\",\\"Open Sans\\"","ascent":19.239,"descent":5.273,"leading":0,"underlinePosition":-1.354,"underlineThickness":0.896,"xHeight":9.554}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":13.5,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":211,"bottom":29,"pngfb":false,"pr":{"l":"Lib","i":589}}}],"shapemaskId":"","xPos":375,"yPos":82,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"6Bt6nZe4eof"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5bDzT59Fi5P_89500524","id":"01","linkId":"txt__default_5bDzT59Fi5P","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":435,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":105,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":440,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":591}}}],"shapemaskId":"","xPos":340,"yPos":348,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":230.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":461,"bottom":36,"altText":"Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","pngfb":false,"pr":{"l":"Lib","i":590}},"html5data":{"xPos":0,"yPos":0,"width":461,"height":36,"strokewidth":0}},"width":461,"height":36,"resume":false,"useHandCursor":true,"id":"5bDzT59Fi5P"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":146,"id":"01","url":"story_content/6aYP8HAzx1B.png","type":"normal","altText":"caisse.png","width":102,"height":72,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":15,"yPos":22,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":25.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":51,"bottom":36,"altText":"caisse.png","pngfb":false,"pr":{"l":"Lib","i":583}},"html5data":{"xPos":0,"yPos":0,"width":51,"height":36,"strokewidth":0}},"width":51,"height":36,"resume":false,"useHandCursor":true,"id":"61jgFlfmQFD"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 1","pngfb":false,"pr":{"l":"Lib","i":584}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"6DXS8yZECuh"}],"accType":"text","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":868,"yPos":217,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":33,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":66,"height":58,"resume":false,"useHandCursor":true,"id":"5VJIO9zYava"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":147,"id":"01","url":"story_content/5oxeH3ErBL0_F0F0F0_P_141_0_591_480.png","type":"normal","altText":"tabouret.jpg","width":592,"height":480,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":5,"yPos":19,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":26.5,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":53,"bottom":43,"altText":"tabouret.jpg","pngfb":false,"pr":{"l":"Lib","i":585}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":43,"strokewidth":0}},"width":53,"height":43,"resume":false,"useHandCursor":true,"id":"5uFxo5wcVrM"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 2","pngfb":false,"pr":{"l":"Lib","i":584}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"6cquzoq14V7"}],"accType":"text","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":876,"yPos":257,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":58,"height":62,"resume":false,"useHandCursor":true,"id":"6g0uM1kkH4m"}],"audiolib":[{"kind":"audio","assetId":150,"id":"5eglGrIMPxE"},{"kind":"audio","assetId":151,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6Ft2yIzFuX5","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide19","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":139,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6ML5zeVqhOR","actionGroups":{"ReviewInt_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6AtmjNsa3UF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5qiiLL8j2QF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Z19rgD2Ej5"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5UkMsdO7bAa"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mRasnpZbWx_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mRasnpZbWx_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5mRasnpZbWx","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6AtmjNsa3UF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5qiiLL8j2QF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Z19rgD2Ej5"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5UkMsdO7bAa"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5mRasnpZbWx"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6AtmjNsa3UF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5qiiLL8j2QF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Z19rgD2Ej5"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5UkMsdO7bAa"},"enabled":{"type":"boolean","value":false}}]},"5mRasnpZbWx_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5mRasnpZbWx"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6AN1KqLzONE.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5mRasnpZbWx"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6ML5zeVqhOR":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5cNUFQh1AxU"}}]}]},"NavigationRestrictionPreviousSlide_6ML5zeVqhOR":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5mRasnpZbWx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5mRasnpZbWx"}],"elseActions":[{"kind":"exe_actiongroup","id":"5mRasnpZbWx_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5mRasnpZbWx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5mRasnpZbWx","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5mRasnpZbWx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5mRasnpZbWx","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6ML5zeVqhOR"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6ML5zeVqhOR"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6MbCw3zA6X4.js b/public/zeroaccident/P2/html5/data/js/6MbCw3zA6X4.js deleted file mode 100644 index 537dce8..0000000 --- a/public/zeroaccident/P2/html5/data/js/6MbCw3zA6X4.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"CHUTES cuisine","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":21,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":169,"id":"6AcnKJerhmQ"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5vHJ7NuHX0L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6T7tD7CBHuw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68L6cA9b1Nv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6S1nfTpMJGn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5geP7ASbCCN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mDe9ANUnhM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5h0ipv2gJDb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xxgpKrrNQ7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xhpLJAkZHb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5f8l9D83HhH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Wm2V6hEGJY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZcYgFkkImW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5jmfKPmHGzM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EwXXGKvd4S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q8Lg1jkin4"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6AcnKJerhmQ"}},{"kind":"media_play","objRef":{"type":"string","value":"6AcnKJerhmQ"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6AcnKJerhmQ"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":443,"yPos":-153,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":396.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":241,"bottom":794,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":618}},"html5data":{"xPos":-1,"yPos":-1,"width":242,"height":795,"strokewidth":0}},"width":240,"height":793,"resume":false,"useHandCursor":true,"id":"5vHJ7NuHX0L"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":692,"yPos":391,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6T7tD7CBHuw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":503,"yPos":389,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":619}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"68L6cA9b1Nv"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":319,"yPos":389,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6S1nfTpMJGn"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":135,"yPos":389,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":561}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5geP7ASbCCN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":164,"id":"01","url":"story_content/5odrT8ceSnB_F5F5F5_P_0_-2_194_216.png","type":"normal","altText":"CHAISE HAUTE2.jpg","width":194,"height":216,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":147,"yPos":398,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":47.5,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":47,"snapy":53,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6mDe9ANUnhM","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":95,"bottom":106,"altText":"CHAISE HAUTE2.jpg","pngfb":false,"pr":{"l":"Lib","i":620}},"html5data":{"xPos":-1,"yPos":-1,"width":96,"height":107,"strokewidth":0}},"width":95,"height":106,"resume":true,"useHandCursor":true,"id":"6mDe9ANUnhM","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KMwQbBzGhy"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5h0ipv2gJDb_521509703","id":"01","linkId":"txt__default_5h0ipv2gJDb","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":48,"height":56,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Drop\\n","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Zone","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-6,"right":42,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":564}}}],"shapemaskId":"","xPos":231,"yPos":212,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-6,"right":48,"bottom":56,"altText":"Drop\\nZone","pngfb":false,"pr":{"l":"Lib","i":563}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":56,"strokewidth":0}},"width":48,"height":56,"resume":false,"useHandCursor":true,"id":"5h0ipv2gJDb"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":165,"id":"01","url":"","type":"normal","width":104,"height":104,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"5xxgpKrrNQ7_-627452820","id":"01","linkId":"txt__default_5xxgpKrrNQ7","type":"acctext","xPos":10,"yPos":3,"xAccOffset":24,"yAccOffset":17,"width":49,"height":63,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Zone de dépôt","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":77,"bottom":77,"pngfb":false,"pr":{"l":"Lib","i":621}}}],"shapemaskId":"","xPos":206,"yPos":192,"tabIndex":21,"tabEnabled":true,"xOffset":-2,"yOffset":-2,"rotateXPos":48.5,"rotateYPos":48.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":48,"snapy":48,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6mDe9ANUnhM","5xhpLJAkZHb","5f8l9D83HhH","5Wm2V6hEGJY","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":104,"bottom":104,"altText":"Zone de dépôt","pngfb":false,"pr":{"l":"Lib","i":435}},"html5data":{"url":"txt__default_5xxgpKrrNQ7.png","xPos":-2,"yPos":-2,"width":104,"height":104,"strokewidth":1,"mask":"95O6X1O1X56O16X4DO1DX47O21X42O27X3DO2AX3AO2FX35O32X33O35X2FO38X2DO3BX29O3EX27O40X25O42X23O45X21O46X1EO48X1DO4AX1BO4CX1AO4DX18O4FX16O50X15O52X14O53X13O53X12O55X10O57XFO57XEO59XDO59XCO5AXBO5CXAO5DXAO5CX9O5DX8O5FX7O5FX7O5FX6O60X6O61X5O61X5O61X5O61X5O61X4O63X3O63X3O63X3O63X3O63X3O63X3O63X3O63X3O63X3O63X4O62X3O63X3O62X5O61X5O61X5O61X5O61X5O61X6O5FX7O5FX8O5EX8O5EX8O5DX9O5DXAO5BXBO5BXBO5AXDO59XDO58XFO57X10O55X11O55X12O53X13O52X15O51X16O4FX17O4EX19O4CX1CO4AX1CO49X1DO48X20O45X22O43X24O41X26O3FX29O3BX2CO39X2EO37X30O34X34O30X38O2DX3CO27X40O24X45O1FX4AO0X1O16X51O10X1CCO"}},"width":97,"height":97,"resume":true,"useHandCursor":true,"id":"5xxgpKrrNQ7"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":166,"id":"01","url":"story_content/6AdIAg2LVu4.jpg","type":"normal","altText":"CHAISE HAUTE3.jpg","width":204,"height":204,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":701,"yPos":400,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":51,"rotateYPos":51,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":51,"snapy":51,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5xhpLJAkZHb","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":102,"bottom":102,"altText":"CHAISE HAUTE3.jpg","pngfb":false,"pr":{"l":"Lib","i":622}},"html5data":{"xPos":0,"yPos":0,"width":102,"height":102,"strokewidth":0}},"width":102,"height":102,"resume":true,"useHandCursor":true,"id":"5xhpLJAkZHb","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ddu5LFjDuN"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":167,"id":"01","url":"story_content/5ZYFf8587cn_P_85_0_221_221.jpg","type":"normal","altText":"OIP (12).jpg","width":221,"height":221,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":524,"yPos":405,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":46,"rotateYPos":46,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":46,"snapy":46,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5f8l9D83HhH","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":92,"bottom":92,"altText":"OIP (12).jpg","pngfb":false,"pr":{"l":"Lib","i":623}},"html5data":{"xPos":0,"yPos":0,"width":92,"height":92,"strokewidth":0}},"width":92,"height":92,"resume":true,"useHandCursor":true,"id":"5f8l9D83HhH","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ddu5LFjDuN"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":168,"id":"01","url":"story_content/5r9xJDvBTGN.png","type":"normal","altText":"R.png","width":128,"height":128,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":329,"yPos":395,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":51,"rotateYPos":51,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":51,"snapy":51,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5Wm2V6hEGJY","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":102,"bottom":102,"altText":"R.png","pngfb":false,"pr":{"l":"Lib","i":624}},"html5data":{"xPos":0,"yPos":0,"width":102,"height":102,"strokewidth":0}},"width":102,"height":102,"resume":true,"useHandCursor":true,"id":"5Wm2V6hEGJY","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ddu5LFjDuN"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZcYgFkkImW_-23577003","id":"01","linkId":"txt__default_6ZcYgFkkImW","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":581,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"choisis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"la chaise haute la mieux adaptée à mon enfant de – 4ans \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"listLevel":1,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"dépose ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"son image dans le cercle gris ci-contre.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"listLevel":1,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":52,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":472,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":625}}}],"shapemaskId":"","xPos":329,"yPos":220,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":300.5,"rotateYPos":35,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":602,"bottom":70,"altText":"1-Je choisis la chaise haute la mieux adaptée à mon enfant de – 4ans \\n2-Je dépose son image dans le cercle gris ci-contre.","pngfb":false,"pr":{"l":"Lib","i":569}},"html5data":{"xPos":0,"yPos":0,"width":602,"height":70,"strokewidth":0}},"width":601,"height":70,"resume":false,"useHandCursor":true,"id":"6ZcYgFkkImW"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5jmfKPmHGzM_-854870219","id":"01","linkId":"txt__default_5jmfKPmHGzM","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":501,"height":35,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Bien installé pour bien manger","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":230,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":627}}}],"shapemaskId":"","xPos":329,"yPos":179,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":260.5,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":522,"bottom":41,"altText":"Bien installé pour bien manger","pngfb":false,"pr":{"l":"Lib","i":626}},"html5data":{"xPos":0,"yPos":0,"width":522,"height":41,"strokewidth":0}},"width":521,"height":41,"resume":false,"useHandCursor":true,"id":"5jmfKPmHGzM"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EwXXGKvd4S_195961559","id":"01","linkId":"txt__default_6EwXXGKvd4S","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":756,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":195}}}],"shapemaskId":"","xPos":41,"yPos":68,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":388,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":776,"bottom":56,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":573}},"html5data":{"xPos":0,"yPos":0,"width":776,"height":56,"strokewidth":0}},"width":776,"height":56,"resume":false,"useHandCursor":true,"id":"6EwXXGKvd4S"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5q8Lg1jkin4_1803049027","id":"01","linkId":"txt__default_5q8Lg1jkin4","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la cuisine","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":520}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans la cuisine","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5q8Lg1jkin4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5iHW2XPPuAX_CorrectReview","id":"01","linkId":"5iHW2XPPuAX_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5iHW2XPPuAX_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5iHW2XPPuAX_IncorrectReview","id":"01","linkId":"5iHW2XPPuAX_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5iHW2XPPuAX_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.5vHJ7NuHX0L"},{"kind":"objref","type":"string","value":"_parent.6T7tD7CBHuw"},{"kind":"objref","type":"string","value":"_parent.68L6cA9b1Nv"},{"kind":"objref","type":"string","value":"_parent.6S1nfTpMJGn"},{"kind":"objref","type":"string","value":"_parent.5geP7ASbCCN"},{"kind":"objref","type":"string","value":"_parent.6mDe9ANUnhM"},{"kind":"objref","type":"string","value":"_parent.5h0ipv2gJDb"},{"kind":"objref","type":"string","value":"_parent.5xxgpKrrNQ7"},{"kind":"objref","type":"string","value":"_parent.5xhpLJAkZHb"},{"kind":"objref","type":"string","value":"_parent.5f8l9D83HhH"},{"kind":"objref","type":"string","value":"_parent.5Wm2V6hEGJY"},{"kind":"objref","type":"string","value":"_parent.6ZcYgFkkImW"},{"kind":"objref","type":"string","value":"_parent.5jmfKPmHGzM"},{"kind":"objref","type":"string","value":"_parent.6EwXXGKvd4S"},{"kind":"objref","type":"string","value":"_parent.5q8Lg1jkin4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":485,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":21354,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5zhD8kqprAr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VkRNWbRju9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qjJtImLRoh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WuKwl6ACyj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6m97NlmJ1uV"}},{"kind":"media_play","objRef":{"type":"string","value":"6m97NlmJ1uV"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6m97NlmJ1uV"}}]},{"kind":"ontimelinetick","time":11000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ctOfKNcKQd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JwrIr6Jc8r"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6iWiplahfya_959351664","id":"01","linkId":"txt__default_5zhD8kqprAr","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":100,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":629}}},{"kind":"textdata","uniqueId":"5X5Iv5Ne3i8_-1693553459","id":"02","linkId":"txt__default_Disabled_5zhD8kqprAr","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":832,"yPos":335,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":628}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":117,"height":32,"resume":true,"useHandCursor":true,"id":"5zhD8kqprAr","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6VkRNWbRju9_-1115456166","id":"01","linkId":"txt__default_6VkRNWbRju9","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":584,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":159,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":539}}}],"shapemaskId":"","xPos":359,"yPos":108,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":302,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":605,"bottom":33,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":630}},"html5data":{"xPos":0,"yPos":0,"width":605,"height":33,"strokewidth":0}},"width":604,"height":33,"resume":false,"useHandCursor":true,"id":"6VkRNWbRju9"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5qjJtImLRoh_322762279","id":"01","linkId":"txt__default_5qjJtImLRoh","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":579,"height":154,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Quand un enfant de moins de 1 an ","style":{"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"chute, la partie lésée est le plus souvent la tête ! (72^%^ des cas)\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":101,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Les risques de contusion, de plaie ou de commotion sont réels. ","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontIsUnderline":true,"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie des équipements aux normes de sécurité NF \\n","style":{"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’assure une surveillance rapprochée.","style":{"foregroundColor":"#0064AE","linkColor":"#0064AE","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":37,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":590,"bottom":158,"pngfb":false,"pr":{"l":"Lib","i":632}}}],"shapemaskId":"","xPos":350,"yPos":155,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":299.5,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":599,"bottom":160,"altText":"Quand un enfant de moins de 1 an chute, la partie lésée est le plus souvent la tête ! (72^%^ des cas)\\nLes risques de contusion, de plaie ou de commotion sont réels. \\n\\n2 bons réflexes: \\nJe privilégie des équipements aux normes de sécurité NF \\n\\nJ’assure une surveillance rapprochée.","pngfb":false,"pr":{"l":"Lib","i":631}},"html5data":{"xPos":0,"yPos":0,"width":599,"height":160,"strokewidth":0}},"width":599,"height":160,"resume":false,"useHandCursor":true,"id":"5qjJtImLRoh"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5WuKwl6ACyj_1695310430","id":"01","linkId":"txt__default_5WuKwl6ACyj","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":509,"height":52,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":508,"bottom":57,"pngfb":false,"pr":{"l":"Lib","i":634}}}],"shapemaskId":"","xPos":282,"yPos":336,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":267.5,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":535,"bottom":62,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":633}},"html5data":{"xPos":0,"yPos":0,"width":535,"height":62,"strokewidth":0}},"width":535,"height":62,"resume":false,"useHandCursor":true,"id":"5WuKwl6ACyj"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":850,"yPos":279,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"5ctOfKNcKQd"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6JwrIr6Jc8r_857342020","id":"01","linkId":"txt__default_6JwrIr6Jc8r","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":32,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":139,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":293}}}],"shapemaskId":"","xPos":798,"yPos":236,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":156,"bottom":44,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":292}},"html5data":{"xPos":-2,"yPos":-2,"width":158,"height":46,"strokewidth":3}},"width":153,"height":42,"resume":false,"useHandCursor":true,"id":"6JwrIr6Jc8r"}],"audiolib":[{"kind":"audio","assetId":170,"id":"6m97NlmJ1uV"},{"kind":"audio","assetId":171,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":971,"height":540,"resume":false,"useHandCursor":false,"id":"6Ddu5LFjDuN","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.5vHJ7NuHX0L"},{"kind":"objref","type":"string","value":"_parent.6T7tD7CBHuw"},{"kind":"objref","type":"string","value":"_parent.68L6cA9b1Nv"},{"kind":"objref","type":"string","value":"_parent.6S1nfTpMJGn"},{"kind":"objref","type":"string","value":"_parent.5geP7ASbCCN"},{"kind":"objref","type":"string","value":"_parent.6mDe9ANUnhM"},{"kind":"objref","type":"string","value":"_parent.5h0ipv2gJDb"},{"kind":"objref","type":"string","value":"_parent.5xxgpKrrNQ7"},{"kind":"objref","type":"string","value":"_parent.5xhpLJAkZHb"},{"kind":"objref","type":"string","value":"_parent.5f8l9D83HhH"},{"kind":"objref","type":"string","value":"_parent.5Wm2V6hEGJY"},{"kind":"objref","type":"string","value":"_parent.6ZcYgFkkImW"},{"kind":"objref","type":"string","value":"_parent.5jmfKPmHGzM"},{"kind":"objref","type":"string","value":"_parent.6EwXXGKvd4S"},{"kind":"objref","type":"string","value":"_parent.5q8Lg1jkin4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":21750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Bivx9edmM3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j51lqiz7n6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66z7os3JcdO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Lvo3jy1SfK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"67aloJvmeZt"}},{"kind":"media_play","objRef":{"type":"string","value":"67aloJvmeZt"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"67aloJvmeZt"}}]},{"kind":"ontimelinetick","time":11000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UlnmOgvAxm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5vtzwyzxlnM"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6QeCoP8P7QD_-1326500453","id":"01","linkId":"txt__default_6Bivx9edmM3","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":102,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":636}}},{"kind":"textdata","uniqueId":"60rsRwiR09E_545299036","id":"02","linkId":"txt__default_Disabled_6Bivx9edmM3","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":102,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":837,"yPos":334,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":115,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":635}},"html5data":{"xPos":0,"yPos":0,"width":115,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":114,"height":32,"resume":true,"useHandCursor":true,"id":"6Bivx9edmM3","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6j51lqiz7n6_-192245069","id":"01","linkId":"txt__default_6j51lqiz7n6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":548,"height":154,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Quand un enfant de moins de 1 an ","style":{"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"chute, la partie lésée est le plus souvent la tête ! (72^%^ des cas)\\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Les risques de contusion, de plaie ou de commotion sont réels. \\n","style":{"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#0076A3","linkColor":"#0076A3","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflexes","style":{"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie des équipements aux normes de sécurité NF\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":56,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’assure une surveillance rapprochée.","style":{"foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":37,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":547,"bottom":158,"pngfb":false,"pr":{"l":"Lib","i":638}}}],"shapemaskId":"","xPos":384,"yPos":148,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":284,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":568,"bottom":160,"altText":"Quand un enfant de moins de 1 an chute, la partie lésée est le plus souvent la tête ! (72^%^ des cas)\\nLes risques de contusion, de plaie ou de commotion sont réels. \\n\\n2 bons réflexes: \\nJe privilégie des équipements aux normes de sécurité NF\\n\\nJ’assure une surveillance rapprochée.","pngfb":false,"pr":{"l":"Lib","i":637}},"html5data":{"xPos":0,"yPos":0,"width":568,"height":160,"strokewidth":0}},"width":568,"height":160,"resume":false,"useHandCursor":true,"id":"6j51lqiz7n6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"66z7os3JcdO_-642990929","id":"01","linkId":"txt__default_66z7os3JcdO","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":162,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":639}}}],"shapemaskId":"","xPos":384,"yPos":102,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"66z7os3JcdO"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Lvo3jy1SfK_522856977","id":"01","linkId":"txt__default_6Lvo3jy1SfK","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":483,"height":52,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":480,"bottom":57,"pngfb":false,"pr":{"l":"Lib","i":548}}}],"shapemaskId":"","xPos":310,"yPos":321,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":254.5,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":509,"bottom":62,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":640}},"html5data":{"xPos":0,"yPos":0,"width":509,"height":62,"strokewidth":0}},"width":509,"height":62,"resume":false,"useHandCursor":true,"id":"6Lvo3jy1SfK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6UlnmOgvAxm_-54716260","id":"01","linkId":"txt__default_6UlnmOgvAxm","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":32,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":139,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":293}}}],"shapemaskId":"","xPos":798,"yPos":228,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":156,"bottom":44,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":292}},"html5data":{"xPos":-2,"yPos":-2,"width":158,"height":46,"strokewidth":3}},"width":153,"height":42,"resume":false,"useHandCursor":true,"id":"6UlnmOgvAxm"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":850,"yPos":272,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":115}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"5vtzwyzxlnM"}],"audiolib":[{"kind":"audio","assetId":172,"id":"67aloJvmeZt"},{"kind":"audio","assetId":173,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6KMwQbBzGhy","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide21","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":163,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6MbCw3zA6X4","actionGroups":{"ReviewInt_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5Wm2V6hEGJY"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6mDe9ANUnhM"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5xhpLJAkZHb"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5f8l9D83HhH"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iHW2XPPuAX_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iHW2XPPuAX_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5iHW2XPPuAX","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5Wm2V6hEGJY"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6mDe9ANUnhM"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5xhpLJAkZHb"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5f8l9D83HhH"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5iHW2XPPuAX"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5Wm2V6hEGJY"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6mDe9ANUnhM"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5xhpLJAkZHb"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5f8l9D83HhH"},"enabled":{"type":"boolean","value":false}}]},"5iHW2XPPuAX_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5iHW2XPPuAX"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6ZqxC7q4RPp.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5iHW2XPPuAX"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6MbCw3zA6X4":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5q071U8mzsW"}}]}]},"NavigationRestrictionPreviousSlide_6MbCw3zA6X4":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5iHW2XPPuAX","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5iHW2XPPuAX"}],"elseActions":[{"kind":"exe_actiongroup","id":"5iHW2XPPuAX_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5iHW2XPPuAX","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5iHW2XPPuAX","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5iHW2XPPuAX","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5iHW2XPPuAX","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6MbCw3zA6X4"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6MbCw3zA6X4"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6Q4mPLrKWvP.js b/public/zeroaccident/P2/html5/data/js/6Q4mPLrKWvP.js deleted file mode 100644 index cd85ee0..0000000 --- a/public/zeroaccident/P2/html5/data/js/6Q4mPLrKWvP.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"CUISINE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":17,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide17","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":124,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6Q4mPLrKWvP","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZiEhrdJk2k"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cAmPWv1BxE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UXpPKph1bk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T.5oUN4m3D1JR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T.5d0V2Vo8WUR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T.6REWLnxaaZu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.5ssVaPaklGv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RVQXcjV4PZ"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZiEhrdJk2k_1472493101","id":"01","linkId":"txt__default_6ZiEhrdJk2k","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"DES RISQUES MULTIPLES","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":303,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":387}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"DES RISQUES MULTIPLES","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6ZiEhrdJk2k"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5cAmPWv1BxE_-1404918613","id":"01","linkId":"txt__default_5cAmPWv1BxE","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":129,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la cuisine","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":480}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":74.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":150,"bottom":44,"altText":"Dans la cuisine","pngfb":false,"pr":{"l":"Lib","i":479}},"html5data":{"xPos":0,"yPos":0,"width":150,"height":44,"strokewidth":0}},"width":149,"height":44,"resume":false,"useHandCursor":true,"id":"5cAmPWv1BxE"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":20,"arrowypos":58,"shapemaskId":"","xPos":-6,"yPos":-44,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":40,"height":40,"resume":false,"useHandCursor":true,"id":"6UXpPKph1bk_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":481}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6UXpPKph1bk"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6UXpPKph1bk"}}],"clickdef":[{"kind":"objref","type":"string","value":"6UXpPKph1bk"}]}],"shapemaskId":"","xPos":537,"yPos":247,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6UXpPKph1bk","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UXpPKph1bk"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6ZTEsIshGPW"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]},{"kind":"objgroup","objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":482}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":28,"strokewidth":0}},"width":78,"height":27,"resume":false,"useHandCursor":true,"id":"5oUN4m3D1JR"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":483}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}},"width":54,"height":40,"resume":false,"useHandCursor":true,"id":"5d0V2Vo8WUR"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":10,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":484}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":10,"strokewidth":0}},"width":11,"height":10,"resume":false,"useHandCursor":true,"id":"6REWLnxaaZu"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":131,"yPos":12,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":78,"height":54,"resume":false,"useHandCursor":true,"id":"6gpyAllTy7T"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6gt7uJpEFwd_-198885436","id":"01","linkId":"txt__default_5ssVaPaklGv","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":197,"height":75,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#000000","linkColor":"#000000","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#000000","linkColor":"#000000","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":59,"pngfb":false,"pr":{"l":"Lib","i":489}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":104.5,"rotateYPos":39.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":485}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":486}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":487}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":486}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":486}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":487}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":488}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":488}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":487}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":488}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":486}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":210,"bottom":79,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":487}},"html5data":{"xPos":0,"yPos":0,"width":210,"height":79,"strokewidth":0}}}],"width":209,"height":79,"resume":true,"useHandCursor":true,"id":"5ssVaPaklGv","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":747,"yPos":464,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":104.5,"rotateYPos":39.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"68Dq312gz9U_hot","accState":0,"imagedata":{"assetId":125,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape68Dq312gz9U.png","xPos":0,"yPos":0,"width":209,"height":79,"strokewidth":0,"mask":"40CEO"}},"width":209,"height":79,"resume":false,"useHandCursor":true,"id":"68Dq312gz9U","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":20,"arrowypos":58,"shapemaskId":"","xPos":-6,"yPos":-44,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":40,"height":40,"resume":false,"useHandCursor":true,"id":"6RVQXcjV4PZ_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6RVQXcjV4PZ"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6RVQXcjV4PZ"}}],"clickdef":[{"kind":"objref","type":"string","value":"6RVQXcjV4PZ"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6RVQXcjV4PZ"}}],"clickdef":[{"kind":"objref","type":"string","value":"6RVQXcjV4PZ"}]}],"shapemaskId":"","xPos":495,"yPos":436,"tabIndex":13,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6RVQXcjV4PZ","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RVQXcjV4PZ"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6MbCw3zA6X4"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6Sal6CIdrQA.js b/public/zeroaccident/P2/html5/data/js/6Sal6CIdrQA.js deleted file mode 100644 index e3051e1..0000000 --- a/public/zeroaccident/P2/html5/data/js/6Sal6CIdrQA.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"SALLE A MANGER/SALON","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":7,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide7","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":38,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6Sal6CIdrQA","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pMUhRfOdES"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.6YfSTZW1BRs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2.6b0x4xEfOnP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2.5ZynXymiS2Q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2.6azIgwo0usC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PdRTUvoeoN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67o6hYlBoq8"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":80,"arrowypos":58,"shapemaskId":"","xPos":-66,"yPos":-44,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":160,"height":40,"resume":false,"useHandCursor":true,"id":"5pMUhRfOdES_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"5pMUhRfOdES"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"5pMUhRfOdES"}}],"clickdef":[{"kind":"objref","type":"string","value":"5pMUhRfOdES"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"5pMUhRfOdES"}}],"clickdef":[{"kind":"objref","type":"string","value":"5pMUhRfOdES"}]}],"shapemaskId":"","xPos":432,"yPos":225,"tabIndex":10,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"5pMUhRfOdES","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pMUhRfOdES"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6ML5zeVqhOR"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5tgSa8T2mBP_1506205173","id":"01","linkId":"txt__default_6YfSTZW1BRs","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":218,"height":80,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#000000","linkColor":"#000000","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#000000","linkColor":"#000000","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":62,"pngfb":false,"pr":{"l":"Lib","i":189}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":115,"rotateYPos":42,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":185}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":188}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":188}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":188}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":188}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":231,"bottom":84,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":84,"strokewidth":0}}}],"width":230,"height":84,"resume":true,"useHandCursor":true,"id":"6YfSTZW1BRs","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":29,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":190}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":29,"strokewidth":0}},"width":78,"height":29,"resume":false,"useHandCursor":true,"id":"6b0x4xEfOnP"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":43,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":191}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":43,"strokewidth":0}},"width":54,"height":43,"resume":false,"useHandCursor":true,"id":"5ZynXymiS2Q"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":192}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":11,"resume":false,"useHandCursor":true,"id":"6azIgwo0usC"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":152,"yPos":13,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":28.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":57,"resume":false,"useHandCursor":true,"id":"5a4ctCgjaX2"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":726,"yPos":459,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":115,"rotateYPos":42,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6d8Ii3SnatC_hot","accState":0,"imagedata":{"assetId":39,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6d8Ii3SnatC.png","xPos":0,"yPos":0,"width":230,"height":84,"strokewidth":0,"mask":"4BCCO"}},"width":230,"height":84,"resume":false,"useHandCursor":true,"id":"6d8Ii3SnatC","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PdRTUvoeoN_1331573242","id":"01","linkId":"txt__default_6PdRTUvoeoN","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":263,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le salon, la salle à manger","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":32,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":201,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":194}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":141.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":283,"bottom":44,"altText":"Dans le salon, la salle à manger","pngfb":false,"pr":{"l":"Lib","i":193}},"html5data":{"xPos":0,"yPos":0,"width":283,"height":44,"strokewidth":0}},"width":283,"height":44,"resume":false,"useHandCursor":true,"id":"6PdRTUvoeoN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67o6hYlBoq8_782080145","id":"01","linkId":"txt__default_67o6hYlBoq8","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":195}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"67o6hYlBoq8"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6ZTEsIshGPW.js b/public/zeroaccident/P2/html5/data/js/6ZTEsIshGPW.js deleted file mode 100644 index a1f241f..0000000 --- a/public/zeroaccident/P2/html5/data/js/6ZTEsIshGPW.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"SUFFOCATION cuisine ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":18,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":133,"id":"6Kw3fs2OHyO"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":14375,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6QfMq3KgUgz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uvJUzcl9wo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g6OwCSjl3n"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Hbqb8Tbpmr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zp2H7IoIya"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ptg2E0vhv9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O6sA4r6MpD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HuM32TbjbQ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uPjjkYbibz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Dy4Prsxt09"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ahkuEsFbE2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GKg1LUdhFB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ojJHz70M0J"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6A3QIuktog3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6SkbGPFIFYb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5v9CZ027DwU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nczRtN1xAe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lrkBnJZfps"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OnSB2G8e4C"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WC0jDDdkqM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kSs3YRbtIh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Uk2fol2Hxe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hr6Zs2NXcO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eZhkftFcec"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Kw3fs2OHyO"}},{"kind":"media_play","objRef":{"type":"string","value":"6Kw3fs2OHyO"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"6Kw3fs2OHyO"}}]},{"kind":"ontimelinetick","time":5250,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5pNzql8y31F"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5vto696R1EA"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":21,"yPos":410,"tabIndex":52,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 6","pngfb":false,"pr":{"l":"Lib","i":490}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6QfMq3KgUgz"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":187,"yPos":280,"tabIndex":47,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":121,"altText":"Ovale 4","pngfb":false,"pr":{"l":"Lib","i":491}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5uvJUzcl9wo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":186,"yPos":410,"tabIndex":53,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 7","pngfb":false,"pr":{"l":"Lib","i":491}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6g6OwCSjl3n"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":187,"yPos":146,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":60,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":121,"altText":"Ovale 3","pngfb":false,"pr":{"l":"Lib","i":492}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":122,"strokewidth":1}},"width":121,"height":120,"resume":false,"useHandCursor":true,"id":"6Hbqb8Tbpmr"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":20,"yPos":280,"tabIndex":46,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 2","pngfb":false,"pr":{"l":"Lib","i":491}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6Zp2H7IoIya"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":20,"yPos":146,"tabIndex":26,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":491}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5ptg2E0vhv9"},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":503,"yPos":12,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":180,"rotateYPos":278.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":360,"bottom":557,"altText":"Round Same Side Corner 1","pngfb":false,"pr":{"l":"Lib","i":493}},"html5data":{"xPos":-1,"yPos":-1,"width":361,"height":558,"strokewidth":0}},"width":360,"height":557,"resume":false,"useHandCursor":true,"id":"6O6sA4r6MpD"},{"kind":"vectorshape","rotation":90,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":600,"yPos":234,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":10.5,"rotateYPos":7.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":21,"bottom":15,"altText":"Flèche droite 1","pngfb":false,"pr":{"l":"Lib","i":494}},"html5data":{"xPos":-1,"yPos":-1,"width":22,"height":16,"strokewidth":1}},"animations":[{"kind":"animation","id":"Entrance","duration":500,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":500,"mask":{"type":"randombars","settings":[{"kind":"setting","name":"direction","value":"vertical"}],"duration":500,"easing":"linear","easingdir":"easeinout"}}]}],"width":20,"height":14,"resume":false,"useHandCursor":true,"id":"5pNzql8y31F"},{"kind":"vectorshape","rotation":90,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":817,"yPos":234,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":10.5,"rotateYPos":7.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":21,"bottom":15,"altText":"Flèche droite 2","pngfb":false,"pr":{"l":"Lib","i":494}},"html5data":{"xPos":-1,"yPos":-1,"width":22,"height":16,"strokewidth":1}},"animations":[{"kind":"animation","id":"Entrance","duration":500,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":500,"mask":{"type":"randombars","settings":[{"kind":"setting","name":"direction","value":"vertical"}],"duration":500,"easing":"linear","easingdir":"easeinout"}}]}],"width":20,"height":14,"resume":false,"useHandCursor":true,"id":"5vto696R1EA"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6HuM32TbjbQ_2060124451","id":"01","linkId":"txt__default_6HuM32TbjbQ","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":496,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"’accroche ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"deux à deux un risque (1,2,3) et un geste de prévention (A,B,C)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":513,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":496}}}],"shapemaskId":"","xPos":447,"yPos":204,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":265,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":530,"bottom":30,"altText":"J’accroche deux à deux un risque (1,2,3) et un geste de prévention (A,B,C)","pngfb":false,"pr":{"l":"Lib","i":495}},"html5data":{"xPos":0,"yPos":0,"width":530,"height":30,"strokewidth":0}},"width":530,"height":30,"resume":false,"useHandCursor":true,"id":"6HuM32TbjbQ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5uPjjkYbibz_1460213050","id":"01","linkId":"txt__default_5uPjjkYbibz","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":434,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment empêcher mon enfant de s’étouffer avec des objets de la cuisine ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":73,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":414,"bottom":69,"pngfb":false,"pr":{"l":"Lib","i":498}}}],"shapemaskId":"","xPos":509,"yPos":131,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":234,"rotateYPos":37,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":468,"bottom":74,"altText":"Comment empêcher mon enfant de s’étouffer avec des objets de la cuisine ?","pngfb":false,"pr":{"l":"Lib","i":497}},"html5data":{"xPos":0,"yPos":0,"width":468,"height":74,"strokewidth":0}},"width":468,"height":74,"resume":false,"useHandCursor":true,"id":"5uPjjkYbibz"},{"kind":"scrollarea","contentwidth":418,"contentheight":198,"objects":[{"kind":"droparea","style":"matching","reviewdata":3,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":21,"yPos":132,"tabIndex":42,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6l1ywu0g4Lb_-1848967580","type":"acctext","altText":"3. Magnets, aimants","xPos":0,"yPos":0,"xAccOffset":17,"yAccOffset":5,"width":150,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"3.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" Magnets, aimants","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":19,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":157,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":500}}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":50,"strokewidth":0}},"width":201,"height":50,"resume":true,"useHandCursor":true,"id":"6l1ywu0g4Lb"},{"kind":"shufflegroup","objects":[{"kind":"dragitem","style":"matching","connectdata":"choices.choice_5bnlSKJKTPA","reviewdata":3,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":239,"yPos":132,"tabIndex":43,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xB7FDFF","alpha":100,"stop":0},{"kind":"color","rgb":"0xA1EDEF","alpha":100,"stop":100}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6WmIg5NrW6m_1747191319","type":"acctext","altText":"B. Porte frigo vierge","xPos":0,"yPos":0,"xAccOffset":34,"yAccOffset":5,"width":150,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"B.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" Porte frigo vierge","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":173,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":501}}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":50,"strokewidth":0}},"width":201,"height":50,"resume":true,"useHandCursor":true,"id":"6WmIg5NrW6m"},{"kind":"dragitem","style":"matching","connectdata":"choices.choice_6lFjjSoSH4P","reviewdata":2,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":239,"yPos":68,"tabIndex":40,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xB7FDFF","alpha":100,"stop":0},{"kind":"color","rgb":"0xA1EDEF","alpha":100,"stop":100}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6R4dYkoisL6_-1969920948","type":"acctext","altText":"A. Tiroir fermé","xPos":0,"yPos":0,"xAccOffset":34,"yAccOffset":5,"width":150,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Tiroir fermé","style":{"fontSize":11,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":15.676,"descent":4.297,"leading":0,"underlinePosition":-1.103,"underlineThickness":0.73,"xHeight":7.849}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":138,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":502}}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":50,"strokewidth":0}},"width":201,"height":50,"resume":true,"useHandCursor":true,"id":"6R4dYkoisL6"},{"kind":"dragitem","style":"matching","connectdata":"choices.choice_6QPCfEpotBc","reviewdata":1,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":239,"yPos":4,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xB7FDFF","alpha":100,"stop":0},{"kind":"color","rgb":"0xA1EDEF","alpha":100,"stop":100}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6AQIHuprHxz_-2111984093","type":"acctext","altText":"C. Pot fermé","xPos":0,"yPos":0,"xAccOffset":34,"yAccOffset":5,"width":150,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"C.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Pot fermé","style":{"fontSize":11,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":15.676,"descent":4.297,"leading":0,"underlinePosition":-1.103,"underlineThickness":0.73,"xHeight":7.849}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":124,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":503}}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":50,"strokewidth":0}},"width":201,"height":50,"resume":true,"useHandCursor":true,"id":"6AQIHuprHxz"}],"shuffle":true,"depth":2,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":true,"useHandCursor":true,"id":""},{"kind":"droparea","style":"matching","reviewdata":2,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":21,"yPos":68,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5dLRF9QiUmT_2005247996","type":"acctext","altText":"2. Sacs plastique","xPos":0,"yPos":0,"xAccOffset":17,"yAccOffset":5,"width":150,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"2.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Sacs plastique","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","fontSize":11,"ascent":15.676,"descent":4.297,"leading":0,"underlinePosition":-1.103,"underlineThickness":0.73,"xHeight":7.849}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":135,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":504}}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":50,"strokewidth":0}},"width":201,"height":50,"resume":true,"useHandCursor":true,"id":"5dLRF9QiUmT"},{"kind":"droparea","style":"matching","reviewdata":1,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":21,"yPos":4,"tabIndex":36,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6E8CUgvUJHh_2081822117","type":"acctext","altText":"1. Petits aliments secs","xPos":0,"yPos":0,"xAccOffset":17,"yAccOffset":5,"width":150,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":". ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Petits aliments secs","style":{"fontSize":12,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":156,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":505}}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":50,"strokewidth":0}},"width":201,"height":50,"resume":true,"useHandCursor":true,"id":"6E8CUgvUJHh"}],"shapemaskId":"","xPos":488,"yPos":257,"tabIndex":34,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":236,"rotateYPos":105.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":472,"height":210,"strokewidth":0}},"width":472,"height":210,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":472,"bottom":211,"altText":"Appariement : glisser-déposer","pngfb":false,"pr":{"l":"Lib","i":499}}},"id":"6ObmagFTM4C"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":127,"id":"01","url":"story_content/5k8wfIOYsrk_P_28_34_135_120.jpg","type":"normal","altText":"Image 11.jpg","width":135,"height":120,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":189,"yPos":149,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":57.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":118,"bottom":115,"altText":"Image 11.jpg","pngfb":false,"pr":{"l":"Lib","i":506}},"html5data":{"xPos":-1,"yPos":-1,"width":119,"height":116,"strokewidth":0}},"width":117,"height":115,"resume":false,"useHandCursor":true,"id":"6Dy4Prsxt09"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ahkuEsFbE2_-273624305","id":"01","linkId":"txt__default_5ahkuEsFbE2","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":7,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"B","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":32,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":508}}}],"shapemaskId":"","xPos":289,"yPos":264,"tabIndex":45,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":20.5,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":42,"bottom":40,"altText":"B","pngfb":false,"pr":{"l":"Lib","i":507}},"html5data":{"xPos":0,"yPos":0,"width":42,"height":40,"strokewidth":0}},"width":41,"height":40,"resume":false,"useHandCursor":true,"id":"5ahkuEsFbE2"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GKg1LUdhFB_-2000552798","id":"01","linkId":"txt__default_6GKg1LUdhFB","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":6,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"3","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":30,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":510}}}],"shapemaskId":"","xPos":20,"yPos":386,"tabIndex":50,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":40,"bottom":40,"altText":"3","pngfb":false,"pr":{"l":"Lib","i":509}},"html5data":{"xPos":0,"yPos":0,"width":40,"height":40,"strokewidth":0}},"width":40,"height":40,"resume":false,"useHandCursor":true,"id":"6GKg1LUdhFB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ojJHz70M0J_780163587","id":"01","linkId":"txt__default_6ojJHz70M0J","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":14,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":32,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":512}}}],"shapemaskId":"","xPos":290,"yPos":146,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":48,"bottom":40,"altText":"A","pngfb":false,"pr":{"l":"Lib","i":511}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":40,"strokewidth":0}},"width":48,"height":40,"resume":false,"useHandCursor":true,"id":"6ojJHz70M0J"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":128,"id":"01","url":"story_content/5t94g4liVSR_P_22_19_195_184.jpg","type":"normal","altText":"OIP (4).jpg","width":195,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":36,"yPos":299,"tabIndex":49,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":43.5,"rotateYPos":41,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":87,"bottom":82,"altText":"OIP (4).jpg","pngfb":false,"pr":{"l":"Lib","i":513}},"html5data":{"xPos":0,"yPos":0,"width":87,"height":82,"strokewidth":0}},"width":87,"height":82,"resume":false,"useHandCursor":true,"id":"6A3QIuktog3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6SkbGPFIFYb_1640127597","id":"01","linkId":"txt__default_6SkbGPFIFYb","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":2,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"2","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":30,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":515}}}],"shapemaskId":"","xPos":15,"yPos":259,"tabIndex":44,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":18,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":18,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":36,"bottom":40,"altText":"2","pngfb":false,"pr":{"l":"Lib","i":514}},"html5data":{"xPos":0,"yPos":0,"width":36,"height":40,"strokewidth":0}},"width":36,"height":40,"resume":false,"useHandCursor":true,"id":"6SkbGPFIFYb"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5v9CZ027DwU_644128225","id":"01","linkId":"txt__default_5v9CZ027DwU","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":14,"height":30,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"C","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":31,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":516}}}],"shapemaskId":"","xPos":288,"yPos":405,"tabIndex":51,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":19,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":48,"bottom":40,"altText":"C","pngfb":false,"pr":{"l":"Lib","i":511}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":40,"strokewidth":0}},"width":48,"height":40,"resume":false,"useHandCursor":true,"id":"5v9CZ027DwU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nczRtN1xAe_-2048574439","id":"01","linkId":"txt__default_5nczRtN1xAe","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":13,"height":30,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":30,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":518}}}],"shapemaskId":"","xPos":12,"yPos":131,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23.5,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":20,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":47,"bottom":40,"altText":"1","pngfb":false,"pr":{"l":"Lib","i":517}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":40,"strokewidth":0}},"width":47,"height":40,"resume":false,"useHandCursor":true,"id":"5nczRtN1xAe"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6lrkBnJZfps_-207693854","id":"01","linkId":"txt__default_6lrkBnJZfps","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE SUFFOCATION, ETOUFFEMENT","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":22,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":34.995,"descent":8.477,"leading":0,"underlinePosition":-2.933,"underlineThickness":1.467,"xHeight":16.955}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":50,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":624,"bottom":47,"pngfb":false,"pr":{"l":"Lib","i":519}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":21,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"JE PREVIENS LE RISQUE DE SUFFOCATION, ETOUFFEMENT","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6lrkBnJZfps"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OnSB2G8e4C_266866893","id":"01","linkId":"txt__default_6OnSB2G8e4C","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la cuisine","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":520}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":22,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":22,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans la cuisine","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6OnSB2G8e4C"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6X294M4qTZU_1655004527","id":"01","linkId":"txt__default_5WC0jDDdkqM","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":110,"height":29,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Valider","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":526}}}],"shapemaskId":"","xPos":801,"yPos":482,"tabIndex":56,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":61,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":23,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":521}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":521}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":522}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":521}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":521}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":522}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":523}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":524}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":525}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":523}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":523}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":525}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}}],"width":122,"height":33,"resume":true,"useHandCursor":true,"id":"5WC0jDDdkqM","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"noteq","valuea":"_parent.6ObmagFTM4C.6E8CUgvUJHh.$DragConnectData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6ObmagFTM4C.5dLRF9QiUmT.$DragConnectData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6ObmagFTM4C.6l1ywu0g4Lb.$DragConnectData","typea":"property","valueb":"","typeb":"string"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.5Uysmghm0oM"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":129,"id":"01","url":"story_content/6etO7z1HfCX_P_33_0_179_180.jpg","type":"normal","altText":"MAGNET FRIGO.jpg","width":179,"height":180,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":23,"yPos":412,"tabIndex":54,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":24,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":115,"bottom":116,"altText":"MAGNET FRIGO.jpg","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":116,"height":117,"strokewidth":0}},"width":115,"height":116,"resume":false,"useHandCursor":true,"id":"5kSs3YRbtIh"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":130,"id":"01","url":"story_content/5Y2G1DALy17.jpg","type":"normal","altText":"OIP (3).jpg","width":234,"height":147,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":148,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":58.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":25,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":117,"bottom":117,"altText":"OIP (3).jpg","pngfb":false,"pr":{"l":"Lib","i":528}},"html5data":{"xPos":0,"yPos":0,"width":117,"height":117,"strokewidth":0}},"width":117,"height":117,"resume":false,"useHandCursor":true,"id":"5Uk2fol2Hxe"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":131,"id":"01","url":"story_content/5dO4kfG0Jsr_P_35_0_190_183.jpg","type":"normal","altText":"BOCAL.jpg","width":190,"height":183,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":195,"yPos":414,"tabIndex":55,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":54,"scaleX":100,"scaleY":100,"alpha":100,"depth":26,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":112,"bottom":108,"altText":"BOCAL.jpg","pngfb":false,"pr":{"l":"Lib","i":529}},"html5data":{"xPos":0,"yPos":0,"width":112,"height":108,"strokewidth":0}},"width":112,"height":108,"resume":false,"useHandCursor":true,"id":"5hr6Zs2NXcO"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":132,"id":"01","url":"story_content/60DdQXcHuBr.png","type":"normal","altText":"FRIGO.png","width":148,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":191,"yPos":282,"tabIndex":48,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":27,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":112,"bottom":116,"altText":"FRIGO.png","pngfb":false,"pr":{"l":"Lib","i":530}},"html5data":{"xPos":-1,"yPos":-1,"width":113,"height":117,"strokewidth":0}},"width":112,"height":116,"resume":false,"useHandCursor":true,"id":"6eZhkftFcec"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ObmagFTM4C_CorrectReview","id":"01","linkId":"6ObmagFTM4C_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":57,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":28,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6ObmagFTM4C_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ObmagFTM4C_IncorrectReview","id":"01","linkId":"6ObmagFTM4C_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":58,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":29,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6ObmagFTM4C_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QfMq3KgUgz"},{"kind":"objref","type":"string","value":"_parent.5uvJUzcl9wo"},{"kind":"objref","type":"string","value":"_parent.6g6OwCSjl3n"},{"kind":"objref","type":"string","value":"_parent.6Hbqb8Tbpmr"},{"kind":"objref","type":"string","value":"_parent.6Zp2H7IoIya"},{"kind":"objref","type":"string","value":"_parent.5ptg2E0vhv9"},{"kind":"objref","type":"string","value":"_parent.6O6sA4r6MpD"},{"kind":"objref","type":"string","value":"_parent.5pNzql8y31F"},{"kind":"objref","type":"string","value":"_parent.5vto696R1EA"},{"kind":"objref","type":"string","value":"_parent.6HuM32TbjbQ"},{"kind":"objref","type":"string","value":"_parent.5uPjjkYbibz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6E8CUgvUJHh"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.5dLRF9QiUmT"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6l1ywu0g4Lb"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6AQIHuprHxz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6R4dYkoisL6"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6WmIg5NrW6m"},{"kind":"objref","type":"string","value":"_parent.6Dy4Prsxt09"},{"kind":"objref","type":"string","value":"_parent.5ahkuEsFbE2"},{"kind":"objref","type":"string","value":"_parent.6GKg1LUdhFB"},{"kind":"objref","type":"string","value":"_parent.6ojJHz70M0J"},{"kind":"objref","type":"string","value":"_parent.6A3QIuktog3"},{"kind":"objref","type":"string","value":"_parent.6SkbGPFIFYb"},{"kind":"objref","type":"string","value":"_parent.5v9CZ027DwU"},{"kind":"objref","type":"string","value":"_parent.5nczRtN1xAe"},{"kind":"objref","type":"string","value":"_parent.6lrkBnJZfps"},{"kind":"objref","type":"string","value":"_parent.6OnSB2G8e4C"},{"kind":"objref","type":"string","value":"_parent.5WC0jDDdkqM"},{"kind":"objref","type":"string","value":"_parent.5kSs3YRbtIh"},{"kind":"objref","type":"string","value":"_parent.5Uk2fol2Hxe"},{"kind":"objref","type":"string","value":"_parent.5hr6Zs2NXcO"},{"kind":"objref","type":"string","value":"_parent.6eZhkftFcec"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cfxmd1S6u9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Rf1SHxuMSa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5fVbLzo2NIm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCM62EG0hF"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"media_play","objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OgGqCoOUBU"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"5kCM62EG0hF"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/5x2J9gL6v3I.png","type":"normal","altText":"toy-gdb761d1e1_1280.png","width":223,"height":242,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":208,"yPos":169,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":112,"bottom":121,"altText":"toy-gdb761d1e1_1280.png","pngfb":false,"pr":{"l":"Lib","i":91}},"html5data":{"xPos":0,"yPos":0,"width":112,"height":121,"strokewidth":0}},"width":112,"height":121,"resume":true,"useHandCursor":true,"id":"6OgGqCoOUBU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5cfxmd1S6u9_-1122474791","id":"01","linkId":"txt__default_5cfxmd1S6u9","type":"acctext","xPos":6,"yPos":3,"xAccOffset":6,"yAccOffset":3,"width":562,"height":63,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je peux faire mieux ! Je réessaie .","style":{"fontSize":12,"foregroundColor":"#1F497D","linkColor":"#1F497D","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":253,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":532}}}],"shapemaskId":"","xPos":361,"yPos":178,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":575,"bottom":70,"altText":"Je peux faire mieux ! Je réessaie .","pngfb":false,"pr":{"l":"Lib","i":531}},"html5data":{"xPos":0,"yPos":0,"width":575,"height":70,"strokewidth":0}},"width":574,"height":69,"resume":true,"useHandCursor":true,"id":"5cfxmd1S6u9"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5xZ9z2l0vjV_2114930806","id":"01","linkId":"txt__default_6Rf1SHxuMSa","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Réessayer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":101}}},{"kind":"textdata","uniqueId":"5sObCQI4FWK_-1382240786","id":"02","linkId":"txt__default_Disabled_6Rf1SHxuMSa","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Réessayer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":536}}}],"shapemaskId":"","xPos":817,"yPos":335,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":533}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":97}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":533}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":97}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":534}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":535}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6Rf1SHxuMSa","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5fVbLzo2NIm_-658874087","id":"01","linkId":"txt__default_5fVbLzo2NIm","type":"acctext","xPos":6,"yPos":3,"xAccOffset":6,"yAccOffset":3,"width":563,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"CE N’EST PAS TOUT À FAIT EXACT !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":32,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":230,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":537}}}],"shapemaskId":"","xPos":360,"yPos":121,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":33,"altText":"CE N’EST PAS TOUT À FAIT EXACT !","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"5fVbLzo2NIm"}],"audiolib":[{"kind":"audio","assetId":134,"id":"5yCmF52hkLz"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"5f5LNRPCRlq","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5kCM62EG0hF"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QfMq3KgUgz"},{"kind":"objref","type":"string","value":"_parent.5uvJUzcl9wo"},{"kind":"objref","type":"string","value":"_parent.6g6OwCSjl3n"},{"kind":"objref","type":"string","value":"_parent.6Hbqb8Tbpmr"},{"kind":"objref","type":"string","value":"_parent.6Zp2H7IoIya"},{"kind":"objref","type":"string","value":"_parent.5ptg2E0vhv9"},{"kind":"objref","type":"string","value":"_parent.6O6sA4r6MpD"},{"kind":"objref","type":"string","value":"_parent.5pNzql8y31F"},{"kind":"objref","type":"string","value":"_parent.5vto696R1EA"},{"kind":"objref","type":"string","value":"_parent.6HuM32TbjbQ"},{"kind":"objref","type":"string","value":"_parent.5uPjjkYbibz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6E8CUgvUJHh"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.5dLRF9QiUmT"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6l1ywu0g4Lb"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6AQIHuprHxz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6R4dYkoisL6"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6WmIg5NrW6m"},{"kind":"objref","type":"string","value":"_parent.6Dy4Prsxt09"},{"kind":"objref","type":"string","value":"_parent.5ahkuEsFbE2"},{"kind":"objref","type":"string","value":"_parent.6GKg1LUdhFB"},{"kind":"objref","type":"string","value":"_parent.6ojJHz70M0J"},{"kind":"objref","type":"string","value":"_parent.6A3QIuktog3"},{"kind":"objref","type":"string","value":"_parent.6SkbGPFIFYb"},{"kind":"objref","type":"string","value":"_parent.5v9CZ027DwU"},{"kind":"objref","type":"string","value":"_parent.5nczRtN1xAe"},{"kind":"objref","type":"string","value":"_parent.6lrkBnJZfps"},{"kind":"objref","type":"string","value":"_parent.6OnSB2G8e4C"},{"kind":"objref","type":"string","value":"_parent.5WC0jDDdkqM"},{"kind":"objref","type":"string","value":"_parent.5kSs3YRbtIh"},{"kind":"objref","type":"string","value":"_parent.5Uk2fol2Hxe"},{"kind":"objref","type":"string","value":"_parent.5hr6Zs2NXcO"},{"kind":"objref","type":"string","value":"_parent.6eZhkftFcec"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":42056,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mJRzrtJSV6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5wiIuhzY11W"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BKUQinAP7Z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FNZUjGiPqq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5kgfcSQnxZW"}},{"kind":"media_play","objRef":{"type":"string","value":"5kgfcSQnxZW"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5kgfcSQnxZW"}}]},{"kind":"ontimelinetick","time":9500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ibOzkevp9y"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6ckKykZCKTx"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":102}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":214,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":229,"yPos":161,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":107,"bottom":116,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":0,"yPos":0,"width":107,"height":116,"strokewidth":0}},"width":107,"height":116,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mJRzrtJSV6_-614472730","id":"01","linkId":"txt__default_5mJRzrtJSV6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":479,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":159,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":539}}}],"shapemaskId":"","xPos":354,"yPos":108,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":249.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":500,"bottom":33,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":538}},"html5data":{"xPos":0,"yPos":0,"width":500,"height":33,"strokewidth":0}},"width":499,"height":33,"resume":false,"useHandCursor":true,"id":"5mJRzrtJSV6"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6SB7tnoNuPz_583044530","id":"01","linkId":"txt__default_5wiIuhzY11W","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}},{"kind":"textdata","uniqueId":"69XTo0X926f_1051034266","id":"02","linkId":"txt__default_Disabled_5wiIuhzY11W","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":249}}}],"shapemaskId":"","xPos":817,"yPos":335,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":541}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":541}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":542}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":543}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":542}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":543}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5wiIuhzY11W","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6BKUQinAP7Z_-1978733618","id":"01","linkId":"txt__default_6BKUQinAP7Z","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":556,"height":135,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":115,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","lineSpacingRule":"single","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"lineSpacingRule":"single","listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dans des contenants fermés","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"lineSpacingRule":"single","listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":561,"bottom":138,"pngfb":false,"pr":{"l":"Lib","i":545}}}],"shapemaskId":"","xPos":351,"yPos":161,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":288,"rotateYPos":70.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":141,"altText":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n\\n2 bons réflèxes: \\nJe range hors de portée des enfants les petits aliments, les petits objets et les sacs\\nDans des contenants fermés","pngfb":false,"pr":{"l":"Lib","i":544}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":141,"strokewidth":0}},"width":576,"height":141,"resume":false,"useHandCursor":true,"id":"6BKUQinAP7Z"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":60,"id":"01","url":"story_content/6nWotxJhCgB_FFFFFF.png","type":"normal","altText":"bocal ferme.png","width":76,"height":76,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":625,"yPos":270,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":54,"altText":"bocal ferme.png","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":54,"strokewidth":0}},"width":54,"height":54,"resume":false,"useHandCursor":true,"id":"6ibOzkevp9y"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":26,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":881,"yPos":201,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":116}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"344"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":false,"useHandCursor":true,"id":"6ckKykZCKTx"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6FNZUjGiPqq_1339392136","id":"01","linkId":"txt__default_6FNZUjGiPqq","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":482,"height":52,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":480,"bottom":57,"pngfb":false,"pr":{"l":"Lib","i":548}}}],"shapemaskId":"","xPos":305,"yPos":336,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":254,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":508,"bottom":62,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":547}},"html5data":{"xPos":0,"yPos":0,"width":508,"height":62,"strokewidth":0}},"width":508,"height":62,"resume":false,"useHandCursor":true,"id":"6FNZUjGiPqq"}],"audiolib":[{"kind":"audio","assetId":135,"id":"5kgfcSQnxZW"},{"kind":"audio","assetId":136,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5r2ZkEWU9Kh","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QfMq3KgUgz"},{"kind":"objref","type":"string","value":"_parent.5uvJUzcl9wo"},{"kind":"objref","type":"string","value":"_parent.6g6OwCSjl3n"},{"kind":"objref","type":"string","value":"_parent.6Hbqb8Tbpmr"},{"kind":"objref","type":"string","value":"_parent.6Zp2H7IoIya"},{"kind":"objref","type":"string","value":"_parent.5ptg2E0vhv9"},{"kind":"objref","type":"string","value":"_parent.6O6sA4r6MpD"},{"kind":"objref","type":"string","value":"_parent.5pNzql8y31F"},{"kind":"objref","type":"string","value":"_parent.5vto696R1EA"},{"kind":"objref","type":"string","value":"_parent.6HuM32TbjbQ"},{"kind":"objref","type":"string","value":"_parent.5uPjjkYbibz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6E8CUgvUJHh"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.5dLRF9QiUmT"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6l1ywu0g4Lb"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6AQIHuprHxz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6R4dYkoisL6"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6WmIg5NrW6m"},{"kind":"objref","type":"string","value":"_parent.6Dy4Prsxt09"},{"kind":"objref","type":"string","value":"_parent.5ahkuEsFbE2"},{"kind":"objref","type":"string","value":"_parent.6GKg1LUdhFB"},{"kind":"objref","type":"string","value":"_parent.6ojJHz70M0J"},{"kind":"objref","type":"string","value":"_parent.6A3QIuktog3"},{"kind":"objref","type":"string","value":"_parent.6SkbGPFIFYb"},{"kind":"objref","type":"string","value":"_parent.5v9CZ027DwU"},{"kind":"objref","type":"string","value":"_parent.5nczRtN1xAe"},{"kind":"objref","type":"string","value":"_parent.6lrkBnJZfps"},{"kind":"objref","type":"string","value":"_parent.6OnSB2G8e4C"},{"kind":"objref","type":"string","value":"_parent.5WC0jDDdkqM"},{"kind":"objref","type":"string","value":"_parent.5kSs3YRbtIh"},{"kind":"objref","type":"string","value":"_parent.5Uk2fol2Hxe"},{"kind":"objref","type":"string","value":"_parent.5hr6Zs2NXcO"},{"kind":"objref","type":"string","value":"_parent.6eZhkftFcec"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":24250,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dgxVNS5cyd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dvIF5odZjP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qos05esXfI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EyVsLaAjsI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6jATPJiAF9o"}},{"kind":"media_play","objRef":{"type":"string","value":"6jATPJiAF9o"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6jATPJiAF9o"}}]},{"kind":"ontimelinetick","time":8750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XvmBP3XmwV"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6BhFN98R85f"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dgxVNS5cyd_278909908","id":"01","linkId":"txt__default_5dgxVNS5cyd","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":503,"height":154,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":115,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dans des contenants fermés","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":514,"bottom":158,"pngfb":false,"pr":{"l":"Lib","i":550}}}],"shapemaskId":"","xPos":385,"yPos":151,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":261.5,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":523,"bottom":160,"altText":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n\\n2 bons réflèxes: \\nJe range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n\\nDans des contenants fermés","pngfb":false,"pr":{"l":"Lib","i":549}},"html5data":{"xPos":0,"yPos":0,"width":523,"height":160,"strokewidth":0}},"width":523,"height":160,"resume":false,"useHandCursor":true,"id":"5dgxVNS5cyd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5vTc950buo1_-2077552591","id":"01","linkId":"txt__default_5dvIF5odZjP","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":100,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":556}}},{"kind":"textdata","uniqueId":"6Jir5xhFr9W_-1075344208","id":"02","linkId":"txt__default_Disabled_5dvIF5odZjP","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":249}}},{"kind":"textdata","uniqueId":"5lUPWgGG7Vi_-1245033903","id":"03","linkId":"txt__default_Down_5dvIF5odZjP","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":823,"yPos":336,"tabIndex":20,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":28,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":551}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":552}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":553}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":552}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":554}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":555}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":554}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":555}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":117,"height":26,"resume":true,"useHandCursor":true,"id":"5dvIF5odZjP","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}},{"kind":"resetquiz","objRef":{"type":"string","value":"_player.6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6OFCpjXd6l4","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6OFCpjXd6l4","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6PTrxUIN1eO","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6PTrxUIN1eO","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_67in7jrfvAp","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_67in7jrfvAp","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5dcskZN08U2","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5dcskZN08U2","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6r2Lr4OhfYx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6r2Lr4OhfYx","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5couOGvhgC0","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5couOGvhgC0","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6BMRqfqDmyy","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6BMRqfqDmyy","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6ObmagFTM4C","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ObmagFTM4C","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5mRasnpZbWx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5mRasnpZbWx","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5nNxthafK5g","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5nNxthafK5g","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5iHW2XPPuAX","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5iHW2XPPuAX","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5qos05esXfI_1904342799","id":"01","linkId":"txt__default_5qos05esXfI","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":408,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","foregroundColor":"#010101","linkColor":"#0664C1","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":162,"bottom":30,"pngfb":false,"pr":{"l":"Lib","i":558}}}],"shapemaskId":"","xPos":385,"yPos":108,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":214,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":429,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":557}},"html5data":{"xPos":0,"yPos":0,"width":429,"height":33,"strokewidth":0}},"width":428,"height":33,"resume":false,"useHandCursor":true,"id":"5qos05esXfI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EyVsLaAjsI_655807230","id":"01","linkId":"txt__default_6EyVsLaAjsI","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":474,"height":52,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":480,"bottom":57,"pngfb":false,"pr":{"l":"Lib","i":548}}}],"shapemaskId":"","xPos":323,"yPos":324,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":250,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":500,"bottom":62,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":559}},"html5data":{"xPos":0,"yPos":0,"width":500,"height":62,"strokewidth":0}},"width":500,"height":62,"resume":false,"useHandCursor":true,"id":"6EyVsLaAjsI"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":60,"id":"01","url":"story_content/6nWotxJhCgB_FFFFFF.png","type":"normal","altText":"bocal ferme.png","width":76,"height":76,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":625,"yPos":270,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":54,"altText":"bocal ferme.png","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":54,"strokewidth":0}},"width":54,"height":54,"resume":false,"useHandCursor":true,"id":"5XvmBP3XmwV"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":26,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":881,"yPos":201,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":116}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"344"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":false,"useHandCursor":true,"id":"6BhFN98R85f"}],"audiolib":[{"kind":"audio","assetId":137,"id":"6jATPJiAF9o"},{"kind":"audio","assetId":138,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6JQMDJqqWyJ","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide18","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":126,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6ZTEsIshGPW","actionGroups":{"ReviewInt_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ObmagFTM4C","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"},"enabled":{"type":"boolean","value":true}}]},"AnsweredInt_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6ObmagFTM4C"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"},"enabled":{"type":"boolean","value":false}}]},"6ObmagFTM4C_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6ObmagFTM4C"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6ObmagFTM4C"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6ZTEsIshGPW":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6ML5zeVqhOR"}}]}]},"NavigationRestrictionPreviousSlide_6ZTEsIshGPW":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6ObmagFTM4C","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6ObmagFTM4C"}],"elseActions":[{"kind":"exe_actiongroup","id":"6ObmagFTM4C_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6ObmagFTM4C","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ObmagFTM4C","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6ObmagFTM4C","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ObmagFTM4C","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6ZTEsIshGPW"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6ZTEsIshGPW"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6bOsRTrhs7k.js b/public/zeroaccident/P2/html5/data/js/6bOsRTrhs7k.js deleted file mode 100644 index b0b88d0..0000000 --- a/public/zeroaccident/P2/html5/data/js/6bOsRTrhs7k.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"INTOX chambre","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":9,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":58,"id":"5praEesQK1L"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":22750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6kUsOuFOr9R.5X7Y4ZyAwJB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61eH7g4B4qW.61ARsFE16bS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69uFeAX6Kae.5b4M7FBITqW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YoF74lFXTZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ofa8mBtKsT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ofa8mBtKsT.5lsmHHLGBL2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ofa8mBtKsT.5ik4umHgclx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mCEVXSeZkh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mCwglwqIR5"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5praEesQK1L"}},{"kind":"media_play","objRef":{"type":"string","value":"5praEesQK1L"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5praEesQK1L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iJWESBrwW7.5z39plotAof"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MwyMoECmqE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5t9XTDNG3CS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XUAW73k065.6N9d0K8nhcD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XUAW73k065.6AgeDivpS7b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj.6H3KuLYtnMU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj.6i8XYg16LFq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj.5xtJ5T95Kdy"}}]},{"kind":"ontimelinetick","time":3000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65Ksi4Lc23s"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bXI1uymdjo"}}]},{"kind":"ontimelinetick","time":3500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6kUsOuFOr9R.6fYk1pvxD2e"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61eH7g4B4qW.6C4PUH2088R"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69uFeAX6Kae.6QLUKrYU84Q"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5kC4nTXn1Nj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iJWESBrwW7.5dKr9xOou5R"}}]},{"kind":"ontimelinetick","time":5000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cM9NBQHzat"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cM9NBQHzat.5ozDjhU37gp"}}]},{"kind":"ontimelinetick","time":5021,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cM9NBQHzat.6IMnlfblN96"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":464,"yPos":220,"tabIndex":35,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":65,"rotateYPos":29.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":0,"snapy":0,"dragreturn":true,"multidrop":true,"droptype":"stackoffset","dropoffsetx":10,"dropoffsety":10,"dragdropids":["_drop_6CRr7ZLbapG"],"dragoverids":["_drop_6CRr7ZLbapG"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":60,"altText":"Zone de clic rectangulaire 2","pngfb":false,"pr":{"l":"Lib","i":207}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":60,"strokewidth":0}},"width":131,"height":60,"resume":true,"useHandCursor":true,"id":"65Ksi4Lc23s"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":44,"id":"01","url":"story_content/6UT1K1BsiKV_797C6C.png","type":"normal","altText":"NeoCube.jpg","width":154,"height":116,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":46,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":38.5,"rotateYPos":32,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":77,"bottom":64,"altText":"NeoCube.jpg","pngfb":false,"pr":{"l":"Lib","i":208}},"html5data":{"xPos":-1,"yPos":-1,"width":78,"height":65,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":77,"bottom":64,"altText":"NeoCube.jpg","pngfb":false,"pr":{"l":"Lib","i":208}},"html5data":{"xPos":-1,"yPos":-1,"width":78,"height":65,"strokewidth":0}}}],"width":77,"height":64,"resume":true,"useHandCursor":true,"id":"6IMnlfblN96","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ozDjhU37gp_-1699228035","id":"01","linkId":"txt__default_5ozDjhU37gp","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":51,"height":20,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Jeu anti stress\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" magnétique","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":64,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":210}}}],"shapemaskId":"","xPos":2,"yPos":58,"tabIndex":47,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":38.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":77,"bottom":30,"altText":"Jeu anti stress\\n magnétique","pngfb":false,"pr":{"l":"Lib","i":209}},"html5data":{"xPos":0,"yPos":0,"width":77,"height":30,"strokewidth":0}},"width":77,"height":30,"resume":false,"useHandCursor":true,"id":"5ozDjhU37gp"}],"accType":"text","altText":"Groupe\\r\\n 5","shapemaskId":"","xPos":154,"yPos":433,"tabIndex":45,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39.5,"rotateYPos":44,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":39,"snapy":43,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_5sR9LM6SKau"],"dragoverids":["_drop_5sR9LM6SKau"]},"data":{"hotlinkId":"5cM9NBQHzat_hot","accState":0,"imagedata":{"assetId":43,"url":"","type":"normal","altText":"Groupe\\r\\n 5","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5cM9NBQHzat.png","xPos":0,"yPos":0,"width":80,"height":88,"strokewidth":0,"mask":"1B80O"}},"width":79,"height":88,"resume":true,"useHandCursor":true,"id":"5cM9NBQHzat","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.61eH7g4B4qW"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5X7Y4ZyAwJB_-1799931417","id":"01","linkId":"txt__default_5X7Y4ZyAwJB","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":38,"height":10,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vapoteuse","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":51,"bottom":15,"pngfb":false,"pr":{"l":"Lib","i":212}}}],"shapemaskId":"","xPos":0,"yPos":66,"tabIndex":44,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":32,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":64,"bottom":20,"altText":"Vapoteuse","pngfb":false,"pr":{"l":"Lib","i":211}},"html5data":{"xPos":0,"yPos":0,"width":64,"height":20,"strokewidth":0}},"width":64,"height":20,"resume":false,"useHandCursor":true,"id":"5X7Y4ZyAwJB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":46,"id":"01","url":"story_content/5b1eh3LrRdU.png","type":"normal","altText":"vape-3610623_1280.png","width":85,"height":144,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":12,"yPos":0,"tabIndex":43,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":21.5,"rotateYPos":36,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":43,"bottom":72,"altText":"vape-3610623_1280.png","pngfb":false,"pr":{"l":"Lib","i":213}},"html5data":{"xPos":0,"yPos":0,"width":43,"height":72,"strokewidth":0}},"width":43,"height":72,"resume":false,"useHandCursor":true,"id":"6fYk1pvxD2e"}],"accType":"text","altText":"Groupe\\r\\n 6","shapemaskId":"","xPos":456,"yPos":432,"tabIndex":42,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":32,"rotateYPos":43.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":32,"snapy":43,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6ixOTUjz9QJ"],"dragoverids":["_drop_6ixOTUjz9QJ"]},"data":{"hotlinkId":"6kUsOuFOr9R_hot","accState":0,"imagedata":{"assetId":45,"url":"","type":"normal","altText":"Groupe\\r\\n 6","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6kUsOuFOr9R.png","xPos":0,"yPos":0,"width":64,"height":87,"strokewidth":0,"mask":"1617O"}},"width":64,"height":87,"resume":true,"useHandCursor":true,"id":"6kUsOuFOr9R","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.69uFeAX6Kae"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":48,"id":"01","url":"story_content/612q78bVBao_P_137_0_490_413.jpg","type":"normal","altText":"natural-cosmetics-4004909__480.jpg","width":490,"height":413,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":5,"yPos":0,"tabIndex":37,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":38,"rotateYPos":32,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":76,"bottom":64,"altText":"natural-cosmetics-4004909__480.jpg","pngfb":false,"pr":{"l":"Lib","i":214}},"html5data":{"xPos":-1,"yPos":-1,"width":77,"height":65,"strokewidth":0}},"width":76,"height":64,"resume":false,"useHandCursor":true,"id":"6C4PUH2088R"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"61ARsFE16bS_-616510445","id":"01","linkId":"txt__default_61ARsFE16bS","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":71,"height":20,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Huiles essentielles,\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Huiles de massage…","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":84,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":216}}}],"shapemaskId":"","xPos":0,"yPos":58,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":48.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":97,"bottom":31,"altText":"Huiles essentielles,\\nHuiles de massage…","pngfb":false,"pr":{"l":"Lib","i":215}},"html5data":{"xPos":0,"yPos":0,"width":97,"height":31,"strokewidth":0}},"width":97,"height":30,"resume":false,"useHandCursor":true,"id":"61ARsFE16bS"}],"accType":"text","altText":"Groupe\\r\\n 7","shapemaskId":"","xPos":556,"yPos":430,"tabIndex":36,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":48.5,"rotateYPos":44,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":48,"snapy":43,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6fP7BtBuoE9"],"dragoverids":["_drop_6fP7BtBuoE9"]},"data":{"hotlinkId":"61eH7g4B4qW_hot","accState":0,"imagedata":{"assetId":47,"url":"","type":"normal","altText":"Groupe\\r\\n 7","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape61eH7g4B4qW.png","xPos":0,"yPos":0,"width":97,"height":88,"strokewidth":0,"mask":"21B0O"}},"width":97,"height":88,"resume":true,"useHandCursor":true,"id":"61eH7g4B4qW","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.6kUsOuFOr9R"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":50,"id":"01","url":"story_content/6PywSUpECT6.png","type":"normal","altText":"kisspng-book-free-content-clip-art-aufgeschlagenes-buch-clipart-5aa8e518be1084.8506307115210181367785.png","width":186,"height":133,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":52,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":33.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":93,"bottom":67,"altText":"kisspng-book-free-content-clip-art-aufgeschlagenes-buch-clipart-5aa8e518be1084.8506307115210181367785.png","pngfb":false,"pr":{"l":"Lib","i":217}},"html5data":{"xPos":-1,"yPos":-1,"width":94,"height":68,"strokewidth":0}},"width":93,"height":67,"resume":false,"useHandCursor":true,"id":"6QLUKrYU84Q"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5b4M7FBITqW_-1847651200","id":"01","linkId":"txt__default_5b4M7FBITqW","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":18,"height":10,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Livre","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":31,"bottom":15,"pngfb":false,"pr":{"l":"Lib","i":219}}}],"shapemaskId":"","xPos":20,"yPos":63,"tabIndex":53,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":20,"altText":"Livre","pngfb":false,"pr":{"l":"Lib","i":218}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":20,"strokewidth":0}},"width":44,"height":20,"resume":false,"useHandCursor":true,"id":"5b4M7FBITqW"}],"accType":"text","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":352,"yPos":437,"tabIndex":51,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":41.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":46,"snapy":41,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6CRr7ZLbapG"],"dragoverids":["_drop_6CRr7ZLbapG"]},"data":{"hotlinkId":"69uFeAX6Kae_hot","accState":0,"imagedata":{"assetId":49,"url":"","type":"normal","altText":"Groupe\\r\\n 4","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape69uFeAX6Kae.png","xPos":0,"yPos":0,"width":93,"height":83,"strokewidth":0,"mask":"1E7AO"}},"width":93,"height":83,"resume":true,"useHandCursor":true,"id":"69uFeAX6Kae","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.5iJWESBrwW7"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6YoF74lFXTZ_710432745","id":"01","linkId":"txt__default_6YoF74lFXTZ","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS PLUSIEURS RISQUES.","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":23,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.585,"descent":8.863,"leading":0,"underlinePosition":-3.067,"underlineThickness":1.533,"xHeight":17.725}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":397,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":220}}}],"shapemaskId":"","xPos":30,"yPos":54,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"JE PREVIENS PLUSIEURS RISQUES.","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6YoF74lFXTZ"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":146.5,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":294,"bottom":177,"altText":"Rectangle 1","pngfb":false,"pr":{"l":"Lib","i":221}},"html5data":{"xPos":0,"yPos":0,"width":294,"height":177,"strokewidth":0}},"width":293,"height":177,"resume":false,"useHandCursor":true,"id":"5lsmHHLGBL2"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":229,"yPos":0,"tabIndex":31,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":133,"bottom":177,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":222}},"html5data":{"xPos":0,"yPos":0,"width":133,"height":177,"strokewidth":0}},"width":132,"height":177,"resume":false,"useHandCursor":true,"id":"5ik4umHgclx"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":599,"yPos":103,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":180.5,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":180,"depth":7,"scrolling":true,"shuffleLock":false,"width":361,"height":177,"resume":false,"useHandCursor":true,"id":"6ofa8mBtKsT"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6mCEVXSeZkh_-324729619","id":"01","linkId":"txt__default_6mCEVXSeZkh","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":314,"height":96,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En fonction du risque qu’ils représentent, je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"range ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"les objets qui apparaissent:\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":81,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"- soit ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"hors de portée de mon enfant sur l’étagère, \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":52,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"- soit ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"sur la table de nuit .","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":29,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":309,"bottom":101,"pngfb":false,"pr":{"l":"Lib","i":224}}}],"shapemaskId":"","xPos":633,"yPos":173,"tabIndex":33,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":170,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":340,"bottom":106,"altText":"En fonction du risque qu’ils représentent, je range les objets qui apparaissent:\\n- soit hors de portée de mon enfant sur l’étagère, \\n- soit sur la table de nuit .","pngfb":false,"pr":{"l":"Lib","i":223}},"html5data":{"xPos":0,"yPos":0,"width":340,"height":106,"strokewidth":0}},"width":340,"height":106,"resume":false,"useHandCursor":true,"id":"6mCEVXSeZkh"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6mCwglwqIR5_-910621017","id":"01","linkId":"txt__default_6mCwglwqIR5","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":314,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment limiter le risque d’accident avec des objets présents dans la chambre ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":79,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":321,"bottom":69,"pngfb":false,"pr":{"l":"Lib","i":226}}}],"shapemaskId":"","xPos":633,"yPos":103,"tabIndex":32,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":170,"rotateYPos":37,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":340,"bottom":74,"altText":"Comment limiter le risque d’accident avec des objets présents dans la chambre ?","pngfb":false,"pr":{"l":"Lib","i":225}},"html5data":{"xPos":0,"yPos":0,"width":340,"height":74,"strokewidth":0}},"width":340,"height":74,"resume":false,"useHandCursor":true,"id":"6mCwglwqIR5"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":620,"yPos":182,"tabIndex":34,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":9.5,"rotateYPos":6.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":21,"bottom":15,"altText":"Flèche droite 1","pngfb":false,"pr":{"l":"Lib","i":227}},"html5data":{"xPos":-1,"yPos":-1,"width":22,"height":16,"strokewidth":1}},"animations":[{"kind":"animation","id":"Entrance","duration":500,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":500,"mask":{"type":"randombars","settings":[{"kind":"setting","name":"direction","value":"vertical"}],"duration":500,"easing":"linear","easingdir":"easeinout"}}]}],"width":20,"height":14,"resume":false,"useHandCursor":true,"id":"5kC4nTXn1Nj"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":52,"id":"01","url":"story_content/6nITrJmwfpL.jpg","type":"normal","altText":"OIP (1).jpg","width":134,"height":105,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":7,"yPos":0,"tabIndex":40,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":78,"bottom":69,"altText":"OIP (1).jpg","pngfb":false,"pr":{"l":"Lib","i":228}},"html5data":{"xPos":-1,"yPos":-1,"width":79,"height":70,"strokewidth":0}},"width":78,"height":69,"resume":false,"useHandCursor":true,"id":"5dKr9xOou5R"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5z39plotAof_385041117","id":"01","linkId":"txt__default_5z39plotAof","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":66,"height":10,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Piles boutons","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":61,"bottom":15,"pngfb":false,"pr":{"l":"Lib","i":230}}}],"shapemaskId":"","xPos":0,"yPos":66,"tabIndex":41,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":46,"rotateYPos":10,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":92,"bottom":20,"altText":"Piles boutons","pngfb":false,"pr":{"l":"Lib","i":229}},"html5data":{"xPos":0,"yPos":0,"width":92,"height":20,"strokewidth":0}},"width":92,"height":20,"resume":false,"useHandCursor":true,"id":"5z39plotAof"}],"accType":"text","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":678,"yPos":430,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":46,"rotateYPos":43,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":46,"snapy":42,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6WnoEuNq6SL"],"dragoverids":["_drop_6WnoEuNq6SL"]},"data":{"hotlinkId":"5iJWESBrwW7_hot","accState":0,"imagedata":{"assetId":51,"url":"","type":"normal","altText":"Groupe\\r\\n 3","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5iJWESBrwW7.png","xPos":0,"yPos":0,"width":92,"height":86,"strokewidth":0,"mask":"1F3EO"}},"width":92,"height":86,"resume":true,"useHandCursor":true,"id":"5iJWESBrwW7","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.5XUAW73k065"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5jNnuTLWYmH_1189555280","id":"01","linkId":"txt__default_6MwyMoECmqE","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":95,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Valider","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":236}}}],"shapemaskId":"","xPos":828,"yPos":498,"tabIndex":54,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":231}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":231}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":232}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":231}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":231}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":232}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":233}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":234}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":235}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":233}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":233}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":235}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}}],"width":105,"height":27,"resume":true,"useHandCursor":true,"id":"6MwyMoECmqE","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.5cM9NBQHzat.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.5XUAW73k065.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.61eH7g4B4qW.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6kUsOuFOr9R.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.69uFeAX6Kae.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.5iJWESBrwW7.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6cWEoda0FLx"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5t9XTDNG3CS_-1529560740","id":"01","linkId":"txt__default_5t9XTDNG3CS","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":167,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la chambre","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":112,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":206}}}],"shapemaskId":"","xPos":32,"yPos":18,"tabIndex":21,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":44,"altText":"Dans la chambre","pngfb":false,"pr":{"l":"Lib","i":205}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":44,"strokewidth":0}},"width":187,"height":44,"resume":false,"useHandCursor":true,"id":"5t9XTDNG3CS"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":54,"id":"01","url":"story_content/6bxeXNwgoeQ.png","type":"normal","altText":"medicaments.png","width":110,"height":110,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":34,"yPos":0,"tabIndex":49,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":25.5,"rotateYPos":25.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":51,"bottom":51,"altText":"medicaments.png","pngfb":false,"pr":{"l":"Lib","i":237}},"html5data":{"xPos":0,"yPos":0,"width":51,"height":51,"strokewidth":0}},"width":51,"height":51,"resume":false,"useHandCursor":true,"id":"6N9d0K8nhcD"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6AgeDivpS7b_-594652945","id":"01","linkId":"txt__default_6AgeDivpS7b","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":102,"height":29,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Médicaments,\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Compléments alimentaires, \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":27,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Produits stupéfiants","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":20,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":111,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":239}}}],"shapemaskId":"","xPos":0,"yPos":43,"tabIndex":50,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":61,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":122,"bottom":39,"altText":"Médicaments,\\nCompléments alimentaires, \\nProduits stupéfiants","pngfb":false,"pr":{"l":"Lib","i":238}},"html5data":{"xPos":0,"yPos":0,"width":122,"height":39,"strokewidth":0}},"width":122,"height":39,"resume":false,"useHandCursor":true,"id":"6AgeDivpS7b"}],"accType":"text","altText":"Groupe\\r\\n 8","shapemaskId":"","xPos":230,"yPos":436,"tabIndex":48,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":61,"rotateYPos":41,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":14,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":61,"snapy":40,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6Ao1Zl2TwTR"],"dragoverids":["_drop_6Ao1Zl2TwTR"]},"data":{"hotlinkId":"5XUAW73k065_hot","accState":0,"imagedata":{"assetId":53,"url":"","type":"normal","altText":"Groupe\\r\\n 8","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5XUAW73k065.png","xPos":0,"yPos":0,"width":122,"height":82,"strokewidth":0,"mask":"2766O"}},"width":122,"height":82,"resume":true,"useHandCursor":true,"id":"5XUAW73k065","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":55,"id":"01","url":"","type":"normal","width":90,"height":14,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":26,"tabEnabled":true,"xOffset":-1,"yOffset":0,"rotateXPos":43.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":90,"bottom":14,"altText":"Parallélogramme 1","pngfb":false,"pr":{"l":"Lib","i":240}},"html5data":{"url":"txt__default_6H3KuLYtnMU.png","xPos":-1,"yPos":0,"width":90,"height":14,"strokewidth":0,"mask":"1O4AXFO4CXEO4CXEO4CXFO4CXEO4CXFO4CXEO4CXFO4BXFO4BXFO4AX11O47XB9O"}},"width":87,"height":10,"resume":false,"useHandCursor":true,"id":"6H3KuLYtnMU"},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":56,"id":"01","url":"","type":"normal","width":17,"height":18,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":1,"tabIndex":28,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":7,"rotateYPos":7,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":17,"bottom":18,"altText":"Parallélogramme 2","pngfb":false,"pr":{"l":"Lib","i":240}},"html5data":{"url":"txt__default_6i8XYg16LFq.png","xPos":0,"yPos":0,"width":17,"height":18,"strokewidth":0,"mask":"9O4XAO5X9O6X9O5X9O5X9O5XAO5X9O5X9O6X9O5X9O5X9O6X9O5X9O5XAO5XAO4X2DO"}},"width":14,"height":14,"resume":false,"useHandCursor":true,"id":"6i8XYg16LFq"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":57,"id":"01","url":"","type":"normal","width":76,"height":8,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":14,"yPos":11,"tabIndex":27,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":36,"rotateYPos":1.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":76,"bottom":8,"altText":"Rectangle 3","pngfb":false,"pr":{"l":"Lib","i":240}},"html5data":{"url":"txt__default_5xtJ5T95Kdy.png","xPos":0,"yPos":0,"width":76,"height":8,"strokewidth":0,"mask":"49X2O48X2O48X2O48XE6O"}},"width":72,"height":3,"resume":false,"useHandCursor":true,"id":"5xtJ5T95Kdy"}],"accType":"text","altText":"Groupe\\r\\n 9","shapemaskId":"","xPos":480,"yPos":85,"tabIndex":25,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":43.5,"rotateYPos":7.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":15,"scrolling":true,"shuffleLock":false,"width":87,"height":15,"resume":false,"useHandCursor":true,"id":"5aR3gyEg4xj"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":423,"yPos":40,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":0,"snapy":0,"dragreturn":false,"multidrop":true,"droptype":"stackoffset","dropoffsetx":10,"dropoffsety":10,"dragdropids":["_drop_5sR9LM6SKau","_drop_6Ao1Zl2TwTR","_drop_6fP7BtBuoE9","_drop_6ixOTUjz9QJ","_drop_6WnoEuNq6SL"],"dragoverids":["_drop_5sR9LM6SKau","_drop_6Ao1Zl2TwTR","_drop_6fP7BtBuoE9","_drop_6ixOTUjz9QJ","_drop_6WnoEuNq6SL"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":201,"bottom":122,"altText":"Zone de clic rectangulaire 1","pngfb":false,"pr":{"l":"Lib","i":241}},"html5data":{"xPos":0,"yPos":0,"width":201,"height":122,"strokewidth":0}},"width":201,"height":122,"resume":true,"useHandCursor":true,"id":"6bXI1uymdjo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67in7jrfvAp_IncorrectReview","id":"01","linkId":"67in7jrfvAp_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":56,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"67in7jrfvAp_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67in7jrfvAp_CorrectReview","id":"01","linkId":"67in7jrfvAp_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":55,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":18,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":86}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"67in7jrfvAp_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.65Ksi4Lc23s"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat.6IMnlfblN96"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R.5X7Y4ZyAwJB"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW.6C4PUH2088R"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW.61ARsFE16bS"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae.6QLUKrYU84Q"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae.5b4M7FBITqW"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R.6fYk1pvxD2e"},{"kind":"objref","type":"string","value":"_parent.6YoF74lFXTZ"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT.5lsmHHLGBL2"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT.5ik4umHgclx"},{"kind":"objref","type":"string","value":"_parent.6mCEVXSeZkh"},{"kind":"objref","type":"string","value":"_parent.6mCwglwqIR5"},{"kind":"objref","type":"string","value":"_parent.5kC4nTXn1Nj"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7.5dKr9xOou5R"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7.5z39plotAof"},{"kind":"objref","type":"string","value":"_parent.6MwyMoECmqE"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat.5ozDjhU37gp"},{"kind":"objref","type":"string","value":"_parent.5t9XTDNG3CS"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065.6N9d0K8nhcD"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065.6AgeDivpS7b"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj"},{"kind":"objref","type":"string","value":"_parent.6bXI1uymdjo"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.6H3KuLYtnMU"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.6i8XYg16LFq"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.5xtJ5T95Kdy"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61QHdfHtLZU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6gdoVZyzKf1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OxEtlpyqAO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCM62EG0hF"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"media_play","objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OgGqCoOUBU"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":410,"yPos":-157,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":162.5,"rotateYPos":387.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":326,"bottom":775,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":-1,"yPos":-1,"width":327,"height":776,"strokewidth":0}},"width":325,"height":775,"resume":true,"useHandCursor":true,"id":"5kCM62EG0hF"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/5x2J9gL6v3I.png","type":"normal","altText":"toy-gdb761d1e1_1280.png","width":223,"height":242,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":208,"yPos":169,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":112,"bottom":121,"altText":"toy-gdb761d1e1_1280.png","pngfb":false,"pr":{"l":"Lib","i":91}},"html5data":{"xPos":0,"yPos":0,"width":112,"height":121,"strokewidth":0}},"width":112,"height":121,"resume":true,"useHandCursor":true,"id":"6OgGqCoOUBU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"61QHdfHtLZU_-606777346","id":"01","linkId":"txt__default_61QHdfHtLZU","type":"acctext","xPos":6,"yPos":3,"xAccOffset":6,"yAccOffset":3,"width":563,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Incorrect","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":19.239,"descent":5.273,"leading":0,"underlinePosition":-1.354,"underlineThickness":0.896,"xHeight":9.633}}],"style":{"flowDirection":"leftToRight","justification":"left","tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":93}}}],"shapemaskId":"","xPos":360,"yPos":121,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":33,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"61QHdfHtLZU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6gdoVZyzKf1_1610562055","id":"01","linkId":"txt__default_6gdoVZyzKf1","type":"acctext","xPos":6,"yPos":3,"xAccOffset":6,"yAccOffset":3,"width":562,"height":133,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Opus n\'avez pas sélectionné la bonne réponse.","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":45,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":356,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":242}}}],"shapemaskId":"","xPos":361,"yPos":161,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":287,"rotateYPos":69.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":575,"bottom":139,"altText":"Opus n\'avez pas sélectionné la bonne réponse.","pngfb":false,"pr":{"l":"Lib","i":94}},"html5data":{"xPos":0,"yPos":0,"width":575,"height":139,"strokewidth":0}},"width":574,"height":139,"resume":true,"useHandCursor":true,"id":"6gdoVZyzKf1"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"66Z2lOtLlt7_-6980668","id":"01","linkId":"txt__default_6OxEtlpyqAO","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":243}}}],"shapemaskId":"","xPos":817,"yPos":335,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":97}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":97}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":99}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6OxEtlpyqAO","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.62idXSnMZL5"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"audiolib":[{"kind":"audio","assetId":59,"id":"5yCmF52hkLz"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"5VwLpRivBNU","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5kCM62EG0hF"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.65Ksi4Lc23s"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat.6IMnlfblN96"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R.5X7Y4ZyAwJB"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW.6C4PUH2088R"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW.61ARsFE16bS"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae.6QLUKrYU84Q"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae.5b4M7FBITqW"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R.6fYk1pvxD2e"},{"kind":"objref","type":"string","value":"_parent.6YoF74lFXTZ"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT.5lsmHHLGBL2"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT.5ik4umHgclx"},{"kind":"objref","type":"string","value":"_parent.6mCEVXSeZkh"},{"kind":"objref","type":"string","value":"_parent.6mCwglwqIR5"},{"kind":"objref","type":"string","value":"_parent.5kC4nTXn1Nj"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7.5dKr9xOou5R"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7.5z39plotAof"},{"kind":"objref","type":"string","value":"_parent.6MwyMoECmqE"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat.5ozDjhU37gp"},{"kind":"objref","type":"string","value":"_parent.5t9XTDNG3CS"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065.6N9d0K8nhcD"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065.6AgeDivpS7b"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj"},{"kind":"objref","type":"string","value":"_parent.6bXI1uymdjo"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.6H3KuLYtnMU"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.6i8XYg16LFq"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.5xtJ5T95Kdy"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":31615,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UJHtAg9yZn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5v8SeYPDdKe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65l1iZk1tbG"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5klj9jlWguI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Gy0SIRwZwm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MrrwoiQZd2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"651mwAa2kzY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"651mwAa2kzY.6QVfzvlXBZc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"651mwAa2kzY.6afWp1Tb97S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"651mwAa2kzY.6afWp1Tb97S.6BBc6G0HWcH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"651mwAa2kzY.6afWp1Tb97S.5wQQ9Ac63Ki"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"651mwAa2kzY.6afWp1Tb97S.5ZgRV1pWuiH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uP8pzD5Qyw"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"64ngA1qI8Zh"}},{"kind":"media_play","objRef":{"type":"string","value":"64ngA1qI8Zh"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"64ngA1qI8Zh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":7000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6PyRGj6EZea"}},{"kind":"media_play","objRef":{"type":"string","value":"6PyRGj6EZea"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6PyRGj6EZea"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":425,"yPos":-152,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":157.5,"rotateYPos":378,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":315,"bottom":756,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":-1,"yPos":-1,"width":316,"height":757,"strokewidth":0}},"width":315,"height":756,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":17,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":138,"height":150,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":264,"yPos":157,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":105,"bottom":114,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":105,"height":114,"strokewidth":0}},"width":105,"height":114,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6QMJtXnPmWj_1984388348","id":"01","linkId":"txt__default_6UJHtAg9yZn","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":103,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":178}}},{"kind":"textdata","uniqueId":"5mdjWMMryqN_-1995214687","id":"02","linkId":"txt__default_Disabled_6UJHtAg9yZn","type":"acctext","xPos":5,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":249}}},{"kind":"textdata","uniqueId":"5q2pv53nilK_-1179747049","id":"03","linkId":"txt__default_Down_6UJHtAg9yZn","type":"acctext","xPos":5,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":836,"yPos":341,"tabIndex":19,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":116,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":244}},"html5data":{"xPos":-1,"yPos":-1,"width":117,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":106}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":245}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":246}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":247}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":245}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":248}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":245}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":248}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":247}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":245}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":115,"height":32,"resume":true,"useHandCursor":true,"id":"6UJHtAg9yZn","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5v8SeYPDdKe_-918780610","id":"01","linkId":"txt__default_5v8SeYPDdKe","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":521,"height":154,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Les accidents de la vie courante par effets chimiques et asphyxie entrainent un risque d’hospitalisation élevé !\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2 bons réflèxes","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je range mes petits objets et produits hors de la vue et de la portée des enfants\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":83,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je garde les contenants d’origine et fermés","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","leadingMargin":18,"listStyle":{"listType":"bullet","size":100,"bulletChar":8226,"bulletFont":"\\"Arial Charset0_v8wz5YMo9EE9FF07\\",\\"Arial\\"","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":43,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":505,"bottom":158,"pngfb":false,"pr":{"l":"Lib","i":251}}}],"shapemaskId":"","xPos":400,"yPos":139,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":270.5,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":541,"bottom":160,"altText":"Les accidents de la vie courante par effets chimiques et asphyxie entrainent un risque d’hospitalisation élevé !\\n\\n2 bons réflèxes: \\nJe range mes petits objets et produits hors de la vue et de la portée des enfants\\n\\nJe garde les contenants d’origine et fermés","pngfb":false,"pr":{"l":"Lib","i":250}},"html5data":{"xPos":0,"yPos":0,"width":541,"height":160,"strokewidth":0}},"width":541,"height":160,"resume":false,"useHandCursor":true,"id":"5v8SeYPDdKe"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":60,"id":"01","url":"story_content/6nWotxJhCgB_FFFFFF.png","type":"normal","altText":"bocal ferme.png","width":76,"height":76,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":756,"yPos":261,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":19,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":38,"bottom":38,"altText":"bocal ferme.png","pngfb":false,"pr":{"l":"Lib","i":252}},"html5data":{"xPos":0,"yPos":0,"width":38,"height":38,"strokewidth":0}},"width":38,"height":38,"resume":false,"useHandCursor":true,"id":"65l1iZk1tbG"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":26,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":901,"yPos":196,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":29.5,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":59,"bottom":58,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":253}},"html5data":{"xPos":0,"yPos":0,"width":59,"height":58,"strokewidth":0}},"width":59,"height":58,"resume":false,"useHandCursor":true,"id":"5klj9jlWguI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Gy0SIRwZwm_822842942","id":"01","linkId":"txt__default_6Gy0SIRwZwm","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":168,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":254}}}],"shapemaskId":"","xPos":401,"yPos":101,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":33,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"6Gy0SIRwZwm"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6MrrwoiQZd2_2038709622","id":"01","linkId":"txt__default_6MrrwoiQZd2","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":527,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#000000","linkColor":"#000000","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":535,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":256}}}],"shapemaskId":"","xPos":290,"yPos":340,"tabIndex":18,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":276.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":553,"bottom":36,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":255}},"html5data":{"xPos":0,"yPos":0,"width":553,"height":36,"strokewidth":0}},"width":553,"height":36,"resume":false,"useHandCursor":true,"id":"6MrrwoiQZd2"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6QVfzvlXBZc_-653993239","id":"01","linkId":"txt__default_6QVfzvlXBZc","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":181,"height":34,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Attention, la consommation des produits illicites n’est pas recommandée, surtout en présence d’enfants.","style":{"fontSize":7,"fontIsBold":false,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":9.212,"descent":1.988,"leading":0,"underlinePosition":-0.775,"underlineThickness":0.317,"xHeight":4.643}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":103,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":179,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":258}}}],"shapemaskId":"","xPos":33,"yPos":0,"tabIndex":13,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":100.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":202,"bottom":44,"altText":"Attention, la consommation des produits illicites n’est pas recommandée, surtout en présence d’enfants.","pngfb":false,"pr":{"l":"Lib","i":257}},"html5data":{"xPos":0,"yPos":0,"width":202,"height":44,"strokewidth":0}},"width":201,"height":44,"resume":false,"useHandCursor":true,"id":"6QVfzvlXBZc"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":15,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":16.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":34,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":259}},"html5data":{"xPos":0,"yPos":0,"width":34,"height":28,"strokewidth":0}},"width":33,"height":27,"resume":false,"useHandCursor":true,"id":"6BBc6G0HWcH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":15,"yPos":10,"tabIndex":16,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":1.5,"rotateYPos":4.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":4,"bottom":9,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":260}},"html5data":{"xPos":0,"yPos":0,"width":4,"height":9,"strokewidth":0}},"width":3,"height":9,"resume":false,"useHandCursor":true,"id":"5wQQ9Ac63Ki"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":15,"yPos":19,"tabIndex":17,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":1.5,"rotateYPos":1.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":4,"bottom":3,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":261}},"html5data":{"xPos":0,"yPos":0,"width":4,"height":3,"strokewidth":0}},"width":3,"height":3,"resume":false,"useHandCursor":true,"id":"5ZgRV1pWuiH"}],"accType":"text","altText":"attention icône 1","shapemaskId":"","xPos":0,"yPos":10,"tabIndex":14,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":16.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":33,"height":27,"resume":false,"useHandCursor":true,"id":"6afWp1Tb97S"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":560,"yPos":299,"tabIndex":12,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":117,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":9,"scrolling":true,"shuffleLock":false,"width":234,"height":44,"resume":false,"useHandCursor":true,"id":"651mwAa2kzY"},{"kind":"svgimage","accType":"image","shapemaskId":"","xPos":813,"yPos":261,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":23,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"imagedata":{"assetId":1,"url":"","type":"normal","altText":"ftkfm.svg","width":46,"height":46,"mobiledx":0,"mobiledy":0}},"width":46,"height":46,"resume":false,"useHandCursor":true,"id":"5uP8pzD5Qyw"}],"audiolib":[{"kind":"audio","assetId":61,"id":"6PyRGj6EZea"},{"kind":"audio","assetId":62,"id":"64ngA1qI8Zh"},{"kind":"audio","assetId":63,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6TgXn5xdip7","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide9","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":42,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6bOsRTrhs7k","actionGroups":{"ReviewInt_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"61eH7g4B4qW"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5iJWESBrwW7"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6kUsOuFOr9R"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5cM9NBQHzat"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5XUAW73k065"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"69uFeAX6Kae"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67in7jrfvAp_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67in7jrfvAp_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_67in7jrfvAp","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns10110000001"}]}]},"ReviewIntCorrectIncorrect_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"61eH7g4B4qW"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5iJWESBrwW7"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6kUsOuFOr9R"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5cM9NBQHzat"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5XUAW73k065"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"69uFeAX6Kae"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_67in7jrfvAp"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"DisableChoices_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"61eH7g4B4qW"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5iJWESBrwW7"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6kUsOuFOr9R"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5cM9NBQHzat"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5XUAW73k065"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"69uFeAX6Kae"},"enabled":{"type":"boolean","value":false}}]},"67in7jrfvAp_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_67in7jrfvAp"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6cWEoda0FLx.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_67in7jrfvAp"}]}]}]}]},"SetLayout_pxabnsnfns10110000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"NavigationRestrictionNextSlide_6bOsRTrhs7k":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.62idXSnMZL5"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.62idXSnMZL5"}}]}]},"NavigationRestrictionPreviousSlide_6bOsRTrhs7k":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns10110000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_67in7jrfvAp","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_67in7jrfvAp"}],"elseActions":[{"kind":"exe_actiongroup","id":"67in7jrfvAp_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_67in7jrfvAp","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_67in7jrfvAp","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_67in7jrfvAp","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_67in7jrfvAp","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6bOsRTrhs7k"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6bOsRTrhs7k"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/6mXvRm3imEa.js b/public/zeroaccident/P2/html5/data/js/6mXvRm3imEa.js deleted file mode 100644 index f8293ab..0000000 --- a/public/zeroaccident/P2/html5/data/js/6mXvRm3imEa.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('slide', '{"title":"CHAMBRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":8,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide8","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":40,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6mXvRm3imEa","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MHzUJjCfHT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XFnpJ6GKpi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.6fi24JGyt0P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn.5h4Rq2wYmdl"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn.6pRJBbeffqW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn.6DqnowOKyqS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eqYqYNzEo1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bxHqIxXBR6"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":115,"arrowypos":58,"shapemaskId":"","xPos":-101,"yPos":-44,"tabIndex":5,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":230,"height":40,"resume":false,"useHandCursor":true,"id":"6MHzUJjCfHT_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6MHzUJjCfHT"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6MHzUJjCfHT"}}],"clickdef":[{"kind":"objref","type":"string","value":"6MHzUJjCfHT"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6MHzUJjCfHT"}}],"clickdef":[{"kind":"objref","type":"string","value":"6MHzUJjCfHT"}]}],"shapemaskId":"","xPos":166,"yPos":408,"tabIndex":13,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6MHzUJjCfHT","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MHzUJjCfHT"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.62idXSnMZL5"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":190,"arrowypos":58,"shapemaskId":"","xPos":-176,"yPos":-44,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":190,"height":40,"resume":false,"useHandCursor":true,"id":"6XFnpJ6GKpi_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":49}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6XFnpJ6GKpi"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6XFnpJ6GKpi"}}],"clickdef":[{"kind":"objref","type":"string","value":"6XFnpJ6GKpi"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6XFnpJ6GKpi"}}],"clickdef":[{"kind":"objref","type":"string","value":"6XFnpJ6GKpi"}]}],"shapemaskId":"","xPos":480,"yPos":242,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6XFnpJ6GKpi","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XFnpJ6GKpi"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6bOsRTrhs7k"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5pHkbO0HdlD_1053150798","id":"01","linkId":"txt__default_6fi24JGyt0P","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":194,"height":87,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":65,"pngfb":false,"pr":{"l":"Lib","i":200}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":7,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":103,"rotateYPos":45.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":196}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":197}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":198}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":197}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":197}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":198}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":199}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":199}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":198}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":199}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":197}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":207,"bottom":91,"altText":"Retour au choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":198}},"html5data":{"xPos":0,"yPos":0,"width":207,"height":91,"strokewidth":0}}}],"width":206,"height":91,"resume":true,"useHandCursor":true,"id":"6fi24JGyt0P","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":9,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":15.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":32,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":201}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":32,"strokewidth":0}},"width":78,"height":31,"resume":false,"useHandCursor":true,"id":"5h4Rq2wYmdl"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":16,"tabIndex":11,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":23.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":47,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":202}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":47,"strokewidth":0}},"width":54,"height":47,"resume":false,"useHandCursor":true,"id":"6pRJBbeffqW"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":10,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":12,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":203}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":12,"strokewidth":0}},"width":11,"height":11,"resume":false,"useHandCursor":true,"id":"6DqnowOKyqS"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":128,"yPos":14,"tabIndex":8,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":62,"resume":false,"useHandCursor":true,"id":"5kDPQFWUwOn"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":750,"yPos":452,"tabIndex":6,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":103,"rotateYPos":45.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5swQvzzWxJO_hot","accState":0,"imagedata":{"assetId":41,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5swQvzzWxJO.png","xPos":0,"yPos":0,"width":206,"height":91,"strokewidth":0,"mask":"4995O"}},"width":206,"height":91,"resume":false,"useHandCursor":true,"id":"5swQvzzWxJO","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5eqYqYNzEo1_-646224670","id":"01","linkId":"txt__default_5eqYqYNzEo1","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"UNE PIECE CALME MAIS PAS SANS RISQUE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":23,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.585,"descent":8.863,"leading":0,"underlinePosition":-3.067,"underlineThickness":1.533,"xHeight":17.725}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":484,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":204}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"UNE PIECE CALME MAIS PAS SANS RISQUE","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"5eqYqYNzEo1"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6bxHqIxXBR6_-484450292","id":"01","linkId":"txt__default_6bxHqIxXBR6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":167,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la chambre","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":112,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":206}}}],"shapemaskId":"","xPos":47,"yPos":20,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":44,"altText":"Dans la chambre","pngfb":false,"pr":{"l":"Lib","i":205}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":44,"strokewidth":0}},"width":187,"height":44,"resume":false,"useHandCursor":true,"id":"6bxHqIxXBR6"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/data.js b/public/zeroaccident/P2/html5/data/js/data.js deleted file mode 100644 index 1b3fdf4..0000000 --- a/public/zeroaccident/P2/html5/data/js/data.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('data', '{"version":"3.65.28121.0","bwVersion":"4.0","tincanVersion":"1.0","tincanLanguage":"und","projectId":"5VZx28uUKTR","courseId":"6eqep6CQk8H","entryPoint":"_player.6FTsIra1rdq","iosFonts":"mobile/fonts.json","debugMode":false,"lessonDuration":0,"textDirection":"ltr","playervars":[{"kind":"playervar","name":"displayCaptions","value":false},{"kind":"playervar","name":"zoomToFit","value":false},{"kind":"playervar","name":"accessibleText","value":false},{"kind":"playervar","name":"activityId","value":""},{"kind":"playervar","name":"currentSlideId","value":""},{"kind":"playervar","name":"slideElapsedTime","value":""},{"kind":"playervar","name":"sceneElapsedTime","value":""},{"kind":"playervar","name":"projectElapsedTime","value":""},{"kind":"playervar","name":"menuSlideNumber","value":0},{"kind":"playervar","name":"menuSlideTitle","value":""},{"kind":"playervar","name":"menuSlideReference","value":0},{"kind":"playervar","name":"menuSlidesViewed","value":0},{"kind":"playervar","name":"menuTotalSlides","value":0},{"kind":"playervar","name":"menuProgress","value":0},{"kind":"playervar","name":"menuSectionSlideNumber","value":0},{"kind":"playervar","name":"menuSectionSlidesViewed","value":0},{"kind":"playervar","name":"menuSectionTotalSlides","value":0},{"kind":"playervar","name":"menuSectionProgress","value":0},{"kind":"playervar","name":"menuSectionNumber","value":0},{"kind":"playervar","name":"menuSectionsViewed","value":0},{"kind":"playervar","name":"menuTotalSections","value":0},{"kind":"playervar","name":"projectSlideNumber","value":0},{"kind":"playervar","name":"projectSceneNumber","value":0},{"kind":"playervar","name":"projectSlideTitle","value":""},{"kind":"playervar","name":"projectSlideReference","value":0},{"kind":"playervar","name":"projectSlidesViewed","value":0},{"kind":"playervar","name":"projectScenesViewed","value":0},{"kind":"playervar","name":"projectTotalSlides","value":0},{"kind":"playervar","name":"projectTotalScenes","value":0},{"kind":"playervar","name":"projectProgress","value":0},{"kind":"playervar","name":"sceneSlideNumber","value":0},{"kind":"playervar","name":"sceneSlidesViewed","value":0},{"kind":"playervar","name":"sceneTotalSlides","value":0},{"kind":"playervar","name":"sceneProgress","value":0},{"kind":"playervar","name":"questionCorrect","value":false}],"slideMap":{"queueSize":3,"slideRefs":[{"kind":"slideref","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"MsgScene_6eqep6CQk8H.PrintPromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"MsgScene_6eqep6CQk8H.ScrollPromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"PromptScene.ResumePromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"PromptScene.ExternalInterfaceErrorSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"6FTsIra1rdq.5hXbdowgFm5","type":"slide","assetIds":[2,0,3],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide","assetIds":[4,5,6,7,8,9,10,11,12,13,14,15,16],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6JzoDbVOfGk","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6JzoDbVOfGk","type":"slide","assetIds":[17],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5q071U8mzsW","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide","assetIds":[18,19],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.694mw7yIglY","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6AinT2WqVAs","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6AinT2WqVAs","type":"slide","assetIds":[20,21,22,23,24,25,26,27,28,17,29,30],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.694mw7yIglY","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.694mw7yIglY","type":"slide","assetIds":[31,32,33,24,25,34,35,17,36,37],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide","assetIds":[38,39],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6ML5zeVqhOR","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide","assetIds":[40,41],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.62idXSnMZL5","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6bOsRTrhs7k","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6bOsRTrhs7k","type":"slide","assetIds":[42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,22,59,17,60,26,1,61,62,63],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.62idXSnMZL5","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.62idXSnMZL5","type":"slide","assetIds":[64,65,66,67,68,69,70,71,24,72,73,74,17,75,76],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide","assetIds":[77,78],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5g7Qg4RWDPK","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5p31KAqcjJA","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5g7Qg4RWDPK","type":"slide","assetIds":[79,80,24,81,82,17,83,84],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5p31KAqcjJA","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5p31KAqcjJA","type":"slide","assetIds":[85,86,87,88,24,89,90,17,91,92],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide","assetIds":[93,94],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5egGfQqZkDb","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.61XOHmemRkI","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5egGfQqZkDb","type":"slide","assetIds":[95,96,24,25,97,98,99,100,101,17,102,103,104,105,106,107,108,109],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.61XOHmemRkI","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.61XOHmemRkI","type":"slide","assetIds":[110,111,112,113,114,115,116,117,118,119,120,121,122,123],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5cNUFQh1AxU","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide","assetIds":[124,125],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6ZTEsIshGPW","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6MbCw3zA6X4","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6ZTEsIshGPW","type":"slide","assetIds":[126,127,128,129,130,131,132,133,22,134,24,60,26,135,136,17,137,138],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6ML5zeVqhOR","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6ML5zeVqhOR","type":"slide","assetIds":[139,140,141,142,143,144,145,24,146,147,148,149,17,150,151],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5cNUFQh1AxU","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.5cNUFQh1AxU","type":"slide","assetIds":[152,153,154,155,156,157,24,158,159,160,17,161,162],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6MbCw3zA6X4","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.6MbCw3zA6X4","type":"slide","assetIds":[163,164,165,166,167,168,169,24,25,170,171,17,172,173],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5q071U8mzsW","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.5q071U8mzsW","type":"slide","assetIds":[174],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5hXbdowgFm5","type":"slide"}]}]},"display":{"frameData":"story_content/frame.xml","width":980,"height":611,"windows":[{"kind":"window","id":"MessageWnd","linkId":"StoryWindow","width":420,"height":210,"alignTo":"content","align":"center","valign":"center"},{"kind":"window","id":"LightboxWnd","linkId":"StoryPopup","width":824,"height":467,"alignTo":"player","align":"center","valign":"center"},{"kind":"window","id":"LightboxControlsWnd","linkId":"StoryPopupControls","width":828,"height":509,"alignTo":"player","align":"center","valign":"center"}]},"resume":{"id":"6jA8liHjeYA","window":"MessageWnd","slideId":"_player.PromptScene.ResumePromptSlide","lmsresume":true,"flashresume":true,"prompt":false,"everySlide":false},"string_table":[{"kind":"group","id":"chrome23","strings":[{"kind":"string","id":"title","Text":"Impossible de lire le module"},{"kind":"string","id":"description","Text":"Pour des raisons de sécurité, Flash ne peut pas accéder aux fichiers du disque dur de votre ordinateur depuis votre navigateur Web."},{"kind":"string","id":"linkText","Text":"En savoir plus"},{"kind":"string","id":"linkUrl","Text":"https://ipc.articulate.com/slw/360/fr/localplayback/"}]}],"errorMsgs":{"external_interface":{"kind":"error","window":"MessageWnd","slideId":"_player.PromptScene.ExternalInterfaceErrorSlide"}},"scenes":[{"kind":"scene","lmsId":"","isMessageScene":true,"startingSlide":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide","sceneNumber":0,"slides":[{"kind":"slide","title":"

Réponse non valide

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"InvalidPromptSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_InvalidPromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"InvalidPromptSlide_Scroll.6eqep6CQk8H_InvalidPromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"InvalidPromptSlide_Scroll"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":333,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_InvalidPromptSlide_text","id":"01","linkId":"6eqep6CQk8H_InvalidPromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":384,"bottom":52,"pngfb":false,"pr":{"l":"common","i":1}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":384,"bottom":52,"altText":"Vous devez répondre à la question avant de valider.","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":384,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_InvalidPromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"InvalidPromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":160,"yPos":110,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_InvalidPromptSlide_btn0","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_InvalidPromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"close_window","id":"MessageWnd"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","title":"

Entrez votre nom

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"PrintPromptSlide","actionGroups":{"PrintOkButtonClick":{"kind":"actiongroup","actions":[{"kind":"printresults","showuserscore":true,"showpassingscore":true,"showpassfail":true,"showquizreview":true,"displayusername":true,"usernamevar":"_player.PrintPromptUsername_5xiHtVXBCy8","quizid":"_player.PrintPromptWindowQuizVar_5xiHtVXBCy8","quizidtype":"var"},{"kind":"close_window","id":"MessageWnd"}]}},"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_PrintPromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"PrintPromptSlide_Scroll.6eqep6CQk8H_PrintPromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"PrintPromptSlide_Scroll"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"PrintPromptSlide_Input"}},{"kind":"setfocus","showrect":true,"value":{"type":"string","value":"PrintPromptSlide_Input"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":315,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_PrintPromptSlide_text","id":"01","linkId":"6eqep6CQk8H_PrintPromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":327,"bottom":52,"pngfb":false,"pr":{"l":"common","i":3}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":327,"bottom":52,"altText":"Entrez votre nom dans le champ ci-dessous :","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":327,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_PrintPromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"PrintPromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":160,"yPos":110,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_PrintPromptSlide_btn0","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_PrintPromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_parent.PrintOkButtonClick"}]}]},{"kind":"textinput","bindto":"","align":"left","verticalAlign":"top","rtl":false,"numeric":false,"multiline":false,"maxchars":0,"fontsize":14,"textcolor":"0x000000","bold":false,"italic":false,"marginleft":2,"marginright":2,"margintop":2,"marginbottom":2,"shapemaskId":"","xPos":13,"yPos":66,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":192.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"width":385,"height":27,"resume":false,"useHandCursor":true,"id":"PrintPromptSlide_Input","events":[{"kind":"onlosefocus","actions":[{"kind":"adjustvar","variable":"_player.PrintPromptUsername_5xiHtVXBCy8","operator":"set","value":{"type":"property","value":"$Text"}}]},{"kind":"onkeypress","keycode":13,"shift":false,"ctrl":false,"alt":false,"actions":[{"kind":"adjustvar","variable":"_player.PrintPromptUsername_5xiHtVXBCy8","operator":"set","value":{"type":"property","value":"$Text"}},{"kind":"exe_actiongroup","id":"_parent.PrintOkButtonClick"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","title":"

Faire défiler vers le bas

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"ScrollPromptSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_ScrollPromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ScrollPromptSlide_Scroll.6eqep6CQk8H_ScrollPromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ScrollPromptSlide_Scroll"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":387,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_ScrollPromptSlide_text","id":"01","linkId":"6eqep6CQk8H_ScrollPromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":385,"bottom":52,"pngfb":false,"pr":{"l":"common","i":4}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":385,"bottom":52,"altText":"Vous devez faire défiler la fenêtre vers le bas avant de valider.","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":385,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ScrollPromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"ScrollPromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":160,"yPos":110,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_ScrollPromptSlide_btn0","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ScrollPromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"close_window","id":"MessageWnd"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}],"id":"MsgScene_6eqep6CQk8H"},{"kind":"scene","lmsId":"","isMessageScene":true,"startingSlide":"_player.PromptScene.ResumePromptSlide","sceneNumber":0,"slides":[{"kind":"slide","title":"

Reprendre

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"ResumePromptSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_ResumePromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_ResumePromptSlide_btn1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ResumePromptSlide_Scroll.6eqep6CQk8H_ResumePromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ResumePromptSlide_Scroll"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":387,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_ResumePromptSlide_text","id":"01","linkId":"6eqep6CQk8H_ResumePromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":375,"bottom":52,"pngfb":false,"pr":{"l":"common","i":5}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":375,"bottom":52,"altText":"Souhaitez-vous reprendre à l\'endroit où vous vous êtes arrêté ?","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":375,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ResumePromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"ResumePromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":107,"yPos":110,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_ResumePromptSlide_btn0","type":"vectortext","altText":"Oui","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":64,"bottom":26,"pngfb":false,"pr":{"l":"common","i":6}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ResumePromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"resume_player","resume":true}]}]},{"kind":"button","shapemaskId":"","xPos":212,"yPos":110,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_ResumePromptSlide_btn1","type":"vectortext","altText":"Non","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":66,"bottom":26,"pngfb":false,"pr":{"l":"common","i":7}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ResumePromptSlide_btn1","events":[{"kind":"onrelease","actions":[{"kind":"resume_player","resume":false}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","title":"

Avertissement

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":415,"height":151,"resume":false,"id":"ExternalInterfaceErrorSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"Text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"buttonOK"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","id":"01","linkId":"01","type":"vartext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":383,"height":105,"device":true,"valign":"center","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":"

La fonctionnalité %_player.$LastErrorFeature% sur cette diapositive a été désactivée de l\'affichage local car votre navigateur ne la prend pas en charge.

"}],"shapemaskId":"","xPos":16,"yPos":0,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":191.5,"rotateYPos":52.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":383,"bottom":105,"altText":"Message d\'avertissement","pngfb":false,"pr":{"l":"common","i":8}},"html5data":{"xPos":0,"yPos":0,"width":383,"height":105,"strokewidth":0}},"width":383,"height":105,"resume":false,"useHandCursor":true,"id":"Text"},{"kind":"button","shapemaskId":"","xPos":299,"yPos":105,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"buttonOK","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"buttonOK","events":[{"kind":"onrelease","actions":[{"kind":"close_window","id":"MessageWnd"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}],"id":"PromptScene"},{"kind":"scene","lmsId":"Scene1","isMessageScene":false,"startingSlide":"_player.6FTsIra1rdq.5hXbdowgFm5","sceneNumber":1,"slides":[{"kind":"slide","html5url":"html5/data/js/5hXbdowgFm5.js","title":"TITRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":1,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide1","width":960,"height":540,"resume":true,"id":"5hXbdowgFm5","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5xZ1dDfSZHX.js","title":"ACCUEIL","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":2,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide2","width":960,"height":540,"resume":false,"id":"5xZ1dDfSZHX","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6JzoDbVOfGk.js","title":"Mon résultat","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":3,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide3","width":960,"height":540,"resume":false,"id":"6JzoDbVOfGk","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6FEMkStR7zl.js","title":"SALLE DE BAIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":4,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide4","width":960,"height":540,"resume":true,"id":"6FEMkStR7zl","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6AinT2WqVAs.js","title":"TABLE A LANGER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":5,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6YJSlixYO9f","lmsId":"MatchingDropDown","lmstext":"Tout beau, Tout propre ! C’est le moment de la toilette.\\nJe sélectionne dans la liste mes gestes de prévention prioritaires.\\n","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6TkvtW15qse","lmstext":"en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de m’éloigner de la table à langer."},{"kind":"choice","id":"choice_5WiAmHUVicm","lmstext":"mettant hors de portée d’enfant, tous les produits d’hygiène."},{"kind":"choice","id":"choice_6gL4aaIdPGu","lmstext":"pour l’empêcher de chuter en se retournant de lui même."}],"statements":[{"kind":"statement","id":"statement_6TkvtW15qse","lmstext":"1-Je préviens le risque de chute…"},{"kind":"statement","id":"statement_5WiAmHUVicm","lmstext":"2-Je préviens le risque d’intoxication en…"},{"kind":"statement","id":"statement_6gL4aaIdPGu","lmstext":"3-Je garde une main sur mon \\nenfant…"}],"responseDefinition":{"actions":[{"kind":"addpairresponse","interactionId":"6YJSlixYO9f","valuea":"statements.statement_6TkvtW15qse","typea":"string","valueb":"6OFCpjXd6l4.5h52fMt9MlK.$SelectedItemData","typeb":"property"},{"kind":"addpairresponse","interactionId":"6YJSlixYO9f","valuea":"statements.statement_5WiAmHUVicm","typea":"string","valueb":"6OFCpjXd6l4.6H1BlQOV12g.$SelectedItemData","typeb":"property"},{"kind":"addpairresponse","interactionId":"6YJSlixYO9f","valuea":"statements.statement_6gL4aaIdPGu","typea":"string","valueb":"6OFCpjXd6l4.5seCw0fFRc4.$SelectedItemData","typeb":"property"}]},"answers":[{"kind":"answer","id":"6TkvtW15qse","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_6TkvtW15qse","statementid":"statements.statement_6TkvtW15qse"},{"kind":"pair","choiceid":"choices.choice_5WiAmHUVicm","statementid":"statements.statement_5WiAmHUVicm"},{"kind":"pair","choiceid":"choices.choice_6gL4aaIdPGu","statementid":"statements.statement_6gL4aaIdPGu"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6KTbIjJju09"}},{"kind":"exe_actiongroup","id":"DisableChoices_6OFCpjXd6l4"}]}]},{"kind":"answer","id":"60jczBKeeiX","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lt","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6SFfi8MCjFN"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6pyOKk92sYh"}},{"kind":"exe_actiongroup","id":"DisableChoices_6OFCpjXd6l4"}]}]}]}],"showAnimationId":"","lmsId":"Slide5","width":960,"height":540,"resume":false,"id":"6AinT2WqVAs","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/694mw7yIglY.js","title":"NOYADE SDB","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":6,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6fGYG9vYmSo","lmsId":"TrueFalse","lmstext":"Mon enfant peut se noyer alors qu’il n’y a que 15 centimètres d’eau dans la baignoire .","type":"truefalse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6NhRz3aIB77","lmstext":"Vrai"},{"kind":"choice","id":"choice_5j1cbwDpSl9","lmstext":"Faux"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6PTrxUIN1eO.6NhRz3aIB77.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6fGYG9vYmSo","value":"choices.choice_6NhRz3aIB77","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6PTrxUIN1eO.5j1cbwDpSl9.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6fGYG9vYmSo","value":"choices.choice_5j1cbwDpSl9","type":"string"}]}]},"answers":[{"kind":"answer","id":"6NhRz3aIB77","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6NhRz3aIB77","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5vZjrumQPRf"}},{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"}]}]},{"kind":"answer","id":"5j1cbwDpSl9","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_5j1cbwDpSl9","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5V8Ct5xJtNW"}},{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"}]}]},{"kind":"answer","id":"6Dcv8Fokafe","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5V8Ct5xJtNW"}},{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"}]}]}]}],"showAnimationId":"","lmsId":"Slide6","width":960,"height":540,"resume":false,"id":"694mw7yIglY","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6Sal6CIdrQA.js","title":"SALLE A MANGER/SALON","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":7,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide7","width":960,"height":540,"resume":false,"id":"6Sal6CIdrQA","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6mXvRm3imEa.js","title":"CHAMBRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":8,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide8","width":960,"height":540,"resume":false,"id":"6mXvRm3imEa","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6bOsRTrhs7k.js","title":"INTOX chambre","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":9,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6cWEoda0FLx","lmsId":"FreeFormDragDrop","lmstext":"Glisser-déposer","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_5cM9NBQHzat","lmstext":"Groupe 5"},{"kind":"choice","id":"choice_5XUAW73k065","lmstext":"Groupe 8"},{"kind":"choice","id":"choice_61eH7g4B4qW","lmstext":"Groupe 7"},{"kind":"choice","id":"choice_6kUsOuFOr9R","lmstext":"Groupe 6"},{"kind":"choice","id":"choice_69uFeAX6Kae","lmstext":"Groupe 4"},{"kind":"choice","id":"choice_5iJWESBrwW7","lmstext":"Groupe 3"}],"statements":[{"kind":"statement","id":"statement_6bXI1uymdjo","lmstext":"Zone de clic 1 - Zone de clic rectangulaire 1"},{"kind":"statement","id":"statement_65Ksi4Lc23s","lmstext":"Zone de clic 2 - Zone de clic rectangulaire 2"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"5cM9NBQHzat.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_5cM9NBQHzat","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"5cM9NBQHzat.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_5cM9NBQHzat","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"5XUAW73k065.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_5XUAW73k065","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"5XUAW73k065.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_5XUAW73k065","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"61eH7g4B4qW.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_61eH7g4B4qW","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"61eH7g4B4qW.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_61eH7g4B4qW","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"6kUsOuFOr9R.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_6kUsOuFOr9R","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"6kUsOuFOr9R.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_6kUsOuFOr9R","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"69uFeAX6Kae.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_69uFeAX6Kae","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"69uFeAX6Kae.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_69uFeAX6Kae","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"5iJWESBrwW7.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_5iJWESBrwW7","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"5iJWESBrwW7.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_5iJWESBrwW7","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"67in7jrfvAp","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_5cM9NBQHzat","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_5XUAW73k065","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_61eH7g4B4qW","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_6kUsOuFOr9R","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_69uFeAX6Kae","statementid":"statements.statement_65Ksi4Lc23s"},{"kind":"pair","choiceid":"choices.choice_5iJWESBrwW7","statementid":"statements.statement_6bXI1uymdjo"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6cWEoda0FLx.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6TgXn5xdip7"}},{"kind":"exe_actiongroup","id":"DisableChoices_67in7jrfvAp"}]}]},{"kind":"answer","id":"6OKmk5ifloN","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6cWEoda0FLx.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5VwLpRivBNU"}},{"kind":"exe_actiongroup","id":"DisableChoices_67in7jrfvAp"}]}]}]}],"showAnimationId":"","lmsId":"Slide9","width":960,"height":540,"resume":false,"id":"6bOsRTrhs7k","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/62idXSnMZL5.js","title":"SUFFOCATION LIT","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":10,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6N5Ahx36hpF","lmsId":"FreeFormPickMany","lmstext":"Choisir plusieurs réponses","type":"multipleresponse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_5wxKcsgCX3b","lmstext":"Image 1"},{"kind":"choice","id":"choice_5ZMZpMSmEbB","lmstext":"Image 2"},{"kind":"choice","id":"choice_6A2J5knp6fy","lmstext":"Image 3"},{"kind":"choice","id":"choice_6HEg8pbhh9z","lmstext":"Image 4"},{"kind":"choice","id":"choice_6c4iLuHZr73","lmstext":"Image 5"},{"kind":"choice","id":"choice_6R3k6OlJ17O","lmstext":"Image 6"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5wxKcsgCX3b.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_5wxKcsgCX3b","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5ZMZpMSmEbB.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_5ZMZpMSmEbB","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6A2J5knp6fy.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6A2J5knp6fy","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6HEg8pbhh9z.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6HEg8pbhh9z","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6c4iLuHZr73.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6c4iLuHZr73","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6R3k6OlJ17O.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6R3k6OlJ17O","type":"string"}]}]},"answers":[{"kind":"answer","id":"5a3bfPW3CEX","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_5wxKcsgCX3b","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_5ZMZpMSmEbB","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_6A2J5knp6fy","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_6HEg8pbhh9z","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_6c4iLuHZr73","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6N5Ahx36hpF.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6nYWkRxlPJa"}},{"kind":"exe_actiongroup","id":"DisableChoices_5dcskZN08U2"}]}]},{"kind":"answer","id":"6fufORccy9n","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6N5Ahx36hpF.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5oHOnR3MB5R"}},{"kind":"exe_actiongroup","id":"DisableChoices_5dcskZN08U2"}]}]}]}],"showAnimationId":"","lmsId":"Slide10","width":960,"height":540,"resume":false,"id":"62idXSnMZL5","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6LAIvhlx5ek.js","title":"ESPACES DE TRANSISTION","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":11,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide11","width":960,"height":540,"resume":false,"id":"6LAIvhlx5ek","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5g7Qg4RWDPK.js","title":"CHUTE ESCALIER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":12,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6Rlc7VloKEQ","lmsId":"TrueFalse","lmstext":"Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans.\\n","type":"truefalse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6AvfrKx8Ohe","lmstext":"Vrai"},{"kind":"choice","id":"choice_6BlNdjdMX8s","lmstext":"Faux"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6r2Lr4OhfYx.6AvfrKx8Ohe.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Rlc7VloKEQ","value":"choices.choice_6AvfrKx8Ohe","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6r2Lr4OhfYx.6BlNdjdMX8s.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Rlc7VloKEQ","value":"choices.choice_6BlNdjdMX8s","type":"string"}]}]},"answers":[{"kind":"answer","id":"6AvfrKx8Ohe","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6AvfrKx8Ohe","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"619nG4OfzkJ"}},{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"}]}]},{"kind":"answer","id":"6BlNdjdMX8s","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6BlNdjdMX8s","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6XUn87lIDyc"}},{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"}]}]},{"kind":"answer","id":"5zmIWGk704U","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6XUn87lIDyc"}},{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"}]}]}]}],"showAnimationId":"","lmsId":"Slide12","width":960,"height":540,"resume":false,"id":"5g7Qg4RWDPK","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5p31KAqcjJA.js","title":"PLANTES INTERIEURES","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":13,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6Z8RyVhVm3W","lmsId":"FreeFormPickOne","lmstext":"Choisir une réponse","type":"multiplechoice","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6lclwF4n8cr","lmstext":"Image 1"},{"kind":"choice","id":"choice_6870Wqc43TF","lmstext":"Image 2"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6lclwF4n8cr.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Z8RyVhVm3W","value":"choices.choice_6lclwF4n8cr","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6870Wqc43TF.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Z8RyVhVm3W","value":"choices.choice_6870Wqc43TF","type":"string"}]}]},"answers":[{"kind":"answer","id":"6il9eXIkSvp","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6lclwF4n8cr","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5qQI5kxpXu5"}},{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"}]}]},{"kind":"answer","id":"6lFjlmRo37f","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6870Wqc43TF","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6HkNQqiyymv"}},{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"}]}]},{"kind":"answer","id":"5YSeNfiyTkl","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5qQI5kxpXu5"}},{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"}]}]}]}],"showAnimationId":"","lmsId":"Slide13","width":960,"height":540,"resume":false,"id":"5p31KAqcjJA","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6KCNIB5inyd.js","title":"EXTERIEUR","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":14,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide14","width":960,"height":540,"resume":false,"id":"6KCNIB5inyd","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5egGfQqZkDb.js","title":"NOYADE EXTERIEURE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":15,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"5s0TIWoRBPf","lmsId":"MultiResponse","lmstext":"Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?\\n4 réponses attendues\\n","type":"multipleresponse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6lN6FzMWvth","lmstext":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau"},{"kind":"choice","id":"choice_5pMYTOzveJX","lmstext":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé"},{"kind":"choice","id":"choice_63PqCUqeZxU","lmstext":"Je surveille mon enfant quand il joue dans le jardin"},{"kind":"choice","id":"choice_5XpUWHLJv9X","lmstext":"Je reste à côté du bassin quand mon enfant est dans l’eau"},{"kind":"choice","id":"choice_6NEnTYjhVia","lmstext":"Si on est plusieurs, on peut tous surveiller en même temps."}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.6lN6FzMWvth.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_6lN6FzMWvth","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5pMYTOzveJX.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_5pMYTOzveJX","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.63PqCUqeZxU.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_63PqCUqeZxU","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5XpUWHLJv9X.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_5XpUWHLJv9X","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.6NEnTYjhVia.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_6NEnTYjhVia","type":"string"}]}]},"answers":[{"kind":"answer","id":"6lN6FzMWvth","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6lN6FzMWvth","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_5pMYTOzveJX","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_63PqCUqeZxU","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_5XpUWHLJv9X","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"5s0TIWoRBPf.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6SfIOstU4FO"}},{"kind":"exe_actiongroup","id":"DisableChoices_6BMRqfqDmyy"}]}]},{"kind":"answer","id":"60llGLgY0s1","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5s0TIWoRBPf.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5nhIwuD0yJz"}},{"kind":"exe_actiongroup","id":"DisableChoices_6BMRqfqDmyy"}]}]}]}],"showAnimationId":"","lmsId":"Slide15","width":960,"height":540,"resume":false,"id":"5egGfQqZkDb","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/61XOHmemRkI.js","title":" INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":16,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide16","width":960,"height":540,"resume":false,"id":"61XOHmemRkI","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6Q4mPLrKWvP.js","title":"CUISINE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":17,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide17","width":960,"height":540,"resume":false,"id":"6Q4mPLrKWvP","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6ZTEsIshGPW.js","title":"SUFFOCATION cuisine ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":18,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"5Uysmghm0oM","lmsId":"MatchingDragDrop","lmstext":"Appariement : glisser-déposer","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6QPCfEpotBc","lmstext":"C. Pot fermé"},{"kind":"choice","id":"choice_6lFjjSoSH4P","lmstext":"A. Tiroir fermé"},{"kind":"choice","id":"choice_5bnlSKJKTPA","lmstext":"B. Porte frigo vierge"}],"statements":[{"kind":"statement","id":"statement_6E8CUgvUJHh","lmstext":"1. Petits aliments secs"},{"kind":"statement","id":"statement_5dLRF9QiUmT","lmstext":"2. Sacs plastique"},{"kind":"statement","id":"statement_6l1ywu0g4Lb","lmstext":"3. Magnets, aimants"}],"responseDefinition":{"actions":[{"kind":"addpairresponse","interactionId":"5Uysmghm0oM","valuea":"statements.statement_6E8CUgvUJHh","typea":"string","valueb":"6ObmagFTM4C.6E8CUgvUJHh.$DragConnectData","typeb":"property"},{"kind":"addpairresponse","interactionId":"5Uysmghm0oM","valuea":"statements.statement_5dLRF9QiUmT","typea":"string","valueb":"6ObmagFTM4C.5dLRF9QiUmT.$DragConnectData","typeb":"property"},{"kind":"addpairresponse","interactionId":"5Uysmghm0oM","valuea":"statements.statement_6l1ywu0g4Lb","typea":"string","valueb":"6ObmagFTM4C.6l1ywu0g4Lb.$DragConnectData","typeb":"property"}]},"answers":[{"kind":"answer","id":"6QPCfEpotBc","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_6QPCfEpotBc","statementid":"statements.statement_6E8CUgvUJHh"},{"kind":"pair","choiceid":"choices.choice_6lFjjSoSH4P","statementid":"statements.statement_5dLRF9QiUmT"},{"kind":"pair","choiceid":"choices.choice_5bnlSKJKTPA","statementid":"statements.statement_6l1ywu0g4Lb"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6JQMDJqqWyJ"}},{"kind":"exe_actiongroup","id":"DisableChoices_6ObmagFTM4C"}]}]},{"kind":"answer","id":"64vL7xZMAcq","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lt","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5f5LNRPCRlq"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5r2ZkEWU9Kh"}},{"kind":"exe_actiongroup","id":"DisableChoices_6ObmagFTM4C"}]}]}]}],"showAnimationId":"","lmsId":"Slide18","width":960,"height":540,"resume":false,"id":"6ZTEsIshGPW","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6ML5zeVqhOR.js","title":"CHUTES salon","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":19,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6AN1KqLzONE","lmsId":"FreeFormDragDrop","lmstext":"1-Je choisis le dispositif le plus adapté \\n2- Je dépose dans le cercle ci-contre.","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_5UkMsdO7bAa","lmstext":"Image 2 - bloque fenetre.jpg"},{"kind":"choice","id":"choice_5qiiLL8j2QF","lmstext":"Image 4 - bloc fenetre2.jpg"},{"kind":"choice","id":"choice_6Z19rgD2Ej5","lmstext":"Drag Item 03 - BLOC FENETRE 3.jpg"},{"kind":"choice","id":"choice_6AtmjNsa3UF","lmstext":"Image 3 - plante en pot.jpg"}],"statements":[{"kind":"statement","id":"statement_5tFa03qgZKo","lmstext":"Drop Target Oval - Zone de dépôt"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"5UkMsdO7bAa.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_5UkMsdO7bAa","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"5qiiLL8j2QF.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_5qiiLL8j2QF","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"6Z19rgD2Ej5.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_6Z19rgD2Ej5","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"6AtmjNsa3UF.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_6AtmjNsa3UF","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"5mRasnpZbWx","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_5UkMsdO7bAa","statementid":"statements.statement_5tFa03qgZKo"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6AN1KqLzONE.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6Ft2yIzFuX5"}},{"kind":"exe_actiongroup","id":"DisableChoices_5mRasnpZbWx"}]}]},{"kind":"answer","id":"5ley7gXNNtr","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6AN1KqLzONE.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"5cAMeFSfBbZ"}},{"kind":"exe_actiongroup","id":"DisableChoices_5mRasnpZbWx"}]}]}]}],"showAnimationId":"","lmsId":"Slide19","width":960,"height":540,"resume":false,"id":"6ML5zeVqhOR","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5cNUFQh1AxU.js","title":"REPONSES INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":20,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"5eIruQIbOX5","lmsId":"FreeFormDragDrop","lmstext":"Je plante le buisson qui ne présente pas de toxicité en le déposant dans le cercle ci-contre.","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6FOjEqSimXV","lmstext":"Image 6 - cytise.jpg"},{"kind":"choice","id":"choice_5sAektOfR5G","lmstext":"Image 7 - hydrangea-gd297bfd4f_1920.jpg"},{"kind":"choice","id":"choice_6Kie9Ot2wY0","lmstext":"Image 8 - laurier rose.jpg"},{"kind":"choice","id":"choice_5Z2mibKXnqA","lmstext":"Image 9 - houx.jpg"}],"statements":[{"kind":"statement","id":"statement_628L4WVFbYa","lmstext":"Drop Target Oval - Zone de plantation"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"6FOjEqSimXV.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_6FOjEqSimXV","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"5sAektOfR5G.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_5sAektOfR5G","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"6Kie9Ot2wY0.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_6Kie9Ot2wY0","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"5Z2mibKXnqA.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_5Z2mibKXnqA","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"5nNxthafK5g","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_5sAektOfR5G","statementid":"statements.statement_628L4WVFbYa"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"5eIruQIbOX5.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6UWOCCOMvJm"}},{"kind":"exe_actiongroup","id":"DisableChoices_5nNxthafK5g"}]}]},{"kind":"answer","id":"6GnTrzKN0no","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5eIruQIbOX5.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6KYL3dpF0t4"}},{"kind":"exe_actiongroup","id":"DisableChoices_5nNxthafK5g"}]}]}]}],"showAnimationId":"","lmsId":"Slide20","width":960,"height":540,"resume":true,"id":"5cNUFQh1AxU","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6MbCw3zA6X4.js","title":"CHUTES cuisine","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":21,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6ZqxC7q4RPp","lmsId":"FreeFormDragDrop","lmstext":"1-Je choisis la chaise haute la mieux adaptée à mon enfant de – 4ans \\n2-Je dépose son image dans le cercle gris ci-contre.","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6mDe9ANUnhM","lmstext":"Image 2 - CHAISE HAUTE2.jpg"},{"kind":"choice","id":"choice_5Wm2V6hEGJY","lmstext":"Image 4 - R.png"},{"kind":"choice","id":"choice_5f8l9D83HhH","lmstext":"Drag Item 03 - OIP (12).jpg"},{"kind":"choice","id":"choice_5xhpLJAkZHb","lmstext":"Image 3 - CHAISE HAUTE3.jpg"}],"statements":[{"kind":"statement","id":"statement_5xxgpKrrNQ7","lmstext":"Drop Target Oval - Zone de dépôt"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"6mDe9ANUnhM.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_6mDe9ANUnhM","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"5Wm2V6hEGJY.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_5Wm2V6hEGJY","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"5f8l9D83HhH.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_5f8l9D83HhH","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"5xhpLJAkZHb.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_5xhpLJAkZHb","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"5iHW2XPPuAX","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_6mDe9ANUnhM","statementid":"statements.statement_5xxgpKrrNQ7"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6ZqxC7q4RPp.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6KMwQbBzGhy"}},{"kind":"exe_actiongroup","id":"DisableChoices_5iHW2XPPuAX"}]}]},{"kind":"answer","id":"6c2DHto3c3j","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6ZqxC7q4RPp.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6Ddu5LFjDuN"}},{"kind":"exe_actiongroup","id":"DisableChoices_5iHW2XPPuAX"}]}]}]}],"showAnimationId":"","lmsId":"Slide21","width":960,"height":540,"resume":false,"id":"6MbCw3zA6X4","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5q071U8mzsW.js","title":"GENERIQUE FIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":22,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide22","width":960,"height":540,"resume":false,"id":"5q071U8mzsW","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}],"id":"6FTsIra1rdq"}],"slideBank":{},"quizzes":[{"kind":"quiz","lmstext":"VIE ET VEILLE AU QUOTIDIEN\\nUn jeu d’exploration de l’univers de mon enfant entre 0 et 4 ans","issurvey":false,"passPercent":100,"submitunanswered":"viewed","scoretype":"partial","reviewtype":"incorrectonly","resettype":"all","sliderefs":[{"kind":"slideref","id":"_player.6FTsIra1rdq.6AinT2WqVAs"},{"kind":"slideref","id":"_player.6FTsIra1rdq.694mw7yIglY"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6bOsRTrhs7k"},{"kind":"slideref","id":"_player.6FTsIra1rdq.62idXSnMZL5"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5g7Qg4RWDPK"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5p31KAqcjJA"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5egGfQqZkDb"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6ZTEsIshGPW"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6ML5zeVqhOR"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5cNUFQh1AxU"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6MbCw3zA6X4"}],"id":"6qa4PN8eUei","actionGroups":{"EvaluateQuiz":{"kind":"actiongroup","actions":[{"kind":"eval_all_unanswered","objRef":{"type":"string","value":"_this"}}]}}}],"assetLib":[{"kind":"asset","id":0,"jsType":"jssvg","width":442,"height":377,"url":"story_content/5cAFpF52SCT.js","dataId":"svg2-5cAFpF52SCT"},{"kind":"asset","id":1,"jsType":"jssvg","width":60,"height":60,"url":"story_content/5xmhEvUOitt.js","dataId":"svg1-5xmhEvUOitt"},{"kind":"asset","id":2,"mobileUrl":"story_content/Slide6n0devwm5pB.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6n0devwm5pB.jpg"},{"kind":"asset","id":3,"width":0,"height":0,"duration":11982,"fileSize":95956,"url":"story_content/6ByzLBCcSpG_44100_64_1.mp3"},{"kind":"asset","id":4,"mobileUrl":"story_content/Shape6arWHgWpbXr.swf","imageType":"normal","width":245,"height":175,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6arWHgWpbXr.png"},{"kind":"asset","id":5,"imageType":"normal","width":490,"height":276,"mobiledx":0,"mobiledy":0,"fileSize":2698389,"maskref":"0","url":"mobile/65Tl6WYMJPa.png"},{"kind":"asset","id":6,"mobileUrl":"story_content/Shape66O638NFnC2.swf","imageType":"normal","width":252,"height":197,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape66O638NFnC2.png"},{"kind":"asset","id":7,"imageType":"normal","width":504,"height":284,"mobiledx":0,"mobiledy":0,"fileSize":2782667,"maskref":"1","url":"mobile/5ZdZ0RlV56u.png"},{"kind":"asset","id":8,"mobileUrl":"story_content/Shape6o1Ew3MqaUc.swf","imageType":"normal","width":245,"height":186,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6o1Ew3MqaUc.png"},{"kind":"asset","id":9,"imageType":"normal","width":490,"height":276,"mobiledx":0,"mobiledy":0,"fileSize":2887997,"maskref":"2","url":"mobile/5hzrYMhu9ah.png"},{"kind":"asset","id":10,"mobileUrl":"story_content/Shape5uJnYRCDish.swf","imageType":"normal","width":236,"height":175,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5uJnYRCDish.png"},{"kind":"asset","id":11,"imageType":"normal","width":472,"height":266,"mobiledx":0,"mobiledy":0,"fileSize":2633474,"maskref":"3","url":"mobile/5iFSou622a8.png"},{"kind":"asset","id":12,"mobileUrl":"story_content/Shape6P4YPCwSOi9.swf","imageType":"normal","width":234,"height":197,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6P4YPCwSOi9.png"},{"kind":"asset","id":13,"imageType":"normal","width":468,"height":263,"mobiledx":0,"mobiledy":0,"fileSize":2386499,"maskref":"4","url":"mobile/5zSGvRt1TIW.png"},{"kind":"asset","id":14,"mobileUrl":"story_content/Shape5xOvU4Pd7Wd.swf","imageType":"normal","width":252,"height":173,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5xOvU4Pd7Wd.png"},{"kind":"asset","id":15,"imageType":"normal","width":504,"height":284,"mobiledx":0,"mobiledy":0,"fileSize":3203400,"maskref":"5","url":"mobile/6PoTCpX10q4.png"},{"kind":"asset","id":16,"width":0,"height":0,"duration":14302,"fileSize":114555,"url":"story_content/6WBebpcnfS3_44100_64_1.mp3"},{"kind":"asset","id":17,"imageType":"normal","width":138,"height":150,"mobiledx":0,"mobiledy":0,"fileSize":68207,"maskref":"6","url":"mobile/6iU2vJrtcYT.png"},{"kind":"asset","id":18,"mobileUrl":"story_content/Slide6kIO7DKEvbJ.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6kIO7DKEvbJ.jpg"},{"kind":"asset","id":19,"mobileUrl":"story_content/Shape6Zwgwx1zBUE.swf","imageType":"normal","width":202,"height":81,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6Zwgwx1zBUE.png"},{"kind":"asset","id":20,"mobileUrl":"story_content/Slide5mXHPSqpVOp.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5mXHPSqpVOp.jpg"},{"kind":"asset","id":21,"width":0,"height":0,"duration":5032,"fileSize":40368,"url":"story_content/6rdr4bnAP7g_44100_64_1.mp3"},{"kind":"asset","id":22,"imageType":"normal","width":223,"height":242,"mobiledx":0,"mobiledy":0,"fileSize":66197,"maskref":"7","url":"mobile/5x2J9gL6v3I.png"},{"kind":"asset","id":23,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":24,"imageType":"normal","width":214,"height":232,"mobiledx":0,"mobiledy":0,"fileSize":93875,"maskref":"8","url":"mobile/6IE7ayTdFEq.png"},{"kind":"asset","id":25,"imageType":"normal","width":98,"height":98,"mobiledx":0,"mobiledy":0,"fileSize":33663,"maskref":"9","url":"mobile/6kiZAOSm95J.png"},{"kind":"asset","id":26,"imageType":"normal","width":152,"height":149,"mobiledx":0,"mobiledy":0,"fileSize":6199,"maskref":"10","url":"mobile/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png"},{"kind":"asset","id":27,"width":0,"height":0,"duration":10182,"fileSize":81537,"url":"story_content/6Snklkzmhev_44100_64_1.mp3"},{"kind":"asset","id":28,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":29,"width":0,"height":0,"duration":10182,"fileSize":81537,"url":"story_content/6Snklkzmhev_44100_64_1.mp3"},{"kind":"asset","id":30,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":31,"mobileUrl":"story_content/Slide6GEoh1hZqeY.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6GEoh1hZqeY.jpg"},{"kind":"asset","id":32,"imageType":"normal","width":128,"height":128,"mobiledx":0,"mobiledy":0,"fileSize":12296,"url":"mobile/5xiBxsKAwas.jpg"},{"kind":"asset","id":33,"width":0,"height":0,"duration":4611,"fileSize":37024,"url":"story_content/67i7vZl9EIg_44100_64_1.mp3"},{"kind":"asset","id":34,"width":0,"height":0,"duration":4742,"fileSize":38069,"url":"story_content/5cuimwgpvCa_44100_64_1.mp3"},{"kind":"asset","id":35,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":36,"width":0,"height":0,"duration":4742,"fileSize":38069,"url":"story_content/5cuimwgpvCa_44100_64_1.mp3"},{"kind":"asset","id":37,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":38,"mobileUrl":"story_content/Slide5VdYP4CrWXG.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5VdYP4CrWXG.jpg"},{"kind":"asset","id":39,"mobileUrl":"story_content/Shape6d8Ii3SnatC.swf","imageType":"normal","width":230,"height":84,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6d8Ii3SnatC.png"},{"kind":"asset","id":40,"mobileUrl":"story_content/Slide6C6Ch439isN.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6C6Ch439isN.jpg"},{"kind":"asset","id":41,"mobileUrl":"story_content/Shape5swQvzzWxJO.swf","imageType":"normal","width":206,"height":91,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5swQvzzWxJO.png"},{"kind":"asset","id":42,"mobileUrl":"story_content/Slide6Cq3Y4x3jqq.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6Cq3Y4x3jqq.jpg"},{"kind":"asset","id":43,"mobileUrl":"story_content/Shape5cM9NBQHzat.swf","imageType":"normal","width":79,"height":88,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5cM9NBQHzat.png"},{"kind":"asset","id":44,"imageType":"normal","width":154,"height":116,"mobiledx":0,"mobiledy":0,"fileSize":2414379,"maskref":"11","url":"mobile/6UT1K1BsiKV_797C6C.png"},{"kind":"asset","id":45,"mobileUrl":"story_content/Shape6kUsOuFOr9R.swf","imageType":"normal","width":64,"height":87,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6kUsOuFOr9R.png"},{"kind":"asset","id":46,"imageType":"normal","width":85,"height":144,"mobiledx":0,"mobiledy":0,"fileSize":71520,"maskref":"12","url":"mobile/5b1eh3LrRdU.png"},{"kind":"asset","id":47,"mobileUrl":"story_content/Shape61eH7g4B4qW.swf","imageType":"normal","width":97,"height":88,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape61eH7g4B4qW.png"},{"kind":"asset","id":48,"imageType":"normal","width":490,"height":413,"mobiledx":0,"mobiledy":0,"fileSize":108910,"url":"mobile/612q78bVBao_P_137_0_490_413.jpg"},{"kind":"asset","id":49,"mobileUrl":"story_content/Shape69uFeAX6Kae.swf","imageType":"normal","width":93,"height":83,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape69uFeAX6Kae.png"},{"kind":"asset","id":50,"imageType":"normal","width":186,"height":133,"mobiledx":0,"mobiledy":0,"fileSize":65343,"maskref":"13","url":"mobile/6PywSUpECT6.png"},{"kind":"asset","id":51,"mobileUrl":"story_content/Shape5iJWESBrwW7.swf","imageType":"normal","width":92,"height":86,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5iJWESBrwW7.png"},{"kind":"asset","id":52,"imageType":"normal","width":134,"height":105,"mobiledx":0,"mobiledy":0,"fileSize":6822,"url":"mobile/6nITrJmwfpL.jpg"},{"kind":"asset","id":53,"mobileUrl":"story_content/Shape5XUAW73k065.swf","imageType":"normal","width":122,"height":82,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5XUAW73k065.png"},{"kind":"asset","id":54,"imageType":"normal","width":110,"height":110,"mobiledx":0,"mobiledy":0,"fileSize":746732,"maskref":"14","url":"mobile/6bxeXNwgoeQ.png"},{"kind":"asset","id":55,"mobileUrl":"","imageType":"normal","width":90,"height":14,"mobiledx":-1,"mobiledy":0,"fileSize":1811,"maskref":"15","url":"mobile/txt__default_6H3KuLYtnMU.png"},{"kind":"asset","id":56,"mobileUrl":"","imageType":"normal","width":17,"height":18,"mobiledx":0,"mobiledy":0,"fileSize":1351,"maskref":"16","url":"mobile/txt__default_6i8XYg16LFq.png"},{"kind":"asset","id":57,"mobileUrl":"","imageType":"normal","width":76,"height":8,"mobiledx":0,"mobiledy":0,"fileSize":377,"maskref":"17","url":"mobile/txt__default_5xtJ5T95Kdy.png"},{"kind":"asset","id":58,"width":0,"height":0,"duration":4952,"fileSize":39741,"url":"story_content/6bRhW5hHyV9_44100_64_1.mp3"},{"kind":"asset","id":59,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":60,"imageType":"normal","width":76,"height":76,"mobiledx":0,"mobiledy":0,"fileSize":4108,"maskref":"18","url":"mobile/6nWotxJhCgB_FFFFFF.png"},{"kind":"asset","id":61,"width":0,"height":0,"duration":6731,"fileSize":53951,"url":"story_content/6Dj5X0XBDzj_44100_64_1.mp3"},{"kind":"asset","id":62,"width":0,"height":0,"duration":5952,"fileSize":47682,"url":"story_content/6DiH7gHayyJ_44100_64_1.mp3"},{"kind":"asset","id":63,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":64,"mobileUrl":"story_content/Slide6bMQwVFAP2Q.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6bMQwVFAP2Q.jpg"},{"kind":"asset","id":65,"imageType":"normal","width":300,"height":227,"mobiledx":0,"mobiledy":0,"fileSize":23238,"url":"mobile/6RjAkPAHTlT.jpg"},{"kind":"asset","id":66,"imageType":"normal","width":302,"height":211,"mobiledx":0,"mobiledy":0,"fileSize":16883,"url":"mobile/6co5LARH9hR.jpg"},{"kind":"asset","id":67,"imageType":"normal","width":298,"height":199,"mobiledx":0,"mobiledy":0,"fileSize":164947,"url":"mobile/6dJSdUxWbji.jpg"},{"kind":"asset","id":68,"imageType":"normal","width":298,"height":178,"mobiledx":0,"mobiledy":0,"fileSize":443648,"url":"mobile/5zVEzrd3BdV.jpg"},{"kind":"asset","id":69,"imageType":"normal","width":294,"height":210,"mobiledx":0,"mobiledy":0,"fileSize":8228,"url":"mobile/5WXbRkBOGtx.jpg"},{"kind":"asset","id":70,"imageType":"normal","width":255,"height":152,"mobiledx":0,"mobiledy":0,"fileSize":23133,"url":"mobile/6CKruSDDpsn_P_77_0_255_152.jpg"},{"kind":"asset","id":71,"width":0,"height":0,"duration":5921,"fileSize":47473,"url":"story_content/5mNC7r9Fpbb_44100_64_1.mp3"},{"kind":"asset","id":72,"imageType":"normal","width":35,"height":40,"mobiledx":0,"mobiledy":0,"fileSize":94475,"maskref":"19","url":"mobile/5lOve8gMZEt.png"},{"kind":"asset","id":73,"width":0,"height":0,"duration":8432,"fileSize":67535,"url":"story_content/6beUko5krHJ_44100_64_1.mp3"},{"kind":"asset","id":74,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":75,"width":0,"height":0,"duration":8432,"fileSize":67535,"url":"story_content/6beUko5krHJ_44100_64_1.mp3"},{"kind":"asset","id":76,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":77,"mobileUrl":"story_content/Slide65tpndHhLke.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide65tpndHhLke.jpg"},{"kind":"asset","id":78,"mobileUrl":"story_content/Shape5qZAgYNtHaA.swf","imageType":"normal","width":205,"height":85,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5qZAgYNtHaA.png"},{"kind":"asset","id":79,"mobileUrl":"story_content/Slide5wlkmZyFj8m.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5wlkmZyFj8m.jpg"},{"kind":"asset","id":80,"width":0,"height":0,"duration":4592,"fileSize":36815,"url":"story_content/6GBuqbYyNXn_44100_64_1.mp3"},{"kind":"asset","id":81,"width":0,"height":0,"duration":4952,"fileSize":39741,"url":"story_content/6ogaL0uMKrL_44100_64_1.mp3"},{"kind":"asset","id":82,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":83,"width":0,"height":0,"duration":4952,"fileSize":39741,"url":"story_content/6ogaL0uMKrL_44100_64_1.mp3"},{"kind":"asset","id":84,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":85,"mobileUrl":"story_content/Slide5YsdlsbJsZv.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5YsdlsbJsZv.jpg"},{"kind":"asset","id":86,"imageType":"normal","width":358,"height":266,"mobiledx":0,"mobiledy":0,"fileSize":45281,"url":"mobile/6RnS0v9a2eX.jpg"},{"kind":"asset","id":87,"imageType":"normal","width":410,"height":580,"mobiledx":0,"mobiledy":0,"fileSize":1737347,"maskref":"20","url":"mobile/5W1mr5Si6nV.png"},{"kind":"asset","id":88,"width":0,"height":0,"duration":5191,"fileSize":41621,"url":"story_content/5d7FY1xFAy9_44100_64_1.mp3"},{"kind":"asset","id":89,"width":0,"height":0,"duration":9211,"fileSize":73804,"url":"story_content/6JrglHsD24G_44100_64_1.mp3"},{"kind":"asset","id":90,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":91,"width":0,"height":0,"duration":9211,"fileSize":73804,"url":"story_content/6JrglHsD24G_44100_64_1.mp3"},{"kind":"asset","id":92,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":93,"mobileUrl":"story_content/Slide5vLiUzKa0oG.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5vLiUzKa0oG.jpg"},{"kind":"asset","id":94,"mobileUrl":"story_content/Shape5q89ZwN3RgD.swf","imageType":"normal","width":205,"height":80,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5q89ZwN3RgD.png"},{"kind":"asset","id":95,"mobileUrl":"story_content/Slide6Yd5UFhcD20.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6Yd5UFhcD20.jpg"},{"kind":"asset","id":96,"width":0,"height":0,"duration":4271,"fileSize":34307,"url":"story_content/5oP5kYMKaqx_44100_64_1.mp3"},{"kind":"asset","id":97,"imageType":"normal","width":120,"height":120,"mobiledx":0,"mobiledy":0,"fileSize":720256,"maskref":"21","url":"mobile/6HrQvviyAkG.png"},{"kind":"asset","id":98,"imageType":"normal","width":116,"height":116,"mobiledx":0,"mobiledy":0,"fileSize":602713,"maskref":"22","url":"mobile/5jWurvDETNY.png"},{"kind":"asset","id":99,"imageType":"normal","width":144,"height":89,"mobiledx":0,"mobiledy":0,"fileSize":172559,"maskref":"23","url":"mobile/5jIMv8n1It7.png"},{"kind":"asset","id":100,"width":0,"height":0,"duration":7302,"fileSize":58549,"url":"story_content/6lQhyko7oC8_44100_64_1.mp3"},{"kind":"asset","id":101,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":102,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1925,"maskref":"24","url":"mobile/txt__default_6SDY7u57ScG.png"},{"kind":"asset","id":103,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1693,"maskref":"25","url":"mobile/txt__default_Disabled_6SDY7u57ScG.png"},{"kind":"asset","id":104,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1952,"maskref":"26","url":"mobile/txt__default_Down_6SDY7u57ScG.png"},{"kind":"asset","id":105,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":2046,"maskref":"27","url":"mobile/txt__default_Hover_6SDY7u57ScG.png"},{"kind":"asset","id":106,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1815,"maskref":"28","url":"mobile/txt__default_Hover_Disabled_6SDY7u57ScG.png"},{"kind":"asset","id":107,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":2035,"maskref":"29","url":"mobile/txt__default_Hover_Down_6SDY7u57ScG.png"},{"kind":"asset","id":108,"width":0,"height":0,"duration":7302,"fileSize":58549,"url":"story_content/6lQhyko7oC8_44100_64_1.mp3"},{"kind":"asset","id":109,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":110,"mobileUrl":"story_content/Slide5t13J0olM2h.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5t13J0olM2h.jpg"},{"kind":"asset","id":111,"imageType":"normal","width":246,"height":179,"mobiledx":0,"mobiledy":0,"fileSize":99583,"maskref":"30","url":"mobile/6VX1wzxXetE.png"},{"kind":"asset","id":112,"imageType":"normal","width":245,"height":184,"mobiledx":0,"mobiledy":0,"fileSize":112034,"maskref":"31","url":"mobile/6gEwn9EL1QT.png"},{"kind":"asset","id":113,"imageType":"normal","width":246,"height":179,"mobiledx":0,"mobiledy":0,"fileSize":109073,"maskref":"32","url":"mobile/67rHzkytjvC.png"},{"kind":"asset","id":114,"imageType":"normal","width":1737,"height":1199,"mobiledx":0,"mobiledy":0,"fileSize":1073518,"url":"mobile/6c9V8x2cV0q_P_182_0_1737_1199.jpg"},{"kind":"asset","id":115,"mobileUrl":"story_content/Shape6fxPNO2INLF.swf","imageType":"normal","width":141,"height":48,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6fxPNO2INLF.png"},{"kind":"asset","id":116,"imageType":"normal","width":190,"height":95,"mobiledx":0,"mobiledy":0,"fileSize":63728,"maskref":"33","url":"mobile/5nuY12mUJs6_RFFF0E4.png"},{"kind":"asset","id":117,"width":0,"height":0,"duration":3522,"fileSize":28247,"url":"story_content/5xzUC1qXCd8_44100_64_1.mp3"},{"kind":"asset","id":118,"mobileUrl":"story_content/Slide68grjJBgeEv.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide68grjJBgeEv.png"},{"kind":"asset","id":119,"imageType":"normal","width":242,"height":223,"mobiledx":0,"mobiledy":0,"fileSize":223032,"maskref":"34","url":"mobile/5mHDuFk2I6n_RFF817D.png"},{"kind":"asset","id":120,"mobileUrl":"story_content/Slide5gUYowJevYj.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5gUYowJevYj.png"},{"kind":"asset","id":121,"mobileUrl":"story_content/Slide6pnN88SUPqr.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6pnN88SUPqr.png"},{"kind":"asset","id":122,"imageType":"normal","width":247,"height":248,"mobiledx":0,"mobiledy":0,"fileSize":55050,"url":"mobile/5c2k7hHHmq9.jpg"},{"kind":"asset","id":123,"mobileUrl":"story_content/Slide6MRwlpf3HqO.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6MRwlpf3HqO.png"},{"kind":"asset","id":124,"mobileUrl":"story_content/Slide5YIZT6f35io.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5YIZT6f35io.jpg"},{"kind":"asset","id":125,"mobileUrl":"story_content/Shape68Dq312gz9U.swf","imageType":"normal","width":209,"height":79,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape68Dq312gz9U.png"},{"kind":"asset","id":126,"mobileUrl":"story_content/Slide6Wn7QDqnb0e.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6Wn7QDqnb0e.jpg"},{"kind":"asset","id":127,"imageType":"normal","width":135,"height":120,"mobiledx":0,"mobiledy":0,"fileSize":14256,"url":"mobile/5k8wfIOYsrk_P_28_34_135_120.jpg"},{"kind":"asset","id":128,"imageType":"normal","width":195,"height":184,"mobiledx":0,"mobiledy":0,"fileSize":26014,"url":"mobile/5t94g4liVSR_P_22_19_195_184.jpg"},{"kind":"asset","id":129,"imageType":"normal","width":179,"height":180,"mobiledx":0,"mobiledy":0,"fileSize":20087,"url":"mobile/6etO7z1HfCX_P_33_0_179_180.jpg"},{"kind":"asset","id":130,"imageType":"normal","width":234,"height":147,"mobiledx":0,"mobiledy":0,"fileSize":23127,"url":"mobile/5Y2G1DALy17.jpg"},{"kind":"asset","id":131,"imageType":"normal","width":190,"height":183,"mobiledx":0,"mobiledy":0,"fileSize":11141,"url":"mobile/5dO4kfG0Jsr_P_35_0_190_183.jpg"},{"kind":"asset","id":132,"imageType":"normal","width":148,"height":232,"mobiledx":0,"mobiledy":0,"fileSize":126857,"maskref":"35","url":"mobile/60DdQXcHuBr.png"},{"kind":"asset","id":133,"width":0,"height":0,"duration":4822,"fileSize":38696,"url":"story_content/6gczo2mRdWa_44100_64_1.mp3"},{"kind":"asset","id":134,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":135,"width":0,"height":0,"duration":7671,"fileSize":61475,"url":"story_content/6Jxmyk8yc9l_44100_64_1.mp3"},{"kind":"asset","id":136,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":137,"width":0,"height":0,"duration":7671,"fileSize":61475,"url":"story_content/6Jxmyk8yc9l_44100_64_1.mp3"},{"kind":"asset","id":138,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":139,"mobileUrl":"story_content/Slide5shBJ3pTs96.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5shBJ3pTs96.jpg"},{"kind":"asset","id":140,"imageType":"normal","width":1397,"height":1397,"mobiledx":0,"mobiledy":0,"fileSize":542241,"url":"mobile/5r5k2uhLlYo_B10_C-10_P_0_325_1397_1397.jpg"},{"kind":"asset","id":141,"mobileUrl":"","imageType":"normal","width":104,"height":104,"mobiledx":-2,"mobiledy":-2,"fileSize":4537,"maskref":"36","url":"mobile/txt__default_5tFa03qgZKo.png"},{"kind":"asset","id":142,"imageType":"normal","width":222,"height":222,"mobiledx":0,"mobiledy":0,"fileSize":65784,"maskref":"37","url":"mobile/5nyDWME0NEY_FEFEFE_P_0_2_222_222.png"},{"kind":"asset","id":143,"imageType":"normal","width":202,"height":202,"mobiledx":0,"mobiledy":0,"fileSize":17368,"url":"mobile/6l1BjXwHzz4_P_23_0_201_201.jpg"},{"kind":"asset","id":144,"imageType":"normal","width":225,"height":225,"mobiledx":0,"mobiledy":0,"fileSize":5538,"url":"mobile/5xdrvwl3d4p.jpg"},{"kind":"asset","id":145,"width":0,"height":0,"duration":4901,"fileSize":39323,"url":"story_content/5r233cjRbI4_44100_64_1.mp3"},{"kind":"asset","id":146,"imageType":"normal","width":102,"height":72,"mobiledx":0,"mobiledy":0,"fileSize":224068,"maskref":"38","url":"mobile/6aYP8HAzx1B.png"},{"kind":"asset","id":147,"imageType":"normal","width":592,"height":480,"mobiledx":0,"mobiledy":0,"fileSize":72847,"maskref":"39","url":"mobile/5oxeH3ErBL0_F0F0F0_P_141_0_591_480.png"},{"kind":"asset","id":148,"width":0,"height":0,"duration":14621,"fileSize":117063,"url":"story_content/5YC0QBiRC8A_44100_64_1.mp3"},{"kind":"asset","id":149,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":150,"width":0,"height":0,"duration":14621,"fileSize":117063,"url":"story_content/5YC0QBiRC8A_44100_64_1.mp3"},{"kind":"asset","id":151,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":152,"mobileUrl":"story_content/Slide5XfoJeCpGEJ.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5XfoJeCpGEJ.jpg"},{"kind":"asset","id":153,"imageType":"normal","width":1278,"height":1278,"mobiledx":0,"mobiledy":0,"fileSize":1012185,"url":"mobile/5rENtsY3Glc_P_321_0_1278_1278.jpg"},{"kind":"asset","id":154,"mobileUrl":"","imageType":"normal","width":105,"height":106,"mobiledx":-2,"mobiledy":-2,"fileSize":4621,"maskref":"40","url":"mobile/txt__default_628L4WVFbYa.png"},{"kind":"asset","id":155,"imageType":"normal","width":1199,"height":1199,"mobiledx":0,"mobiledy":0,"fileSize":763757,"url":"mobile/6c9V8x2cV0q_P_360_0_1199_1199.jpg"},{"kind":"asset","id":156,"imageType":"normal","width":1080,"height":1080,"mobiledx":0,"mobiledy":0,"fileSize":1106870,"url":"mobile/62PmvACB5XC_P_419_0_1080_1080.jpg"},{"kind":"asset","id":157,"imageType":"normal","width":1280,"height":1280,"mobiledx":0,"mobiledy":0,"fileSize":1390925,"url":"mobile/6bckyLOrxfm_P_320_0_1280_1280.jpg"},{"kind":"asset","id":158,"imageType":"normal","width":88,"height":88,"mobiledx":0,"mobiledy":0,"fileSize":10853,"maskref":"41","url":"mobile/5x3XU2hrxIg_X.png"},{"kind":"asset","id":159,"width":0,"height":0,"duration":4012,"fileSize":32217,"url":"story_content/68ZXWDBw64g_44100_64_1.mp3"},{"kind":"asset","id":160,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":161,"width":0,"height":0,"duration":4012,"fileSize":32217,"url":"story_content/68ZXWDBw64g_44100_64_1.mp3"},{"kind":"asset","id":162,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":163,"mobileUrl":"story_content/Slide6pzrlL8CB4y.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6pzrlL8CB4y.jpg"},{"kind":"asset","id":164,"imageType":"normal","width":194,"height":216,"mobiledx":0,"mobiledy":0,"fileSize":42043,"maskref":"42","url":"mobile/5odrT8ceSnB_F5F5F5_P_0_-2_194_216.png"},{"kind":"asset","id":165,"mobileUrl":"","imageType":"normal","width":104,"height":104,"mobiledx":-2,"mobiledy":-2,"fileSize":4537,"maskref":"43","url":"mobile/txt__default_5xxgpKrrNQ7.png"},{"kind":"asset","id":166,"imageType":"normal","width":204,"height":204,"mobiledx":0,"mobiledy":0,"fileSize":3479,"url":"mobile/6AdIAg2LVu4.jpg"},{"kind":"asset","id":167,"imageType":"normal","width":221,"height":221,"mobiledx":0,"mobiledy":0,"fileSize":13331,"url":"mobile/5ZYFf8587cn_P_85_0_221_221.jpg"},{"kind":"asset","id":168,"imageType":"normal","width":128,"height":128,"mobiledx":0,"mobiledy":0,"fileSize":6363,"maskref":"44","url":"mobile/5r9xJDvBTGN.png"},{"kind":"asset","id":169,"width":0,"height":0,"duration":4352,"fileSize":34934,"url":"story_content/6DAWGRV6btz_44100_64_1.mp3"},{"kind":"asset","id":170,"width":0,"height":0,"duration":8921,"fileSize":71506,"url":"story_content/66LrcfFE2sb_44100_64_1.mp3"},{"kind":"asset","id":171,"width":0,"height":0,"duration":9661,"fileSize":77357,"url":"story_content/6e88h66ZHQs_44100_64_1.mp3"},{"kind":"asset","id":172,"width":0,"height":0,"duration":8921,"fileSize":71506,"url":"story_content/66LrcfFE2sb_44100_64_1.mp3"},{"kind":"asset","id":173,"width":0,"height":0,"duration":6392,"fileSize":51235,"url":"story_content/5npOPsoOYwb_44100_64_1.mp3"},{"kind":"asset","id":174,"imageType":"normal","width":96,"height":138,"mobiledx":0,"mobiledy":0,"fileSize":39974,"maskref":"45","url":"mobile/6rgYUvBRomv.png"}],"fontLib":[{"name":"Lucida Calligraphy Char5080FF99"},{"name":"Oswald Light Charset0_v400F0EA3"},{"name":"Lato Charset0_v8MUn45tBE51451DC"},{"name":"LatoBoldItalic ChItalicB6D04671"},{"name":"Lato Light Charset0_v8sD1CF4FE6"},{"name":"Lato LightBold CharBold30770A0A"},{"name":"Open Sans Charset0_v9TY33EDE6F2"},{"name":"Open SansBold CharsBoldE47A47C6"},{"name":"Oswald LightBold ChBoldAF84F3B9"},{"name":"Arial Charset0_v8wz5YMo9EE9FF07"},{"name":"Amiri Quran Charset0_vA096D8656"},{"name":"Open Sans LightBoldBold2423480C"},{"name":"Arial Rounded MT BoBoldAD39CAD8"},{"name":"Lato LightItalic ItalicDF72E1A6"}],"scorings":[{"kind":"scoring","description":"PARTIE 2 JEU SERIEUX AcVC Version au 3/07/23","lmstext":"VIE ET VEILLE AU QUOTIDIEN\\nUn jeu d’exploration de l’univers de mon enfant entre 0 et 4 ans","type":"view","passPercent":80,"viewThreshold":22,"slidesViewedMode":"project","passStatus":"pass","failStatus":"fail","scoreRefs":[],"id":"scoringId_Slides"}],"slideCount":22,"flags":["AccessibleVideo","InsertSvgPicture","LayerPresentAsDialog","MultipleQuizTracking","QuestionCorrectVariable","UpdatedThemeEditor"],"id":"_player","variables":[{"kind":"variable","name":"QuizAdvanceModeWarningShown","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"CurrentQuiz_6OFCpjXd6l4","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6PTrxUIN1eO","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_67in7jrfvAp","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5dcskZN08U2","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6r2Lr4OhfYx","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5couOGvhgC0","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6BMRqfqDmyy","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6ObmagFTM4C","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5mRasnpZbWx","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5nNxthafK5g","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5iHW2XPPuAX","type":"string","value":"","resume":true},{"kind":"variable","name":"Monrésultat","type":"number","value":0,"resume":true},{"kind":"variable","name":"LastSlideViewed_6eqep6CQk8H","type":"string","value":"_player.6FTsIra1rdq.5hXbdowgFm5","resume":true},{"kind":"variable","name":"5hXbdowgFm5_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5xZ1dDfSZHX_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6r2Ya5AQ4hM","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6JzoDbVOfGk_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6FEMkStR7zl_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6OFCpjXd6l4","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6AinT2WqVAs_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6PTrxUIN1eO","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"694mw7yIglY_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6Sal6CIdrQA_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6mXvRm3imEa_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_67in7jrfvAp","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6bOsRTrhs7k_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5dcskZN08U2","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"62idXSnMZL5_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6LAIvhlx5ek_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6r2Lr4OhfYx","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5g7Qg4RWDPK_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5couOGvhgC0","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5p31KAqcjJA_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6KCNIB5inyd_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6BMRqfqDmyy","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5egGfQqZkDb_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"61XOHmemRkI_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6Q4mPLrKWvP_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6ObmagFTM4C","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6ZTEsIshGPW_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5mRasnpZbWx","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6ML5zeVqhOR_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5nNxthafK5g","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5cNUFQh1AxU_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5iHW2XPPuAX","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6MbCw3zA6X4_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5q071U8mzsW_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"PrintPromptWindowQuizVar_5xiHtVXBCy8","type":"string","value":"","resume":true},{"kind":"variable","name":"PrintPromptUsername_5xiHtVXBCy8","type":"string","value":"","resume":true}],"actionGroups":{"ActGrpOnPrevButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_prev_slide"}]},"ActGrpOnNextButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_next_slide"}]},"ActGrpOnFinishButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_slide_finish"}]},"ActGrpOnSubmitButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_submit_slide"}]},"ActGrpOnSubmitAllButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_submitall_slide"}]},"_setstates":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"varexists","value":"_state","type":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"varexists","value":"_disabled","type":"string"},{"kind":"compare","operator":"eq","valuea":"#_disabled","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"set_enabled","objRef":{"type":"string","value":"_this"},"enabled":{"type":"boolean","value":false}}],"elseActions":[{"kind":"set_enabled","objRef":{"type":"string","value":"_this"},"enabled":{"type":"boolean","value":true}}]},{"kind":"adjustvar","variable":"_stateName","operator":"set","value":{"type":"var","value":"#_state"}},{"kind":"foreach","iterables":[{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_hover"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_hover"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Hover"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_down"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_down"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Down"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_visited"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_visited"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Visited"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_checked"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_checked"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Selected"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_disabled"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_disabled"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Disabled"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_review"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_review"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Review"}]}],"actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"varexists","value":"valueref1","type":"valueref"},{"kind":"compare","operator":"eq","valuea":"valueref2","typea":"valueref","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"adjustvar","variable":"_tempStateName","operator":"set","value":{"type":"var","value":"#_stateName"}},{"kind":"adjustvar","variable":"_tempStateName","operator":"add","value":{"type":"valueref","value":"valueref3"}},{"kind":"if_action","condition":{"statement":{"kind":"stateexists","objRef":{"type":"string","value":"_this"},"stateRef":{"type":"var","value":"#_tempStateName"}}},"thenActions":[{"kind":"adjustvar","variable":"_stateName","operator":"set","value":{"type":"var","value":"#_tempStateName"}}],"elseActions":[]}]}]},{"kind":"setobjstate","stateRef":{"type":"var","value":"#_stateName"},"objRef":{"type":"string","value":"_this"}}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"actiongroupexists","value":"ActGrpSetStatesFinal","type":"string"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"ActGrpSetStatesFinal"}]}]}},"events":[{"kind":"onobjectevent","eventName":"prev_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnPrevButtonClick"}]},{"kind":"onobjectevent","eventName":"next_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnNextButtonClick"}]},{"kind":"onobjectevent","eventName":"finish_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnFinishButtonClick"}]},{"kind":"onobjectevent","eventName":"submit_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnSubmitButtonClick"}]},{"kind":"onobjectevent","eventName":"submitall_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnSubmitAllButtonClick"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/frame.js b/public/zeroaccident/P2/html5/data/js/frame.js deleted file mode 100644 index 89f646a..0000000 --- a/public/zeroaccident/P2/html5/data/js/frame.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('frame', '{"default_layout":"npnxnanbnsnfns00000000001","textdirection":"ltr","renderingEngineType":1,"device":false,"fontscale":100,"captionFontScale":100,"kbshortcuts":false,"skip_nav_enabled":true,"chromeless":true,"outputtype":"undefined","theme":"unified","themeAccentColor":"0x4FBDF4","layouts":{"npnxnanbsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npnxnanbsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"pxabnsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"pxabnsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"npxnabnsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npxnabnsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"npnxnanbnsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npnxnanbnsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"pxabnsnfns00000000000":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"pxabnsnfns00000000000","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"npnxnanbsnfns10110000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npnxnanbsnfns10110000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"pxabnsnfns10110000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"pxabnsnfns10110000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"}},"orientations":{"phone":["portrait","landscape"],"tablet":["portrait","landscape"]},"controlOptions":{"sidebarOptions":{"titleEnabled":false,"titleText":"VIE ET VEILLE AU QUOTIDIEN\\nUn jeu d’exploration de l’univers de mon enfant entre 0 et 4 ans","logoEnabled":false,"sidebarEnabled":false,"sidebarPos":"left","closed":false,"tabs":{},"timeEnabled":false,"timeFormat":"none","videoEnabled":false,"height":135,"logoAltText":null},"menuOptions":{"flow":"free","wrapListItems":false,"tooltips":true,"autocollapse":true,"autonumber":false,"enableResultsIcons":true},"controls":{"volume":false,"seekbar":false,"readonly":false,"readonlyOnce":false,"pauseplay":false,"replay":false,"search":false,"closed_captions":false,"font":"Open SansD6FFC9F9","settings":false,"fullScreenToggle":false},"bottomBarOptions":{"bottomBarEnabled":true},"buttonoptions":{"next":"icon","previous":"icon","submit":"icon"}},"controlLayouts":{"npnxnanbsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":false,"next":false,"swipeleft":false,"swiperight":false,"submit":true,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"pxabnsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":true,"next":true,"swipeleft":true,"swiperight":true,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"npxnabnsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":false,"next":true,"swipeleft":false,"swiperight":true,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"npnxnanbnsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":false,"next":false,"swipeleft":false,"swiperight":false,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"pxabnsnfns00000000000":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":true,"next":true,"swipeleft":true,"swiperight":true,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":false},"npnxnanbsnfns10110000001":{"volume":false,"seekbar":true,"replay":true,"pauseplay":true,"logo":false,"previous":false,"next":false,"swipeleft":false,"swiperight":false,"submit":true,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"pxabnsnfns10110000001":{"volume":false,"seekbar":true,"replay":true,"pauseplay":true,"logo":false,"previous":true,"next":true,"swipeleft":true,"swiperight":true,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true}},"stringTables":{"npnxnanbnsnfns00000000001":{"kind":"string_table","string":{"enable_keyboardshortcuts":"Activer les raccourcis clavier","continue":"Continuer","continueresponsive":"Continuer","clear":"Effacer la recherche","close":"Fermer","filter":"Filtre","prev":"PRÉC","restart":"Redémarrer","next":"SUIVANT","finish":"TERMINER","submitall":"TOUT VALIDER","submit":"VALIDER","check_include":"Cocher pour inclure","acc_modern_video_volume":"volume de la vidéo","acc_modern_video_mute":"couper le son de la vidéo","modern_video_settings_close":"Fermer les paramètres de la vidéo","acc_modern_video_pip":"Image dans l\'image","acc_modern_video_playback_speed":"vitesse de lecture","acc_modern_video_captions":"sous-titres de la vidéo","acc_modern_video_play":"lire la vidéo","acc_modern_video_pause":"mettre la vidéo en pause","acc_modern_video_fullscreen":"vidéo en plein écran","acc_modern_video_settings":"paramètres de la vidéo","modern_video_playback_speed_title":"Vitesse de lecture","modern_video_playback_settings":"Paramètres de lecture de la vidéo","modern_video_captions_label":"Sous-titres","modern_video_captions_on":"Activés","modern_video_captions_off":"Désactivés","modern_video_normal_speed":"Normal","definition":"Définition ","search_results":"Résultats de la recherche","terms":"Conditions","search_in":"Rechercher dans:","progress_hours":"heures","progress_minutes":"minutes","progress_seconds":"secondes","progress_hour":"heure","progress_minute":"minute","progress_second":"seconde","transcript_chk":"Commentaires","slide_text_chk":"Slide Texte","three_image_visited":"visité","three_image_count_of_total":"%count% sur %total%","three_image_count_of_total_visited":"%count% sur %total% visités","acc_three_image_step_count_of_total":"étape %count% sur %total%","acc_three_image_count_of_total_items_visited":"%count% sur %total% éléments visités","acc_three_image_count_of_total_item_visited":"%count% sur %total% élément visité","three_image_camera_right":"caméra déplacée vers la droite","three_image_camera_left":"caméra déplacée vers la gauche","three_image_camera_down":"caméra déplacée vers le bas","three_image_camera_up":"caméra déplacée vers le haut","three_image_progress_audio":"progression","three_image_progress_video":"progression","three_image_play_audio":"lancer l\'audio","three_image_play_video":"lancer la vidéo","three_image_interaction_prev":"précédent","three_image_interaction_next":"suivant","three_image_interaction_guided":"mode visite guidée","three_image_interaction_free":"mode navigation libre","three_image_video_volume":"volume de la vidéo","three_image_pause_audio":"mettre en pause l\'audio","three_image_pause_video":"mettre en pause la vidéo","three_image_audio":"audio","three_image_marker":"marqueur","three_image_interaction_step":"étape","three_image_label":"étiquette","three_image_tooltip":"info-bulle","three_image_interaction":"interaction de l\'image 360°","three_image_video":"vidéo","three_image_hotspot":"zone de clic","three_image_instructions":"Utiliser les touches W (vers le haut), A (à gauche), S (vers le bas) et D (à droite) pour se déplacer dans l\'image à 360 degrés. Appuyer sur la touche Tab pour passer aux marqueurs interactifs et aux zones de clic.","three_image_item":"élément","three_image_items":"éléments","three_image_of":"sur","three_image_total_items":"%total% éléments","three_image_total_item":"%total% élément","mute_tip":"Couper le son","closed_captions_tip":"Activer / désactiver les sous-titres","play_tip":"Lire","pause_tip":"Mettre en pause","settings_tip":"Paramètres","previous_slide_tip":"Diapositive précédente","replay_tip":"Rejouer","next_slide_tip":"Diapositive suivante","submit_tip":"Valider","unmute_tip":"Remettre le son","search":"Recherche...","acc_skipnavigation":"Revenir sur la diapositive","resume":"Reprendre","search_toggle":"Rechercher","acc_slide_progress":"progression dans la diapositive","mobile_start":"Commencer le module","desktop_start":"Commencer le module","acc_search_input":"recherche","acc_locked":"verrouillé","acc_visited":"visité","sidebar_toggle":"Ouvrir / fermer le menu latéral","send_an_email":"Envoyer un courrier électronique","question_list":"Liste des questions","disabled_orientation":"Faites pivoter votre appareil","transcript":"Commentaires","glossary":"Glossaire ","outline":"Menu","exit":"Quitter","resources":"Ressources","closed_captions":"Sous-titres","more_info":"Plus d\'infos","bio":"Biographie","keyboardshortcuts_lower":"Raccourcis clavier","accessible_text":"Fonction Texte accessible","zoom_to_fit":"Utiliser le zoom du navigateur","acctext_shortcut":"Activer / Désactiver la fonction Texte accessible","togglezoom":"Activer / désactiver le zoom pour remplir l\'écran","closedcaptions_shortcut":"Activer / Désactiver les sous-titres","shortcuthelp":"Afficher la liste des raccourcis clavier","mute_shortcut":"Couper / remettre le son","action":"Action","shortcut":"Raccourci","playpause_shortcut":"Lire / mettre en pause","previous_shortcut":"Diapositive précédente","replay_shortcut":"Rejouer la diapositive","next_shortcut":"Diapositive suivante","keyboardshortcuts":"Raccourcis clavier","submit_shortcut":"Valider la diapositive","acc_active":"actif","alt_key":"Alt","ctrl_key":"Ctrl","enter_key":"Entrée","spacebar_key":"Espace","shift_key":"Maj","acc_play":"jouer","acc_pause":"mettre sur pause","acc_previous":"précédente","acc_replay":"replay","acc_closed_captions":"Sous-titres codés. Appuyez sur la barre d\'espace pour activer et désactiver les sous-titres.","acc_next":"suivante","acc_finish":"terminer","acc_submitall":"tout valider","acc_submit":"valider","acc_volume":"volume","acc_definition":"Définition","acc_resources":"ressources "}}},"fonts":[{"name":"Open SansD6FFC9F9","files":[{"bold":true,"italic":false,"fileData":"data:application/font-woff;base64,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"},{"bold":false,"italic":false,"fileData":"data:application/font-woff;base64,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"}]}],"sounds":{"enabled":true,"sound":[]},"navData":{"outline":{"links":[{"kind":"slidelink","slideid":"_player.6FTsIra1rdq","slidetitle":"","displaytext":"Scène sans titre","expand":true,"type":"slide","links":[{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5hXbdowgFm5","slidetitle":"TITRE","displaytext":"TITRE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5xZ1dDfSZHX","slidetitle":"ACCUEIL","displaytext":"ACCUEIL","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6FEMkStR7zl","slidetitle":"SALLE DE BAIN","displaytext":"SALLE DE BAIN","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6AinT2WqVAs","slidetitle":"TABLE A LANGER","displaytext":"TABLE A LANGER","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.694mw7yIglY","slidetitle":"NOYADE SDB","displaytext":"NOYADE SDB","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6Sal6CIdrQA","slidetitle":"SALLE A MANGER/SALON","displaytext":"SALLE A MANGER/SALON","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6mXvRm3imEa","slidetitle":"CHAMBRE","displaytext":"CHAMBRE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6bOsRTrhs7k","slidetitle":"INTOX chambre","displaytext":"INTOX chambre","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.62idXSnMZL5","slidetitle":"SUFFOCATION LIT","displaytext":"SUFFOCATION LIT","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6LAIvhlx5ek","slidetitle":"ESPACES DE TRANSISTION","displaytext":"ESPACES DE TRANSISTION","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5p31KAqcjJA","slidetitle":"PLANTES INTERIEURES","displaytext":"PLANTES INTERIEURES","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6KCNIB5inyd","slidetitle":"EXTERIEUR","displaytext":"EXTERIEUR","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5egGfQqZkDb","slidetitle":"NOYADE EXTERIEURE","displaytext":"NOYADE EXTERIEURE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.61XOHmemRkI","slidetitle":" INTOX PLANTES ","displaytext":" INTOX PLANTES ","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6Q4mPLrKWvP","slidetitle":"CUISINE","displaytext":"CUISINE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6ZTEsIshGPW","slidetitle":"SUFFOCATION cuisine ","displaytext":"SUFFOCATION cuisine ","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6ML5zeVqhOR","slidetitle":"CHUTES salon","displaytext":"CHUTES salon","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5cNUFQh1AxU","slidetitle":"REPONSES INTOX PLANTES ","displaytext":"REPONSES INTOX PLANTES ","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6MbCw3zA6X4","slidetitle":"CHUTES cuisine","displaytext":"CHUTES cuisine","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5q071U8mzsW","slidetitle":"GENERIQUE FIN","displaytext":"GENERIQUE FIN","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5g7Qg4RWDPK","slidetitle":"CHUTE ESCALIER","displaytext":"CHUTE ESCALIER","expand":false,"type":"slide"}]}]}},"resourceData":{"description":""}}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/data/js/paths.js b/public/zeroaccident/P2/html5/data/js/paths.js deleted file mode 100644 index d713cfa..0000000 --- a/public/zeroaccident/P2/html5/data/js/paths.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideData('paths', '{"Lib":{"commandset-0":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,82.455429C-2.8E-05,36.916592 36.916454,4.5E-05 82.455284,-3E-06L82.455284,-3E-06L82.455238,6E-06C127.994087,-7.4E-05 164.910675,36.916393 164.910736,82.455345 164.910736,82.45536 164.910736,82.455383 164.910736,82.455399L164.910736,82.455399L164.910751,82.455376 164.910751,488.751862 0,488.751862 0,82.455376z","id":"path-1","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-1":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-2","children":[{"nodeType":"path","d":"M0,0L328.333312988281,0 328.333312988281,55.9107666015625 0,55.9107666015625z","id":"path-2","fill":"none"}]},{"nodeType":"g","id":"shape-3","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-3","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-2":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lucida Calligraphy Char87DBB748","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 24.166667 38.6067715 47.4609385 59.4921895 73.932294 88.5026084 107.0963584 122.1093799 132.1484434 144.1796944 158.6197989","y":30.63,"children":["Je sécurise"]}]},{"nodeType":"text","font-family":"Lucida Calligraphy Char87DBB748","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"158.619812 167.473979","y":30.63,"children":[" "]}]}]},"commandset-3":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-4","children":[{"nodeType":"path","d":"M0,0L481,0 481,96 0,96z","id":"path-4","fill":"none"}]},{"nodeType":"g","id":"shape-5","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-5","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-4":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 32.6480007 39.7520017 52.4880027 59.0160035 71.7520045 85.0000056 91.5280064 107.1760071 119.9120081 127.0160091 139.24001 151.4640109 164.2000119 170.7280127 185.9920145 203.1760145 209.7040153 226.6640163 243.8480163 260.6480174 273.8960185 281.0000195 297.6720204 304.7760214 317.5120224 334.1520237","y":43.176,"children":["VIE ET VEILLE AU QUOTIDIEN"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.0240002 34.6586676 38.4666677 42.442668 49.8160019 57.5066691 61.3146692 69.0240031 72.2720035 79.5706705 86.6640037 94.4480041 98.2186709 105.6666713 111.1733384 118.5093384 123.7360053 127.5440054 134.9920058 142.6266732 146.4346733 154.1440072 161.5173411 165.3253412 169.096008 172.3440084 180.0346756 187.669343 191.4773431 198.3466768 205.7200107 211.2640108 218.0400108 221.8480109 229.5573448 236.9306787 240.7386788 252.7600125 260.2080129 267.8426803 271.6506804 279.0240143 286.6586817 291.6613487 299.0720152 306.7066826 311.9333495 315.7413496 323.1146835 330.7493509 335.9760178 341.4826849 348.8560188 352.6640189 362.3146861 366.1226862 373.4960201 378.722687 382.5306871 391.6586874 395.4666875 402.877354 410.5120214 417.2880214","y":83.336,"children":["Un jeu d’exploration de l’univers de mon enant entre 0 et 4 ans"]}]}]},"commandset-5":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-6","children":[{"nodeType":"path","d":"M0,0L960,0 960,174 0,174z","id":"path-6","fill":"#502A1C","fill-opacity":0.23}]},{"nodeType":"g","id":"shape-7","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-7","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-6":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"29.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"385.2093506 405.1560173 410.8173509 425.8946844 445.8413511 451.5026847 478.4893523 498.436019 507.4413529 522.98802 546.3960209 568.5720215 574.7906885","y":33.952,"children":["A LA MAISON,"]}]},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"29.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"574.7906494 580.451983","y":33.952,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"422.6600342 434.5000343 440.153368","y":66.52,"children":["J’"]}]},{"nodeType":"text","font-family":"Lato ItalicBoldItItalicFE8A6B71","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"440.1533203 454.1533203 468.7133207 478.3799877 485.4066539 497.4866538 504.51332 518.8599873 531.6866532","y":66.52,"children":["anticipe"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"531.6866455 537.3399792","y":66.52,"children":[","]}]},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"537.3400269 542.4866939 547.6333609 552.7800279 557.9266949 563.0733619 568.2200289 573.3666959 578.5133629 583.6600299 588.8066969 593.9533639","y":66.52,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"301.2866821 308.0600157 322.0333491 327.1800161","y":98.52,"children":["je "]}]},{"nodeType":"text","font-family":"Lato ItalicBoldItItalicFE8A6B71","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"327.1800537 338.0867205 350.9133864 362.9933863 377.526721 387.4200544 394.4467206 405.3533874 418.1800533","y":98.52,"children":["sécurise"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"418.1800537 423.3267207 445.2200541 460.04672 474.8733859 480.0200529 493.9933863 508.3933859 522.0467196 528.8733864 539.6200533 554.4467192 569.2733851 584.100051 598.0733844 619.9667178 633.9400512 648.7667171 658.7133838","y":98.52,"children":[" mon environnement"]}]},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"468.0400391 482.0133724 491.9600391 497.1067061","y":130.52,"children":["et "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 5fQdItgRD41574F9","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"359.4266357 371.8799696 385.853303 392.6799698 407.5066357 414.3333025 419.4799695 434.3866363 448.3599697 453.5066367 475.3999701 490.226636 505.0533019 510.1999689 524.1733023 538.9999682 547.9866349 561.5066363 576.3333022 586.2799689 591.4266359 600.5733024","y":162.52,"children":["celui de mon enfant !"]}]}]},"commandset-7":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-8","children":[{"nodeType":"path","d":"M0,0L148,0 148,32.860931 0,32.860931z","id":"path-8","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-9","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-9","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-8":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-10","children":[{"nodeType":"path","d":"M0,0L148,0 148,32.860931 0,32.860931z","id":"path-10","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-11","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-11","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-9":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-12","children":[{"nodeType":"path","d":"M0,0L148,0 148,32.860931 0,32.860931z","id":"path-12","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-13","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-13","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-10":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"50.6920013 60.4680014 69.4440022 75.4680024 82.1400023 90.6360026 97.3080025","y":22.692,"children":["Entrer"]}],"style":{"fontWeight":"bold"}}]},"commandset-11":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-16","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-16","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-17","fill":"url(#gradient-mask-pathwrap-16)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-16","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-16","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-18","fill":"url(#gradient-mask-pathwrap-16)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-16","children":[{"nodeType":"path","d":"M0,0L245,0 245,137 0,137z","id":"path-19","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.49637681245803833]}],"id":"image-15","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,274]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-16","mask":"url(#mask-pathwrap-16)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,274]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-16","mask":"url(#mask-pathwrap-16)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-12":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-20","children":[{"nodeType":"path","d":"M0,0L122,0 122,32 0,32z","id":"path-20","fill":"none"}]},{"nodeType":"g","id":"shape-21","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-21","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-13":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 26.0390625 37.078125 41.234375 51.4296875 63.5234375 68.8203125 77.6328125 82.9296875 95.9375 104.8984375","y":22.102,"children":["LA CUISINE"]}]}]},"commandset-14":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-24","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-24","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-25","fill":"url(#gradient-mask-pathwrap-24)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-24","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-24","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-26","fill":"url(#gradient-mask-pathwrap-24)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-24","children":[{"nodeType":"path","d":"M0,0L252,0 252,141 0,141z","id":"path-27","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.49647888541221619]}],"id":"image-23","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,282]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-24","mask":"url(#mask-pathwrap-24)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,282]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-24","mask":"url(#mask-pathwrap-24)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-15":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-28","children":[{"nodeType":"path","d":"M0,0L171,0 171,54 0,54z","id":"path-28","fill":"none"}]},{"nodeType":"g","id":"shape-29","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-29","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-16":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40.7226562 49.7617188 58.7226563 62.8789063 71.6914063 82.7304688 91.7695313 104.5039063 117.5117188 121.6679688 128.2773438","y":22.102,"children":["LE SALON /"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.2578125 25.0703125 36.109375 45.1484375 54.1875 63.1484375 67.3046875 78.34375 82.5 97.5859375 108.625 121.6328125 133.21875 142.1796875 152.7421875","y":43.891,"children":["SALLE A MANGER"]}]}]},"commandset-17":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-32","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-32","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-33","fill":"url(#gradient-mask-pathwrap-32)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-32","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-32","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-34","fill":"url(#gradient-mask-pathwrap-32)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-32","children":[{"nodeType":"path","d":"M0,0L245,0 245,138 0,138z","id":"path-35","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-31","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,276]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-32","mask":"url(#mask-pathwrap-32)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,276]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-32","mask":"url(#mask-pathwrap-32)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-18":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-36","children":[{"nodeType":"path","d":"M0,0L175,0 175,32 0,32z","id":"path-36","fill":"none"}]},{"nodeType":"g","id":"shape-37","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-37","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-19":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.3320312 26.3710938 37.4101563 41.5664063 50.3789063 61.4179688 70.4570313 79.4960938 88.4570313 92.6132813 104.4570313 113.4179688 117.5742188 128.3242188 139.3632813 144.6601563 157.6679688","y":22.102,"children":["LA SALLE DE BAIN"]}]}]},"commandset-20":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-40","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-40","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-41","fill":"url(#gradient-mask-pathwrap-40)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-40","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-40","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-42","fill":"url(#gradient-mask-pathwrap-40)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-40","children":[{"nodeType":"path","d":"M0,0L236,0 236,133 0,133z","id":"path-43","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-39","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,266]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-40","mask":"url(#mask-pathwrap-40)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,266]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-40","mask":"url(#mask-pathwrap-40)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-21":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-44","children":[{"nodeType":"path","d":"M0,0L137.999969482422,0 137.999969482422,32 0,32z","id":"path-44","fill":"none"}]},{"nodeType":"g","id":"shape-45","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-45","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-22":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 26.0390625 37.078125","y":22.102,"children":["LA"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.078125 41.234375","y":22.102,"children":[" "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"41.234375 51.4296875 63.671875 74.7109375 89.796875 100.546875 111.109375 120.0703125","y":22.102,"children":["CHAMBRE"]}]}]},"commandset-23":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-46","children":[{"nodeType":"path","d":"M0,0L158.000030517578,0 158.000030517578,54.0000305175781 0,54.0000305175781z","id":"path-46","fill":"none"}]},{"nodeType":"g","id":"shape-47","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-47","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-24":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"30.1015625 39.140625 48.1015625 56.9140625 61.0703125 70.03125 78.84375 88.890625 99.9296875 110.125 119.0859375 127.8984375 132.0546875","y":22.102,"children":["LES ESPACES "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.375 29.21875 38.1796875 42.3359375 51.6015625 62.1640625 73.203125 86.2109375 95.0234375 100.3203125 109.5859375 114.8828125 127.6171875 140.625","y":43.891,"children":["DE TRANSITION"]}]}]},"commandset-25":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-50","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-50","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-51","fill":"url(#gradient-mask-pathwrap-50)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-50","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-50","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-52","fill":"url(#gradient-mask-pathwrap-50)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-50","children":[{"nodeType":"path","d":"M0,0L234,0 234,132 0,132z","id":"path-53","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50190114974975586]}],"id":"image-49","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,264]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-50","mask":"url(#mask-pathwrap-50)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,264]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-50","mask":"url(#mask-pathwrap-50)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-26":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-54","children":[{"nodeType":"path","d":"M0,0L196,0 196,32 0,32z","id":"path-54","fill":"none"}]},{"nodeType":"g","id":"shape-55","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-55","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-27":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"49.078125 58.1171875 61.5859375 70.546875 81.21875 90.484375 99.4453125 110.0078125 115.3046875 124.265625 136.359375 146.921875","y":22.102,"children":["L’EXTERIEUR"]}]}]},"commandset-28":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-56","children":[{"nodeType":"path","d":"M0,0L882.585205078125,0 882.585205078125,97 0,97z","id":"path-56","fill":"none"}]},{"nodeType":"g","id":"shape-57","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-57","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-29":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"29.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.6332397 26.4039068 38.5772409 44.5612411 55.9425745 62.5132408 73.7479076 80.3185739 89.1185741 101.2919082 107.2759084 119.2732419 131.9452428 144.1772432 156.9079103 169.5799112 181.7532453 187.7372455 200.5559129 207.1265792 219.2999133 231.2972468 243.4705809 249.4545811 262.1559151 274.3292492 280.3132494 299.7905844 312.0225848 318.006585 337.48392 349.7159204 356.2865867 367.5212535 379.811921 392.3959216 398.3799218 410.5532559 419.3532561 425.3372563 432.1719226 437.8625893 450.0945897 463.3239236 469.8945899 481.1292567 487.1132569 499.9319243 512.2225918 524.8945927 534.1932597 540.1772599 552.350594 558.8625941 565.4332604 584.9105954 591.4812617 604.0652623 616.2385964 625.5372634 631.5212636 644.2225976 656.3959317 667.6305985 673.6145987 684.8492655 691.4199318 700.219932 712.8919329 725.0065998 733.8066 740.3772663 752.6679338 765.2519344 776.4866012 782.4706014 794.7026018 800.686602 809.985269 816.5559353 827.7906021 840.5212692 853.1932701 865.3666042 871.3506044","y":39.995,"children":["Je visite chaque pièce de ma maison et j’agis pour éliminer des situations à risque "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"29.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"201.8906403 214.5919743 220.282641 232.5146414 244.5119749 256.5093084 263.0799747 275.7813087 287.9546428 300.5386434 309.3386436 315.3226438 328.0239778 340.1973119 346.1813121 352.6933122 364.9253126 370.9093128 382.2906462 388.8613125 401.0346466 407.0186468 419.0159803 431.3066478 443.9786487 453.2186494 465.4506498 478.0346504 486.8346506 499.0079847 504.9919849 517.8106523 530.1013198 542.7733207 552.0719877 558.0559879 577.5333229 589.8239904 602.407991 608.3919912 620.5653253 633.1493259 641.5973259 653.8293263 666.4133269 675.2133271 681.1093275","y":83.467,"children":["d’accident de la vie courante pour mon enfant."]}],"style":{"fontWeight":"bold"}}]},"commandset-30":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-58","children":[{"nodeType":"path","d":"M0,0L103,0 103,44 0,44z","id":"path-58","fill":"none"}]},{"nodeType":"g","id":"shape-59","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-59","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-31":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 5.6880002 12.0600004 14.3760004 19.7760005 26.5080004 31.5120006 36.9120007 39.2280007 46.0200015 52.3920017 54.7080017 57.7980016 63.8760017 66.1920017","y":12.244,"children":["Je sors de la "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 9.7860003 15.8640004 18.9540003 24.3540004 31.0860003 37.8180002 40.1340002 44.6520003 46.9680003 52.6560005 59.0280007 61.3440007 67.3200005 74.0520004 77.1420003 82.5420004 84.8580004","y":26.644,"children":["maison / Je vois "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 9.7860003 16.5180002 23.2500001 25.5660001 30.5700003 36.9420005 42.3420006 49.0740005 52.1640004 56.6820005 62.7600006 67.2780007","y":41.044,"children":["mon résultat"]}],"style":{"fontWeight":"bold"}}]},"commandset-32":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-61","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.3},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[0.699999988079071,0.699999988079071]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-4.5,"y":-4.5,"width":37,"height":37}]},{"nodeType":"g","id":"shape-62","children":[{"nodeType":"path","d":"M28,14C28,21.7319864976311 21.7319864976311,28 14,28 6.26801350236889,28 0,21.7319864976311 0,14 0,6.26801350236889 6.26801350236889,0 14,0 21.7319864976311,0 28,6.26801350236889 28,14z","id":"path-62","fill":"#1888E7","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-60","filter":"url(#filter-61)","data-angle":45,"data-distance":3,"data-height":28,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":28},{"nodeType":"g","id":"pathwrap-60","children":[{"nodeType":"path","d":"M18.619221,9.298958C18.124376,8.969061 17.464581,8.969061 16.969736,9.463906 16.639839,9.958752 16.639839,10.618546 17.134684,11.113391 18.124376,11.938133 18.78417,13.257721 18.78417,14.742257 18.78417,17.381433 16.47489,19.525763 13.835715,19.525763 11.19654,19.525763 9.05221,17.381433 9.05221,14.742257 9.05221,13.257721 9.712004,11.938133 10.701694,11.113391 11.19654,10.618546 11.19654,9.958752 10.701694,9.463906 10.371798,8.969061 9.547055,8.969061 9.217158,9.298958 7.732622,10.618546 6.742931,12.597927 6.742931,14.742257 6.742931,18.701021 9.876952,21.835041 13.835715,21.835041 17.794479,21.835041 21.093449,18.701021 21.093449,14.742257 21.093449,12.597927 20.103758,10.618546 18.619221,9.298958z","id":"path-63","fill":"#FFFFFF","fill-opacity":1},{"nodeType":"path","d":"M13.835715,15.896896C14.495509,15.896896 14.990355,15.402051 14.990355,14.742257 14.990355,7.154628 14.990355,7.154628 14.990355,7.154628 14.990355,6.494833 14.495509,5.999988 13.835715,5.999988 13.175921,5.999988 12.681076,6.494833 12.681076,7.154628 12.681076,14.742257 12.681076,14.742257 12.681076,14.742257 12.681076,15.402051 13.175921,15.896896 13.835715,15.896896z","id":"path-64","fill":"#FFFFFF","fill-opacity":1}],"className":"uneventable"}],"className":"eventable"},"commandset-33":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-65","children":[{"nodeType":"path","d":"M0,0L217,0 217,54 0,54z","id":"path-65","fill":"none"}]},{"nodeType":"g","id":"shape-66","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-66","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-34":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"12 40.890625 60.21875 79.859375 88.171875 101.234375 119.1875 134.453125 154.09375 162.1875 173.484375 191.28125 202.578125","y":39.203,"children":["Mon résultat"]}]}]},"commandset-35":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L288,0 288,135 0,135z","id":"path-67","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-36":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-68","children":[{"nodeType":"path","d":"M0,0L288,0 288,40 0,40z","id":"path-68","fill":"none"}]},{"nodeType":"g","id":"shape-69","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-69","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-37":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"99.8854218 113.7141981 125.3873758 137.3112039 141.1210999 149.1992249 158.544928 170.2181057 179.9003977 188.114591","y":28.515,"children":["MON SCORE"]}]}]},"commandset-38":{"nodeType":"g","children":[{"nodeType":"line","id":"line-70","x1":0,"y1":0,"x2":232,"y2":0,"stroke-width":1,"stroke":"#BFBFBF","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-39":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-71","children":[{"nodeType":"path","d":"M0,0L828,0 828,126 0,126z","id":"path-71","fill":"none"}]},{"nodeType":"g","id":"shape-72","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-72","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-40":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"106.0718994 115.8478994 124.8239002 127.9119003 140.9599016 149.0639017 155.0879019 159.2079023 167.7039026 174.3759025 182.8719028 185.9599029 195.0159036 203.5119039 206.599904 215.4799041 222.151904 230.5039042 238.4719051 246.9679054 255.9439062 261.9679064 266.0879068 275.0639076 284.0399084 287.1279085 296.1839092 304.6799095 311.8799093 314.9679094 323.0719095 330.6719094 338.2719093 342.3919097 351.4479104 359.9439107 368.9199115 374.9439117 382.1439115 385.2319116 394.2879123 402.7839126 405.8719127 409.9919131 418.0959132 421.1839133 429.2959138 433.4159142 441.9119145 444.9999146 452.5999145 461.5759153 470.5519161 476.8239164 484.9279165 493.9039173 499.9279175 508.4239178 511.9039181 514.9919182 523.967919 532.9439198 536.0319199 544.91192 553.4079203 562.3839211 568.4079213 571.4959214 577.5199216 586.4959224 595.4719232 599.5599235 608.5359243 617.5119251 624.183925 631.3839248 634.4719249 641.6719247 644.6559249 652.759925 665.8079263 674.3039266 678.423927 682.5439274 691.5199282 698.1919281 706.6879284 713.3599283 716.4479284 721.9279289","y":20.792,"children":["En matière de prévention des accidents de la vie courante, on peut toujours s’améliorer !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"721.9281006 725.0161006","y":20.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"287.9880066 295.5720072 298.5560074 306.6600075 315.6360083 321.6600085 325.7800089 333.3800088 337.5000092 346.3800093 354.8760096 357.9640097 367.0200104 375.5160107 379.604011 387.7080111 390.7960112 399.8520119 403.9720123 412.4680126 421.4440134 424.5320135 432.1320134 440.6280137 447.3000136 453.3240138 461.4280139 465.5480143 474.5240151 481.7240149 484.812015 491.4840149 495.6040153 502.8040151 511.8600158 520.8360166 529.3320169 536.5320167 540.012017","y":39.992,"children":["J’anticipe déjà bien certains risques."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"206.8399658 214.4239664 222.9199667 226.0079668 234.8879669 243.3839672 252.359968 260.0479687 263.1359688 270.7359687 279.7119695 288.6879703 294.7119705 298.8319709 307.8079717 316.7839725 325.2799728 331.9519727 335.0399728 343.1439729 346.231973 355.2879737 363.6399739 371.6079748 380.1039751 384.2239755 393.1999763 402.0799764 410.9599765 419.4559768 426.1279767 429.2159768 442.2639781 450.7599784 457.9599782 461.0479783 467.7199782 476.2159785 485.5919789 493.6079796 500.8159798 509.3119801 516.5119799 519.59998 528.6559807 537.151981 540.2399811 549.1199812 555.7919811 564.1439813 572.1119822 580.6079825 589.5839833 595.6079835 599.7279839 608.7039847 617.6799855 621.1599858","y":59.192,"children":["Je peux continuer à développer mes réexes de prévention."]}],"style":{"fontWeight":"bold"}}]},"commandset-41":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-73","children":[{"nodeType":"path","d":"M0,0L288,0 288,135 0,135z","id":"path-73","fill":"none"}]},{"nodeType":"g","id":"shape-74","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-74","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":13,"y":5}],"className":"uneventable"}],"className":"eventable"},"commandset-42":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-75","children":[{"nodeType":"path","d":"M289.999969,0C292.761414,-5E-06 294.999969,2.238568 294.999969,4.999998 294.999969,4.999999 294.999969,5 294.999969,5.000001L294.999969,5.000001L294.999969,19.999998C294.999969,22.761421 292.761414,24.999998 290,24.999998L290,24.999998L5.000001,24.999998C2.238578,25 2E-06,22.761425 0,20.000002L0,20.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-75","fill":"#1888E7","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-76","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-76","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-43":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-77","children":[{"nodeType":"path","d":"M289.999969,0C292.761414,-5E-06 294.999969,2.238568 294.999969,4.999998 294.999969,4.999999 294.999969,5 294.999969,5.000001L294.999969,5.000001L294.999969,19.999998C294.999969,22.761421 292.761414,24.999998 290,24.999998L290,24.999998L5.000001,24.999998C2.238578,25 2E-06,22.761425 0,20.000002L0,20.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-77","fill":"#1477CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-78","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-78","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-44":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-79","children":[{"nodeType":"path","d":"M289.999969,0C292.761414,-5E-06 294.999969,2.238568 294.999969,4.999998 294.999969,4.999999 294.999969,5 294.999969,5.000001L294.999969,5.000001L294.999969,19.999998C294.999969,22.761421 292.761414,24.999998 290,24.999998L290,24.999998L5.000001,24.999998C2.238578,25 2E-06,22.761425 0,20.000002L0,20.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-79","fill":"#6FA2EB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-80","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-80","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-45":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"47.4414062 59.9023438 69.7226563 73.7695313 79.4179688 85.0664063 94.0429688 100.5742188 104.7304688 113.7070313 119.3554688 123.5117188 130.0429688 139.0195313 143.0664063 152.7304688 162.5507813 171.5273438 178.0585938 182.2148438 192.0195313 196.0664063 205.8867188 213.5195313 217.6757813 223.3242188 232.2226563 238.7539063 248.5585938","y":19.207,"children":["Quitter et rejouer plus tard"]}]}]},"commandset-46":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L69,0 69,75 0,75z","id":"path-82","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-81","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-47":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-83","children":[{"nodeType":"path","d":"M0,0L148,0 148,37 0,37z","id":"path-83","fill":"none"}]},{"nodeType":"g","id":"shape-84","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-84","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-48":{"nodeType":"g","children":[]},"commandset-49":{"nodeType":"g","children":[{"nodeType":"path","d":"M28,14C28,21.7319864976311 21.7319864976311,28 14,28 6.26801350236889,28 0,21.7319864976311 0,14 0,6.26801350236889 6.26801350236889,0 14,0 21.7319864976311,0 28,6.26801350236889 28,14z","id":"path-85","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"g","id":"shape-86","children":[{"nodeType":"path","d":"M13.259054,18.042534C12.764209,18.042534 12.269363,18.207481 11.939466,18.537378 11.444621,18.867275 11.279673,19.362122 11.279673,19.856968 11.279673,20.516762 11.444621,21.011606 11.939466,21.341503 12.269363,21.6714 12.764209,21.836349 13.259054,21.836349 13.918848,21.836349 14.413693,21.6714 14.74359,21.341503 15.238436,21.011606 15.403384,20.516762 15.403384,19.856968 15.403384,19.362122 15.238436,18.867275 14.74359,18.537378 14.413693,18.207481 13.918848,18.042534 13.259054,18.042534z","id":"path-86","fill":"#000000","fill-opacity":1},{"nodeType":"path","d":"M17.217817,6.990986C16.393074,6.331192 15.403384,6.001296 14.083797,6.001296 13.094106,6.001296 12.104415,6.166244 11.444621,6.331192 10.784827,6.661089 10.125032,6.990986 9.630187,7.320883 9.30029,7.485832 9.30029,7.485832 9.30029,7.485832 10.619879,10.125008 10.619879,10.125008 10.619879,10.125008 10.949776,9.795111 10.949776,9.795111 10.949776,9.795111 11.114724,9.795111 11.279673,9.630162 11.60957,9.465214 11.774518,9.465214 11.939466,9.300265 12.269363,9.300265 12.434312,9.135317 12.764209,9.135317 12.929157,8.970368 13.094106,8.970368 13.424003,8.970368 13.588951,8.970368 14.248745,8.970368 14.578642,9.135317 14.74359,9.300265 14.908539,9.465214 15.073487,9.795111 15.073487,10.125008 15.073487,10.454905 14.908539,10.784801 14.74359,10.94975 14.578642,11.114698 14.413693,11.444595 14.248745,11.609544 13.918848,11.939441 13.588951,12.104389 13.424003,12.434286 12.929157,12.764183 12.764209,13.09408 12.434312,13.423977 12.269363,13.753874 11.939466,14.248719 11.774518,14.908513 11.774518,15.23841 11.774518,15.568307 11.774518,16.063152 11.774518,16.2281 11.774518,16.557997 11.774518,16.722946 11.774518,17.052843 11.774518,17.052843 11.774518,17.052843 12.104415,17.052843 12.104415,17.052843 12.104415,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,16.722946 14.74359,16.722946 14.74359,16.722946 14.74359,16.2281 14.74359,15.733255 14.908539,15.403358 15.073487,15.073462 15.403384,14.908513 15.568333,14.578616 15.89823,14.248719 16.063177,14.083771 16.393074,13.918822 16.88792,13.588925 17.052868,13.259028 17.382765,12.929132 17.712662,12.599235 18.042559,12.104389 18.207508,11.609544 18.372456,11.114698 18.537405,10.454905 18.537405,9.795111 18.537405,8.640471 18.042559,7.65078 17.217817,6.990986z","id":"path-87","fill":"#000000","fill-opacity":1}],"className":"uneventable"}],"className":"eventable"},"commandset-50":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-88","children":[{"nodeType":"path","d":"M0,0L202.005798,0 202.005798,80.736816 0,80.736816z","id":"path-88","fill":"none"}]},{"nodeType":"g","id":"shape-89","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-89","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-51":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-90","children":[{"nodeType":"path","d":"M0,0L202.005798,0 202.005798,80.736816 0,80.736816z","id":"path-90","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-91","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-91","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-52":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-92","children":[{"nodeType":"path","d":"M0,0L202.005798,0 202.005798,80.736816 0,80.736816z","id":"path-92","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-93","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-93","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-53":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-94","children":[{"nodeType":"path","d":"M0,0L202.005798,0 202.005798,80.736816 0,80.736816z","id":"path-94","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-95","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-95","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-54":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.4160004 24.9120007 30.9360009 39.9120017 48.8880025 55.5600024 58.6480025 66.7520026 75.7280034 78.8160035 86.4160034 95.3920042 104.368005 108.4880054 116.1760061 119.2640062","y":37.092,"children":["Retour au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.0560007 23.552001 26.6400011 30.7600015 38.8640016 41.9520017 50.8320018 54.9520022 63.4480025 71.0480024 79.5440027","y":56.292,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-55":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,19.193373L39.713825,0.159465C39.49218,0.04612 39.249542,-4.5E-05 39.010777,0.004158 38.998421,0.003304 38.986069,0.004158 38.972744,0.003304 38.960388,0.004158 38.94796,0.003304 38.934639,0.004158 38.695873,-4.5E-05 38.453312,0.04612 38.231667,0.159465L38.231667,0.159465L0.865657,19.194225C0.220663,19.523228 -1.6E-05,20.250973 0.371901,20.820126L0.371901,20.820126L4.417066,27.001356C4.788983,27.570444 5.613869,27.765152 6.258862,27.436937L6.258862,27.436937L38.973637,10.771778 71.688484,27.437004C72.333557,27.765152 73.158295,27.56959 73.530281,27.000502L73.530281,27.000502L77.575447,20.819273C77.947365,20.250973 77.725716,19.523228 77.081696,19.193373z","fill-rule":"nonzero","id":"path-96","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-56":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-4.2E-05L-2.4E-05,13.736545 -2.4E-05,31.921816 -2.4E-05,38.267612 -2.4E-05,39.059975C-2.4E-05,40.374474 1.207277,41.439625 2.69614,41.439625L2.69614,41.439625L3.596051,41.439625 8.090252,41.439625 20.226595,41.439625 20.226595,18.836666C20.226595,18.179384 20.830654,17.646414 21.57464,17.646414L21.57464,17.646414L32.362938,17.646414C33.107815,17.646414 33.710983,18.179384 33.710983,18.836666L33.710983,18.836666L33.710983,41.440479 45.846359,41.440479 50.340485,41.440479 51.240471,41.440479C52.729336,41.440479 53.936562,40.375324 53.936562,39.060829L53.936562,39.060829L53.936562,38.268467 53.936562,31.922668 53.936562,13.738186 26.966892,-4.2E-05z","fill-rule":"nonzero","id":"path-97","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-57":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.132169L10.787307,1.189392C10.787307,0.532178 10.183171,-2E-06 9.438293,-2E-06L9.438293,-2E-06L1.348001,-2E-06C0.604015,-2E-06 -4.6E-05,0.532966 -4.6E-05,1.189392L-4.6E-05,1.189392L-4.6E-05,4.637595 10.787307,10.132169z","fill-rule":"nonzero","id":"path-98","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-58":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-99","children":[{"nodeType":"path","d":"M0,0L890.666687011719,0 890.666687011719,49 0,49z","id":"path-99","fill":"none"}]},{"nodeType":"g","id":"shape-100","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-100","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-59":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.3120003 40.6880017 56.0480023 62.5760031 79.6000033 87.3440037 102.7040043 120.3040047 138.128006 151.5040074 166.864008 173.3920088 190.7040091 198.4480095 214.7360096 228.112011 245.1360112 260.4960118 268.2400122 281.2320137 288.9760141 302.3520155 317.7120161","y":41.176,"children":["DES RISQUES DIVERSIFIES"]}],"style":{"fontWeight":"bold"}}]},"commandset-60":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-101","children":[{"nodeType":"path","d":"M0,0L202.66667175293,0 202.66667175293,44 0,44z","id":"path-101","fill":"none"}]},{"nodeType":"g","id":"shape-102","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-102","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-61":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.079998 72.2259979 75.8619981 79.4979983 86.607998 90.2799982 97.7139977 104.8239974 108.4959976 115.9839975 123.1299974 126.8019976 134.1639971","y":33.39,"children":["Dans la salle de bain"]}]}]},"commandset-62":{"nodeType":"g","children":[{"nodeType":"path","d":"M90.8245544433594,42.6558685302734C90.8245544433594,66.2140542103307 70.4927853863017,85.3117370605469 45.4122772216797,85.3117370605469 20.3317690570577,85.3117370605469 0,66.2140542103307 0,42.6558685302734 0,19.0976828502162 20.3317690570577,0 45.4122772216797,0 70.4927853863017,0 90.8245544433594,19.0976828502162 90.8245544433594,42.6558685302734z","id":"path-103","fill":"#0072BC","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-63":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-104","children":[{"nodeType":"path","d":"M0,0L617.216369628906,0 617.216369628906,85 0,85z","id":"path-104","fill":"#0072BC","fill-opacity":1}]},{"nodeType":"g","id":"shape-105","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-105","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-64":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.597333 30.1093331 38.8986664 44.8719998 49.2239996 58.0986658 66.5253321 74.9946657 83.783999 87.6453324 91.9973322 100.5946652 109.1066653 117.8959986 123.869332 128.2213318 137.1173317 143.4106648 151.9226649 160.8186648 167.1119979 175.5386642 179.890664 184.1786641 188.5306639 199.1759972 202.8879971 211.3146634 219.0586638 225.0319972 229.383997 233.6933303 242.1199966 246.4719964 260.210662 268.7226621 282.4613277 290.887994 299.6133272 305.5866606 309.9386604 318.7493274 327.1759937 331.5279935 335.8373268 344.3066604 348.6586602 354.6319936 363.1439937 367.4959935 371.8053268 380.2319931 386.2053265 392.1786599 400.6053262 404.4666596","y":30.451,"children":["Tout beau, Tout propre ! C’est le moment de la toilette."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.2640009 28.4400015 31.5280016","y":55.704,"children":["Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"31.5279999 38.7279997 47.224 51.3440004 59.8400007 67.4400006 73.4640008 77.5840012 86.560002 95.5360028 104.5120036 113.0080039 116.096004","y":55.704,"children":["sélectionne "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"116.0960007 124.8320007 132.6160011 141.2720012 148.1520013 151.2400014 155.0400014 162.8240018 165.9120019 169.7120019 173.5120019 180.392002 186.0960025 194.2720031 197.3600032 210.0880038 218.2640044 225.1440045 228.2320046 236.3040051 244.4800057 251.3600058 257.0640063 265.2400069 272.120007 275.2080071 283.9440072 292.1200078 295.2080079 303.7680083 310.1200085 318.152009 325.8000092 333.9760098 342.6320099 348.3360104 352.1360104 360.7920105 369.4480106 372.5360107 381.0960111 387.4480113 391.2480113 399.9040114 406.2560116 410.0560116 415.7600121 423.5440125 427.3440125 433.6960127 441.8720133 448.7520134","y":55.704,"children":["dans la liste mes gestes de prévention prioritaires"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"448.7519531 451.6479533","y":55.704,"children":["."]}]}]},"commandset-65":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 25.776001 41.6800022 58.9600029 72.8480034 80.5920038 97.2000055 104.9440059 121.0400066 134.416008 140.9440088 157.0400095 169.9040098 187.7280111 203.0880117 210.8320121 224.2080135 242.0320148 259.056015 274.4160156 280.9440164 297.9680166 305.712017 321.0720176 338.672018 356.4960193 369.8720207 385.2320213","y":41.176,"children":["J’ANTICIPE PLUSIEURS RISQUES"]}],"style":{"fontWeight":"bold"}}]},"commandset-66":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-106","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-106","fill":"#0072BC","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-107","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-107","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-67":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-108","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-108","fill":"#0064A5","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-109","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-109","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-68":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-110","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-110","fill":"#6C93C8","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-111","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-111","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-69":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-112","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-112","fill":"#90A9D1","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-113","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-113","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-70":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-114","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-114","fill":"#5E81B0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-115","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-115","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-71":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.1373291 38.53333 47.9879971 52.794664 57.6013309 68.1666652 78.0786659 85.8626663","y":23.724,"children":["Valider"]}],"style":{"fontWeight":"bold"}}]},"commandset-72":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L927,0 927,215 0,215z","id":"path-116","fill":"none"}],"className":"eventable"},"commandset-73":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-117","children":[{"nodeType":"path","d":"M0,0L927,0 927,68 0,68z","id":"path-117","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-118","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-118","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-74":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 24.3999996","y":28.888,"children":["3"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"24.3999996 32.3800001 43.276 55.5399999 60.1719999 72.2799997 83.9559993 93.4839992 106.5880002 118.8520001 123.4840001 136.4679994 149.4519987 161.7159986 166.3479986 185.4399996 197.1159992 202.8159995 215.7999988 220.4319988 230.7519985 243.7359978 253.2639977 257.8959977 276.9879987 289.971998 302.9559973","y":28.888,"children":["-Je garde une main sur mon"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"302.9559937 307.5879936","y":28.888,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.2639999 35.2479992 42.9759989 54.6519985 67.6359978 76.1919976 92.7039986","y":57.688,"children":["enant…"]}]}]},"commandset-75":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"4 11.9800005 19.960001 32.500001 44.7640009 50.4640012 62.7280011 73.6480012 82.204001 87.9040013 100.8880006 113.8719999 126.8559992 139.1199991 148.647999 156.6279995 164.608","y":33.288,"children":["--Sélectionner--"]}]}]},"commandset-76":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.507px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4568367 32.4688702 36.0406309 45.9416252 53.2887178 62.7455545 72.6465488 81.6499763 88.5344053 97.5378328 107.5498663 114.1474448 117.7192055 126.722633 130.2943937 134.6896946 137.7710321 146.5431278 155.5558079 164.5592354 174.5712689 182.9917401 192.4485768 196.0203375 202.617916 212.6299495 222.641983 229.2395615 232.8113222 241.2317934 250.6886301 254.2603908 264.3649564 274.3769899 284.3890234 290.9866019 294.5583626 298.9166504 301.9979879 311.0014154 321.0134489 327.8978779 336.9013054 341.2966063 344.868367 354.9729326 364.4297693 372.3875773 382.3996108 386.7949117 396.8069452 400.3787059 409.8355426 416.4331211 420.0048818 434.1253633 436.9938755 446.2841539 455.296834 459.6921349 466.2897134 475.2931409 485.3051744 491.9027529 495.4745136 505.5790792 515.0359159 518.6076766","y":20.058,"children":["en préparant à l’avance tout ce dont j’aurai besoin et m’évitant de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.507px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 27.1204815 29.9889937 39.4458304 43.8411313 53.8531648 58.2484657 67.5850107 77.5970442 87.0538809 94.4009735 97.9727342 108.0772998 117.5341365 121.1058972 125.5011981 134.5046256 138.0763863 144.6739648 153.6773923 163.7819579 168.1772588 177.6340955 181.2058562 190.2092837 193.7810444 198.1763453 207.1797728 217.1918063 226.5283513 235.985188 242.1756225 245.8306625","y":42.266,"children":["m’éloigner de la table à langer."]}]}]},"commandset-77":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.507px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 27.7219448 37.1787815 43.77636 50.3739385 59.377366 69.3893995 75.986978 79.5587387 89.5707722 99.5828057 106.9298983 114.8877063 118.459467 128.5640326 138.0208693 141.59263 151.4936243 161.5056578 168.8527504 175.4503289 184.9071656 194.3640023 197.935763 208.0403286 210.9088408 220.3656775 230.377711 236.3368141 245.3402416 255.3522751 261.9498536 265.6048936 269.1766543 275.7742328 285.7862663 295.7982998 303.7561078 307.3278685 311.7231694 321.1800061 329.1378141 332.7095748 342.6105691 349.9576617 359.9696952 370.0742608 380.0862943 384.4815952 391.0791737 399.0369817 402.6087424 412.713308 416.368348 426.1490496 435.1617297 444.4982747 448.8935756 458.3504123 468.3624458 477.8192825 481.4743225","y":31.162,"children":["mettant hors de portée d’enant, tous les produits d’hygiène."]}]}]},"commandset-78":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"20.182px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.7971106 31.7153101 42.6335096 50.6455707 54.5406029 59.3337123 62.461847 72.7746007 88.8289945 99.6261051 109.9388588 119.1214474 130.0396469 140.3524006 148.3644617 152.2594939 163.2786008 173.5913545 177.4863867 186.6689753 197.5871748 208.5053743 215.7000841 226.0128378 234.0248989 237.9199311 248.2326848 259.1508843 263.0459165 271.7239675 282.0367212 285.9317534 293.9438145 304.2565682 311.451278 322.3694775 333.287677 341.2997381 352.2179376 362.0362445 372.954444 380.1491538 384.044186 395.0632929 405.3760466 409.2710788 414.0641882 424.9823877 429.7754971 433.6705293 449.7249231 460.0376768 476.0920706 486.4048243 490.3906732","y":31.81,"children":["pour l’empêcher de chuter en se retournant de lui même."]}]}]},"commandset-79":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-119","children":[{"nodeType":"path","d":"M0,0L927,0 927,58 0,58z","id":"path-119","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-120","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-120","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-80":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 27.3999996","y":38.288,"children":["1"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.3999996 35.3800001 46.276 58.5399999 63.1719999 76.0119991 85.539999 97.5879993 109.275999 114.9759993 127.2399992 140.2239985 150.5439982 155.1759982 160.8759985 173.1399984 177.7719984 187.2999983 192.9999986 203.3199983 216.4239993 229.4079986 241.6719985 246.3039985 259.4079995 271.6719994 276.3039994 287.2239995 300.2079988 313.1919981 321.7479979 334.0119978 350.5239988","y":38.288,"children":["-Je préviens le risque de chute…"]}]}]},"commandset-81":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 27.3999996","y":28.888,"children":["2"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.3999996 35.3800001 46.276 58.5399999 63.1719999 76.0119991 85.539999 97.5879993 109.275999 114.9759993 127.2399992 140.2239985 150.5439982 155.1759982 160.8759985 173.1399984 177.7719984 187.2999983 192.9999986 203.3199983 216.4239993 229.4079986 241.6719985","y":28.888,"children":["-Je préviens le risque"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"241.6719666 246.3039665","y":28.888,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"24px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.104001 30.8440012 36.5440015 49.5280008 58.0840006 70.3480005 81.4000005 87.1000008 98.0200009 109.6960005 118.2520003 123.9520006 136.9359999 149.9199992 154.5519992 166.8159991 179.7999984 196.3119994","y":57.688,"children":["d’intoxication en…"]}]}]},"commandset-82":{"nodeType":"g","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-121","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]},"commandset-83":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"11.314px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 6.3473883 13.2913976 16.23031 23.1632715 27.7815624 34.1289507 41.0619122 47.3540575 51.9723484 58.2644937 65.208503 69.2025514 72.1414638 78.4336091 81.3725215 84.2340942 86.1565407 92.448686 98.1165885 104.4087338 111.3527431 116.7389078 123.0862961 126.0252085 130.0192569 136.8527811 143.7967904 147.7908388 150.7297512 156.1159159 162.4633042 165.4022166 172.3351781 179.1687023 186.1127116 190.10676 193.0456724 195.9072451 197.8296916 204.1218369 211.0658462 215.6841371 221.9762824 224.8378551 227.7767675 234.709729 241.0571173 246.4543308 253.287855 256.1494277 263.093437 266.0323494 272.3797377 276.3737861 279.3126985","y":20.685,"children":["en préparant à l’avance tout ce dont j’aurai besoin et "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"11.314px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.5237379 12.4461844 18.7935727 24.4614752 27.3230479 31.3170963 37.6092416 44.5532509 48.5472993 51.4862117 58.4191732 64.7665615 67.7054739 78.2292118 80.1516583 86.4990466 89.3606193 96.1941435 99.0557162 105.2539489 112.1979582 118.5453465 123.1636374 126.1025498 133.0355113 139.3828996 142.321812 145.1833847 151.47553 154.4144424 158.4084908 164.7006361 171.6335976 174.4951703 180.8425586 183.781471 190.0736163 193.0125287 195.8741014 202.1662467 209.110256 215.3084887 221.655877 226.2741679 229.284896","y":36.093,"children":["m’évitant de m’éloigner de la table à langer."]}]}]},"commandset-84":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 14.8828125 23.859375 29.5078125 35.15625 44.0546875 53.875 59.5234375 63.6796875 73.5 83.1640625 89.6953125 97.328125 101.484375 111.2890625 120.265625 124.421875 134.2265625 143.890625 150.421875 156.0703125 165.046875 174.0234375 178.1796875 187.984375 190.703125 199.6796875 209.5 214.921875 223.8203125 233.640625 239.2890625 243.2109375 247.3671875","y":19.312,"children":["mettant hors de portée d’enfant, "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 5.6484375 15.3125 25.1328125 32.765625 36.921875 40.96875 49.9453125 57.578125 61.734375 71.5390625 78.0703125 87.734375 97.5390625 107.359375 111.40625 117.0546875 124.6875 128.84375 138.6484375 141.3671875 151.1875 159.25 168.015625 172.0625 181.0390625 190.859375 199.8359375 204.09375","y":41.102,"children":["tous les produits d’hygiène."]}]}]},"commandset-85":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 9.8046875 19.46875 29.2890625 35.8203125 39.9765625 44.0234375 46.7421875 55.71875 70.6015625 80.40625 89.3828125 97 106.8203125 115.796875 122.328125 126.484375 136.2890625 145.265625 149.421875 157.0390625 166.859375 176.6796875 182.328125 191.3046875 197.8359375 201.9921875 210.96875 220.7890625 224.9453125 232.578125 241.5546875 245.7109375","y":19.312,"children":["pour l’empêcher de chuter en se "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 6.53125 15.5078125 21.15625 30.8203125 40.640625 47.171875 56.9921875 65.890625 75.7109375 81.359375 85.515625 95.3203125 104.296875 108.453125 112.5 122.3203125 126.3671875 130.5234375 145.40625 154.3828125 169.265625 178.2421875 182.5","y":41.102,"children":["retournant de lui même."]}]}]},"commandset-86":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-124","children":[{"nodeType":"path","d":"M0,0L960,0 960,40 0,40z","id":"path-124","fill":"#275114","fill-opacity":1}],"className":"uneventable"},{"nodeType":"path","d":"M930,10L949,10 949,29 930,29z","id":"path-125","fill":"#275114","fill-opacity":1},{"nodeType":"g","id":"shape-122","children":[{"nodeType":"line","id":"line-122","x1":936,"y1":14,"x2":947,"y2":25,"fill":"#275114","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-123","children":[{"nodeType":"line","id":"line-123","x1":936,"y1":25,"x2":947,"y2":14,"fill":"#275114","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-126","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-126","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]}],"className":"eventable"},"commandset-87":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"438.703125 453.84375 468.3398438 478.1367188 487.9335938 501.3984376 512.8242189 521.2968752","y":29.311,"children":["Correct"]}]}]},"commandset-88":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-129","children":[{"nodeType":"path","d":"M0,0L960,0 960,40 0,40z","id":"path-129","fill":"#8F0000","fill-opacity":1}],"className":"uneventable"},{"nodeType":"path","d":"M930,10L949,10 949,29 930,29z","id":"path-130","fill":"#8F0000","fill-opacity":1},{"nodeType":"g","id":"shape-127","children":[{"nodeType":"line","id":"line-127","x1":936,"y1":14,"x2":947,"y2":25,"fill":"#8F0000","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-128","children":[{"nodeType":"line","id":"line-128","x1":936,"y1":25,"x2":947,"y2":14,"fill":"#8F0000","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-131","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-131","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]}],"className":"eventable"},"commandset-89":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"429.8496094 436.5410156 451.2714844 462.6972656 477.1933594 486.9902344 496.7871094 510.2519532 521.6777344 530.1503906","y":29.311,"children":["Incorrect"]}]}]},"commandset-90":{"nodeType":"g","children":[{"nodeType":"path","d":"M-1E-06,129.843781C-4.7E-05,58.133106 58.132889,7E-05 129.843567,-6E-06L129.843567,-6E-06L195.48938,1E-05C267.200073,-0.00012 325.333191,58.13279 325.333282,129.843658 325.333282,129.843689 325.333282,129.843704 325.333282,129.843735L325.333282,129.843735L325.333313,129.843704 325.333313,774.666626 0,774.666626 0,129.843704z","id":"path-132","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-91":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L112,0 112,121 0,121z","id":"path-134","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.50224214792251587,0.5]}],"id":"image-133","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-92":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-135","children":[{"nodeType":"path","d":"M0,0L575.333374023438,0 575.333374023438,33 0,33z","id":"path-135","fill":"none"}]},{"nodeType":"g","id":"shape-136","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-136","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-93":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 11.0185547 22.0664063 30.6357422 41.5078125 48.8554688 56.203125 66.3017578 74.8710937 81.2255859","y":22.239,"children":["Incorrect"]}]}]},"commandset-94":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-137","children":[{"nodeType":"path","d":"M0,0L574.333312988281,0 574.333312988281,138.750076293945 0,138.750076293945z","id":"path-137","fill":"none"}]},{"nodeType":"g","id":"shape-138","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-138","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-95":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#1F497D","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 10.2734375 19.25 23.40625 33.2109375 42.1875 52.0078125 60.390625 64.546875 69.96875 78.8671875 82.9140625 89.4453125 98.421875 102.578125 117.4609375 121.5078125 130.484375 140.3046875 148.6875 152.9453125 157.1015625 161.375 170.3515625 174.5078125 181.0390625 190.015625 198.9921875 206.625 214.2578125 223.15625 227.203125 236.1796875 240.4375","y":20.102,"children":["Je peux faire mieux. Je rééssaie."]}]}]},"commandset-96":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-139","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-139","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-140","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-140","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-97":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-141","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-141","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-142","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-142","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-98":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-143","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-143","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-144","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-144","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-99":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-145","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-145","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-146","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-146","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-100":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-147","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-147","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-148","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-148","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-101":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.5703125 36.1328125 45.5859375 55.0390625 62.9921875 70.9453125 80.609375 89.7109375 99.1640625 106.4296875","y":22.207,"children":["Réessayer"]}]}]},"commandset-102":{"nodeType":"g","children":[{"nodeType":"path","d":"M-2E-06,129.843796C-4.5E-05,58.133106 58.1329,6.6E-05 129.843582,-7E-06L129.843582,-7E-06L195.48941,9E-06C267.200104,-0.000118 325.333221,58.132801 325.333313,129.843674 325.333313,129.843704 325.333313,129.843719 325.333313,129.84375L325.333313,129.84375L325.333344,129.843719 325.333344,774.666748 0,774.666748 0,129.843719z","id":"path-149","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-103":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L107,0 107,116 0,116z","id":"path-151","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-150","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-104":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.0219998 20.1859998 23.858 32.5519993 39.7159993 49.3819987 57.7159983 61.3879985 72.9619979 76.0939979 84.6799974 96.2539968 103.4179968 110.2939972 114.289997 123.7399968 132.9559964 140.1199964 149.335996 153.0079962 156.6259958","y":25.636,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-105":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-153","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":143.5,"height":51.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-152","filter":"url(#filter-153)","data-angle":45,"data-distance":4,"data-height":29,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":121},{"nodeType":"g","id":"pathwrap-152","children":[{"nodeType":"g","id":"shape-154","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,26.749969 0,26.749969z","id":"path-154","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-155","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-155","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-106":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-157","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-156","filter":"url(#filter-157)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-156","children":[{"nodeType":"g","id":"shape-158","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-158","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-159","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-159","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-107":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-161","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-160","filter":"url(#filter-161)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-160","children":[{"nodeType":"g","id":"shape-162","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-162","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-163","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-163","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-108":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-165","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-164","filter":"url(#filter-165)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-164","children":[{"nodeType":"g","id":"shape-166","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-166","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-167","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-167","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-109":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-169","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-168","filter":"url(#filter-169)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-168","children":[{"nodeType":"g","id":"shape-170","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-170","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-171","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-171","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-110":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-173","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-172","filter":"url(#filter-173)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-172","children":[{"nodeType":"g","id":"shape-174","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-174","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-175","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-175","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-111":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.2890625 32.3828125 42.046875 51.8671875 57.515625 61.5625 71.3828125 81.203125 90.1796875 96.7109375","y":19.707,"children":["Continuer"]}]}]},"commandset-112":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"28.7890625 38.8828125 48.546875 58.3671875 64.015625 68.0625 77.8828125 87.703125 96.6796875 103.2109375","y":22.207,"children":["Continuer"]}]}]},"commandset-113":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-176","children":[{"nodeType":"path","d":"M0,0L586,0 586,237 0,237z","id":"path-176","fill":"none"}]},{"nodeType":"g","id":"shape-177","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-177","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-114":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6qV3pBIBGa3","d":"M8,98.3000106811523L113.408004760742,98.3000106811523 113.408004760742,99.3000106811523 8,99.3000106811523z","id":"path-178","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.4800005 28.9760008 36.1760006 39.2640007 48.8640011 51.9520012 65.0000025 73.9760033 78.0960037 85.2960035 88.3840036 91.8640039 94.952004 103.9280048 112.9040056 115.9920057 124.488006 133.4640068 138.9360069 147.040007 156.0160078 162.040008 165.1280081 172.728008 181.7040088 194.7520101 207.8000114 216.2960117 225.2720125 232.8720124 241.3680127 244.4560128 252.5600129 255.648013 262.8480128 271.3440131 274.4320132 281.1040131 289.6000134 295.6240136 304.6000144 313.5760152 320.2480151 329.2240159 337.7200162 344.3920161 347.4800162 356.3600163 364.4640164 371.1360163 374.2240164 378.3440168 387.3200176 391.440018 394.5280181 407.5760194 416.0720197 429.120021 437.6160213","y":19.092,"children":["Dès 3 mois , un enant commence à se retourner par lui même"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.0720005 26.184001 34.2880011 43.2640019 49.2880021 52.3760022 61.9760026 65.0640027 73.1680028 82.1440036 85.6240039 88.712004 92.8320044 100.9360045 104.0240046 111.6240045 120.6000053 129.5760061 135.6000063 144.0960066 147.1840067 156.2400074 164.7360077 173.6160078 182.5920086 186.712009 193.9120088 197.0000089 201.1200093 209.2240094 212.3120095 218.3360097 226.4400098 235.4960105 239.6160109 248.1120112 251.2000113 259.3040114 262.3920115 266.5120119 274.616012 283.5920128 291.984013 300.4800133 307.1520132 310.2400133 316.9120132 325.4080135 334.2880136 340.9600135 349.4560138 356.6560136 365.1520139 374.1280147 380.1520149 388.6480152 391.7360153 401.3360157 413.9280167 417.0160168 426.0720175 434.5680178 441.7680176 444.8560177 452.9600178 460.5600177 468.1600176 472.280018 481.3360187 489.832019 498.8080198 504.83202 512.0320198 515.1200199 524.1760206 532.6720209 535.760021 539.8800214 547.9840215 551.0720216 559.1840221 563.3040225 571.8000228 574.8880229","y":38.292,"children":["Avant 1 an, la chute depuis la table à langer représente 7% des accidents de la vie "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 15.5999999 24.5760007 33.5520015 39.8240018 47.9280019 56.9040027 62.9280029 71.4240032 74.5120033 77.9920036","y":57.492,"children":["courante ."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6qV3pBIBGa3","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046","y":95.892,"children":["3 bons réexes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":115.092,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 35.1455631 43.3215637 56.0495643 64.2255649 67.313565 75.9695651 84.6255652 87.7135653 96.4495654 102.8015656 110.9775662 116.1295666 119.2175667 123.0175667 131.6735668 138.5535669 144.2575674 152.0415678 160.6975679 166.4015684 169.5615685 172.6495686 176.4175687 184.5935693 187.6815694 196.3375695 204.5135701 207.6015702 219.8095704 222.2895704 230.465571 234.265571 242.9215711 246.7215711 254.7935716 263.4495717 271.6255723 274.7135724 283.2735728 291.0575732 297.9375733 301.0255734 309.7615735 317.9375741 321.0255742 324.8255742 332.6095746 335.6975747 341.4015752 349.1855756 357.9215757 361.7215757 369.8975763 372.9855764 380.7695768 383.8575769 387.6575769 395.4415773 404.0975774 412.1695779 420.3455785 426.6975787 429.7855788","y":115.092,"children":["Même un bre instant, je ne m’éloigne pas de la table à langer "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":153.492,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 47.6895645 54.0415647 62.2175653 70.7775657 78.5615661 84.9135663 93.0895669 96.177567 103.9615674 107.0495675 110.8495675 113.5135675 121.0975681 128.8895689 136.6735693 145.3295694 152.6095696 160.7855702 163.8735703 169.5775708 178.2335709 186.889571 192.5935715 195.6815716 202.9615718 211.1375724 214.2255725 222.9615726 231.6175727 240.2735728 245.9775733 249.0655734 252.8335735 255.4975735 263.2815739 267.0815739 270.169574 278.9055741 287.0815747 293.9615748 302.6175749 306.4175749 315.073575 318.1615751 326.7215755 335.3775756 344.0335757 350.3855759 353.473576 357.273576 365.0575764 373.7135765 381.785577 389.9615776 396.3135778 399.4015779 412.1295785 420.7855786 429.4415787 432.5295788 440.7055794 449.3615795 454.5135799 462.2975803 470.9535804 476.6575809","y":153.492,"children":["Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enant"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":191.892,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 47.2015646 54.985565 61.3375652 70.0735653 78.2495659 81.337566 89.9935661 98.6495662 105.0015664 111.8815665 114.9695666 123.7055667 131.8815673 134.9695674 141.8495675 149.6335679 152.721568 161.2815684 169.9375685 176.2895687 181.9935692 190.1695698 198.3455704 201.4335705 207.137571 215.7935711 224.4495712 230.1535717 233.2415718 241.8015722 248.1535724 256.8095725 265.5455726 274.2015727 278.0015727 283.7055732 286.7935733 295.5295734 303.705574 306.7935741 313.6735742 322.3295743 326.1295743 334.7855744 337.8735745 346.0495751 351.7535756 354.8415757 363.5775758 366.7375759 375.1935762 382.985577 391.0575775 394.8575775 403.0335781 411.6895782 419.8655788 422.9535789 431.689579 440.3455791 443.5055792 447.3055792 451.1055792 454.1935793 462.7535797 471.4095798 480.0655799 486.4175801 492.3695802 500.1535806 503.9535806 509.6575811 512.7455812 520.5295816 526.2335821 531.9375826 537.8895827 545.6735831 554.2335835 562.4095841 568.7615843 571.8495844","y":191.892,"children":["Je garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.1760006 33.8800011 36.9680012 44.5520018 52.3440026 60.128003 63.928003 72.1040036 78.4560038","y":211.092,"children":["et avaler"]}]}]},"commandset-115":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L49,0 49,49 0,49z","id":"path-180","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-179","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-116":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L71,0 71,69 0,69z","id":"path-182","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.46710526943206787,0.463087260723114]}],"id":"image-181","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-117":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-183","children":[{"nodeType":"path","d":"M0,0L560,0 560,36 0,36z","id":"path-183","fill":"none"}]},{"nodeType":"g","id":"shape-184","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-184","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-118":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 56.1199999 61.8906665 67.0799999 69.6133332 74.8079996 79.3946662 84.8453326 86.9039993 92.7279992 98.1786656 102.7653322 104.8239989 110.6479988 116.4186654 122.189332 127.9599986 133.410665 138.8613314 143.447998 145.5066647 151.3306646 156.781331 158.8399977 161.373331 163.0266643 168.4773307 174.2479973 180.0719972 185.8426638 191.2933302 195.0959966 200.546663 202.6053297 208.3119962 213.7626626 217.9973294 226.4826628 231.6719962 237.4426628 242.8933292 248.6639958 252.4666622 257.9173286 259.9759953 264.5626619 270.3333285 274.5679953 276.626662 279.1599953 284.6106617 289.1973283 291.255995 296.4453284 301.2986619 306.1519954 308.6853287 314.5093286 319.959995 325.7306616 329.533328 334.1199946 336.1786613 342.0026612 347.4533276 349.5119943 352.0453276 357.234661 359.2933277 364.4879941 367.0213274 372.4719938 374.5306605 379.383994 385.1546606 390.9253272 394.8933271 400.0826605 405.8533271 409.6559935 415.1066599","y":15.528,"children":["Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.0586667 18.2586667 24.5626666 30.2639996 36.9786664 44.4826656 47.6826656 49.7413323 54.3279989 60.0986655 64.3333323 66.391999 68.9253323 74.1146657 76.1733324 81.8799989 87.3306653 91.5653321 94.0986654 99.869332 105.6933319 111.1439983 113.202665 119.3893315 125.575998 131.7626645 137.949331 141.4959976 147.6826641 153.8693306 160.0559971 166.2426636 168.3493302 170.4079969 175.9813302 181.1706636 186.9413302 190.7439966 196.194663 198.2533297 204.5839962 210.3546628 216.1786627 218.711996 221.2453293 227.0693292 232.8399958 238.2906622 240.3493289 246.1306623 250.0986622 255.2879956 261.0586622 265.9119957 271.3626621","y":28.328,"children":[" (EPAC) sur la période 2014-2018. Santé Publique France"]}]}]},"commandset-119":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,157.333435C-5.5E-05,70.440659 70.440399,8.6E-05 157.333176,-6E-06L157.333176,-6E-06L157.333069,1.2E-05C244.225891,-0.000145 314.666534,70.440277 314.666656,157.333282 314.666656,157.333313 314.666656,157.333359 314.666656,157.333389L314.666656,157.333389L314.666687,157.333344 314.666687,756 0,756 0,157.333344z","id":"path-185","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-120":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L105,0 105,114 0,114z","id":"path-187","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.760869562625885,0.75999999046325684]}],"id":"image-186","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-121":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-188","children":[{"nodeType":"path","d":"M0,0L317.333374023438,0 317.333374023438,33 0,33z","id":"path-188","fill":"none"}]},{"nodeType":"g","id":"shape-189","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-189","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-122":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.2080002 16.4560006 25.3600009 29.504001 33.3120011 39.9200014 48.8240017 52.9680018 60.6960024 64.5040025 71.6346697 79.0640034 82.8720035 92.242671 102.0426712 111.7493381 115.5573382 124.8720059 135.120007 144.9200072 149.0640073 157.7066741 161.5146742 165.2666745 169.0746746 172.8826747","y":24.937,"children":["J’AI FAIT LE BON CHOIX ! "]}]}]},"commandset-123":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-190","children":[{"nodeType":"path","d":"M0,0L568,0 568,237 0,237z","id":"path-190","fill":"none"}]},{"nodeType":"g","id":"shape-191","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-191","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-124":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6OP4FUsgUZE","d":"M8,98.3000106811523L113.408004760742,98.3000106811523 113.408004760742,99.3000106811523 8,99.3000106811523z","id":"path-192","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.4800005 28.9760008 36.1760006 39.2640007 48.8640011 51.9520012 65.0000025 73.9760033 78.0960037 85.2960035 88.3840036 91.8640039 94.952004 103.9280048 112.9040056 115.9920057 124.488006 133.4640068 138.9360069 147.040007 156.0160078 162.040008 165.1280081 172.728008 181.7040088 194.7520101 207.8000114 216.2960117 225.2720125 232.8720124 241.3680127 244.4560128 252.5600129 255.648013 262.8480128 271.3440131 274.4320132 281.1040131 289.6000134 295.6240136 304.6000144 313.5760152 320.2480151 329.2240159 337.7200162 344.3920161 347.4800162 356.3600163 364.4640164 371.1360163 374.2240164 378.3440168 387.3200176 391.440018 394.5280181 407.5760194 416.0720197 429.120021 437.6160213 441.0960216","y":19.092,"children":["Dès 3 mois , un enant commence à se retourner par lui même."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.0720005 26.184001 34.2880011 43.2640019 49.2880021 52.3760022 61.9760026 65.0640027 73.1680028 82.1440036 85.6240039 88.712004 92.8320044 100.9360045 104.0240046 111.6240045 120.6000053 129.5760061 135.6000063 144.0960066 147.1840067 156.2400074 164.7360077 173.6160078 182.5920086 186.712009 193.9120088 197.0000089 201.1200093 209.2240094 212.3120095 218.3360097 226.4400098 235.4960105 239.6160109 248.1120112 251.2000113 259.3040114 262.3920115 266.5120119 274.616012 283.5920128 291.984013 300.4800133 307.1520132 310.2400133 316.9120132 325.4080135 334.2880136 340.9600135 349.4560138 356.6560136 365.1520139 374.1280147 380.1520149 388.6480152 391.7360153 401.3360157 413.9280167 417.0160168 426.0720175 434.5680178 441.7680176 444.8560177 452.9600178 460.5600177 468.1600176 472.280018 481.3360187 489.832019 498.8080198 504.83202 512.0320198 515.1200199 524.1760206 532.6720209 535.760021 539.8800214 547.9840215 551.0720216","y":38.292,"children":["Avant 1 an, la chute depuis la table à langer représente 7% des accidents de la "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.1120005 20.2320009 28.7280012 31.8160013 39.4160012 48.392002 57.3680028 63.6400031 71.7440032 80.720004 86.7440042 95.2400045 98.3280046 101.8080049","y":57.492,"children":["vie courante ."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6OP4FUsgUZE","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046","y":95.892,"children":["3 bons réexes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":115.092,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 47.7855642 55.9615648 59.0495649 71.2575651 73.7375651 81.9135657 85.7135657 94.3695658 98.1695658 106.2415663 114.8975664 123.073567 126.1615671 134.7215675 142.5055679 149.385568 152.4735681 161.2095682 169.3855688 172.4735689 176.2735689 184.0575693 187.1455694 192.8495699 200.6335703 209.3695704 213.1695704 221.345571 224.4335711 232.2175715 235.3055716 239.1055716 246.889572 255.5455721 263.6175726 271.7935732 278.1455734 281.2335735 293.9615741 302.1375747 314.8655753 323.0415759 326.129576 334.7855761 343.4415762 346.5295763 355.2655764 361.6175766 369.7935772 374.9455776 378.0335777 381.8335777 390.4895778 397.3695779 403.0735784 410.8575788 419.5135789 425.2175794","y":115.092,"children":["Je ne m’éloigne pas de la table à langer même un bre instant"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":153.492,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 47.6895645 54.0415647 62.2175653 70.7775657 78.5615661 84.9135663 93.0895669 96.177567 103.9615674 107.0495675 110.8495675 113.5135675 121.0975681 128.8895689 136.6735693 145.3295694 152.6095696 160.7855702 163.8735703 169.5775708 178.2335709 186.889571 192.5935715 195.6815716 202.9615718 211.1375724 214.2255725 222.9615726 231.6175727 240.2735728 245.9775733 249.0655734 252.8335735 255.4975735 263.2815739 267.0815739 270.169574 278.9055741 287.0815747 293.9615748 302.6175749 306.4175749 315.073575 318.1615751 326.7215755 335.3775756 344.0335757 350.3855759 353.473576 357.273576 365.0575764 373.7135765 381.785577 389.9615776 396.3135778 399.4015779 412.1295785 420.7855786 429.4415787 432.5295788 440.7055794 449.3615795 454.5135799 462.2975803 470.9535804 476.6575809","y":153.492,"children":["Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enant"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":191.892,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 47.2015646 54.985565 61.3375652 70.0735653 78.2495659 81.337566 89.9935661 98.6495662 105.0015664 111.8815665 114.9695666 123.7055667 131.8815673 134.9695674 141.8495675 149.6335679 152.721568 161.2815684 169.9375685 176.2895687 181.9935692 190.1695698 198.3455704 201.4335705 207.137571 215.7935711 224.4495712 230.1535717 233.2415718 241.8015722 248.1535724 256.8095725 265.5455726 274.2015727 278.0015727 283.7055732 286.7935733 295.5295734 303.705574 306.7935741 313.6735742 322.3295743 326.1295743 334.7855744 337.8735745 346.0495751 351.7535756 354.8415757 363.5775758 366.7375759 375.1935762 382.985577 391.0575775 394.8575775 403.0335781 411.6895782 419.8655788 422.9535789 431.689579 440.3455791 443.5055792 447.3055792 451.1055792 454.1935793 462.7535797 471.4095798 480.0655799 486.4175801 492.3695802 500.1535806 503.9535806 509.6575811 512.7455812","y":191.892,"children":["Je garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 27.7840004 33.4880009 39.1920014 45.1440015 52.9280019 61.4880023 69.6640029 76.0160031 79.1040032 87.2800038 92.9840043 96.0720044 103.656005 111.4480058 119.2320062 123.0320062 131.2080068 137.560007","y":211.092,"children":["attraper et avaler"]}]}]},"commandset-125":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-194","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-193","filter":"url(#filter-194)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":115},{"nodeType":"g","id":"pathwrap-193","children":[{"nodeType":"g","id":"shape-195","children":[{"nodeType":"path","d":"M0,0L112.666687,0 112.666687,32 0,32z","id":"path-195","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-196","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-196","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-126":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14.0379944 27.5433292 38.0153303 48.4873314 55.5153322 60.3219991 70.7940002 81.2660013 91.178002 98.9620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-127":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"23.5379944 37.0433292 47.5153303 57.9873314 65.0153322 69.8219991 80.2940002 90.7660013 100.678002 108.4620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-128":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-197","children":[{"nodeType":"path","d":"M0,0L527,0 527,36 0,36z","id":"path-197","fill":"none"}]},{"nodeType":"g","id":"shape-198","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-198","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-129":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 56.1199999 61.8906665 67.0799999 69.6133332 74.8079996 79.3946662 84.8453326 86.9039993 92.7279992 98.1786656 102.7653322 104.8239989 110.6479988 116.4186654 122.189332 127.9599986 133.410665 138.8613314 143.447998 145.5066647 151.3306646 156.781331 158.8399977 161.373331 163.0266643 168.4773307 174.2479973 180.0719972 185.8426638 191.2933302 195.0959966 200.546663 202.6053297 208.3119962 213.7626626 217.9973294 226.4826628 231.6719962 237.4426628 242.8933292 248.6639958 252.4666622 257.9173286 259.9759953 264.5626619 270.3333285 274.5679953 276.626662 279.1599953 284.6106617 289.1973283 291.255995 296.4453284 301.2986619 306.1519954 308.6853287 314.5093286 319.959995 325.7306616 329.533328 334.1199946 336.1786613 342.0026612 347.4533276 349.5119943 352.0453276 357.234661 359.2933277 364.4879941 367.0213274 372.4719938 374.5306605 379.383994 385.1546606 390.9253272 394.8933271 400.0826605 405.8533271 409.6559935 415.1066599 417.1653266","y":15.528,"children":["Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 16.2 22.5039999 28.2053329 34.9199997 42.4239989 45.6239989 47.6826656 52.2693322 58.0399988 62.2746656 64.3333323 66.8666656 72.055999 74.1146657 79.8213322 85.2719986 89.5066654 92.0399987 97.8106653 103.6346652 109.0853316 111.1439983 117.3306648 123.5173313 129.7039978 135.8906643 139.4373309 145.6239974 151.8106639 157.9973304 164.1839969 166.2906635 168.3493302 173.9226635 179.1119969 184.8826635 188.6853299 194.1359963 196.194663 202.5253295 208.2959961 214.119996 216.6533293 219.1866626 225.0106625 230.7813291 236.2319955 238.2906622 244.0719956 248.0399955 253.2293289 258.9999955 263.853329 269.3039954","y":28.328,"children":["(EPAC) sur la période 2014-2018. Santé Publique France"]}]}]},"commandset-130":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L256.000030517578,0 256.000030517578,301 0,301z","id":"path-199","fill":"#4F81BD","fill-opacity":0.58,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-131":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[2,2]},{"type":"rotate","args":[0]}],"patternUnits":"userSpaceOnUse","id":"pattern-200","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5]}],"id":"image-201","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1}]},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-201"},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-201"},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-201"},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-201"}]}]},{"nodeType":"g","id":"shape-202","children":[{"nodeType":"path","d":"M0,43.722404C-1.4E-05,19.575209 19.57514,2.2E-05 43.722336,-2E-06L43.722336,-2E-06L212.277573,3E-06C236.424774,-4E-05 255.999985,19.575104 256,43.722366 256,43.722374 256,43.722385 256,43.722393L256,43.722393L256.000031,43.722382 256.000031,88.375 0,88.375 0,43.722382z","id":"path-202","fill":"url(#pattern-200)","stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-132":{"nodeType":"g","children":[{"nodeType":"path","d":"M24,0L249.333312988281,0 249.333312988281,114.5 24,114.5z","id":"path-203","fill":"none"}],"className":"eventable"},"commandset-133":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-204","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-205","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-205","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-206","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-206","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-207","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-207","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-208","fill":"url(#gradient-fill-204)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-209","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-134":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-210","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-211","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-211","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-212","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-212","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-213","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-213","fill":"#FFFFFF","fill-opacity":0,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-214","fill":"#FFFFFF","fill-opacity":0},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-215","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-216","fill":"url(#gradient-fill-210)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-135":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-218","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":270.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-219","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-220","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-220","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-221","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-221","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-222","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-222","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-217","filter":"url(#filter-218)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":225.333},{"nodeType":"g","id":"pathwrap-217","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-223","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-224","fill":"url(#gradient-fill-219)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-225","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-136":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-227","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":270.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-228","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-229","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-229","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-230","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-230","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-231","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-231","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-226","filter":"url(#filter-227)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":225.333},{"nodeType":"g","id":"pathwrap-226","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-232","fill":"#FFFFFF","fill-opacity":0,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-233","fill":"#FFFFFF","fill-opacity":0},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-234","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-235","fill":"url(#gradient-fill-228)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-137":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 55.1520004 62.9360008 71.5920009 78.9600019","y":28.192,"children":["Faux"]}]}]},"commandset-138":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-236","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-237","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-237","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-238","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-238","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-239","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-239","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-240","fill":"url(#gradient-fill-236)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-241","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-242","children":[{"nodeType":"path","d":"M-8,21.6L-8,20.799999 -6,18.799999 -5.2,18.799999 -2.4,21.6 5.2,14 6,14 8,16 8,16.799999 -2,26.799999 -2.8,26.799999z","id":"path-242","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-139":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-243","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-244","children":[{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-245","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-245","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-246","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-246","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-247","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-247","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-248","fill":"url(#gradient-fill-243)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-249","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-250","fill":"url(#gradient-fill-244)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-140":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-251","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-252","children":[{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-253","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-253","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-254","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-254","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-255","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-255","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-256","fill":"url(#gradient-fill-251)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-257","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-258","fill":"url(#gradient-fill-252)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-259","children":[{"nodeType":"path","d":"M-8,21.6L-8,20.799999 -6,18.799999 -5.2,18.799999 -2.4,21.6 5.2,14 6,14 8,16 8,16.799999 -2,26.799999 -2.8,26.799999z","id":"path-259","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-141":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-260","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-261","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-261","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-262","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-262","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-263","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-263","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-264","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-264","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-265","fill":"url(#gradient-fill-260)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-266","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-142":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-267","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-268","children":[{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-269","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-269","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-270","children":[{"nodeType":"path","d":"M215.333313,1E-06C220.856171,-9E-06 225.333328,4.477136 225.333328,9.999996 225.333328,9.999998 225.333328,10.000001 225.333328,10.000003L225.333328,10.000003L225.333328,33.999996C225.333328,39.522842 220.856186,43.999996 215.333344,43.999996L215.333344,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-270","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-271","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-271","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-272","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-272","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-273","fill":"url(#gradient-fill-267)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-274","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-275","fill":"url(#gradient-fill-268)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-143":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 55.7280006 61.6800007 69.4640011 73.2640011","y":28.192,"children":["Vrai"]}]}]},"commandset-144":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-276","children":[{"nodeType":"path","d":"M0,0L313.333343505859,0 313.333343505859,44 0,44z","id":"path-276","fill":"none"}]},{"nodeType":"g","id":"shape-277","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-277","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-145":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.079998 72.2259979 75.8619981 79.4979983 86.607998 90.2799982 97.7139977 104.8239974 108.4959976 115.9839975 123.1299974 126.8019976 134.1639971","y":33.39,"children":["Dans la salle de bain"]}]}]},"commandset-146":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-278","children":[{"nodeType":"path","d":"M0,0L864,0 864,51 0,51z","id":"path-278","fill":"none"}]},{"nodeType":"g","id":"shape-279","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-279","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-147":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 191.3120108 197.8400116 215.1200123 232.5600128 247.1840133 263.0880145 280.4000148 293.7760162","y":41.176,"children":["JE PREVIENS LA NOYADE"]}],"style":{"fontWeight":"bold"}}]},"commandset-148":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-280","children":[{"nodeType":"path","d":"M0,0L253,0 253,105 0,105z","id":"path-280","fill":"none"}]},{"nodeType":"g","id":"shape-281","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-281","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-149":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.7173328 35.2293329 43.9546661 48.3066659 56.7333322 65.4586654 71.1759987 79.6453323 88.3706655 94.3439989 98.6959987 107.5919986 116.0186649 124.8079982 130.7813316 135.1333314 142.8773318 151.3039981 155.6559979 160.0079977 168.7333309 177.245331 185.3733313 193.7999976 200.1359976 204.4879974 212.957331 217.2666643 225.7786644 232.1146644 239.8586648 244.2106646","y":30.451,"children":["Mon enant peut se noyer alors "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.8319998 30.6213331 34.333333 38.6853328 42.9946661 47.3466659 56.0719991 59.783999 67.9119993 72.2639991 80.7333327 85.0853325 93.9173323 102.7066656 111.1333319 115.4853317 123.314665 133.4906646 137.8426644 146.1413314 154.5679977 163.2933309 169.2666643 173.6186641 187.3573297 195.783996 201.7573294 208.0506625 216.4773288 224.2213292 228.573329","y":62.067,"children":["qu’il n’y a que 15 centimètres "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.810667 25.5226669 33.9493332 42.4186668 51.2080001 55.5599999 64.3706669 72.8400005 81.5653337 89.3093341 93.6613339 97.9706672 106.4400008 110.7920006 119.6666668 128.1360004 132.4880002 141.6826671 150.4080003 158.9200004 163.2720002 169.5653333 177.9919996 182.3439994 186.2053328","y":93.683,"children":["d’eau dans la baignoire ."]}]}]},"commandset-150":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-282","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-282","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-283","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-283","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-151":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-284","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-284","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-285","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-285","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-152":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-286","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-286","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-287","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-287","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-153":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-288","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-288","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-289","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-289","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-154":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-290","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-290","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-291","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-291","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-155":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"28.5413284 39.9373293 49.84933 57.6333304 62.4399973 72.7626644 82.6746651 90.4586655","y":20.724,"children":["Vérier"]}],"style":{"fontWeight":"bold"}}]},"commandset-156":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-292","children":[{"nodeType":"path","d":"M0,0L566.666687011719,0 566.666687011719,39 0,39z","id":"path-292","fill":"none"}]},{"nodeType":"g","id":"shape-293","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-293","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-157":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"16px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 12.4640002 18.8320007 22.0960011 29.8240008 36.1920013 44.7840013 52.1920013 55.4560017 65.7440018 68.528002 76.1600029 86.448003 92.8160035 98.928004 102.4800045 110.8800051 119.0720055 125.440006 133.6320064 136.8960068 140.1120069","y":22.088,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-158":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-295","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-294","filter":"url(#filter-295)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-294","children":[{"nodeType":"g","id":"shape-296","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-296","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-297","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-297","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-159":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-299","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-298","filter":"url(#filter-299)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-298","children":[{"nodeType":"g","id":"shape-300","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-300","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-301","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-301","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-160":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-303","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-302","filter":"url(#filter-303)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-302","children":[{"nodeType":"g","id":"shape-304","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-304","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-305","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-305","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-161":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-307","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-306","filter":"url(#filter-307)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-306","children":[{"nodeType":"g","id":"shape-308","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-308","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-309","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-309","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-162":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-311","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-310","filter":"url(#filter-311)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-310","children":[{"nodeType":"g","id":"shape-312","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-312","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-313","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-313","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-163":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.5312462 39.0117168 49.3932275 59.7747382 64.9609364 69.1080721 79.4895828 89.8710935 100.2526042 106.4687507","y":22.777,"children":["Continuer"]}]}]},"commandset-164":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-314","children":[{"nodeType":"path","d":"M0,0L578,0 578,191.749969482422 0,191.749969482422z","id":"path-314","fill":"none"}]},{"nodeType":"g","id":"shape-315","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-315","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-165":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5uytQKCa9vR","d":"M8,116.400009155273L126.542678833008,116.400009155273 126.542678833008,117.400009155273 8,117.400009155273z","id":"path-316","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 19.2000008 22.8026677 31.6693345 46.8920031 50.49467 61.0600043 64.3266712 74.2386719 83.693339 94.1653401 97.768007 106.1680076 116.6400087 123.024009 133.3466761 141.7466767 151.6586774 162.1306785 169.1586793 172.7613462 182.2160133 185.8186802 196.2906813 206.7626824 216.6746831 220.27735 230.7493511 241.053352 250.5173527 259.9720198 270.5373541 280.4493548 284.0520217 290.4453556","y":24.824,"children":["5 cm d’eau susent à une noyade !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.9213343 27.3760014 30.9786683 41.4506694 51.7546703 61.218671 70.6733381 81.2386724 91.1506731 94.75334 104.6653407 113.0653413 120.0933421 123.696009 128.5026759 137.957343 141.5600099 151.9200105 159.7040109 169.6160116 184.8386802 189.6453471 199.5573478 207.3413482 217.2533489 220.8560158 229.7226826 239.1773497 249.6493508 258.0493514 267.9613521 271.564019 282.1293533 292.041354 295.6440209 310.8666895 321.3386906 329.122691 336.1506918 345.6053589 350.4120258 355.2186927 362.2466935 372.1586942 375.7613611 386.3266954 396.2386961 404.6386967 408.2413636 418.1533643 428.6253654 435.0093657 444.4640328 454.9360339 461.9640347 470.3640353 473.9667022 483.8787029 494.350704 501.3787048 509.1627052 519.0747059 522.6773728 533.8773736 537.4800405 547.3920412 554.420042 558.0227089 569.2227097 572.8253766","y":47.224,"children":["La noyade est la première cause de mortalité des enants entre 1 et 4 "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.4546671 27.9266682 36.3266688 39.9293357 46.3226696 49.9253365","y":69.624,"children":["ans ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","data-ref-id":"5uytQKCa9vR","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.8266678 22.4293347 32.6213351 42.7200022 52.8186693 60.8453369 64.4480038 71.8586703 81.397338 91.9626723 100.9413396 108.9773399 118.5160076 126.5426752 130.9760086 134.5786755","y":114.424,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 14.5351572","y":136.824,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.5351562 29.0098238 38.5484915 42.1511584 50.177826 60.2764931 67.6871596 76.6098271 86.1484948 90.5818282 95.0151616 99.448495 108.9871627 112.5898296 127.4391643 137.5378314 147.6364985 151.2391654 160.7778331 170.8765002 176.887167 185.9685011 196.0671682 202.7218351 206.324502 216.5165024 225.5978365 235.6965036 243.7231712 247.3258381 251.7591715 254.6525049 264.1911726 273.2725067 283.3711738 286.9738407 297.1658411 306.7045088 310.3071757 316.3178425 325.3991766 333.8925104 343.9911775 354.0898446 357.6925115 367.6791791 377.2178468 384.6285133 399.477848 408.5591821 418.6578492 428.1965169 438.295184 444.9498509 454.4885186 458.0911855 467.6298532 474.2845201 477.887187 484.8311872 493.9125213 503.8991889 513.8858565 521.296523 531.3951901 539.8885239 549.987191 559.5258587 569.0645264","y":136.824,"children":["Je surveille mon enant dans l’eau de açon permanente et rapprochée"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 14.5351572","y":181.624,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.5351562 32.5658236 42.6644907 51.1578245 61.2564916 71.3551587 74.9578256 85.149826 89.5831594 97.609827 107.5964946 117.6951617 125.7218293 130.1551627 136.8098296 141.243163 147.2538298 150.8564967 161.0484971 170.5871648 174.1898317 182.2164993 191.755167 200.2485008 210.3471679 217.7578344 222.1911678 228.8458347 238.3845024 241.9871693 252.0858364 261.6245041 265.227171 272.6378375 282.1765052 297.0258399 307.0125075 311.4458409 320.527175 329.0205088 338.5591765 342.1618434 357.0111781 366.0925122 369.6951791 378.7858468 383.2191802 392.6365138 397.0698472 401.5031806 410.5845147 420.6831818 429.1765156 438.7151833","y":181.624,"children":["Aucun dispositi de sécurité ne remplace ma vigilance"]}]}]},"commandset-166":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-317","children":[{"nodeType":"path","d":"M0,0L513,0 513,36 0,36z","id":"path-317","fill":"none"}]},{"nodeType":"g","id":"shape-318","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-318","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-167":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 52.4346664 58.7653329 64.3386662 72.8453324 78.4186657 80.4773324 86.1839989 91.9546655 97.7253321 101.9599989 104.0186656 109.5919989 114.7813323 120.5519989 124.3546653 129.8053317 131.8639984 138.1946649 143.9653315 149.7893314 152.3226647 154.855998 160.6799979 166.4506645 171.9013309 173.9599976 179.741331 183.7093309 188.8986643 194.6693309 199.5226644 204.9733308 208.7759972 210.8346639 216.4079972 222.1786638 226.4133306 231.5119973 236.9626637 239.495997 242.0293303 244.5626636 249.751997 255.5226636 260.3759971 265.8266635 267.8853302 273.3359966 279.0426631 281.5759964 287.3999963 292.8506627 301.3359961 303.8693294 309.639996 312.1733293 317.9439959 323.3253293 325.8586626 331.6826625 337.4533291 342.9039955 344.9626622 350.7866621 356.2373285 360.8239951 362.8826618 368.6533284 374.3279948 379.5226612 384.7119946 390.5359945 395.9866609 400.5733275 402.6319942 406.1786608 408.2373275 414.9679937 420.4186601 425.0053267 430.7759933 433.3093266 437.111993 442.3013264 446.1039928 450.6906594 452.7493261 458.573326 464.0239924 466.0826591","y":15.528,"children":["Source: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.5333333 17.1866666 22.637333 28.4079996 34.2319995 40.0026661 45.4533325 49.2559989 54.7066653 56.765332 64.8293321 72.909332 78.5573318 85.4319985 93.5386651 99.842665 105.4159983 107.474665 113.6613315 119.847998 126.0346645 132.221331","y":28.328,"children":["l’enquête NOYADES 2021"]}]}]},"commandset-168":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-319","children":[{"nodeType":"path","d":"M0,0L109,0 109,30 0,30z","id":"path-319","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-320","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-320","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-169":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#1F497D","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.776 28.7520008 31.8400009 39.0400007 46.944001 54.9120019 63.8880027 68.0080031 74.680003 77.7680031 87.3680035","y":20.792,"children":["En savoir +"]}],"style":{"fontWeight":"bold"}}]},"commandset-170":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-321","children":[{"nodeType":"path","d":"M0,0L565,0 565,186 0,186z","id":"path-321","fill":"none"}]},{"nodeType":"g","id":"shape-322","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-322","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-171":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5ppa3MbdGla","d":"M8,91.4000091552734L126.542678833008,91.4000091552734 126.542678833008,92.4000091552734 8,92.4000091552734z","id":"path-323","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.9213343 27.3760014 30.9786683 41.4506694 51.7546703 61.218671 70.6733381 81.2386724 91.1506731 94.75334 104.6653407 113.0653413 120.0933421 123.696009 128.5026759 137.957343 141.5600099 151.9200105 159.7040109 169.6160116 184.8386802 189.6453471 199.5573478 207.3413482 217.2533489 220.8560158 229.7226826 239.1773497 249.6493508 258.0493514 267.9613521 271.564019 282.1293533 292.041354 295.6440209 310.8666895 321.3386906 329.122691 336.1506918 345.6053589 350.4120258 355.2186927 362.2466935 372.1586942 375.7613611 386.3266954 396.2386961 404.6386967 408.2413636 418.1533643 428.6253654 435.0093657 444.4640328 454.9360339 461.9640347 470.3640353 473.9667022 483.8787029 494.350704 501.3787048 509.1627052 519.0747059 522.6773728 533.8773736 537.4800405 547.3920412 554.420042 558.0227089","y":21.824,"children":["La noyade est la première cause de mortalité des enants entre 1 et "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 19.2000008 22.8026677 32.2573348 42.7293359 51.1293365 54.7320034 61.1253373 64.7280042","y":44.224,"children":["4 ans ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","data-ref-id":"5ppa3MbdGla","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.8266678 22.4293347 32.6213351 42.7200022 52.8186693 60.8453369 64.4480038 71.8586703 81.397338 91.9626723 100.9413396 108.9773399 118.5160076 126.5426752 130.9760086 134.5786755","y":89.024,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 14.5351572","y":111.424,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.5351562 29.0098238 38.5484915 42.1511584 50.177826 60.2764931 67.6871596 76.6098271 86.1484948 90.5818282 95.0151616 99.448495 108.9871627 112.5898296 127.4391643 137.5378314 147.6364985 151.2391654 160.7778331 170.8765002 176.887167 185.9685011 196.0671682 202.7218351 206.324502 216.5165024 225.5978365 235.6965036 243.7231712 247.3258381 251.7591715 254.6525049 264.1911726 273.2725067 283.3711738 286.9738407 297.1658411 306.7045088 310.3071757 316.3178425 325.3991766 333.8925104 343.9911775 354.0898446 357.6925115 367.6791791 377.2178468 384.6285133 399.477848 408.5591821 418.6578492 428.1965169 438.295184 444.9498509 454.4885186 458.0911855 467.6298532 474.2845201 477.887187","y":111.424,"children":["Je surveille mon enant dans l’eau de açon permanente et "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 26.9440002 36.0253343 46.0120019 55.9986695 63.409336 73.5080031 82.0013369 92.100004 101.6386717 111.1773394 114.7800063","y":133.824,"children":["rapprochée "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 14.5351572","y":178.624,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.5351562 32.5658236 42.6644907 51.1578245 61.2564916 71.3551587 74.9578256 85.149826 89.5831594 97.609827 107.5964946 117.6951617 125.7218293 130.1551627 136.8098296 141.243163 147.2538298 150.8564967 161.0484971 170.5871648 174.1898317 182.2164993 191.755167 200.2485008 210.3471679 217.7578344 222.1911678 228.8458347 238.3845024 241.9871693 252.0858364 261.6245041 265.227171 272.6378375 282.1765052 297.0258399 307.0125075 311.4458409 320.527175 329.0205088 338.5591765 342.1618434 357.0111781 366.0925122 369.6951791 378.7858468 383.2191802 392.6365138 397.0698472 401.5031806 410.5845147 420.6831818 429.1765156 438.7151833","y":178.624,"children":["Aucun dispositi de sécurité ne remplace ma vigilance"]}]}]},"commandset-172":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-325","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-324","filter":"url(#filter-325)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":115},{"nodeType":"g","id":"pathwrap-324","children":[{"nodeType":"g","id":"shape-326","children":[{"nodeType":"path","d":"M0,0L114.666687,0 114.666687,32 0,32z","id":"path-326","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-327","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-327","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-173":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-329","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-328","filter":"url(#filter-329)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-328","children":[{"nodeType":"g","id":"shape-330","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-330","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-331","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-331","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-174":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-333","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-332","filter":"url(#filter-333)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-332","children":[{"nodeType":"g","id":"shape-334","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-334","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-335","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-335","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-175":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-337","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-336","filter":"url(#filter-337)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-336","children":[{"nodeType":"g","id":"shape-338","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-338","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-339","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-339","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-176":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-341","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-340","filter":"url(#filter-341)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-340","children":[{"nodeType":"g","id":"shape-342","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-342","fill":"#90A9D4","fill-opacity":1}]},{"nodeType":"g","id":"shape-343","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-343","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-177":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-345","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-344","filter":"url(#filter-345)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-344","children":[{"nodeType":"g","id":"shape-346","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-346","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-347","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-347","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-178":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.7179985 29.8499994 39.9486665 50.0473336 56.7020005 61.1353339 71.234001 81.3326681 90.8713358 98.2820023","y":23.224,"children":["Continuer"]}]}]},"commandset-179":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.2179985 38.3499994 48.4486665 58.5473336 65.2020005 69.6353339 79.734001 89.8326681 99.3713358 106.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-180":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-348","children":[{"nodeType":"path","d":"M0,0L473,0 473,36 0,36z","id":"path-348","fill":"none"}]},{"nodeType":"g","id":"shape-349","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-349","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-181":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 52.4346664 58.7653329 64.3386662 72.8453324 78.4186657 80.4773324 86.1839989 91.9546655 97.7253321 101.9599989 104.0186656 109.5919989 114.7813323 120.5519989 124.3546653 129.8053317 131.8639984 138.1946649 143.9653315 149.7893314 152.3226647 154.855998 160.6799979 166.4506645 171.9013309 173.9599976 179.741331 183.7093309 188.8986643 194.6693309 199.5226644 204.9733308 208.7759972 210.8346639 216.4079972 222.1786638 226.4133306 231.5119973 236.9626637 239.495997 242.0293303 244.5626636 249.751997 255.5226636 260.3759971 265.8266635 267.8853302 273.3359966 279.0426631 281.5759964 287.3999963 292.8506627 301.3359961 303.8693294 309.639996 312.1733293 317.9439959 323.3253293 325.8586626 331.6826625 337.4533291 342.9039955 344.9626622 350.7866621 356.2373285 360.8239951 362.8826618 368.6533284 374.3279948 379.5226612 384.7119946 390.5359945 395.9866609 400.5733275 402.6319942 406.1786608 408.2373275 414.9679937 420.4186601 425.0053267 430.7759933 433.3093266 437.111993 442.3013264 446.1039928 450.6906594 452.7493261","y":15.528,"children":["Source: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.8239999 24.2746663 26.333333 28.8666663 30.5199996 35.970666 41.7413326 47.5653325 53.3359991 58.7866655 62.5893319 68.0399983 70.098665 78.1626651 86.242665 91.8906648 98.7653315 106.8719981 113.175998 118.7493313 120.807998 126.9946645 133.181331 139.3679975 145.554664","y":28.328,"children":["de l’enquête NOYADES 2021"]}]}]},"commandset-182":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-350","children":[{"nodeType":"path","d":"M0,0L480,0 480,34 0,34z","id":"path-350","fill":"none"}]},{"nodeType":"g","id":"shape-351","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-351","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-183":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.4640002 20.2480004 27.8800013 31.4320018 34.6960022 40.3600022 47.9920031 51.5440036 58.1680041 61.4320045 67.544005 73.9120055 77.1760059 85.2080064 93.608007 101.9280076 105.192008 113.1760082 121.9600086 130.3600092 133.9120097 141.3200097 144.5840101 147.8000102 151.0640106","y":24.088,"children":["J’AI FAIT LE BON CHOIX ! "]}]}]},"commandset-184":{"nodeType":"g","children":[]},"commandset-185":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-352","children":[{"nodeType":"path","d":"M0,0L230.005798,0 230.005798,83.736816 0,83.736816z","id":"path-352","fill":"none"}]},{"nodeType":"g","id":"shape-353","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-353","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-186":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-354","children":[{"nodeType":"path","d":"M0,0L230.005798,0 230.005798,83.736816 0,83.736816z","id":"path-354","fill":"#4F81BD","fill-opacity":1}]},{"nodeType":"g","id":"shape-355","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-355","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-187":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-356","children":[{"nodeType":"path","d":"M0,0L230.005798,0 230.005798,83.736816 0,83.736816z","id":"path-356","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-357","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-357","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-188":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-358","children":[{"nodeType":"path","d":"M0,0L230.005798,0 230.005798,83.736816 0,83.736816z","id":"path-358","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-359","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-359","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-189":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.4160004 24.9120007 30.9360009 39.9120017 48.8880025 55.5600024 58.6480025 66.7520026 75.7280034 78.8160035 86.4160034 95.3920042 104.368005 108.4880054 116.1760061 119.2640062","y":38.592,"children":["Retour au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.0560007 23.552001 26.6400011 30.7600015 38.8640016 41.9520017 50.8320018 54.9520022 63.4480025 71.0480024 79.5440027","y":57.792,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-190":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,19.906548L39.713825,0.165393C39.49218,0.047837 39.249542,-4.4E-05 39.010777,0.004315 38.998421,0.003429 38.986069,0.004315 38.972744,0.003429 38.960388,0.004315 38.94796,0.003429 38.934639,0.004315 38.695873,-4.4E-05 38.453312,0.047837 38.231667,0.165393L38.231667,0.165393L0.865657,19.907433C0.220663,20.248659 -1.6E-05,21.003445 0.371901,21.593746L0.371901,21.593746L4.417066,28.004654C4.788983,28.594887 5.613869,28.796831 6.258862,28.456421L6.258862,28.456421L38.973637,11.17203 71.688484,28.45649C72.333557,28.796831 73.158295,28.594002 73.530281,28.003769L73.530281,28.003769L77.575447,21.592861C77.947365,21.003445 77.725716,20.248659 77.081696,19.906548z","fill-rule":"nonzero","id":"path-360","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-191":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-1.3E-05L-2.4E-05,14.247001 -2.4E-05,33.108002 -2.4E-05,39.689598 -2.4E-05,40.511406C-2.4E-05,41.874748 1.207277,42.979477 2.69614,42.979477L2.69614,42.979477L3.596051,42.979477 8.090252,42.979477 20.226595,42.979477 20.226595,19.536633C20.226595,18.854927 20.830654,18.302155 21.57464,18.302155L21.57464,18.302155L32.362938,18.302155C33.107815,18.302155 33.710983,18.854927 33.710983,19.536633L33.710983,19.536633L33.710983,42.980362 45.846359,42.980362 50.340485,42.980362 51.240471,42.980362C52.729336,42.980362 53.936562,41.875633 53.936562,40.512291L53.936562,40.512291L53.936562,39.690483 53.936562,33.108887 53.936562,14.248703 26.966892,-1.3E-05z","fill-rule":"nonzero","id":"path-361","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-192":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.508626L10.787307,1.233577C10.787307,0.551944 10.183171,-9E-06 9.438293,-9E-06L9.438293,-9E-06L1.348001,-9E-06C0.604015,-9E-06 -4.6E-05,0.552762 -4.6E-05,1.233577L-4.6E-05,1.233577L-4.6E-05,4.809899 10.787307,10.508626z","fill-rule":"nonzero","id":"path-362","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-193":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-363","children":[{"nodeType":"path","d":"M0,0L282.666687011719,0 282.666687011719,44 0,44z","id":"path-363","fill":"none"}]},{"nodeType":"g","id":"shape-364","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-364","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-194":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 65.0439978 72.1899977 75.8259979 83.0079981 90.3699976 93.6279975 97.2999977 100.9359979 108.0819978 111.753998 118.2879974 125.4339973 129.0699975 132.7059977 139.8159974 143.4879976 150.6339975 154.3059977 165.8979968 173.0439967 180.4059962 188.0559963 195.165996 200.5119957","y":33.39,"children":["Dans le salon, la salle à manger"]}]}]},"commandset-195":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 321.4560186 327.9840194 344.5920211 362.8000213 380.6240226 394.5120231 407.8880245","y":41.176,"children":["JE PREVIENS LE RISQUE DE CHUTE"]}],"style":{"fontWeight":"bold"}}]},"commandset-196":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-365","children":[{"nodeType":"path","d":"M0,0L206.005798,0 206.005798,90.736816 0,90.736816z","id":"path-365","fill":"none"}]},{"nodeType":"g","id":"shape-366","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-366","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-197":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-367","children":[{"nodeType":"path","d":"M0,0L206.005798,0 206.005798,90.736816 0,90.736816z","id":"path-367","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-368","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-368","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-198":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-369","children":[{"nodeType":"path","d":"M0,0L206.005798,0 206.005798,90.736816 0,90.736816z","id":"path-369","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-370","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-370","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-199":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-371","children":[{"nodeType":"path","d":"M0,0L206.005798,0 206.005798,90.736816 0,90.736816z","id":"path-371","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-372","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-372","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-200":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.4160004 24.9120007 30.9360009 39.9120017 48.8880025 55.5600024 58.6480025 66.7520026 75.7280034 78.8160035 86.4160034 95.3920042 104.368005 108.4880054 116.1760061 119.2640062","y":42.092,"children":["Retour au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.0560007 23.552001 26.6400011 30.7600015 38.8640016 41.9520017 50.8320018 54.9520022 63.4480025 71.0480024 79.5440027","y":61.292,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-201":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,21.570637L39.713825,0.179212C39.49218,0.051828 39.249542,-5.5E-05 39.010777,0.004668 38.998421,0.003709 38.986069,0.004668 38.972744,0.003709 38.960388,0.004668 38.94796,0.003709 38.934639,0.004668 38.695873,-5.5E-05 38.453312,0.051828 38.231667,0.179212L38.231667,0.179212L0.865657,21.571596C0.220663,21.941349 -1.6E-05,22.75923 0.371901,23.398878L0.371901,23.398878L4.417066,30.345707C4.788983,30.985283 5.613869,31.204107 6.258862,30.835241L6.258862,30.835241L38.973637,12.105954 71.688484,30.835316C72.333557,31.204107 73.158295,30.984324 73.530281,30.344748L73.530281,30.344748L77.575447,23.397919C77.947365,22.75923 77.725716,21.941349 77.081696,21.570637z","fill-rule":"nonzero","id":"path-373","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-202":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,0L-2.4E-05,15.437996 -2.4E-05,35.875687 -2.4E-05,43.007473 -2.4E-05,43.89798C-2.4E-05,45.37529 1.207277,46.572372 2.69614,46.572372L2.69614,46.572372L3.596051,46.572372 8.090252,46.572372 20.226595,46.572372 20.226595,21.169817C20.226595,20.431124 20.830654,19.83214 21.57464,19.83214L21.57464,19.83214L32.362938,19.83214C33.107815,19.83214 33.710983,20.431124 33.710983,21.169817L33.710983,21.169817L33.710983,46.57333 45.846359,46.57333 50.340485,46.57333 51.240471,46.57333C52.729336,46.57333 53.936562,45.376247 53.936562,43.898937L53.936562,43.898937L53.936562,43.008434 53.936562,35.876648 53.936562,15.43984 26.966892,0z","fill-rule":"nonzero","id":"path-374","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-203":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,11.387082L10.787307,1.336675C10.787307,0.598061 10.183171,-3.4E-05 9.438293,-3.4E-05L9.438293,-3.4E-05L1.348001,-3.4E-05C0.604015,-3.4E-05 -4.6E-05,0.598946 -4.6E-05,1.336675L-4.6E-05,1.336675L-4.6E-05,5.211964 10.787307,11.387082z","fill-rule":"nonzero","id":"path-375","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-204":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"30.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.0813332 43.6413346 56.460002 62.716002 78.141336 85.5626703 98.3813377 114.2973381 127.1160055 133.3720055 149.2880059 164.5293408 176.8573409 197.1893416 210.008009 216.264009 236.5960097 251.8373446 259.2586789 273.9786782 280.2346782 294.4026794 309.6440143 324.3640136 330.6200136 345.3400129 360.5813478 377.1413492 391.8613485 398.1173485 414.4320152 421.8533495 436.5733488 453.4400156 470.5213488 483.3400162","y":39.585,"children":["UNE PIECE CALME MAIS PAS SANS RISQUE"]}],"style":{"fontWeight":"bold"}}]},"commandset-205":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-376","children":[{"nodeType":"path","d":"M0,0L186.66667175293,0 186.66667175293,44 0,44z","id":"path-376","fill":"none"}]},{"nodeType":"g","id":"shape-377","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-377","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-206":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 80.1099978 91.7019969 99.1899968 104.4999967 111.6099964","y":33.39,"children":["Dans la chambre"]}]}]},"commandset-207":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L131.27685546875,0 131.27685546875,60 0,60z","id":"path-378","fill":"#FFFFFF","fill-opacity":0}],"className":"eventable"},"commandset-208":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,38.5,32]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-379","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5517241358757019]}],"id":"image-380","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-380"}]}]},{"nodeType":"g","id":"shape-381","children":[{"nodeType":"path","d":"M66.333305,1E-06C72.224342,-1E-05 76.999985,4.775612 76.999992,10.666663 76.999992,10.666665 76.999992,10.666668 76.999992,10.66667L76.999992,10.66667L76.999992,53.333324C76.999992,59.224361 72.224365,63.999992 66.333328,63.999992L66.333328,63.999992L10.666671,63.999992C4.775634,63.999992 3E-06,59.224369 1E-06,53.333332L1E-06,53.333332L0,10.666673C-4E-06,4.775637 4.77562,5E-06 10.666656,-1E-06z","id":"path-381","fill":"url(#pattern-379)"}]}],"className":"eventable"},"commandset-209":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-382","children":[{"nodeType":"path","d":"M0,0L77,0 77,30 0,30z","id":"path-382","fill":"none"}]},{"nodeType":"g","id":"shape-383","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-383","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-210":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 16.7920003 21.0400004 25.5280008 27.0720008 31.1240008 35.6120012 38.6240013 40.6840015 42.2280015 45.8280014 48.8400015 52.1760015 56.4240016 60.0240015 63.6240014","y":12.896,"children":["Jeu anti stress"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 14.544 21.0680006 25.1200006 29.3160007 33.8040011 38.0520012 41.0640013 43.1240015 47.6520019 52.1400023 56.3880024","y":22.496,"children":[" magnétique"]}],"style":{"fontWeight":"bold"}}]},"commandset-211":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-384","children":[{"nodeType":"path","d":"M0,0L64,0 64,20 0,20z","id":"path-384","fill":"none"}]},{"nodeType":"g","id":"shape-385","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-385","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-212":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.8840003 21.9360003 26.3760004 30.8640008 33.8760009 38.124001 42.6120014 46.2120013 50.4600014","y":12.896,"children":["Vapoteuse"]}],"style":{"fontWeight":"bold"}}]},"commandset-213":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L43,0 43,72 0,72z","id":"path-387","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5058823823928833,0.5]}],"id":"image-386","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-214":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,38,32]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-388","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.15510204434394836,0.15496368706226349]}],"id":"image-389","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-389"}]}]},{"nodeType":"g","id":"shape-390","children":[{"nodeType":"path","d":"M65.333305,1E-06C71.224342,-1E-05 75.999985,4.775612 75.999992,10.666663 75.999992,10.666665 75.999992,10.666668 75.999992,10.66667L75.999992,10.66667L75.999992,53.333324C75.999992,59.224361 71.224365,63.999992 65.333328,63.999992L65.333328,63.999992L10.666671,63.999992C4.775634,63.999992 3E-06,59.224369 1E-06,53.333332L1E-06,53.333332L0,10.666673C-4E-06,4.775637 4.77562,5E-06 10.666656,-1E-06z","id":"path-390","fill":"url(#pattern-388)"}]}],"className":"eventable"},"commandset-215":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-391","children":[{"nodeType":"path","d":"M0,0L97,0 97,30.0000305175781 0,30.0000305175781z","id":"path-391","fill":"none"}]},{"nodeType":"g","id":"shape-392","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-392","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-216":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.2080002 23.6960006 25.7560008 27.816001 32.0640011 35.664001 37.208001 41.4560011 45.056001 48.6560009 52.904001 57.3920014 60.4040015 62.4640017 66.7120018 68.772002 70.8320022 75.0800023 78.6800022 80.4200023","y":12.896,"children":["Huiles essentielles,"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.2080002 23.6960006 25.7560008 27.816001 32.0640011 35.664001 37.208001 41.7360014 45.9840015 47.5280015 54.0520021 58.1040021 61.704002 65.3040019 69.3560019 73.552002 77.8000021 83.4640021","y":22.496,"children":["Huiles de massage…"]}],"style":{"fontWeight":"bold"}}]},"commandset-217":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,46.5,33.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-393","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50375938415527344]}],"id":"image-394","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-394"}]}]},{"nodeType":"g","id":"shape-395","children":[{"nodeType":"path","d":"M81.833305,1E-06C88.000488,-1E-05 92.999985,4.999469 92.999992,11.166663 92.999992,11.166665 92.999992,11.166668 92.999992,11.16667L92.999992,11.16667L92.999992,55.833324C92.999992,62.000504 88.000504,66.999992 81.833328,66.999992L81.833328,66.999992L11.166671,66.999992C4.999492,66.999992 3E-06,62.000511 0,55.833332L0,55.833332L0,11.166674C-4E-06,4.999496 4.999477,6E-06 11.166656,0z","id":"path-395","fill":"url(#pattern-393)"}]}],"className":"eventable"},"commandset-218":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-396","children":[{"nodeType":"path","d":"M0,0L44,0 44,20 0,20z","id":"path-396","fill":"none"}]},{"nodeType":"g","id":"shape-397","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-397","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-219":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.2520003 19.3120005 23.3680007 26.7040007 30.9520008","y":12.896,"children":["Livre"]}],"style":{"fontWeight":"bold"}}]},"commandset-220":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"30.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.1693335 31.9880009 38.2440009 53.6693349 69.9840016 82.802669 98.412003 105.8333373 118.6520047 135.2120061 149.9320054 156.1880054 171.6133394 183.9413395 201.0226727 215.742672 223.1640063 235.9826737 253.0640069 269.3786736 284.0986729 290.3546729 306.6693396 314.0906739 328.8106732 345.67734 362.7586732 375.5773406 390.2973399 396.4613399","y":39.585,"children":["JE PREVIENS PLUSIEURS RISQUES."]}],"style":{"fontWeight":"bold"}}]},"commandset-221":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L293.230224609375,0 293.230224609375,177 0,177z","id":"path-398","fill":"#4F81BD","fill-opacity":1}],"className":"eventable"},"commandset-222":{"nodeType":"g","children":[{"nodeType":"path","d":"M132.11474609375,88.5C132.11474609375,137.377200360025 102.539852794548,177 66.057373046875,177 29.5748932992022,177 0,137.377200360025 0,88.5 0,39.6227996399748 29.5748932992022,0 66.057373046875,0 102.539852794548,0 132.11474609375,39.6227996399748 132.11474609375,88.5z","id":"path-399","fill":"#4F81BD","fill-opacity":1}],"className":"eventable"},"commandset-223":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-400","children":[{"nodeType":"path","d":"M0,0L340,0 340,106 0,106z","id":"path-400","fill":"none"}]},{"nodeType":"g","id":"shape-401","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-401","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-224":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4560003 31.1120004 34.2000005 39.3520009 48.008001 56.6640011 63.9440013 69.6480018 73.4480018 82.1040019 90.760002 93.8480021 102.5840022 111.2400023 114.3280024 120.6800026 124.4800026 131.3600027 140.0960028 148.7520029 156.9280035 160.0160036 168.7520037 177.4080038 180.5680039 184.3680039 188.1680039 195.048004 198.1360041 204.4880043 212.6640049 221.2240053 227.5760055 235.7520061 242.6320062 250.8080068 259.4640069 265.1680074 273.344008 282.0000081 287.7040086 290.8640087 293.9520088 297.7200089 305.8960095","y":20.792,"children":["En onction du risque qu’ils représentent, je"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"305.8960266 308.9840267","y":20.792,"children":[" "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.2720003 27.3760004 36.3520012 44.7440014 53.2400017 56.3280018","y":39.992,"children":["range "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.3280029 60.1280029 68.3040035 75.1840036 78.2720037 86.9280038 95.6640039 99.432004 107.6080046 113.3120051 120.1920052 123.2800053 132.0160054 140.6720055 144.4720055 147.5600056 155.344006 163.9040064 172.4640068 180.2480072 186.2000073 193.9840077 197.7840077 204.6640078 211.5440079 219.7200085 228.3760086 234.0800091 237.8800091","y":39.992,"children":["les objets qui apparaissent:"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.6400003 21.7280004 28.9280002 37.904001 42.0240014 48.0480016 51.1360017","y":59.192,"children":["- soit "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"51.1360054 59.7920055 68.4480056 74.8000058 81.6800059 84.768006 93.5040061 101.6800067 104.7680068 113.3280072 121.9840073 128.3360075 134.040008 142.2160086 150.3920092 153.4800093 162.2160094 170.39201 173.4800101 186.2080107 194.8640108 203.5200109 206.608011 214.7840116 223.4400117 228.5920121 236.3760125 245.0320126 250.7360131 253.8240132 260.7040133 269.3600134 275.7120136","y":59.192,"children":["hors de portée de mon enant sur"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"275.7120361 278.8000362","y":59.192,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 16.8 19.28 27.4560006 33.1600011 40.9440015 49.016002 57.1920026 63.5440028 71.7200034 74.8800035 77.9680036","y":78.392,"children":["l’étagère, "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.6400003 21.7280004 28.9280002 37.904001 42.0240014 48.0480016 51.1360017","y":97.592,"children":["- soit "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"51.1360054 58.0160055 66.6720056 73.0240058 76.1120059 79.9120059 87.6960063 90.7840064 96.4880069 104.2720073 113.0080074 116.8080074 124.984008 128.0720081 136.8080082 144.9840088 148.0720089 156.728009 165.3840091 169.1840091 174.8880096 177.9760097 181.1360098","y":97.592,"children":["sur la table de nuit ."]}]}]},"commandset-225":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-402","children":[{"nodeType":"path","d":"M0,0L340,0 340,74 0,74z","id":"path-402","fill":"none"}]},{"nodeType":"g","id":"shape-403","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-403","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-226":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.6453333 32.1573334 45.895999 59.6346646 68.0613309 76.7866641 82.7599975 87.1119973 91.4213306 95.7733304 109.511996 113.8639958 119.8373292 128.2639955 134.5999955 138.9519953 143.2613286 151.6879949 156.0399947 162.3759947 166.7279945 174.4719949 183.3039947 192.093328 200.5199943 204.8719941 213.6826611 217.394661 225.8639946 234.1626616 242.4613286 246.8133284 255.6239954 264.0506617 272.7759949 278.7493283 283.1013281 291.5279944 299.3786614 307.8053277 316.1039947 320.4559945","y":30.451,"children":["Comment limiter le risque d’accident avec "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.810667 30.2373333 37.9813337 42.3333335 50.8453336 59.7199998 64.2639999 72.6906662 78.6639996 86.408 90.7599998 99.6559997 105.9493328 114.3759991 122.1199995 130.5466658 139.271999 145.2453324 152.9893328 157.3413326 166.1519996 174.6213332 183.3466664 191.0906668 195.4426666 199.7519999 208.2213335 212.5733333 220.8720003 229.6613336 238.1306672 251.8693328 260.743999 267.0373321 275.4639984 279.8159982 289.9279977","y":62.067,"children":["des objets présents dans la chambre ?"]}]}]},"commandset-227":{"nodeType":"g","children":[{"nodeType":"path","d":"M20,6.750015L13.249985,0 13.249985,3.375008 0,3.375008 0,10.125023 13.249985,10.125023 13.249985,13.500031z","id":"path-404","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-228":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,39,34.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-405","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.58208954334259033,0.65714287757873535]}],"id":"image-406","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-406"}]}]},{"nodeType":"g","id":"shape-407","children":[{"nodeType":"path","d":"M66.499977,0C72.85125,-1.1E-05 77.999985,5.148706 77.999992,11.499996 77.999992,11.499998 77.999992,11.500001 77.999992,11.500003L77.999992,11.500003L77.999992,57.499996C77.999992,63.851269 72.851273,68.999992 66.5,68.999992L66.5,68.999992L11.500004,68.999992C5.14873,69 3E-06,63.851276 0,57.500004L0,57.500004L0,11.500007C-4E-06,5.148733 5.148715,6E-06 11.499989,-1E-06z","id":"path-407","fill":"url(#pattern-405)"}]}],"className":"eventable"},"commandset-229":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-408","children":[{"nodeType":"path","d":"M0,0L92,0 92,20 0,20z","id":"path-408","fill":"none"}]},{"nodeType":"g","id":"shape-409","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-409","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-230":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.9080005 19.9680007 22.0280009 26.276001 29.8760009 31.4200009 35.9480013 40.4360017 44.9240021 47.9360022 52.4240026 56.912003 60.5120029","y":12.896,"children":["Piles boutons"]}],"style":{"fontWeight":"bold"}}]},"commandset-231":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-410","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-410","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-411","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-411","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-232":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-412","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-412","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-413","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-413","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-233":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-414","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-414","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-415","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-415","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-234":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-416","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-416","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-417","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-417","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-235":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-418","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-418","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-419","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-419","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-236":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"23.137331 34.5333319 43.987999 48.7946659 53.6013328 64.1666671 74.0786678 81.8626682","y":20.724,"children":["Valider"]}],"style":{"fontWeight":"bold"}}]},"commandset-237":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L51,0 51,51 0,51z","id":"path-421","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.4636363685131073,0.4636363685131073]}],"id":"image-420","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-238":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-422","children":[{"nodeType":"path","d":"M0,0L122,0 122,39 0,39z","id":"path-422","fill":"none"}]},{"nodeType":"g","id":"shape-423","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-423","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-239":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"36.1339989 43.565999 47.8139991 52.3419995 54.4019997 58.2019997 62.2539997 68.7780003 73.0260004 77.5140008 80.5260009 84.1260008 85.8660009","y":12.896,"children":["Médicaments,"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"12.7780037 18.5660038 23.0540042 29.5780048 34.0180049 36.0780051 40.3260052 46.8500058 51.0980059 55.5860063 58.5980064 62.1980063 63.7420063 67.7940063 69.8540065 71.9140067 78.4380073 82.6860074 87.1740078 90.1860079 94.2380079 96.2980081 99.6340081 103.8820082 107.4820081 109.2220082","y":22.496,"children":["Compléments alimentaires,"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.2220001 110.7660002","y":22.496,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"8px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.3360023 30.2440028 33.5800028 38.0680032 42.5960036 47.084004 49.1440042 52.1560043 55.7560042 57.3000042 60.9000041 63.9120042 68.4000046 72.8400047 77.0880048 81.5120051 85.5640051 90.0520055 93.0640056 96.6640055","y":32.096,"children":["Produits stupéants"]}],"style":{"fontWeight":"bold"}}]},"commandset-240":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-424","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-241":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L201,0 201,122 0,122z","id":"path-425","fill":"#FFFFFF","fill-opacity":0}],"className":"eventable"},"commandset-242":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#1F497D","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.4609375 28.265625 38.0859375 45.71875 49.875 59.6953125 63.234375 72.1328125 80.1484375 89.125 96.609375 100.765625 110.5703125 119.46875 127.1015625 131.2578125 138.890625 147.8671875 151.9140625 160.890625 168.5078125 174.15625 178.203125 187.8671875 197.6875 207.5078125 216.484375 220.640625 224.6875 233.5859375 237.7421875 247.546875 257.2109375 267.03125 276.8515625 285.828125 289.984375 296.515625 305.4921875 315.296875 324.9609375 334.78125 342.4140625 351.390625 355.6484375","y":20.102,"children":["Opus n\'avez pas sélectionné la bonne réponse."]}]}]},"commandset-243":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.9023438 36.0976562 46.0039062 56.5195312 63.4648437 68.3476562 78.8632812 89.3789062 98.8320312 106.0976562","y":22.207,"children":["Continuer"]}]}]},"commandset-244":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-427","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":139.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-426","filter":"url(#filter-427)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":117},{"nodeType":"g","id":"pathwrap-426","children":[{"nodeType":"g","id":"shape-428","children":[{"nodeType":"path","d":"M0,0L115,0 115,32 0,32z","id":"path-428","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-429","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-429","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-245":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-431","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-430","filter":"url(#filter-431)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-430","children":[{"nodeType":"g","id":"shape-432","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-432","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-433","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-433","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-246":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-434","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-434","fill":"#B3A2C7","fill-opacity":1}]},{"nodeType":"g","id":"shape-435","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-435","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-247":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-436","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-436","fill":"#B3A2C7","fill-opacity":1}]},{"nodeType":"g","id":"shape-437","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-437","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-248":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-439","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-438","filter":"url(#filter-439)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-438","children":[{"nodeType":"g","id":"shape-440","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-440","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-441","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-441","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-249":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#A6A6A6","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.2179985 38.3499994 48.4486665 58.5473336 65.2020005 69.6353339 79.734001 89.8326681 99.3713358 106.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-250":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-442","children":[{"nodeType":"path","d":"M0,0L541,0 541,160 0,160z","id":"path-442","fill":"none"}]},{"nodeType":"g","id":"shape-443","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-443","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-251":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"68FrgpjavLE","d":"M10,78L111.608001708984,78 111.608001708984,79 10,79z","id":"path-444","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.2400007 26.736001 33.9360008 37.0240009 45.128001 52.7280009 60.3280008 64.4480012 73.5040019 82.0000022 90.976003 97.0000032 104.200003 107.2880031 116.3440038 124.8400041 127.9280042 132.0480046 140.1520047 143.2400048 151.3520053 155.4720057 163.968006 167.0560061 174.656006 183.6320068 192.6080076 198.8800079 206.984008 215.9600088 221.984009 230.4800093 233.5680094 242.4480095 250.5520096 257.2240095 260.3120096 268.8080099 274.28001 279.7520101 288.2480104 294.2720106 301.4720104 304.5600105 312.1600104 321.1360112 325.2560116 338.3040129 342.4240133 351.480014 360.4560148 368.9520151 376.1520149 379.240015 387.7360153 393.7600155 396.8480156 404.9520157 412.1520155 421.0320156 429.8080156 437.9200161 445.6080168 449.7280172 458.2240175","y":18.792,"children":["Les accidents de la vie courante par eets chimiques et asphyxie"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"458.2240295 461.3120296","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.4960003 27.4720011 33.4960013 39.7680016 47.8720017 51.9920021 60.9680029 69.4640032 78.440004 84.4640042 87.5520043 96.5280051 105.5040059 108.592006 115.2640059 119.3840063 126.5840061 135.6400068 144.6160076 153.1120079 156.200008 165.2560087 168.736009 177.7120098 186.6880106 193.8880104 202.7680105 206.8880109 212.9120111 221.0160112 225.1360116 229.256012 236.4560118 244.5600119 250.5840121 254.7040125 263.6800133 272.6560141 275.7440142 284.2400145 288.3600149 296.7120151 304.680016 313.1760163 316.2640164 321.7440169","y":37.992,"children":["entrainent un risque d’hospitalisation élevé !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"68FrgpjavLE","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":76.392,"children":["2 bons réèxes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":95.592,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 47.0815642 54.8655646 63.5215647 71.5935652 79.7695658 82.8575659 95.5855665 103.7615671 110.6415672 113.7295673 122.2895677 130.4655683 136.1695688 139.9695688 145.6735693 152.5535694 155.6415695 164.2975696 173.0335697 176.8015698 184.9775704 190.6815709 197.561571 200.6495711 208.8255717 214.5295722 217.6175723 226.1775727 232.5295729 241.185573 249.9215731 258.5775732 262.3775732 268.0815737 274.9615738 278.0495739 281.137574 289.7935741 298.4495742 304.8015744 311.6815745 314.7695746 323.5055747 331.6815753 334.7695754 338.5695754 346.3535758 349.4415759 357.2335767 365.8895768 374.0655774 377.1535775 385.3295781 391.0335786 394.1215787 402.8575788 411.0335794 414.1215795 417.9215795 425.7055799 428.79358 437.3535804 446.0095805 452.3615807 458.0655812 466.2415818 474.4175824 477.5055825 486.2415826 494.4175832 501.2975833 504.3855834","y":95.592,"children":["Je range mes petits objets et produits hors de la vue et de la portée des "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22 30.1760006 38.8320007 43.9840011 51.7680015 60.4240016 66.1280021 73.0080022","y":114.792,"children":["enants"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":153.192,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 49.2015646 56.985565 63.3375652 72.0735653 80.2495659 83.337566 87.137566 95.3135666 102.1935667 105.2815668 112.561567 121.2175671 129.8735672 135.5775677 143.7535683 152.4095684 160.1935688 168.8495689 174.5535694 181.4335695 184.5215696 193.2575697 195.7375697 204.3935698 210.74557 214.54557 222.6175705 226.4175705 235.0735706 243.2495712 246.3375713 254.5135719 260.2175724 263.3055725 268.4575729 276.6335735 282.9855737 295.7135743 303.8895749 310.769575","y":153.192,"children":["Je garde les contenants d’origine et ermés"]}]}]},"commandset-252":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L38,0 38,38 0,38z","id":"path-446","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-445","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-253":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L59,0 59,58 0,58z","id":"path-448","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.38815790414810181,0.38926175236701965]}],"id":"image-447","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-254":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.2080002 18.4560006 27.3600009 31.504001 35.3120011 41.9200014 50.8240017 54.9680018 62.6960024 66.5040025 73.6346697 81.0640034 84.8720035 94.242671 104.0426712 113.7493381 117.5573382 126.8720059 137.120007 146.9200072 151.0640073 159.7066741 163.5146742 167.2666745","y":25.269,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-255":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-449","children":[{"nodeType":"path","d":"M0,0L553,0 553,36 0,36z","id":"path-449","fill":"none"}]},{"nodeType":"g","id":"shape-450","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-450","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-256":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 54.8186665 60.0079999 65.7786665 69.5813329 75.0319993 77.090666 83.4213325 89.1919991 95.015999 97.5493323 100.0826656 105.9066655 111.6773321 117.1279985 119.1866652 124.9679986 128.9359985 134.1253319 139.8959985 144.749332 150.1999984 154.0026648 159.2826645 164.7333309 169.3199975 171.3786642 176.5679976 181.4213311 186.2746646 188.8079979 194.6319978 200.0826642 205.8533308 209.6559972 214.2426638 216.3013305 222.1253304 227.5759968 229.6346635 232.1679968 237.3573302 239.4159969 244.6106633 247.1439966 252.594663 254.6533297 259.5066632 265.2773298 271.0479964 275.0159963 280.2053297 285.9759963 289.7786627 295.2293291 297.2879958 302.1413293 307.9119959 313.3626623 318.1839957 320.2426624 322.7759957 328.2266621 332.8133287 334.8719954 343.3573288 349.1279954 351.6613287 357.4319953 362.0186619 364.0773286 369.9013285 375.3519949 377.4106616 383.5973281 389.7839946 391.8426613 397.0319947 402.8026613 407.3893279 409.4479946 414.898661 420.6693276 422.7279943 428.5093277 432.4773276 437.666661 443.4373276 448.2906611 453.7413275 455.7999942 457.8586609 466.3439943 471.7946607 475.5973271 479.8319939 485.6026605 491.309327 497.0799936 499.6133269 502.1466602 505.9493266 511.13866 513.6719933 519.4426599 524.8933263","y":15.528,"children":["Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.8746667 25.6453333 30.8346667 33.368 38.5626664 43.149333 48.5999994 50.6586661 56.482666 61.9333324 66.519999 68.5786657 74.4026656 80.1733322 85.9439988 91.7146654 97.1653318 102.6159982 107.2026648 109.2613315 115.0853314 120.5359978 122.5946645 125.1279978 126.7813311 132.2319975 138.0026641 143.826664 149.5973306 155.047997 158.8506634 164.3013298 166.3599965 172.066663 177.5173294 181.7519962 190.2373296 195.426663 201.1973296 206.647996 212.4186626 216.221329 221.6719954 223.7306621 228.3173287 234.0879953 238.3226621 240.3813288 242.9146621 248.3653285 252.9519951 255.0106618 260.1999952 265.0533287 269.9066622 272.4399955 278.2639954 283.7146618 289.4853284 293.2879948 297.8746614 299.9333281 305.757328 311.2079944 313.2666611 315.7999944 320.9893278 323.0479945 328.2426609 330.7759942 336.2266606 338.2853273 343.1386608 348.9093274 354.679994 358.6479939 363.8373273 369.6079939 373.4106603 378.8613267 380.9199934 384.1199934 390.4239933 396.1253263 402.8399931 410.3439923 413.5439923 415.602659 420.1893256 425.9599922 430.194659 432.2533257 434.786659 439.9759924 442.0346591 447.7413256 453.191992 457.4266588 459.9599921 465.7306587 471.5546586 477.005325 479.0639917 485.2506582 491.4373247 497.6239912 503.8106577 507.3573243 513.5439908 519.7306573 525.9173238 532.1039903 534.2106569","y":28.328,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-257":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-451","children":[{"nodeType":"path","d":"M0,0L201.111572265625,0 201.111572265625,44 0,44z","id":"path-451","fill":"none"}]},{"nodeType":"g","id":"shape-452","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-452","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-258":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"9.333px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.0153337 19.3426672 22.6700007 27.4393345 32.4886681 35.8160016 38.0326683 43.0820019 48.1313355 49.974669 51.7760024 53.9926691 58.5333362 60.3346696 64.5813365 69.6306701 74.6800037 78.6933375 83.7426711 91.1673385 98.5920059 103.132673 106.4600065 108.6766732 113.7260068 118.7753404 120.5766738 125.672674 130.4420078 134.4553416 136.256675 141.2500088 144.955342 150.0046756 155.1006758 160.1500094 162.3666761 165.6940096 169.7073434 171.5086768","y":14.212,"children":["Attention, la consommation des produits "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"9.333px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 12.2166667 14.4333334 16.6500001 18.8666668 23.1133337 25.3300004 28.6573339 33.4266677 37.4400015 39.2413349 43.9873352 45.4340019 50.2033357 54.2166695 57.544003 59.3453364 64.3386702 68.8793373 72.8926711 74.6940045 78.3993377 83.1686715 87.4153384 92.464672 99.8893394 107.3140068 111.8546739 116.9040075 122.0000077 126.7693415 131.5386753 133.3820088 135.1833422 139.196676 144.2460096 147.9513428 151.2786763 156.3280099 161.3773435 164.704677 166.5060104 171.2753442 176.3246778 178.1260112","y":25.412,"children":["illicites n’est pas recommandée, surtout en "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"9.333px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 14.9933338 18.698667 23.4680008 27.4813346 32.2506684 37.300002 41.5466689 46.3160027 48.1173361 53.2133363 54.660003 59.4293368 64.4786704 67.4840038 72.0246709 77.0740045 80.401338 84.4146718 86.2580053","y":36.612,"children":["présence d’enants."]}]}]},"commandset-259":{"nodeType":"g","children":[{"nodeType":"path","d":"M29.015015,24.53244L16.694168,4.451611 4.373303,24.53244 29.015015,24.53244z M33.114937,25.28406C33.38834,25.739134 33.38834,26.312738 33.114937,26.767813 32.84153,27.222887 32.316151,27.499964 31.748302,27.499964L31.748302,27.499964L1.640015,27.499964C1.072167,27.499964 0.546786,27.222887 0.273382,26.767813 -2.3E-05,26.312738 -2.3E-05,25.739134 0.273382,25.28406L0.273382,25.28406L15.327515,0.751954C15.60092,0.277073 16.126669,-4E-06 16.694168,-4E-06 17.261648,-4E-06 17.787397,0.277073 18.060802,0.751954L18.060802,0.751954L33.114937,25.28406z","fill-rule":"nonzero","id":"path-453","fill":"#C0504D","fill-opacity":1}],"className":"eventable"},"commandset-260":{"nodeType":"g","children":[{"nodeType":"path","d":"M3.153738,1.483762L3.153738,7.102423C3.153738,7.913491 2.43882,8.586174 1.576874,8.586174 0.714908,8.586174 -1E-05,7.913491 -1E-05,7.102423L-1E-05,7.102423L-1E-05,1.483762C-1E-05,0.652879 0.714908,-8E-06 1.576874,-8E-06 2.43882,-8E-06 3.153738,0.652879 3.153738,1.483762z","fill-rule":"nonzero","id":"path-454","fill":"#C0504D","fill-opacity":1}],"className":"eventable"},"commandset-261":{"nodeType":"g","children":[{"nodeType":"path","d":"M2.691165,0.435247C2.98563,0.692508 3.153738,1.088135 3.153738,1.483743 3.153738,1.859553 2.98563,2.25518 2.691165,2.532258 2.396701,2.809335 1.997307,2.967517 1.576874,2.967517 1.156421,2.967517 0.757027,2.809335 0.462563,2.532258 0.168098,2.25518 -1E-05,1.859553 -1E-05,1.483743 -1E-05,1.088135 0.168098,0.692508 0.462563,0.435247 0.757027,0.158169 1.156421,-1.2E-05 1.576874,-1.2E-05 1.997307,-1.2E-05 2.396701,0.158169 2.691165,0.435247z","fill-rule":"nonzero","id":"path-455","fill":"#C0504D","fill-opacity":1}],"className":"eventable"},"commandset-262":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 80.1099978 91.7019969 99.1899968 104.4999967 111.6099964","y":33.39,"children":["Dans la chambre"]}]}]},"commandset-263":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"30.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.1693335 31.9880009 38.2440009 53.6693349 69.9840016 82.802669 98.412003 105.8333373 118.6520047 135.2120061 149.9320054 156.1880054 168.5160055 181.3346729 187.5906729 203.9053396 211.3266739 226.0466732 242.91334 259.9946732 272.8133406 279.0693406 295.6600083 308.4786757 314.7346757 329.454675 346.5360082 358.9866756 371.437343 388.1506761 404.0666765 418.2040104 431.5133442 438.9346785 455.6480116 472.208013 478.464013 489.6266803 495.8826803 508.7013477 522.0106815 538.7240146 555.8053478 568.2560152 580.7066826 593.52535 613.8573507 626.6760181 643.2360195 656.5453533","y":39.585,"children":["JE PREVIENS LE RISQUE DE SUFFOCATION / ETOUFFEMENT"]}],"style":{"fontWeight":"bold"}}]},"commandset-264":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-459","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":240,"height":204}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-458","filter":"url(#filter-459)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":150},{"nodeType":"g","id":"pathwrap-458","children":[{"nodeType":"path","d":"M0,0L150,0 150,114 0,114z","id":"path-460","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50220263004302979]}],"id":"image-457","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-265":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-462","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":217.5,"height":181.5},{"nodeType":"filter","id":"filter-464","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":240,"height":204}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-461","filter":"url(#filter-462)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":150},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-461","filter":"url(#filter-464)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":150},{"nodeType":"g","id":"pathwrap-461","children":[{"nodeType":"path","d":"M0,0L150,0 150,114 0,114z","id":"path-465","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50220263004302979]}],"id":"image-463","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-266":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-469","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":241,"height":204}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-468","filter":"url(#filter-469)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":151},{"nodeType":"g","id":"pathwrap-468","children":[{"nodeType":"path","d":"M0,0L151,0 151,114 0,114z","id":"path-470","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.54028433561325073]}],"id":"image-467","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-267":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-472","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":218.5,"height":181.5},{"nodeType":"filter","id":"filter-474","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":241,"height":204}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-471","filter":"url(#filter-472)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":151},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-471","filter":"url(#filter-474)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":151},{"nodeType":"g","id":"pathwrap-471","children":[{"nodeType":"path","d":"M0,0L151,0 151,114 0,114z","id":"path-475","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.54028433561325073]}],"id":"image-473","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-268":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-479","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":239,"height":204}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-478","filter":"url(#filter-479)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":149},{"nodeType":"g","id":"pathwrap-478","children":[{"nodeType":"path","d":"M0,0L149,0 149,114 0,114z","id":"path-480","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.572864294052124]}],"id":"image-477","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-269":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-482","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":216.5,"height":181.5},{"nodeType":"filter","id":"filter-484","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":239,"height":204}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-481","filter":"url(#filter-482)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":149},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-481","filter":"url(#filter-484)","data-angle":0,"data-distance":0,"data-height":114,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":149},{"nodeType":"g","id":"pathwrap-481","children":[{"nodeType":"path","d":"M0,0L149,0 149,114 0,114z","id":"path-485","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.572864294052124]}],"id":"image-483","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-270":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-489","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":239,"height":196}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-488","filter":"url(#filter-489)","data-angle":0,"data-distance":0,"data-height":106,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":149},{"nodeType":"g","id":"pathwrap-488","children":[{"nodeType":"path","d":"M0,0L149,0 149,106 0,106z","id":"path-490","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.59550559520721436]}],"id":"image-487","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-271":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-492","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":216.5,"height":173.5},{"nodeType":"filter","id":"filter-494","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":239,"height":196}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-491","filter":"url(#filter-492)","data-angle":0,"data-distance":0,"data-height":106,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":149},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-491","filter":"url(#filter-494)","data-angle":0,"data-distance":0,"data-height":106,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":149},{"nodeType":"g","id":"pathwrap-491","children":[{"nodeType":"path","d":"M0,0L149,0 149,106 0,106z","id":"path-495","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.59550559520721436]}],"id":"image-493","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-272":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-499","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":237,"height":195}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-498","filter":"url(#filter-499)","data-angle":0,"data-distance":0,"data-height":105,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":147},{"nodeType":"g","id":"pathwrap-498","children":[{"nodeType":"path","d":"M0,0L147,0 147,105 0,105z","id":"path-500","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-497","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-273":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-502","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":214.5,"height":172.5},{"nodeType":"filter","id":"filter-504","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":237,"height":195}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-501","filter":"url(#filter-502)","data-angle":0,"data-distance":0,"data-height":105,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":147},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-501","filter":"url(#filter-504)","data-angle":0,"data-distance":0,"data-height":105,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":147},{"nodeType":"g","id":"pathwrap-501","children":[{"nodeType":"path","d":"M0,0L147,0 147,105 0,105z","id":"path-505","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-503","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-274":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-509","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":242,"height":196}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-508","filter":"url(#filter-509)","data-angle":0,"data-distance":0,"data-height":106,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":152},{"nodeType":"g","id":"pathwrap-508","children":[{"nodeType":"path","d":"M0,0L152,0 152,106 0,106z","id":"path-510","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.59607845544815063,0.69736844301223755]}],"id":"image-507","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-275":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-512","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":219.5,"height":173.5},{"nodeType":"filter","id":"filter-514","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":242,"height":196}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-511","filter":"url(#filter-512)","data-angle":0,"data-distance":0,"data-height":106,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":152},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-511","filter":"url(#filter-514)","data-angle":0,"data-distance":0,"data-height":106,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":152},{"nodeType":"g","id":"pathwrap-511","children":[{"nodeType":"path","d":"M0,0L152,0 152,106 0,106z","id":"path-515","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.59607845544815063,0.69736844301223755]}],"id":"image-513","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-276":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-516","children":[{"nodeType":"path","d":"M-1E-06,54.666687C-1.9E-05,24.475136 24.475048,2.7E-05 54.666599,-3E-06L54.666599,-3E-06L54.666565,4E-06C84.858124,-5.1E-05 109.33326,24.475002 109.333305,54.666637 109.333305,54.666649 109.333305,54.66666 109.333305,54.666672L109.333305,54.666672L109.333313,54.666656 109.333313,737.601929 0,737.601929 0,54.666656z","id":"path-516","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-517","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[90]}],"id":"text-517","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":90,"x":425,"y":313}],"className":"uneventable"}],"className":"eventable"},"commandset-277":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-310 -306.9119999 -303.8239998 -300.7359997 -297.6479996 -294.5599995 -291.4719994 -288.3839993 -285.2959992 -282.2079991 -279.119999 -276.0319989 -272.9439988 -269.8559987 -266.7679986","y":343.135,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-266.7680054 -256.5920057 -247.8026724 -243.4506726 -229.712007 -221.2000069 -207.4613413 -199.034675 -190.3093418 -184.3360084 -179.9840086 -171.1733416 -162.3840083 -158.0320085 -149.7333415 -141.2213414 -132.4320081 -124.1333411 -115.3440078 -106.9173415 -100.5813415 -96.7200081 -92.3680083 -83.5360085 -74.7466752 -66.3200089 -62.0106756 -54.2666752 -49.9146754 -41.4026753 -32.5280091 -27.984009 -19.5573427 -13.5840093 -5.8400089 -1.4880091 3.055991 11.4826573 15.8346571","y":343.135,"children":["Au moment du coucher, quels objets je "]}]},{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"15.8346252 22.554625 31.4079585 37.8079586 42.5866251 49.3066249 58.1599584 62.5119582","y":343.135,"children":["retire "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"62.5119629 71.3226299 80.1119632 84.463963 88.7732963 93.1252961 99.0986295 103.4506293 112.3466292 120.8586293 129.6479626 135.9839626 140.3359624 149.2319623 155.5252954 163.9519617 171.8026287 180.229295 188.9546282 193.306628 199.642628 203.9946278 208.3039611 216.7306274 224.4746278 228.8266276 235.1626276 239.5146274 247.2586278 256.0906276 264.8799609 273.3066272 281.0506276 285.4026274 294.2132944 297.9252943 306.3519606 312.325294 320.8372941 329.6266274 340.3786273 348.8052936 362.5439592 370.9706255 379.6959587 385.6692921 390.0212919","y":343.135,"children":["du lit pour prévenir les risques d’étouement "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-310 -305.6480002 -301.2960004 -296.9440006 -292.5920008 -288.240001 -283.8880012 -279.5360014 -275.1840016 -270.8320018 -266.480002 -257.9680019 -249.1786686 -244.8266688 -236.0160018 -227.5893355 -223.2373357 -215.4933353 -206.704002 -195.9520021 -187.440002 -179.141335 -170.7573352 -164.7840018 -160.432002 -151.9200019 -143.1946687 -138.8426689 -128.7306694 -124.3786696","y":374.751,"children":[" ou de suocation ? "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-310 -306.9119999 -303.8239998 -300.7359997 -297.6479996 -294.5599995 -291.4719994 -288.3839993 -285.2959992 -282.2079991 -279.119999 -276.0319989 -266.7519982 -261.431998 -254.1679971 -245.9919965 -242.9039964 -236.0239963 -227.8479957 -224.0479957 -215.8719951 -208.5919949 -202.8879944 -199.0879944 -190.4319943 -181.7759942 -173.1199941 -164.9439935 -161.8559934 -156.1519929 -147.4959928 -138.8399927 -133.1359922 -130.0479921 -122.7679919 -114.5919913 -111.5039912 -102.7679911 -94.111991 -85.9359904 -82.8479903 -79.0799902 -70.9039896 -67.8159895 -60.1679893 -51.9919887 -43.3359886 -35.9679876 -32.8799875 -26.5279873 -18.3519867 -12.6479862 -8.8479862 -2.495986 5.6800146 12.0320148","y":396.708,"children":[" 1-Je sélectionne tout ce que je veux retirer"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-310 -306.9119999 -303.8239998 -300.7359997 -297.6479996 -294.5599995 -291.4719994 -288.3839993 -285.2959992 -282.2079991 -279.119999 -276.0319989 -266.7519982 -261.431998 -258.3439979 -251.079997 -242.9039964 -239.8159963 -232.1679961 -223.9919955 -217.6399953 -213.8399953 -205.3119945 -197.1359939","y":415.908,"children":[" 2- Je vérie"]}]}]},"commandset-278":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-518","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-518","fill":"#BFBFBF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-519","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-519","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-279":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-520","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,27 0,27z","id":"path-520","fill":"#DFDFDF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-521","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-521","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-280":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"15.697px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"30.1720963 40.3734388 49.6473865 56.7752962 61.5655584 72.4260416 81.6999893 88.827899","y":19.589,"children":["Vérier"]}]}]},"commandset-281":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-522","children":[{"nodeType":"path","d":"M0,0L549,0 549,36 0,36z","id":"path-522","fill":"none"}]},{"nodeType":"g","id":"shape-523","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-523","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-282":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-524","children":[{"nodeType":"path","d":"M0,0L172,0 172,38 0,38z","id":"path-524","fill":"none"}]},{"nodeType":"g","id":"shape-525","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-525","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-283":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.2080002 25.6373339 29.445334 38.4613347 45.8906684 55.9146686 64.5573354 68.3653355 74.9733358 83.8773361 88.0213362 97.5786701 105.0080038 108.8160039 120.8186713 124.9626714 132.3920051 142.4160053 151.0586721 154.8666722 158.6186725","y":27.269,"children":["JE PEUX FAIRE MIEUX !"]}]}]},"commandset-284":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-527","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-526","filter":"url(#filter-527)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":114.5},{"nodeType":"g","id":"pathwrap-526","children":[{"nodeType":"g","id":"shape-528","children":[{"nodeType":"path","d":"M0,0L112.333374,0 112.333374,32 0,32z","id":"path-528","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-529","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-529","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-285":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-530","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-530","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-531","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-531","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-286":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-532","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-532","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-533","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-533","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-287":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-534","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-534","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-535","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-535","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-288":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-536","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-536","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-537","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-537","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-289":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"15.2179985 28.3499994 38.4486665 48.5473336 55.2020005 59.6353339 69.734001 79.8326681 89.3713358 96.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-290":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-538","children":[{"nodeType":"path","d":"M0,0L569,0 569,158 0,158z","id":"path-538","fill":"none"}]},{"nodeType":"g","id":"shape-539","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-539","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-291":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6hkTmAvPxFo","d":"M10,75L111.608001708984,75 111.608001708984,76 10,76z","id":"path-540","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.5760002 30.552001 39.0480013 46.6000018 49.6880019 53.8080023 62.3040026 69.5040024 72.5920025 85.6400038 94.6160046 98.736005 107.7120058 114.9120056 118.0000057 127.0560064 135.5520067 138.6400068 148.2400072 151.3280073 159.4320074 168.4080082 171.8880085 174.9760086 179.096009 187.5920093 194.7920091 197.8800092 205.9840093 213.5840092 221.1840091 225.3040095 234.3600102 242.8560105 251.8320113 257.8560115 265.0560113 268.1440114 277.2000121 285.6960124 288.7840125 292.9040129 301.008013 304.0960131 312.2080136 316.328014 324.8240143 327.9120144 335.5120143 344.4880151 353.4640159 359.7360162 367.8400163 376.8160171 382.8400173 391.3360176 394.4240177 401.6240175 410.6000183 417.2720182 425.3840187 429.5040191 438.0000194 446.9760202 455.952021 464.4480213 473.4240221 479.4480223 482.5360224 486.6560228 495.1520231 498.2400232 507.1200233 511.2400237 520.2160245 527.4160243","y":18.792,"children":["Chez les moins de 1 an, les accidents de la vie courante surviennent le plus"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"527.4161987 530.5041988","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.1999998 26.1760006 35.1520014 43.1200023 51.6160026 60.5920034 66.6160036 69.7040037 73.8240041 82.8000049 89.4720048 96.6720046 99.7600047 108.8160054 111.8000056 119.9040057 127.5040056 133.5280058 137.6480062 145.7600067 149.8800071 155.9040073 164.4000076 171.6000074 174.6880075 182.800008 186.9200084 192.9440086 201.0480087 205.1680091 213.6640094 220.8640092 223.9520093 229.0720097 238.1280104 247.1040112 251.2240116 257.8960115 266.3920118 269.4800119 272.9600122 276.0480123 289.0960136 297.2000137 306.1760145 314.5680147 323.064015 328.7360154 332.2160157 335.3040158 347.7840163 360.8640162 371.2800166 386.1440169 391.248017 401.6640174 406.7840178 412.2640183","y":37.992,"children":["souvent lors d’activités vitales (boire , manger, DORMIR)!"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6hkTmAvPxFo","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046","y":73.192,"children":["2 bons réèxes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":92.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 25.6895626 32.9535635 35.6175635 43.4015639 56.1295645 64.3055651 72.9615652 80.7455656 88.8175661 96.9935667 100.0815668 108.7375669 117.393567 120.4815671 124.2815671 128.0815671 136.2575677 144.9135678 148.0015679 156.737568 164.9135686 168.0015687 174.8815688 183.5375689 196.2655695 208.9935701 217.1695707 220.9695707 224.7695707 227.8575708 234.7375709 243.393571 252.1295711 258.4815713 266.6575719 269.745572 277.9215726 283.6255731 286.7135732 293.9935734 302.6495735 311.3055736 318.5855738 327.2415739 335.4175745 338.5055746 351.2335752 359.8895753 368.5455754 371.6335755 379.8095761 388.4655762 393.6175766 401.401577 410.0575771 415.7615776 418.8495777 425.7295778 434.3855779 440.7375781 443.8255782 447.6255782 455.8015788 458.8895789 467.625579 476.2815791 483.1615792","y":92.392,"children":[" J’aménage un lieu de sommeil sobre et couche mon enant sur le dos"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":188.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 49.6895645 56.0415647 59.8415647 67.6335655 71.4335655 75.2335655 83.4095661 91.4815666 95.2815666 103.4575672 106.5455673 110.3455673 118.5215679 125.401568 128.4895681 136.6655687 145.4015688 154.0575689 157.8575689 166.4175693 174.5935699 187.3215705 195.4975711 204.1535712 209.8575717 216.7375718 219.8255719 228.561572 236.7375726 239.8255727 248.3855731 257.0415732 265.2175738 271.569574 275.369574 282.6495742 291.3055743 295.1055743 300.8095748 309.4655749 315.8175751 323.9935757 327.0815758 334.8655762 343.5215763 350.8895773 353.9775774 362.6335775 371.2895776 377.6415778 390.3695784 398.545579 405.4255791 408.5135792 417.2495793 425.4255799 428.51358 435.3935801 443.5695807 450.8495809 459.505581 465.8575812 469.6575812 475.3615817 483.5375823 486.6255824 498.7215831 507.8735835","y":188.392,"children":["Je privilégie les équipements de puériculture aux normes de sécurité NF"]}]}]},"commandset-292":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-541","children":[{"nodeType":"path","d":"M0,0L153.333374023438,0 153.333374023438,42 0,42z","id":"path-541","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-542","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-542","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-293":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 53.9133355 64.2600028 72.1533362 74.7266697 81.9600033 89.9600033 97.9600033 102.6600036 110.6600036 118.6600036 126.6600036 129.2333371","y":18.16,"children":["Norme NF S54-007 "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 53.9133355 64.2600028 72.1533362 74.7266697 82.8733362 93.2200035 95.793337 103.793337 111.793337 114.3666705 122.3666705 130.3666705 138.3666705","y":34.16,"children":["Norme NF EN 14 988"]}],"style":{"fontWeight":"bold"}}]},"commandset-294":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-546","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":137,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-545","filter":"url(#filter-546)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":47},{"nodeType":"g","id":"pathwrap-545","children":[{"nodeType":"path","d":"M0,0L47,0 47,35 0,35z","id":"path-547","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15666666626930237,0.15418502688407898]}],"id":"image-544","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-295":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-549","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":114.5,"height":102.5},{"nodeType":"filter","id":"filter-551","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":137,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-548","filter":"url(#filter-549)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":47},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-548","filter":"url(#filter-551)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":47},{"nodeType":"g","id":"pathwrap-548","children":[{"nodeType":"path","d":"M0,0L47,0 47,35 0,35z","id":"path-552","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15666666626930237,0.15418502688407898]}],"id":"image-550","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-296":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-556","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":137,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-555","filter":"url(#filter-556)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":47},{"nodeType":"g","id":"pathwrap-555","children":[{"nodeType":"path","d":"M0,0L47,0 47,35 0,35z","id":"path-557","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15562914311885834,0.16587677597999573]}],"id":"image-554","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-297":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-559","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":114.5,"height":102.5},{"nodeType":"filter","id":"filter-561","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":137,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-558","filter":"url(#filter-559)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":47},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-558","filter":"url(#filter-561)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":47},{"nodeType":"g","id":"pathwrap-558","children":[{"nodeType":"path","d":"M0,0L47,0 47,35 0,35z","id":"path-562","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15562914311885834,0.16587677597999573]}],"id":"image-560","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-298":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-566","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":136,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-565","filter":"url(#filter-566)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":46},{"nodeType":"g","id":"pathwrap-565","children":[{"nodeType":"path","d":"M0,0L46,0 46,35 0,35z","id":"path-567","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15436241030693054,0.17587940394878388]}],"id":"image-564","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-299":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-569","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":113.5,"height":102.5},{"nodeType":"filter","id":"filter-571","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":136,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-568","filter":"url(#filter-569)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":46},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-568","filter":"url(#filter-571)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":46},{"nodeType":"g","id":"pathwrap-568","children":[{"nodeType":"path","d":"M0,0L46,0 46,35 0,35z","id":"path-572","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15436241030693054,0.17587940394878388]}],"id":"image-570","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-300":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-576","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":139,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-575","filter":"url(#filter-576)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"g","id":"pathwrap-575","children":[{"nodeType":"path","d":"M0,0L49,0 49,35 0,35z","id":"path-577","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.16442953050136566,0.19662921130657196]}],"id":"image-574","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-301":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-579","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":116.5,"height":102.5},{"nodeType":"filter","id":"filter-581","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":139,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-578","filter":"url(#filter-579)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-578","filter":"url(#filter-581)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"g","id":"pathwrap-578","children":[{"nodeType":"path","d":"M0,0L49,0 49,35 0,35z","id":"path-582","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.16442953050136566,0.19662921130657196]}],"id":"image-580","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-302":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-586","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":140,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-585","filter":"url(#filter-586)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":50},{"nodeType":"g","id":"pathwrap-585","children":[{"nodeType":"path","d":"M0,0L50,0 50,35 0,35z","id":"path-587","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.19607843458652496,0.23026315867900848]}],"id":"image-584","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-303":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-589","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":117.5,"height":102.5},{"nodeType":"filter","id":"filter-591","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":140,"height":125}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-588","filter":"url(#filter-589)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":50},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-588","filter":"url(#filter-591)","data-angle":0,"data-distance":0,"data-height":35,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":50},{"nodeType":"g","id":"pathwrap-588","children":[{"nodeType":"path","d":"M0,0L50,0 50,35 0,35z","id":"path-592","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.19607843458652496,0.23026315867900848]}],"id":"image-590","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-304":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L18,0 18,20 0,20z","id":"path-594","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.51428574323654175,0.5]}],"id":"image-593","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-305":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-596","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":133,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-595","filter":"url(#filter-596)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":110.5},{"nodeType":"g","id":"pathwrap-595","children":[{"nodeType":"g","id":"shape-597","children":[{"nodeType":"path","d":"M0,0L108.333374,0 108.333374,32 0,32z","id":"path-597","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-598","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-598","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-306":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13.2179985 26.3499994 36.4486665 46.5473336 53.2020005 57.6353339 67.734001 77.8326681 87.3713358 94.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-307":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-599","children":[{"nodeType":"path","d":"M0,0L201,0 201,38 0,38z","id":"path-599","fill":"none"}]},{"nodeType":"g","id":"shape-600","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-600","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-308":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.2080002 21.4560006 30.3600009 34.504001 38.3120011 44.9200014 53.8240017 57.9680018 65.6960024 69.5040025 76.6346697 84.0640034 92.6506705 96.4586706 105.8293381 115.6293383 125.3360052 133.9226723 137.7306724 147.0453401 157.2933412 167.0933414 171.2373415 179.8800083 183.6880084 187.4400087","y":27.269,"children":["J’AI FAIT LES BONS CHOIX !"]}]}]},"commandset-309":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-602","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":574.5,"height":294.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-601","filter":"url(#filter-602)","data-angle":45,"data-distance":4,"data-height":272,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":552},{"nodeType":"g","id":"pathwrap-601","children":[{"nodeType":"g","id":"shape-603","children":[{"nodeType":"path","d":"M0,0L552,0 552,272 0,272z","id":"path-603","fill":"none"}]},{"nodeType":"g","id":"shape-604","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-604","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-310":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5fpa3fNpjHk","d":"M10,75L111.608001708984,75 111.608001708984,76 10,76z","id":"path-605","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.5760002 30.552001 39.0480013 46.6000018 49.6880019 53.8080023 62.3040026 69.5040024 72.5920025 85.6400038 94.6160046 98.736005 107.7120058 114.9120056 118.0000057 127.0560064 135.5520067 138.6400068 148.2400072 151.3280073 159.4320074 168.4080082 171.8880085 174.9760086 179.096009 187.5920093 194.7920091 197.8800092 205.9840093 213.5840092 221.1840091 225.3040095 234.3600102 242.8560105 251.8320113 257.8560115 265.0560113 268.1440114 277.2000121 285.6960124 288.7840125 292.9040129 301.008013 304.0960131 312.2080136 316.328014 324.8240143 327.9120144 335.5120143 344.4880151 353.4640159 359.7360162 367.8400163 376.8160171 382.8400173 391.3360176 394.4240177 401.6240175 410.6000183 417.2720182 425.3840187 429.5040191 438.0000194 446.9760202 455.952021 464.4480213 473.4240221 479.4480223 482.5360224 486.6560228 495.1520231 498.2400232 507.1200233 511.2400237 520.2160245 527.4160243","y":18.792,"children":["Chez les moins de 1 an, les accidents de la vie courante surviennent le plus"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"527.4161987 530.5041988","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.1999998 26.1760006 35.1520014 43.1200023 51.6160026 60.5920034 66.6160036 69.7040037 73.8240041 82.8000049 89.4720048 96.6720046 99.7600047 108.8160054 111.8000056 119.9040057 127.5040056 133.5280058 137.6480062 145.7600067 149.8800071 155.9040073 164.4000076 171.6000074 174.6880075 182.800008 186.9200084 192.9440086 201.0480087 205.1680091 213.6640094 220.8640092 223.9520093 229.0720097 238.1280104 247.1040112 251.2240116 257.8960115 266.3920118 269.4800119 272.9600122 276.0480123 289.0960136 297.2000137 306.1760145 314.5680147 323.064015 328.7360154 332.2160157 335.3040158 347.7840163 360.8640162 371.2800166 386.1440169 391.248017 401.6640174 406.7840178 412.2640183","y":37.992,"children":["souvent lors d’activités vitales (boire , manger, DORMIR)!"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"5fpa3fNpjHk","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":73.192,"children":["2 bons réèxes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":92.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 32.5295634 40.3135638 53.0415644 61.217565 69.8735651 77.6575655 85.729566 93.9055666 96.9935667 105.6495668 114.3055669 117.393567 121.193567 124.993567 133.1695676 141.8255677 144.9135678 153.6495679 161.8255685 164.9135686 171.7935687 180.4495688 193.1775694 205.90557 214.0815706 217.8815706 221.6815706 224.7695707 231.6495708 240.3055709 249.041571 255.3935712 263.5695718 266.6575719 274.8335725 280.537573 283.6255731 290.9055733 299.5615734 308.2175735 315.4975737 324.1535738 332.3295744 335.4175745 348.1455751 356.8015752 365.4575753 368.5455754 376.721576 385.3775761 390.5295765 398.3135769 406.969577 412.6735775 415.7615776 422.6415777 431.2975778 437.649578 440.7375781 444.5375781 452.7135787 455.8015788 464.5375789 473.193579 480.0735791","y":92.392,"children":["J’aménage un lieu de sommeil sobre et couche mon enant sur le dos"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":188.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 49.6895645 56.0415647 59.8415647 67.6335655 71.4335655 75.2335655 83.4095661 91.4815666 95.2815666 103.4575672 106.5455673 110.3455673 118.5215679 125.401568 128.4895681 136.6655687 145.4015688 154.0575689 157.8575689 166.4175693 174.5935699 187.3215705 195.4975711 204.1535712 209.8575717 216.7375718 219.8255719 228.561572 236.7375726 239.8255727 248.3855731 257.0415732 265.2175738 271.569574 275.369574 282.6495742 291.3055743 295.1055743 300.8095748 309.4655749 315.8175751 323.9935757 327.0815758 334.8655762 343.5215763 350.8895773 353.9775774 362.6335775 371.2895776 377.6415778 390.3695784 398.545579 405.4255791 408.5135792 417.2495793 425.4255799 428.51358 435.3935801 443.5695807 450.8495809 459.505581 465.8575812 469.6575812 475.3615817 483.5375823 486.6255824 498.7215831 507.8735835","y":188.392,"children":["Je privilégie les équipements de puériculture aux normes de sécurité NF"]}]}]},"commandset-311":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-606","children":[{"nodeType":"path","d":"M0,0L539,0 539,49 0,49z","id":"path-606","fill":"none"}]},{"nodeType":"g","id":"shape-607","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-607","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-312":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 54.8186665 60.0079999 65.7786665 69.5813329 75.0319993 77.090666 83.4213325 89.1919991 95.015999 97.5493323 100.0826656 105.9066655 111.6773321 117.1279985 119.1866652 124.9679986 128.9359985 134.1253319 139.8959985 144.749332 150.1999984 154.0026648 159.2826645 164.7333309 169.3199975 171.3786642 176.5679976 181.4213311 186.2746646 188.8079979 194.6319978 200.0826642 205.8533308 209.6559972 214.2426638 216.3013305 222.1253304 227.5759968 229.6346635 232.1679968 237.3573302 239.4159969 244.6106633 247.1439966 252.594663 254.6533297 259.5066632 265.2773298 271.0479964 275.0159963 280.2053297 285.9759963 289.7786627 295.2293291 297.2879958 302.1413293 307.9119959 313.3626623 318.1839957 320.2426624 322.7759957 328.2266621 332.8133287 334.8719954 343.3573288 349.1279954 351.6613287 357.4319953 362.0186619 364.0773286 369.9013285 375.3519949 377.4106616 383.5973281 389.7839946 391.8426613 397.0319947 402.8026613 407.3893279 409.4479946 414.898661 420.6693276 422.7279943 428.5093277 432.4773276 437.666661 443.4373276 448.2906611 453.7413275 455.7999942 457.8586609 466.3439943 471.7946607 475.5973271 479.8319939 485.6026605 491.309327 497.0799936 499.6133269 502.1466602 505.9493266 511.13866 513.6719933 519.4426599 524.8933263","y":15.528,"children":["Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.8746667 25.6453333 30.8346667 33.368 38.5626664 43.149333 48.5999994 50.6586661 56.482666 61.9333324 66.519999 68.5786657 74.4026656 80.1733322 85.9439988 91.7146654 97.1653318 102.6159982 107.2026648 109.2613315 115.0853314 120.5359978 122.5946645 125.1279978 126.7813311 132.2319975 138.0026641 143.826664 149.5973306 155.047997 158.8506634 164.3013298 166.3599965 172.066663 177.5173294 181.7519962 190.2373296 195.426663 201.1973296 206.647996 212.4186626 216.221329 221.6719954 223.7306621 228.3173287 234.0879953 238.3226621 240.3813288 242.9146621 248.3653285 252.9519951 255.0106618 260.1999952 265.0533287 269.9066622 272.4399955 278.2639954 283.7146618 289.4853284 293.2879948 297.8746614 299.9333281 305.757328 311.2079944 313.2666611 315.7999944 320.9893278 323.0479945 328.2426609 330.7759942 336.2266606 338.2853273 343.1386608 348.9093274 354.679994 358.6479939 363.8373273 369.6079939 373.4106603 378.8613267 380.9199934 384.1199934 390.4239933 396.1253263 402.8399931 410.3439923 413.5439923 415.602659 420.1893256 425.9599922 430.194659 432.2533257 434.786659 439.9759924 442.0346591 447.7413256 453.191992 457.4266588 459.9599921 465.7306587 471.5546586 477.005325 479.0639917 485.2506582 491.4373247 497.6239912 503.8106577 507.3573243","y":28.328,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.1866665 25.373333 31.5599995 37.746666 39.8533326","y":41.128,"children":["2018."]}]}]},"commandset-313":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-608","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,84.736816 0,84.736816z","id":"path-608","fill":"none"}]},{"nodeType":"g","id":"shape-609","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-609","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-314":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-610","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,84.736816 0,84.736816z","id":"path-610","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-611","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-611","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-315":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-612","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,84.736816 0,84.736816z","id":"path-612","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-613","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-613","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-316":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-614","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,84.736816 0,84.736816z","id":"path-614","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-615","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-615","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-317":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.4160004 24.9120007 30.9360009 39.9120017 48.8880025 55.5600024 58.6480025 66.7520026 75.7280034 78.8160035 86.4160034 95.3920042 104.368005 108.4880054 116.1760061 119.2640062","y":39.092,"children":["Retour au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.0560007 23.552001 26.6400011 30.7600015 38.8640016 41.9520017 50.8320018 54.9520022 63.4480025 71.0480024 79.5440027","y":58.292,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-318":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081749,20.144304L39.713852,0.167395C39.492203,0.048435 39.249569,-1.8E-05 39.010803,0.004393 38.998447,0.003497 38.986092,0.004393 38.972771,0.003497 38.960415,0.004393 38.947987,0.003497 38.934662,0.004393 38.695896,-1.8E-05 38.453335,0.048435 38.231689,0.167395L38.231689,0.167395L0.865652,20.145201C0.220658,20.490501 -2.1E-05,21.254301 0.371896,21.851652L0.371896,21.851652L4.417064,28.339121C4.788981,28.936403 5.613868,29.140759 6.258862,28.796284L6.258862,28.796284L38.973663,11.305477 71.688538,28.796352C72.333603,29.140759 73.158348,28.935507 73.530334,28.338224L73.530334,28.338224L77.5755,21.850756C77.947418,21.254301 77.725777,20.490501 77.081749,20.144304z","fill-rule":"nonzero","id":"path-616","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-319":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-6E-06L-2.4E-05,14.417157 -2.4E-05,33.503414 -2.4E-05,40.163612 -2.4E-05,40.995232C-2.4E-05,42.374855 1.207277,43.492779 2.69614,43.492779L2.69614,43.492779L3.596051,43.492779 8.090252,43.492779 20.226595,43.492779 20.226595,19.769962C20.226595,19.080116 20.830654,18.520741 21.57464,18.520741L21.57464,18.520741L32.362938,18.520741C33.107815,18.520741 33.710983,19.080116 33.710983,19.769962L33.710983,19.769962L33.710983,43.493675 45.846359,43.493675 50.340485,43.493675 51.240471,43.493675C52.729336,43.493675 53.936562,42.375751 53.936562,40.996128L53.936562,40.996128L53.936562,40.164509 53.936562,33.504307 53.936562,14.41888 26.966892,-6E-06z","fill-rule":"nonzero","id":"path-617","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-320":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.634129L10.787307,1.248294C10.787307,0.55852 10.183171,-2.6E-05 9.438293,-2.6E-05L9.438293,-2.6E-05L1.348001,-2.6E-05C0.604015,-2.6E-05 -4.6E-05,0.559347 -4.6E-05,1.248294L-4.6E-05,1.248294L-4.6E-05,4.867334 10.787307,10.634129z","fill-rule":"nonzero","id":"path-618","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-321":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.3120003 35.0560007 48.0480022 61.0400037 74.4160051 91.4400053 104.8160067 122.0960074 135.9840079 151.3440085 157.8720093 171.7600098 187.4080105 203.5040112 216.8800126 232.2400132 238.768014 256.0800143 269.4560157 275.9840165 293.0080167 300.7520171 316.1120177 333.7120181 351.5360194 364.9120208 380.2720214","y":41.176,"children":["DIFFERENTS TYPES DE RISQUES"]}],"style":{"fontWeight":"bold"}}]},"commandset-322":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-619","children":[{"nodeType":"path","d":"M0,0L284,0 284,44 0,44z","id":"path-619","fill":"none"}]},{"nodeType":"g","id":"shape-620","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-620","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-323":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 61.3719976 65.0439978 72.1539975 78.6879969 86.1939965 93.3399964 100.3419963 107.451996 113.9859954 117.6579956 125.0919951 132.2019948 135.873995 140.913995 146.2239949 153.3699948 160.7319943 167.2659937 170.9379939 175.9779939 179.6499941 186.8319943 194.1939938","y":33.39,"children":["Dans les espaces de transition"]}]}]},"commandset-324":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-621","children":[{"nodeType":"path","d":"M0,0L153,0 153,37 0,37z","id":"path-621","fill":"none"}]},{"nodeType":"g","id":"shape-622","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-622","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-325":{"nodeType":"g","children":[{"nodeType":"path","d":"M24,0L394.666687011719,0 394.666687011719,112 24,112z","id":"path-623","fill":"none"}],"className":"eventable"},"commandset-326":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.77777777777777779]},{"type":"translate","args":[-0.80555555555555558,-0.77777777777777779]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-624","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-625","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-625","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-626","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-626","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-627","children":[{"nodeType":"path","d":"M35,23C35,29.3512746230541 29.8512746230541,34.5 23.5,34.5 17.1487253769459,34.5 12,29.3512746230541 12,23 12,16.6487253769459 17.1487253769459,11.5 23.5,11.5 29.8512746230541,11.5 35,16.6487253769459 35,23z","id":"path-627","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-628","fill":"url(#gradient-fill-624)"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-629","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-327":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.77777777777777779]},{"type":"translate","args":[-0.80555555555555558,-0.77777777777777779]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-630","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.2692307692307692]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-631","children":[{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-632","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-632","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-633","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-633","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-634","children":[{"nodeType":"path","d":"M35,23C35,29.3512746230541 29.8512746230541,34.5 23.5,34.5 17.1487253769459,34.5 12,29.3512746230541 12,23 12,16.6487253769459 17.1487253769459,11.5 23.5,11.5 29.8512746230541,11.5 35,16.6487253769459 35,23z","id":"path-634","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-635","fill":"url(#gradient-fill-630)"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-636","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,23C30,26.5898508739002 27.0898508739002,29.5 23.5,29.5 19.9101491260998,29.5 17,26.5898508739002 17,23 17,19.4101491260998 19.9101491260998,16.5 23.5,16.5 27.0898508739002,16.5 30,19.4101491260998 30,23z","id":"path-637","fill":"url(#gradient-fill-631)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-328":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.77777777777777779]},{"type":"translate","args":[-0.80555555555555558,-0.77777777777777779]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-638","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-639","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-639","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-640","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-640","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-641","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-641","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-642","children":[{"nodeType":"path","d":"M35,23C35,29.3512746230541 29.8512746230541,34.5 23.5,34.5 17.1487253769459,34.5 12,29.3512746230541 12,23 12,16.6487253769459 17.1487253769459,11.5 23.5,11.5 29.8512746230541,11.5 35,16.6487253769459 35,23z","id":"path-642","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-643","fill":"url(#gradient-fill-638)"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-644","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-329":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.77777777777777779]},{"type":"translate","args":[-0.80555555555555558,-0.77777777777777779]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-645","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.2692307692307692]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-646","children":[{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-647","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-647","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-648","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-648","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-649","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-649","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-650","children":[{"nodeType":"path","d":"M35,23C35,29.3512746230541 29.8512746230541,34.5 23.5,34.5 17.1487253769459,34.5 12,29.3512746230541 12,23 12,16.6487253769459 17.1487253769459,11.5 23.5,11.5 29.8512746230541,11.5 35,16.6487253769459 35,23z","id":"path-650","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-651","fill":"url(#gradient-fill-645)"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-652","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,23C30,26.5898508739002 27.0898508739002,29.5 23.5,29.5 19.9101491260998,29.5 17,26.5898508739002 17,23 17,19.4101491260998 19.9101491260998,16.5 23.5,16.5 27.0898508739002,16.5 30,19.4101491260998 30,23z","id":"path-653","fill":"url(#gradient-fill-646)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-330":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 54.2578125 63.15625 72.9765625 81.359375","y":29.207,"children":["Faux"]}]}]},"commandset-331":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.77777777777777779]},{"type":"translate","args":[-0.80555555555555558,-0.77777777777777779]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-654","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-655","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-655","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-656","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-656","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-657","children":[{"nodeType":"path","d":"M35,23C35,29.3512746230541 29.8512746230541,34.5 23.5,34.5 17.1487253769459,34.5 12,29.3512746230541 12,23 12,16.6487253769459 17.1487253769459,11.5 23.5,11.5 29.8512746230541,11.5 35,16.6487253769459 35,23z","id":"path-657","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-658","fill":"url(#gradient-fill-654)"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-659","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-660","children":[{"nodeType":"path","d":"M-8,22.6L-8,21.799999 -6,19.799999 -5.2,19.799999 -2.4,22.6 5.2,15 6,15 8,17 8,17.799999 -2,27.799999 -2.8,27.799999z","id":"path-660","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-332":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.77777777777777779]},{"type":"translate","args":[-0.80555555555555558,-0.77777777777777779]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-661","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.2692307692307692]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-662","children":[{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-663","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,35.999996C370.666656,41.522842 366.189514,45.999996 360.666687,45.999996L360.666687,45.999996L10.000003,45.999996C4.477157,46 3E-06,41.52285 1E-06,36.000004L1E-06,36.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-663","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-664","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-664","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-665","children":[{"nodeType":"path","d":"M35,23C35,29.3512746230541 29.8512746230541,34.5 23.5,34.5 17.1487253769459,34.5 12,29.3512746230541 12,23 12,16.6487253769459 17.1487253769459,11.5 23.5,11.5 29.8512746230541,11.5 35,16.6487253769459 35,23z","id":"path-665","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-666","fill":"url(#gradient-fill-661)"},{"nodeType":"path","d":"M32.5,23C32.5,27.9705627484771 28.4705627484771,32 23.5,32 18.5294372515229,32 14.5,27.9705627484771 14.5,23 14.5,18.0294372515229 18.5294372515229,14 23.5,14 28.4705627484771,14 32.5,18.0294372515229 32.5,23z","id":"path-667","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,23C30,26.5898508739002 27.0898508739002,29.5 23.5,29.5 19.9101491260998,29.5 17,26.5898508739002 17,23 17,19.4101491260998 19.9101491260998,16.5 23.5,16.5 27.0898508739002,16.5 30,19.4101491260998 30,23z","id":"path-668","fill":"url(#gradient-fill-662)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-669","children":[{"nodeType":"path","d":"M-8,22.6L-8,21.799999 -6,19.799999 -5.2,19.799999 -2.4,22.6 5.2,15 6,15 8,17 8,17.799999 -2,27.799999 -2.8,27.799999z","id":"path-669","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-333":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 55.5234375 62.0546875 70.953125 75","y":29.207,"children":["Vrai"]}]}]},"commandset-334":{"nodeType":"g","children":[{"nodeType":"path","d":"M52.333251953125,37C52.333251953125,57.4345357437394 40.6180544579443,74 26.1666259765625,74 11.7151974951807,74 0,57.4345357437394 0,37 0,16.5654642562606 11.7151974951807,0 26.1666259765625,0 40.6180544579443,0 52.333251953125,16.5654642562606 52.333251953125,37z","id":"path-670","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-335":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-671","children":[{"nodeType":"path","d":"M0,0L506,0 506,74 0,74z","id":"path-671","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-672","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-672","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-336":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.149333 29.5759993 33.9279991 42.823999 47.1333323 55.9226656 63.666666 68.0186658 75.7626662 84.2746663 93.0639996 100.9146666 109.3413329 118.0666661 124.0399995 127.9013329 132.2533327 136.562666 145.0319996 149.3839994 157.6826664 166.4719997 175.261333 181.2346664 189.6613327 194.0133325 202.8239995 211.2933331 220.0186663 227.7626667 232.1146665 236.4239998 240.1359997 248.562666 256.3066664 264.6053334 273.074667 277.3840003 281.7360001 290.1626664 296.4986664 300.8506662 308.5946666 317.3839999 323.7199999 331.5706669 335.9226667 344.349333 353.0746662 359.0479996 363.3999994 367.7519992 376.1786655 384.9039987 390.8773321 397.1706652 405.5973315 409.9493313 417.7786646 422.1306644 430.5573307 436.5306641 440.8826639 451.3146641 455.6666639 464.1359975 472.8613307 480.6053311 484.4666645","y":30.451,"children":["Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans."]}]}]},"commandset-337":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-673","children":[{"nodeType":"path","d":"M0,0L99.000061,0 99.000061,26 0,26z","id":"path-673","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-674","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-674","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-338":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-675","children":[{"nodeType":"path","d":"M0,0L99.000061,0 99.000061,26 0,26z","id":"path-675","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-676","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-676","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-339":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-677","children":[{"nodeType":"path","d":"M0,0L99.000061,0 99.000061,26 0,26z","id":"path-677","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-678","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-678","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-340":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"17.117px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"21.1107769 31.560955 40.650299 47.7882585 52.1959915 61.6619186 70.7512626 77.8892221","y":19.624,"children":["Vérier"]}],"style":{"fontWeight":"bold"}}]},"commandset-341":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 61.3719976 65.0439978 72.1539975 78.6879969 86.1939965 93.3399964 100.3419963 107.451996 113.9859954 117.6579956 125.0919951 132.2019948 135.873995 140.913995 146.2239949 153.3699948 160.7319943 167.2659937 170.9379939 175.9779939 179.6499941 186.8319943 194.1939938","y":33.39,"children":["Dans les espaces de transition"]}]}]},"commandset-342":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.0219998 20.1859998 23.858 32.5519993 39.7159993 49.3819987 57.7159983 61.3879985 72.9619979 76.0939979 84.6799974 96.2539968 103.4179968 110.2939972 114.289997 123.7399968 132.9559964 140.1199964 149.335996","y":24.636,"children":["JE PEUX M’AMELIORER"]}]}]},"commandset-343":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-679","children":[{"nodeType":"path","d":"M0,0L562,0 562,198 0,198z","id":"path-679","fill":"none"}]},{"nodeType":"g","id":"shape-680","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-680","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-344":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5uERORlekQL","d":"M8,59L113.408004760742,59 113.408004760742,60 8,60z","id":"path-681","fill":"#0070C0","fill-opacity":1},{"nodeType":"path","data-ref-id":"6rksDwyuRCW","d":"M212,98L226.520004272461,98 226.520004272461,99 212,99z","id":"path-682","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 19.5760002 28.552001 37.0480013 44.6000018 47.6880019 51.8080023 60.3040026 67.5040024 70.5920025 79.0880028 88.0640036 93.5360037 101.6400038 110.6160046 116.6400048 123.8400046 127.3200049 130.408005 134.5280054 142.6320055 145.7200056 153.3200055 162.2960063 171.2720071 177.2960073 185.7920076 188.8800077 197.9360084 206.0400085 215.0160093 222.2160091 225.3040092 229.4240096 232.2240098 240.7200101 247.9200099 255.5200098 263.6240099 267.7440103 271.8640107 280.360011 287.0320109 290.120011 298.6160113 305.8160111 311.8400113 314.9280114 323.8080115 327.9280119 336.9040127 344.1040125 347.1920126 352.6640127 359.3360126 367.8320129 376.8880136 385.8640144 394.3600147 403.3360155 409.3600157 417.856016 420.9440161 429.4400164 438.4160172 444.4400174 451.1120173 459.6080176 462.6960177 472.2960181 475.3840182 483.8800185 489.9040187 492.9920188 502.5920192 505.6800193 513.7840194 522.7600202 529.96002 533.4400203","y":18.792,"children":["Chez les enants, la chute dans l’escalier est plus réquente entre 1 et 4 ans."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"5uERORlekQL","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046","y":57.192,"children":["3 bons réèxes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":76.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 32.7615633 40.9375639 47.817564 50.9055641 59.6415642 68.2975643 76.4735649 79.561565 92.2895656 100.9455657 109.6015658 112.6895659 120.8655665 129.5215666 134.673567 142.4575674 151.1135675 156.817568 159.9055681 166.7855682 174.9615688 178.0495689 186.785569 194.9615696 203.52157 207.32157 215.1055704 222.3855706 230.5615712 233.6495713 242.2095717 249.9935721 256.3455723 259.4335724 263.2335724 271.8895725 275.6895725 278.7775726 291.5055732 299.6815738 312.4095744 320.585575 323.7455751 326.8335752 334.625576 337.7135761 344.9935763 353.6495764 366.377577 374.9375774 381.2895776 385.0895776 391.9695777 395.0575778 402.8415782 405.9295783 415.209579 418.2975791 426.8575795 434.6415799 440.3455804 446.0495809 454.2255815 461.1055816 464.2655817 467.3535818 471.1215819 474.281582 478.081582 486.7375821 493.6175822 499.3215827 507.1055831 510.9055831 514.7055831 522.8815837 525.9695838 534.6255839 543.281584 551.4575846 554.5455847","y":76.392,"children":["Dès que mon enant se déplace par lui même, y compris à 4 pattes, j’installe une "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.7360001 36.5200005 42.8720007 49.2240009 53.0240009 61.2000015 67.5520017 75.7280023 78.8160024 87.5520025 95.7280031 98.8160032 105.6960033 113.8720039 121.1520041 129.8080042 136.1600044 139.9600044 145.6640049 153.8400055 156.9280056 165.1040062 173.7600063 176.8480064","y":95.592,"children":["barrière de sécurité en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"176.8479919 185.8239927 193.9279928 202.9039936 208.9279938 212.0159939 220.5119942 226.5359944","y":95.592,"children":["haut et"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"226.5359955 229.6239955 238.2799956 246.9359957 255.1119963 258.1999964 265.9839968 274.6399969 280.3439974 286.6959976 294.8719982 297.9599983 306.1359989 314.791999 317.8799991","y":95.592,"children":[" une autre en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"317.8800049 326.9360056 335.0400057 342.2400055 345.3280056","y":95.592,"children":["bas "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"345.3280029 354.064003 362.2400036 365.3280037 369.1280037 371.6080037 379.7840043 386.6640044 393.9440046 401.728005 405.528005 409.328005 417.5040056 423.8560058","y":95.592,"children":["de l’escalier"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":133.992,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 31.0255635 34.8255635 43.4815636 50.3615637 56.0655642 63.8495646 67.6495646 71.4495646 79.6255652 82.7135653 91.3695654 100.0255655 103.1135656 115.8415662 124.4975663 133.2335664 141.409567 145.209567 153.3855676 156.4735677 163.7535679 172.409568 181.0655681 186.2175685 194.8735686 201.2255688 213.9535694 222.12957 225.2175701 233.0015705 241.6575706 249.0255716 252.1135717 259.8095723 267.1775733 270.9775733 279.0495738 287.2255744 295.8815745 303.1615747 311.3375753 318.2175754 321.3055755 330.0415756 338.2175762 341.3055763 348.1855764 356.361577 363.6415772 372.2975773 378.6495775 382.4495775 388.153578 396.3295786 399.4175787 408.1535788 416.3295794 419.4175795 426.6975797 434.8735803 441.7535804 444.8415805 453.0175811 461.7535812 470.4095813 474.2095813 482.7695817 490.9455823 503.6735829 511.8495835 520.5055836 526.2095841 533.0895842 536.1775843 544.9135844 553.089585 556.1775851","y":133.992,"children":["J’installe un modèle conorme aux exigences de sécurité de ces équipements de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.5600004 37.2160005 45.3920011 51.7440013 55.5440013 62.8240015 71.4800016 75.2800016 80.9840021 89.6400022 95.9920024 104.168003","y":153.192,"children":["puériculture"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":191.592,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 32.7615633 40.9375639 47.817564 50.9055641 59.6415642 68.2975643 71.4575644 75.2575644 79.0575644 82.1455645 94.8735651 102.6575655 109.0095657 116.2895659 124.945566 133.1215666 136.2095667 143.0895668 151.2655674 159.9215675 163.7215675 166.8815676 169.9695677 173.7375678 181.9135684 185.0015685 193.5615689 201.7375695 210.3935696 217.7615706 220.8495707 224.6495707 233.3055708 237.1055708 240.1935709 247.9775713 256.5375717 265.0975721 271.4495723 279.6255729 288.281573 297.0175731 303.3695733 311.5455739 314.633574 322.4175744 325.5055745 338.2335751 346.8895752 355.5455753 361.2495758 369.4255764 375.7775766 378.8655767 387.0415773 392.7455778 395.8335779 404.569578 412.7455786 419.6255787 426.9055789 435.0815795 443.7375796 452.4735797 458.8255799 467.0015805 470.0895806 473.8895806 482.0655812 488.9455813 492.0335814 504.761582 512.5455824 518.8975826 526.1775828 534.8335829 543.0095835 549.8895836 552.9775837","y":191.592,"children":["Dès qu’il marche seul, je peux lui apprendre à monter et descendre les marches "]}]}]},"commandset-345":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-684","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":143.5,"height":50.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-683","filter":"url(#filter-684)","data-angle":45,"data-distance":4,"data-height":28,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":121},{"nodeType":"g","id":"pathwrap-683","children":[{"nodeType":"g","id":"shape-685","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,25.749969 0,25.749969z","id":"path-685","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-686","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-686","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-346":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.0379944 30.5433292 41.0153303 51.4873314 58.5153322 63.3219991 73.7940002 84.2660013 94.178002 101.9620024","y":20.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-347":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-687","children":[{"nodeType":"path","d":"M0,0L545,0 545,49 0,49z","id":"path-687","fill":"none"}]},{"nodeType":"g","id":"shape-688","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-688","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-348":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-689","children":[{"nodeType":"path","d":"M0,0L153,0 153,26 0,26z","id":"path-689","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-690","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-690","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-349":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 53.9133355 64.2600028 72.1533362 74.7266697 82.8733362 93.2200035 95.793337 103.793337 111.793337 119.793337 127.793337","y":18.16,"children":["Norme NF EN 1930"]}],"style":{"fontWeight":"bold"}}]},"commandset-350":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.2080002 16.4560006 25.3600009 29.504001 33.3120011 39.9200014 48.8240017 52.9680018 60.6960024 64.5040025 71.6346697 79.0640034 82.8720035 92.242671 102.0426712 111.7493381 115.5573382 124.8720059 135.120007 144.9200072 149.0640073 157.7066741 161.5146742 165.2666745","y":23.937,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-351":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6b8zmOQ0Kp8","d":"M8,59L113.408004760742,59 113.408004760742,60 8,60z","id":"path-691","fill":"#0070C0","fill-opacity":1},{"nodeType":"path","data-ref-id":"5yWUZGXU35n","d":"M212,98L226.520004272461,98 226.520004272461,99 212,99z","id":"path-692","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 19.5760002 28.552001 37.0480013 44.6000018 47.6880019 51.8080023 60.3040026 67.5040024 70.5920025 79.0880028 88.0640036 93.5360037 101.6400038 110.6160046 116.6400048 123.8400046 127.3200049 130.408005 134.5280054 142.6320055 145.7200056 153.3200055 162.2960063 171.2720071 177.2960073 185.7920076 188.8800077 197.9360084 206.0400085 215.0160093 222.2160091 225.3040092 229.4240096 232.2240098 240.7200101 247.9200099 255.5200098 263.6240099 267.7440103 271.8640107 280.360011 287.0320109 290.120011 298.6160113 305.8160111 311.8400113 314.9280114 323.8080115 327.9280119 336.9040127 344.1040125 347.1920126 352.6640127 359.3360126 367.8320129 376.8880136 385.8640144 394.3600147 403.3360155 409.3600157 417.856016 420.9440161 429.4400164 438.4160172 444.4400174 451.1120173 459.6080176 462.6960177 472.2960181 475.3840182 483.8800185 489.9040187 492.9920188 502.5920192 505.6800193 513.7840194 522.7600202 529.96002 533.4400203","y":18.792,"children":["Chez les enants, la chute dans l’escalier est plus réquente entre 1 et 4 ans."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6b8zmOQ0Kp8","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046","y":57.192,"children":["3 bons réèxes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":76.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 32.7615633 40.9375639 47.817564 50.9055641 59.6415642 68.2975643 76.4735649 79.561565 92.2895656 100.9455657 109.6015658 112.6895659 120.8655665 129.5215666 134.673567 142.4575674 151.1135675 156.817568 159.9055681 166.7855682 174.9615688 178.0495689 186.785569 194.9615696 203.52157 207.32157 215.1055704 222.3855706 230.5615712 233.6495713 242.2095717 249.9935721 256.3455723 259.4335724 263.2335724 271.8895725 275.6895725 278.7775726 291.5055732 299.6815738 312.4095744 320.585575 323.7455751 326.8335752 334.625576 337.7135761 344.9935763 353.6495764 366.377577 374.9375774 381.2895776 385.0895776 391.9695777 395.0575778 402.8415782 405.9295783 415.209579 418.2975791 426.8575795 434.6415799 440.3455804 446.0495809 454.2255815 461.1055816 464.2655817 467.3535818 471.1215819 474.281582 478.081582 486.7375821 493.6175822 499.3215827 507.1055831 510.9055831 514.7055831 522.8815837 525.9695838 534.6255839 543.281584 551.4575846 554.5455847","y":76.392,"children":["Dès que mon enant se déplace par lui même, y compris à 4 pattes, j’installe une "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.7360001 36.5200005 42.8720007 49.2240009 53.0240009 61.2000015 67.5520017 75.7280023 78.8160024 87.5520025 95.7280031 98.8160032 105.6960033 113.8720039 121.1520041 129.8080042 136.1600044 139.9600044 145.6640049 153.8400055 156.9280056 165.1040062 173.7600063 176.8480064","y":95.592,"children":["barrière de sécurité en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"176.8479919 185.8239927 193.9279928 202.9039936 208.9279938 212.0159939 220.5119942 226.5359944","y":95.592,"children":["haut et"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"226.5359955 229.6239955 238.2799956 246.9359957 255.1119963 258.1999964 265.9839968 274.6399969 280.3439974 286.6959976 294.8719982 297.9599983 306.1359989 314.791999 317.8799991","y":95.592,"children":[" une autre en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"317.8800049 326.9360056 335.0400057 342.2400055 345.3280056","y":95.592,"children":["bas "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"345.3280029 354.064003 362.2400036 365.3280037 369.1280037 371.6080037 379.7840043 386.6640044 393.9440046 401.728005 405.528005 409.328005 417.5040056 423.8560058","y":95.592,"children":["de l’escalier"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":133.992,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 31.0255635 34.8255635 43.4815636 50.3615637 56.0655642 63.8495646 67.6495646 71.4495646 79.6255652 82.7135653 91.3695654 100.0255655 103.1135656 115.8415662 124.4975663 133.2335664 141.409567 145.209567 153.3855676 156.4735677 163.7535679 172.409568 181.0655681 186.2175685 194.8735686 201.2255688 213.9535694 222.12957 225.2175701 233.0015705 241.6575706 249.0255716 252.1135717 259.8095723 267.1775733 270.9775733 279.0495738 287.2255744 295.8815745 303.1615747 311.3375753 318.2175754 321.3055755 330.0415756 338.2175762 341.3055763 348.1855764 356.361577 363.6415772 372.2975773 378.6495775 382.4495775 388.153578 396.3295786 399.4175787 408.1535788 416.3295794 419.4175795 426.6975797 434.8735803 441.7535804 444.8415805 453.0175811 461.7535812 470.4095813 474.2095813 482.7695817 490.9455823 503.6735829 511.8495835 520.5055836 526.2095841 533.0895842 536.1775843 544.9135844 553.089585 556.1775851","y":133.992,"children":["J’installe un modèle conorme aux exigences de sécurité de ces équipements de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.5600004 37.2160005 45.3920011 51.7440013 55.5440013 62.8240015 71.4800016 75.2800016 80.9840021 89.6400022 95.9920024 104.168003","y":153.192,"children":["puériculture"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":191.592,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 32.7615633 40.9375639 47.817564 50.9055641 59.6415642 68.2975643 71.4575644 75.2575644 79.0575644 82.1455645 94.8735651 102.6575655 109.0095657 116.2895659 124.945566 133.1215666 136.2095667 143.0895668 151.2655674 159.9215675 163.7215675 166.8815676 169.9695677 173.7375678 181.9135684 185.0015685 193.5615689 201.7375695 210.3935696 217.7615706 220.8495707 224.6495707 233.3055708 237.1055708 240.1935709 247.9775713 256.5375717 265.0975721 271.4495723 279.6255729 288.281573 297.0175731 303.3695733 311.5455739 314.633574 322.4175744 325.5055745 338.2335751 346.8895752 355.5455753 361.2495758 369.4255764 375.7775766 378.8655767 387.0415773 392.7455778 395.8335779 404.569578 412.7455786 419.6255787 426.9055789 435.0815795 443.7375796 452.4735797 458.8255799 467.0015805 470.0895806 473.8895806 482.0655812 488.9455813 492.0335814 504.761582 512.5455824 518.8975826 526.1775828 534.8335829 543.0095835 549.8895836 553.0495837 556.1375838","y":191.592,"children":["Dès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. "]}]}]},"commandset-352":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-694","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":140,"height":51.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-693","filter":"url(#filter-694)","data-angle":45,"data-distance":4,"data-height":29,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":117.5},{"nodeType":"g","id":"pathwrap-693","children":[{"nodeType":"g","id":"shape-695","children":[{"nodeType":"path","d":"M0,0L115.333313,0 115.333313,27 0,27z","id":"path-695","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-696","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-696","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-353":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"15.0379944 28.5433292 39.0153303 49.4873314 56.5153322 61.3219991 71.7940002 82.2660013 92.178002 99.9620024","y":20.724,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-354":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-697","children":[{"nodeType":"path","d":"M0,0L542,0 542,49 0,49z","id":"path-697","fill":"none"}]},{"nodeType":"g","id":"shape-698","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-698","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-355":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-702","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":376,"height":302}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-701","filter":"url(#filter-702)","data-angle":0,"data-distance":0,"data-height":212,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":286},{"nodeType":"g","id":"pathwrap-701","children":[{"nodeType":"path","d":"M0,0L286,0 286,212 0,212z","id":"path-703","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.79888266324996948,0.79699248075485229]}],"id":"image-700","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-356":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-705","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":353.5,"height":279.5},{"nodeType":"filter","id":"filter-707","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":376,"height":302}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-704","filter":"url(#filter-705)","data-angle":0,"data-distance":0,"data-height":212,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":286},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-704","filter":"url(#filter-707)","data-angle":0,"data-distance":0,"data-height":212,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":286},{"nodeType":"g","id":"pathwrap-704","children":[{"nodeType":"path","d":"M0,0L286,0 286,212 0,212z","id":"path-708","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.79888266324996948,0.79699248075485229]}],"id":"image-706","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-357":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-712","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":295,"height":380}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-711","filter":"url(#filter-712)","data-angle":0,"data-distance":0,"data-height":290,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":205},{"nodeType":"g","id":"pathwrap-711","children":[{"nodeType":"path","d":"M0,0L205,0 205,290 0,290z","id":"path-713","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-710","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-358":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-715","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":272.5,"height":357.5},{"nodeType":"filter","id":"filter-717","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":295,"height":380}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-714","filter":"url(#filter-715)","data-angle":0,"data-distance":0,"data-height":290,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":205},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-714","filter":"url(#filter-717)","data-angle":0,"data-distance":0,"data-height":290,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":205},{"nodeType":"g","id":"pathwrap-714","children":[{"nodeType":"path","d":"M0,0L205,0 205,290 0,290z","id":"path-718","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-716","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-359":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 314.2880174 327.6640188 341.5520193 358.9920198 376.8160211 389.8080226 402.8000241 416.1760255 437.392027 450.7680284 468.0480291 481.9360296 488.3680298","y":41.176,"children":["JE PREVIENS LE RISQUE D’ETOUFFEMENT."]}],"style":{"fontWeight":"bold"}}]},"commandset-360":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-719","children":[{"nodeType":"path","d":"M1E-06,75.83342C-2.4E-05,33.951813 33.951694,4E-05 75.833298,-2E-06L75.833298,-2E-06L76.999809,7E-06C118.881432,-6.8E-05 152.833237,33.951633 152.833298,75.833351 152.833298,75.833366 152.833298,75.833374 152.833298,75.833389L152.833298,75.833389L152.833313,75.833374 152.833313,673.666748 0,673.666748 0,75.833374z","id":"path-719","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-720","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[90]}],"id":"text-720","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":90,"x":414,"y":260}],"className":"uneventable"}],"className":"eventable"},"commandset-361":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-249.2371216 -238.5917883 -230.0797882 -216.3411226 -202.602457 -194.1757907 -185.4504575 -179.4771241 -175.1251243 -166.8264573 -158.3144572 -149.589124 -141.290457 -136.9384572 -132.6291239 -128.2771241 -119.8504578 -113.5144578 -109.162458 -104.8531247 -96.3837911 -92.0317913 -84.2877909 -75.8611246 -67.5624576 -58.7731243 -52.4371243 -48.0851245 -42.1117911 -33.6851248 -29.333125 -20.522458 -12.0957917 -7.7437919 5.9948737 14.5068738 23.232207 27.5842068 36.0108731 44.7362063 50.4535396 58.9228732 67.6482064 73.6215398 77.9735396 86.4002059 94.2508729 102.6775392 110.9762062 115.328206 129.0668716 137.5362052 141.888205 150.7842049 159.2535385 166.9975389 174.7415393 179.0935391 187.6055392 196.3308724 200.6828722 209.5788721 218.0908722 226.8802055 233.2162055 237.5682053 241.8775386 250.3042049 258.0482053 262.4002051 271.296205 275.6055383 284.0748719 292.8002051 298.7735385 307.2002048 314.9442052 319.296205 328.106872 331.8188719 336.1708717 344.8962049 350.8695383 359.2962046 365.6322046 369.9842044 378.4108707 387.200204 393.536204 397.8882038 408.0002033","y":337.543,"children":["Comment concilier la sécurite de mon enant avec ma passion pour les plantes d’intérieur ?"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-256 -252.9119999 -249.8239998 -246.7359997 -239.4719988 -231.2959982 -228.2079981","y":359.5,"children":[" Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-228.2080078 -220.6080079 -211.6320071 -202.6560063 -198.5360059 -191.3360061 -187.2160057 -180.0160059 -176.9280058","y":359.5,"children":["choisis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-176.9279938 -173.1279938 -164.9519932 -161.8639931 -149.1359925 -140.6239924 -132.9759922 -124.7999916 -116.1439915 -113.0559914 -104.3199913 -101.1599912 -92.7039909 -85.0559907 -76.3199906 -70.3679905 -62.5839901 -56.8799896 -48.703989 -42.3519888 -39.2639887 -35.4639887 -27.2879881 -20.407988 -17.3199879 -8.7599875 -4.9599875 2.8240129 11.480013 17.1840135 25.3600141 32.2400142 35.3280143 39.1280143 47.3040149 50.392015 58.9520154 62.7520154 71.4080155 78.2880156 81.3760157 88.2560158 96.9120159 103.2640161 106.3520162 114.9120166 123.5680167 132.2240168 138.576017 141.6640171 154.3920177 163.0480178 171.7040179 174.792018 182.9680186 191.6240187 196.7760191 204.5600195 213.2160196 218.9200201 222.0800202","y":359.5,"children":["le moyen d’hydrater les plantes le plus sûr pour mon enant."]}]}]},"commandset-362":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-721","children":[{"nodeType":"path","d":"M0,0L204,0 204,27 0,27z","id":"path-721","fill":"none"}]},{"nodeType":"g","id":"shape-722","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-722","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-363":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3457031 25.3925781 32.0664062 35.1835937 38.734375 41.8515625 45.0566406 51.7304687 56.6289062 61.5273437 68.2597656 71.3769531 78.109375 85.4746094 88.5917969 95.265625 100.1640625 106.7382812 109.7734374 112.8085936 119.5410155 122.658203 130.0117186 137.2597655 142.158203 148.8906249 156.2558593 161.9804687 168.7128906 172.2636718","y":17.826,"children":["Oya ( Jarre en argile poreuse)"]}]}]},"commandset-364":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-723","children":[{"nodeType":"path","d":"M0,0L120,0 120,27 0,27z","id":"path-723","fill":"none"}]},{"nodeType":"g","id":"shape-724","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-724","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-365":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.7753906 20.8105468 23.845703 26.8808592 33.6132811 39.3378905 42.455078 49.8085936 51.8476561 58.580078 65.2539061 72.6191405","y":17.826,"children":["Billes d’eau"]}]}]},"commandset-366":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.0219998 20.1859998 23.858 32.5519993 39.7159993 49.3819987 57.7159983 61.3879985 72.9619979 76.0939979 84.6799974 96.2539968 103.4179968 110.2939972 114.289997 123.7399968 132.9559964 140.1199964 149.335996 153.0079962 156.6259958","y":24.474,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-367":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-725","children":[{"nodeType":"path","d":"M0,0L584.666687011719,0 584.666687011719,177.375045776367 0,177.375045776367z","id":"path-725","fill":"none"}]},{"nodeType":"g","id":"shape-726","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-726","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-368":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6GmXsx0bZo1","d":"M8,97.1000061035156L113.408004760742,97.1000061035156 113.408004760742,98.1000061035156 8,98.1000061035156z","id":"path-727","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.6000004 20.6880005 26.1600006 35.1360014 39.2560018 46.4560016 49.5440017 56.7440015 65.7200023 72.3920022 75.4800023 85.0800027 94.6800031 98.1600034 101.2480035 105.3680039 113.8640042 121.064004 124.1520041 128.2720045 137.2480053 145.6400055 154.1360058 161.3360056 167.3600058 171.4800062 180.456007 189.4320078 196.6320076 199.7200077 208.7760084 217.2720087 220.3600088 229.4160095 233.5360099 237.6560103 241.7760107 250.272011 257.4720108 260.5600109 269.6160116 272.4160118 280.9120121 289.0160122 297.992013 301.0800131 308.2800129 317.2560137 323.9280136 332.0400141 336.1600145 344.6560148 353.6320156 362.6080164 371.1040167 380.0800175 386.1040177 389.1920178 397.2960179 400.384018 409.4400187 418.4160195 431.4640208 435.5840212 443.1840211 447.3040215 451.4240219 459.9200222 463.0080223 471.5040226 477.5280228 480.6160229 488.2160228 497.1920236 505.6880239 513.2400244 516.3280245 525.3040253 534.2800261","y":17.892,"children":["7 ois sur 10, les ingestions de billes d’eau surviennent à domicile et chez un"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"534.2801514 537.3681514","y":17.892,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.4960003 25.4720011 30.9440012 39.0480013 48.0240021 54.0480023 57.1360024 66.1920031 74.6880034 77.7760035 90.8240048 99.8000056 103.920006 112.8960068 120.0960066 123.1840067 132.2400074 140.7360077 143.8240078 153.4240082 156.5120083 164.6160084 173.5920092 180.792009 184.2720093 187.3600094","y":37.092,"children":["enant de moins de 6 ans. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.776 21.8960004 26.0160008 34.5120011 41.7120009 44.800001 53.6800011 62.1760014 71.1520022 79.1200031 87.6160034 96.5920042 102.6160044 105.7040045 118.7520058 127.2480061 136.2240069 144.7200072 151.3920071 154.4800072 158.5680075 167.5440083 174.7440081 183.8000088 192.7760096 195.7600098 203.8640099 206.95201 211.0720104 213.8720106 222.8480114 230.4480113 238.0480112 242.1680116 251.1440124 258.3440122 262.4640126 271.4400134 280.4160142 283.5040143 287.6240147 296.6000155 302.6240157 311.120016 318.3200158 324.344016 328.4640164 337.4400172 345.5440173 349.6640177 358.160018 361.6400183","y":56.292,"children":["Elles peuvent mener jusqu’à l’occlusion intestinale."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6GmXsx0bZo1","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046","y":94.692,"children":["2 bons réexes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":113.892,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 31.0255635 39.4815638 47.129564 55.8655641 61.8175642 69.6015646 75.3055651 83.4815657 86.5695658 94.7455664 100.4495669 103.537567 112.2735671 120.4495677 127.7295679 136.385568 142.7375682 150.9135688 154.0015689 166.7295695 174.9055701 181.7855702 184.8735703 193.4335707 197.2335707 205.0175711 213.6735712 219.3775717 227.5535723 234.4335724 237.5215725 245.1055731 252.7535733 260.9295739 268.2095741 271.2975742 279.9535743 288.6095744 291.6975745 300.4335746 304.2335746 311.1135747 319.6735751 328.3295752 335.2095753 339.0095753 344.7135758 348.5135758 353.6655762 356.7535763 365.4895764 374.1455765 382.3215771 385.4095772 398.1375778 406.7935779 415.449578 418.5375781 426.7135787 435.3695788 440.5215792 448.3055796 456.9615797 462.6655802 465.7535803 474.4095804 482.585581 485.6735811 494.2335815 502.8895816 511.5455817 517.8975819 523.849582 531.6335824 534.7215825 543.2815829 551.0655833 557.9455834 561.0335835","y":113.892,"children":["J’hydrate et décore mes plantes avec un dispositi que mon enant ne pourra pas "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 27.5840006 35.3760014 43.1600018 46.9600018 55.1360024 61.4880026","y":133.092,"children":["avaler"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":171.492,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 46.0095642 53.7935646 57.5935646 64.4735647 67.5615648 76.2975649 84.953565 93.1295656 96.2175657 100.0175657 103.1775658 111.8335659 118.713566 126.4975664 134.5695669 142.7455675 145.8335676 149.6335676 158.2895677 167.0255678 170.8255678 179.5615679 188.217568 196.3935686 199.4815687 208.2175688 216.3935694 223.2735695 226.3615696 235.0975697 238.8975697 242.6975697 246.4975697 254.6735703 261.5535704 264.6415705 273.3775706 275.8575706 284.0335712 291.8175716 300.4735717 303.5615718 311.7375724 318.6175725 324.321573 327.4095731 336.1455732 344.3215738 351.601574 360.2575741 368.9135742 375.7935743 383.9695749 387.7695749 391.5695749 395.3695749 403.5455755 406.6335756 413.9135758 422.5695759 430.7455765 437.9775773 441.0655774 444.8655774 453.041578 459.9215781 463.0095782 471.1855788 479.8415789 484.9935793 492.7775797 501.4335798 507.1375803 514.0175804","y":171.492,"children":["Je sais que l’usage ludique des billes d’eau est déconseillé chez les enants"]}]}]},"commandset-369":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-729","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":145,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-728","filter":"url(#filter-729)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":122.5},{"nodeType":"g","id":"pathwrap-728","children":[{"nodeType":"g","id":"shape-730","children":[{"nodeType":"path","d":"M0,0L120.333374,0 120.333374,32 0,32z","id":"path-730","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-731","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-731","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-370":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.5379944 31.0433292 41.5153303 51.9873314 59.0153322 63.8219991 74.2940002 84.7660013 94.678002 102.4620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-371":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-732","children":[{"nodeType":"path","d":"M0,0L520,0 520,54 0,54z","id":"path-732","fill":"none"}]},{"nodeType":"g","id":"shape-733","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-733","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-372":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.854167 25.2968755 31.8437505 36.1979175 41.2760425 47.2604175 50.0989592 52.8697927 59.6197927 67.6614597 73.5156267 79.4479187 85.3020857 88.0729192 91.5052109 94.2760444 100.8697944 106.8020864 113.3385449 119.8750034 126.3177119 130.6718789 134.4375039 137.2083374 143.7447959 145.5572959 151.5416709 155.3072959 161.8541709 168.3906294 174.3750044 177.1458379 183.6822964 189.6666714 192.4375049 196.2031299 202.6458384 208.2343804 210.9322971 216.0104221 222.4531306 227.7968806 230.4947973 236.3385473 239.036464 241.7343807 247.6666727 254.2135477 259.2916727 265.2760477 268.0468812 277.6770902 283.6093822 286.3072989 289.0781324 295.1770909 301.2760494 307.3750079 313.4739664 316.0885499 318.8593834","y":16.401,"children":["Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.9739585 22.5208335 28.3645835 34.3489585 39.4375005 43.2031255 45.9010422 52.3437507 58.8906257 61.6614592 68.1979177 74.1822927 76.9531262 83.4895847 86.1875014 88.8854181 91.5833348 97.5677098 102.6562518 105.4270853 111.9635438 113.7760438 119.7604188 125.6927108 132.2395858 135.0104193 141.7604193 148.3072943 154.2395863 156.937503 162.312503 167.401045 173.38542 176.1562535 182.692712 188.677087 193.765629 196.5364625 201.6145875 207.5468795 212.6354215 215.406255 221.39063 227.937505 232.291672 238.276047 244.119797 246.8177137 251.9062557 255.6718807 260.0260477 266.0104227 271.0989647 273.8697982 276.6406317 283.1770902 289.1093822 293.4635492 296.2343827 298.9322994 304.9166744 310.0052164 312.7760499 319.5052169 325.4895919 332.0364669 335.8020919 340.1562589 346.1406339 351.2291759 354.0000094 359.9323014 366.4791764 370.2448014 372.9427181 379.4791766 385.9218851 388.6198018 393.7083438 400.1510523 406.6979273 409.4687608 412.2395943 418.7760528 425.3229278 428.0937613 434.1927198 440.1770948 444.5312618 447.3020953 450.000012 455.932304 462.479179 467.822929 470.5208457 476.5052207 480.8593877 483.6302212","y":30.927,"children":["Ingestion de billes d’eau Analyse des cas enregistrés par les Centres antipoison du 1er janvier "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.0989585 25.197917 31.2968755 37.395834 40.1666675 46.0989595 52.6458345 55.416668 61.5156265 67.614585 70.3854185 76.921877 82.906252 87.984377 93.968752 103.890627 110.4270855 114.7812525 120.7656275 123.536461 129.6354195 135.734378 141.8333365 147.932295","y":45.453,"children":["2010 au 31 décembre 2019"]}]}]},"commandset-373":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.2080002 16.4560006 25.3600009 29.504001 33.3120011 39.9200014 48.8240017 52.9680018 60.6960024 64.5040025 71.6346697 79.0640034 82.8720035 92.242671 102.0426712 111.7493381 115.5573382 124.8720059 135.120007 144.9200072 149.0640073 157.7066741 161.5146742 165.2666745","y":24.937,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-374":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-735","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":136,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-734","filter":"url(#filter-735)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":113.5},{"nodeType":"g","id":"pathwrap-734","children":[{"nodeType":"g","id":"shape-736","children":[{"nodeType":"path","d":"M0,0L111.333374,0 111.333374,32 0,32z","id":"path-736","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-737","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-737","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-375":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13.0379944 26.5433292 37.0153303 47.4873314 54.5153322 59.3219991 69.7940002 80.2660013 90.178002 97.9620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-376":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-738","children":[{"nodeType":"path","d":"M0,0L555.333374023438,0 555.333374023438,177.375061035156 0,177.375061035156z","id":"path-738","fill":"none"}]},{"nodeType":"g","id":"shape-739","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-739","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-377":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6ZMzGj75zKG","d":"M8,97.1000061035156L113.408004760742,97.1000061035156 113.408004760742,98.1000061035156 8,98.1000061035156z","id":"path-740","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.6000004 20.6880005 26.1600006 35.1360014 39.2560018 46.4560016 49.5440017 56.7440015 65.7200023 72.3920022 75.4800023 85.0800027 94.6800031 98.1600034 101.2480035 105.3680039 113.8640042 121.064004 124.1520041 128.2720045 137.2480053 145.6400055 154.1360058 161.3360056 167.3600058 171.4800062 180.456007 189.4320078 196.6320076 199.7200077 208.7760084 217.2720087 220.3600088 229.4160095 233.5360099 237.6560103 241.7760107 250.272011 257.4720108 260.5600109 269.6160116 272.4160118 280.9120121 289.0160122 297.992013 301.0800131 308.2800129 317.2560137 323.9280136 332.0400141 336.1600145 344.6560148 353.6320156 362.6080164 371.1040167 380.0800175 386.1040177 389.1920178 397.2960179 400.384018 409.4400187 418.4160195 431.4640208 435.5840212 443.1840211 447.3040215 451.4240219 459.9200222 463.0080223 471.5040226 477.5280228 480.6160229 488.2160228 497.1920236 505.6880239 513.2400244 516.3280245 525.3040253 534.2800261","y":17.892,"children":["7 ois sur 10, les ingestions de billes d’eau surviennent à domicile et chez un"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"534.2801514 537.3681514","y":17.892,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.4960003 25.4720011 30.9440012 39.0480013 48.0240021 54.0480023 57.1360024 66.1920031 74.6880034 77.7760035 90.8240048 99.8000056 103.920006 112.8960068 120.0960066 123.1840067 132.2400074 140.7360077 143.8240078 153.4240082 156.5120083 164.6160084 173.5920092 180.792009 184.2720093 187.3600094","y":37.092,"children":["enant de moins de 6 ans. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.776 21.8960004 26.0160008 34.5120011 41.7120009 44.800001 53.6800011 62.1760014 71.1520022 79.1200031 87.6160034 96.5920042 102.6160044 105.7040045 118.7520058 127.2480061 136.2240069 144.7200072 151.3920071 154.4800072 158.5680075 167.5440083 174.7440081 183.8000088 192.7760096 195.7600098 203.8640099 206.95201 211.0720104 213.8720106 222.8480114 230.4480113 238.0480112 242.1680116 251.1440124 258.3440122 262.4640126 271.4400134 280.4160142 283.5040143 287.6240147 296.6000155 302.6240157 311.120016 318.3200158 324.344016 328.4640164 337.4400172 345.5440173 349.6640177 358.160018 361.6400183","y":56.292,"children":["Elles peuvent mener jusqu’à l’occlusion intestinale."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6ZMzGj75zKG","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046","y":94.692,"children":["2 bons réexes:"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":113.892,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 31.0255635 39.4815638 47.129564 55.8655641 61.8175642 69.6015646 75.3055651 83.4815657 86.5695658 94.7455664 100.4495669 103.537567 112.2735671 120.4495677 127.7295679 136.385568 142.7375682 150.9135688 154.0015689 166.7295695 174.9055701 181.7855702 184.8735703 193.4335707 197.2335707 205.0175711 213.6735712 219.3775717 227.5535723 234.4335724 237.5215725 245.1055731 252.7535733 260.9295739 268.2095741 271.2975742 279.9535743 288.6095744 291.6975745 300.4335746 304.2335746 311.1135747 319.6735751 328.3295752 335.2095753 339.0095753 344.7135758 348.5135758 353.6655762 356.7535763 365.4895764 374.1455765 382.3215771 385.4095772 398.1375778 406.7935779 415.449578 418.5375781 426.7135787 435.3695788 440.5215792 448.3055796 456.9615797 462.6655802 465.7535803 474.4095804 482.585581 485.6735811 494.2335815 502.8895816 511.5455817 517.8975819 523.849582 531.6335824 534.7215825","y":113.892,"children":["J’hydrate et décore mes plantes avec un dispositi que mon enant ne pourra "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.5600004 36.3440008 43.2240009 46.312001 53.8960016 61.6880024 69.4720028 73.2720028 81.4480034 87.8000036","y":133.092,"children":["pas avaler"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":171.492,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 27.8655634 36.041564 39.1295641 46.0095642 53.7935646 57.5935646 64.4735647 67.5615648 76.2975649 84.953565 93.1295656 96.2175657 100.0175657 103.1775658 111.8335659 118.713566 126.4975664 134.5695669 142.7455675 145.8335676 149.6335676 158.2895677 167.0255678 170.8255678 179.5615679 188.217568 196.3935686 199.4815687 208.2175688 216.3935694 223.2735695 226.3615696 235.0975697 238.8975697 242.6975697 246.4975697 254.6735703 261.5535704 264.6415705 273.3775706 275.8575706 284.0335712 291.8175716 300.4735717 303.5615718 311.7375724 318.6175725 324.321573 327.4095731 336.1455732 344.3215738 351.601574 360.2575741 368.9135742 375.7935743 383.9695749 387.7695749 391.5695749 395.3695749 403.5455755 406.6335756 413.9135758 422.5695759 430.7455765 437.9775773 441.0655774 444.8655774 453.041578 459.9215781 463.0095782 471.1855788 479.8415789 484.9935793 492.7775797 501.4335798 507.1375803 514.0175804","y":171.492,"children":["Je sais que l’usage ludique des billes d’eau est déconseillé chez les enants"]}]}]},"commandset-378":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-741","children":[{"nodeType":"path","d":"M0,0L506,0 506,54 0,54z","id":"path-741","fill":"none"}]},{"nodeType":"g","id":"shape-742","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-742","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-379":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-743","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,79.736816 0,79.736816z","id":"path-743","fill":"none"}]},{"nodeType":"g","id":"shape-744","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-744","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-380":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-745","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,79.736816 0,79.736816z","id":"path-745","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-746","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-746","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-381":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-747","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,79.736816 0,79.736816z","id":"path-747","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-748","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-748","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-382":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-749","children":[{"nodeType":"path","d":"M0,0L204.640381,0 204.640381,79.736816 0,79.736816z","id":"path-749","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-750","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-750","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-383":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.4160004 24.9120007 30.9360009 39.9120017 48.8880025 55.5600024 58.6480025 66.7520026 75.7280034 78.8160035 86.4160034 95.3920042 104.368005 108.4880054 116.1760061 119.2640062","y":36.592,"children":["Retour au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.0560007 23.552001 26.6400011 30.7600015 38.8640016 41.9520017 50.8320018 54.9520022 63.4480025 71.0480024 79.5440027","y":55.792,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-384":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081749,18.955671L39.713852,0.157522C39.492203,0.045581 39.249569,-1.3E-05 39.010803,0.004138 38.998447,0.003295 38.986092,0.004138 38.972771,0.003295 38.960415,0.004138 38.947987,0.003295 38.934662,0.004138 38.695896,-1.3E-05 38.453335,0.045581 38.231689,0.157522L38.231689,0.157522L0.865652,18.956514C0.220658,19.281443 -2.1E-05,20.000172 0.371896,20.562277L0.371896,20.562277L4.417064,26.666945C4.788981,27.228983 5.613868,27.42128 6.258862,27.097132L6.258862,27.097132L38.973663,10.63839 71.688538,27.097197C72.333603,27.42128 73.158348,27.22814 73.530334,26.666101L73.530334,26.666101L77.5755,20.561434C77.947418,20.000172 77.725777,19.281443 77.081749,18.955671z","fill-rule":"nonzero","id":"path-751","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-385":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,0L-2.4E-05,13.566457 -2.4E-05,31.526501 -2.4E-05,37.793701 -2.4E-05,38.576252C-2.4E-05,39.87447 1.207277,40.92643 2.69614,40.92643L2.69614,40.92643L3.596051,40.92643 8.090252,40.92643 20.226595,40.92643 20.226595,18.603411C20.226595,17.954271 20.830654,17.427902 21.57464,17.427902L21.57464,17.427902L32.362938,17.427902C33.107815,17.427902 33.710983,17.954271 33.710983,18.603411L33.710983,18.603411L33.710983,40.927273 45.846359,40.927273 50.340485,40.927273 51.240471,40.927273C52.729336,40.927273 53.936562,39.875313 53.936562,38.577095L53.936562,38.577095L53.936562,37.794544 53.936562,31.527344 53.936562,13.568078 26.966892,0z","fill-rule":"nonzero","id":"path-752","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-386":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.006609L10.787307,1.174615C10.787307,0.525544 10.183171,-4.4E-05 9.438293,-4.4E-05L9.438293,-4.4E-05L1.348001,-4.4E-05C0.604015,-4.4E-05 -4.6E-05,0.526322 -4.6E-05,1.174615L-4.6E-05,1.174615L-4.6E-05,4.580102 10.787307,10.006609z","fill-rule":"nonzero","id":"path-753","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-387":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.3120003 40.6880017 56.0480023 62.5760031 79.6000033 87.3440037 102.7040043 120.3040047 138.128006 151.5040074 166.864008 173.3920088 194.6080103 212.4320116 223.3440123 237.2320128 244.9760132 261.0720139 273.9360142 287.3120156 302.6720162","y":41.176,"children":["DES RISQUES MULTIPLES"]}],"style":{"fontWeight":"bold"}}]},"commandset-388":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-754","children":[{"nodeType":"path","d":"M0,0L327.333343505859,0 327.333343505859,44 0,44z","id":"path-754","fill":"none"}]},{"nodeType":"g","id":"shape-755","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-755","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-389":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 62.3439985 69.4899984 74.7999983 82.2339978 85.905998 93.2679975 96.5259974 100.1979976 106.731997 114.1479964 119.4939961 123.1659963 126.8019965 133.9479964 137.6199966 142.6599966 149.7699963 155.115996 160.4259959 167.5719958 174.1059952 180.6399946 187.7499943 191.4219945 198.6039947 206.0199941 209.6919943 213.3279945 220.4379942 224.1099944 231.5979943 238.7439942 242.3799944 249.3819943 256.5639945 263.925994","y":33.39,"children":["Dans le jardin, sur la terrasse ou le balcon"]}]}]},"commandset-390":{"nodeType":"g","children":[{"nodeType":"path","d":"M24,0L765.333374023438,0 765.333374023438,239.5 24,239.5z","id":"path-756","fill":"none"}],"className":"eventable"},"commandset-391":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-757","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-758","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-758","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-759","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-759","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-760","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-760","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-761","fill":"url(#gradient-fill-757)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-762","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-392":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-763","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,0.93750005587935781]},{"type":"translate","args":[-1,-1.2500000745058104]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-764","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-765","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-765","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-766","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-766","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-767","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-767","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-768","fill":"url(#gradient-fill-763)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-769","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,23.6L16,22.799999 18,20.799999 18.799999,20.799999 21.6,23.6 29.200001,16 30,16 32,18 32,18.799999 22,28.799999 21.200001,28.799999z","id":"path-770","fill":"url(#gradient-fill-764)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-393":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-772","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":786.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-773","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-774","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-774","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-775","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-775","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-776","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-776","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-771","filter":"url(#filter-772)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":741.333},{"nodeType":"g","id":"pathwrap-771","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-777","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-778","fill":"url(#gradient-fill-773)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-779","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-394":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-781","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":786.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-782","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,0.93750005587935781]},{"type":"translate","args":[-1,-1.2500000745058104]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-783","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-784","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-784","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-785","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-785","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-786","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-786","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-780","filter":"url(#filter-781)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":741.333},{"nodeType":"g","id":"pathwrap-780","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-787","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-788","fill":"url(#gradient-fill-782)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-789","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,23.6L16,22.799999 18,20.799999 18.799999,20.799999 21.6,23.6 29.200001,16 30,16 32,18 32,18.799999 22,28.799999 21.200001,28.799999z","id":"path-790","fill":"url(#gradient-fill-783)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-395":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 53.3600006 57.1600006 60.2480007 68.9040008 77.5600009 80.648001 88.8240016 95.7040017 101.4080022 104.4960023 113.0560027 116.8560027 125.5120028 132.3920029 136.1920029 144.3680035 153.0240036 159.3760038 166.2560039 169.416004 172.5040041 181.1600042 189.8160043 192.9040044 201.4640048 209.6400054 218.2960055 224.000006 227.0880061 232.7920066 241.4480067 250.1040068 256.9840069 260.072007 266.9520071 275.6080072 281.9600074 289.6080076 297.7840082 301.5840082 305.3840082 309.1840082 317.3600088 323.712009 326.8000091 334.9760097 343.6320098 346.7200099 359.4480105 367.6240111 380.3520117 388.5280123 391.6160124 397.3200129 405.4960135 418.2240141 426.7840145 433.6640146 436.8240147","y":28.192,"children":["Si on est plusieurs, on peut tous surveiller en même temps."]}]}]},"commandset-396":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-791","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-792","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-792","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-793","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-793","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-794","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-794","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-795","fill":"url(#gradient-fill-791)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-796","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-797","children":[{"nodeType":"path","d":"M-8,21.6L-8,20.799999 -6,18.799999 -5.2,18.799999 -2.4,21.6 5.2,14 6,14 8,16 8,16.799999 -2,26.799999 -2.8,26.799999z","id":"path-797","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-397":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-798","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,0.93750005587935781]},{"type":"translate","args":[-1,-1.2500000745058104]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-799","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-800","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-800","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-801","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-801","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-802","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-802","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-803","fill":"url(#gradient-fill-798)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-804","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,23.6L16,22.799999 18,20.799999 18.799999,20.799999 21.6,23.6 29.200001,16 30,16 32,18 32,18.799999 22,28.799999 21.200001,28.799999z","id":"path-805","fill":"url(#gradient-fill-799)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-806","children":[{"nodeType":"path","d":"M-8,21.6L-8,20.799999 -6,18.799999 -5.2,18.799999 -2.4,21.6 5.2,14 6,14 8,16 8,16.799999 -2,26.799999 -2.8,26.799999z","id":"path-806","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-398":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 52.2640009 60.4400015 63.5280016 76.2560022 84.4320028 87.5200029 94.8000031 103.4560032 112.1120033 118.9920034 126.7760038 134.056004 140.4080042 148.5840048 151.6720049 160.328005 168.9840051 172.7840051 181.5200052 190.1760053 198.3520059 211.0800065 219.2560071 227.9120072 233.6160077 236.7040078 244.4880082 247.5760083 251.3760083 259.1600087 262.2480088 269.1280089 277.784009 284.1360092 291.7840094 299.96001 303.76001 307.56001 311.36001 319.1440104 327.8000105 335.0800107 343.2560113 346.3440114 355.0800115 363.2560121 366.3440122 379.0720128 387.7280129 396.384013 399.4720131 407.6480137 416.3040138 421.4560142 429.2400146 437.8960147 443.6000152 446.6880153 455.4240154 463.2080158 471.8640159 478.744016 481.8320161 485.6320161 488.1120161 496.2880167 504.0720171 512.7280172","y":28.192,"children":["Je me consacre uniquement à la surveillance de mon enant dans l’eau"]}]}]},"commandset-399":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-808","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":786.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.50000008669768015]},{"type":"translate","args":[-0.54545459668499285,-0.50000004334884007]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-809","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,0.93750005587935781]},{"type":"translate","args":[-1,-1.2500000745058104]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-810","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-811","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-811","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-812","children":[{"nodeType":"path","d":"M731.333313,1E-06C736.856201,-9E-06 741.333313,4.477136 741.333313,9.999996 741.333313,9.999998 741.333313,10.000001 741.333313,10.000003L741.333313,10.000003L741.333313,33.999996C741.333313,39.522842 736.856201,43.999996 731.333374,43.999996L731.333374,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-812","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-813","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-813","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-807","filter":"url(#filter-808)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":741.333},{"nodeType":"g","id":"pathwrap-807","children":[{"nodeType":"path","d":"M32.999996,10C34.104565,9.999998 34.999996,10.895427 34.999996,11.999999 34.999996,11.999999 34.999996,12 34.999996,12L34.999996,31.999998C34.999996,33.104568 34.104568,33.999996 33,33.999996L13,33.999996C11.895431,34 11,33.104568 11,32L10.999999,12.000001C10.999999,10.895432 11.895429,10.000001 12.999997,9.999999z","id":"path-814","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-815","fill":"url(#gradient-fill-809)"},{"nodeType":"path","d":"M31.999996,11C33.104565,10.999998 33.999996,11.895427 33.999996,12.999999 33.999996,12.999999 33.999996,13 33.999996,13L33.999996,30.999998C33.999996,32.104568 33.104568,32.999996 32,32.999996L14,32.999996C12.895431,33 12,32.104568 12,31L11.999999,13.000001C11.999999,11.895432 12.895429,11.000001 13.999997,10.999999z","id":"path-816","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,23.6L16,22.799999 18,20.799999 18.799999,20.799999 21.6,23.6 29.200001,16 30,16 32,18 32,18.799999 22,28.799999 21.200001,28.799999z","id":"path-817","fill":"url(#gradient-fill-810)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-400":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 52.2640009 60.4400015 63.5280016 70.8080018 79.4640019 88.120002 95.9120028 102.264003 110.4400036 113.5280037 117.3280037 125.5040043 128.5920044 137.3280045 145.1120049 151.992005 158.8720051 162.6720051 171.3280052 174.4160053 182.0000059 189.6480061 197.8240067 205.1040069 208.192007 216.8480071 225.5040072 233.6800078 236.7680079 245.3280083 251.6800085 260.3360086 266.0400091 274.2160097 281.4960099 287.2000104 291.0000104 299.6560105 308.3120106 311.4000107 319.1840111 327.9200112 335.7040116 344.264012 349.9680125 358.1440131 366.3200137 369.4080138 378.1440139 386.800014 394.5840144 403.2400145 411.9760146 415.0640147 418.8640147 422.6640147 425.7520148 433.8880154 436.3680154 444.544016 451.4240161 457.1280166 460.2160167 468.7760171 476.5600175 483.4400176 486.5280177 495.1840178 500.8880183 504.6880183 508.4880183 512.2880183 519.1680184 527.344019","y":28.192,"children":["Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé"]}]}]},"commandset-401":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 52.2640009 60.4400015 63.5280016 70.4080017 79.0640018 85.416002 93.0640022 101.2400028 105.0400028 108.8400028 112.6400028 120.8160034 123.9040035 136.6320041 145.2880042 153.9440043 157.0320044 165.208005 173.8640051 179.0160055 186.8000059 195.456006 201.1600065 204.2480066 212.9840067 221.6400068 229.4240072 238.0800073 246.8160074 249.9040075 253.7040075 257.5040075 260.5920076 264.3600077 273.0160078 281.6720079 289.8480085 292.9360086 301.6720087 309.4560091 318.1120092 324.9920093 328.0800094 331.8800094 340.05601 343.1440101 346.9120102 354.6960106 361.0480108 369.7840109 373.5840109 382.240011","y":28.192,"children":["Je surveille mon enant quand il joue dans le jardin"]}]}]},"commandset-402":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 52.2640009 60.4400015 63.5280016 69.8800018 78.0560024 84.9360025 90.640003 98.8160036 101.9040037 109.6880041 112.7760042 120.0560044 128.7120045 134.416005 142.5920056 145.6800057 154.4160058 163.0720059 166.160006 174.8960061 182.6800065 189.5600066 196.4400067 200.2400067 208.8960068 211.9840069 220.720007 229.3760071 237.1600075 245.8160076 254.5520077 257.6400078 270.3680084 279.0240085 287.6800086 290.7680087 298.9440093 307.6000094 312.7520098 320.5360102 329.1920103 334.8960108 337.9840109 346.1600115 353.0400116 358.7440121 361.8320122 370.5680123 378.3520127 387.0080128 393.8880129 396.976013 400.776013 403.256013 411.4320136 419.216014 427.8720141","y":28.192,"children":["Je reste à côté du bassin quand mon enant est dans l’eau"]}]}]},"commandset-403":{"nodeType":"g","children":[{"nodeType":"path","d":"M81.3333435058594,40.25C81.3333435058594,62.4794611806894 63.1262543884475,80.5 40.6666717529297,80.5 18.2070891174119,80.5 0,62.4794611806894 0,40.25 0,18.0205388193106 18.2070891174119,0 40.6666717529297,0 63.1262543884475,0 81.3333435058594,18.0205388193106 81.3333435058594,40.25z","id":"path-818","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-404":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-819","children":[{"nodeType":"path","d":"M0,0L733,0 733,81 0,81z","id":"path-819","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-820","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-820","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-405":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"84.8040466 96.110713 104.9000463 108.6120462 117.0387125 124.7827129 130.7560463 135.1080461 143.4067131 151.8333794 156.1853792 165.017379 173.8067123 182.2333786 186.5853784 191.1293785 199.5560448 203.9080446 217.6467102 226.0733765 232.0467099 239.7907103 244.1427101 252.5693764 261.2947096 265.6467094 274.5427093 278.8520426 287.3213762 295.6200432 304.0467095 308.3987093 317.2947092 325.8067093 334.5960426 340.9320426 345.2840424 354.1800423 360.4733754 368.9000417 376.7507087 385.177375 393.9027082 398.254708 404.590708 408.9427078 417.7320411 426.4573743 434.8840406 439.2360404 447.9613736 456.4733737 464.601374 473.0707076 481.8813746 490.3080409 494.6600407 503.4707077 511.9400413 520.6653745 528.4093749 532.7613747 537.070708 545.4973743 549.8493741 558.745374 567.1720403 573.1453737 577.4973735 583.4707069 587.8227067 596.6973729 605.1667065 612.9107069 620.6547073 625.0067071 633.7320403 638.0840401 648.1960396","y":30.451,"children":["Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"288.9440002 298.5440006 301.6320007 308.3040006 316.8000009 325.680001 334.6560018 343.6320026 350.8320024 359.3280027 366.5280025 369.6160026 372.7040027 380.8080028 386.832003 392.8560032 401.3520035 410.3280043 419.384005 428.3600058 436.8560061 444.0560059","y":52.408,"children":["4 réponses attendues"]}],"style":{"fontWeight":"bold"}}]},"commandset-406":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-821","children":[{"nodeType":"path","d":"M0,0L107.000061,0 107.000061,26 0,26z","id":"path-821","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-822","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-822","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-407":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-823","children":[{"nodeType":"path","d":"M0,0L107.000061,0 107.000061,26 0,26z","id":"path-823","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-824","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-824","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-408":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-825","children":[{"nodeType":"path","d":"M0,0L107.000061,0 107.000061,26 0,26z","id":"path-825","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-826","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-826","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-409":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-827","children":[{"nodeType":"path","d":"M0,0L107.000061,0 107.000061,26 0,26z","id":"path-827","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-828","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-828","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-410":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-829","children":[{"nodeType":"path","d":"M0,0L107.000061,0 107.000061,26 0,26z","id":"path-829","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-830","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-830","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-411":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"17.117px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.1107788 35.560957 44.650301 51.7882605 56.1959935 65.6619206 74.7512646 81.8892241","y":19.624,"children":["Vérier"]}],"style":{"fontWeight":"bold"}}]},"commandset-412":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 321.4560186 327.9840194 345.2640201 362.7040206 377.3280211 393.2320223 410.5440226 423.920024","y":41.176,"children":["JE PREVIENS LE RISQUE DE NOYADE"]}],"style":{"fontWeight":"bold"}}]},"commandset-413":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 62.3439985 69.4899984 74.7999983 82.2339978 85.905998 93.2679975 96.5259974 100.1979976 106.731997 114.1479964 119.4939961 123.1659963 126.8019965 133.9479964 137.6199966 142.6599966 149.7699963 155.115996 160.4259959 167.5719958 174.1059952 180.6399946 187.7499943 191.4219945 198.6039947 206.0199941 209.6919943 213.3279945 220.4379942 224.1099944 231.5979943 238.7439942 242.3799944 249.3819943 256.5639945 263.925994","y":33.39,"children":["Dans le jardin, sur la terrasse ou le balcon"]}]}]},"commandset-414":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-831","children":[{"nodeType":"path","d":"M0,0L118,0 118,25.5 0,25.5z","id":"path-831","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-832","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-832","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-415":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-833","children":[{"nodeType":"path","d":"M0,0L118,0 118,25.5 0,25.5z","id":"path-833","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-834","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-834","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-416":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-835","children":[{"nodeType":"path","d":"M0,0L118,0 118,25.5 0,25.5z","id":"path-835","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-836","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-836","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-417":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-837","children":[{"nodeType":"path","d":"M0,0L118,0 118,25.5 0,25.5z","id":"path-837","fill":"#90A9D4","fill-opacity":1}]},{"nodeType":"g","id":"shape-838","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-838","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-418":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-839","children":[{"nodeType":"path","d":"M0,0L118,0 118,25.5 0,25.5z","id":"path-839","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-840","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-840","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-419":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"17.117px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.0621681 32.4466133 42.0494795 51.6523457 58.0970502 62.5047832 72.1076494 81.7105156 90.7998596 97.9378191","y":19.624,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-420":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.2080002 20.6373339 24.445334 33.4613347 40.8906684 50.9146686 59.5573354 63.3653355 69.9733358 78.8773361 83.0213362 92.5786701 100.0080038 103.8160039 115.8186713 119.9626714 127.3920051 137.4160053 146.0586721 149.8666722 153.6186725","y":24.937,"children":["JE PEUX FAIRE MIEUX !"]}]}]},"commandset-421":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-841","children":[{"nodeType":"path","d":"M0,0L582,0 582,165 0,165z","id":"path-841","fill":"none"}]},{"nodeType":"g","id":"shape-842","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-842","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-422":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6rPtnUGdZjw","d":"M8,82.4054718017578L113.408004760742,82.4054718017578 113.408004760742,83.4054718017578 8,83.4054718017578z","id":"path-843","fill":"#0070C0","fill-opacity":1},{"nodeType":"path","data-ref-id":"6rPtnUGdZjw","d":"M113,82.4054718017578L116.087997436523,82.4054718017578 116.087997436523,83.4054718017578 113,83.4054718017578z","id":"path-844","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.8160009 24.4880008 32.9840011 40.1840009 43.272001 52.3280017 55.808002 65.4080024 68.4960025 77.4720033 86.304004 94.2720049 102.7680052 105.8560053 113.0560051 122.0320059 128.7040058 131.7920059 141.3920063 144.4800064 149.6000068 159.2000072 168.8000076 181.3920086 186.512009 189.6000091 198.0960094 205.2960092 211.3200094 214.4080095 223.3840103 232.3600111 235.4480112 243.9440115 252.9200123 258.3920124 266.4960125 275.4720133 281.4960135 284.5840136 293.6400143 302.1360146 305.2240147 318.272016 327.2480168 331.3680172 340.344018 347.5440178 350.6320179 359.6880186 368.1840189 371.272019 380.8720194 383.9600195 392.0640196 401.0400204 408.2400202 411.3280203 416.8080208","y":20.197,"children":["Près d’1 noyé sur 5 (23%) est un enant de moins de 6 ans !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"416.808136 419.896136","y":20.197,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.2400007 24.736001 27.8240011 40.8720024 48.9760025 57.9520033 67.008004 75.9840048 84.4800051 87.5680052 96.6240059 105.1200062 108.2080063 115.4080061 124.3840069 131.0560068 139.0240077 147.520008 151.6400084 155.7600088 159.8800092 167.9840093 176.9600101 184.56001 193.0560103 196.1440104 204.6400107 213.6160115 216.7040116 225.2000119 232.4000117 238.4240119 241.512012 245.6320124 253.7360125 256.8240126 264.4240125 272.5280126 281.5040134 288.7040132 297.2000135 300.2880136 304.408014 312.5120141 315.6000142 324.4800143 328.6000147 337.5760155 344.7760153 347.8640154 353.3360155 360.0080154 368.5040157 377.5600164 386.5360172 395.0320175 404.0080183 410.0320185 418.5280188 422.0080191","y":39.397,"children":["Le manque de surveillance en est la cause la plus réquente."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6rPtnUGdZjw","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046 116.4960047","y":80.387,"children":["2 bons réèxes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":99.587,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 32.3375635 40.9935636 44.0815637 50.9615638 59.1375644 67.7935645 71.5935645 74.6815646 82.465565 91.2015651 99.8575652 103.6575652 109.3615657 117.5375663 120.6255664 128.4095668 135.2895669 142.169567 150.8255671 157.1775673 165.3535679 168.441568 172.241568 180.0255684 183.1135685 189.9935686 198.6495687 205.0015689 212.6495691 220.8255697 224.6255697 228.4255697 232.2255697 240.0095701 248.6655702 255.9455704 264.121571 267.2095711 275.3855717 284.0415718 287.1295719 294.4095721 303.0655722 311.7215723 317.4255728 321.2255728 329.8815729 338.537573 341.6255731 349.8015737 355.5055742 358.5935743 367.3295744 375.505575 378.5935751 391.3215757 399.1055761 407.7615762 411.5615762 419.7375768 426.089577 434.2655776 437.3535777 443.3055778 451.0895782 459.6495786 468.209579 474.5615792 483.2175793 490.4975795 499.1535796 507.3295802 515.5055808 518.6655809","y":99.587,"children":["Un seul adulte assure la surveillance en continu et de manière rapprochée."]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":137.987,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 30.0575628 38.7135629 41.801563 49.0815632 56.8655636 63.7455637 66.8335638 75.5695639 83.7455645 86.8335646 95.4895647 104.1455648 112.8015649 115.889565 124.5455651 130.2495656 134.0495656 137.8495656 141.6495656 148.5295657 156.3135661 162.0175666 165.8175666 174.4735667 183.1295668 186.2895669 189.377567 193.177567 201.3535676 204.4415677 213.1775678 220.9615682 227.8415683 234.7215684 238.5215684 247.1775685 250.2655686 259.0015687 267.6575688 275.8335694 279.6335694 282.7215695 291.4575696 300.1135697 303.2735698 307.0735698 310.8735698 313.9615699 320.84157 329.4975701 333.2975701 339.0015706 342.1615707 345.2495708 353.4255714 360.3055715 366.009572 369.0975721 381.8255727 385.6255727 392.5055728 395.5935729 404.249573 412.9055731 419.2575733 426.1375734 429.2255735 437.9615736 440.6255736 448.409574 454.1135745 459.817575 467.9935756 471.7935756 480.4495757 486.1535762 494.3295768 497.4175769 505.9775773 513.7615777 520.1135779 523.201578 531.8575781 540.5135782 543.6015783","y":137.987,"children":["En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.7360001 32.5360001 39.4160002 47.9760006 56.6320007 63.5120008 67.3120008 73.0160013 76.8160013 81.9680017 85.0560018 92.8400022 101.5760023 109.3600027 117.9200031 123.6240036 131.8000042 134.8880043 139.6880045 148.4240046 156.208005 162.5600052 168.9120054 172.7120054 180.888006 187.2400062 195.4160068 202.2960069 205.456007 208.5440071 216.3280075 220.1280075 227.9120079 234.2640081 246.9920087 255.1680093 258.3280094 261.4160095 268.6960097 277.3520098 286.0080099 293.6560101 301.8320107 308.1840109 313.8880114 322.5440115 328.8960117 337.0720123 340.2320124 343.3200125 351.1040129 359.840013 366.1920132 369.9920132 373.0800133 379.9600134 388.136014 391.936014 400.5920141 409.2480142 412.3360143 416.1360143 424.3120149 427.400015 440.1280156 448.7840157 457.5200158 465.6960164 469.4960164 477.672017 480.7600171 489.4960172 497.6720178 500.7600179 509.496018 517.2800184 524.1600185 531.0400186 534.8400186 543.4960187 548.2960189","y":157.187,"children":["dispositi adapté (barrières, alarme, couverture, abri selon le modèle de bassin)"]}]}]},"commandset-423":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-845","children":[{"nodeType":"path","d":"M0,0L493,0 493,36 0,36z","id":"path-845","fill":"none"}]},{"nodeType":"g","id":"shape-846","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-846","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-424":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 52.4346664 58.1413329 62.7279995 68.4986661 73.0853327 75.1439994 80.8506659 86.6213325 92.3919991 96.6266659 98.6853326 104.2586659 109.4479993 115.2186659 119.0213323 124.4719987 126.5306654 132.2373319 138.0079985 143.8319984 146.3653317 148.898665 154.7226649 160.4933315 165.9439979 168.0026646 173.783998 177.7519979 182.9413313 188.7119979 193.5653314 199.0159978 201.0746645 204.8773309 206.9359976 212.5093309 218.2799975 222.5146643 227.613331 233.0639974 235.5973307 238.130664 240.6639973 245.8533307 251.6239973 256.4773308 261.9279972 263.9866639 269.4373303 275.1439968 277.6773301 283.50133 288.9519964 297.4373298 299.9706631 305.7413297 308.274663 314.0453296 319.426663 321.9599963 327.7839962 333.5546628 339.0053292 341.0639959 346.8879958 352.3386622 356.9253288 358.9839955 364.7546621 370.4293285 375.6239949 380.8133283 386.6373282 392.0879946 396.6746612 398.7333279 402.2799945 404.3386612 411.0693274 416.5199938 421.1066604 426.877327 429.4106603 433.2133267 438.4026601 442.2053265 446.7919931 448.8506598 454.6746597 460.1253261 462.1839928","y":15.528,"children":["Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.5333333 17.1866666 22.637333 28.4079996 34.2319995 40.0026661 45.4533325 49.2559989 54.7066653 56.765332 64.8293321 72.909332 78.5573318 85.4319985 93.5386651 99.842665 105.4159983 107.474665 113.6613315 119.847998 126.0346645 132.221331","y":28.328,"children":["l’enquête NOYADES 2021"]}]}]},"commandset-425":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L58,0 58,58 0,58z","id":"path-848","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.59183675050735474,0.59183675050735474]}],"id":"image-847","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-426":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-849","children":[{"nodeType":"path","d":"M0,0L196,0 196,26 0,26z","id":"path-849","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-850","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-850","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-427":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 57.340002 59.9133355 70.2600028 78.1533362 86.3333365 94.3333365 102.3333365 107.0333368 115.0333368 123.0333368 131.0333368 133.6066703 140.3600034 142.9333369 145.5066704 153.5066704 161.5066704 169.5066704","y":18.16,"children":["Normes NFP90-306 à 309"]}],"style":{"fontWeight":"bold"}}]},"commandset-428":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L60,0 60,60 0,60z","id":"path-852","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-851","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-429":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L58,0 58,58 0,58z","id":"path-854","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-853","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-430":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L72,0 72,44 0,44z","id":"path-856","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.49438202381134033]}],"id":"image-855","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-431":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-857","children":[{"nodeType":"path","d":"M0,0L346.666656494141,0 346.666656494141,33 0,33z","id":"path-857","fill":"none"}]},{"nodeType":"g","id":"shape-858","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-858","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-432":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.2080002 16.4560006 25.3600009 29.504001 33.3120011 39.9200014 48.8240017 52.9680018 60.6960024 64.5040025 71.6346697 79.0640034 87.6506705 91.4586706 100.8293381 110.6293383 120.3360052 128.9226723 132.7306724 142.0453401 152.2933412 162.0933414 166.2373415 174.8800083 178.6880084 182.4400087","y":24.937,"children":["J’AI FAIT LES BONS CHOIX !"]}]}]},"commandset-433":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-859","children":[{"nodeType":"path","d":"M0,0L563,0 563,157 0,157z","id":"path-859","fill":"none"}]},{"nodeType":"g","id":"shape-860","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-860","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-434":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5alQOxwc8qq","d":"M8,75.3000030517578L113.408004760742,75.3000030517578 113.408004760742,76.3000030517578 8,76.3000030517578z","id":"path-861","fill":"#0070C0","fill-opacity":1},{"nodeType":"path","data-ref-id":"5alQOxwc8qq","d":"M113,75.3000030517578L116.087997436523,75.3000030517578 116.087997436523,76.3000030517578 113,76.3000030517578z","id":"path-862","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.8160009 24.4880008 32.9840011 40.1840009 43.272001 52.3280017 55.808002 65.4080024 68.4960025 77.4720033 86.304004 94.2720049 102.7680052 105.8560053 113.0560051 122.0320059 128.7040058 131.7920059 141.3920063 144.4800064 149.6000068 159.2000072 168.8000076 181.3920086 186.512009 189.6000091 198.0960094 205.2960092 211.3200094 214.4080095 223.3840103 232.3600111 235.4480112 243.9440115 252.9200123 258.3920124 266.4960125 275.4720133 281.4960135 284.5840136 293.6400143 302.1360146 305.2240147 318.272016 327.2480168 331.3680172 340.344018 347.5440178 350.6320179 359.6880186 368.1840189 371.272019 380.8720194 383.9600195 392.0640196 401.0400204 408.2400202 411.3280203 416.8080208","y":19.092,"children":["Près d’1 noyé sur 5 (23%) est un enant de moins de 6 ans !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"416.808136 419.896136","y":19.092,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.2400007 24.736001 27.8240011 40.8720024 48.9760025 57.9520033 67.008004 75.9840048 84.4800051 87.5680052 96.6240059 105.1200062 108.2080063 115.4080061 124.3840069 131.0560068 139.0240077 147.520008 151.6400084 155.7600088 159.8800092 167.9840093 176.9600101 184.56001 193.0560103 196.1440104 204.6400107 213.6160115 216.7040116 225.2000119 232.4000117 238.4240119 241.512012 245.6320124 253.7360125 256.8240126 264.4240125 272.5280126 281.5040134 288.7040132 297.2000135 300.2880136 304.408014 312.5120141 315.6000142 324.4800143 328.6000147 337.5760155 344.7760153 347.8640154 353.3360155 360.0080154 368.5040157 377.5600164 386.5360172 395.0320175 404.0080183 410.0320185 418.5280188 422.0080191","y":38.292,"children":["Le manque de surveillance en est la cause la plus réquente."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"5alQOxwc8qq","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.2800007 20.3680008 29.1040009 37.760001 46.4160011 53.2960012 56.3840013 62.7360015 70.9120021 79.9680028 87.6640034 94.5520039 102.7280045 109.6080046 113.4080046 116.4960047","y":73.492,"children":["2 bons réèxes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":92.692,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 32.3375635 40.9935636 44.0815637 50.9615638 59.1375644 67.7935645 71.5935645 74.6815646 82.465565 91.2015651 99.8575652 103.6575652 109.3615657 117.5375663 120.6255664 128.4095668 135.2895669 142.169567 150.8255671 157.1775673 165.3535679 168.441568 172.241568 180.0255684 183.1135685 189.9935686 198.6495687 205.0015689 212.6495691 220.8255697 224.6255697 228.4255697 232.2255697 240.0095701 248.6655702 255.9455704 264.121571 267.2095711 275.3855717 284.0415718 287.1295719 294.4095721 303.0655722 311.7215723 317.4255728 321.2255728 329.8815729 338.537573 341.6255731 349.8015737 355.5055742 358.5935743 367.3295744 375.505575 378.5935751 391.3215757 399.1055761 407.7615762 411.5615762 419.7375768 426.089577 434.2655776 437.3535777 443.3055778 451.0895782 459.6495786 468.209579 474.5615792 483.2175793 490.4975795 499.1535796 507.3295802 515.5055808","y":92.692,"children":["Un seul adulte assure la surveillance en continu et de manière rapprochée"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 13.6015625","y":131.092,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.6015625 30.0575628 38.7135629 41.801563 49.0815632 56.8655636 63.7455637 66.8335638 75.5695639 83.7455645 86.8335646 95.4895647 104.1455648 112.8015649 115.889565 124.5455651 130.2495656 134.0495656 137.8495656 141.6495656 148.5295657 156.3135661 162.0175666 165.8175666 174.4735667 183.1295668 186.2895669 189.377567 193.177567 201.3535676 204.4415677 213.1775678 220.9615682 227.8415683 234.7215684 238.5215684 247.1775685 250.2655686 259.0015687 267.6575688 275.8335694 279.6335694 282.7215695 291.4575696 300.1135697 303.2735698 307.0735698 310.8735698 313.9615699 320.84157 329.4975701 333.2975701 339.0015706 342.1615707 345.2495708 353.4255714 360.3055715 366.009572 369.0975721 381.8255727 385.6255727 392.5055728 395.5935729 404.249573 412.9055731 419.2575733 426.1375734 429.2255735 437.9615736 440.6255736 448.409574 454.1135745 459.817575 467.9935756 471.7935756 480.4495757 486.1535762 494.3295768 497.4175769 505.9775773 513.7615777 520.1135779 523.201578 531.8575781 540.5135782 543.6015783","y":131.092,"children":["En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20 28.7360001 32.5360001 39.4160002 47.9760006 56.6320007 63.5120008 67.3120008 73.0160013 76.8160013 81.9680017 85.0560018 92.8400022 101.5760023 109.3600027 117.9200031 123.6240036 131.8000042 134.8880043 139.6880045 148.4240046 156.208005 162.5600052 168.9120054 172.7120054 180.888006 187.2400062 195.4160068 202.2960069 205.456007 208.5440071 216.3280075 220.1280075 227.9120079 234.2640081 246.9920087 255.1680093 258.3280094 261.4160095 268.6960097 277.3520098 286.0080099 293.6560101 301.8320107 308.1840109 313.8880114 322.5440115 328.8960117 337.0720123 340.2320124 343.3200125 351.1040129 359.840013 366.1920132 369.9920132 373.0800133 379.9600134 388.136014 391.936014 400.5920141 409.2480142 412.3360143 416.1360143 424.3120149 427.400015 440.1280156 448.7840157 457.5200158 465.6960164 469.4960164 477.672017 480.7600171 489.4960172 497.6720178 500.7600179 509.496018 517.2800184 524.1600185 531.0400186 534.8400186 543.4960187 548.2960189","y":150.292,"children":["dispositi adapté (barrières, alarme, couverture, abri selon le modèle de bassin)"]}]}]},"commandset-435":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-863","data-original-image":"01","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-864","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-436":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-865","data-original-image":"02","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-866","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-437":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-867","data-original-image":"03","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-868","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-438":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-869","data-original-image":"04","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-870","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-439":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-871","data-original-image":"05","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-872","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-440":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-873","data-original-image":"06","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-874","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-441":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.0379944 29.5433292 40.0153303 50.4873314 57.5153322 62.3219991 72.7940002 83.2660013 93.178002 100.9620024","y":21.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-442":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L65,0 65,69 0,69z","id":"path-876","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.54166668653488159,0.574999988079071]}],"id":"image-875","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-443":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L63,0 63,67 0,67z","id":"path-878","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.54310345649719238,0.57758623361587524]}],"id":"image-877","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-444":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L78,0 78,52 0,52z","id":"path-880","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.54166668653488159,0.584269642829895]}],"id":"image-879","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-445":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 314.2880174 322.0320178 339.3120185 353.200019 370.6400195 386.0960189 393.8400193 410.448021 425.2000218 439.0880223 446.8320227 464.2720232 481.5520239","y":41.176,"children":["JE PREVIENS LE RISQUE D’INTOXICATION"]}],"style":{"fontWeight":"bold"}}]},"commandset-446":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L194,0 194,141 0,141z","id":"path-882","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.78861790895462036,0.78770947456359863]}],"id":"image-881","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-447":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L188,0 188,141 0,141z","id":"path-884","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.76734691858291626,0.7663043737411499]}],"id":"image-883","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-448":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-888","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":265,"height":208}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-887","filter":"url(#filter-888)","data-angle":0,"data-distance":0,"data-height":118,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":175},{"nodeType":"g","id":"pathwrap-887","children":[{"nodeType":"path","d":"M0,0L175,0 175,118 0,118z","id":"path-889","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.10074841976165772,0.098415344953536987]}],"id":"image-886","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-449":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-890","children":[{"nodeType":"path","d":"M0,0L95,0 95,25 0,25z","id":"path-890","fill":"none"}]},{"nodeType":"g","id":"shape-891","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-891","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-450":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"29.7010002 39.0130005 48.8230009 57.8650007 65.2990002 67.6150002","y":16.844,"children":["HOUX "]}],"style":{"fontWeight":"bold"}}]},"commandset-451":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-892","children":[{"nodeType":"path","d":"M0,0L124,0 124,25 0,25z","id":"path-892","fill":"none"}]},{"nodeType":"g","id":"shape-893","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-893","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-452":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.5629959 36.8749962 46.6849966 54.2269974 61.4809976 68.8129974 78.1249977 84.6349984 88.4629982 96.4369982 98.7529982","y":16.844,"children":["HORTENSIA "]}],"style":{"fontWeight":"bold"}}]},"commandset-453":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-894","children":[{"nodeType":"path","d":"M0,0L93.3333129882813,0 93.3333129882813,25 0,25z","id":"path-894","fill":"none"}]},{"nodeType":"g","id":"shape-895","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-895","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-454":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.9799995 34.6619997 42.0959992 49.3499994 53.1779992 59.6879999 67.0199997","y":16.844,"children":["CYTISE"]}],"style":{"fontWeight":"bold"}}]},"commandset-455":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-896","children":[{"nodeType":"path","d":"M0,0L151.999984741211,0 151.999984741211,25 0,25z","id":"path-896","fill":"none"}]},{"nodeType":"g","id":"shape-897","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-897","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-456":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34.3239975 40.7019978 48.3279982 57.369998 65.1819983 69.0099981 76.3419979 84.1539982 86.4699982 94.0239981 103.8339985 110.3439992 117.675999","y":16.844,"children":["LAURIER ROSE"]}],"style":{"fontWeight":"bold"}}]},"commandset-457":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-898","children":[{"nodeType":"path","d":"M-1E-06,63.333351C-2.3E-05,28.355337 28.355234,3.2E-05 63.333248,-4E-06L63.333248,-4E-06L63.333206,4E-06C98.311226,-5.9E-05 126.666565,28.355183 126.666618,63.333294 126.666618,63.333305 126.666618,63.333317 126.666618,63.333328L126.666618,63.333328L126.666626,63.333313 126.666626,698.755493 0,698.755493 0,63.333313z","id":"path-898","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-899","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[90]}],"id":"text-899","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":90,"x":411,"y":285}],"className":"uneventable"}],"className":"eventable"},"commandset-458":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.7359996 -274.4719992 -271.2079988 -267.9439984 -264.679998 -261.4159976 -258.1519972 -254.8879968 -251.6239964 -248.359996 -245.0959956 -241.8319952 -238.5679948","y":302.524,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.7359996 -274.4719992 -271.2079988 -267.9439984 -264.679998 -261.4159976 -258.1519972 -254.8879968 -251.6239964 -248.359996 -245.0959956 -241.8319952 -238.5679948 -235.3039944 -232.039994 -228.7759936 -225.5119932 -222.2479928 -218.9839924 -215.719992 -212.4559916 -209.1919912 -205.9279908 -202.6639904 -199.39999 -196.1359896 -192.8719892","y":332.599,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-192.871994 -182.2266607 -173.7146606 -159.975995 -146.2373294 -137.8106631 -129.0853299 -123.1119965 -118.7599967 -114.2159966 -110.5039967 -102.0773304 -93.7786634 -85.3093298 -78.9733298 -72.9999964 -64.5733301 -60.2213303 -55.911997 -47.4853307 -43.1333309 -36.7973309 -32.4453311 -24.7013307 -15.8693309 -7.0799976 1.3466687 5.6986685 14.5093355 18.2213354 22.5733352 31.2986684 37.2720018 45.7200018 53.8266684 58.1786682 66.4773352 74.861335 80.8346684 85.1866682 93.6986683 102.4240015 106.7760013 115.5866683 124.0560019 132.7813351 140.5253355 144.8773353 158.6160009 167.128001 175.8533342 180.205334 184.7493341 193.2186677 199.5120008 208.3226678 212.6746676 221.4000008 225.7520006 235.8640001","y":332.599,"children":["Comment j’écarte le risque d’intoxication dans mon jardin ?"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.9119999 -274.8239998 -271.7359997 -268.6479996 -265.5599995 -262.4719994 -259.3839993 -256.2959992 -253.2079991 -250.119999 -247.0319989 -243.9439988 -240.8559987 -237.7679986 -234.6799985 -231.5919984 -228.5039983 -225.4159982 -222.3279981 -219.239998 -216.1519979 -213.0639978 -209.9759977 -206.8879976 -203.7999975 -200.7119974 -197.6239973 -194.5359972 -185.2559965 -179.9359963 -176.8479962 -169.5839953 -161.4079947 -158.3199946","y":354.556,"children":[" 1- Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-158.3200073 -151.6480074 -143.1520071 -137.1280069 -128.1520061 -119.1760053 -112.5040054 -103.5280046 -95.0320043 -91.9440042","y":354.556,"children":["retourne "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-91.9440002 -86.2399998 -77.5839997 -68.9279996 -63.2239991 -55.0479985 -48.1679984 -45.0799983 -41.2799983 -33.1039977 -26.2239976 -23.1359975 -14.9599969 -9.2559964 -5.4559964 3.2800037 11.9360038 20.1120044 25.8160049 31.5200054 39.696006 46.5760061 49.7360062 52.8240063","y":354.556,"children":["toutes les étiquettes, "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.9119999 -274.8239998 -271.7359997 -268.6479996 -265.5599995 -262.4719994 -259.3839993 -256.2959992 -253.2079991 -250.119999 -247.0319989 -243.9439988 -240.8559987 -237.7679986 -234.6799985 -231.5919984 -228.5039983 -225.4159982 -222.3279981 -219.239998 -216.1519979 -213.0639978 -209.9759977 -206.8879976 -203.7999975 -200.7119974 -197.6239973 -194.5359972 -185.2559965 -179.9359963 -172.6719954 -164.4959948 -161.4079947","y":373.756,"children":[" 2-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-161.40802 -157.2880197 -153.1680193 -145.9680195 -142.8800194","y":373.756,"children":["lis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-142.8800049 -139.0800049 -130.9040043 -124.0240042 -120.9360041 -117.1360041 -108.480004 -103.3280036 -94.6720035 -88.3200033 -75.5920027 -67.8080023 -62.1040018 -58.3040018 -49.6480017 -40.9920016 -34.1120015 -31.0240014 -27.9360013 -21.0560012 -12.4960008 -4.3200002 2.96 6.76 15.2880008 24.0240009 32.680001 40.8560016 47.7360017 50.8240018 58.6080022 61.6960023 68.9760025 77.6320026 85.416003 94.1520031 102.8080032 110.9840038 114.0720039 121.8640047 129.6480051 136.0000053 139.8000053 147.9760059 153.6800064 161.856007 164.9440071","y":373.756,"children":["les inormations spéciques à chaque variété "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.9119999 -274.8239998 -271.7359997 -268.6479996 -265.5599995 -262.4719994 -259.3839993 -256.2959992 -253.2079991 -250.119999 -247.0319989 -243.9439988 -240.8559987 -237.7679986 -234.6799985 -231.5919984 -228.5039983 -225.4159982 -222.3279981 -219.239998 -216.1519979 -213.0639978 -209.9759977 -206.8879976 -203.7999975 -200.7119974 -197.6239973 -194.5359972 -185.2559965 -179.9359963 -176.8479962 -169.5839953 -161.4079947 -158.3199946","y":392.956,"children":[" 3- Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-158.3200073 -149.4400072 -145.3200068 -137.2160067 -128.2400059 -122.2160057 -113.7200054","y":392.956,"children":["plante"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-113.7200012 -110.5600011","y":392.956,"children":["."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.9119999","y":412.156,"children":[" "]}]}]},"commandset-459":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-900","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,26.999998 0,26.999998z","id":"path-900","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-901","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-901","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-460":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-902","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,26.999998 0,26.999998z","id":"path-902","fill":"#BFBFBF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-903","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-903","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-461":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-904","children":[{"nodeType":"path","d":"M0,0L118.666672,0 118.666672,26.999998 0,26.999998z","id":"path-904","fill":"#DFDFDF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-905","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-905","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-462":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"29.0453339 40.4973345 45.3040014 54.7586685 65.2306696 72.2586704 82.1706711 89.9546715","y":20.724,"children":["Planter"]}],"style":{"fontWeight":"bold"}}]},"commandset-463":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L95,0 95,48 0,48z","id":"path-907","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50526314973831177]}],"id":"image-906","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-464":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L166,0 166,120 0,120z","id":"path-909","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.67479676008224487,0.67039108276367188]}],"id":"image-908","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-465":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-913","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":235,"height":190}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-912","filter":"url(#filter-913)","data-angle":0,"data-distance":0,"data-height":100,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":145},{"nodeType":"g","id":"pathwrap-912","children":[{"nodeType":"path","d":"M0,0L145,0 145,100 0,100z","id":"path-914","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.083477258682250977,0.0834028348326683]}],"id":"image-911","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-466":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L160,0 160,120 0,120z","id":"path-916","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.65306121110916138,0.65217393636703491]}],"id":"image-915","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-467":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-917","children":[{"nodeType":"path","d":"M0,0L233.375122070313,0 233.375122070313,194.90185546875 0,194.90185546875z","id":"path-917","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#FE635B","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-918","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-918","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-468":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 24.5760002 34.4880009 44.1600018 49.2640019 57.9440022 67.7200022","y":36.492,"children":["CYTISE"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.776 30.3759999 39.3520007 46.0240006 53.6240005 62.1200008 65.6000011 68.6880012 77.0800014 86.0560022 95.032003 102.2320028 109.4320026 117.9280029 125.1280027 128.608003 131.6960031 140.0880033 146.3600036 154.4640037 158.5840041 167.5600049 176.0560052 183.256005 186.7360053 189.8240054","y":55.692,"children":["Ecorce, gousses, graines, "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.4720001 26.9680004 35.9440012 40.0640016 44.184002 48.3040024 56.8000027 64.0000025 67.0880026 75.5840029 81.6080031 84.6960032 94.0720036 102.5680039 111.5440047 118.2160046 125.4160044 128.5040045 134.5280047 143.024005 150.7120057 154.8320061 163.8880068 172.8640076 181.3600079 188.5600077","y":74.892,"children":["euilles et eurs toxiques"]}],"style":{"fontWeight":"bold"}}]},"commandset-469":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L121,0 121,112 0,112z","id":"path-920","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50224214792251587]}],"id":"image-919","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-470":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-921","children":[{"nodeType":"path","d":"M0,0L226,0 226,183 0,183z","id":"path-921","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-922","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-922","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-471":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.5040007 31.6720009 43.7280016 54.144002 59.2480021 69.0240021 79.4400025 82.5280026 92.6000031 105.680003 114.3600033 124.1360033","y":30.492,"children":["LAURIER ROSE"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.8720007 30.368001 39.3440018 43.4640022 47.5840026 51.704003 60.2000033 67.4000031 70.4880032 78.9840035 85.0080037 88.0960038 97.4720042 105.9680045 114.9440053 121.6160052 128.816005 131.9040051 137.9280053 144.6000052 153.0960055 160.2960053 163.3840054","y":49.692,"children":["Feuilles et eurs très "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.0240002 27.5200005 35.2080012 39.3280016 48.3840023 57.3600031 65.8560034 73.0560032","y":68.892,"children":["toxiques"]}],"style":{"fontWeight":"bold"}}]},"commandset-472":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L119,0 119,110 0,110z","id":"path-924","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.4917355477809906,0.49327355623245239]}],"id":"image-923","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-473":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-925","children":[{"nodeType":"path","d":"M0,0L225,0 225,182.61083984375 0,182.61083984375z","id":"path-925","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-926","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-926","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-474":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 25.4160004 38.4960003 48.552001 58.2240019 68.0000019 80.4160023 89.0960026 94.2000027 104.8320036","y":41.692,"children":["HORTENSIA"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.8160009 26.9360013 35.0400014 44.0160022 50.0400024 58.5360027 61.6240028 70.6000036 79.5760044 88.5520052 91.6400053 97.6640055 106.1600058 113.8480065 117.9680069 127.0240076 136.0000084 144.4960087","y":60.892,"children":["Plante non toxique"]}],"style":{"fontWeight":"bold"}}]},"commandset-475":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L124,0 124,109 0,109z","id":"path-928","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.50202429294586182,0.43951612710952759]}],"id":"image-927","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-476":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-929","children":[{"nodeType":"path","d":"M0,0L225.782363891602,0 225.782363891602,182.61083984375 0,182.61083984375z","id":"path-929","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-930","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-930","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-477":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 25.4160004 38.4960003 50.552001 60.4640017","y":30.492,"children":["HOUX"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.8720007 30.368001 39.3440018 43.4640022 47.5840026 51.704003 60.2000033 67.4000031 70.4880032 78.9840035 85.0080037 88.0960038 97.1520045 105.2560046 109.376005 117.8720053 125.0720051 128.1600052 134.8320051 143.8080059 152.7840067 161.1760069 169.6720072 172.7600073","y":49.692,"children":["Feuilles et baies rouge "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.0240002 27.5200005 35.2080012 39.3280016 48.3840023 57.3600031 65.8560034 73.0560032","y":68.892,"children":["toxiques"]}],"style":{"fontWeight":"bold"}}]},"commandset-478":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L119,0 119,109 0,109z","id":"path-932","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.4917355477809906,0.48878923058509827]}],"id":"image-931","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-479":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-933","children":[{"nodeType":"path","d":"M0,0L149.333343505859,0 149.333343505859,44 0,44z","id":"path-933","fill":"none"}]},{"nodeType":"g","id":"shape-934","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-934","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-480":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 76.6359981 83.1699975 86.8419977 94.2039972 101.3139969","y":33.39,"children":["Dans la cuisine"]}]}]},"commandset-481":{"nodeType":"g","children":[{"nodeType":"path","d":"M28,14C28,21.7319864976311 21.7319864976311,28 14,28 6.26801350236889,28 0,21.7319864976311 0,14 0,6.26801350236889 6.26801350236889,0 14,0 21.7319864976311,0 28,6.26801350236889 28,14z","id":"path-935","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#262626","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"g","id":"shape-936","children":[{"nodeType":"path","d":"M13.259054,18.042534C12.764209,18.042534 12.269363,18.207481 11.939466,18.537378 11.444621,18.867275 11.279673,19.362122 11.279673,19.856968 11.279673,20.516762 11.444621,21.011606 11.939466,21.341503 12.269363,21.6714 12.764209,21.836349 13.259054,21.836349 13.918848,21.836349 14.413693,21.6714 14.74359,21.341503 15.238436,21.011606 15.403384,20.516762 15.403384,19.856968 15.403384,19.362122 15.238436,18.867275 14.74359,18.537378 14.413693,18.207481 13.918848,18.042534 13.259054,18.042534z","id":"path-936","fill":"#000000","fill-opacity":1},{"nodeType":"path","d":"M17.217817,6.990986C16.393074,6.331192 15.403384,6.001296 14.083797,6.001296 13.094106,6.001296 12.104415,6.166244 11.444621,6.331192 10.784827,6.661089 10.125032,6.990986 9.630187,7.320883 9.30029,7.485832 9.30029,7.485832 9.30029,7.485832 10.619879,10.125008 10.619879,10.125008 10.619879,10.125008 10.949776,9.795111 10.949776,9.795111 10.949776,9.795111 11.114724,9.795111 11.279673,9.630162 11.60957,9.465214 11.774518,9.465214 11.939466,9.300265 12.269363,9.300265 12.434312,9.135317 12.764209,9.135317 12.929157,8.970368 13.094106,8.970368 13.424003,8.970368 13.588951,8.970368 14.248745,8.970368 14.578642,9.135317 14.74359,9.300265 14.908539,9.465214 15.073487,9.795111 15.073487,10.125008 15.073487,10.454905 14.908539,10.784801 14.74359,10.94975 14.578642,11.114698 14.413693,11.444595 14.248745,11.609544 13.918848,11.939441 13.588951,12.104389 13.424003,12.434286 12.929157,12.764183 12.764209,13.09408 12.434312,13.423977 12.269363,13.753874 11.939466,14.248719 11.774518,14.908513 11.774518,15.23841 11.774518,15.568307 11.774518,16.063152 11.774518,16.2281 11.774518,16.557997 11.774518,16.722946 11.774518,17.052843 11.774518,17.052843 11.774518,17.052843 12.104415,17.052843 12.104415,17.052843 12.104415,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,16.722946 14.74359,16.722946 14.74359,16.722946 14.74359,16.2281 14.74359,15.733255 14.908539,15.403358 15.073487,15.073462 15.403384,14.908513 15.568333,14.578616 15.89823,14.248719 16.063177,14.083771 16.393074,13.918822 16.88792,13.588925 17.052868,13.259028 17.382765,12.929132 17.712662,12.599235 18.042559,12.104389 18.207508,11.609544 18.372456,11.114698 18.537405,10.454905 18.537405,9.795111 18.537405,8.640471 18.042559,7.65078 17.217817,6.990986z","id":"path-937","fill":"#000000","fill-opacity":1}],"className":"uneventable"}],"className":"eventable"},"commandset-482":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,18.717915L39.713825,0.155519C39.49218,0.044983 39.249542,-3.9E-05 39.010777,0.004059 38.998421,0.003227 38.986069,0.004059 38.972744,0.003227 38.960388,0.004059 38.94796,0.003227 38.934639,0.004059 38.695873,-3.9E-05 38.453312,0.044983 38.231667,0.155519L38.231667,0.155519L0.865657,18.718748C0.220663,19.0396 -1.6E-05,19.749315 0.371901,20.304371L0.371901,20.304371L4.417066,26.332478C4.788983,26.887468 5.613869,27.077353 6.258862,26.757269L6.258862,26.757269L38.973637,10.504943 71.688484,26.757334C72.333557,27.077353 73.158295,26.886635 73.530281,26.331644L73.530281,26.331644L77.575447,20.303537C77.947365,19.749315 77.725716,19.0396 77.081696,18.717915z","fill-rule":"nonzero","id":"path-938","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-483":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-4E-06L-2.4E-05,13.396305 -2.4E-05,31.131098 -2.4E-05,37.319698 -2.4E-05,38.092434C-2.4E-05,39.374367 1.207277,40.413136 2.69614,40.413136L2.69614,40.413136L3.596051,40.413136 8.090252,40.413136 20.226595,40.413136 20.226595,18.370089C20.226595,17.729088 20.830654,17.20932 21.57464,17.20932L21.57464,17.20932L32.362938,17.20932C33.107815,17.20932 33.710983,17.729088 33.710983,18.370089L33.710983,18.370089L33.710983,40.413967 45.846359,40.413967 50.340485,40.413967 51.240471,40.413967C52.729336,40.413967 53.936562,39.375202 53.936562,38.093266L53.936562,38.093266L53.936562,37.32053 53.936562,31.131929 53.936562,13.397906 26.966892,-4E-06z","fill-rule":"nonzero","id":"path-939","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-484":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,9.881142L10.787307,1.159906C10.787307,0.518974 10.183171,-2.3E-05 9.438293,-2.3E-05L9.438293,-2.3E-05L1.348001,-2.3E-05C0.604015,-2.3E-05 -4.6E-05,0.519742 -4.6E-05,1.159906L-4.6E-05,1.159906L-4.6E-05,4.522686 10.787307,9.881142z","fill-rule":"nonzero","id":"path-940","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-485":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-941","children":[{"nodeType":"path","d":"M0,0L209.005798,0 209.005798,78.736816 0,78.736816z","id":"path-941","fill":"none"}]},{"nodeType":"g","id":"shape-942","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-942","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-486":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-943","children":[{"nodeType":"path","d":"M0,0L209.005798,0 209.005798,78.736816 0,78.736816z","id":"path-943","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-944","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-944","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-487":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-945","children":[{"nodeType":"path","d":"M0,0L209.005798,0 209.005798,78.736816 0,78.736816z","id":"path-945","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-946","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-946","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-488":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-947","children":[{"nodeType":"path","d":"M0,0L209.005798,0 209.005798,78.736816 0,78.736816z","id":"path-947","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-948","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-948","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-489":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.4160004 24.9120007 30.9360009 39.9120017 48.8880025 55.5600024 58.6480025 66.7520026 75.7280034 78.8160035 86.4160034 95.3920042 104.368005 108.4880054 116.1760061 119.2640062","y":36.092,"children":["Retour au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.0560007 23.552001 26.6400011 30.7600015 38.8640016 41.9520017 50.8320018 54.9520022 63.4480025 71.0480024 79.5440027","y":55.292,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-490":{"nodeType":"g","children":[{"nodeType":"path","d":"M119.999992370605,60C119.999992370605,93.1370849898476 93.1370790683512,120 59.9999961853027,120 26.8629133022542,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629133022542,0 59.9999961853027,0 93.1370790683512,0 119.999992370605,26.8629150101524 119.999992370605,60z","id":"path-949","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-491":{"nodeType":"g","children":[{"nodeType":"path","d":"M120.000015258789,60C120.000015258789,93.1370849898476 93.1370968328404,120 60.0000076293945,120 26.8629184259487,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629184259487,0 60.0000076293945,0 93.1370968328404,0 120.000015258789,26.8629150101524 120.000015258789,60z","id":"path-950","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-492":{"nodeType":"g","children":[{"nodeType":"path","d":"M121.000015258789,60C121.000015258789,93.1370849898476 93.9132392077558,120 60.5000076293945,120 27.0867760510333,120 0,93.1370849898476 0,60 0,26.8629150101524 27.0867760510333,0 60.5000076293945,0 93.9132392077558,0 121.000015258789,26.8629150101524 121.000015258789,60z","id":"path-951","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-493":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,164.670197C-5.4E-05,73.725433 73.725174,8.7E-05 164.669937,-6E-06L164.669937,-6E-06L194.953979,1.2E-05C285.898773,-0.000151 359.624207,73.725044 359.624329,164.670044 359.624329,164.670074 359.624329,164.67012 359.624329,164.670151L359.624329,164.670151L359.624359,164.670105 359.624359,557 0,557 0,164.670105z","id":"path-952","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-494":{"nodeType":"g","children":[{"nodeType":"path","d":"M20,6.750015L13.249985,0 13.249985,3.375008 0,3.375008 0,10.125023 13.249985,10.125023 13.249985,13.500031z","id":"path-953","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-495":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-954","children":[{"nodeType":"path","d":"M0,0L530,0 530,30 0,30z","id":"path-954","fill":"none"}]},{"nodeType":"g","id":"shape-955","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-955","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-496":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 24.2640009","y":20.792,"children":["J"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"24.2639999 27.2480001 35.3520002 42.9520001 50.552 57.2239999 66.2000007 73.8000006 82.7760014 91.2720017 94.3600018","y":20.792,"children":["’accroche "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"94.3600006 103.0960007 111.2720013 119.9280014 127.2960024 130.3840025 138.1680029 141.256003 149.9920031 158.1680037 166.8240038 174.1920048 177.2800049 185.936005 194.5920051 197.6800052 204.0320054 207.8320054 214.7120055 223.4480056 232.1040057 240.2800063 243.3680064 248.1680066 257.4480073 260.6080074 269.8880081 273.0480082 282.3280089 287.1280091 290.2160092 298.3920098 304.0960103 307.1840104 315.8400105 324.4960106 327.5840107 335.6560112 343.8320118 350.7120119 356.4160124 364.592013 367.6800131 376.4160132 384.5920138 387.6800139 396.2400143 402.5920145 410.624015 418.2720152 426.4480158 435.1040159 440.8080164 444.6080164 453.2640165 461.9200166 465.0080167 469.8080169 480.1200172 483.2800173 493.5360178 496.2320179 507.4880184 512.2880186","y":20.792,"children":["deux à deux un risque (1,2,3) et un geste de prévention (A,B,C)"]}]}]},"commandset-497":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-956","children":[{"nodeType":"path","d":"M0,0L468,0 468,74 0,74z","id":"path-956","fill":"none"}]},{"nodeType":"g","id":"shape-957","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-957","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-498":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.6453333 36.1573334 49.895999 63.6346646 72.0613309 80.7866641 86.7599975 91.1119973 99.5386636 113.2773292 122.1733291 130.5999954 138.8986624 147.6879957 156.114662 162.450662 166.8026618 180.5413274 189.0533275 197.7786607 202.1306605 210.5573268 219.28266 224.9999933 233.4693269 242.1946601 248.1679935 252.5199933 261.3306603 269.7573266 274.1093264 281.8533268 285.5653267 293.991993 299.9653264 308.4773265 317.2666598 328.0186597 336.445326 342.781326 347.1333258 355.5599921 363.4106591 371.8373254 380.1359924 384.4879922 393.2986592 401.7253255 409.4693259 413.8213257","y":30.451,"children":["Comment empêcher mon enant de s’étouer avec des "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 25.5120001 34.3866663 38.9306664 47.3573327 53.3306661 61.0746665 65.4266663 74.2373333 82.6639996 87.0159994 91.3253327 99.7946663 104.1466661 112.4453331 121.2346664 125.5866662 133.3306666 137.6826664 146.4079996 154.8346659 159.1866657 169.2986652","y":62.067,"children":["objets de la cuisine ?"]}]}]},"commandset-499":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L472,0 472,210.743469238281 0,210.743469238281z","id":"path-958","fill":"none"}],"className":"eventable"},"commandset-500":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"17.117px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 26.7706299 31.6517658","y":31.641,"children":["3."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"14.672px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"31.6517658 35.4630637 48.709475 56.8693785 64.9074921 73.9127583 82.1443028 87.3239431 94.3232631 97.9196383 101.7309362 109.8908397 113.6018406 127.2494408 135.4093443 144.4146105 149.5942508 156.5935708","y":31.641,"children":[" Magnets, aimants"]}]}]},"commandset-501":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"17.117px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34 45.5007591 50.381895","y":31.641,"children":["B."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"14.672px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"50.381897 54.1931949 63.0265231 71.8885074 77.8776899 83.0573302 91.2888747 95.1001726 100.072054 106.0612365 109.7722374 117.810351 126.6723353 130.4836332 137.8339931 141.544994 149.7765385 155.765721 163.8038346 172.0353791","y":31.641,"children":[" Porte frigo vierge"]}]}]},"commandset-502":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34 46.8789082 52.2018252","y":32.242,"children":["A."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"52.2018242 56.3580742","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"14.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.3580742 64.4720068 68.1816423 74.1686218 83.0273464 86.7369819 92.7239614 96.5338574 101.5039096 109.7324252 115.7194047 129.3619828 137.5904984","y":32.242,"children":["Tiroir fermé"]}]}]},"commandset-503":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34 45.8945322 51.2174492","y":32.242,"children":["C."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"51.2174492 55.3736992","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"14.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"55.3736992 64.2037773 73.0625019 78.2402363 82.0501323 87.0201845 95.2487001 101.2356796 114.8782577 123.1067733","y":32.242,"children":["Pot fermé"]}]}]},"commandset-504":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.6549482 32.9778652","y":32.242,"children":["2."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"32.9778633 37.1341133","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"14.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.1341133 45.1835928 53.3404942 60.3229161 67.3196612 71.1295572 80.117188 83.8268235 91.9837249 98.98047 104.1582044 107.8678399 116.8554707 125.8574238 134.0859394","y":32.242,"children":["Sacs plastique"]}]}]},"commandset-505":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"15.697px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 25.9597063","y":31.089,"children":["1"]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"13.454px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.9597054 29.5400844 33.03506 41.1352568 48.6836157 53.4333663 56.8363688 61.5861194 68.004524 71.4994996 78.9821632 82.3851657 85.7881682 98.3030713 105.8514302 114.1092952 118.8590458 125.2774504 128.772426 135.1908306 142.7391895 149.1444544 155.562859","y":31.089,"children":[". Petits aliments secs"]}]}]},"commandset-506":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,58.5,57.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-960","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.86666667461395264,0.95833331346511841]}],"id":"image-961","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-961"}]},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-962","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-962","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-963","fill":"url(#gradient-mask-pathwrap-962)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-962","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-962","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-964","fill":"url(#gradient-mask-pathwrap-962)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-962","children":[{"nodeType":"path","d":"M57.500023,114.999992C25.74365,115.000008 1.2E-05,89.256393 1E-06,57.500042 -2.6E-05,25.743677 25.743563,3.5E-05 57.499928,-2E-06L57.499928,-2E-06L59.499905,3E-06C91.256279,-5.4E-05 116.999947,25.74353 116.999992,57.499916 117.000038,89.256287 91.256447,114.999947 59.50013,114.999992 59.500122,114.999992 59.500111,114.999992 59.500103,114.999992z","id":"path-965","fill":"#EDEDED","fill-opacity":1},{"nodeType":"path","d":"M57.500023,114.999992C25.74365,115.000008 1.2E-05,89.256393 1E-06,57.500042 -2.6E-05,25.743677 25.743563,3.5E-05 57.499928,-2E-06L57.499928,-2E-06L59.499905,3E-06C91.256279,-5.4E-05 116.999947,25.74353 116.999992,57.499916 117.000038,89.256287 91.256447,114.999947 59.50013,114.999992 59.500122,114.999992 59.500111,114.999992 59.500103,114.999992z","id":"path-966","fill":"url(#pattern-960)"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,232]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-962","mask":"url(#mask-pathwrap-962)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,232]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-962","mask":"url(#mask-pathwrap-962)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-507":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-967","children":[{"nodeType":"path","d":"M0,0L41.3333435058594,0 41.3333435058594,40 0,40z","id":"path-967","fill":"none"}]},{"nodeType":"g","id":"shape-968","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-968","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-508":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 31.333334","y":27.802,"children":["B"]}]}]},"commandset-509":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-969","children":[{"nodeType":"path","d":"M0,0L40,0 40,40 0,40z","id":"path-969","fill":"none"}]},{"nodeType":"g","id":"shape-970","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-970","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-510":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 29.177084","y":27.802,"children":["3"]}]}]},"commandset-511":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-971","children":[{"nodeType":"path","d":"M0,0L48,0 48,40 0,40z","id":"path-971","fill":"none"}]},{"nodeType":"g","id":"shape-972","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-972","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-512":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 31.71875","y":27.802,"children":["A"]}]}]},"commandset-513":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L87,0 87,82 0,82z","id":"path-974","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.446153849363327,0.44565218687057495]}],"id":"image-973","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-514":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-975","children":[{"nodeType":"path","d":"M0,0L36,0 36,40 0,40z","id":"path-975","fill":"none"}]},{"nodeType":"g","id":"shape-976","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-976","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-515":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 29.177084","y":27.802,"children":["2"]}]}]},"commandset-516":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 30.59375","y":27.802,"children":["C"]}]}]},"commandset-517":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-977","children":[{"nodeType":"path","d":"M0,0L47,0 47,40 0,40z","id":"path-977","fill":"none"}]},{"nodeType":"g","id":"shape-978","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-978","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-518":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 29.177084","y":27.802,"children":["1"]}]}]},"commandset-519":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"29.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.7706671 31.0320006 37.0160008 51.7706681 67.3760024 79.6373359 94.5680028 101.6666699 113.9280034 129.7680026 143.8480025 149.8320027 155.8160029 167.6080037 179.8693372 185.8533374 201.4586717 208.5573388 222.6373387 238.7706719 255.1093388 267.3706723 273.3546725 289.2240067 301.4853402 307.4693404 321.5493403 337.8880072 349.7973414 361.7066756 377.6933423 392.9173432 406.4400101 419.1706772 426.2693443 442.256011 458.0960102 463.9920106 469.9760108 482.2373443 494.9680114 510.9546781 527.293345 539.2026792 551.1120134 563.3733469 582.8213469 595.0826804 610.9226796 623.6533467","y":37.995,"children":["JE PREVIENS LE RISQUE DE SUFFOCATION, ETOUFFEMENT"]}],"style":{"fontWeight":"bold"}}]},"commandset-520":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 76.6359981 83.1699975 86.8419977 94.2039972 101.3139969","y":33.39,"children":["Dans la cuisine"]}]}]},"commandset-521":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-979","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-979","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-980","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-980","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-522":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-981","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-981","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-982","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-982","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-523":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-983","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-983","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-984","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-984","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-524":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-985","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-985","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-986","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-986","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-525":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-987","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-987","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-988","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-988","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-526":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"31.6373291 43.03333 52.4879971 57.294664 62.1013309 72.6666652 82.5786659 90.3626663","y":23.724,"children":["Valider"]}],"style":{"fontWeight":"bold"}}]},"commandset-527":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57.5,58]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-990","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.64245808124542236,0.644444465637207]}],"id":"image-991","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-991"}]},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-992","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-992","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-993","fill":"url(#gradient-mask-pathwrap-992)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-992","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-992","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-994","fill":"url(#gradient-mask-pathwrap-992)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-992","children":[{"nodeType":"path","d":"M1E-06,57.500046C-3.1E-05,25.743668 25.743576,1.9E-05 57.499905,3E-06 89.256279,-5.4E-05 114.999947,25.74353 114.999992,57.499992 114.999992,57.499996 114.999992,57.5 114.999992,57.500004L114.999992,57.500004L114.999992,58.499992C114.999992,90.256363 89.256371,115.999992 57.500019,115.999992 25.743652,116 1.9E-05,90.256386 1E-06,58.500023z","id":"path-995","fill":"#EDEDED","fill-opacity":1},{"nodeType":"path","d":"M1E-06,57.500046C-3.1E-05,25.743668 25.743576,1.9E-05 57.499905,3E-06 89.256279,-5.4E-05 114.999947,25.74353 114.999992,57.499992 114.999992,57.499996 114.999992,57.5 114.999992,57.500004L114.999992,57.500004L114.999992,58.499992C114.999992,90.256363 89.256371,115.999992 57.500019,115.999992 25.743652,116 1.9E-05,90.256386 1E-06,58.500023z","id":"path-996","fill":"url(#pattern-990)"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-992","mask":"url(#mask-pathwrap-992)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-992","mask":"url(#mask-pathwrap-992)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-528":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,58.5,58.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-997","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.795918345451355]}],"id":"image-998","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-998"}]}]},{"nodeType":"g","id":"shape-999","children":[{"nodeType":"path","d":"M99.865746,17.134254L115.00666,43.359085 115.00666,73.640915 99.865746,99.865746 73.640915,115.00666 43.359085,115.00666 17.134254,99.865746 1.99334,73.640915 1.99334,43.359085 17.134254,17.134254 43.359085,1.99334 73.640915,1.99334z","id":"path-999","fill":"url(#pattern-997)"}]}],"className":"eventable"},"commandset-529":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,56,54]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1000","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5894736647605896,0.5901639461517334]}],"id":"image-1001","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1001"}]}]},{"nodeType":"g","id":"shape-1002","children":[{"nodeType":"path","d":"M96.183769,15.816235L110.159996,40.023773 110.159996,67.976227 96.183769,92.183769 71.976227,106.159996 40.023773,106.159996 15.816235,92.183769 1.840006,67.976227 1.840006,40.023773 15.816235,15.816235 40.023773,1.840006 71.976227,1.840006z","id":"path-1002","fill":"url(#pattern-1000)"}]}],"className":"eventable"},"commandset-530":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,56,58]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1004","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.75675678253173828,0.5]}],"id":"image-1005","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1005"}]},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1006","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1006","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1007","fill":"url(#gradient-mask-pathwrap-1006)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1006","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1006","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1008","fill":"url(#gradient-mask-pathwrap-1006)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-1006","children":[{"nodeType":"path","d":"M2E-06,56.000046C-2.9E-05,25.072096 25.072004,2E-05 55.999908,2E-06 86.927856,-5.3E-05 111.999947,25.07196 111.999992,55.999992 111.999992,55.999996 111.999992,56 111.999992,56.000004L111.999992,56.000004L111.999985,59.999992C111.999992,90.927933 86.92794,115.999992 56.000015,116 25.072077,116 1.7E-05,90.927963 0,60.000023z","id":"path-1009","fill":"#EDEDED","fill-opacity":1},{"nodeType":"path","d":"M2E-06,56.000046C-2.9E-05,25.072096 25.072004,2E-05 55.999908,2E-06 86.927856,-5.3E-05 111.999947,25.07196 111.999992,55.999992 111.999992,55.999996 111.999992,56 111.999992,56.000004L111.999992,56.000004L111.999985,59.999992C111.999992,90.927933 86.92794,115.999992 56.000015,116 25.072077,116 1.7E-05,90.927963 0,60.000023z","id":"path-1010","fill":"url(#pattern-1004)"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1006","mask":"url(#mask-pathwrap-1006)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1006","mask":"url(#mask-pathwrap-1006)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-531":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1011","children":[{"nodeType":"path","d":"M0,0L574.333312988281,0 574.333312988281,69.3750457763672 0,69.3750457763672z","id":"path-1011","fill":"none"}]},{"nodeType":"g","id":"shape-1012","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1012","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-532":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#1F497D","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 10.2734375 19.25 23.40625 33.2109375 42.1875 52.0078125 60.390625 64.546875 69.96875 78.8671875 82.9140625 89.4453125 98.421875 102.578125 117.4609375 121.5078125 130.484375 140.3046875 148.6875 152.84375 157.1171875 161.2734375 165.4296875 169.703125 178.6796875 182.8359375 189.3671875 198.34375 207.3203125 214.953125 222.5859375 231.484375 235.53125 244.5078125 248.6640625 252.921875","y":20.102,"children":["Je peux faire mieux ! Je réessaie ."]}]}]},"commandset-533":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1013","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1013","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1014","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1014","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-534":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1015","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1015","fill":"#90A9D4","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1016","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1016","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-535":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1017","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1017","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1018","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1018","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-536":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"16px","fill":"#A6A6A6","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.5703125 36.1328125 45.5859375 55.0390625 62.9921875 70.9453125 80.609375 89.7109375 99.1640625 106.4296875","y":22.207,"children":["Réessayer"]}]}]},"commandset-537":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.3146677 22.7440014 26.5520015 36.2586684 39.5066688 46.9360025 55.5226696 63.2506702 67.0586703 75.3093379 84.2133382 92.8000053 96.6080054 104.336006 114.1360062 124.1600064 131.888007 135.6960071 144.6000074 148.4080075 155.0160078 163.9200081 168.0640082 175.7920088 179.6000089 187.0293426 195.6720094 204.5573434 213.8720111 221.6000117 225.4080118 229.1600121","y":25.269,"children":["CE N’EST PAS TOUT À FAIT EXACT !"]}]}]},"commandset-538":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1019","children":[{"nodeType":"path","d":"M0,0L499.399597167969,0 499.399597167969,33 0,33z","id":"path-1019","fill":"none"}]},{"nodeType":"g","id":"shape-1020","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1020","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-539":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.0219998 22.1859998 25.858 34.5519993 41.7159993 51.3819987 59.7159983 63.3879985 74.9619979 78.0939979 86.6799974 98.2539968 105.4179968 112.2939972 116.289997 125.7399968 134.9559964 142.1199964 151.335996 155.0079962 158.6259958","y":24.474,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-540":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1022","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1021","filter":"url(#filter-1022)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1021","children":[{"nodeType":"g","id":"shape-1023","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1023","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1024","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1024","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-541":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1026","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1025","filter":"url(#filter-1026)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1025","children":[{"nodeType":"g","id":"shape-1027","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1027","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-1028","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1028","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-542":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1030","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1029","filter":"url(#filter-1030)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1029","children":[{"nodeType":"g","id":"shape-1031","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1031","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-1032","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1032","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-543":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1034","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1033","filter":"url(#filter-1034)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1033","children":[{"nodeType":"g","id":"shape-1035","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1035","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-1036","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1036","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-544":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1037","children":[{"nodeType":"path","d":"M0,0L576,0 576,141 0,141z","id":"path-1037","fill":"none"}]},{"nodeType":"g","id":"shape-1038","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1038","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-545":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6FEQqsWzZdG","d":"M10,78L111.608001708984,78 111.608001708984,79 10,79z","id":"path-1039","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.2400007 26.736001 33.9360008 37.0240009 45.128001 52.3280008 61.2080009 69.9840009 78.0960014 85.7840021 89.9040025 98.4000028 105.6000026 108.6880027 117.184003 123.2080032 126.2960033 133.4960031 142.4720039 147.944004 153.4160041 162.3920049 169.9920048 178.0960049 184.1200051 188.2400055 197.2160063 206.1920071 213.3920069 216.480007 224.9760073 233.9520081 239.9760083 246.2480086 254.3520087 258.4720091 267.4480099 275.9440102 284.920011 290.9440112 294.0320113 303.0080121 311.9840129 315.072013 321.7440129 325.8640133 333.0640131 342.1200138 351.0960146 359.5920149 362.680015 371.7360157 375.216016 384.1920168 393.1680176 400.3680174 409.2480175 413.3680179 419.3920181 427.4960182 431.6160186 435.736019 442.9360188 451.0400189 457.0640191 461.1840195 470.1600203 479.1360211 482.2240212 488.2480214 494.9200213 503.4160216 510.6160214 513.7040215 522.2000218 526.3200222 534.6720224 542.6400233 551.1360236 554.2240237 557.704024","y":18.792,"children":["Les asphyxies et suocations entrainent un risque d’hospitalisation très élévé ,"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"557.7041016 560.7921016","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.5999999 20.4000001 28.8960004 36.0960002 42.1200004 45.2080005 49.3280009 57.8240012 60.9120013 68.1120011 72.2320015 80.6240017 89.6000025 98.0960028 101.1840029 110.2400036 118.7360039 121.824004 125.9440044 134.4400047 143.4160055 150.0880054 153.1760055 161.5680057 167.840006 175.7440063 183.8560068 187.9760072 194.0000074 202.4960077 205.5840078 211.0640083","y":37.992,"children":["c’est le signe de leur gravité !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6FEQqsWzZdG","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":76.392,"children":["2 bons réèxes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":95.592,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 47.0815642 54.8655646 63.5215647 71.5935652 79.7695658 82.8575659 91.513566 100.1695661 106.5215663 113.4015664 116.4895665 125.2255666 133.4015672 136.4895673 145.0495677 153.7055678 160.057568 165.7615685 173.9375691 182.1135697 185.2015698 193.9375699 202.1135705 208.9935706 212.0815707 220.2575713 228.9135714 234.0655718 241.8495722 250.5055723 256.2095728 263.0895729 266.177573 269.977573 278.1535736 285.0335737 288.1215738 296.6815742 304.8575748 310.5615753 314.3615753 320.0655758 326.9455759 330.033576 337.8175764 341.6175764 345.4175764 358.145577 366.3215776 374.9775777 380.6815782 387.5615783 390.7215784 393.8095785 397.6095785 405.7855791 412.6655792 415.7535793 424.3135797 432.4895803 438.1935808 441.9935808 447.6975813 454.5775814 457.6655815 466.3215816 475.0575817 478.8255818 487.0015824 492.7055829 499.585583 502.6735831 510.8495837 516.5535842 519.6415843 523.4415843 531.6175849 538.497585 541.5855851","y":95.592,"children":["Je range hors de portée des enants les petits aliments, les petits objets et les "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22 28.8800001 36.6640005 43.9440007 50.8240008","y":114.792,"children":["sacs"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":133.992,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 34.7615633 42.5455637 51.2015638 58.0815639 61.169564 69.9055641 78.0815647 84.9615648 88.0495649 95.3295651 103.9855652 112.6415653 118.3455658 126.5215664 135.1775665 142.9615669 151.617567 157.3215675 164.2015676 167.2895677 172.4415681 180.6175687 186.9695689 199.6975695 207.8735701 214.7535702","y":133.992,"children":["Dans des contenants ermés"]}]}]},"commandset-546":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L54,0 54,54 0,54z","id":"path-1041","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.71052628755569458,0.71052628755569458]}],"id":"image-1040","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-547":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1042","children":[{"nodeType":"path","d":"M0,0L508,0 508,62 0,62z","id":"path-1042","fill":"none"}]},{"nodeType":"g","id":"shape-1043","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1043","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-548":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 54.8186665 60.0079999 65.7786665 69.5813329 75.0319993 77.090666 83.4213325 89.1919991 95.015999 97.5493323 100.0826656 105.9066655 111.6773321 117.1279985 119.1866652 124.9679986 128.9359985 134.1253319 139.8959985 144.749332 150.1999984 154.0026648 159.2826645 164.7333309 169.3199975 171.3786642 176.5679976 181.4213311 186.2746646 188.8079979 194.6319978 200.0826642 205.8533308 209.6559972 214.2426638 216.3013305 222.1253304 227.5759968 229.6346635 232.1679968 237.3573302 239.4159969 244.6106633 247.1439966 252.594663 254.6533297 259.5066632 265.2773298 271.0479964 275.0159963 280.2053297 285.9759963 289.7786627 295.2293291 297.2879958 302.1413293 307.9119959 313.3626623 318.1839957 320.2426624 322.7759957 328.2266621 332.8133287 334.8719954 343.3573288 349.1279954 351.6613287 357.4319953 362.0186619 364.0773286 369.9013285 375.3519949 377.4106616 383.5973281 389.7839946 391.8426613 397.0319947 402.8026613 407.3893279 409.4479946 414.898661 420.6693276 422.7279943 428.5093277 432.4773276 437.666661 443.4373276 448.2906611 453.7413275 455.7999942 457.8586609","y":15.528,"children":["Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.4853334 26.9359998 30.7386662 34.973333 40.7439996 46.4506661 52.2213327 54.754666 57.2879993 61.0906657 66.2799991 68.8133324 74.583999 80.0346654","y":28.328,"children":["métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.8746667 25.6453333 30.8346667 33.368 38.5626664 43.149333 48.5999994 50.6586661 56.482666 61.9333324 66.519999 68.5786657 74.4026656 80.1733322 85.9439988 91.7146654 97.1653318 102.6159982 107.2026648 109.2613315 115.0853314 120.5359978 122.5946645 125.1279978 126.7813311 132.2319975 138.0026641 143.826664 149.5973306 155.047997 158.8506634 164.3013298 166.3599965 172.066663 177.5173294 181.7519962 190.2373296 195.426663 201.1973296 206.647996 212.4186626 216.221329 221.6719954 223.7306621 228.3173287 234.0879953 238.3226621 240.3813288 242.9146621 248.3653285 252.9519951 255.0106618 260.1999952 265.0533287 269.9066622 272.4399955 278.2639954 283.7146618 289.4853284 293.2879948 297.8746614 299.9333281 305.757328 311.2079944 313.2666611 315.7999944 320.9893278 323.0479945 328.2426609 330.7759942 336.2266606 338.2853273 343.1386608 348.9093274 354.679994 358.6479939 363.8373273 369.6079939 373.4106603 378.8613267 380.9199934 384.1199934 390.4239933 396.1253263 402.8399931 410.3439923 413.5439923 415.602659 420.1893256 425.9599922 430.194659 432.2533257 434.786659 439.9759924 442.0346591 447.7413256 453.191992 457.4266588 459.9599921 465.7306587 471.5546586 477.005325 479.0639917","y":41.128,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.1866665 25.373333 31.5599995 37.746666 41.2933326 47.4799991 53.6666656 59.8533321 66.0399986 68.1466652","y":53.928,"children":["2014-2018."]}]}]},"commandset-549":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1044","children":[{"nodeType":"path","d":"M0,0L523,0 523,160 0,160z","id":"path-1044","fill":"none"}]},{"nodeType":"g","id":"shape-1045","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1045","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-550":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"67dhuqkNkCG","d":"M10,78L111.608001708984,78 111.608001708984,79 10,79z","id":"path-1046","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.2400007 26.736001 33.9360008 37.0240009 45.128001 52.3280008 61.2080009 69.9840009 78.0960014 85.7840021 89.9040025 98.4000028 105.6000026 108.6880027 117.184003 123.2080032 126.2960033 133.4960031 142.4720039 147.944004 153.4160041 162.3920049 169.9920048 178.0960049 184.1200051 188.2400055 197.2160063 206.1920071 213.3920069 216.480007 224.9760073 233.9520081 239.9760083 246.2480086 254.3520087 258.4720091 267.4480099 275.9440102 284.920011 290.9440112 294.0320113 303.0080121 311.9840129 315.072013 321.7440129 325.8640133 333.0640131 342.1200138 351.0960146 359.5920149 362.680015 371.7360157 375.216016 384.1920168 393.1680176 400.3680174 409.2480175 413.3680179 419.3920181 427.4960182 431.6160186 435.736019 442.9360188 451.0400189 457.0640191 461.1840195 470.1600203 479.1360211 482.2240212 488.2480214 494.9200213 503.4160216 510.6160214","y":18.792,"children":["Les asphyxies et suocations entrainent un risque d’hospitalisation très"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"510.6161499 513.70415","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.4960003 22.6160007 30.9680009 38.9360018 47.4320021 50.5200022 54.0000025 57.0880026 64.6880025 67.4880027 75.984003 83.1840028 89.208003 92.2960031 96.4160035 104.9120038 108.0000039 115.2000037 119.3200041 127.7120043 136.6880051 145.1840054 148.2720055 157.3280062 165.8240065 168.9120066 173.032007 181.5280073 190.5040081 197.176008 200.2640081 208.6560083 214.9280086 222.8320089 230.9440094 235.0640098 241.08801 249.5840103 252.6720104 258.1520109","y":37.992,"children":["élévé , c’est le signe de leur gravité !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"67dhuqkNkCG","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":76.392,"children":["2 bons réèxes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":95.592,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 47.0815642 54.8655646 63.5215647 71.5935652 79.7695658 82.8575659 91.513566 100.1695661 106.5215663 113.4015664 116.4895665 125.2255666 133.4015672 136.4895673 145.0495677 153.7055678 160.057568 165.7615685 173.9375691 182.1135697 185.2015698 193.9375699 202.1135705 208.9935706 212.0815707 220.2575713 228.9135714 234.0655718 241.8495722 250.5055723 256.2095728 263.0895729 266.177573 269.977573 278.1535736 285.0335737 288.1215738 296.6815742 304.8575748 310.5615753 314.3615753 320.0655758 326.9455759 330.033576 337.8175764 341.6175764 345.4175764 358.145577 366.3215776 374.9775777 380.6815782 387.5615783 390.7215784 393.8095785 397.6095785 405.7855791 412.6655792 415.7535793 424.3135797 432.4895803 438.1935808 441.9935808 447.6975813 454.5775814 457.6655815 466.3215816 475.0575817 478.8255818 487.0015824 492.7055829 499.585583 502.6735831","y":95.592,"children":["Je range hors de portée des enants les petits aliments, les petits objets "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22 30.1760006 35.8800011 38.9680012 42.7680012 50.9440018 57.8240019 60.912002 67.7920021 75.5760025 82.8560027 89.7360028","y":114.792,"children":["et les sacs"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":153.192,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 34.7615633 42.5455637 51.2015638 58.0815639 61.169564 69.9055641 78.0815647 84.9615648 88.0495649 95.3295651 103.9855652 112.6415653 118.3455658 126.5215664 135.1775665 142.9615669 151.617567 157.3215675 164.2015676 167.2895677 172.4415681 180.6175687 186.9695689 199.6975695 207.8735701 214.7535702","y":153.192,"children":["Dans des contenants ermés"]}]}]},"commandset-551":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1048","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":140.5,"height":48.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1047","filter":"url(#filter-1048)","data-angle":45,"data-distance":4,"data-height":26,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":118},{"nodeType":"g","id":"pathwrap-1047","children":[{"nodeType":"g","id":"shape-1049","children":[{"nodeType":"path","d":"M0,0L117.333336,0 117.333336,26 0,26z","id":"path-1049","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1050","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1050","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-552":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1052","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1051","filter":"url(#filter-1052)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1051","children":[{"nodeType":"g","id":"shape-1053","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1053","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-1054","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1054","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-553":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1056","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1055","filter":"url(#filter-1056)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1055","children":[{"nodeType":"g","id":"shape-1057","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1057","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1058","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1058","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-554":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1060","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1059","filter":"url(#filter-1060)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1059","children":[{"nodeType":"g","id":"shape-1061","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1061","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-1062","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1062","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-555":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1064","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1063","filter":"url(#filter-1064)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1063","children":[{"nodeType":"g","id":"shape-1065","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1065","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-1066","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1066","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-556":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.7179985 30.8499994 40.9486665 51.0473336 57.7020005 62.1353339 72.234001 82.3326681 91.8713358 99.2820023","y":20.224,"children":["Continuer"]}]}]},"commandset-557":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1067","children":[{"nodeType":"path","d":"M0,0L428.000030517578,0 428.000030517578,33 0,33z","id":"path-1067","fill":"none"}]},{"nodeType":"g","id":"shape-1068","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1068","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-558":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#010101","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.0219998 18.1539998 26.7399993 30.7359991 34.4079993 40.779999 49.3659985 53.3619983 60.813998 64.4859982 71.3619986 78.5259986 82.1979988 91.2339981 100.6839979 110.0439976 113.7159978 122.6979972 132.5799972 142.029997 146.0259968 154.3599964 158.0319966 161.6499962","y":24.474,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-559":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1069","children":[{"nodeType":"path","d":"M0,0L500,0 500,62 0,62z","id":"path-1069","fill":"none"}]},{"nodeType":"g","id":"shape-1070","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1070","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-560":{"nodeType":"g","children":[{"nodeType":"path","d":"M-5E-06,115.833412C-4.4E-05,51.860435 51.860252,5.5E-05 115.833221,-1E-05L115.833221,-1E-05L115.833145,1.1E-05C179.806137,-0.000106 231.666565,51.860161 231.666672,115.833305 231.666672,115.833328 231.666672,115.833351 231.666672,115.833374L231.666672,115.833374L231.666687,115.833344 231.666687,793.333252 0,793.333252 0,115.833344z","id":"path-1071","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-561":{"nodeType":"g","children":[{"nodeType":"path","d":"M120,60C120,93.1370849898476 93.1370849898476,120 60,120 26.8629150101524,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629150101524,0 60,0 93.1370849898476,0 120,26.8629150101524 120,60z","id":"path-1072","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#B8BBC1","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-562":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1073","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.081603437662124634,0.081603437662124634]}],"id":"image-1074","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1074"}]}]},{"nodeType":"g","id":"shape-1075","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1075","fill":"url(#pattern-1073)"}]}],"className":"eventable"},"commandset-563":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1076","children":[{"nodeType":"path","d":"M0,0L48,0 48,56 0,56z","id":"path-1076","fill":"none"}]},{"nodeType":"g","id":"shape-1077","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1077","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-564":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6.5919991 17.706666 23.9999991 32.5119992 41.4079991","y":20.361,"children":["Drop"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6.8266659 15.5093327 24.0213328 32.746666 41.1733323","y":45.653,"children":["Zone"]}]}]},"commandset-565":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"31.5693321 35.3773322 42.9746666 50.422667 58.0573344 65.4306683 69.2386684","y":29.273,"children":[" Zone "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40.9586639 48.6679978 56.0413317 59.8493318","y":56.937,"children":["de "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"30.729332 38.4386659 45.8119998 53.5960002 61.0440006 66.2706675","y":84.601,"children":["dépôt"]}]}]},"commandset-566":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1078","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.51351350545883179,0.51351350545883179]}],"id":"image-1079","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1079"}]}]},{"nodeType":"g","id":"shape-1080","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1080","fill":"url(#pattern-1078)"}]}],"className":"eventable"},"commandset-567":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1081","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.56435644626617432,0.56435644626617432]}],"id":"image-1082","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1082"}]}]},{"nodeType":"g","id":"shape-1083","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1083","fill":"url(#pattern-1081)"}]}],"className":"eventable"},"commandset-568":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1084","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.50666666030883789,0.50666666030883789]}],"id":"image-1085","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1085"}]}]},{"nodeType":"g","id":"shape-1086","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1086","fill":"url(#pattern-1084)"}]}],"className":"eventable"},"commandset-569":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1087","children":[{"nodeType":"path","d":"M0,0L601.333374023438,0 601.333374023438,70 0,70z","id":"path-1087","fill":"none"}]},{"nodeType":"g","id":"shape-1088","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1088","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-570":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 24.6000009 31.8640018 40.0400024 43.1280025","y":18.792,"children":["1-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.1280022 50.7280021 59.7040029 68.6800037 72.8000041 80.0000039 84.1200043 91.3200041 94.4080042","y":18.792,"children":["choisis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"94.4080048 98.2080047 106.3840053 109.4720054 118.2080055 122.0080055 128.8880056 137.448006 146.1040061 152.9840062 156.7840062 162.4880067 166.2880067 171.4400071 174.5280072 177.6160073 181.4160073 189.5920079 192.680008 201.2400084 205.0400084 213.6960085 220.5760086 223.6640087 231.4480091 240.1840092 247.9680096 256.52801 262.2320105 270.4080111","y":18.792,"children":["le dispositi le plus adapté"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"270.4079895 273.4959896","y":18.792,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 24.6000009 27.688001 34.9520019 43.1280025 46.2160026","y":37.992,"children":["2- Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46.2159996 55.2720003 63.7680006 72.6480007 81.6240015 88.8240013 97.3200016 100.4080017","y":37.992,"children":["dépose "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"100.4080048 109.1440048 116.9280052 125.5840053 132.4640054 135.5520055 139.3520055 147.5280061 150.6160062 157.8960064 166.072007 172.4240072 179.7040074 183.5040074 191.680008 194.7680081 202.0480083 205.8480083 211.1680085 218.4480087 227.1040088 235.7600089 241.4640094 247.8160096 255.9920102 259.1520103","y":37.992,"children":["dans le cercle ci-contre."]}]}]},"commandset-571":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1089","children":[{"nodeType":"path","d":"M0,0L617.333374023438,0 617.333374023438,46 0,46z","id":"path-1089","fill":"none"}]},{"nodeType":"g","id":"shape-1090","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1090","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-572":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.6453333 29.1573334 42.895999 56.6346646 65.0613309 73.7866641 79.7599975 84.1119973 88.6559974 92.3679973 100.7946636 114.5333292 123.4293291 131.8559954 140.1546624 148.9439957 157.370662 161.7226618 175.4613274 183.9733275 192.6986607 197.0506605 205.4773268 214.20266 219.9199933 228.3893269 237.1146601 243.0879935 247.4399933 256.2506603 259.9626602 268.4746603 277.2639936 285.1146606 291.4506606 295.8026604 302.1386604 306.4906602 310.7999935 319.2693271 323.6213269 332.5173268 341.0293269 347.3653269 353.3386603 361.7653266 366.1173264 371.8346597 380.261326 388.9866592 397.4133255 403.3866589 409.679992 418.1066583 422.4586581 430.8853244 436.8586578 441.2106576 450.0213246 453.7333245 462.2026581 466.5119914 470.8213247 479.247991 485.583991 489.9359908 497.6799912 506.1066575 514.8959908 519.2053241 523.5573239 531.3013243 540.0906576 546.4266576 550.7786574 555.0879907 563.514657 567.8666568 576.741323 585.2106566 589.5199899 597.8186569 606.330657 615.0559902 619.40799 629.5199895","y":27.451,"children":["Comment j’empêche mon enant d’ouvrir la porte enêtre et d’aller seul sur le balcon ?"]}]}]},"commandset-573":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1091","children":[{"nodeType":"path","d":"M0,0L776,0 776,56 0,56z","id":"path-1091","fill":"none"}]},{"nodeType":"g","id":"shape-1092","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1092","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-574":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 65.0439978 72.1899977 75.8259979 83.0079981 90.3699976","y":33.39,"children":["Dans le salon"]}]}]},"commandset-575":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1094","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":148.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1093","filter":"url(#filter-1094)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":126},{"nodeType":"g","id":"pathwrap-1093","children":[{"nodeType":"g","id":"shape-1095","children":[{"nodeType":"path","d":"M0,0L125.666687,0 125.666687,32 0,32z","id":"path-1095","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1096","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1096","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-576":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.2179985 35.3499994 45.4486665 55.5473336 62.2020005 66.6353339 76.734001 86.8326681 96.3713358 103.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-577":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1097","children":[{"nodeType":"path","d":"M0,0L578.666687011719,0 578.666687011719,33 0,33z","id":"path-1097","fill":"none"}]},{"nodeType":"g","id":"shape-1098","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1098","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-578":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.0219998 22.1859998 25.858 34.5519993 41.7159993 51.3819987 59.7159983 63.3879985 74.9619979 78.0939979 86.6799974 98.2539968 105.4179968 112.2939972 116.289997 125.7399968 134.9559964 142.1199964 151.335996 155.0079962 158.6799964 162.297996","y":23.474,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-579":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1099","children":[{"nodeType":"path","d":"M0,0L606,0 606,230 0,230z","id":"path-1099","fill":"none"}]},{"nodeType":"g","id":"shape-1100","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1100","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-580":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6PDZ9DzAwsM","d":"M10,158L128.542678833008,158 128.542678833008,159 10,159z","id":"path-1101","fill":"#0064AE","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.8480005 29.3200016 37.7200022 48.2853365 58.7573376 62.686671 72.1413381 75.744005 86.9440058 90.5466727 100.0013398 110.4733409 118.8733415 122.9333419 126.5360088 131.3426757 140.7973428 144.4000097 154.7600103 164.2146774 171.9986778 179.0266786 183.8333455 193.7453462 197.3480131 205.7480137 216.2200148 226.5800154 236.4920161 244.2760165 249.0826834 258.9946841 269.4666852 277.2506856 287.1626863 290.7653532 301.3306875 311.8026886 315.4053555 324.2720223 334.7440234 342.5280238 352.8880244 361.288025 364.8906919 375.4560262 379.9640266 390.4360277 400.9080288 404.5106957 414.4226964 424.8946975 431.2786978 440.7333649 451.205366 458.2333668 461.8360337 471.7480344 480.148035 487.1760358 490.7787027 501.1387033 505.9453702 516.4173713 524.8173719 528.4200388 533.2267057 543.6987068 554.1707079 561.9547083 572.5200426 582.4320433 586.0347102","y":21.424,"children":["Jusqu\'à 7 ans, la partie supérieure du corps d\'un enant est plus lourde "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.5653343 31.0373354 40.9493361 44.552003 49.3586699 58.813337 62.4160039 72.7760045 82.2306716 90.014672 97.0426728 101.8493397 111.7613404 115.3640073 120.1706742 130.6426753 137.0266756 146.9386763 154.7226767 159.5293436 169.4413443 179.9133454 187.6973458 197.6093465 201.6693469 205.2720138","y":43.824,"children":["que la partie inérieure. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.9546671 20.761334 24.3640009 34.9293352 44.3840023 52.7840029 61.6506697 72.1226708 76.9293377 86.8413384 90.4440053 101.0093396 111.4813407 121.9533418 130.8200086 134.4226755 140.8066758 150.2613429 159.1280097 163.9346766 168.7413435 178.6533442 193.8760128 203.7880135 214.2600146 221.2880154 224.8906823 234.802683 245.2746841 248.877351 258.0986845 267.5626852 277.0173523 287.4893534 294.5173542 298.5773546 302.1800215 310.5800221 321.0520232 331.5240243 339.9240249 343.5266918 348.3333587 352.0480255 361.9600262 368.3440265 374.7280268 384.6400275 391.6680283 395.2706952 405.8360295 415.7480302 419.3506971 427.7506977 438.2226988 448.6946999 452.2973668 462.6573674 473.1293685 477.9360354 488.5013697 496.9013703 500.9613707","y":66.224,"children":["Il bascule donc acilement en avant, sous l\'eet de son poids."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.2000008 35.8906689 39.4933358 50.0586701 59.9706708 68.3706714 71.9733383 80.8400051 91.3120062 101.7840073 108.8120081 118.7240088 127.1240094 130.7266763 141.2920106 145.0066774 154.9186781 165.3906792 171.7746795 181.2293466 191.7013477 198.7293485 202.3320154 212.8973497 222.8093504 226.4120173 237.6120181 241.214685 250.6693521 254.272019 265.4720198 269.0746867 278.5293538 289.0013549 297.4013555 301.0040224 309.404023 319.3160237 322.9186906 333.2786912 341.0626916 351.5346927 362.100027 372.5720281 377.378695 385.7786956 395.6906963 406.1626974 413.1906982 416.7933651 427.3586994 431.8666998 442.3387009 452.810702 462.7227027 466.3253696 476.7973707 486.2520378 496.7240389 503.7520397 513.6640404 524.1360415 531.9200419 535.5227088 546.0880431 556.0000438 559.6027107 569.9627113 574.7693782 585.2413793 593.6413799 597.2440468","y":88.624,"children":["6% des chutes d\'enant de 1 à 4 ans se produisent d\'une hauteur de plus "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.5653343 30.477335 34.0800019 44.552003 55.0240041 58.626671 73.8493396 83.7613403 90.7893411 98.5733415 108.4853422 112.5453426 116.1480095","y":111.024,"children":["de un mètre. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","data-ref-id":"6PDZ9DzAwsM","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.8266678 24.4293347 34.6213351 44.7200022 54.8186693 62.8453369 66.4480038 73.8586703 83.397338 93.9626723 102.9413396 110.9773399 120.5160076 128.5426752 132.9760086 136.5786755","y":155.824,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.5351572","y":178.224,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.5351562 31.0098238 33.9031572 43.4418249 53.540492 57.9738254 67.3444929 76.2671604 85.8058281 89.408495 96.0631619 106.161829 116.2604961 122.915163 126.5178299 136.5044975 143.915164 154.0138311 168.8631658 178.9618329 189.0605 195.7151669 205.813834 210.2471674 217.6578339 227.1965016 230.7991685 239.8805026 243.4831695 253.4698371 260.8805036 270.4191713 279.015172 283.4485054 298.2978401 302.7311735 309.3858404 318.9245081 322.527175 332.7191754 342.2578431 350.2845107 353.8871776 359.8978444 369.4365121 379.5351792 389.0738469 395.7285138 403.1391803 412.677848 420.7045156 424.3071825 433.8458502 440.5005171 444.103184 454.2951844 463.3765185 467.8098519 476.3031857 486.4018528 496.5005199 504.5271875","y":178.224,"children":["J’enlève tout promontoire à proximité des enêtres et balcons"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.5351572","y":223.024,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.5351562 31.0098238 33.9031572 43.4418249 58.2911596 68.2778272 77.8164949 86.3098287 96.4084958 105.9471635 109.5498304 113.9831638 116.8764972 126.9751643 137.0738314 145.9964989 155.5351666 162.9458331 169.6005 179.6991671 187.1098336 196.6485013 200.2511682 210.4431686 219.9818363 223.5845032 228.0178366 237.0991707 240.7018376 246.7125044 256.2511721 266.3498392 275.8885069 282.5431738 289.9538403 299.492508 303.0951749 313.0818425 322.1631766 329.5738431 333.17651 343.2751771 353.3738442 356.9765111 367.1685115 371.6018449 379.6285125 389.6151801 399.7138472 407.7405148 412.1738482 418.8285151 423.2618485 429.2725153 432.8751822 441.9565163 452.1485167 461.2298508 471.2165184 477.8711853 487.409853 491.09652","y":223.024,"children":["J’empêche l’ouverture de la enêtre par un dispositi adapté."]}]}]},"commandset-581":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1102","children":[{"nodeType":"path","d":"M0,0L499,0 499,36 0,36z","id":"path-1102","fill":"none"}]},{"nodeType":"g","id":"shape-1103","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1103","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-582":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 54.8186665 60.0079999 65.7786665 69.5813329 75.0319993 77.090666 83.4213325 89.1919991 95.015999 97.5493323 100.0826656 105.9066655 111.6773321 117.1279985 119.1866652 124.9679986 128.9359985 134.1253319 139.8959985 144.749332 150.1999984 153.4959984 160.3706651 166.1413317 168.674665 173.8693314 178.455998 183.9066644 185.9653311 191.789331 197.2399974 199.2986641 201.8319974 207.0213308 209.0799975 217.5653309 223.3359975 227.5706643 231.3733307 236.5626641 239.0959974 241.6293307 245.4319971 250.8826635 252.9413302 258.6479967 263.8373301 268.0719969 270.1306636 275.319997 280.1733305 285.026664 287.5599973 293.3839972 298.8346636 304.6053302 308.4079966 310.4666633 316.2906632 321.7413296 323.7999963 326.3333296 331.522663 333.5813297 338.7759961 341.3093294 346.7599958 348.8186625 353.671996 359.4426626 365.2133292 369.1813291 374.3706625 380.1413291 383.9439955 389.3946619 391.4533286 396.903995 402.6746616 404.7333283 410.5146617 414.4826616 419.671995 425.4426616 430.2959951 435.7466615 437.8533281 439.9119948 446.0986613 452.2853278 458.4719943 464.6586608 468.2053274","y":15.528,"children":["Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.1866665 25.373333 31.5599995 37.746666","y":28.328,"children":["2016"]}]}]},"commandset-583":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L51,0 51,36 0,36z","id":"path-1105","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1104","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-584":{"nodeType":"g","children":[{"nodeType":"path","d":"M30.439898,17.645935L20.499998,27.585836 10.560099,17.645937 10.145936,18.060099 20.085836,27.999998 10.145937,37.939896 10.5601,38.354057 20.499998,28.414162 30.439898,38.354057 30.854059,37.939896 20.91416,27.999998 30.854059,18.060099z","id":"path-1106","fill":"#000000","fill-opacity":1,"stroke-width":1,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-585":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L53,0 53,43 0,43z","id":"path-1108","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.089527025818824768,0.089583329856395721]}],"id":"image-1107","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-586":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1110","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1109","filter":"url(#filter-1110)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1109","children":[{"nodeType":"g","id":"shape-1111","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1111","fill":"#90A9D4","fill-opacity":1}]},{"nodeType":"g","id":"shape-1112","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1112","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-587":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1113","children":[{"nodeType":"path","d":"M0,0L576,0 576,230 0,230z","id":"path-1113","fill":"none"}]},{"nodeType":"g","id":"shape-1114","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1114","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-588":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5iz00KjL4ly","d":"M10,158L128.542678833008,158 128.542678833008,159 10,159z","id":"path-1115","fill":"#0064AE","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.8480005 29.3200016 37.7200022 48.2853365 58.7573376 62.686671 72.1413381 75.744005 86.9440058 90.5466727 100.0013398 110.4733409 118.8733415 122.9333419 126.5360088 131.3426757 140.7973428 144.4000097 154.7600103 164.2146774 171.9986778 179.0266786 183.8333455 193.7453462 197.3480131 205.7480137 216.2200148 226.5800154 236.4920161 244.2760165 249.0826834 258.9946841 269.4666852 277.2506856 287.1626863 290.7653532 301.3306875 311.8026886 315.4053555 324.2720223 334.7440234 342.5280238 352.8880244 361.288025 364.8906919 375.4560262 379.9640266 390.4360277 400.9080288 404.5106957 414.4226964 424.8946975 431.2786978 440.7333649 451.205366 458.2333668 461.8360337 471.7480344 480.148035 487.1760358 490.7787027 501.1387033 505.9453702 516.4173713 524.8173719 528.4200388","y":21.424,"children":["Jusqu\'à 7 ans, la partie supérieure du corps d\'un enant est plus "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 14.8066669 25.278668 35.7506691 43.5346695 54.1000038 64.0120045 67.6146714 78.1800057 88.6520068 98.5640075 102.1666744 106.9733413 116.4280084 120.0306753 130.3906759 139.845343 147.6293434 154.6573442 159.4640111 169.3760118 172.9786787 177.7853456 188.2573467 194.641347 204.5533477 212.3373481 217.144015 227.0560157 237.5280168 245.3120172 255.2240179 259.2840183 262.8866852","y":43.824,"children":["lourde que la partie inérieure. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.9546671 20.761334 24.3640009 34.9293352 44.3840023 52.7840029 61.6506697 72.1226708 76.9293377 86.8413384 90.4440053 101.0093396 111.4813407 121.9533418 130.8200086 134.4226755 140.8066758 150.2613429 159.1280097 163.9346766 168.7413435 178.6533442 193.8760128 203.7880135 214.2600146 221.2880154 224.8906823 234.802683 245.2746841 248.877351 258.0986845 267.5626852 277.0173523 287.4893534 294.5173542 298.5773546 302.1800215 310.5800221 321.0520232 331.5240243 339.9240249 343.5266918 348.3333587 352.0480255 361.9600262 368.3440265 374.7280268 384.6400275 391.6680283 395.2706952 405.8360295 415.7480302 419.3506971 427.7506977 438.2226988 448.6946999 452.2973668 462.6573674 473.1293685 477.9360354 488.5013697 496.9013703 500.9613707","y":66.224,"children":["Il bascule donc acilement en avant, sous l\'eet de son poids."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.2000008 35.8906689 39.4933358 50.0586701 59.9706708 68.3706714 71.9733383 80.8400051 91.3120062 101.7840073 108.8120081 118.7240088 127.1240094 130.7266763 141.2920106 145.0066774 154.9186781 165.3906792 171.7746795 181.2293466 191.7013477 198.7293485 207.1293491 210.732016 221.2973503 231.209351 234.8120179 246.0120187 249.6146856 259.0693527 262.6720196 273.8720204 277.4746873 286.9293544 297.4013555 305.8013561 309.404023 317.8040236 327.7160243 331.3186912 341.6786918 349.4626922 359.9346933 370.5000276 380.9720287 385.7786956 394.1786962 404.0906969 414.562698 421.5906988 425.1933657 435.7587 440.2667004 450.7387015 461.2107026 471.1227033 474.7253702 485.1973713 494.6520384 505.1240395 512.1520403 522.064041 532.5360421 540.3200425 543.9227094 554.4880437 564.4000444 568.0027113","y":88.624,"children":["6% des chutes d\'enants de 1 à 4 ans se produisent d\'une hauteur de "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3600006 25.1666675 35.6386686 44.0386692 47.6413361 58.2066704 68.1186711 71.721338 82.1933391 92.6653402 96.2680071 111.4906757 121.4026764 128.4306772 136.2146776 146.1266783 150.1866787 153.7893456","y":111.024,"children":["plus de un mètre. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","data-ref-id":"5iz00KjL4ly","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.8266678 24.4293347 34.6213351 44.7200022 54.8186693 62.8453369 66.4480038 73.8586703 83.397338 93.9626723 102.9413396 110.9773399 120.5160076 128.5426752 132.9760086 136.5786755","y":155.824,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.5351572","y":178.224,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.5351562 31.0098238 33.9031572 43.4418249 53.540492 57.9738254 67.3444929 76.2671604 85.8058281 89.408495 96.0631619 106.161829 116.2604961 122.915163 126.5178299 136.5044975 143.915164 154.0138311 168.8631658 178.9618329 189.0605 195.7151669 205.813834 210.2471674 217.6578339 227.1965016 230.7991685 239.8805026 243.4831695 253.4698371 260.8805036 270.4191713 279.015172 283.4485054 298.2978401 302.7311735 309.3858404 318.9245081 322.527175 332.7191754 342.2578431 350.2845107 353.8871776 359.8978444 369.4365121 379.5351792 389.0738469 395.7285138 403.1391803 412.677848 420.7045156 424.3071825 433.8458502 440.5005171 444.103184 454.2951844 463.3765185 467.8098519 476.3031857 486.4018528 496.5005199 504.5271875","y":178.224,"children":["J’enlève tout promontoire à proximité des enêtres et balcons"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.5351572","y":223.024,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.5351562 31.0098238 33.9031572 43.4418249 58.2911596 68.2778272 77.8164949 86.3098287 96.4084958 105.9471635 109.5498304 113.9831638 116.8764972 126.9751643 137.0738314 145.9964989 155.5351666 162.9458331 169.6005 179.6991671 187.1098336 196.6485013 200.2511682 210.4431686 219.9818363 223.5845032 228.0178366 237.0991707 240.7018376 246.7125044 256.2511721 266.3498392 275.8885069 282.5431738 289.9538403 299.492508 303.0951749 313.0818425 322.1631766 329.5738431 333.17651 343.2751771 353.3738442 356.9765111 367.1685115 371.6018449 379.6285125 389.6151801 399.7138472 407.7405148 412.1738482 418.8285151 423.2618485 429.2725153 432.8751822 441.9565163 452.1485167 461.2298508 471.2165184 477.8711853 487.409853 491.09652","y":223.024,"children":["J’empêche l’ouverture de la enêtre par un dispositi adapté."]}]}]},"commandset-589":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans LightBoldBoldF4417CAC","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 14.8076172 17.7783203 28.9404297 33.8359375 38.5117188 47.9072266 59.069336 63.9648438 73.7558594 78.4316406 88.0292968 98.321289 102.9970702 114.642578 128.7578124 142.0996093 146.7753906 158.3154297 171.6220703 185.7373047 190.6328125 200.6787109 205.3544922 210.0390625","y":23.239,"children":["J’AI FAIT LE BON CHOIX !"]}],"style":{"fontWeight":"bold"}}]},"commandset-590":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1116","children":[{"nodeType":"path","d":"M0,0L461,0 461,36 0,36z","id":"path-1116","fill":"none"}]},{"nodeType":"g","id":"shape-1117","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1117","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-591":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 54.8186665 60.0079999 65.7786665 69.5813329 75.0319993 77.090666 83.4213325 89.1919991 95.015999 97.5493323 100.0826656 105.9066655 111.6773321 117.1279985 119.1866652 124.9679986 128.9359985 134.1253319 139.8959985 144.749332 150.1999984 153.4959984 160.3706651 166.1413317 168.674665 173.8693314 178.455998 183.9066644 185.9653311 191.789331 197.2399974 199.2986641 201.8319974 207.0213308 209.0799975 217.5653309 223.3359975 227.5706643 231.3733307 236.5626641 239.0959974 241.6293307 245.4319971 250.8826635 252.9413302 258.6479967 263.8373301 268.0719969 270.1306636 275.319997 280.1733305 285.026664 287.5599973 293.3839972 298.8346636 304.6053302 308.4079966 310.4666633 316.2906632 321.7413296 323.7999963 326.3333296 331.522663 333.5813297 338.7759961 341.3093294 346.7599958 348.8186625 353.671996 359.4426626 365.2133292 369.1813291 374.3706625 380.1413291 383.9439955 389.3946619 391.4533286 396.903995 402.6746616 404.7333283 410.5146617 414.4826616 419.671995 425.4426616 430.2959951 435.7466615 437.8533281 439.9119948","y":15.528,"children":["Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.1866665 25.373333 31.5599995 37.746666 41.2933326 47.4799991 53.6666656 59.8533321 66.0399986","y":28.328,"children":["2012-2016"]}]}]},"commandset-592":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,126.666748C-4.3E-05,56.710697 56.710487,6.7E-05 126.666542,-5E-06L126.666542,-5E-06L126.666458,1.1E-05C196.622528,-0.000116 253.333221,56.710388 253.333328,126.666634 253.333328,126.666656 253.333328,126.666679 253.333328,126.666702L253.333328,126.666702L253.333344,126.666672 253.333344,793.333252 0,793.333252 0,126.666672z","id":"path-1118","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-593":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1119","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.089201875030994415,0.089201875030994415]}],"id":"image-1120","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1120"}]}]},{"nodeType":"g","id":"shape-1121","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1121","fill":"url(#pattern-1119)"}]}],"className":"eventable"},"commandset-594":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"35.6973343 38.6893344 44.658668 50.5106682 56.509335 62.3026685 65.2946686 68.2866687","y":33.893,"children":[" Zone "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.0746689 49.1320024 54.9253359 57.917336","y":55.629,"children":["de "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"24.1399994 30.2559996 33.2186663 39.0413329 45.0399997 49.1466667 54.9106671 59.0173341 62.0093342 67.8613344 73.8600012","y":77.365,"children":["plantation"]}]}]},"commandset-595":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1122","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.095079235732555389,0.095079235732555389]}],"id":"image-1123","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1123"}]}]},{"nodeType":"g","id":"shape-1124","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1124","fill":"url(#pattern-1122)"}]}],"className":"eventable"},"commandset-596":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1125","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.10555555671453476,0.10555555671453476]}],"id":"image-1126","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1126"}]}]},{"nodeType":"g","id":"shape-1127","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1127","fill":"url(#pattern-1125)"}]}],"className":"eventable"},"commandset-597":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1128","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.089062497019767761,0.089062497019767761]}],"id":"image-1129","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1129"}]}]},{"nodeType":"g","id":"shape-1130","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1130","fill":"url(#pattern-1128)"}]}],"className":"eventable"},"commandset-598":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1131","children":[{"nodeType":"path","d":"M0,0L559.333374023438,0 559.333374023438,70 0,70z","id":"path-1131","fill":"none"}]},{"nodeType":"g","id":"shape-1132","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1132","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-599":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.2640009 25.4400015 28.5280016","y":18.792,"children":["Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"28.5279999 37.408 41.5280004 49.6320005 58.6080013 64.6320015 73.1280018 76.2160019","y":18.792,"children":["plante "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"76.2160034 80.0160034 88.192004 91.2800041 100.0160042 108.6720043 112.4720043 119.3520044 126.2320045 134.8880046 143.5440047 146.6320048 155.3680049 164.024005 167.824005 170.9120051 179.5680052 187.7440058 190.8320059 199.3920063 205.7440065 213.9200071 220.8000072 228.9760078 237.6320079 243.3360084 251.512009 254.6000091 263.1600095 270.9440099 277.82401 280.9120101 289.6480102 297.8240108 300.9120109 306.6160114 314.792012 322.160013 325.960013 333.2400132 337.0400132 342.7440137 350.9200143 354.0080144 362.184015 370.8400151 373.9280152 377.7280152 385.9040158 388.9920159","y":18.792,"children":["le buisson qui ne présente pas de toxicité en le "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"388.9919739 398.0479746 406.5439749 415.423975 424.3999758 431.5999756 439.7039757 448.6799765 454.7039767 457.7919768","y":18.792,"children":["déposant "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"457.7919922 466.5279922 474.3119926 482.9679927 489.8479928 492.9359929 496.7359929 504.9119935","y":18.792,"children":["dans le"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"504.9119873 507.9999874","y":18.792,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.2800002 25.4560008 31.808001 39.0880012 42.8880012 51.0640018 54.1520019 61.4320021 65.2320021 70.5520023 77.8320025 86.4880026 95.1440027 100.8480032 107.2000034 115.376004 118.5360041","y":37.992,"children":["cercle ci-contre."]}]}]},"commandset-600":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1133","children":[{"nodeType":"path","d":"M0,0L559.333312988281,0 559.333312988281,59 0,59z","id":"path-1133","fill":"none"}]},{"nodeType":"g","id":"shape-1134","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1134","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-601":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.1546669 28.666667 37.4560003 43.7920003 48.1440001 56.9333334 65.6586666 70.0106664 74.5546665 83.0666666 87.3759999 91.7279997 96.0799995 100.6239996 109.0933332 115.3866663 124.1973333 128.5493331 137.2746663 141.6266661 149.3706665 157.8400001 166.5653333 174.3093337 178.6613335 187.4720005 195.9413341 204.6666673 213.7333339 222.1600002 228.4960002 232.848","y":28.451,"children":["Pour un joli jardin sans danger "]}]}]},"commandset-602":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 62.3439985 69.4899984 74.7999983 82.2339978 85.905998 93.2679975 96.9399977 100.1979976 103.8699978 110.4039972 117.8199966 123.1659963 126.8379965 130.4739967 137.6199966 141.2919968 146.3319968 153.4419965 158.7879962 164.0979961 171.243996 177.7779954 184.3119948 191.4219945 195.0939947 202.2759949 209.6919943 213.3639945 216.9999947 224.1099944 227.7819946 235.2699945 242.4159944 246.0519946 253.0539945 260.2359947 267.5979942","y":33.39,"children":["Dans le jardin , sur la terrasse ou le balcon"]}]}]},"commandset-603":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1135","children":[{"nodeType":"path","d":"M0,0L577.333374023438,0 577.333374023438,33 0,33z","id":"path-1135","fill":"none"}]},{"nodeType":"g","id":"shape-1136","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1136","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-604":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.2080002 22.6373339 26.445334 35.4613347 42.8906684 52.9146686 61.5573354 65.3653355 77.3680029 80.6160033 89.5200036 101.522671 108.9520047 116.0826719 120.226672 130.0266722 139.5840061 147.0133398 156.5706737 160.3786738 164.1866739 167.9386742","y":24.269,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-605":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1137","children":[{"nodeType":"path","d":"M0,0L602,0 602,141 0,141z","id":"path-1137","fill":"none"}]},{"nodeType":"g","id":"shape-1138","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1138","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-606":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5iALQJ7cDcD","d":"M10,59L111.608001708984,59 111.608001708984,60 10,60z","id":"path-1139","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.5760002 30.0720005 36.7440004 42.7680006 50.8720007 54.9920011 63.9680019 71.1680017 74.2560018 82.2240027 90.720003 99.1120032 107.6080035 113.6320037 121.7360038 130.7120046 138.4000053 141.4880054 150.3680055 158.8640058 167.8400066 175.8080075 184.3040078 193.2800086 199.3040088 202.3920089 210.8880092 216.9120094 223.5840093 232.0800096 235.1680097 243.2720098 246.3600099 253.0320098 257.1520102 264.35201 273.4080107 282.3840115 290.8800118 293.9680119 302.848012 311.8240128 320.8000136 327.4720135 330.5600136 334.680014 342.7840141 345.8720142 353.072014 361.1760141 370.1520149 376.1760151 384.6720154 387.7600155 396.7360163 405.7120171 418.7600184 426.8640185 430.9840189 439.9600197 448.45602 451.9360203","y":18.792,"children":["Certains végétaux peuvent être à risque pour la santé humaine."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"5iALQJ7cDcD","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":57.192,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":76.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 34.7615633 42.9375639 49.817564 52.9055641 56.7055641 59.3695641 67.1535645 74.4335647 83.0895648 90.8735652 96.5775657 99.7375658 102.8255659 106.593566 114.7695666 117.8575667 130.0655669 133.225567 137.025567 145.6815671 150.8335675 159.4895676 165.8415678 178.5695684 186.745569 189.8335691 196.7135692 205.3695693 211.7215695 214.8095696 218.6095696 226.39357 229.4815701 238.1375702 246.7935703 254.0735705 257.8735705 265.6655713 269.4655713 275.1695718 283.3455724 286.4335725 295.1695726 303.3455732 310.2255733 313.3135734 320.9615736 329.1375742 337.2095747 345.3855753 351.0895758 358.8735762 367.5295763 374.8975773 377.9855774 381.1455775","y":76.392,"children":["Dès l’achat, je m’inorme sur la nocivité des végétaux ."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 13.0880001 20.352001 28.5280016 31.6160017 40.1760021 48.3520027 57.0080028 64.3760038 67.4640039 75.2480043 83.9040044 90.7840045 97.6640046 101.4640046 104.5520047 108.3520047 116.5280053 119.6160054 124.7680058 132.5520062 136.3520062 142.7040064 150.880007 153.9680071 160.8480072 169.5040073 175.8560075 179.6560075 182.7440076 185.8320077 188.9200078 192.0080079 203.8000087 215.5920095 226.9840097 230.1440098 238.7040102 242.5040102 250.2880106 258.9440107 264.6480112 272.8240118 279.7040119 285.0240121 291.3760123 295.1760123 302.0560124 310.7920125 319.4480126 327.6240132 330.7840133 334.5840133 343.2400134 348.3920138 357.0480139","y":95.592,"children":[" Je peux aussi le aire sur: www.plantes-risque.ino"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":133.992,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 34.7615633 42.9375639 49.817564 52.9055641 61.6415642 70.2975643 78.4735649 81.561565 88.8415652 97.0175658 100.8175658 108.6015662 111.6895663 119.8655669 126.745567 132.4495675 135.5375676 144.097568 152.7535681 159.6335682 166.5135683 170.3135683 179.0495684 182.8495684 191.025569 194.1855691 197.2735692 201.0415693 203.7055693 211.4895697 220.0495701 228.6095705 234.9615707 243.1375713 251.7935714 260.5295715 267.4095716 270.4975717 278.2815721 281.3695722 294.0975728 302.7535729 311.409573 314.4975731 322.6735737 331.3295738 336.4815742 344.2655746 352.9215747 358.6255752 361.7135753 369.4975757 372.5855758 381.2415759 389.4175765 392.5055766 401.065577 408.8495774 415.7295775 418.8175776 424.1375778 432.2095783 440.8655784 449.5215785 455.225579 463.4015796 469.7535798 475.07358 478.1615801 481.9615801 490.1375807 497.0175808 500.1055809 508.6655813 512.4655813 520.2495817 528.9055818 534.6095823 542.7855829 549.665583 552.8255831","y":133.992,"children":["Dès que celà est possible, j’apprends à mon enant à ne pas “goûter” les plantes."]}]}]},"commandset-607":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1140","children":[{"nodeType":"path","d":"M0,0L461,0 461,23 0,23z","id":"path-1140","fill":"none"}]},{"nodeType":"g","id":"shape-1141","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1141","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-608":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 56.1199999 64.184 69.7573333 76.0613332 81.6346665 85.1813331 91.9119993 98.786666 104.9733325 111.159999 117.3466655 123.533332 126.1199986 131.2079984 136.6586648 141.570665 144.1039983 148.9573318 154.6319982 159.8266646 162.3599979 167.7413313 170.2746646 172.8079979 177.9973313 183.7679979 188.6213314 194.0719978 196.1786644 201.8853309 207.7093308 211.1439972","y":14.528,"children":["Source: ANSES-RA2021-Toxicovigilance.pd"]}]}]},"commandset-609":{"nodeType":"g","children":[{"nodeType":"path","d":"M59,13L40.5,0 0,0 0,26 40.5,26z","id":"path-1142","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-610":{"nodeType":"g","children":[{"nodeType":"path","d":"M7.375,3.5C7.375,5.432996 5.72405,7 3.6875,7 1.65095,7 0,5.432996 0,3.5 0,1.567003 1.65095,0 3.6875,0 5.72405,0 7.375,1.567003 7.375,3.5z M3.875,3.5C3.875,3.5 3.791053,3.5 3.6875,3.5 3.583946,3.5 3.5,3.5 3.5,3.5 3.5,3.5 3.583946,3.5 3.6875,3.5 3.791053,3.5 3.875,3.5 3.875,3.5z","id":"path-1143","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-611":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1144","children":[{"nodeType":"path","d":"M29,10C29,15.5228474983079 22.5081288725465,20 14.5,20 6.49187112745349,20 0,15.5228474983079 0,10 0,4.47715250169207 6.49187112745349,0 14.5,0 22.5081288725465,0 29,4.47715250169207 29,10z","id":"path-1144","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1145","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1145","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-612":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Arial Rounded MT BoBold87AED57F","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"11.609375 17.390625","y":17.844,"children":["i"]}]}]},"commandset-613":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L44,0 44,44 0,44z","id":"path-1147","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1146","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-614":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1148","children":[{"nodeType":"path","d":"M0,0L562,0 562,160 0,160z","id":"path-1148","fill":"none"}]},{"nodeType":"g","id":"shape-1149","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1149","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-615":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5bXSXs2fFSu","d":"M10,59L111.608001708984,59 111.608001708984,60 10,60z","id":"path-1150","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.5760002 30.0720005 36.7440004 42.7680006 50.8720007 54.9920011 63.9680019 71.1680017 74.2560018 82.2240027 90.720003 99.1120032 107.6080035 113.6320037 121.7360038 130.7120046 138.4000053 141.4880054 150.3680055 158.8640058 167.8400066 175.8080075 184.3040078 193.2800086 199.3040088 202.3920089 210.8880092 216.9120094 223.5840093 232.0800096 235.1680097 243.2720098 246.3600099 253.0320098 257.1520102 264.35201 273.4080107 282.3840115 290.8800118 293.9680119 302.848012 311.8240128 320.8000136 327.4720135 330.5600136 334.680014 342.7840141 345.8720142 353.072014 361.1760141 370.1520149 376.1760151 384.6720154 387.7600155 396.7360163 405.7120171 418.7600184 426.8640185 430.9840189 439.9600197 448.45602 451.9360203","y":18.792,"children":["Certains végétaux peuvent être à risque pour la santé humaine."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"5bXSXs2fFSu","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":57.192,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":76.392,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 34.7615633 42.9375639 49.817564 52.9055641 56.7055641 59.3695641 67.1535645 74.4335647 83.0895648 90.8735652 96.5775657 99.7375658 102.8255659 106.593566 114.7695666 117.8575667 130.0655669 133.225567 137.025567 145.6815671 150.8335675 159.4895676 165.8415678 178.5695684 186.745569 189.8335691 196.7135692 205.3695693 211.7215695 214.8095696 218.6095696 226.39357 229.4815701 238.1375702 246.7935703 254.0735705 257.8735705 265.6655713 269.4655713 275.1695718 283.3455724 286.4335725 295.1695726 303.3455732 310.2255733 313.3135734 320.9615736 329.1375742 337.2095747 345.3855753 351.0895758 358.8735762 367.5295763 374.8975773 378.0575774 381.1455775","y":76.392,"children":["Dès l’achat, je m’inorme sur la nocivité des végétaux. "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.2640009 25.4400015 28.5280016 37.088002 45.2640026 53.9200027 61.2880037 64.3760038 72.1600042 80.8160043 87.6960044 94.5760045 98.3760045 101.4640046 105.2640046 113.4400052 116.5280053 121.6800057 129.4640061 133.2640061 139.6160063 147.7920069 150.880007 157.7600071 166.4160072 172.7680074 175.8560075 179.6560075 187.8320081 190.9200082 197.8000083 201.6000083 207.3040088 215.4800094 218.5680095 230.3600103 242.1520111 253.5440113 256.7040114 265.2640118 269.0640118 276.8480122 285.5040123 291.2080128 299.3840134 306.2640135 311.5840137 317.9360139 321.7360139 328.616014 337.3520141 346.0080142 354.1840148 357.3440149 361.1440149 369.800015 374.9520154 383.6080155","y":95.592,"children":["Je peux aussi le aire sur le site www.plantes-risque.ino"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":133.992,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 34.7615633 42.9375639 49.817564 52.9055641 61.6415642 70.2975643 78.4735649 81.561565 88.8415652 97.0175658 100.8175658 108.6015662 111.6895663 119.8655669 126.745567 132.4495675 135.5375676 144.097568 152.7535681 159.6335682 166.5135683 170.3135683 179.0495684 182.8495684 191.025569 194.1855691 197.2735692 201.0415693 203.7055693 211.4895697 220.0495701 228.6095705 234.9615707 243.1375713 251.7935714 260.5295715 267.4095716 270.4975717 278.2815721 281.3695722 294.0975728 302.7535729 311.409573 314.4975731 322.6735737 331.3295738 336.4815742 344.2655746 352.9215747 358.6255752 361.7135753 369.4975757 372.5855758 381.2415759 389.4175765 392.5055766 401.065577 408.8495774 415.7295775 418.8175776 424.1375778 432.2095783 440.8655784 449.5215785 455.225579 463.4015796 469.7535798 475.07358 478.1615801 481.9615801 490.1375807 497.0175808 500.1055809","y":133.992,"children":["Dès que celà est possible, j’apprends à mon enant à ne pas “goûter” les "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22 30.5600004 34.3600004 42.1440008 50.8000009 56.5040014 64.680002 71.5600021 74.7200022","y":153.192,"children":["plantes."]}]}]},"commandset-616":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.2080002 18.4560006 27.3600009 31.504001 35.3120011 41.9200014 50.8240017 54.9680018 62.6960024 66.5040025 73.6346697 81.0640034 84.8720035 94.242671 104.0426712 113.7493381 117.5573382 126.8720059 137.120007 146.9200072 151.0640073 159.7066741 163.5146742 167.2666745","y":24.269,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-617":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 56.1199999 64.184 69.7573333 76.0613332 81.6346665 85.1813331 91.9119993 98.786666 104.9733325 111.159999 117.3466655 123.533332 126.1199986 131.2079984 136.6586648 141.570665 144.1039983 148.9573318 154.6319982 159.8266646 162.3599979 167.7413313 170.2746646 172.8079979 177.9973313 183.7679979 188.6213314 194.0719978 196.1786644 201.8853309 207.7093308 211.1439972","y":15.528,"children":["Source: ANSES-RA2021-Toxicovigilance.pd"]}]}]},"commandset-618":{"nodeType":"g","children":[{"nodeType":"path","d":"M1E-06,120.08342C-4E-05,53.763233 53.763039,6.5E-05 120.083214,-4E-06L120.083214,-4E-06L120.083138,6E-06C186.403336,-0.000114 240.166565,53.762939 240.166672,120.083305 240.166672,120.083328 240.166672,120.083351 240.166672,120.083374L240.166672,120.083374L240.166687,120.083344 240.166687,793.333252 0,793.333252 0,120.083344z","id":"path-1151","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-619":{"nodeType":"g","children":[{"nodeType":"path","d":"M119.999969482422,60C119.999969482422,93.1370849898476 93.1370613038621,120 59.9999847412109,120 26.8629081785598,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629081785598,0 59.9999847412109,0 93.1370613038621,0 119.999969482422,26.8629150101524 119.999969482422,60z","id":"path-1152","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#B8BBC1","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-620":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,47.5,53]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1153","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.48969072103500366,0.49074074625968933]}],"id":"image-1154","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1154"}]}]},{"nodeType":"g","id":"shape-1155","children":[{"nodeType":"path","d":"M3E-06,47.500038C-2.4E-05,21.26651 21.266432,1.7E-05 47.49992,3E-06 73.733444,-4.4E-05 94.999954,21.266396 94.999992,47.499992 94.999992,47.499996 94.999992,47.5 94.999992,47.500004L94.999992,47.500004L94.999992,58.499992C94.999992,84.733513 73.733521,105.999992 47.500015,105.999992 21.266495,106 1.4E-05,84.733536 -2E-06,58.500019z","id":"path-1155","fill":"url(#pattern-1153)"}]}],"className":"eventable"},"commandset-621":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"24.0279999 31.6253343 39.0733347 46.7080021 54.081336 57.8893361 65.59867 72.9720039 76.780004","y":43.105,"children":["Zone de "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"30.729332 38.4386659 45.8119998 53.5960002 61.0440006 66.2706675","y":70.769,"children":["dépôt"]}]}]},"commandset-622":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,51,51]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1156","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1157","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1157"}]}]},{"nodeType":"g","id":"shape-1158","children":[{"nodeType":"path","d":"M102,51C102,79.1665222413705 79.1665222413705,102 51,102 22.8334777586295,102 0,79.1665222413705 0,51 0,22.8334777586295 22.8334777586295,0 51,0 79.1665222413705,0 102,22.8334777586295 102,51z","id":"path-1158","fill":"url(#pattern-1156)"}]}],"className":"eventable"},"commandset-623":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,46,46]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1159","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.41628959774971008,0.41628959774971008]}],"id":"image-1160","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1160"}]}]},{"nodeType":"g","id":"shape-1161","children":[{"nodeType":"path","d":"M92,46C92,71.4050984922165 71.4050984922165,92 46,92 20.5949015077835,92 0,71.4050984922165 0,46 0,20.5949015077835 20.5949015077835,0 46,0 71.4050984922165,0 92,20.5949015077835 92,46z","id":"path-1161","fill":"url(#pattern-1159)"}]}],"className":"eventable"},"commandset-624":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,51,51]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1162","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.796875,0.796875]}],"id":"image-1163","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1163"}]}]},{"nodeType":"g","id":"shape-1164","children":[{"nodeType":"path","d":"M102,51C102,79.1665222413705 79.1665222413705,102 51,102 22.8334777586295,102 0,79.1665222413705 0,51 0,22.8334777586295 22.8334777586295,0 51,0 79.1665222413705,0 102,22.8334777586295 102,51z","id":"path-1164","fill":"url(#pattern-1162)"}]}],"className":"eventable"},"commandset-625":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 24.6000009 31.8640018 40.0400024 43.1280025","y":18.792,"children":["1-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.1280022 50.7280021 59.7040029 68.6800037 72.8000041 80.0000039 84.1200043 91.3200041 94.4080042","y":18.792,"children":["choisis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"94.4080048 98.2080047 105.9920051 109.0800052 116.3600054 125.0160055 132.8000059 136.6000059 143.480006 151.6560066 154.7440067 163.4000068 171.1840072 179.8400073 185.5440078 193.7200084 196.8080085 200.6080085 208.3920089 211.480009 224.2080096 228.0080096 236.1840102 244.8400103 252.2080113 255.2960114 263.0800118 271.8160119 279.6000123 288.1600127 293.8640132 302.0400138 310.2160144 313.3040145 321.0880149 324.176015 336.9040156 345.5600157 354.2160158 357.3040159 365.4800165 374.1360166 379.288017 387.0720174 395.7280175 401.432018 404.5200181 413.2560182 421.4320188 424.5200189 433.176019 436.2640191 445.5440198 453.3280202 461.9840203 468.8640204","y":18.792,"children":["la chaise haute la mieux adaptée à mon enant de – 4ans"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"468.8640137 471.9520137","y":18.792,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 24.6000009 31.8640018 40.0400024 43.1280025","y":37.992,"children":["2-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.1280022 52.1840029 60.6800032 69.5600033 78.5360041 85.7360039 94.2320042 97.3200043","y":37.992,"children":["dépose "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"97.3200073 104.2000074 112.8560075 121.5120076 124.6000077 128.4000077 141.1280083 148.9120087 156.9840092 165.1600098 168.2480099 176.98401 184.7680104 193.4240105 200.3040106 203.3920107 207.1920107 215.3680113 218.4560114 225.7360116 233.9120122 240.2640124 247.5440126 251.3440126 259.5200132 262.6080133 270.6800138 277.032014 280.832014 287.7120141 290.8000142 298.0800144 301.8800144 307.2000146 314.4800148 323.1360149 331.792015 337.4960155 343.8480157 352.0240163 355.1840164","y":37.992,"children":["son image dans le cercle gris ci-contre."]}]}]},"commandset-626":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1165","children":[{"nodeType":"path","d":"M0,0L521.333374023438,0 521.333374023438,41 0,41z","id":"path-1165","fill":"none"}]},{"nodeType":"g","id":"shape-1166","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1166","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-627":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.7093334 25.0613332 33.4879995 42.2133327 46.5653325 50.9173323 59.6426655 67.3866659 73.3599993 81.8293329 86.1386662 90.4479995 98.8746658 103.2266656 112.1226655 120.6346656 129.4239989 135.7599989 140.1119987 148.9866649 153.3386647 161.765331 170.4906642 174.842664 188.5813296 197.0506632 205.7759964 214.842663 223.2693293 229.6053293","y":28.451,"children":["Bien installé pour bien manger"]}]}]},"commandset-628":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1168","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":140.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1167","filter":"url(#filter-1168)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":118},{"nodeType":"g","id":"pathwrap-1167","children":[{"nodeType":"g","id":"shape-1169","children":[{"nodeType":"path","d":"M0,0L117.333374,0 117.333374,32 0,32z","id":"path-1169","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1170","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1170","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-629":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.7179985 30.8499994 40.9486665 51.0473336 57.7020005 62.1353339 72.234001 82.3326681 91.8713358 99.2820023","y":23.224,"children":["Continuer"]}]}]},"commandset-630":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1171","children":[{"nodeType":"path","d":"M0,0L604.000061035156,0 604.000061035156,33 0,33z","id":"path-1171","fill":"none"}]},{"nodeType":"g","id":"shape-1172","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1172","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-631":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1173","children":[{"nodeType":"path","d":"M0,0L599,0 599,160 0,160z","id":"path-1173","fill":"none"}]},{"nodeType":"g","id":"shape-1174","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1174","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-632":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5ZnCplaHCyi","d":"M10,98L111.608001708984,98 111.608001708984,99 10,99z","id":"path-1175","fill":"#0064AE","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0799999 32.0560007 40.1600008 49.1360016 58.1920023 61.2800024 70.2560032 79.232004 82.3200041 90.8160044 99.7920052 105.2640053 113.3680054 122.3440062 128.3680064 131.4560065 140.5120072 149.0080075 152.0960076 165.1440089 174.1200097 178.2400101 187.2160109 194.4160107 197.5040108 206.5600115 215.0560118 218.1440119 227.7440123 230.8320124 238.9360125 247.9120133 251.0000134","y":18.792,"children":["Quand un enant de moins de 1 an "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"250.9999847 258.5999846 267.5759854 276.5519862 282.5759864 291.0719867 294.551987 297.6399871 301.7599875 309.8639876 312.9519877 321.8319878 329.9359879 336.6079878 342.631988 346.7519884 355.2479887 358.3359888 362.4559892 370.9519895 378.1519893 386.6479896 395.1439899 398.23199 406.7279903 413.9279901 419.9519903 423.0399904 427.1599908 435.6559911 438.7439912 447.6239913 451.7439917 460.7199925 467.9199923 471.0079924 478.2079922 487.183993 496.1599938 504.1279947 512.623995 521.5999958 527.623996 530.7119961 534.8319965 542.9359966 546.0239967 552.0479969 560.5439972 566.5679974 575.0639977 578.1519978 583.6319983","y":18.792,"children":["chute, la partie lésée est le plus souvent la tête !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"583.632019 586.7200191 589.8080192","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.1200004 24.7200008 34.3200012 46.9120022 50.0000023 59.056003 67.5520033 74.7520031 77.8400032 85.4400031 93.5440032 100.744003 105.8640034","y":37.992,"children":["(72% des cas)"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.2400007 26.736001 33.9360008 37.0240009 43.6960008 47.8160012 55.016001 64.0720017 73.0480025 81.5440028 88.7440026 91.8320027 100.8880034 109.3840037 112.4720038 120.0720037 129.0480045 138.0240053 144.0480055 153.0240063 160.2240061 164.3440065 173.3200073 182.2960081 185.7760084 188.8640085 197.9200092 206.4160095 209.5040096 218.3840097 222.5040101 230.6080102 234.7280106 243.2240109 246.312011 255.2880118 264.2640126 267.3520127 276.4080134 284.9040137 287.9920138 295.5920137 304.5680145 317.6160158 330.6640171 339.6400179 345.6640181 349.7840185 358.7600193 367.7360201 370.8240202 378.02402 387.0000208 395.9760216 402.0000218 405.0880219 411.7600218 420.2560221 428.7520224 432.8720228 440.0720226 443.5520229 446.640023","y":57.192,"children":["Les risques de contusion, de plaie ou de commotion sont réels. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"5ZnCplaHCyi","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":95.592,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":114.792,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 49.6895645 56.0415647 59.8415647 67.6335655 71.4335655 75.2335655 83.4095661 91.4815666 95.2815666 103.4575672 106.5455673 115.2815674 123.457568 130.3375681 133.4255682 141.6015688 150.3375689 158.993569 162.793569 171.3535694 179.52957 192.2575706 200.4335712 209.0895713 214.7935718 221.6735719 224.761572 232.5455724 241.2015725 248.5695735 251.6575736 260.3135737 268.9695738 275.321574 288.0495746 296.2255752 303.1055753 306.1935754 314.9295755 323.1055761 326.1935762 333.0735763 341.2495769 348.5295771 357.1855772 363.5375774 367.3375774 373.0415779 381.2175785 384.3055786 396.4015793 405.5535797 408.6415798","y":114.792,"children":["Je privilégie des équipements aux normes de sécurité NF "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":153.192,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0064AE","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 32.5295634 40.3135638 47.1935639 54.073564 62.7295641 69.0815643 77.2575649 80.345565 89.0015651 97.6575652 105.8335658 108.9215659 115.801566 124.4575661 130.8095663 138.4575665 146.6335671 150.4335671 154.2335671 158.0335671 165.8175675 174.4735676 181.7535678 189.9295684 193.0175685 198.9695686 206.753569 215.3135694 223.8735698 230.22557 238.8815701 246.1615703 254.8175704 262.993571 271.1695716 274.3295717","y":153.192,"children":["J’assure une surveillance rapprochée."]}]}]},"commandset-633":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1176","children":[{"nodeType":"path","d":"M0,0L535,0 535,62 0,62z","id":"path-1176","fill":"none"}]},{"nodeType":"g","id":"shape-1177","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1177","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-634":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.5733333 24.3439999 30.1146665 34.3493333 39.2026668 44.6533332 47.1866665 49.2453332 54.8186665 60.0079999 65.7786665 69.5813329 75.0319993 77.090666 83.4213325 89.1919991 95.015999 97.5493323 100.0826656 105.9066655 111.6773321 117.1279985 119.1866652 124.9679986 128.9359985 134.1253319 139.8959985 144.749332 150.1999984 154.0026648 159.2826645 164.7333309 169.3199975 171.3786642 176.5679976 181.4213311 186.2746646 188.8079979 194.6319978 200.0826642 205.8533308 209.6559972 214.2426638 216.3013305 222.1253304 227.5759968 229.6346635 232.1679968 237.3573302 239.4159969 244.6106633 247.1439966 252.594663 254.6533297 259.5066632 265.2773298 271.0479964 275.0159963 280.2053297 285.9759963 289.7786627 295.2293291 297.2879958 302.1413293 307.9119959 313.3626623 318.1839957 320.2426624 322.7759957 328.2266621 332.8133287 334.8719954 343.3573288 349.1279954 351.6613287 357.4319953 362.0186619 364.0773286 369.9013285 375.3519949 377.4106616 383.5973281 389.7839946 391.8426613 397.0319947 402.8026613 407.3893279 409.4479946 414.898661 420.6693276 422.7279943 428.5093277 432.4773276 437.666661 443.4373276 448.2906611 453.7413275 455.7999942 457.8586609","y":15.528,"children":["Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.4853334 26.9359998 30.7386662 34.973333 40.7439996 46.4506661 52.2213327 54.754666 57.2879993 61.0906657 66.2799991 68.8133324 74.583999 80.0346654","y":28.328,"children":["métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.8746667 25.6453333 30.8346667 33.368 38.5626664 43.149333 48.5999994 50.6586661 56.482666 61.9333324 66.519999 68.5786657 74.4026656 80.1733322 85.9439988 91.7146654 97.1653318 102.6159982 107.2026648 109.2613315 115.0853314 120.5359978 122.5946645 125.1279978 126.7813311 132.2319975 138.0026641 143.826664 149.5973306 155.047997 158.8506634 164.3013298 166.3599965 172.066663 177.5173294 181.7519962 190.2373296 195.426663 201.1973296 206.647996 212.4186626 216.221329 221.6719954 223.7306621 228.3173287 234.0879953 238.3226621 240.3813288 242.9146621 248.3653285 252.9519951 255.0106618 260.1999952 265.0533287 269.9066622 272.4399955 278.2639954 283.7146618 289.4853284 293.2879948 297.8746614 299.9333281 305.757328 311.2079944 313.2666611 315.7999944 320.9893278 323.0479945 328.2426609 330.7759942 336.2266606 338.2853273 343.1386608 348.9093274 354.679994 358.6479939 363.8373273 369.6079939 373.4106603 378.8613267 380.9199934 384.1199934 390.4239933 396.1253263 402.8399931 410.3439923 413.5439923 415.602659 420.1893256 425.9599922 430.194659 432.2533257 434.786659 439.9759924 442.0346591 447.7413256 453.191992 457.4266588 459.9599921 465.7306587 471.5546586 477.005325 479.0639917 485.2506582 491.4373247 497.6239912 503.8106577 507.3573243","y":41.128,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.1866665 25.373333 31.5599995 37.746666 39.8533326","y":53.928,"children":["2018."]}]}]},"commandset-635":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1179","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1178","filter":"url(#filter-1179)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":115},{"nodeType":"g","id":"pathwrap-1178","children":[{"nodeType":"g","id":"shape-1180","children":[{"nodeType":"path","d":"M0,0L114.333374,0 114.333374,32 0,32z","id":"path-1180","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1181","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1181","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-636":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.2179985 29.3499994 39.4486665 49.5473336 56.2020005 60.6353339 70.734001 80.8326681 90.3713358 97.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-637":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1182","children":[{"nodeType":"path","d":"M0,0L568,0 568,160 0,160z","id":"path-1182","fill":"none"}]},{"nodeType":"g","id":"shape-1183","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1183","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-638":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6LnSZwfBrur","d":"M10,98L111.608001708984,98 111.608001708984,99 10,99z","id":"path-1184","fill":"#0070C0","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0799999 32.0560007 40.1600008 49.1360016 58.1920023 61.2800024 70.2560032 79.232004 82.3200041 90.8160044 99.7920052 105.2640053 113.3680054 122.3440062 128.3680064 131.4560065 140.5120072 149.0080075 152.0960076 165.1440089 174.1200097 178.2400101 187.2160109 194.4160107 197.5040108 206.5600115 215.0560118 218.1440119 227.7440123 230.8320124 238.9360125 247.9120133 251.0000134","y":18.792,"children":["Quand un enant de moins de 1 an "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"250.9999847 258.5999846 267.5759854 276.5519862 282.5759864 291.0719867 294.551987 297.6399871 301.7599875 309.8639876 312.9519877 321.8319878 329.9359879 336.6079878 342.631988 346.7519884 355.2479887 358.3359888 362.4559892 370.9519895 378.1519893 386.6479896 395.1439899 398.23199 406.7279903 413.9279901 419.9519903 423.0399904 427.1599908 435.6559911 438.7439912 447.6239913 451.7439917 460.7199925 467.9199923 471.0079924 478.2079922 487.183993 496.1599938 504.1279947 512.623995 521.5999958 527.623996 530.7119961 534.8319965 542.9359966","y":18.792,"children":["chute, la partie lésée est le plus souvent la"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"542.9359741 546.0239742","y":18.792,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.0240002 24.5200005 30.5440007 39.040001 42.1280011 47.6080016 50.6960017 55.8160021 65.4160025 75.0160029 87.6080039 90.696004 99.7520047 108.248005 115.4480048 118.5360049 126.1360048 134.2400049 141.4400047 146.5600051","y":37.992,"children":["tête ! (72% des cas)"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.2400007 26.736001 33.9360008 37.0240009 43.6960008 47.8160012 55.016001 64.0720017 73.0480025 81.5440028 88.7440026 91.8320027 100.8880034 109.3840037 112.4720038 120.0720037 129.0480045 138.0240053 144.0480055 153.0240063 160.2240061 164.3440065 173.3200073 182.2960081 185.7760084 188.8640085 197.9200092 206.4160095 209.5040096 218.3840097 222.5040101 230.6080102 234.7280106 243.2240109 246.312011 255.2880118 264.2640126 267.3520127 276.4080134 284.9040137 287.9920138 295.5920137 304.5680145 317.6160158 330.6640171 339.6400179 345.6640181 349.7840185 358.7600193 367.7360201 370.8240202 378.02402 387.0000208 395.9760216 402.0000218 405.0880219 411.7600218 420.2560221 428.7520224 432.8720228 440.0720226 443.5520229 446.640023","y":57.192,"children":["Les risques de contusion, de plaie ou de commotion sont réels. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","data-ref-id":"6LnSZwfBrur","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.2800007 22.3680008 31.1040009 39.760001 48.4160011 55.2960012 58.3840013 64.7360015 72.9120021 81.9680028 89.6640034 96.5520039 104.7280045 111.6080046 115.4080046 118.4960047","y":95.592,"children":["2 bons réexes: "]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":114.792,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 38.041564 41.1295641 49.6895645 56.0415647 59.8415647 67.6335655 71.4335655 75.2335655 83.4095661 91.4815666 95.2815666 103.4575672 106.5455673 115.2815674 123.457568 130.3375681 133.4255682 141.6015688 150.3375689 158.993569 162.793569 171.3535694 179.52957 192.2575706 200.4335712 209.0895713 214.7935718 221.6735719 224.761572 232.5455724 241.2015725 248.5695735 251.6575736 260.3135737 268.9695738 275.321574 288.0495746 296.2255752 303.1055753 306.1935754 314.9295755 323.1055761 326.1935762 333.0735763 341.2495769 348.5295771 357.1855772 363.5375774 367.3375774 373.0415779 381.2175785 384.3055786 396.4015793 405.5535797","y":114.792,"children":["Je privilégie des équipements aux normes de sécurité NF"]}]},{"nodeType":"text","font-family":"Arial Charset1_ 63rj8eUE1125933","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.6015625","y":153.192,"children":["•"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"16px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.6015625 29.8655634 32.5295634 40.3135638 47.1935639 54.073564 62.7295641 69.0815643 77.2575649 80.345565 89.0015651 97.6575652 105.8335658 108.9215659 115.801566 124.4575661 130.8095663 138.4575665 146.6335671 150.4335671 154.2335671 158.0335671 165.8175675 174.4735676 181.7535678 189.9295684 193.0175685 198.9695686 206.753569 215.3135694 223.8735698 230.22557 238.8815701 246.1615703 254.8175704 262.993571 271.1695716 274.3295717","y":153.192,"children":["J’assure une surveillance rapprochée."]}]}]},"commandset-639":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 5DF84C8E","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.0219998 18.1539998 26.7399993 30.7359991 34.4079993 40.779999 49.3659985 53.3619983 60.813998 64.4859982 71.3619986 78.5259986 82.1979988 91.2339981 100.6839979 110.0439976 113.7159978 122.6979972 132.5799972 142.029997 146.0259968 154.3599964 158.0319966 161.6499962","y":24.474,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-640":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1185","children":[{"nodeType":"path","d":"M0,0L509,0 509,62 0,62z","id":"path-1185","fill":"none"}]},{"nodeType":"g","id":"shape-1186","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1186","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-641":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1187","children":[{"nodeType":"path","d":"M0,0L655,0 655,68 0,68z","id":"path-1187","fill":"none"}]},{"nodeType":"g","id":"shape-1188","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1188","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-642":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.6820002 26.6860004 33.0580006 39.8500014 42.9400013 47.4580014 52.8580015 55.1740015 58.2640014 68.0500017 74.1280018 80.4220019 86.7940021 92.1940022","y":16.844,"children":["Crédits images"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"92.1940079 95.044008 97.360008","y":16.844,"children":[": "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.1220002 22.9720003 28.4980003 34.3360001 40.8880006 46.5760008 52.4200007 54.7360007 60.8740007 63.7240008 69.1840008 75.3160008 81.8080004 87.2680004 93.4000004 95.7700005","y":31.244,"children":["Pixabay Licence,"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.0720005 28.2040005 34.6960001 43.1380005 49.6300001 56.1820006 62.3140006 64.6840007 67.5100007 73.9300003 79.9840002 82.8340003 85.1500003 92.3440005 99.9160005 109.0360004 115.528 124.6479999 132.2199999 139.4140001 141.7300001 147.5679999 151.8459998 154.1619998 161.2539998 167.7459994 173.7999993 176.6499994 179.4999995 184.6599993 191.1519989 193.4679989 205.3119988 208.1619989 214.0659992 216.9159993 223.3359989 229.4679989 236.0199994 238.8699995 244.7079993 247.0779994 249.3939994 257.8359998 266.2780002 268.5940002 276.2860001 282.5200003 286.5100005 292.7800005 300.5140007 302.8300007 309.7900007 312.1600008 319.1200008 321.4360008 328.3960008 334.8880004 339.1660003 343.4440002 349.8639998 355.0239996 357.8739997 361.5819994 365.2119998 370.6719998 375.4359997 381.5679997 387.4059995 391.6839994 394.5339995 400.2699996 406.4019996 411.8619996 418.3539992 427.8999997 437.4460002 443.9379998 450.4299994 455.5899992 457.9599993 464.4519989 469.2159988 475.2699987 479.5479986 482.3979987 485.2479988 490.7079988 496.8399988 503.3319984 508.4919982 514.6239982 519.783998 524.0619979 530.5059981 536.349998 540.3399982 545.499998 551.3379978 555.6159977 562.5759977 564.9459978 571.9059978 578.8659978 581.2359979 583.5519979 589.3959978 592.2459979 598.0839977 600.3999977","y":45.644,"children":["NeoCube.jpg: XRDoDRX at English Wikipedia, CC BY-SA 3.0 , via "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 24.8439999 27.694 33.5980003 36.4480004 45.9940009 52.1260009 58.6780014 61.5280015 67.3660013 69.6820013 78.1240017 84.6160013 94.1620018 103.7080023 110.2000019 116.6920015 121.8520013","y":60.044,"children":["Wikimedia Commons"]}]}]},"commandset-643":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1189","children":[{"nodeType":"path","d":"M0,0L796,0 796,284 0,284z","id":"path-1189","fill":"none"}]},{"nodeType":"g","id":"shape-1190","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1190","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-644":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.6820002 28.4140001 35.146 40.8460003 47.2180005 53.8780003 58.3960004 61.4860003 68.2180002 74.9500001","y":16.844,"children":["Conception"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"74.9499969 77.2659969 80.115997 82.431997 93.339997 102.8859975 109.0179975 111.3339975 117.6039975 123.4419973 129.9339969 136.4859974 141.2499973 144.0999974 150.591997 156.723997 159.039997 168.1599969 177.4599971 185.1939973 188.7819974 197.8539979 200.223998 202.539998 206.1279981 212.6199977 218.6739976 224.8059976 231.2979972 234.1479973 240.2799973 246.7719969 251.5359968 257.6679968 259.9839968 266.4039964 272.5359964 279.0879969 284.9259967 290.9799966 297.4719962 303.5259961 306.3759962 312.9279967 319.4199963 325.5519963 327.9219964 330.2379964 338.6799968 344.8119968 349.9719966 352.8219967 362.3679972 364.6839972 370.9539972 376.791997 383.2839966 387.5619965 393.6939965 396.0639966 398.3799966 400.6959966 409.4979966 415.9899962 418.8399963 424.5759964 430.7079964 435.4719963 440.6319961 443.4819962 447.7599961 453.8919961 456.2079961 462.7599966 468.8919966 471.2079966 478.8999965 483.6639964 489.7959964 494.0739963 499.9119961 505.965996 512.4579956 518.5899956 520.9059956 530.4759953 535.9359953 541.3959953 544.2459954 550.7979959 556.9299959 563.4219955 567.6999954 573.5379952 576.3879953 582.5199953 584.8359953 591.3279949 593.6439949 600.6039949 607.5639949 614.5239949 621.4839949","y":16.844,"children":[" : Mme Sandrine DOVIN, Ingénieure pédagogique, Cesim Santé, Université de Bretagne Occidentale – 2023"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"621.4840698 623.8000698","y":16.844,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.316","y":31.244,"children":[" "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.928 24.9039998 31.276 36.9760003 39.2920003 42.3820002 48.4600003 50.7760003 57.4360001 63.5140002 68.5180004 73.0360005 76.1260004 81.8260007 84.9160006 91.5760004 97.6540005 102.1720006 105.2620005 111.9940004 118.7260003 121.0420003 127.0540004 132.8200007 139.4800005 145.8520007 150.8560009 155.374001 161.7460012 164.0620012 170.854002 177.2260022 182.6260023 184.9420023 194.7280026 201.1000028 210.8860031 217.6780039 222.6820041 229.0540043 234.4540044 236.7700044 243.5620052 250.2940051 252.6100051 261.2920053 268.0240052 277.8100055 280.9000054 285.4180055 291.7900057 294.1060057 300.6160064 306.3160067 309.4060066 315.7780068 322.5100067 327.0280068 330.1180067 336.7540069 343.5460077 350.2780076 356.6500078 358.9660078 365.7580086 372.4900085 374.8060085 381.4660083 386.4700085 393.2020084 396.2680084 402.6400086 407.1580087 409.4740087 413.3140089 419.9740087 426.0520088 431.056009 433.372009 440.1040089 445.1080091 451.9000099 456.9040101 463.2760103 465.5920103 471.6700104 474.7600103 481.4200101 488.15201 494.2300101 501.0220109 507.3940111 511.9120112 515.0020111 521.7940119 528.5260118 534.7480119 538.5880121","y":45.644,"children":["avec la participation experte des membres du Comité Scientique du projet (par ordre alphabétique)"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"538.5880737 541.4380739","y":45.644,"children":[":"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 28.6719999 30.9879999 38.7220001 47.7940006 57.3640003 66.1660003 69.7540004 75.8920004 84.9640009 87.2800009 93.7840011 98.2480013 104.0860011 110.5780007 116.0380007 122.5300003 125.3800004 130.5400002","y":60.044,"children":["Mr ANOUILH François"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"130.5399933 132.9099934 135.2259934 141.4959934 147.3339932 153.3879931 159.5199931 163.5099933 167.3739931 173.5059931 183.0519936 192.5979941 198.7299941 201.0459941 207.1779941 213.6699937 218.8299935 224.9619935 227.8119936 233.8659935 240.3579931 246.1959929 252.6879925 256.9659924 259.3359925 261.6519925 268.7439925 274.2039925 280.6959921 283.5459922 289.6779922 291.9939922 300.7959922 307.2879918 310.1379919 315.873992 322.005992 326.7699919 331.9299917 334.7799918 339.0579917 344.8959915 347.7459916 352.5099915 358.6419915 360.9579915 367.509992 373.641992 375.957992 386.865992 392.7039918 395.5539919 401.6859919 408.1779915 412.4559914 415.3059915 421.857992 428.3499916 434.4819916 436.7979916 443.3499921 449.4819921 451.7979921 459.489992 464.2539919 470.3859919 475.5459917 479.8239916 482.1399916 484.5099917 486.8259917 490.6899915 497.1819911 501.945991 511.4919915 517.3299913 521.6079912 526.3719911 529.2219912 534.6819912 540.8139912 543.1299912 551.5719916 557.7039916 562.8639914 565.7139915 575.259992","y":60.044,"children":[", Sage-emme enseignant, Ecole Universitaire de Maïeutique de Brest , ormatrice Cesim"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 33.4540005 39.5860005 41.9020005 49.5940004 55.7320004 63.4660006 72.5380011 80.9800015 83.2960015 92.368002 98.2060018 102.4840017 108.9760013 114.8140011 117.6640012 120.5140013 126.6460013","y":74.444,"children":["Mme BLANC Nathalie"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"126.6459961 129.0159962 131.3319962 137.7519958 142.5159957 149.0079953 152.8719951 159.0039951 164.1639949 169.3239947 175.4559947 181.9479943 186.7119942 192.8439942 195.1599942 201.2919942 205.5699941 207.8859941 213.3459941 219.8379937 225.9699937 230.7339936 236.1939936 242.6859932 248.8179932 255.3099928 260.0739927 266.2059927 268.5219927 274.6539927 281.1459923 283.4619923 289.8819919 295.0419917 300.7779918 306.2379918 312.7299914 319.221991 322.0719911 328.5639907 334.6179906 337.4679907 343.5999907 345.9159907 351.3759907 357.8679903 363.9219902 370.4139898 373.2639899 377.5419898 380.3919899 386.12799 392.25999 394.57599 398.5659902 400.8819902 409.6839902 416.1759898 419.0259899 424.76199 430.89399 435.6579899 440.8179897 443.6679898 447.9459897 454.0779897 456.3939897 462.9459902 469.0779902 471.3939902 482.3019902 488.7939898 495.2859894 499.5639893 505.9839889 512.1159889 514.965989 517.8159891 520.6659892 526.7979892 531.5619891","y":74.444,"children":[", proesseure et chercheure en psychologie cognitive - Université de Montpellier"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 33.4540005 39.5860005 41.9020005 49.5940004 59.1640001 67.6180006 75.3520008 81.4900008 89.224001 100.132001 107.2540012 116.3260017 125.8960014 134.9680019 142.0600019 144.3760019 150.6460019 157.1380015 163.6300011 168.394001 171.2440011 177.7960016 183.9280016 188.2060015 194.6980011","y":88.844,"children":["Mme BOUALAMPHONE Sourideth"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"194.6980286 197.0680287 199.3840287 208.5040286 214.5280288 220.2640289 226.3960289 229.246029 235.7380286 242.1580282 248.5780278 254.7100278 261.2020274 266.3620272 272.4940272 274.8100272 277.1800273 279.4960273 282.3460274 288.838027 292.7020268 299.1940264 305.2480263 309.7120265 315.5500263 321.9700259 328.4620255 331.3120256 336.4720254 340.7500253 346.8820253 349.1980253 356.1580253 365.2780252 367.5940252 373.0540252 379.5460248 385.6780248 391.1020251 393.4180251 401.1520253 404.0020254 408.7660253 413.0440252 419.5360248 425.3740246 428.2240247 434.0680246 439.2280244","y":88.844,"children":[", Développeuse , inographiste 3D chez Virtualys"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 28.6719999 30.9879999 39.4300003 49 57.802 65.374 73.0659999 80.1579999 87.1719998 89.4879998 98.6079997 101.4579998 108.0100003 110.8600004 116.9920004 121.7560003","y":103.244,"children":["Mr COURBET Didier"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"121.7560043 124.1260045 126.4420045 133.5640047 138.3280046 144.8200042 148.684004 154.816004 159.9760038 165.1360036 171.2680036 177.7600032 182.5240031 184.8400031 191.3920036 197.5240036 202.6840034 205.0000034 213.8020034 220.294003 223.1440031 228.8800032 235.0120032 239.7760031 244.9360029 247.786003 252.0640029 258.1960029 263.3560027 265.6720027 269.6620029 271.9780029 280.4200033 286.9120029 293.0440029 297.8080028 303.2680028 309.7600024 315.8920024 322.384002 327.1480019 329.4640019 335.3020017 337.6180017 340.4680018 343.1260018 346.7140019 357.6220019 363.8920019 367.480002 375.9220024 378.2380024 382.2280026 384.5440026 392.1160026 398.2480026 403.4080024 409.828002 416.3200016 422.8120012 427.972001 433.8100008 440.3620013 443.2120014 449.3440014 451.6600014 458.2120019 464.3440019 466.6600019 469.510002 475.3480018 477.6640018 483.8020018 486.6520019 492.1120019 498.2440019 504.7360015 510.1960015 516.3280015 518.6440015 525.7360015 529.7260017 540.6340017 546.4720015 551.2360014 556.7800015 562.9120015 567.1900014 570.0400015 576.5320011 582.586001 584.902001 593.2000013 595.5160013 603.9580017 610.4500013 619.9960018 629.5420023 636.0340019 642.5260015 645.3760016 650.8360016 656.6740014 660.9520013 663.8020014 670.294001 676.7860006 679.1020006 688.2220005 691.0720006 697.1260005 699.9760006 704.2540005 710.0920003 712.9420004 719.0740004","y":103.244,"children":[", Proesseur des Universités - Chercheur à l\'IMSIC - Responsable de la Licence E-Marketing & Communication Digitale"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 33.4540005 39.5860005 41.9020005 51.0220004 60.3220006 68.0560008 71.6440009 80.7160014 83.0320014 89.3020014 95.1400012 101.6320008 108.1840013 112.9480012 115.7980013 122.2900009 128.4220009 130.792001 133.108001 136.6960011 143.1880007 149.2420006 155.3740006 161.8660002 164.7160003 170.8480003 177.3399999 182.1039998 188.2359998 190.5519998 196.9719994 203.1039994 209.6559999 215.4939997 221.5479996 228.0399992 234.0939991 236.9439992 243.4959997 249.9879993 256.1199993 258.4359993 266.8779997 273.0099997 278.1699995 281.0199996 290.5660001 292.8820001 299.1520001 304.9899999 311.4819995 315.7599994 321.8919994","y":117.644,"children":["Mme DOVIN Sandrine, Ingénieure pédagogique Cesim Santé"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 28.6719999 30.9879999 40.1079998 48.9099998 57.3520002 64.6660003 74.236 82.6780004 92.2480001 94.5640001 100.0120001 106.1440001 110.908 117.3999996 126.9460001 133.0780001","y":132.044,"children":["Mr DUCROCQ Jérome"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"133.0779877 135.4479878 137.7639878 148.6719878 154.8039878 161.3559883 167.4879883 172.9479883 175.7979884 182.289988 184.605988 191.0979876 195.8619875 201.9159874 208.0479874 214.539987 218.8179869 221.667987 226.8279868 231.1059867 237.2379867 239.6079868 241.9239868 250.7259868 255.4899867 261.5439866 267.6759866 274.1679862 279.6279862 285.7599862 290.919986 293.235986 300.1779859 306.3099859 312.8619864 315.7119865 321.5499863 325.8279862 330.5919861 333.4419862 339.9939867 346.4859863 352.6179863 357.7779861 360.0939861 368.5359865 377.607987 386.409987 388.725987 395.2779875 401.4099875 403.7259875 411.4179874 416.1819873 422.3139873 427.4739871 431.751987 434.1219871 436.4379871 441.201987 447.333987 452.4939868 458.9139864 465.405986 471.8979856 477.0579854 482.8959852 489.4479857 492.2979858 498.4299858 500.7459858 507.2979863 513.7899859 516.1059859 522.3759859 530.1099861 541.0179861 549.8199861 552.1359861 559.0959861 566.0559861","y":132.044,"children":[", Médecin urgentiste, Urgences Pédiatriques CHU de Brest, responsable du SAMU 29"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 28.6719999 30.9879999 40.1079998 48.9099998 56.032 63.604 70.696 73.012 81.9940004 84.8440005 87.6940006 90.5440007 96.6760007 101.8360005","y":146.444,"children":["Mr DUPRE Gilles"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"101.8359985 104.2059987 106.5219987 115.6419986 121.6659988 127.4019989 133.5339989 136.383999 142.8759986 149.2959982 155.7159978 161.8479978 168.3399974 173.1039973 175.4199973 177.7899974 180.1059974 182.9559975 189.4479971 193.3119969 199.8039965 205.8579964 210.3219966 216.1599964 222.579996 229.0719956 231.9219957 237.0819955 241.3599954 247.4919954 249.8079954 256.7679954 265.8879953 268.2039953 273.6639953 280.1559949 286.2879949 291.7119952 294.0279952 301.7619954 304.6119955 309.3759954 313.6539953 320.1459949 325.9839947 328.8339948 334.6779947 339.8379945","y":146.444,"children":[", Développeur , inographiste 3D chez Virtualys"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 33.4540005 39.5860005 41.9020005 50.8840009 58.6180011 66.310001 73.882001 77.4700011 84.5620011 90.7000011 93.0160011 100.7500013 107.2420009 113.7340005 119.8660005","y":160.844,"children":["Mme GABRIEL Anne"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"119.8659973 122.2359974 124.5519974 130.8219974 136.6599972 142.7139971 148.8459971 152.8359973 156.6999971 162.8319971 172.3779976 181.9239981 188.0559981 190.3719981 196.5039981 202.9959977 208.1559975 214.2879975 217.1379976 223.1919975 229.6839971 235.5219969 242.0139965 246.2919964 252.4239964 254.7939965 257.1099965 264.2019965 269.6619965 276.1539961 279.0039962 285.1359962 287.4519962 296.2539962 302.7459958 305.5959959 311.331996 317.463996 322.2279959 327.3879957 330.2379958 334.5159957 340.3539955 343.2039956 347.9679955 354.0999955 356.4159955 362.967996 369.099996 371.415996 382.323996 388.1619958 391.0119959 397.1439959 403.6359955 407.9139954 410.7639955 417.315996 423.8079956 429.9399956 432.2559956 438.8079961 444.9399961 447.2559961 454.947996 459.7119959 465.8439959 471.0039957 475.2819956 477.5979956 479.9679957 482.2839957 486.1479955 492.6399951 497.403995 506.9499955 512.7879953 517.0659952 521.8299951 524.6799952 530.1399952 536.2719952 538.5879952 547.0299956 553.1619956 558.3219954 561.1719955 570.717996","y":160.844,"children":[", Sage-emme enseignante, Ecole Universitaire de Maïeutique de Brest , ormatrice Cesim"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 33.4540005 39.5860005 41.9020005 49.8220001 56.9140001 64.2280002 73.7979999 82.2520004 89.9860006 99.0580011 105.3520012 114.9220009 123.9940014 126.3100014 133.1740012 139.012001 145.5040006 151.8460006 157.6900005","y":175.244,"children":["Mme KEROUANTON Fanny"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"157.6899872 160.0599873 162.3759873 165.9639874 175.0839873 182.1759873 184.4919873 190.9119869 197.4039865 203.5359865 208.2999864 211.1499865 216.6099865 223.1019861 225.9519862 230.2299861 236.7219857 241.4859856 247.6179856 249.9879857 252.3039857 257.4639855 263.5959855 268.3599854 274.2039853 277.0539854 282.5139854 288.6459854 290.9619854 297.5139859 303.6459859 305.9619859 315.0339864 321.1659864 327.657986 334.1499856 339.9879854 344.2659853 350.1039851 352.9539852 359.4459848 365.4999847 368.3499848 374.4819848 376.7979848 385.2399852 394.3119857 403.1139857 405.4299857 413.1219856 420.6939856 427.7859856 434.0559856 441.0699855","y":175.244,"children":[", IDE puériculture, service de Néonatalogie CHU BREST"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 28.6719999 30.9879999 35.3559999 37.726 46.7980005 53.8900005 61.4620005 63.7780005 70.8700005 75.6340004 84.4780003 90.3160001 96.8079997","y":189.644,"children":["Mr L’HER Erwan"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"96.807991 99.1779912 101.4939912 108.6159914 117.4179914 121.4079916 128.5299918 137.6019923 139.9179923 146.4699928 152.6019928 154.9179928 164.4639933 170.5959933 177.1479938 183.2799938 188.7399938 191.5899939 198.0819935 204.2139935 206.5299935 209.3799936 215.8719932 220.1499931 226.2819931 231.045993 237.5379926 243.6699926 245.9859926 252.1179926 256.3959925 258.7119925 263.4759924 269.6079924 275.4459922 281.9379918 284.7879919 294.3339924 300.1719922 304.4499921 307.2999922 313.7919918 320.2839914 322.5999914 332.1459919 338.2779919 344.8299924 347.6799925 353.1399925 358.9779923 361.8279924 367.9599924 370.2759924 376.1139922 382.6059918 384.9219918 393.3639922 402.4359927 411.2379927 413.5539927 420.1059932 426.2379932 428.5539932 436.2459931 443.8179931 450.9099931 457.1799931 463.1139931 465.4839932 467.7999932 476.9199931 479.7699932 484.5339931 490.6659931 496.1259931 500.403993 506.535993 513.0279926 517.7919925 520.1079925 526.659993 533.1519926 535.4679926 543.909993 550.041993 555.2019928 558.0519929 567.5979934 569.9139934 576.1839934 582.0219932 588.5139928 592.7919927 598.9239927","y":189.644,"children":[", PU-PH de médecine interne et réanimation médicale au CHU de BREST, Directeur du Cesim Santé"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 28.6719999 30.9879999 41.8959999 49.6300001 56.9440002 65.3860006 67.7020006 77.2720003 80.1220004 82.9720005 88.8160004 91.6660005 97.7980005 102.5620004","y":204.044,"children":["Mr MARC Olivier"]}],"style":{"fontStyle":"italic"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"102.5620041 104.9320042 107.2480042 116.2300046 122.3620046 126.8260048 132.6640046 139.1560042 143.4340041 145.7500041 152.3020046 158.4340046 160.7500046 163.6000047 169.4380045 171.7540045 176.9140043 183.4060039 188.8660039 191.716004 197.848004 202.1260039 208.2580039 210.5740039 218.3080041 221.1580042 225.9220041 230.200004 236.6920036 242.5300034 245.3800035 251.2240034 256.3840032","y":204.044,"children":[", Gérant de la société Virtualys"]}]},{"nodeType":"text","font-family":"Lato LightItalic Italic19BB31A5","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.908 33.4540005 39.5860005 41.9020005 48.1720005 51.7600006 60.8320011 69.9040016 79.4740013 82.3840014 89.3980013 96.4900013 102.6280013 108.7660013 112.3540014 119.4460014 127.0180014 129.3340014 131.6500014 137.9200014 143.7580012 150.2500008 156.8020013 161.2660015 167.1040013 169.4740014 171.7900014 179.5240016 186.0760021 188.9020021 195.3940017 198.2440018 204.7360014 209.0140013 215.1460013 217.4620013 223.3000011 225.6160011 228.4660012 234.304001 236.620001 245.7400009 248.590001 253.3540009 259.4860009 264.9460009 269.2240008 273.9880007 276.8380008 282.2980008 288.4300008 290.7460008 297.2980013 303.4300013 308.5900011 310.9060011 318.6400013 321.4900014 327.6220014 332.3860013 336.6640012 342.7960012 347.956001 350.272001 356.404001 360.6820009 362.9980009 369.5500014 375.6820014 380.8420012 383.1580012 390.8920014 393.7420015 399.7960014 402.6460015 405.4960016 411.3340014 417.826001 423.286001 429.418001 434.5780008 436.8940008 443.1640008 449.0020006 455.4940002 458.3440003 462.6220002 468.46 471.3100001 476.074 482.206 487.3659998 489.7359999 492.0519999 500.4940003 506.9859999 513.4779995 518.2419994 524.7939999 527.644 534.1359996 539.9739994 544.2519993 549.0159992 551.8659993 557.3259993 563.4579993 565.7739993 572.3259998 578.4579998 580.7739998 583.6239999 589.4619997 591.7779997 597.5019997 603.6339997 609.1599997 612.0099998 617.4699998 623.8539996 629.6979995 632.5479996 638.6019995 641.4519996 644.3019997 650.1399995 656.6319991 662.0919991 668.2239991 670.5939992 672.9099992 680.6439994 689.7159999 695.9859999 703.0779999 709.3479999","y":218.444,"children":["Mme SINNO-TELLIER Sandra, Adjointe à la Directrice des Alertes et des Vigilances Sanitaires, Coordinatrice de la Toxicovigilance, ANSES"]}],"style":{"fontStyle":"italic"}}]},"commandset-645":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1191","children":[{"nodeType":"path","d":"M0,0L581.333374023438,0 581.333374023438,25 0,25z","id":"path-1191","fill":"none"}]},{"nodeType":"g","id":"shape-1192","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1192","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-646":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.6820002 26.6860004 33.0580006 39.8500014 42.9400013 47.4580014 52.8580015 55.1740015 61.6840022 68.4160021 75.148002 80.5480021 82.8640021 88.9420022 95.734003 102.5260038 105.6160037 110.1340038 113.2240037 119.9560036 126.6880035 133.4200034 139.7920036 142.8820035 148.2820036","y":16.844,"children":["Crédits Sons additionnels"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"148.2819977 150.5979977 153.4479978 155.7639978 161.2119978 167.7039974 172.8639972 178.9959972 185.4159968 191.9079964 194.2239964 200.4939964 208.2279966 215.7999966 224.9199965 228.5079966 237.5799971 239.8959971 243.8859973 246.2019973 252.3399973 258.1779971 264.4479971 270.9399967 277.4319963 283.9239959 288.2019958 294.6939954 300.8259954 307.3779959 313.8699955 320.0019955 322.3719956 328.8639952 333.6279951 339.681995 342.0519951","y":16.844,"children":[" : Joseph SARDIN - LaSonotheque.org."]}]}]},"commandset-647":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.3260002 27.0580001 30.148 35.9140003 38.2300003 45.0220011 51.3940013 53.7100013 59.1100014 65.1940015 71.9260014 76.4440015 83.1760014 89.5480016 94.9480017 101.3200019 103.6360019","y":16.844,"children":["Voix de synthèse "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"103.6360168 106.486017 108.802017 117.8740175 123.7120173 128.1760175 134.0140173 139.5580174 145.6900174 151.8220174 156.1000173 158.4160173 160.7860174 166.2460174 172.738017 182.2840175 184.6000175 188.2000174 193.9360175 200.0680175 204.8320174 209.9920172 212.8420173 219.3340169 225.8260165 228.1420165 234.694017 236.554017 242.686017 247.8460168 253.0060166 258.8440164 261.6940165 265.2940164","y":16.844,"children":[": Narakeet .com (version d’essai)"]}]}]},"commandset-648":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1193","children":[{"nodeType":"path","d":"M0,0L185,0 185,23 0,23z","id":"path-1193","fill":"none"}]},{"nodeType":"g","id":"shape-1194","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1194","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-649":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold5A89D43E","font-size":"10.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.3199997 26.9839997 31.4319997 37.4159994 40.1626661 45.8266661 50.2746661 55.9386661 57.9973328 66.6959994 69.4426661 74.2426658 79.9066658 81.9653325 87.3679991 89.4266658 92.151999 98.1359987 104.1199984 108.5679984","y":15.528,"children":["Dernière mise à jour"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 6F06856CC8","font-size":"10.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"108.5680008 111.1013341 113.1600008 118.0026674 123.773334 126.3066673 132.0773339 134.1360006 140.3226671 146.5093336 152.6960001 158.8826666","y":15.528,"children":[": Juin 2023"]}]}]},"commandset-650":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L48,0 48,69 0,69z","id":"path-1196","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1195","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-651":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1197","children":[{"nodeType":"path","d":"M0,0L276,0 276,46 0,46z","id":"path-1197","fill":"none"}]},{"nodeType":"g","id":"shape-1198","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1198","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-652":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold9FFF5B80","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"94.2120056 106.1400061 111.036006 121.5000057 126.8760056 136.8360056 147.1320061 154.3320059 164.3880057 171.5880055 176.4840054 181.7880053","y":33.632,"children":["A bientôt !"]}],"style":{"fontWeight":"bold"}}]}},"common":{"commandset-0":{"nodeType":"g","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1199","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]},"commandset-1":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 12.1315117 23.6888037 35.9570341 45.2356806 50.0846391 61.8971401 72.9257866 83.5442768 94.5729233 103.678393 108.5273515 117.003915 128.0325615 139.8450625 151.4023545 163.6705849 175.4830859 183.9596494 194.9882959 199.8372544 211.1119946 215.9609531 221.6575678 232.932308 237.7812665 249.5937675 261.8619979 272.8906444 282.1692909 290.2721561 295.9687708 307.5260628 319.7942932 324.6432517 335.9179919 346.5364821 357.8112223 370.0794527 378.1823179 383.0312764","y":20.531,"children":["Vous devez répondre à la question avant "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 11.812501 22.8411475 27.690106 38.3085962 49.5833364 55.2799511 60.9765658 72.7890668 83.8177133 92.2942768 97.6171938","y":45.952,"children":["de valider."]}]}]},"commandset-2":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"38.859375 51.3203125 61.140625","y":21.207,"children":["OK"]}]}]},"commandset-3":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.4544277 22.7226581 30.8255233 39.3020868 50.3307333 59.436203 64.2851615 74.9036517 86.4609437 94.5638089 103.0403724 114.0690189 118.9179774 131.1862078 142.7434998 161.0729275 165.921886 177.734387 189.0091272 201.2773576 210.5560041 215.4049626 221.1015773 232.1302238 236.9791823 246.5768395 258.8450699 270.1198101 288.4492378 300.2617388 305.1106973 314.7083545 320.4049692 326.4114799","y":20.531,"children":["Entrez votre nom dans le champ ci-"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 11.812501 22.8411475 32.119794 41.3984405 52.9557325 65.2239629 74.5026094 79.3515679 84.6744849","y":45.952,"children":["dessous :"]}]}]},"commandset-4":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 12.1315117 23.6888037 35.9570341 45.2356806 50.0846391 61.8971401 72.9257866 83.5442768 94.5729233 103.678393 108.5273515 115.7552172 127.0299574 132.7265721 141.2031356 152.2317821 157.0807406 168.8932416 179.9218881 192.8372533 198.533868 209.5625145 218.039078 222.8880365 228.5846512 239.8593914 244.7083499 251.9362156 262.9648621 275.2330925 286.261739 294.3646042 302.8411677 313.8698142 318.7187727 329.3372629 340.3659094 348.8424729 358.1211194 362.9700779 368.6666926 379.6953391 384.5442976","y":20.531,"children":["Vous devez aire déler la enêtre vers le "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 11.812501 23.0872412 32.3658877 37.2148462 48.4895864 59.1080766 70.3828168 82.6510472 90.7539124 95.6028709 107.4153719 118.4440184 123.2929769 133.9114671 145.1862073 150.882822 156.5794367 168.3919377 179.4205842 187.8971477 193.2200647","y":45.952,"children":["bas avant de valider."]}]}]},"commandset-5":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.281251 21.838543 34.1067734 46.3750038 57.649744 63.3463587 71.4492239 82.4778704 91.5833401 97.5898508 108.208341 119.765633 132.0338634 141.3125099 146.1614684 154.6380319 165.6666784 177.4791794 185.9557429 196.9843894 209.2526198 221.0651208 229.5416843 240.5703308 245.4192893 256.6940295 261.542988 267.2396027 272.2070509 283.2356974 295.5039278 307.3164288 315.7929923 327.3502843 333.046899 341.1497642 345.9987227 357.5560147 369.8242451 374.6732036","y":20.531,"children":["Souhaitez-vous reprendre à l\'endroit où "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold8A963AB1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.6184902 22.1757822 34.4440126 43.7226591 48.5716176 59.1901078 70.7473998 83.0156302 92.2942767 97.1432352 108.1718817 116.2747469 127.3033934 136.5820399 141.4309984 152.7057386 161.1823021 169.6588656 180.6875121 188.7903773 199.8190238 204.6679823 213.5729305","y":45.952,"children":["vous vous êtes arrêté ?"]}]}]},"commandset-6":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"36.8359375 49.296875 59.1171875 63.1640625","y":21.207,"children":["Oui"]}]}]},"commandset-7":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 6Ty27F8A9FE","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34.2265625 46.2890625 55.953125 65.7734375","y":21.207,"children":["Non"]}]}]},"commandset-8":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1200","children":[{"nodeType":"path","d":"M0,0L383,0 383,105 0,105z","id":"path-1200","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-1201","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1201","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}}}'); \ No newline at end of file diff --git a/public/zeroaccident/P2/html5/lib/scripts/bootstrapper.min.js b/public/zeroaccident/P2/html5/lib/scripts/bootstrapper.min.js deleted file mode 100644 index 5704a5b..0000000 --- a/public/zeroaccident/P2/html5/lib/scripts/bootstrapper.min.js +++ /dev/null @@ -1,37 +0,0 @@ -/*! ds-bootstrap - v1.0.0.28121 - 2022-06-17 1:31am UTC -* Copyright (c) 2022 ; Not Licensed */(function(){var __webpack_modules__={3847:function(t,e,n){"use strict";var i,r;i=[n(8087)],void 0===(r=function(){Promise.resolve().then((function(){var t=[n(6486),n(6407),n(5273),n(5812),n(6295)];(function(t,e,i){Promise.resolve().then((function(){var e=[n(7510),n(9739),n(857),n(292),n(9229),n(1421),n(5611),n(4698),n(8766),n(7812),n(7594),n(4839),n(9343),n(8579),n(1251),n(8939),n(8880),n(5626),n(1419),n(2581),n(3034),n(3716),n(8901),n(9835),n(3400),n(9032),n(1070),n(3797),n(9904),n(6882),n(3005),n(4481),n(1291),n(8935),n(2972),n(9447),n(1681),n(7097),n(2075),n(5641),n(2499),n(1294),n(82),n(6194),n(4811),n(118),n(7235),n(7300),n(520),n(3586),n(5173),n(262),n(6978),n(5337),n(6334),n(6159),n(9005),n(4427),n(8945),n(4403),n(5485),n(6936),n(5470),n(3707),n(8467),n(8351)];(function(e,n,r,o,s,a,l,u,c,h,d,p,f,v,g,m,y,b,w,A,E,S,T,x,C,_,k,M,O,L,P,I,R,D,N,H,V,F,B,j,U,z,W,G,q,Y,X,K,J,Z,$,Q,tt,et,nt,it,rt,ot,st,at,lt){if(!window.globals.unsupportedBrowser){var ut=v.deviceView.isMobile?"MOBILE":"DESKTOP",ct=h.frameLocations[ut],ht=h.cssLocations[ut],dt=void 0;if(window.globals.useJson&&i.loadFromJson(),!window.globals.AUTHORING_HOST_MODE){dt=function(){return DS.loadScript(h.slideLocation)},(v.deviceView.isMobile||v.theme.isUnified)&&(window.globals.scale="noscale"),window.globals.HAS_SLIDE&&window.globals.HAS_FRAME||O.initialize(window.globals.HAS_SLIDE);var pt=document.createElement("link");pt.type="text/css",pt.href=ht,pt.rel="stylesheet",pt.dataset.noprefix=!0,document.head.appendChild(pt)}if(window.DS=window.DS||{},Object.assign(window.DS,{_:t,globalEventHelper:e,analyticsHelper:n,animationClock:r,AnimationTimeline:o,appState:s,audioContext:a,automation:l,BaseModel:u,captionsManager:c,constants:h,cssPrefix:d,debug:p,debugWindow:f,detection:v,dom:g,errorManager:m,events:y,fileProtocolOverrides:b,flagManager:w,focusManager:A,fontManager:E,keyManager:S,MicroScrollBar:T,mobileChromeKiller:x,pinchZoomController:C,pubSub:_,playerGlobals:k,previewHelper:M,rangeSliders:L,requestAnimationFrame:P,scaler:I,shortcutManager:R,slideNumberManager:D,slideObjectUtils:N,slidesController:H,stringTabler:V,svgUtils:F,tabFocusBox:B,TimelineLite:j,ThreeSixtyImage:U,TransMatrix:z,TweenLite:TweenLite,utils:W,vendorOverrides:G,vow:q,resolver:Y,webObjectHelper:X,windowOpen:K,windowManager:J,mixer:Z,PostMessaging:$,ancestral:Q,resolveable:tt,shortEventable:et,subscribable:nt,Chunk:it,courseStateHelper:rt,resumer:ot,lmsManager:st,superagent:at,Backbone:lt,clientHeight:document.body.clientHeight,clientWidth:document.body.clientWidth,loadScript:function(t,e){var n=document.createElement("script");n.src=t,n.onload=e,document.head.appendChild(n)}}),!window.globals.AUTHORING_HOST_MODE){var ft=function(){_.once(y.ds.PRESO_LOADED,(function(t){_.trigger(y.ds.PRESO_READY,DS.presentation,h.els.PRESO),Y.initialize(),H.initialize(DS.presentation),l.initialize(H,DS.presentation),S.initialize(),J.initialize(),K.initialize(DS.presentation),X.initialize(DS.presentation),n.initialize(DS.presentation),p.initialize(window.globals.HAS_SLIDE?DS.presentation:void 0,window.globals.HAS_FRAME?DS.frame:void 0),M.initialize(DS.frame,DS.presentation,t),_.trigger(y.app.COMPLETE)}))};_.once(y.ds.FRAME_DATA_LOADED,(function(t){DS.frame=t,ft(),window.globals.HAS_SLIDE?dt():(w.register("slides",W.getPath(window,"globals.features","").split(",")),DS.playerGlobals.presentation=DS.presentation,I.initialize(),_.trigger(y.ds.PRESO_LOADED),DS.frameModel.frame.controlOptions.controls.closed_captions&&_.trigger(y.captions.SHOW_BUTTON))})),window.globals.HAS_FRAME?DS.loadScript(ct):(ft(),dt(),document.querySelector("body > .slide-loader").style.display="none")}}}).apply(null,e)})).catch(n.oe)}).apply(null,t)})).catch(n.oe)}.apply(e,i))||(t.exports=r)},292:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(82),r=n(6295),o=n(5641),s=n(857),a=function(t,n){return e.findIndex(t,{id:n})},l=function(t){return t instanceof r||t instanceof o},u=function(t){this.playing=!1,this.currentTime=0,this.lastCallbackTime=-1,this.labels={},this.duration=0,this.callbacks=[],this.seekables=[],this.activeSeekables=[],null!=t&&(["onUpdate","onComplete"].forEach(function(e){this[e]=t[e]}.bind(this)),t.tweens&&t.tweens.forEach(function(t){var e=t.delay();l(t)&&(this.wrapGsap(t),e=i.toMilliseconds(e)),this.addSeekable(t,e,!0)}.bind(this)))};return e.extend(u.prototype,{add:function(t,n,i){if(e.isString(t))this.labels[t]=n;else{if(n=e.isString(n)?this.labels[n]:n||0,e.isFunction(t))return this.insertCallback(this.wrapCallback(t,n)),void this.updateDuration(n);l(t)&&this.wrapGsap(t),e.isFunction(t.stepAnimation)&&this.addSeekable(t,n,i)}},remove:function(t){var n,i,r,o;e.isString(t)?this.labels[t]=null:null!=t.timelineData&&(n=t.timelineData.seekableId,(i=a(this.callbacks,n))>=0&&(this.callbacks.splice(i,1),(r=a(this.seekables,n))>=0&&(this.seekables.splice(r,1),(o=a(this.activeSeekables,n))>=0&&(this.activeMutated=!0,this.activeSeekables.splice(o,1)))),t.timelineData=null,this.mutated=!0)},updateDuration:function(t){t>this.duration&&(this.duration=t,null!=this.timelineData&&this.timelineData.parent.childDurationChanged(this))},childDurationChanged:function(t){this.updateDuration(t.timelineData.startTime+t.totalTime())},wrapGsap:function(t){t.pause(),t.totalTime=function(){return i.toMilliseconds(t.duration())},t.stepAnimation=function(e,n){var r=i.toSeconds(e);t.seek(r,!0),t.render(r,!!n,!0)}},addSeekable:function(t,e,n){var r=t.totalTime(),o=i.clamp(0,r,this.currentTime-e),s=this.wrapSeekable(t,e);this.seekables.push(s),this.insertCallback(s),!n&&this.currentTime>=e&&((this.executingCallbacks||o<=r)&&s.timelineCallback(),this.executingCallbacks||t.stepAnimation(o)),this.updateDuration(e+t.totalTime())},wrapCallback:function(t,n){return{startTime:n,id:e.uniqueId("wc"),timelineCallback:t}},wrapSeekable:function(t,n){var i=e.uniqueId("ws"),r={startTime:n,id:i,seekable:t};return r.timelineCallback=function(){r.seekable.killed||this.activeSeekables.push(r)}.bind(this),t.timelineData={parent:this,seekableId:i,startTime:n},r},insertCallback:function(t){0===this.callbacks.length||t.startTime>=e.last(this.callbacks).startTime?this.callbacks.push(t):this.callbacks.splice(e.sortedLastIndexBy(this.callbacks,t,"startTime"),0,t)},hasParentTimeline:function(){return null!=this.timelineData},pause:function(){this.playing&&!this.hasParentTimeline()&&(this.playing=!1,this.currentTime=this.executingCallbacks?this.lastCallbackTime:s.time()-this.startTime)},play:function(){!this.playing&&!this.hasParentTimeline()&&this.currentTime0)&&!this.hasParentTimeline()&&(this.update(),s.requestAnimationFrame(this.tick.bind(this))))},stepAnimation:function(t,e){this.currentTime;this.currentTime=i.clamp(0,this.duration,t),this.update(e)},update:function(t){this.renderDirty=!1,!this.silent&&this.executeCallbacks()&&(this.updateActiveSeekables(t),this.onUpdate&&this.onUpdate(),this.currentTime>=this.duration&&(this.playing=!1,t||null==this.onComplete||this.onComplete()))},executeCallbacks:function(){this.executingCallbacks=!0;var t=e.sortedLastIndexBy(this.callbacks,{startTime:this.lastCallbackTime},"startTime");if(t>=this.callbacks.length)return this.executingCallbacks=!1,!0;for(var n=this.callbacks.slice(t),i=n.length,r=0,o=this.currentTime;!this.killed&&rthis.currentTime)return this.executingCallbacks=!1,!1;o=this.currentTime,r++}return this.executingCallbacks=!1,!0},updateActiveSeekables:function(t){var e,n,i,r=this.activeSeekables.length-1;for(this.activeMutated=!1;r>=0&&!this.killed;)(!this.activeMutated||r=n+e.totalTime()&&(!this.activeMutated||i===this.activeSeekables[r])&&this.activeSeekables.splice(r,1)),r--},kill:function(){this.killed||(this.killed=!0,null!=this.timelineData&&this.timelineData.parent.remove(this),this.timelineData=null,this.onUpdate=null,this.onComplete=null,this.labels=null,this.callbacks=null,this.activeSeekables=null,this.seekables.forEach((function(t){null!=t.seekable.kill&&t.seekable.kill()})),this.seekables=null)}}),u}.call(e,n,e,t))||(t.exports=i)},4698:function(t,e,n){"use strict";var i;void 0===(i=function(t){n(3934);var e=n(5485),i=n(6486),r=n(8880),o=n(8939),s=n(6334),a=n(6978),l=n(262),u=n(5337),c=n(3586),h=n(82),d=o.throwError("BaseModel"),p=function(){},f=h.createSuper(e.Model),v=e.Model.extend({abilities:{resolveAsThis:!1,resolveAsParent:!1,beEventTarget:!1},mixins:[s,a,l,u],autoParse:!1,isModel:!0,constructor:function(t,n){i.bindAll(this,"createAbsoluteId");var o=this.initialize;this.initialize=p,this.autoParse&&((n=n||{}).parse=!0),e.Model.call(this,t,n),this.on(r.data.UPDATED,this.createAbsoluteId),this.createParentReference(n).buildAssociations().bindAssociations().createAbsoluteId(),c.initMixinsOf(this),this.initialize=o,this.initialize.apply(this,arguments),c.postInitMixinsOf(this)},index:function(){return this.collection||d("index","must have a `collection` defined"),this.collection.indexOf(this)},sibling:function(t){return this.collection||d("sibling","must have a `collection` defined"),t=t||0,this.collection.at(this.index()+t)},prevSibling:function(){return this.sibling(-1)},nextSibling:function(){return this.sibling(1)},toJSON:function(t){return h.isTrue(t)?h.cloneDeeply(this):f("toJSON").call(this)},buildAssociations:function(t){for(var e in this.associations)this.associations.hasOwnProperty(e)&&this.buildAssociation(e);return this},buildAssociation:function(t,e){var n=e||this.get(t),i={parent:this},r=this.associations[t];return n instanceof r||(this.attributes[t]=h.buildDataStructure(r,i,n)),this},bindAssociation:function(t){return this.on("change:"+t,(function(e,n,o){var s=this.previous(t);i.isFunction(s.set)?(s.set(n,{parent:this}),s.trigger(r.data.UPDATED),s.isCollection&&s.invoke("trigger",r.data.UPDATED),this.set(t,s,{silent:!0})):this.buildAssociation(t,n)})),this},bindAssociations:function(){for(var t in this.associations)this.associations.hasOwnProperty(t)&&this.bindAssociation(t);return this},buildAbsoluteId:function(){if(!this.id)return null;for(var t=this,e=[this.id];t=t.parent;)t.id&&e.push(t.id);return e.reverse().join(".")},createAbsoluteId:function(){this.absoluteId=this.buildAbsoluteId()},isType:function(t){return this.get("type")===t},isKind:function(t){return this.get("kind")===t}});v.addAssociation=function(t,e){this.prototype.associations.hasOwnProperty(t)||(this.prototype.associations[t]=e,this.shorthandify(t))};var g=v.extend;return v.extend=function(){var t=g.apply(this,arguments);return t.prototype.associations=i.extend({},t.prototype.associations,this.prototype.associations),t.shorthandify().shorthandify(i.keys(t.prototype.associations)),t},v}.call(e,n,e,t))||(t.exports=i)},3511:function(t,e,n){"use strict";var i,r=function(){function t(t,e){for(var n=0;n0&&(this.currentCaptions=this.currentCaptions.reduce((function(t,e){return s.isWithinRange(e.startTime,e.endTime,r)?t.push(e):n.trigger(i.captions.REMOVE,e.getCueAsHTML()),t}),[])),e.difference(this.captions,this.currentCaptions).forEach((function(e){s.isWithinRange(e.startTime,e.endTime,r)&&(t.currentCaptions.push(e),n.trigger(i.captions.ADD,e.getCueAsHTML()))}))}return this}},{key:"clearCaptions",value:function(){var t=this.slideOwner.currView.props.slideContainer;return null!=t&&this.currentCaptions.length>0&&this.currentCaptions.forEach((function(e){t.trigger(i.captions.REMOVE,e.getCueAsHTML())})),this.currentCaptions=[],this}}]),t}()}.call(e,n,e,t))||(t.exports=i)},5641:function(t,e,n){"use strict";var i;void 0===(i=function(t){n(3707);return n(3707),n(8467),n(8351),TimelineLite}.call(e,n,e,t))||(t.exports=i)},6295:function(t,e,n){"use strict";var i;void 0===(i=function(t){n(3707);return n(8467),n(8351),TweenLite.defaultOverwrite=!1,TweenLite}.call(e,n,e,t))||(t.exports=i)},8901:function(t,e,n){"use strict";var i,r=function(){function t(t,e){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=this,a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,l=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(o(this,t),this.onTouchMovePrevent=function(t){t.preventDefault()},this.onMouseOver=function(){s.hovered=!0,s.update()},this.onMouseOut=function(){s.hovered=!1,s.update()},e.bindAll(this,"onScrollBtnDown","onEndScrollDrag","onDragBtn","onScroll","onResize","unHighlight","delayedUpdate","update","onFocus","onKeyDown"),this.enabled=!0,this.hScroll=r,this.targetEl=n,this.hasTabIndex=l,this.isHidden=!1,this.highlight=!1,this.cls=i+"-"+(r?"h":"")+"scroll",this.targetId=i,this.marginTop=a,this.showOnlyOnHover=!1,this.hovered=!1,this.showOnlyWhenScrolling=!1,this.scrolling=!1,c.theme.isUnified){var u=this.cls+"-id";null==document.getElementById(u)&&this.createElements(u)}else this.createElements(null);this.update()}return r(t,[{key:"addOrRemoveClass",value:function(t,e,n){i[t?"addClass":"removeClass"](e,n)}},{key:"changeHighlight",value:function(){this.addOrRemoveClass(this.highlight,this.scrollBar,"highlight-scrollbar")}},{key:"changeHidden",value:function(){this.addOrRemoveClass(this.isHidden,this.scrollBar,"hidden")}},{key:"disableMobile",value:function(){this.targetEl.addEventListener("touchmove",this.onTouchMovePrevent)}},{key:"enableMobile",value:function(){this.targetEl.removeEventListener("touchmove",this.onTouchMovePrevent)}},{key:"initScroll",value:function(){this.targetEl.addEventListener("scroll",this.onScroll),d("resize",this.onResize),this.targetEl.style.overflowY="hidden !important",this.targetEl.style.overflowX="hidden !important",this.hasInited=!0}},{key:"createElements",value:function(t){this.scrollBar=document.createElement("div"),null!=t&&(this.scrollBar.id=t),this.scrollBar.setAttribute("class","scrollarea-scrollbar micro-scrollbar "+(this.hScroll?"horizontal-scroll ":"")+this.cls),!this.hScroll&&this.marginTop>0&&(this.scrollBar.style.marginTop=this.marginTop+"px"),this.hasTabIndex&&this.scrollBar.setAttribute("tabindex",0),this.scrollBar.addEventListener("focus",this.onFocus),this.scrollBar.addEventListener("keydown",this.onKeyDown),this.scrollBtn=document.createElement("div"),this.scrollBtn.setAttribute("class","scrollarea-btn micro-scrollbar-btn"),this.scrollBtn.addEventListener("mousedown",this.onScrollBtnDown),this.scrollBtn.addEventListener("touchstart",this.onScrollBtnDown),this.scrollBar.appendChild(this.scrollBtn),this.targetEl.parentNode.appendChild(this.scrollBar),this.initScroll(),this.setupUpdateEvents()}},{key:"setupUpdateEvents",value:function(){var t=this;l.on(s.tab.SHOW,(function(e){t.targetId===e&&t.delayedUpdate()})),l.on(s.tabLink.SHOW_PANEL,(function(e){var n=e.model.name;t.targetId===n&&t.delayedUpdate()})),"search"===this.targetId&&l.on(s.search.UPDATE_PANEL,(function(){setTimeout(t.delayedUpdate,f)})),"outline"===this.targetId&&l.on(s.menuLinksListItem.TOGGLE,this.delayedUpdate),"transcript"===this.targetId&&l.on(s.transcript.CHANGED,this.delayedUpdate),DS.detection.deviceView.isMobile&&(this.teardownResize=d("resize",this.delayedUpdate))}},{key:"delayedUpdate",value:function(){var t=this;window.requestAnimationFrame((function(){return t.update(!1)}))}},{key:"onScroll",value:function(){var t=this;this.update(!0),this.showOnlyWhenScrolling&&(this.scrollStartTime=Date.now(),this.scrolling||(this.scrolling=!0,this.scrollHideInterval=setInterval((function(){Date.now()-t.scrollStartTime>=1e3&&(clearInterval(t.scrollHideInterval),t.scrolling=!1,t.update())}),200)))}},{key:"onFocus",value:function(t){DS.focusManager.setFocusRectOn(this.targetEl)}},{key:"onKeyDown",value:function(t){switch(t.which){case u.keys.DOWN:this.targetEl.scrollTop+=10;break;case u.keys.UP:this.targetEl.scrollTop-=10;break;case u.keys.PAGE_DOWN:this.targetEl.scrollTop+=this.btnLength;break;case u.keys.PAGE_UP:this.targetEl.scrollTop-=this.btnLength;break;case u.keys.HOME:this.targetEl.scrollTop=0;break;case u.keys.END:this.targetEl.scrollTop=this.targetEl.scrollHeight}}},{key:"onResize",value:function(){this.update()}},{key:"canScroll",value:function(){var t=this.getTargetMetrics();return t.contentLength>t.scrollbarLength}},{key:"getTargetMetrics",value:function(){var t=this.targetEl,e=t.scrollHeight,n=t.scrollWidth,i=t.clientHeight,r=t.clientWidth,o=t.scrollTop,s=t.scrollLeft;return this.hScroll?{contentLength:n,scrollbarLength:r,currScrollPos:s}:{contentLength:e,scrollbarLength:i,currScrollPos:o}}},{key:"setEnabled",value:function(t){this.enabled=t,this.update()}},{key:"setShowOnlyOnHover",value:function(t){this.showOnlyOnHover=!0,this.hoverTargetEl=t,this.hoverTargetEl.addEventListener("mouseover",this.onMouseOver),this.hoverTargetEl.addEventListener("mouseout",this.onMouseOut)}},{key:"setShowOnlyWhenScrolling",value:function(){this.showOnlyWhenScrolling=!0}},{key:"update",value:function(t){if(this.hasInited&&null!=this.scrollBtn){var e=this.getTargetMetrics(),n=e.contentLength,i=e.scrollbarLength,r=e.currScrollPos;this.isHidden=this.shouldHideScrollbar(n,i);var o=i-(this.hsScroll?0:this.marginTop),s=n-o,l=a.clamp(0,1,r/s);this.btnLength=o/n*o,this.scrollBtn.style[this.hScroll?"width":"height"]=a.pxify(this.btnLength),this.scrollBtn.style[this.getPosAttrib()]=a.pxify(l*a.invertPercent(this.btnLength/i)*i),this.highlight=t,t&&(clearTimeout(this.colorId),this.colorId=setTimeout(this.unHighlight,1e3)),this.changeHighlight(),this.changeHidden(),null!=this.updateScroll&&this.updateScroll()}}},{key:"shouldHideScrollbar",value:function(t,e){return Math.abs(t-e)<2||(!this.enabled||(this.showOnlyOnHover?!this.hovered&&!this.scrollByButton:!!this.showOnlyWhenScrolling&&!this.scrolling))}},{key:"getPosAttrib",value:function(){return this.hScroll?"left":"top"}},{key:"getPagePostion",value:function(t){return this.hScroll?t.pageX:t.pageY}},{key:"getParentPos",value:function(){return this.targetEl.getBoundingClientRect()[this.getPosAttrib()]}},{key:"onScrollBtnDown",value:function(t){this.scrollByButton=!0,this.startPos=this.getPagePostion(t)-this.getParentPos()-parseFloat(this.scrollBtn.style[this.getPosAttrib()]),document.body.addEventListener("mousemove",this.onDragBtn),document.body.addEventListener("mouseup",this.onEndScrollDrag)}},{key:"onEndScrollDrag",value:function(){this.scrollByButton=!1,document.body.removeEventListener("mouseup",this.onEndScrollDrag),document.body.removeEventListener("mousemove",this.onDragBtn),this.showOnlyOnHover&&this.update()}},{key:"onDragBtn",value:function(t){var e=this.getTargetMetrics(),n=e.contentLength,i=e.scrollbarLength,r=n-i,o=i-this.btnLength,s=this.getPagePostion(t)-this.getParentPos()-this.startPos,l=a.clamp(0,1,s/o);this.scrollBtn.style[this.getPosAttrib()]=a.pxify(l*a.invertPercent(this.btnLength/i)*i),this.targetEl[this.hScroll?"scrollLeft":"scrollTop"]=r*l}},{key:"unHighlight",value:function(){this.highlight=!1,this.changeHighlight()}},{key:"teardown",value:function(){this.scrollBar.removeEventListener("focus",this.onFocus),this.scrollBar.removeEventListener("keydown",this.onKeyDown),this.scrollBtn.removeEventListener("mousedown",this.onScrollBtnDown),this.scrollBtn.removeEventListener("touchstart",this.onScrollBtnDown),this.targetEl.removeEventListener("scroll",this.onScroll),this.enableMobile(),this.showOnlyOnHover&&null!=this.hoverTargetEl&&(this.hoverTargetEl.removeEventListener("mouseover",this.onMouseOver),this.hoverTargetEl.removeEventListener("mouseout",this.onMouseOut)),l.off(s.search.UPDATE_PANEL),l.off(s.tab.SHOW),l.off(s.menuLinksListItem.TOGGLE),l.off(s.transcript.CHANGED),this.teardownResize()}}]),t}()}.call(e,n,e,t))||(t.exports=i)},5173:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e,i=n(4811),r=n(8939),o=n(7510).addWindowListener,s={},a="request",l="response",u="SUCCESS",c="ERROR",h=[a,l],d=function(t){var e,n=r.throwError("PostMessaging");if(null!=t.data){try{e=JSON.parse(t.data)}catch(t){return}(function(t){return null!=t&&null!=t.id&&null!=t.type&&-1!==h.indexOf(t.type)})(e)&&(null!=s[e.connectionId]?s[e.connectionId](e,t):n("No listener exists for connectionId: ",e.connectionId))}};return function(t,n){var h,p,f,v=r.throwError("PostMessaging"),g={},m=0,y=i.Deferred(),b=n,w=function(t,e,n,r,o){var s=++m,l=i.Deferred(),c={type:e,connectionId:b};return g[s]=l,e===a?(c.method=n,c.params=r,c.id=s):(c.id=n,c.data=r,c.status=null!=o?o:u),t.postMessage(JSON.stringify(c),"*"),l.always((function(){delete g[s]})).catch((function(t){delete g[s],v(t.message)})),l.promise()},A=function(t){h=function(e,n){return y.then((function(){return w(t,a,e,n)}))},p=function(e,n,i){return y.then((function(){return w(t,l,e,n,i)}))}};null==e&&(e=o("message",d,!1)),f=function(t,e){return s[t]=e,function(){delete s[t]}}(b,(function(e,n){var i,r,o;if(e.type===a)if("connect"===e.method)A(n.source),w(n.source,l,e.id),y.resolve();else if(null!=t[e.method])try{r=t[e.method].apply(void 0,Array.isArray(e.params)?e.params:[e.params]),null!=(o=r)&&"function"==typeof o.then?r.then((function(t){p(e.id,t)})):p(e.id,r)}catch(t){p(e.id,t.message,c)}else p(e.id,["No handler for this method ",e.method].join(""),c);else{if(null!=(i=g[e.id]))return void(e.status===u?i.resolve(e.data,n):i.reject(e.data,n));p(e.id,["No pending requests for this response id ",e.id].join(""),c)}})),this.ready=function(){return y},this.connect=function(t){return A(t),w(t,a,"connect").then(y.resolve),y},this.request=function(){if(null!=h)return h.apply(void 0,arguments);v("request","A destination iframe needs to be connected before sending requests to it. Try using `connect` first.")},this.tearDown=function(){f(),_.isEmpty(Object.keys(s))&&null!=e&&(e(),e=null)}}}.call(e,n,e,t))||(t.exports=i)},2499:function(t,e,n){"use strict";var i,r=function(){function t(t,e){for(var n=0;n=this.latMin?-2:2,this.initialLat=t+this.initialLatOffset),this.initialLon=e,this.setCameraTarget(this.initialLat,this.initialLon)}},{key:"setupEditorMessages",value:function(){var t,e=this;this.editorMessages=(o(t={updateText:function(t){return e.updateText(t)},updateMarker:function(t){return e.updateMarker(t)},updateMarkers:function(t){return e.updateMarkers(t)},batchUpdateMarkers:function(t){return e.batchUpdateMarkers(t)},removeMarker:function(t){return e.removeMarker(t.id)},forceRemoveMarker:function(t){return e.removeMarker(t.id,!0)},placeMarkerFromContextMenu:function(t){return e.placeMarkerFromContextMenu(t)},panToMarker:function(t){return e.panToMarker(t.id)},selectMarker:function(t){return e.selectMarker(t)},setFocus:function(t){return e.setFocus(t)},showMedia:function(t){return e.showMedia()},hideMedia:function(t){return e.hideMedia()},setEffects:function(t){return e.setEffect(t)},duplicateMarker:function(t){return e.duplicateMarker(t.sourceId,t.duplicatedMarkerData)},pasteMarker:function(t){return e.pasteMarker(t)},resetMode:function(t){return e.setMode(at.DEFAULT)}},at.ADD_MARKER,(function(t){e.setMode(at.ADD_MARKER),e.upcomingMarkerData=t})),o(t,at.SET_INITIAL_CAMERA_ANGLE,(function(t){return e.setMode(at.SET_INITIAL_CAMERA_ANGLE)})),o(t,"saveInitialCameraAngle",(function(t){return e.onSetInitialCamDone()})),o(t,at.SET_CROP_IMAGE_MEDIA,(function(t){return e.setMode(at.SET_CROP_IMAGE_MEDIA)})),o(t,"saveCropImageMedia",(function(t){return e.saveCropImageMedia()})),o(t,"updateEditorSettings",(function(t){return e.updateEditorSettings(t)})),t)}},{key:"ready",value:function(){var t=this;window.requestAnimationFrame((function(){window.requestAnimationFrame((function(){Object.values(t.sprites).forEach((function(t){null!=t&&t.userData.cssMarker.panoReady()})),null!=t.model&&t.model.trigger(l.threeSixtyImage.READY,t)}))}))}},{key:"cancelNudge",value:function(){clearTimeout(this.nudgeTimeout),this.nudgeTimeout=null}},{key:"nudge",value:function(){var t=this;clearTimeout(this.nudgeTimeout),this.nudgeTimeout=setTimeout((function(){t.spherical.setFromCartesianCoords(t.camera.target.x,t.camera.target.y,t.camera.target.z);var e=THREE.Math.radToDeg(L-t.phi);e+=-1*t.initialLatOffset,t.spherical.phi=THREE.Math.degToRad(90-e);var n=new THREE.Vector3;n.setFromSpherical(t.spherical),t.setPanToCoord(n)}),250)}},{key:"setMarkerPulse",value:function(t){this.pulseMarkers=t,Object.values(this.sprites).forEach((function(e){if(null!=e){var n=e.userData.cssMarker;n.isHotspot()||n.adjust({props:{animation:t?"pulse":"normal"}})}}))}},{key:"setHotspotPulse",value:function(t){this.pulseHotspots=t}},{key:"setupBackSpriteTex",value:function(){var t=this,e=m("none",this.maxAnisotropy),n=e.canvas,i=e.tex,r=e.mat;e.render;this.backSpriteTex={normal:function(){return{canvas:n,tex:i,mat:r}},pulse:function(){t.pulseAnimation||(t.pulseAnimation=m("pulse",t.maxAnisotropy));var e=t.pulseAnimation;return{canvas:e.canvas,tex:e.tex,mat:e.mat}},empty:function(){t.emptyTexture||(t.emptyTexture=m("empty",t.maxAnisotropy));var e=t.emptyTexture;return{canvas:e.canvas,tex:e.tex,mat:e.mat}}}}},{key:"getMarker",value:function(t){var e=this.sprites[t];if(null!=e)return e.userData.cssMarker}},{key:"removeMarker",value:function(t,e){var n=this.getMarker(t);if(null!=n){if(null!=n.polyHotspot)if(n.polyHotspot.delete(e))return;n.remove(),this.boundingBox.style.display="none",this.cssScene.remove(n.object),this.scene.remove(n.sprite),this.scene.remove(n.backSprite),delete this.sprites[n.id],delete this.markersByIdx[n.idx],null!=this.editorApi&&this.editorApi.onMarkerRemoved(n.id)}}},{key:"getCurrInputElement",value:function(){var t=document.activeElement;return null==t||t===document.body?null:B(t)||j(t)||U(t)||z(t)||W(t)?t:null}},{key:"getInputType",value:function(t){return[{test:function(t){return null==t},type:"none"},{test:B,type:"panelBody"},{test:j,type:"panelTitle"},{test:U,type:"hint"},{test:z,type:"tooltip"},{test:W,type:"button"},{test:function(){return!0},type:"none"}].find((function(e){return(0,e.test)(t)})).type}},{key:"getCurrMediaElementType",value:function(){var t=this.currMarker;if(null==t)return x;var e=t.userData.cssMarker.panel;if(null==e)return x;var n=function(t){if(null==t)return!1;var n=e.getSelectionBox(t);return null!=n&&n.shown};return n(e.mediaImageEl)?A:n(e.mediaAudioEl)?T:n(e.mediaVideoPosterEl)?S:null!=e.panelButton&&e.panelButton.el===document.activeElement?E:x}},{key:"getIsMediaShowing",value:function(){var t=this.currMarker;if(null==t)return!1;var e=t.userData.cssMarker.panel;return null!=e&&e.mediaShowing}},{key:"getAccHtml",value:function(){var t='
',e=R?66:33,n=e/this.origWidth*100,i=e/this.origHeight*100;if(t+="\n \n ",Object.values(this.sprites).forEach((function(e){null!=e&&(t+=e.userData.cssMarker.getAccHtml())})),this.isGuidedNav()){var r=f.getString("three_image_interaction_next"),o=f.getString("three_image_interaction_prev");t+='\n

'+r+'

\n

'+o+"

\n "}return t+="
"}},{key:"connectAccChildren",value:function(t,e){var n=this;this.threeSixtyAcc=t,this.accChildContainerEl=e,Object.values(this.sprites).forEach((function(t){null!=t&&t.userData.cssMarker.setAccChild(e)})),this.isGuidedNav()&&(this.nextAccBtn=e.querySelector(".acc-three-sixty-nav-next"),this.prevAccBtn=e.querySelector(".acc-three-sixty-nav-prev"),this.updateGuidedArrows()),this.isFreeNav()&&this.accDidResume&&(Object.values(this.markersByIdx).forEach((function(t){n.markerIdxInView!=t.idx&&(t.accChildEl.style.display="none")})),this.freeAccShowMarkers=function(){Object.values(n.markersByIdx).forEach((function(t){t.accChildEl.style.display=null}))})}},{key:"updateText",value:function(t){if(null!=this.getMarker(t.id)){var e=this.getCurrInputElement();null!=e&&this.withOnSelectionChange((function(){nt(e,t)}))}}},{key:"updateMarkers",value:function(t){for(var e in this.sprites){this.sprites[e].userData.cssMarker.adjustProps(t)}null!=this.editorApi&&this.editorApi.onMarkersUpdated(this.getAllMarkerData())}},{key:"batchUpdateMarkers",value:function(t){var e=this;t.forEach((function(t){return e.updateMarker(t)}))}},{key:"selectMarker",value:function(t){var e=document.querySelector(".three-sixty-image-media-panel-overlay");if(this.mode!==at.SET_CROP_IMAGE_MEDIA&&!e){if(null!=this.currMarker){var n=this.currMarker.userData.cssMarker.panel;null!=n&&n.hide()}if(this.hideMarkerBounds(),null==t.id)this.selectNextSprite=!1,this.setCurrMarker(null);else{var i=this.getMarker(t.id);null!=i&&(this.selectNextSprite=!0,this.setCurrMarker(i.sprite),this.panToMarker(t.id))}}}},{key:"deselectFocus",value:function(){if(this.mode!==at.SET_CROP_IMAGE_MEDIA&&null!=this.currMarker){var t=this.currMarker.userData.cssMarker.panel;if(null!=t&&t.shown)return null!=document.activeElement&&d.closest(document.activeElement,(function(t){return d.hasClass(t,"panel-el")}))?void document.activeElement.blur():void t.hide();this.deselectCurrentMarkerOrHotspot()}}},{key:"setFocus",value:function(t){var n=this;this.editMode&&(t.focus!=C?null!=this.currMarker&&this.withOnSelectionChange((function(){var i=n.currMarker.userData.cssMarker.panel,r=t.focus;null!=i&&(i.shown||r==x||(i.marker.isHotspot()?i.showHotspotPanel():i.show()),r===b?(i.showSelectionBox(i.titleEl,!0),i.titleEl.focus()):r===w?(i.showSelectionBox(i.bodyEl.parentNode,!0),i.bodyEl.focus()):r===A?i.showSelectionBox(i.mediaImageEl,!0):r===T?i.showSelectionBox(i.mediaAudioEl,!0):r===S?i.showSelectionBox(i.mediaVideoPosterEl,!0):i.hideSelectionBoxes());var o=e.getPath(n,"currMarker.userData.cssMarker.tooltip");null!=o&&r!=x&&o.showEditMode()})):this.deselectFocus())}},{key:"showMedia",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker.panel;null!=t&&t.showMediaType(this.getCurrMediaElementType())}}},{key:"hideMedia",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker.panel;null!=t&&t.hideAllMedia()}}},{key:"setEffect",value:function(t){null!=t.color&&this.setHotspotColor(t.color),null!=t.reveal&&this.setHotspotReveal(t.reveal),null!=t.pulseMarkers&&this.setMarkerPulse(t.pulseMarkers),null!=t.pulseHotspots&&this.setHotspotPulse(t.pulseHotspots),null!=this.currMarker&&this.currMarker.userData.cssMarker.updateProps()}},{key:"editorMessage",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.editorMessages[t](e)}},{key:"setupDom",value:function(t){var e=this,n=t.width*t.scale,i=t.height*t.scale;this.renderer.setSize(n,i),this.renderer.domElement.id=this.id,this.renderer.domElement.dataset.canvasType="360-image",this.renderer.domElement.style.pointerEvents="all",this.renderer.domElement.addEventListener($,this.onMouseDown),this.cssRenderer.setSize(n,i),document.addEventListener(tt,this.onMouseUp,!1),document.addEventListener(Q,this.onMouseMove),this.el.appendChild(this.renderer.domElement),this.cssEl.appendChild(this.cssRenderer.domElement);var r=setInterval((function(){e.calcSceneRect(),e.sceneRect.width>0&&clearInterval(r)}),16)}},{key:"toDomCoords",value:function(t,e){this.calcSceneRect();var n=t/window.innerWidth,i=e/window.innerHeight;return{x:n*this.sceneRect.width,y:i*this.sceneRect.height}}},{key:"toScreenPosition",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=new THREE.Vector3;e||this.calcSceneRect();var i=this.sceneRect.width/2,r=this.sceneRect.height/2;return t.updateMatrixWorld(),n.setFromMatrixPosition(t.matrixWorld).project(this.camera),{x:n.x*i+i,y:-n.y*r+r}}},{key:"vecToScreenPosition",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.calcSceneRect();var n=R&&e?{width:this.newWidth,height:this.newHeight}:this.sceneRect,i=n.width,r=n.height,o=t.clone(),s=o.project(this.camera);return s.x=(s.x+1)/2,s.x*=i,s.y=-(s.y-1)/2,s.y*=r,s}},{key:"duplicateMarker",value:function(t,e){this.calcSceneRect();var n=this.sprites[t],i=this.toScreenPosition(n),r=this.scaleCoord(i.x,i.y),o=new THREE.Vector2(r.x,r.y);this.placeMarkerWithOffset(o,e)}},{key:"pasteMarker",value:function(t){this.calcSceneRect();var e=this.scaleCoord(this.sceneRect.width/2,this.sceneRect.height/2),n=new THREE.Vector2(e.x,e.y);this.placeMarkerWithOffset(n,t)}},{key:"placeMarkerWithOffset",value:function(t,e){for(var n=THREE.Math.degToRad(20),i=new THREE.Vector2(15*Math.cos(n),20*Math.sin(n)),r=.8*i.lengthSq();this.isScreenPositionNearbySprite(t,r);)t.add(i);this.placeMarker(t.x,t.y,e.props,e.id)}},{key:"isScreenPositionNearbySprite",value:function(t,e){for(var n in this.sprites){var i=this.sprites[n],r=this.toScreenPosition(i),o=this.scaleCoord(r.x,r.y);if(t.distanceToSquared(o)0&&void 0!==arguments[0]&&arguments[0];(this.isDragging||this.forcingCameraTarget||this.downOnMarker)&&!t||(this.locX+=this.locXvel,this.locY+=this.locYvel,this.locXvel*=this.velDamp,this.locYvel*=this.velDamp,this.lat>ft?this.locY>this.maxLocY&&(this.locY=this.maxLocY):this.maxLocY=this.locY,this.lat<-89?this.locY\n "+this.localizedText.initialView+" "+t+"°, "+n+"°\n "}},{key:"resetCropImageMedia",value:function(){this.cancelCropImageMedia(!1),this.setCropImageMedia(!0)}},{key:"cancelCropImageMedia",value:function(t){null!=this.cropTool&&(this.cropTool.hide(),this.cropTool=null),this.cropToolShown=!1,this.bottomCropUiEl.style.display="none";var e=this.lastActiveMarker.userData.cssMarker.panel;null!=e&&e.cancelCrop(),null!=this.editorApi&&null!=this.editorApi.restoreFit&&this.editorApi.restoreFit(),t&&(this.setMode(at.DEFAULT),null!=this.editorApi&&this.editorApi.onCancelImageMediaCrop())}},{key:"saveCropImageMedia",value:function(){if(this.cropToolShown){var t=this.cropTool.getCropRect(),e=this.lastActiveMarker.userData;t.markerId=e.cssMarker.id,e.cssMarker.panel.saveCrop(t),this.cancelCropImageMedia(!1),null!=this.editorApi&&this.editorApi.onImageMediaCrop(t)}}},{key:"setCropImageMedia",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this.cropToolShown){null!=this.cropTool&&(this.cropTool.hide(),this.cropTool=null);var n=this.lastActiveMarker.userData.cssMarker.panel,i=n.prepCrop(),r=e?null:n.marker.getEditorVar("imageMediaCropRectangle");if(this.cropTool=new _(".panel-image-container"),this.cropTool.show(),null!=r&&this.cropTool.setCropRect(r),this.cropToolShown=!0,!this.bottomCropUiEl){var o=this.localizedText,s=o.cropReset,a=o.cropCancel,l=o.cropDone;this.bottomCropUiEl=document.createElement("div"),this.bottomCropUiEl.innerHTML=ot({reset:s,cancel:a,done:l}),this.bottomCropUiEl=this.bottomCropUiEl.firstElementChild,this.bottomCropUiEl.style.zIndex=1e4,this.setCropUiBottom={},d.selectAllByRef(this.setCropUiBottom,this.bottomCropUiEl);var u=document.querySelector("#wrapper");null!=u&&u.appendChild(this.bottomCropUiEl),this.setCropUiBottom.threeBottomUiResetEl.addEventListener("click",(function(){t.resetCropImageMedia()})),this.setCropUiBottom.threeBottomUiDoneEl.addEventListener("click",(function(){t.saveCropImageMedia(),t.setMode(at.DEFAULT)})),this.setCropUiBottom.threeBottomUiCancelEl.addEventListener("click",(function(){t.cancelCropImageMedia(!0)}))}null!=this.editorApi&&null!=this.editorApi.forceFitInWindow&&this.editorApi.forceFitInWindow(),i(),this.bottomCropUiEl.style.display="block",this.updateSize(this.newWidth,this.newHeight),this.positionCropUi()}}},{key:"hideCrosshairUi",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:.2,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.8;null!=this.editorApi&&null!=this.editorApi.restoreFit&&this.editorApi.restoreFit(),h.to(this.setCamUi.threeCrosshairsEl,t,{opacity:0}),this.bottomCamUiEl.style.display="none",h.to(this.setCamUi.threeLatLonPillEl,t,{opacity:0,delay:e}),this.el.parentNode.classList.remove("three-setting-intial-camera"),this.enableVelocityDamping()}},{key:"cancelSetInitialCam",value:function(){this.hideCrosshairUi(0,0)}},{key:"updateVisitedMarkers",value:function(){if(null!=this.vars&&this.visitedMarkers0&&void 0!==arguments[0]&&arguments[0],e=this.getTokenValues(),n=e.total,i=f.getString("three_image_interaction"),r=t?f.getString("three_image_instructions"):"",o=this.isFreeNav()?f.getString("three_image_interaction_free"):f.getString("three_image_interaction_guided"),s=void 0;if(this.isFreeNav()){var a=t?this.altText+" : "+i+". "+o+". ":"",l=1===n?f.getString("acc_three_image_count_of_total_item_visited",e):f.getString("acc_three_image_count_of_total_items_visited",e);s=""+a+l}else if(this.isGuidedNav()){var u=t?this.altText+" : "+i+". "+o+".":"",c=f.getString("acc_three_image_step_count_of_total",e);s=""+u+c}return s+". "+r}},{key:"updateNavigationText",value:function(){null!=this.navUi&&(this.navUi.threeNavContentEl.innerHTML=this.getNavigationText())}},{key:"setupNavigation",value:function(){if(this.hasNavigationVars()){var t=this.getAllMarkers((function(t){return t.shouldTrack()})).length;G(this.bind.total,t,this),this.isFreeNav()&&!0===this.navigation.visible?(this.navigationEl=this.miscOverlaysEl,null!=this.navigationEl&&(this.navigationEl.innerHTML=ut(this.navigation.textColor,this.navigation.backgroundColor),this.navUi={},d.selectAllByRef(this.navUi,this.navigationEl),this.updateNavigationText(),this.setLocVarsCenter())):this.isGuidedNav()&&(this.navigationEl=this.miscOverlaysEl,null!=this.navigationEl&&(this.setupGuidedUi(),this.goFirstGuidedMarker(),this.updateNavigationText()))}}},{key:"visitedMarkersChanged",value:function(){this.isGuidedNav()&&this.updateGuidedArrows()}},{key:"isFreeNav",value:function(){return this.navigation.type===ht.FREE}},{key:"isGuidedNav",value:function(){return this.navigation.type===ht.GUIDED}},{key:"setupGuidedUi",value:function(){!0===this.navigation.visible&&(this.navigationEl.innerHTML=ct(this.navigation.textColor,this.navigation.backgroundColor,this.playerAccentColor),this.navUi={},d.selectAllByRef(this.navUi,this.navigationEl),h.from(this.navUi.threeNavigationEl,.4,{opacity:0,delay:.4}),this.navUi.threeNavContentEl.addEventListener(Z,this.onNavClicked),this.navUi.threeGuidedLeftBtnEl.addEventListener(Z,this.goPrevGuidedClick),this.navUi.threeGuidedRightBtnEl.addEventListener(Z,this.goNextGuidedClick)),Object.values(this.markersByIdx).forEach((function(t){t.hide()}))}},{key:"goFirstGuidedMarker",value:function(){var t=this;this.slideObject.afterHtmlReady((function(){if(t.isGuidedNav()){var e=t.markersByIdx[t.markerIdxInView];null!=e&&(t.isNavigationPan=!0,e.show(),e.isHotspot()&&(e.polyHotspot.visible=t.hotspotReveal,e.polyHotspot.canClick=!0),t.panToMarker(e.id),t.updateGuidedArrows(),t.updateNavigationText())}}))}},{key:"isFirstMarkerWithNoResume",value:function(){return 0===this.markerIdxInView&&0===this.model.indexValues.length}},{key:"canNavNextMarker",value:function(){return-1!=this.model.indexValues.indexOf(this.markerIdxInView)&&this.markerIdxInView0?(this.navUi.threeGuidedLeftBtnEl.classList.remove("three-guided-disabled"),this.updateAccArrowBtns(!1)):(this.navUi.threeGuidedLeftBtnEl.classList.add("three-guided-disabled"),this.updateAccArrowBtns(!0))}}},{key:"hideShowGuidedArrows",value:function(){if(null!=this.prevMarker&&(this.prevMarker.hide(),null!=this.prevMarker.panel&&(this.model.updateLabelState(this.prevMarker.idx,this.prevMarker.panel.shown),this.model.setVisitedMarkers()),this.prevMarker.isHotspot()&&(this.prevMarker.polyHotspot.visible=!1,this.prevMarker.polyHotspot.canClick=!1)),null!=this.nextMarker)if(this.nextMarker.show(),this.nextMarker.isHotspot()&&(this.nextMarker.polyHotspot.canClick=!0),this.isNavigationPan=!0,this.accNavConfig){var t=this.accNavConfig,e=t.isAcc,n=t.cb;this.panToMarker(this.nextMarker.id,e,n),this.accNavConfig=null}else this.panToMarker(this.nextMarker.id);this.updateNavigationText(),this.updateGuidedArrows()}},{key:"setAccNavPanConfig",value:function(t){this.accNavConfig={isAcc:!0,cb:t}}},{key:"positionInitialCamUi",value:function(){if(this.mode===at.SET_INITIAL_CAMERA_ANGLE){var t=document.querySelector("#container");if(null!=t){var e=t.getBoundingClientRect();this.bottomCamUiEl.style.top=e.bottom+"px",this.bottomCamUiEl.style.left=e.left+"px",this.bottomCamUiEl.style.width=e.width+"px"}}}},{key:"positionCropUi",value:function(){if(this.mode===at.SET_CROP_IMAGE_MEDIA){var t=document.querySelector(".panel-image-frame");if(null!=t){var e=t.getBoundingClientRect(),n={left:e.left,top:e.top,bottom:e.bottom,width:e.width};if(n.width<410){n.width=410;var i=(410-e.width)/2;n.left=e.left-i}this.bottomCropUiEl.style.top=n.bottom+"px",this.bottomCropUiEl.style.left=n.left+"px",this.bottomCropUiEl.style.width=n.width+"px"}}}},{key:"setInitialCameraAngle",value:function(){var t=this;if(this.deselectMarker(),this.hotspotLayer.currHotspot=null,this.el.parentNode.classList.add("three-setting-intial-camera"),this.disableVelocityDamping(),this.panToCoord=!1,this.setCameraTarget(this.initialLat,this.initialLon),Object.values(this.sprites).forEach((function(t){if(null!=t){var e=t.userData.cssMarker;null!=e.panel&&e.panel.shown&&e.panel.hide()}})),null!=this.editorApi&&null!=this.editorApi.forceFitInWindow&&this.editorApi.forceFitInWindow(),this.crossHairsEl)this.crossHairsEl.style.display="block",this.setCamUi.threeCrosshairsEl.style.opacity=1,this.setCamUi.threeLatLonPillEl.style.opacity=1,this.bottomCamUiEl.style.display="block";else{this.bottomCamUiEl=document.createElement("div");var e=this.localizedText,n=e.initialCameraReset,i=e.initialCameraCancel,r=e.initialCameraDone;this.bottomCamUiEl.innerHTML=ot({reset:n,cancel:i,done:r}),this.bottomCamUiEl=this.bottomCamUiEl.firstElementChild,this.setCamUiBottom={},d.selectAllByRef(this.setCamUiBottom,this.bottomCamUiEl);var o=document.querySelector("#wrapper");null!=o&&o.appendChild(this.bottomCamUiEl),this.crossHairsEl=document.querySelector(".three-misc-overlays"),null!=this.crossHairsEl&&(this.crossHairsEl.innerHTML=rt()),this.setCamUi={},d.selectAllByRef(this.setCamUi,this.crossHairsEl),this.setCamUiBottom.threeBottomUiDoneEl.addEventListener("click",this.onSetInitialCamDone),this.setCamUiBottom.threeBottomUiResetEl.addEventListener("click",(function(){t.panToCoord=!1,t.deselectMarker(),t.setCameraTarget(0,0)})),this.setCamUiBottom.threeBottomUiCancelEl.addEventListener("click",(function(){null!=t.editorApi&&null!=t.editorApi.onCancelInitialCameraAngleSet&&t.editorApi.onCancelInitialCameraAngleSet(),t.setMode(at.DEFAULT)}))}this.positionInitialCamUi(),this.updateSize(this.newWidth,this.newHeight),h.from(this.setCamUi.threeCrosshairsEl,.2,{opacity:0})}},{key:"panComplete",value:function(){var t=this;if(this.panToCoord&&(this.setLocVarsCenter(),this.panToCoord=!1,null!=this.panCallback&&(this.panCallback(this.showNextSprite),this.panCallback=null)),this.selectNextSprite&&setTimeout((function(){t.currMarker&&(t.displayBoundingBox(),t.showMarkerBounds(),t.boundingBox.style.display="block",t.selectNextSprite=!1)}),300),null!=this.showNextSprite){var e=this.showNextSprite,n=e.userData.cssMarker,i=n.polyHotspot,r=n.isHotspot(),o=this.editMode||!this.isGuidedNav()||this.markerShownCounter>0,s=this.isAccPan;this.isAccPan&&(this.isAccPan=!1),s||(this.hotspotLayer.currHotspot=r&&o?i:null),(n.panel||n.hotspotHint)&&this.mode!==at.SET_INITIAL_CAMERA_ANGLE?(null!=n.panel&&(n.panel.forcePlaceCenter=!0),window.requestAnimationFrame((function(){if(!s&&(0!==t.markerShownCounter||t.editMode||t.model.labelValues[n.idx])){if(r){if(n.panel){t.calcSceneRect();var e=t.vecToScreenPosition(i.getCenterPoint(i.shapeMesh));n.panel.show(!0,e)}else a.trigger(l.threeSixtyImage.PUSH_DOWN_BY_LABEL);null!=n.hotspotHint&&n.hotspotHint.show()}else n.panel.show();null!=n.tooltip&&n.tooltip.toggleEditMode(!0)}null!=n.panel&&n.panel.hideSelectionBoxes(),t.markerShownCounter++}))):this.markerShownCounter++,this.isNavigationPan&&(window.requestAnimationFrame((function(){t.isFirstMarkerWithNoResume()||n.addToVisitedMarkers()})),this.isGuidedNav()&&(this.markerShownCounter>0&&n.triggerEvent("onlinkrelease",e.userData.id),r&&(i.visible=this.hotspotReveal,i.canClick=!0))),this.showNextSprite=null}this.isNavigationPan=!1}},{key:"moveCameraWithElement",value:function(){var t=50*this.sceneScale,e=.4,n=this.sceneRect.width-t,i=this.sceneRect.height-t,r=t,o=t,s=this.startPageX-this.pageX,a=this.startPageY-this.pageY,l=this.pageX/(window.innerWidth/this.sceneRect.width),u=this.pageY/(window.innerHeight/this.sceneRect.height);this.lat-89&&(l>n&&s<0?(this.changeLocX(-.4),this.needsElementPan=!0):l0&&(this.changeLocX(e),this.needsElementPan=!0)),u0?(this.changeLocY(e),this.needsElementPan=!0):u>i&&a<0&&(this.changeLocY(-.4),this.needsElementPan=!0),this.needsElementPan&&(this.dragMarker(this.pageX,this.pageY),this.applyVelocity(!0),this.draggingOffEdge=!0,this.needsElementPan=!1)}},{key:"updateHotspotStrokes",value:function(){(Math.abs(this.locXvel)>.005||Math.abs(this.locYvel)>.005)&&Object.values(this.sprites).forEach((function(t){if(null!=t){var e=t.userData.cssMarker;e.isHotspot()&&e.displayBounds()}}))}},{key:"showMarkerBounds",value:function(){var t=this.currMarker.userData.cssMarker.displayBounds();t!=this.currMarkerBounds&&(this.hideMarkerBounds(),this.currMarkerBounds=t)}},{key:"hideMarkerBounds",value:function(){null!=this.currMarkerBounds&&(this.currMarkerBounds.hideShowControlPoints(!1),this.currMarkerBounds.isHotspot()||(this.currMarkerBounds.boundsEl.style.display="none"),this.currMarkerBounds=null)}},{key:"triggerEvent",value:function(t,e){this.model.executeFilteredPlayerEvent((function(t){return t.triggerid===e}),t)}},{key:"executeMarkerEvent",value:function(t,e){"click"===e?this.triggerEvent("onlinkrelease",t.userData.id):"move"!==e||t.userData.isOver?"out"===e&&(t.userData.isOver=!1):t.userData.isOver=!0}},{key:"getMarkerIntersection",value:function(t,e,n){var i=this,r=!1;this.mouseRay.x=t/window.innerWidth*2-1,this.mouseRay.y=-e/window.innerHeight*2+1,this.raycaster.setFromCamera(this.mouseRay,this.camera);var o=this.scene.children.filter((function(t){return"Sprite"===t.type&&!t.userData.isBackSprite&&!t.userData.isHotspotControlPoint})),s=this.raycaster.intersectObjects(o,!1),a={};return s.forEach((function(t){if(r=!0,a[t.object.userData.id]=t.object,!t.object.visible)return null;"over"===n&&i.setCurrMarker(t.object)})),r}},{key:"deselectMarker",value:function(){this.setCurrMarker(null),this.boundingBox.style.display="none",this.hideMarkerBounds(),this.forcingCameraTarget=!1}},{key:"deselectCurrentMarkerOrHotspot",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker;t.props.hasPanel&&t.panel.hide(),t.isHotspot()&&this.hotspotLayer.currHotspot.deselect(),this.deselectMarker()}}},{key:"setCurrMarker",value:function(t){(null==this.hotspotLayer.currHotspot||this.hotspotLayer.currHotspot.finished)&&(this.currMarker=t,null!=t&&(this.lastActiveMarker=t),a.trigger(l.threeSixtyImage.SELECTED_MARKER_CHANGED,e.getPath(this,"currMarker.userData.cssMarker.id",null)),this.editMode&&null!=this.editorApi&&this.editorApi.onMarkerSelected(null!=this.currMarker?this.currMarker.userData.cssMarker.id:null))}},{key:"panToMarker",value:function(t,e,n){var i=this.sprites[t];if(null!=i){n&&(this.panCallback=n);var r=i.userData.cssMarker;if(null!=this.threeSixtyAcc&&this.isAccNav&&this.isNavigationPan&&null!=r.hotspotHint)return r.el.style.opacity=0,r.hotspotHint.show(),this.threeSixtyAcc.syncHotspotHint(r),void(r.hotspotHint.opened?(r.accHotspotHintBubbleEl.focus(),this.threeSixtyAcc.onInterceptShadowFocus({target:r.accHotspotHintBubbleEl})):(r.accHotspotHintEl.focus(),this.threeSixtyAcc.onInterceptShadowFocus({target:r.accHotspotHintEl})));if(this.isNavigationPan&&!this.hotspotReveal&&r.isHotspot()&&!e&&!this.isAccNav)return r.el.style.opacity=0,null!=r.hotspotHint&&r.hotspotHint.show(),void a.trigger(l.threeSixtyImage.PUSH_DOWN_BY_LABEL);this.isAccPan=e,this.setPanToCoord(i.position),this.showNextSprite=i}}},{key:"setPanToCoord",value:function(t){this.spherical.setFromCartesianCoords(t.x,t.y,t.z),this.panCoord=this.spherical;var e=L-this.panCoord.theta,n=V(this.theta,e);this.panCoord.theta=this.theta+n,this.panToCoord=!0}},{key:"getMarkerData",value:function(t){var e=this.getMarker(t);if(null!=e)return e.getData()}},{key:"getAllMarkers",value:function(t){return c.reduce(this.sprites,(function(e,n){var i=n.userData.cssMarker;return(null==t||t(i))&&e.push(i),e}),[])}},{key:"getAllMarkerData",value:function(t){var e=[];for(var n in this.sprites){var i=this.sprites[n].userData.cssMarker;(null==t||t.includes(i.id))&&e.push(i.getData())}return e}},{key:"getCentermostMarker",value:function(){this.calcSceneRect();var t=[],n={x:this.sceneRect.width/2,y:this.sceneRect.height/2};this.camera.updateMatrix(),this.camera.updateMatrixWorld();var i=new THREE.Frustum;for(var r in i.setFromMatrix((new THREE.Matrix4).multiplyMatrices(this.camera.projectionMatrix,this.camera.matrixWorldInverse)),this.sprites){var o=this.sprites[r].userData.cssMarker,s=o.isHotspot()?o.polyHotspot.shapeMesh:o.sprite;if(i.containsPoint(s.position)){var a=this.toScreenPosition(s,!0);if(null!=a){var l=e.dist(n.x,n.y,a.x,a.y);t.push({dist:l,marker:o})}}}var u=t.sort((function(t,e){return t.dist-e.dist}))[0];return null!=u&&u.marker}},{key:"mouseIntersect",value:function(t,e){return this.mouseRay.x=t/window.innerWidth*2-1,this.mouseRay.y=-e/window.innerHeight*2+1,this.raycaster.setFromCamera(this.mouseRay,this.camera),this.raycaster.intersectObject(this.sphereMesh,!1)}},{key:"placeMarkerFromContextMenu",value:function(t){null!=this.contextMenuOrigin&&this.placeMarker(this.contextMenuOrigin.pageX,this.contextMenuOrigin.pageY,t.props,t.id)}},{key:"placeMarker",value:function(t,e){var n=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments[3],o=this.mouseIntersect(t,e),s=void 0,a=void 0;if(o.length>0){var l=o[0].point;l.lerp(new THREE.Vector3(0,0,0),.05);var u=function(){null!=n.editorApi&&n.editorApi.onMarkerPlaced(s.marker.getData())};if(a=(s=this.createSprite(l,r,i)).marker.isHotspot())if(s.marker.hide(),s.marker.el.style.display="none",null==s.marker.props.hotspotData)this.setMode(at.DRAWING_HOTSPOT),this.hotspotLayer.beginHotspot(l,s.marker,u);else{var c=this.hotspotLayer.createHotspot(s.marker.props.hotspotData,s.marker);c.drag(l),u(),this.setCurrMarker(c.marker.sprite),this.setFocus({focus:b})}else u(),this.makeMarkerSwitchable(s.marker,l);this.stopVelocity(),this.hideMarkerBounds(),this.setCurrMarker(s.sprite),a||this.setFocus({focus:b})}a||this.setMode(at.DEFAULT)}},{key:"makeMarkerSwitchable",value:function(t,e){this.editMode&&"normal"===t.props.type&&(this.hotspotLayer.createHotspotAtPoint(e,t),t.polyHotspot.visible=!1)}},{key:"dragMarker",value:function(t,e){this.boundingBox.style.display="block",this.mouseRay.x=t/window.innerWidth*2-1,this.mouseRay.y=-e/window.innerHeight*2+1,this.raycaster.setFromCamera(this.mouseRay,this.camera);var n=this.raycaster.intersectObject(this.sphereMesh,!1);if(n.length>0){var i=n[0].point;i.lerp(new THREE.Vector3(0,0,0),.05),this.drag.started||(this.drag.startX=i.x-this.currMarker.position.x,this.drag.startY=i.y-this.currMarker.position.y,this.drag.startZ=i.z-this.currMarker.position.z,this.drag.started=!0,this.drag.count=0),this.drag.started&&(i.set(i.x-this.drag.startX,i.y-this.drag.startY,i.z-this.drag.startZ),this.drag.count++),this.currMarker.position.copy(i);var r=this.currMarker.userData.cssMarker;r.updateLoc(i),null!=r.polyHotspot&&r.polyHotspot.drag(i,!0)}}},{key:"canDragMarker",value:function(){return this.editMode&&this.downOnMarker&&null!=this.currMarker&&this.mode!=at.SET_INITIAL_CAMERA_ANGLE}},{key:"checkHideHotspotPanel",value:function(){if(this.drag.started&&this.drag.count>4){var t=this.currMarker.userData.cssMarker;t.isHotspot()&&t.panel.shown&&(t.panel.hide(!0),this.hotspotLayer.currHotspot=null)}}},{key:"setLocVarsCenter",value:function(){this.calcSceneRect(),this.forcingCameraTarget=!1,this.downX=this.sceneRect.width/2,this.downY=this.sceneRect.height/2,this.locX=this.downX,this.locY=this.downY,this.locXvel=this.locYvel=this.locDist=this.locTheta=0,this.downLon=this.lon,this.downLat=this.lat,this.prevLocX=this.lastUpX=this.locX,this.prevLocY=this.lastUpY=this.locY,this.setLonLat(this.locX,this.locY)}},{key:"updateSize",value:function(t,n){var i=this;if(this.mode===at.SET_INITIAL_CAMERA_ANGLE||this.mode===at.SET_CROP_IMAGE_MEDIA){var r=(n-st)/n;t*=r,n*=r,window.ResizeContainer(t,n),document.getElementById("container").scrollIntoView({inline:"center",block:"center"}),this.calcSceneRect()}if(this.positionInitialCamUi(),this.positionCropUi(),clearTimeout(this.uiPositionId),this.uiPositionId=setTimeout((function(){i.positionInitialCamUi(),i.positionCropUi()}),100),this.newWidth=t,this.newHeight=n,a.trigger(l.threeSixtyImage.RESIZED,{scale:e.getPath(this,"slideObject.props.winScale",1),width:t,height:n}),null!=this.currMarker){var o=this.currMarker.userData.cssMarker;if(null!=o.panel&&o.panel.shown){var s=o.isHotspot();window.requestAnimationFrame((function(){return o.panel.update(s)}))}}}},{key:"hideLastPanel",value:function(){s.hideLast()}},{key:"lastPanel",value:function(){return s.last}},{key:"hidePanelAndDeselect",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker,e=t.panel;null!=e&&e.hide(!0),t.disableActive()}else if(this.hotspotLayer.currHotspot){var n=this.hotspotLayer.currHotspot.marker;null!=n&&n.panel&&n.panel.hide(!0),this.hotspotLayer.currHotspot.deselect()}}},{key:"changeLocX",value:function(t){return this.hidePanelAndDeselect(),this.panToCoord=!1,this.forcingCameraTarget=!1,this.locXvel+=t,!0}},{key:"changeLocY",value:function(t){return this.hidePanelAndDeselect(),this.panToCoord=!1,this.forcingCameraTarget=!1,this.locYvel+=t,!0}},{key:"setCameraTarget",value:function(t,e){this.forcingCameraTarget=!0,this.lat=t||0,this.lon=e||0}},{key:"visitedMarkers",set:function(t){this.vars&&(G(this.vars.visitedPath,t,this),this.updateNavigationText())},get:function(){if(this.vars)return p.resolvePath(this.vars.visitedPath).value()}},{key:"markerIdxInView",set:function(t){this.model&&this.model.prop("MarkerInView",t)},get:function(){return this.model&&this.model.prop("MarkerInView")}}]),t}(),gt=function(){var t=this;this.updateMarker=function(e){var n=t.getMarker(e.id);null!=n&&n.adjust(e)},this.onMarkerUpdated=function(e){null!=t.editorApi&&t.editorApi.onMarkerUpdated(e.getData())},this.onTransitionIn=function(){t.nudgeOnLoad?t.nudge():t.cancelNudge()},this.onResize=function(){for(var e in t.sprites){t.sprites[e].userData.cssMarker.resize()}},this.onForceRender=function(e){e===t.id&&(t.renderer.render(t.scene,t.camera),t.cssRenderer.render(t.cssScene,t.camera))},this.renderSpriteBoundingBox=function(e,n){var i=n.scale.x*t.sceneRect.width/2,r=n.scale.y*t.sceneRect.height/2;t.spriteWidth=i,t.spriteHeight=r,Object.assign(t.boundingBox.style,{left:e.x-i/2+t.sceneRect.width/2+"px",top:e.y-r/2+t.sceneRect.height/2+"px",width:i+"px",height:r+"px"})},this.onBoxDown=function(n){if(null!=t.currMarker){var i=q(n,t),r=i.pageX,o=i.pageY,s=t.getBoxCenter(),a=s.cx,l=s.cy;t.handleData={isNonUniform:n.target.classList.contains("non-uniform"),dir:n.target.dataset.axis};var u=t.currMarker.scale.x,c=t.currMarker.scale.y,h=e.dist(r,o,a,l);t.scaleRatioX=u/h,t.scaleRatioY=c/h,document.addEventListener("mousemove",t.onBoxMove),document.addEventListener("mouseup",t.onBoxUp)}},this.onBoxMove=function(n){var i=q(n,t),r=i.pageX,o=i.pageY,s=t.getBoxCenter(),a=s.cx,l=s.cy,u=t.currMarker.userData.cssMarker,c=e.dist(r,o,a,l),h=void 0;if(t.handleData.isNonUniform)"x"===t.handleData.dir?(h=Math.max(50,c*t.scaleRatioX),u.scaleX(h)):"y"===t.handleData.dir&&(h=Math.max(50,c*t.scaleRatioY),u.scaleY(h));else if(t.currMarker.userData.cssMarker.isHotspot()){var d=Math.max(50,c*t.scaleRatioX),p=Math.max(50,c*t.scaleRatioY);u.scale(d,p)}else h=e.clamp(50,200,c*t.scaleRatioX),u.scale(h,h)},this.onBoxUp=function(e){t.handleData=null,document.removeEventListener("mousemove",t.onBoxMove),document.removeEventListener("mouseup",t.onBoxUp)},this.fixCssScrolling=function(){t.cssRenderer.domElement.scrollLeft>0&&(t.cssRenderer.domElement.scrollLeft=0),t.cssRenderer.domElement.scrollTop>0&&(t.cssRenderer.domElement.scrollTop=0),t.cssScrollingId=window.requestAnimationFrame(t.fixCssScrolling)},this.onTextureReady=function(){for(var e=vt.loadTracker[t.slideObject.currSlideId],n=0;n\n "+t.localizedText.initialViewSet+"\n ";var e=document.createElement("div");d.setStyles(e,{position:"absolute",width:"100%",height:"100%",left:0,top:0,background:"white",opacity:1}),t.el.appendChild(e),h.to(e,.3,{opacity:0,onComplete:function(){t.el.removeChild(e)}}),t.hideCrosshairUi(),t.initialLat=t.lat,t.initialLon=t.lon,null!=t.editorApi&&t.editorApi.onInitialCameraAngleSet(t.lat,t.lon),t.setMode(at.DEFAULT)}},this.onNavClicked=function(t){t.stopPropagation()},this.goPrevGuidedClick=function(e){t.guidedNavClicked=!0,t.goPrevGuided(),e.stopPropagation()},this.goPrevGuided=function(){t.prevMarker=t.markersByIdx[t.markerIdxInView],t.nextMarker=t.markersByIdx[t.markerIdxInView-1],t.markerIdxInView--,t.isGuidedPrevShow=!0,t.nextMarker.disablePulse(),t.nextMarker.downActiveState(),t.prevMarker.active=!1,t.hideShowGuidedArrows()},this.goNextGuidedClick=function(e){t.guidedNavClicked=!0,t.goNextGuided(),e.stopPropagation()},this.goNextGuided=function(){t.markerIdxInView++,t.prevMarker=t.markersByIdx[t.markerIdxInView-1],t.nextMarker=t.markersByIdx[t.markerIdxInView],t.isGuidedNextShow=!0,t.nextMarker.disablePulse(),t.nextMarker.downActiveState(),t.prevMarker.active=!1,t.hideShowGuidedArrows()},this.animate=function(e){e=e||performance.now();var n=t.kpPanAnimation,i=Math.min(e-t.lastTimeStampMs,1/n);t.lastTimeStampMs=e,t.width==t.newWidth&&t.height==t.newHeight||t.changeSize(),t.editMode&&null!=t.currMarker&&!t.currMarker.userData.cssMarker.isHotspot()&&t.moved&&(t.downOnMarker||t.hotspotLayer.down)&&t.moveCameraWithElement(),t.panToCoord?(t.phi+=n*(t.panCoord.phi-t.phi)*i,t.theta+=n*(t.panCoord.theta-t.theta)*i,t.lat=THREE.Math.radToDeg(L-t.phi),t.lon=THREE.Math.radToDeg(t.theta),Math.abs(t.phi-t.panCoord.phi)<.005&&Math.abs(t.theta-t.panCoord.theta)<.005&&t.panComplete()):(t.applyVelocity(),t.lat=Math.max(t.latMin,Math.min(t.latMax,t.lat)),t.phi=THREE.Math.degToRad(90-t.lat),t.theta=THREE.Math.degToRad(t.lon)),t.targetX=t.radius*Math.sin(t.phi)*Math.cos(t.theta),t.targetY=t.radius*Math.cos(t.phi),t.targetZ=t.radius*Math.sin(t.phi)*Math.sin(t.theta),t.camera.target.set(t.targetX,t.targetY,t.targetZ),t.camera.lookAt(t.camera.target),t.renderer.render(t.scene,t.camera),t.cssRenderer.render(t.cssScene,t.camera),t.editMode&&(t.updateHotspotStrokes(),t.displayBoundingBox(),null!=t.currMarker&&t.showMarkerBounds(),t.mode===at.SET_INITIAL_CAMERA_ANGLE&&t.updateLatLonUi()),t.animateId=window.requestAnimationFrame(t.animate)},this.onMouseDown=function(e){t.contextMenuOrigin=null,t.hotspotLayer.lastHotspotIntersection=null,t.lastMouseEvent=e,t.moved=!1;var n=e.touches||[e];t.startX=n[0].screenX,t.startY=n[0].screenY;var i=X(e),r=K(e);if(t.editMode){if(!i&&!r)return}else if(!i)return;t.calcSceneRect();var o=q(e,t),s=o.pageX,a=o.pageY,l=o.gesture;if(t.startPageX=s,t.startPageY=a,r&&t.editMode){if(t.hotspotLayer.getHotspotIntersection(s,a))return;return t.contextMenuOrigin={pageX:s,pageY:a},e.preventDefault(),void t.editorApi.onRightClickImage()}if(!(l||t.mobileZoom>P||t.allowSwiping||t.hotspotLayer.onMouseDown(e,s,a)&&t.editMode)){if(t.editMode&&t.mode===at.ADD_MARKER)return e.stopPropagation(),t.placeMarker(s,a,t.upcomingMarkerData.props,t.upcomingMarkerData.id),void e.preventDefault();if(t.panToCoord=!1,t.editMode&&t.mode!=at.SET_INITIAL_CAMERA_ANGLE&&t.getMarkerIntersection(s,a,"over"))return t.boundingBox.style.display="block",void(t.downOnMarker=!0);null==t.hotspotLayer.draggableHotspot&&t.setCurrMarker(null),t.boundingBox.style.display="none",t.hideMarkerBounds(),t.isDragging=!0,t.forcingCameraTarget=!1,t.downX=s,t.downY=a,t.locX=s,t.locY=a,t.locXvel=0,t.locYvel=0,t.downLon=t.lon,t.downLat=t.lat,t.locDist=0}},this.setupSuppressOnSelectionChange=function(){t.suppressOnSelectionChange+=1},this.teardownSuppressOnSelectionChange=function(){t.suppressOnSelectionChange>0&&(t.suppressOnSelectionChange-=1)},this.withOnSelectionChange=function(e){t.withoutOnSelectionChange(e),t.onSelectionChange()},this.withoutOnSelectionChange=function(e){t.setupSuppressOnSelectionChange(),e(),t.teardownSuppressOnSelectionChange()},this.onSelectionChange=function(){if(null!=t.editorApi&&0==t.suppressOnSelectionChange){var n=t.getCurrInputElement(),i=t.getInputType(n),r=t.getCurrMediaElementType(),o=t.getIsMediaShowing(),s=void 0;if(null==n)s={isCollapsed:!0,isRightToLeft:!1,textInputType:i,supportsParagraphs:!1,type:"none",mediaType:r,isMediaShowing:o,spanStyle:null};else{var a=document.getSelection();s={isCollapsed:a.isCollapsed,isRightToLeft:null!=a.anchorNode?e.isRtlText(a.anchorNode.textContent):null,textInputType:i,supportsParagraphs:B(n),type:a.rangeCount>0?a.type.toLowerCase():"none",mediaType:r,isMediaShowing:o,spanStyle:a.rangeCount>0?it(n,a.getRangeAt(0)):null}}var l=JSON.stringify(s);t.lastSelectionChangedEventArgs!==l&&(t.editorApi.onSelectionChanged(s),t.lastSelectionChangedEventArgs=l)}},this.onMouseMove=function(n){var i=q(n,t),r=i.pageX,o=i.pageY,s=i.gesture;if(t.lastMouseEvent=n,!(s||t.mobileZoom>P||t.allowSwiping)){t.pageX=r,t.pageY=o;var a=n.touches||[];if(!(!t.moved&&1===a.length&&Math.abs(t.startX-a[0].screenX)<1&&Math.abs(t.startY-a[0].screenY)<1||(t.moved=!0,t.hotspotLayer.onMouseMove(n,r,o),t.editMode&&t.hotspotLayer.isEditing())))if(t.canDragMarker())t.checkHideHotspotPanel(),t.dragMarker(r,o);else if(t.isDragging){t.prevLocX=t.locX,t.prevLocY=t.locY;var l=q(n,t),u=l.pageX,c=l.pageY;t.locX=u,t.locY=c,t.locDist=e.dist(t.locX,t.locY,t.prevLocX,t.prevLocY),t.locTheta=H(t.locX,t.locY,t.prevLocX,t.prevLocY),t.locXvel=t.locDist*Math.cos(t.locTheta),t.locYvel=t.locDist*Math.sin(t.locTheta),t.setLonLat(t.locX,t.locY),t.lastDragTime=performance.now()}else t.getMarkerIntersection(r,o,"move")}},this.onMouseUp=function(e){if(t.lastMouseEvent){var n=q(t.lastMouseEvent,t),i=n.pageX,r=n.pageY;if(t.lastUpX=i,t.lastUpY=r,t.hotspotLayer.onMouseUp(e,i,r),t.getMarkerIntersection(i,r,"click"),null!=t.pinch.currMatrix&&(t.pinch.scale=t.pinch.currMatrix.getScale().x-.19999999999999996,t.pinch.matrix=t.pinch.currMatrix),t.draggingOffEdge&&(t.stopVelocity(),t.draggingOffEdge=!1),t.isDragging&&(performance.now()-t.lastDragTime>100&&t.stopVelocity(),t.isDragging=!1),t.downOnMarker){if(t.downOnMarker=!1,t.drag.started=!1,null!=t.currMarker)t.currMarker.userData.cssMarker.dragging=!1}else t.hotspotLayer.lastHotspotIntersection||"360-image"!==t.lastMouseEvent.target.dataset.canvasType||null!=t.threeSixtyAcc&&"CANVAS"===e.target.tagName&&t.threeSixtyAcc.el.focus()}}},mt=void 0;return vt.loadTracker={},vt.isWaitingLoad=function(t,e){var n=!1,i=g.getCurrentWindowSlide().absoluteId,r=vt.loadTracker[i];return null==r||0===r.length||(vt.loadTracker[i].forEach((function(t){t.ready||(n=!0)})),!t&&n&&(clearInterval(mt),mt=setInterval((function(){vt.isWaitingLoad(!0)||(clearInterval(mt),e())}),16))),n},vt}.call(e,n,e,t))||(t.exports=i)},1294:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(7097),r=n(82),o=n(7812),s=o.math.TO_RADIANS,a=function(){this.reset()};return e.extend(a.prototype,{adjustByViewProps:function(t){return this.translate(t.RawXPos,t.RawYPos).scale(t.ScaleX,t.ScaleY,t.rotateXPos,t.rotateYPos).rotate(t.Rotation,t.rotateXPos,t.rotateYPos),this},reset:function(){return this.a=this.d=1,this.c=this.b=this.tx=this.ty=0,this},translate:function(t,e){return this.tx+=t*this.a+e*this.b,this.ty+=t*this.c+e*this.d,this},scale:function(t,e,n,i){var r=n||i;return r&&this.translate(n,i),this.a*=t,this.c*=t,this.b*=e,this.d*=e,r&&this.translate(-n,-i),this},rotate:function(t,e,n){t*=s;var i=Math.cos(t),r=Math.sin(t),o=e-e*i+n*r,a=n-e*r-n*i,l=this.a,u=this.b,c=this.c,h=this.d;return this.a=i*l+r*u,this.b=-r*l+i*u,this.c=i*c+r*h,this.d=-r*c+i*h,this.tx+=o*l+a*u,this.ty+=o*c+a*h,this},skew:function(t,e,n,i){var r=n||i,o=this.a,a=this.c;return t=Math.tan(t*s),e=Math.tan(e*s),r&&this.translate(n,i),this.a+=e*this.b,this.c+=e*this.d,this.b+=t*o,this.d+=t*a,r&&this.translate(-n,-i),this},transform:function(t,e){return{x:t*this.a+e*this.b+this.tx,y:t*this.c+e*this.d+this.ty}},copy:function(){var t=new a;return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t},invert:function(){var t=1/(this.a*this.d-this.b*this.c),e=this.d*t,n=-this.b*t,i=-this.c*t,r=this.a*t,o=t*(this.b*this.ty-this.d*this.tx),s=t*(this.c*this.tx-this.a*this.ty);return this.a=e,this.b=n,this.c=i,this.d=r,this.tx=o,this.ty=s,this},toCssTransform:function(){var t=r.fix(this.a,6),e=r.fix(this.b,6),n=r.fix(this.c,6),o=r.fix(this.d,6),s=r.fix(this.tx,6),a=r.fix(this.ty,6);return i.buildTransformFn("matrix",t,n,e,o,s,a)},getScale:function(){return{x:r.hypot(this.a,this.c),y:r.hypot(this.b,this.d)}},transformPoint:function(t,e){return{x:t*this.a+e*this.b+this.tx,y:t*this.c+e*this.d+this.ty}},unTransformPoint:function(t,e){return this.copy().invert().transformPoint(t,e)},decompose:function(){var t,e,n,i=this.a,r=this.b,o=this.c,s=this.d;return n=i*s-r*o,Math.abs(n)<=1e-12?null:(r/=t=Math.sqrt(i*i+r*r),(i/=t)*(s/=e=Math.sqrt(o*o+s*s))1&&void 0!==arguments[1]?arguments[1]:1,n=new a;return n.a=this.a+t.a*e,n.b=this.b+t.b*e,n.c=this.c+t.c*e,n.d=this.d+t.d*e,n.tx=this.tx+t.tx*e,n.ty=this.ty+t.ty*e,n},append:function(t){var e=this.a,n=this.b,i=this.c,r=this.d,o=t.a,s=t.b,a=t.c,l=t.d,u=t.tx,c=t.ty;return this.a=o*e+a*n,this.b=s*e+l*n,this.c=o*i+a*r,this.d=s*i+l*r,this.tx+=u*e+c*n,this.ty+=u*i+c*r,this},isEqual:function(t){return this.tx===t.tx&&this.ty===t.ty&&this.a===t.a&&this.b===t.b&&this.c===t.c&&this.d===t.d},isOnlyTranslated:function(t){return this.a===t.a&&this.b===t.b&&this.c===t.c&&this.d===t.d}}),a}.call(e,n,e,t))||(t.exports=i)},9739:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e,i,r,o=n(6486),s=n(5470),a=n(8880),l=n(82),u=n(4811),c=n(9032),h=!1===window.globals.suppressAnalytics&&-1===window.location.protocol.indexOf("file");if(h){e=document.createElement("iframe"),i=function t(e){return e?(e^16*Math.random()>>e/4).toString(16):([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t)}(),r=u.Deferred();e.setAttribute("aria-hidden","true"),e.id="analytics-frame",e.src="analytics-frame.html#"+i,e.style.position="fixed",e.style.left="-1000px",e.style.top=0,window.addEventListener("message",(function t(n){n.data.id===i&&("loaded"===n.data.message?r.resolve():"xhr sent"===n.data.message&&(document.body.removeChild(e),window.removeEventListener("message",t),e=null,i=null))})),document.body.appendChild(e)}var d={initialize:function(t){o.bindAll(this,"onMounted"),this.confirmValidProps(),this.dfd=r,t.assetLib(),t.slideMap(),c.once(a.slide.HAS_MOUNTED,this.onMounted)},confirmValidProps:function(){this.hasValidProps=["productChannel","publishSource","aid","cid","playerVersion"].every((function(t){return null!=window.globals[t]}))},getDevicePixelRatio:function(){return window.devicePixelRatio},formatScreenResolution:function(){return window.screen.width+"x"+window.screen.height},onMounted:function(t){var e=Math.round(performance.now()),n=l.getPath(t,"props.model.parent.isMessageScene",!1),i=document.getElementById("font-test"),r=document.getElementById("font-test-download"),o=document.getElementById("font-test-default"),a=Math.floor(r.getComputedTextLength())!==Math.floor(o.getComputedTextLength()),u={os:[s.osname,s.osversion].join(" "),browser:[s.name,s.version].join(" "),playerVersion:window.globals.playerVersion,playerType:"HTML5-A",playerFrame:"unified"===window.globals.themeName?"modern":"classic",publishTimestamp:window.globals.publishTimestamp,lmsPresent:window.globals.lmsPresent,tinCanPresent:window.globals.tinCanPresent,cmi5Present:window.globals.cmi5Present,aoSupport:window.globals.aoSupport,protocol:window.location.protocol.slice(0,-1),productChannel:window.globals.productChannel,publishSource:window.globals.publishSource,cid:window.globals.cid,timeToLoad:e,resumePrompt:n,canDownloadFonts:a,screenResolution:d.formatScreenResolution(),pixelRatio:d.getDevicePixelRatio()};i.parentNode.removeChild(i),this.sendMessage("player_course_load",u)},sendMessage:function(t,n){h&&this.hasValidProps&&r.then((function(){e.contentWindow.postMessage({id:i,event:t,properties:n,aid:window.globals.aid},"*")}))}};return d}.call(e,n,e,t))||(t.exports=i)},857:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(8880),r=n(9032),o={callbacks:[],endFrameCallbacks:[],frameRequested:!1,staleFrameRequested:!1,timeStale:!0,staleTime:-1,lastCpuTime:Date.now(),lastEndFrameTime:0,currentTime:0,locks:[],locked:!1,waitingLock:!1,clockOverridden:!1,overrideClock:function(t){this.clockOverridden=!0,this.frameTimeMs=t},requestAnimationFrame:function(t,e){e?this.endFrameCallbacks.push(t):this.callbacks.push(t),this.frameRequested||(this.frameRequested=!0,this.staleFrameRequested||this.clockOverridden||window.requestAnimationFrame(this.tick.bind(this)),this.staleFrameRequested=!1)},lock:function(){var t=e.uniqueId("lock-");return this.locks.push(t),this.locked=!0,t},unlock:function(t){e.pull(this.locks,t),this.locked=this.locks.length>0,!this.locked&&this.waitingLock&&(this.waitingLock=!1,this.tick())},updateTime:function(){var t=Date.now(),e=t-this.lastCpuTime;return this.lastCpuTime=t,e>132&&(e=33),this.currentTime+=this.clockOverridden?this.frameTimeMs:e,this.currentTime},requestStaleFrame:function(){this.frameRequested||this.staleFrameRequested||this.clockOverridden||(this.staleFrameRequested=!0,window.requestAnimationFrame(this.tick.bind(this)))},requestEndFrameTick:function(){this.frameRequested||this.clockOverridden||(this.frameRequested=!0,window.requestAnimationFrame(this.tick.bind(this)))},time:function(){return this.timeStale&&(this.requestStaleFrame(),-1===this.staleTime&&(this.staleTime=this.updateTime()),this.frameTime=this.staleTime),this.frameTime},tick:function(){if(this.locked)this.waitingLock=!0;else{var t=this.frameRequested;this.staleFrameRequested=!1,this.frameRequested=!1,this.frameTime=this.updateTime(),this.staleTime=-1,this.timeStale=!1,this.callbacks.length>0&&this.executeCallbacks(),this.endFrameCallbacks.length>0&&(this.currentTime-this.lastEndFrameTime>=33?(this.lastEndFrameTime=this.currentTime,this.executeCallbacks(!0)):this.requestEndFrameTick()),t?this.requestStaleFrame():this.timeStale=!0}},executeCallbacks:function(t){var e,n;t?(e=this.endFrameCallbacks.slice(0),this.endFrameCallbacks=[]):(e=this.callbacks.slice(0),this.callbacks=[]),n=e.length;for(var i=0;i0&&(r=i.some((function(t){return e.isLayerTimelinePlaying(t)}))),r},isLayerTimelinePlaying:function(t){return!t.getHasTimelineFinished()&&!t.getIsTimelinePaused()},nextSlide:function(){var t=e.shift();t&&u.trigger(l.request.NEXT_SLIDE,c.prefixWithPlayer(t))},pausePlayer:function(){u.trigger(l.detection.VISIBILITY_HIDDEN)},playPlayer:function(){u.trigger(l.detection.VISIBILITY_SHOWN)}},b={silenceActions:{trigger_next_slide:!1,close_player:!1},initialize:function(t,n){var r=c.parseParams();if("1"===r.automation&&(window.autoSpider=!0,this.silenceActions.trigger_next_slide=!0,this.silenceActions.close_player=!0),window.autoSpider){i=r.frametimems?parseFloat(r.frametimems):33.33,v("mousedown",this.onPlayerClicked.bind(this)),v("touchstart",this.onPlayerClicked.bind(this)),window.g_nWidth=n.display().width(),window.g_nHeight=n.display().height(),"1"===r.overrideclock&&(s.prototype.play=o.noop,a.overrideClock(i),this.clockIsOverridden=!0,u.on(l.video.STATE_CHANGED,this.onVideoEvent.bind(this)));e=o(n.slideMap().slideRefs().where({type:"slide"})).map("id").filter((function(t){return!/^MsgScene|^PromptScene/.test(t)})).tap((function(e){e.forEach((function(e){var n=t.getSlide(c.prefixWithPlayer(e)).get("showAnimationId");null!=n&&(g[n]=e)}))})).tail().value();var f={playerTime:0,type:"dark-spider",AdvanceFrame:function(){return y.updateTime()},AutoUpdateTime:function(){a.tick()},UpdateAutomationTime:function(t){var e=a.frameTimeMs;a.frameTimeMs=t-a.currentTime,a.tick(),a.frameTimeMs=e},TriggerNextSlide:function(){y.nextSlide()},TriggerPause:function(){h.env.is360&&y.pausePlayer()},TriggerPlay:function(){h.env.is360&&y.playPlayer()},CaptureSlideImage:function(){return d.generate()},GetCourseStateData:function(){return p.getState()},GetTargetDuration:function(e){var n=g[e];return n?t.getSlide(c.prefixWithPlayer(n)).getTransitionAnimation().duration():t.getSlide(c.prefixWithPlayer(e)).getBaseLayer().timeline().duration()}};this.getPlayer=function(){return f},o.bindAll(this,"onSlideStarted","onSlideTransition","onNextSlideRequesting","onMainWindowCreated","onEnterFullscreen","onExitFullscreen","onLoaderShown","onLoaderHidden","onTincanStatement","onPlayButtonShown");var m={};m[l.slide.STARTED]=this.onSlideStarted,m[l.slide.TRANSITION_STARTED]=this.onSlideTransition,m[l.layer.TIMELINE_ACTIVATED]=this.onLayerTimelineActivated,m[l.loader.SHOW]=this.onLoaderShown,m[l.loader.HIDE]=this.onLoaderHidden,m[l.window.MAIN_CREATED]=this.onMainWindowCreated,m[l.request.NEXT_SLIDE]=this.onNextSlideRequesting,m[l.presentation.ENTER_FULLSCREEN]=this.onEnterFullscreen,m[l.presentation.EXIT_FULLSCREEN]=this.onExitFullscreen,m[l.startOverlay.READY]=this.onPlayButtonShown,h.env.isRise&&(m[l.tincan.STATEMENT]=this.onTincanStatement),u.on(m)}},onPlayerClicked:function(){this.callIfExists("OnPlayerClicked")},onEnterFullscreen:function(){this.callIfExists("OnEnterFullscreen")},onExitFullscreen:function(){this.callIfExists("OnExitFullscreen")},onMainWindowCreated:function(t){y.mainWindow=t,this.callIfExists("AutomationReady")},onSlideTransition:function(t,e,n){this.callIfExists("OnSlideTransition",t,e,n)},onSlideStarted:function(t){r=!1,this.callIfExists("OnSlideStarted",t)},onMediaStarted:function(t){this.callIfExists("OnMediaStarted",t)},onNextSlideRequesting:function(){r=!0,this.callIfExists("OnNextSlideRequesting")},onPlayButtonShown:function(){this.callIfExists("OnPlayButtonShown")},onLoaderShown:function(){this.callIfExists("OnLoaderShown")},onLoaderHidden:function(){this.callIfExists("OnLoaderHidden")},onVideoEvent:function(t,e,n){this.callIfExists("OnVideoEvent",t,e,n)},onTincanStatement:function(t){this.callIfExists("LmsUpdate",t)},onLayerTimelineActivated:function(t){if(t.isBaseLayer()){var e=t.getClosestAncestorByKind("slide").absoluteId;b.onSlideStarted(c.stripPlayer(e))}},callIfExists:function(t){var e=m[t];"function"==typeof e&&e.apply(m,o.tail(arguments))}};return b}.call(e,n,e,t))||(t.exports=i)},6407:function(t,e,n){"use strict";var i,r;i=[n(5485),n(153)],void 0===(r=function(t,e){t.ajax=e}.apply(e,i))||(t.exports=r)},3934:function(t,e,n){"use strict";!function(){var t=null;t=n(5485);var i=Array.prototype.slice;function r(t,e){t.prototype[e]=function(){var t=arguments.length?"set":"get",n=i.call(arguments);return n.unshift(e),this[t].apply(this,n)}}t.Model.shorthandify=function(t){if(!(t=t||this.prototype.shorthand))return this;"string"==typeof t&&(t=[t]);for(var e=0,n=t.length;eEndpoint:
\n "+c()+"\n \n

\n

\n \n

\n

\n \n

\n

\n \n

\n

\n \n

\n \n \n
Selecting Manual in LRS publish settings overrides querystring values.
\n '}},{key:"populateWithQueryString",value:function(){var t=this,n=(i.queryStringToObj()||{}).slxapi;null!=n&&(this.endpointLocked&&delete n.endpoint,this.authLocked&&delete n.auth,["endpoint","auth","registration","actor","activityId"].forEach((function(i){var r=n[i];e.isEmpty(r)||(e.isPlainObject(r)?t.refs[i].value=JSON.stringify(r,null,2):t.refs[i].value=r)})),this.onValueChanged())}},{key:"addListeners",value:function(){var t=this;e.bindAll(this,"onValueChanged","onBuildActor","onBuildAuth","showTip","hideTip"),this.refs.buildActor.addEventListener("click",this.onBuildActor),this.refs.buildAuth.addEventListener("click",this.onBuildAuth),[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e\n \n

'})).join("")+"\n

\n \n

\n ",this.el.parentElement.appendChild(i),i}},{key:"onBuildAuth",value:function(t){var e=this;this.openSupportWnd("build-auth",[{name:"Key:",dataref:"key"},{name:"Secret:",dataref:"secret"}],(function(t){var n=t.key,i=t.secret;e.updateAuth(n,i)}))}},{key:"onBuildActor",value:function(t){var e=this;this.openSupportWnd("build-actor",[{name:"Learner Name:",dataref:"learnerName"},{name:"Learner Email:",dataref:"learnerEmail"}],(function(t){var n=t.learnerName,i=t.learnerEmail;e.updateActor(n,i)}))}},{key:"updateAuth",value:function(t,n){e.isEmpty(t)&&e.isEmpty(n)||(this.refs.auth.value=u(t,n),this.onValueChanged())}},{key:"updateActor",value:function(t,e){var n={mbox:"mailto:"+e,objectType:"Agent",name:t};this.refs.actor.value=JSON.stringify(n,null,2),this.onValueChanged()}},{key:"onValueChanged",value:function(){var t=this,n={};["activityId","endpoint","auth","registration"].forEach((function(i){var r=t.refs[i].value;e.isEmpty(r)||(n[i]=r)}));var i=function(t){try{return JSON.parse(t)}catch(t){return""}}(this.refs.actor.value);e.isEmpty(i)||(n.actor=i),o.trigger(a.debug.lrs.SETTINGS_CHANGED,n)}},{key:"getComponentEl",value:function(){return this.el}}]),t}()}.call(e,n,e,t))||(t.exports=i)},748:function(t,e,n){"use strict";var i,r=function(){function t(t,e){for(var n=0;n\n
\n

\n '+l()+'\n

\n

\n '+l()+'\n

\n

\n '+l()+'\n

\n

\n '+l()+'\n

\n

\n '+l()+"\n

\n
\n \n "}},{key:"addListeners",value:function(){var t=this;e.bindAll(this,"onInitialized","onCopy"),i.on(s.debug[this.type].INITIALIZED,this.onInitialized),i.on(s.debug[this.type].STATEMENT_SENT,this.onStatementSent),i.on(s.debug[this.type].STATEMENT_RESPONSE,this.onStatementResponse),[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e\n
\n
\n '}},{key:"addListeners",value:function(){e.bindAll(this,"onStatementSent","onStatementResponse","onError","onDownloadAll"),this.refs.downloadAll.addEventListener("click",this.onDownloadAll),i.on(o.debug[this.type].STATEMENT_SENT,this.onStatementSent),i.on(o.debug[this.type].STATEMENT_RESPONSE,this.onStatementResponse),i.on(o.debug[this.type].ERROR,this.onError)}},{key:"onError",value:function(t){var e=document.createElement("div");a.addClass(e,"statement"),a.addClass(e,"failed"),e.innerHTML='
'+t+"
",this.refs.statements.insertAdjacentElement("afterbegin",e)}},{key:"onStatementSent",value:function(t){var e=this.getStatementSummary(t),n=e.actorName,i=e.verbName,r=e.objectName,o=document.createElement("div");a.addClass(o,"statement"),o.innerHTML='\n
'+n+" "+i+" "+r+'
\n
\n
'+JSON.stringify(t,null,2)+u()+"
",this.refs.statements.insertAdjacentElement("afterbegin",o);var s=o.querySelector(".details"),l=o.querySelector(".copy-btn");this.awaitingResponse[t.id]=o,l.addEventListener("click",(function(t){if(null!=navigator.clipboard)navigator.clipboard.writeText(s.innerText).then((function(t){console.log(t)}));else{window.getSelection().removeAllRanges();var e=document.createRange();e.selectNode(s.firstChild),window.getSelection().addRange(e),document.execCommand("copy")}t.stopPropagation()})),o.addEventListener("click",(function(t){t.target!==s&&(a.hasClass(o,"open")?a.removeClass(o,"open"):a.addClass(o,"open"))}))}},{key:"onStatementResponse",value:function(t,e,n){var i=this.awaitingResponse[t];if(null!=i)if(null!=e){n=n||{responseText:"",status:""};var r=i.querySelector(".error"),o="Statement Failed: "+n.responseText+" : "+n.status+" : error "+e;r.innerText=o,a.addClass(i,"failed")}else a.addClass(i,"success")}},{key:"getStatementSummary",value:function(t){var n=t.actor,i=t.verb,r=t.object,o=["name","mbox","account.name"].find((function(t){return!e.isEmpty(s.getPath(n,t))}));return{actorName:null!=o?s.getPath(n,o):JSON.stringify(n),verbName:null!=i.display?h(i.display):e.last(i.id.split("/")),objectName:null!=r.definition&&null!=r.definition.name?h(r.definition.name):r.id}}},{key:"getComponentEl",value:function(){return this.el}},{key:"onDownloadAll",value:function(){var t=[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e\n

\n \n

\n \n \n '}},{key:"onCopy",value:function(t){var e=t.currentTarget;null!=navigator.clipboard?navigator.clipboard.writeText(e.previousSibling.lastChild.value).then((function(t){console.log(t)})):(e.previousSibling.lastChild.focus(),e.previousSibling.lastChild.select(),document.execCommand("copy"))}},{key:"addListeners",value:function(){var t=this;e.bindAll(this,"updateLaunchLink","relaunch"),i.on(a.debug.lrs.SETTINGS_CHANGED,this.updateLaunchLink),this.refs.launch.addEventListener("click",this.relaunch),[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e\n \n \n \n \n '},buildRefs:function(t){var e={};return[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e\n \n '},getDownloadIcon:function(){return'\n \n \n \n \n \n '},formatAuth:function(t,n){return e.isEmpty(t)&&e.isEmpty(n)?"":"Basic "+btoa(t+":"+n)}}}.call(e,n,e,t))||(t.exports=i)},9343:function(t,e,n){"use strict";var i,r=function(t,e){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return function(t,e){var n=[],i=!0,r=!1,o=void 0;try{for(var s,a=t[Symbol.iterator]();!(i=(s=a.next()).done)&&(n.push(s.value),!e||n.length!==e);i=!0);}catch(t){r=!0,o=t}finally{try{!i&&a.return&&a.return()}finally{if(r)throw o}}return n}(t,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")};void 0===(i=function(t){var e=n(6603),i=n(6885),o=n(7271),s=n(8579),a=n(1251),l=n(82),u=n(7510).addWindowListener,c=s.device.isMobile?{up:"touchend",down:"touchstart",move:"touchmove"}:{up:"mouseup",down:"mousedown",move:"mousemove"},h={init:function(t){this.props=t,(this.props.lmsEnabled||this.props.lrsEnabled)&&(this.tabs=[],this.render(),this.buildRefs(),this.addTabs(),this.addListeners(),this.onScrollContentUpdated())},enabled:function(){var t=window.globals,e=t.launchDebug,n=t.productChannel;return e&&"perpetual"!==n},buildRefs:function(){var t=this;this.refs={},[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e=n-10?"none":"block"},updateScrollPosition:function(){var t=this.refs.content,e=t.clientHeight,n=t.scrollHeight,i=this.refs.scrollbar,r=i.offsetTop/(e-i.clientHeight);this.refs.content.scrollTop=(n-e)*r},tabClicked:function(t){var e=this.selectedTab,n=e.tabEl,i=e.contentEl;null!=n&&a.removeClass(n,"selected"),null!=i&&null!=i.parentElement&&(i.parentElement.removeChild(i),this.scrollContentObserver&&this.scrollContentObserver.disconnect(i)),this.selectedTab=this.tabs.find((function(e){return e.tabEl===t.target})),a.addClass(this.selectedTab.tabEl,"selected"),null!=this.selectedTab.contentEl&&(this.refs.content.appendChild(this.selectedTab.contentEl),this.scrollContentObserver&&this.scrollContentObserver.observe(this.selectedTab.contentEl))},onScrollWheel:function(t){var e=parseInt(this.refs.scrollbar.offsetTop)+.1*t.deltaY;e=l.clamp(0,this.refs.content.clientHeight-this.refs.scrollbar.clientHeight,e),this.refs.scrollbar.style.top=e+"px",this.updateScrollPosition()},startScroll:function(t){var e=t.touches||[t],n=r(e,1)[0],i=this.refs.scrollbar.getBoundingClientRect();this.scrollYOffset=n.pageY-i.top,document.body.addEventListener(c.move,this.scrolling),document.body.addEventListener(c.up,this.endScroll)},scrolling:function(t){var e=this.refs.content.getBoundingClientRect(),n=t.touches||[t],i=r(n,1)[0].pageY-e.top-this.scrollYOffset;i=l.clamp(0,this.refs.content.clientHeight-this.refs.scrollbar.clientHeight,i),this.refs.scrollbar.style.top=i+"px",this.updateScrollPosition()},endScroll:function(t){document.body.removeEventListener(c.move,this.scrolling),document.body.removeEventListener(c.up,this.endScroll)},startResize:function(t){var e=t.touches||[t],n=r(e,1)[0],i=this.refs.resize.getBoundingClientRect();this.resizeOffset={x:n.pageX-i.right,y:n.pageY-i.bottom},a.addClass(this.refs.window,"resizing"),document.body.addEventListener(c.move,this.resizing),document.body.addEventListener(c.up,this.endResize)},resizing:function(t){var e=t.touches||[t],n=r(e,1)[0],i=n.pageX-this.refs.window.offsetLeft-this.resizeOffset.x,o=n.pageY-this.refs.window.offsetTop-this.resizeOffset.y;i=Math.max(100,i),o=Math.max(60,o),this.refs.window.style.width=i+"px",this.refs.window.style.height=o+"px"},endResize:function(){a.removeClass(this.refs.window,"resizing"),document.body.removeEventListener(c.move,this.resizing),document.body.removeEventListener(c.up,this.endResize)},closeClicked:function(t){this.refs.window.style.display="none"},minClicked:function(t){a.hasClass(this.refs.window,"minified")?a.removeClass(this.refs.window,"minified"):a.addClass(this.refs.window,"minified")},startDrag:function(t){var e=t.touches||[t],n=r(e,1)[0];this.ptStart={x:n.pageX-this.refs.window.offsetLeft,y:n.pageY-this.refs.window.offsetTop},document.body.addEventListener(c.move,this.dragging),document.body.addEventListener(c.up,this.endDrag)},dragging:function(t){var e=t.touches||[t],n=r(e,1)[0],i=n.pageX-this.ptStart.x,o=n.pageY-this.ptStart.y;i=Math.max(2,Math.min(window.innerWidth-this.refs.window.clientWidth-4,i)),o=Math.max(2,Math.min(window.innerHeight-this.refs.window.clientHeight-4,o)),this.refs.window.style.left=i+"px",this.refs.window.style.top=o+"px"},endDrag:function(){document.body.removeEventListener(c.move,this.dragging),document.body.removeEventListener(c.up,this.endDrag)},render:function(){this.debugWnd=document.createElement("div"),this.debugWnd.innerHTML='\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n
\n
',document.body.appendChild(this.debugWnd)},addTab:function(t,e){var n=document.createElement("div");a.addClass(n,"debug-tab"),n.innerText=t,this.refs.tabs.appendChild(n),null!=e&&e.init(this.props),this.tabs.push({tabEl:n,contentEl:e&&e.getComponentEl()}),1===this.tabs.length&&(a.addClass(n,"selected"),this.selectedTab=this.tabs[0],this.refs.content.appendChild(this.selectedTab.contentEl))}};return window.globals.launchDebug?h:{init:function(){},enabled:function(){return!1}}}.call(e,n,e,t))||(t.exports=i)},7271:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(8260),i=n(8680);return{init:function(t){this.props=t,this.el=document.createElement("div"),this.render()},render:function(){this.el.appendChild(new i(this.props).getComponentEl()),this.el.insertAdjacentElement("afterbegin",new e(this.props).getComponentEl())},getComponentEl:function(){return this.el}}}.call(e,n,e,t))||(t.exports=i)},6885:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(4366),i=n(748);return{init:function(){this.el=document.createElement("div"),this.render()},render:function(){this.el.appendChild(new i("lms").getComponentEl()),this.el.appendChild(new e("lms").getComponentEl())},getComponentEl:function(){return this.el}}}.call(e,n,e,t))||(t.exports=i)},6603:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(4366),i=n(748);return{init:function(){this.el=document.createElement("div"),this.render()},render:function(){this.el.appendChild(new i("lrs").getComponentEl()),this.el.appendChild(new e("lrs").getComponentEl())},getComponentEl:function(){return this.el}}}.call(e,n,e,t))||(t.exports=i)},9140:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e="pending",n="resolved",i="rejected";return function(){var t=this,r=e,o=[],s=[],a=[],l=[];this.resolve=function(){for(var i=arguments.length,s=Array(i),u=0;ue?"portrait":"landscape",i=R.orientation;i.forceHideWarning=i.value!==n}:function(){},N=function(){var t=R.orientation;t.value=window.innerWidth>window.innerHeight?"landscape":"portrait",R.innerHeight=window.innerHeight,R.innerWidth=window.innerWidth,D(),(t.value!==t.prev||R.forceHideWarning)&&("portrait"===t.value?(document.body.classList.remove("is-landscape"),document.body.classList.add("is-portrait"),t.isPortrait=!0,t.isLandscape=!1):(document.body.classList.add("is-landscape"),document.body.classList.remove("is-portrait"),t.isPortrait=!1,t.isLandscape=!0),s.trigger(o.detection.ORIENTATION_CHANGE,{orientation:t.value}),t.prev=t.value)};if(R.device.isMobile&&R.env.isInIframe){document.body.style.position="fixed";var H=function(){document.body.style.width=window.innerWidth+"px",document.body.style.height=window.innerHeight+"px"};l("resize",H),H()}return R.isRise&&(document.body.classList.add("is-rise"),document.body.styles.background="transparent"),R.isMobile&&!R.theme.isUnified&&document.getElementById("preso").setAttribute("class",""),N(),l("orientationchange",N),R}.call(e,n,e,t))||(t.exports=i)},1251:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(82),r=(n(4481),n(7812)),o=n(118),s=n(7510).addBodyListener,a=function(t,e,n){t.removeEventListener(e,n)},l=function(t){return 1===t.nodeType},u=function(t,e,n){var r=[];for(e=e||i.alwaysTrue;t&&l(t)&&(r.push(t),null==n||!n(t));)t=t.parentNode;return r.slice(1).filter(e)},c=function(t,e){return w.closest(t,(function(t){return w.hasClass(t,e)}))},h=function(t,e){return!!c(t,e)},d=function(t,e){return e.tagName.toLowerCase()===t.toLowerCase()},p=function(t){return null==t?"":e.isString(t)?t.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'"):t},f=function(t,e){if(null!=t.classList)return t.classList.contains(e);var n=t.getAttribute("class");return null!=n&&n.split(/[ ,]+/).includes(e)},v=function(t,n){if(null!=t.classList)t.classList.remove(n);else{var i=t.getAttribute("class").split(/[ ,]+/);t.setAttribute("class",e.without(i,n).join(" "))}},g=function(t,e){if(null!=t.classList)t.classList.add(e);else{var n=t.getAttribute("class").split(/[ ,]+/);n.includes(e)||n.push(e),t.setAttribute("class",n.join(" "))}},m=["date","datetime-local","email","month","number","password","search","tel","text","time","url","week"],y=function(t,n,i){var r=["<",t];return n&&e.isPlainObject(n)&&e.forOwn(n,(function(t,e){r.push(" ",e,'="',p(t),'"')}),r),r.push(!0===i||!0===n?" />":">"),r.join("")},b=e.partialRight((function(t,e,n){return t.classList.add(e),setTimeout((function(){t.classList.remove(e)}),n)}),"button-tapped",r.MOBILE_ANIMATION_DURATION),w={on:function(t,n,i,r){return t.addEventListener(n,i,!!r),e.partial(a,t,n,i)},off:a,parentNodesOf:u,closest:function(t,e,n){return(e=e||i.alwaysTrue)(t)?t:u(t,e,n)[0]},isNodeOfType:d,isInput:function(t){return null!=t&&(d("input",t)&&function(t){return m.some((function(e){return t.type===e}))}(t)||d("textarea",t))},isLink:e.partial(d,"a"),isVideoNode:e.partial(d,"video"),isIconNode:function(t){return f(t,"svg-icon-wrapper")},isSlideObject:function(t){return f(t,"slide-object")},selectAllByRef:function(t,n){[].concat(function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);ei.height||i.top>n.top?t.scrollTop-(i.top-n.top):i.bottomr,a=t.getBoundingClientRect().width,l=a,u=0,c=l/n.length;o=o||0,e(n).map((function(t,e){t.style.width="";var n=t.getBoundingClientRect().width+o;return u+=n,{el:t,width:n}})).sortBy("width").forEach((function(t,e){var r=e+1,h=Math.min(t.width,c);u>a?(t.el.style.width=i.pxify(h-o),c=(l-=h)/(n.length-r)):s&&(t.el.style.width=i.pxify(t.width+(l-u)/n.length))}))},hasClass:f,addClass:g,removeClass:v,toggleClasses:function(t,e,n,i){var r=i?[g,v]:[v,g];r[0](t,e),r[1](t,n)},writeNode:y,writeCloseNode:function(t){return y(t).replace("<","0&&(w.mouseX=t.touches[0].pageX,w.mouseY=t.touches[0].pageY)}),!0),w}.call(e,n,e,t))||(t.exports=i)},8939:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(4839),r=e.curry((function(t,n,i,r){var o=e.slice(arguments,3).join(" ");t([n,"::",i," - ",o].join(""))}),4);return{throwFatal:r((function(t){throw new Error(t)})),throwError:r((function(t){var e=i.debugMode?"error":"warn";console[e](t),i.throwError()})),throwErrorSoft:r((function(t){i.debugMode&&console.warn(t)})),warn:r((function(t){console.warn(t)})),backtick:function(t){return["`",t,"`"].join("")}}}.call(e,n,e,t))||(t.exports=i)},8880:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e={ds:{FRAME_DATA_LOADED:"ds:frameLoaded",PRESO_LOADED:"ds:presoLoaded",PRESO_READY:"ds:presoReady"},actionlink:{EVENT:"actionlink:event",VIEWED:"actionlink:viewed"},animation:{CREATED:"animation:created",DESTROYED:"animation:destroyed"},app:{COMPLETE:"app:complete",BRANDING_COLOR:"app:brandingColor",PRESENTATION_POSITION:"app:presentationPosition",SHOW_LOADER:"app:showLoader",HIDE_LOADER:"app:hideLoader"},audioClip:{ENDED:"audioClip:ended",TIME_UPDATE:"audioClip:timeUpdate"},captions:{SHOW_BUTTON:"captions:showbutton",HIDE_BUTTON:"captions:hidebutton",ENABLED:"captions:enabled",ENABLE:"captions:enable",ADD:"captions:add",REMOVE:"captions:remove"},controlLayout:{CHANGED:"controllayout:changed",UPDATE:"controlLayout:update"},controlOptions:{CHANGED:"controlOptions:changed",RESET:"controlOptions:reset"},course:{COMPLETED:"course:completed",VIEWED:"course:viewed",MANUALLY_COMPLETED:"course:manuallyCompleted",SEND_XAPI_STATEMENT:"course:sendXApiStatement"},customlink:{EVENT:"customlink:event"},currTimeline:{TICK:"currTimeline:tick"},data:{INITIALIZED:"data:initialized",UPDATED:"data:updated"},debug:{lms:{INITIALIZED:"debug:lms:initialized",STATEMENT_SENT:"debug:lms:statement:sent",STATEMENT_RESPONSE:"debug:lms:statement:response"},lrs:{INITIALIZED:"debug:lrs:initialized",STATEMENT_SENT:"debug:lrs:statement:sent",STATEMENT_RESPONSE:"debug:lrs:statement:response",SETTINGS_CHANGED:"debug:lrs:settings:changed",ERROR:"debug:lrs:error"}},detection:{VISIBILITY_HIDDEN:"detection:visibilityhidden",VISIBILITY_SHOWN:"detection:visibilityshown",ORIENTATION_CHANGE:"detection:orientationChange"},draw:{RESET:"draw:reset",RESET_COMPLETE:"draw:resetcomplete",EXIT:"draw:exit"},error:{INTERFACE:"error:interface"},frame:{LAYOUT_READY:"frame:layoutReady",REFLOW:"frame:reflow",MODEL_READY:"frame:modelReady",SCALE:"frame:scale",FONT_SCALE:"font:scale"},frameModel:{LAYOUT_CHANGED:"frameData:layoutChanged",CHROMELESS_CHANGED:"frameData:chromelessChanged",BLOCKED_CHANGED:"frameData:blockedChanged"},glossary:{UPDATE:"glossary:update",REFRESH_VIEW:"glossary:refreshView"},hamburger:{TOGGLE:"hamburger:toggle"},interaction:{EVALUATED:"interaction:evaluated",VIEWED:"interaction:viewed"},keyManager:{FRAME_CONTROL_KEY:"keyManager:frameControlKey"},layer:{HIDDEN:"hidden",HIDE_OTHER_LAYERS:"hideOtherLayers",STACKING_CHANGED:"layer:stackingChanged",ACTIVATED:"activated",TIMELINE_ACTIVATED:"layer:timelineActivated",PAUSE_TIMELINE:"layer:pauseTimeline",PLAYING:"layer:playing",DIALOG_SHOWN:"layer:dialogShown",DIALOG_HIDDEN:"layer:dialogHidden"},layout:{CHANGED:"layout:changed"},loader:{MUTE:"loader:mute",UNMUTE:"loader:unmute",HIDE:"loader:hide",SHOW:"loader:show",SILENCE:"loader:silence",REMOVE_TITLE:"loader:removeTitle"},main:{PREPARE_AUDIO:"main:prepareAudio"},media:{CURRENT_TIME:"media:currentTime"},menuLinksListItem:{ITEM_SELECTED:"menuLinksListItem:itemSelected",TOGGLE:"menuLinksListItem:toggle"},messageWindow:{SHOWN:"messageWindow:shown"},mobile:{PRESENTATION_VISIBLE:"mobileChromeKiller:presentationVisible",ENTER_THUMB_VIEW:"mobileStartOverlay:enterThumbView",EXIT_THUMB_VIEW:"mobileStartOverlay:exitThumbView",MENU_OPEN:"uiMobile:menuOpen",OUTLINE_SHOWN:"panelsMobile:outlineShown",NOTES_SHOWN:"panelsMobile:notesShown"},navcontrols:{CHANGED:"navcontrols:changed"},navData:{UPDATE:"navData:update",REFRESH_VIEW:"navData:refreshView",SELECT_FIRST_SLIDE_LINK:"navData:selectFirstSlideLink"},player:{RESET:"player:reset",CLOSING:"player:closing",ERROR:"player:error",MENU_OPTIONS:"player:menuOptions",ENABLE_KEYBOARD_SHORTCUTS:"player:enableKeyboardShortcuts",INITIALIZED:"player:initialized",ACCESSIBLE_TEXT_CHANGED:"player:accessibleTextChanged",TOGGLE_PLAYBACK:"player:togglePlayback",SEEK:"player:seek"},popup:{SHOW:"popup:show",HIDE:"popup:hide",TOGGLE:"popup:toggle",EMAIL:"popup:email"},presentation:{ENTER_FULLSCREEN:"presentation:enterFullscreen",EXIT_FULLSCREEN:"presentation:exitFullscreen",ON_OBJECT_EVENT:"presentation:onobjectevent"},preview:{NOTIFY:"preview:notify"},quiz:{INTERACTION_ANSWERED:"quiz:interactionAnswered",COMPLETED:"quiz:completed",RETRIED:"quiz:retried"},renderTree:{DESTROYED:"renderTree:destroyed"},request:{START:"start:requesting",NEXT_SLIDE:"nextSlide:requesting",PREV_SLIDE:"prevSlide:requesting",NEXT_DRAW_SLIDE:"nextDrawSlide:requesting",PREV_HISTORY_GROUP:"prevHistoryGroup:requesting"},resources:{LINK_CLICKED:"resources:linkClicked",UPDATE_DESCRIPTION:"resources:updateDescription",UPDATE:"resources:update",REFRESH_VIEW:"resources:refreshView"},resume:{SET_DATA:"resume:setdata",RESET:"resume:reset",APPLIED:"resume:applied",COMPLETE:"resume:complete",RESET_DATA:"resume:resetData"},scheme:{CHANGED:"scheme:changed"},search:{START:"search:start",CLEAR:"search:clear",BLUR:"search:blur",SHOW:"search:show",UPDATE_PANEL:"search:updatePanel"},sidebar:{ACTIVE_TAB_SET:"sidebar:activeTabSet",SHOW_SEARCH:"sidebar:showSearch",HIDE_SEARCH:"sidebar:hideSearch",RESIZING:"sidebar:resizing",FORCE_OPEN:"sidebar:forceOpen",OPEN:"sidebar:open",CLOSE:"sidebar:close"},playbackControls:{TIMELINE_CHANGED:"playbackControls:timelineChanged"},skipNav:{FOCUSED:"skipNav:focused"},slide:{WILL_CHANGE:"slide:willChange",CHANGE:"change:slides",READY:"slide:ready",STARTED:"slide:started",VIEWED:"slide:viewed",TRANSITION_STARTED:"slide:transitionStarted",ON_TRANSITION_IN:"slide:ontransitionin",CURRENT_TIMELINE:"slide:currentTimeline",PAUSE_TIMELINE:"slide:pauseTimeline",PLAY_TIMELINE:"slide:playTimeline",HAS_MOUNTED:"slide:hasMounted",HAS_CHANGED:"slide:hasChanged",ALL_TIMELINES_COMPLETE:"slide:allTimelinesComplete",ARIA_TOGGLE:"slide:ariaToggle",SLIDE_NUMBERS_UPDATED:"slide:slideNumbersUpdated",ZOOMED:"slide:zoomed",PREVENT_SWIPE:"slide:preventSwipe",ALLOW_SWIPE:"slide:allowSwipe"},slideWindow:{CLEAR_HISTORY:"slideWindow:clearHistory"},slideContainer:{POSITIONED:"slideContainer:positioned"},slideObject:{FOCUS:"slideobject:focus",TRANSFORM_DIRTY:"slideobject:transformdirty",TOGGLE_VISIBILITY:"slideobject:toggleVisibility",ON_TRANSITION_IN:"ontransitionin"},startOverlay:{READY:"startOverlay:ready"},status:{UPDATED:"status:updated"},strings:{UPDATE_STRINGS:"strings:updateStrings"},swipe:{CHANGED:"swipe:changed"},tab:{SHOW:"tab:show",HIDE:"tab:hide"},tabLink:{SHOW_PANEL:"tabLink:showPanel",PANEL_SHOWN:"tabLink:panelShown",HIDE_PANEL:"tabLink:hidePanel"},threeSixtyImage:{EDIT_MODE_CHANGED:"threeSixtyImage:editModeChanged",EDITOR_SETTINGS_CHANGED:"threeSixtyImage:editorSettingsChanged",SELECTED_MARKER_CHANGED:"threeSixtyImage:selectedMarkerChanged",MARKER_UPDATED:"threeSixtyImage:markerUpdated",UN_PUSH_LABEL:"threeSixtyImage:unPushLabel",PUSH_UP_BY_LABEL:"threeSixtyImage:pushUpByLabel",PUSH_DOWN_BY_LABEL:"threeSixtyImage:pushDownByLabel",APPLY_RESUME_DATA:"threeSixtyImage:applyResumeData",RESET_VIEW:"threeSixtyImage:resetView",UPDATE_RESUME_PROPS:"threeSixtyImage:updateResumeProps",READY:"threeSixtyImage:ready",RESIZED:"threeSixtyImage:resize",MEDIA_CLOSED:"threeSixtyImage:mediaClosed",MEDIA_TOGGLE_PLAY:"threeSixtyImage:mediaTogglePlay",MEDIA_RESTART:"threeSixtyImage:mediaRestart"},timeline:{PLAYING:"timeline:playing",PAUSED:"timeline:paused",BEFORE_RESET:"timeline:beforereset",RESET:"timeline:reset",TICK:"timeline:tick",ENDED:"timeline:ended",COMPLETE:"timeline:complete",BEFORE_SEEK_UPDATE:"timeline:beforeSeekUpdate",AFTER_SEEK_UPDATE:"timeline:afterSeekUpdate",SEEK_START:"timeline:seekStart",SEEK_END:"timeline:seekEnd",CHANGED:"timeline:changed",CURRENT_TIMELINE:"timeline:currentTimeline"},timer:{SHOW:"timer:show",HIDE:"timer:hide",SHOWN:"timer:shown",HIDDEN:"timer:hidden",COMPLETE:"timer:complete"},tincan:{STATEMENT:"tincan:statement"},topbar:{CLOSED_SIDEBAR:"topbar:closedSidebar",OPENED_SIDEBAR:"topbar:openedSidebar"},topEllipsesPanel:{HIDE:"topEllipsesPanel:hide",PANEL_SHOWN:"topEllipsesPanel:panelShown",HIDE_PANEL:"topEllipsesPanel:hidePanel"},topTabs:{OPEN_DROPDOWN:"topTabs:openDropDown",OPEN_PANEL:"topTabs:openPanel"},topTabsItem:{ACTIVATE:"topTabsItem:activate",HIDE:"topTabsItem:hide"},touchHelper:{TOUCH_START:"touchHelper:touchStart"},transcript:{CHANGED:"transcript:changed"},tween:{UPDATE:"tween:update"},variable:{CHANGED:"variable:changed",REFRESH_VIEW:"variable:refreshView"},video:{STATE_CHANGED:"video:stateChanged",PIP_MODE_CHANGED:"video:pipModeChanged"},elso:{TOGGLE_EXPANDED:"elso:toggleExpanded",SHOW_CONTENT_START:"elso:showContentStart",HIDE_CONTENT_COMPLETE:"elso:hideContentCompelete"},volume:{CHANGED:"volume:changed",CHANGE_CURRENT:"change:currentVolume"},window:{CLOSING:"window:closing",CLOSED:"window:closed",CREATED:"window:created",OPEN_EXTERNAL:"externalWindow:open",MAIN_CREATED:"mainWindow:created",MAIN_CHANGED:"mainWindow:slideChanged",SCALE:"window:scale",AFTER_SCALE:"window:afterScale",STACKING_CHANGED:"window:stackingChanged",ZOOM_MODE_CHANGED:"window:zoomModeChanged"},windowManager:{CREATED:"windowManager:created",TOP_MOST_CHANGED:"windowManager:topMostChanged"}};return Object.freeze(e),Object.freeze(e.actionlink),Object.freeze(e.animation),Object.freeze(e.app),Object.freeze(e.audioClip),Object.freeze(e.captions),Object.freeze(e.controlLayout),Object.freeze(e.course),Object.freeze(e.customlink),Object.freeze(e.data),Object.freeze(e.debug),Object.freeze(e.detection),Object.freeze(e.draw),Object.freeze(e.error),Object.freeze(e.hamburger),Object.freeze(e.interaction),Object.freeze(e.keyManager),Object.freeze(e.layer),Object.freeze(e.layout),Object.freeze(e.loader),Object.freeze(e.media),Object.freeze(e.menuLinksListItem),Object.freeze(e.mobile),Object.freeze(e.navcontrols),Object.freeze(e.player),Object.freeze(e.popup),Object.freeze(e.presentation),Object.freeze(e.preview),Object.freeze(e.quiz),Object.freeze(e.request),Object.freeze(e.resources),Object.freeze(e.resume),Object.freeze(e.scheme),Object.freeze(e.search),Object.freeze(e.sidebar),Object.freeze(e.slide),Object.freeze(e.slideContainer),Object.freeze(e.status),Object.freeze(e.swipe),Object.freeze(e.timeline),Object.freeze(e.timer),Object.freeze(e.topbar),Object.freeze(e.topTabsItem),Object.freeze(e.tween),Object.freeze(e.variable),Object.freeze(e.volume),Object.freeze(e.window),Object.freeze(e.windowManager),e}.call(e,n,e,t))||(t.exports=i)},5812:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(5485),r=n(3586),o=e.partialRight(e.omit,"mixins"),s=i.Model.extend,a=function(t,n){var i;return t=t||{},e.isArray(t)||(t=[t]),t=t.filter(e.isPlainObject),(i=e.extend.apply(e,t.map(o))).mixins=e(t).map("mixins").unshift(this.prototype.mixins).flatten().filter(e.isPlainObject).uniq().value(),r.mix(i),s.call(this,i,n)};return"Model Collection View Router History".split(" ").forEach((function(t){i[t].extend=a})),a}.call(e,n,e,t))||(t.exports=i)},5613:function(t,e,n){"use strict";var i;void 0===(i=function(t){function e(t){if(t)return function(t){for(var n in e.prototype)t[n]=e.prototype[n];return t}(t)}return e.prototype.on=e.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks[t]=this._callbacks[t]||[]).push(e),this},e.prototype.once=function(t,e){var n=this;function i(){n.off(t,i),e.apply(this,arguments)}return this._callbacks=this._callbacks||{},i.fn=e,this.on(t,i),this},e.prototype.off=e.prototype.removeListener=e.prototype.removeAllListeners=e.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,i=this._callbacks[t];if(!i)return this;if(1==arguments.length)return delete this._callbacks[t],this;for(var r=0;r1&&void 0!==arguments[1]?arguments[1]:0;null==this.registration||null!=t.context&&null!=t.context.registration||(t.context=t.context||{},t.context.registration=this.registration);var i=Object.assign({},t,{actor:this.actor});this.lrs.saveStatement(new u.Statement(i),{callback:function(r,a){null!=r?n',""].join(""),b="",w=window.location.origin,A=r.first(window.location.toString().split("#")),E="http://articulate.com",S=function(t){var e=r.tail(arguments);return[t].concat(e).join("/")},T="",x={GetResumeInfo:"sendResumeReady",GetSessionId:"onSessionId",RefreshSession:"dontDoAnything",SaveResume:"dontDoAnything",SavePlayerData:"dontDoAnything"},C={queue:[],priorityQueue:[],resumer:null,scoring:null,htmlUpdate:"",lastData:"",unloaded:!1,awaitingResponse:!1,initialize:function(t,e){if(window.globals.aoSupport)return this.activityId=t,this.scoring=e||{},this.sessionId=Date.now().toString(),h("pagehide",this.onBeforeUnload.bind(this)),this},setTotalSlides:function(t){this.totalSlides=t},setResumer:function(t){this.resumer=t,this.queueRequest(m)},interactionAnswered:function(t,e){this.updateResults(),this.sendResultsData()},quizComplete:function(t){this.updateResults(),this.sendResultsData()},courseComplete:function(t){this.updateResults(),this.sendResultsData()},manualCourseComplete:function(t,e){this.updateCompleteOnly(),this.sendResultsData()},courseStarted:r.noop,reportStatus:r.noop,viewedComplete:r.noop,slideViewed:function(t){var e=[c.writeNode("viewdata",{total:this.totalSlides,viewed:this.resumer.getUniqueViewedSlides().length,viewedcomplete:this.resumer.getUniqueTotalSlides().length})];this.getViewedEls(this.resumer.viewedSlides).forEach((function(t){e.push(t)})),e.push(c.writeCloseNode("viewdata")),this.updateViewData(e.join("")),null!=this.scoring&&this.scoring.isView()&&(this.setViewedResults(),this.sendResultsData())},getViewedEls:function(t){return t.reduce((function(t,e){return t.push(c.writeNode("slide",{id:a.stripPlayer(e.absoluteId),viewgroupid:e.getViewGroupId()},!0)),t}),[])},setViewedResults:function(){var t=[c.writeNode("results"),c.writeNode("summary",{slidesviewed:this.resumer.totalViewedSlides.length,slidestotal:this.totalSlides,duration:this.resumer.getCourseTime(),status:this.scoring.getViewedStatus()},!0),c.writeCloseNode("results")].join("");this.updateResultsData(t)},updateResults:function(){if(null!=this.scoring&&!this.scoring.isView()){var t=[c.writeNode("results"),c.writeNode("summary",this.getSummaryAttributes(),!0),c.writeNode("quizzes")];return null!=this.scoring.quiz&&t.push(this.scoring.quiz.getAoSoapXml()),t.push(c.writeCloseNode("quizzes"),c.writeCloseNode("results")),this.updateResultsData(t.join("")),this}},updateCompleteOnly:function(){return this.updateResultsData([c.writeNode("results"),c.writeNode("summary",{status:this.scoring.prop("Status")},!0),c.writeCloseNode("results")].join("")),this},getSummaryAttributes:function(t){return t={},null==this.scoring||this.scoring.isView()||(this.scoring.isType("quiz")&&(t.score=this.scoring.prop("PercentScore"),t.possibleScore=100),t.duration=this.resumer.getCourseTime(),t.status=this.scoring.prop("Status")),t},onSessionId:function(t){this.sessionId=t.querySelector("GetSessionIdResponse").textContent,this.createRefreshInterval()},killRefreshInterval:function(){this.onIntervalCompleteCall.kill(),this.onIntervalCompleteCall=null},createRefreshInterval:function(){this.onIntervalCompleteCall=l.delayedCall(60,this.onIntervalComplete,void 0,this)},onIntervalComplete:function(){this.queueRequest(g).createRefreshInterval()},dontDoAnything:r.noop,getItem:function(){return this.resumeDfd=u.Deferred(),this.queueRequest(v),this.resumeDfd.promise()},setItem:function(t,e){e!==this.lastData&&(this.lastData=e,this.updateResumeData(e))},sendResumeReady:function(t){var e=t.querySelector("GetResumeInfoResponse");this.resumeDfd.resolve(e.textContent)},getWrapperDiv:function(){return document.createElement("div")},updateResumeData:function(t){var n;e=["",c.xmlEncodeValue(t),""].join(""),n=['',e,""].join(""),this.killRefreshInterval(),this.queueRequest(f,n),this.createRefreshInterval(),this.prepareHtmlUpdate()},updateViewData:function(t){i=t,this.prepareHtmlUpdate()},updateResultsData:function(t){T=t,this.prepareHtmlUpdate()},getPlayerData:function(){return['',e,i,T,""].join("")},sendResultsData:function(){var t=this.getPlayerData();d++,this.queueRequest(p,t,!0),this.scoring.markAttemptsSent()},prepareHtmlUpdate:function(){this.htmlUpdate=this.getPlayerData()},hasResultsData:function(){return/<(viewdata|results)/.test(this.htmlUpdate)},onBeforeUnload:function(t){this.htmlUpdate.length&&null==this.hasEnded&&(this.hasEnded=!0,this[s.browser.isIE?"sendSyncRequest":"sendRequest"]({command:this.hasResultsData()?p:f,xmlData:this.htmlUpdate}))},queueRequest:function(t,e,n){var i=n?this.priorityQueue:this.queue,r={command:t,xmlData:e};return 0===this.queue.length&&0===this.priorityQueue.length&&!1===this.awaitingResponse?this.sendRequest(r):i.unshift(r),this},requestCallback:function(t,e,n){var i;this.awaitingResponse=!1,e||(i=(new window.DOMParser).parseFromString(n.text,"application/xml")),this[t](i),this.popQueue()},popQueue:function(){var t=this.priorityQueue.pop()||this.queue.pop();null!=t&&this.sendRequest(t)},sendRequest:function(t,e){s.browser.isIE&&this.hasEnded&&this.sendSyncRequest(t);var n=this.createBaseUrl("services/content/api.asmx"),i=this.createActionUrl("KnowledgeFlash/Services/Content/Api",t.command),r=this.createSoapRequest(t),a=x[t.command];this.awaitingResponse=!0,o.post(n).set("Content-Type","text/xml").set("soapaction",i).send(r).end(this.requestCallback.bind(this,a))},createActionUrl:r.partial(S,E),createBaseUrl:r.partial(S,w),createSoapRequest:function(t){return[y,"'.replace("serverUrl",E),"",window.escape(A),"",null!=t.xmlData?t.xmlData:"","".replace("command",t.command),b].join("")},sendSyncRequest:function(t){var e=this.createBaseUrl("services/content/api.asmx"),n=this.createActionUrl("KnowledgeFlash/Services/Content/Api",t.command),i=this.createSoapRequest(t),r=new window.XMLHttpRequest;r.open("POST",e,!1),r.setRequestHeader("SOAPAction",n),r.send(i)}};return window.handleBeforeUnload=C.onBeforeUnload.bind(C),C}.call(e,n,e,t))||(t.exports=i)},5053:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(9842),r=n(6295),o=n(4811),s=n(82),a=n(7510).addWindowListener,l=n(1419),u=n(6776),c=(window.TinCan||n(5932)).Utils.convertMillisecondsToISO8601Duration,h=void 0,d=void 0,p={complete:function(t){if(l.hasFlag(l.constants.MULTIPLE_QUIZ_TRACKING)){if(d)return;d=!0}t.api.SetReachedEnd()},incomplete:function(t){t.api.ResetStatus()},fail:function(t){if(l.hasFlag(l.constants.MULTIPLE_QUIZ_TRACKING)){if(d)return;d=!0}t.isCmi5&&t.api.SetReachedEnd(),t.api.SetFailed()},pass:function(t){if(l.hasFlag(l.constants.MULTIPLE_QUIZ_TRACKING)){if(d)return;d=!0}t.isCmi5&&t.api.SetReachedEnd(),t.api.SetPassed()}},f={queue:[],resumer:null,scorings:[],api:null,lessonCompleted:!1,setTotalSlides:e.noop,quizComplete:e.noop,courseStarted:function(t){if(this.isCmi5){var e=this.api.cmi5.prepareStatement(u.verbs.VERB_ATTEMPTED),n=this.scorings.first();this.setCmi5StatementDefinitionParams(e,u.objects.OBJECT_COURSE,n.get("lmstext"),n.get("description")),t||(e.result=new this.api.TinCan.Result({completion:!1})),this.sendCmi5Statement(e)}},slideViewed:function(t){if(this.isCmi5){var e=this.api.cmi5.prepareStatement(u.verbs.VERB_EXPERIENCED),n=t.get("title");this.setCmi5StatementDefinitionParams(e,u.objects.OBJECT_MODULE,n,n),this.sendCmi5Statement(e)}},slideLeft:function(t){if(this.isCmi5){var e=this.api.cmi5.prepareStatement(u.verbs.VERB_LEFT),n=t.get("title");this.setCmi5StatementDefinitionParams(e,u.objects.OBJECT_MODULE,n,n),e.verb.display={"en-US":"left"},e.result=new this.api.TinCan.Result({duration:c(t.elapsedTime)}),this.sendCmi5Statement(e)}},setCmi5StatementDefinitionParams:function(t,e,n,i){t.target.definition=new this.api.TinCan.ActivityDefinition({type:e,name:{},description:{}}),t.target.definition.name[u.lang]=n,t.target.definition.description[u.lang]=i},sendCmi5Statement:function(t){this.api.cmi5.sendStatement(t,(function(){}))},buildCMI5Statement:function(t){var e,n,i,r={actor:this.api.cmi5.getActor(),context:this.api.cmi5._prepareContext()},o=this.api.cmi5.getProgress();return"http://adlnet.gov/expapi/verbs/completed"!==t.verb.id&&null!==o&&(r.result={extensions:(e={},n="https://w3id.org/xapi/cmi5/result/extensions/progress",i=o,n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i,e)}),new this.api.TinCan.Statement(Object.assign(r,t))},sendXApiStatement:function(t){this.isCmi5&&this.sendCmi5Statement(this.buildCMI5Statement(t))},initialize:function(t,e,n){var i=this.startWindow();return i&&(window.lmsAPI=window.parent,this.scorings=e,this.courseId=t,this.isCmi5=n,a("pagehide",this.lmsUnload.bind(this)),this.initCommitTimeout()),!0===i?this:i},startWindow:function(){this.api=window;var t=e.isFunction(this.api.Start);return t&&this.api.Start(),t},setResumer:function(t){this.resumer=t},getItem:function(t){if(this.resumeDfd=this.resumeDfd||o.Deferred(),null!=this.api.IsLoaded&&this.api.IsLoaded()){var e=this.api.GetDataChunk();this.resumeDfd.resolve(e),this.listenToResumer(),this.lessonCompleted=this.api.GetStatus()===this.api.LESSON_STATUS_COMPLETED}else r.delayedCall(.5,this.getItem,void 0,this);if(null!=t)return this.resumeDfd.promise()},listenToResumer:function(){var t=this;this.resumer.resumeDfd.catch((function(){t.lastStatus="incomplete",p.incomplete(t)}))},setItem:function(t,e){this.resumeData=e,this.sendDataCall||(this.sendDataCall=r.delayedCall(.5,this.sendData,void 0,this))},initCommitTimeout:function(){var t=parseInt(s.getPath(window,"FORCED_COMMIT_TIME",6e4),10);t>0&&r.delayedCall(s.toSeconds(t),this.onCommitDelayComplete,void 0,this)},onCommitDelayComplete:function(){this.commit().initCommitTimeout()},sendData:function(){return this.sendDataCall&&this.sendDataCall.kill(),this.sendDataCall=null,null!=this.resumeData&&this.api.SetDataChunk(this.resumeData),this},interactionAnswered:function(t,e){this.scorings.length>0&&(0,i[e.type()])(t,e,this.resumer.getCourseTime())},reportStatus:function(t){return this.updateScore(t),this.updateStatus(),this},updateStatus:function(){var t=this.scorings.getStatus(),n=p[t]||e.noop;return this.lastStatus&&this.lastStatus===t||(this.lastStatus=t,n(this)),this},updateScore:function(t){if((!l.hasFlag(l.constants.MULTIPLE_QUIZ_TRACKING)||!d)&&(null==t&&(t=this.scorings.guessCurrentScoring()),null!=t&&t.isType("quiz"))){var e=t.prop("PercentScore");this.lastScore!==e&&(h=t,this.lastScore=e,this.api.SetScore(e,100,0))}},viewedComplete:function(){return p[this.scorings.getStatus()](this),this.resumer.savePresentationData(),this.commit(),this},forceCommit:function(){return this.resumer.savePresentationData(),this.sendData().commit(),this},lmsUnload:function(t){null==this.unloaded&&(this.unloaded=!0,this.reportStatus(null),null!=this.sendDataCall&&this.forceCommit(),this.api.ConcedeControl(!0===t),this.api.Unload())},commit:function(){return this.api.CommitData(),this},courseComplete:function(t){return this.reportStatus(t).forceCommit(),this},quizRetried:function(t){l.hasFlag(l.constants.MULTIPLE_QUIZ_TRACKING)&&h===t&&(d=!1)},manualCourseComplete:function(t,e){f.courseComplete(e)}};return f}.call(e,n,e,t))||(t.exports=i)},9842:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=(n(7812),function(t){return null==t&&(t=""),window.CreateResponseIdentifier(t.substr(0,1),t)}),r=function(t,e){return t.push(i(e)),t},o=function(t,e,n){var i=e.statement.lmstext||e.statement,r=e.choice.lmstext||e.choice,o=window.CreateResponseIdentifier(n.toString(),i),s=window.CreateResponseIdentifier(i.charAt(0),r);return t.push(new window.MatchingResponse(o,s)),t},s=function(t){return null==t.choice&&""===t?t="_":""===t.choice&&(t.choice="_"),t},a={C:window.INTERACTION_RESULT_CORRECT,I:window.INTERACTION_RESULT_WRONG,W:window.INTERACTION_RESULT_WRONG,U:window.INTERACTION_RESULT_UNANTICIPATED,N:window.INTERACTION_RESULT_NEUTRAL},l=function(t){var n=e.first(t).toUpperCase();return a[n]||t},u=function(t){return null!=t&&"true"===t.lmstext.toLowerCase()},c=function(t,e){var n,i=e,r=[e.prop("AttemptCount")-1,t.getAttempts()];do{(n=i.get("lmsId"))&&r.push(n)}while(i=i.parent);return r.reverse().join("_")},h={truefalse:function(t,n,i){window.RecordTrueFalseInteraction(c(t,n),u(e.first(n.getResponseValues())),l(n.prop("Status")),u(e.first(n.getCorrectValues())),n.get("lmstext"),t.prop("Weight"),i,t.get("lmstext"))},multiEtc:function(t,n,o,a){var u,h,d,p;o.isType("sequence")?(h=function(t,e,n){return t.push(i(e.statement.lmstext),i(e.choice.lmstext)),t},d=o.getResponseValues().reduce(h,[]),p=s(o.getCorrectValues()).reduce(h,[])):(u=function(t){return e.isString(t)?t:null!=t.choice?t.choice.lmstext:t.lmstext},d=o.getResponseValues().map(u).reduce(r,[]),p=s(o.getCorrectValues().map(u)).reduce(r,[])),window[t](c(n,o),d,l(o.prop("Status")),p,o.get("lmstext"),n.prop("Weight"),a,n.get("lmstext"))},numeric:function(t,e,n,i){window.RecordFillInInteraction(c(t,e),e.getResponseValues(),l(e.prop("Status")),i||e.getCorrectValues(),e.get("lmstext"),t.prop("Weight"),n,t.get("lmstext"))},fillin:function(t,e,n){var i=e.getCorrectValues().map((function(t){return t.lmstext})).join("|#|");h.numeric(t,e,n,i)},matching:function(t,e,n){var i=e.getResponseValues().reduce(o,[]),r=e.getCorrectValues();r=s(r).reduce(o,[]),window.RecordMatchingInteraction(c(t,e),i,l(e.prop("Status")),r,e.get("lmstext"),t.prop("Weight"),n,t.get("lmstext"))},likert:function(t,n,i){var r=e.flatten(n.getResponseValues().map((function(t){return[t.statement.lmstext,t.choice.lmstext]}))).join("|#|");window.RecordLikertInteraction(c(t,n),window.CreateResponseIdentifier(r.substr(0,1),r),l(n.prop("Status")),"",n.get("lmstext"),t.prop("Weight"),i,t.get("lmstext"))}};return h.wordbank=h.hotspot=h.multiplechoice=h.multipleresponse=e.partial(h.multiEtc,"RecordMultipleChoiceInteraction"),h.sequence=e.partial(h.multiEtc,"RecordSequencingInteraction"),h.essay=h.numeric,h}.call(e,n,e,t))||(t.exports=i)},8945:function(t,e,n){"use strict";var i;function r(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e0},addListeners:function(){var t={};t[o.interaction.EVALUATED]=this.onInteractionEvaluated.bind(this),t[o.quiz.COMPLETED]=this.quizComplete,t[o.course.COMPLETED]=this.courseComplete,t[o.course.MANUALLY_COMPLETED]=this.manualCourseComplete,t[o.course.VIEWED]=this.viewedComplete,t[o.status.UPDATED]=this.reportStatus,t[o.quiz.RETRIED]=this.quizRetried,t[o.course.SEND_XAPI_STATEMENT]=this.sendXApiStatement.bind(this),s.on(t)},onInteractionEvaluated:function(t,e){var n=this.getScorings();(t.hasScoring()||n.length>0&&n.hasQuiz(t))&&this.learningInterfaces.forEach((function(n){return n.interactionAnswered(t,e)}))},sendXApiStatement:function(t){null!=t.result&&null!=t.result.duration&&(t.result.duration=d.formatTime(t.result.duration)),this.callInterfaceMethod("sendXApiStatement",t)},callInterfaceMethod:function(t){for(var n=arguments.length,i=Array(n>1?n-1:0),o=1;o=200&&e.status<300||0===e.status)return i.callback(t,e);var n=new Error(e.statusText||"Unsuccessful HTTP response");n.original=t,n.response=e,n.status=e.status,i.callback(t||n,e)}))}function d(t,e){return"function"==typeof e?new h("GET",t).end(e):1==arguments.length?new h("GET",t):new h(t,e)}return d.serializeObject=l,d.parseString=u,d.types={html:"text/html",json:"application/json",xml:"application/xml",urlencoded:"application/x-www-form-urlencoded",form:"application/x-www-form-urlencoded","form-data":"application/x-www-form-urlencoded"},d.serialize={"application/x-www-form-urlencoded":l,"application/json":JSON.stringify},d.parse={"application/x-www-form-urlencoded":u,"application/json":JSON.parse},c.prototype.get=function(t){return this.header[t.toLowerCase()]},c.prototype.setHeaderProperties=function(t){var e=this.header["content-type"]||"";this.type=e.split(/ *; */).shift();var n=function(t){return function(t,e,n){for(var i=0,r=t.length,o=3==arguments.length?n:t[i++];i0&&(t.percent=t.loaded/t.total*100),e.emit("progress",t)};this.hasListeners("progress")&&(n.onprogress=l);try{n.upload&&this.hasListeners("progress")&&(n.upload.onprogress=l)}catch(t){}if(s&&!this._timer&&(this._timer=setTimeout((function(){e.timedout=!0,e.abort()}),s)),i&&(i=d.serializeObject(i),this.url+=~this.url.indexOf("?")?"&"+i:"?"+i),n.open(this.method,this.url,!0),this._withCredentials&&(n.withCredentials=!0),"GET"!=this.method&&"HEAD"!=this.method&&"string"!=typeof a&&!o(a)){var u=d.serialize[this.getHeader("Content-Type")];u&&(a=u(a))}for(var c in this.header)null!=this.header[c]&&n.setRequestHeader(c,this.header[c]);return this.emit("request",this),n.send(a),this},d.Request=h,d.get=function(t,e,n){var i=d("GET",t);return"function"==typeof e&&(n=e,e=null),e&&i.query(e),n&&i.end(n),i},d.head=function(t,e,n){var i=d("HEAD",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d.del=function(t,e){var n=d("DELETE",t);return e&&n.end(e),n},d.patch=function(t,e,n){var i=d("PATCH",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d.post=function(t,e,n){var i=d("POST",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d.put=function(t,e,n){var i=d("PUT",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d}.call(e,n,e,t))||(t.exports=i)},4170:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(4811),r=n(82),o=n(8880),s=n(9032),a=window.TinCan||n(5932),l=n(7812),u=n(1419),c=n(5964),h=n(9343),d="resume",p=void 0,f=/file/.test(window.location.protocol),v=void 0,g=void 0;return{queue:[],tinCan:null,resumer:null,scoring:null,scorings:null,version:0,retryCount:0,setTotalSlides:e.noop,reportStatus:e.noop,initialize:function(t,n,i,l,u){if(window.globals.tinCanPresent||u){if(this.activityId=t,this.setPreso(l),this.urlParams=r.queryStringToObj(),this.version=n,this.scoring=i.first(),this.tinCan=f||u?new a:new a({url:window.location.toString().replace("&tincan=true","")}),this.pending={},h.enabled()){var c=e.first(this.tinCan.recordStores)||{},d=null!=this.tinCan.actor&&null!=this.tinCan.actor.asVersion?this.tinCan.actor.asVersion(this.version):"";s.trigger(o.debug.lms.INITIALIZED,{activityId:r.getPath(this,"tinCan.activity.id"),endpoint:c.endpoint,auth:c.auth,actor:d,registration:this.tinCan.registration})}return this.sendData=u?this.sendStatementLocal:this.sendStatement,this}},setPreso:function(t){p=t},setResumer:function(t){this.resumer=t},createConfig:function(t){return null==this.urlParams.activity_id&&(t.activity={id:p.get("xapi").activityId}),t},getItem:function(){this.resumeDfd=i.Deferred();var t=this.createConfig({callback:this.sendResumeReady.bind(this),overwriteJSON:!0});return this.tinCan.getState(d,t),f&&this.resumeDfd.resolve(""),this.resumeDfd.promise()},setItem:function(t,n){var i=this.createConfig({callback:e.noop});this.tinCan.setState(d,n,i)},sendResumeReady:function(t,e){null==t&&this.resumeDfd.resolve(e&&e.contents)},courseStarted:function(t){this.queueStatement(c.getCourseAttemptedStmt(this.scoring,t))},quizComplete:function(t){g||(v=t.scoring,this.queueStatement(c.getQuizCompleteStmt(t)))},courseComplete:function(t,e){e||g||(g=!0,this.queueStatement(c.getCourseCompleteStmt(t,this.resumer.getCourseTime())))},manualCourseComplete:function(t,e){this.courseComplete(e,!1)},quizRetried:function(t){u.hasFlag(u.constants.MULTIPLE_QUIZ_TRACKING)&&v===t&&(g=!1)},viewedComplete:function(t){g||(g=!0,this.queueStatement(c.getViewedCompleteStmt(t,this.resumer.getCourseTime())))},slideViewed:function(t){this.queueStatement(c.getSlideViewedStmt(t))},slideLeft:function(t){this.queueStatement(c.getSlideLeftStmt(t))},interactionAnswered:function(t,e){e.hasResponses()&&(e.isType("likert")?this.logLikert(t,e):this.logQuestion(t,e))},logLikert:function(t,e){var n=this;c.getLikertStmts(t,e).forEach((function(t){n.queueStatement(t)}))},logQuestion:function(t,e){this.queueStatement(c.getQuestionStmt(t,e))},sendXApiStatement:function(t){this.queueStatement(c.formatCustomStatement(t))},queueStatement:function(t){0===this.queue.length?this.sendData(t):this.queue.unshift(t)},sendStatementCallback:function(t,e){var n=this;if(null!=t[0].err&&this.retryCount0&&this.sendData(this.queue.pop())},sendStatement:function(t){if(this.tinCan.sendStatement(t,this.sendStatementCallback.bind(this)),!this.pending[t.id]&&(this.pending[t.id]=!0,h.enabled())){var e=this.tinCan.prepareStatement(t).asVersion(this.version);s.trigger(o.debug.lms.STATEMENT_SENT,e)}},sendStatementLocal:function(t){s.trigger(o.tincan.STATEMENT,t),this.popQueue()}}}.call(e,n,e,t))||(t.exports=i)},5964:function(t,e,n){"use strict";var i;function r(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e2&&void 0!==arguments[2]?arguments[2]:0;if(!f)if(null!=t){var o=[];o=null==n?t.getClientRects():Array.isArray(n)?[].concat(r(n)):[n],o=_.map(o,(function(n){var r={left:n.left,top:n.top,width:n.width,height:n.height,bottom:n.bottom,right:n.right};if(e.hasClass(t,"acc-shadow-el")){var o=DS.views.getTopNameSpace().slide.el.getBoundingClientRect();r.left=Math.max(r.left,o.left),r.top=Math.max(r.top,o.top),r.right=Math.min(r.right,o.right),r.bottom=Math.min(r.bottom,o.bottom),r.width=r.right-r.left,r.height=r.bottom-r.top}else r.bottom=r.right="";for(var s in r.left-=i,r.top-=i,r.width+=2*i,r.height+=2*i,r)r[s]+="px";return r})),h.innerHTML="",_.forEach(o,(function(t){var n=document.createElement("div");n.className="tab-focus-box",h.appendChild(n),e.setStyles(n,t)})),p=t}else console.warn('cannot set focus rect on "null"')},takeFocusOff:function(t){null!=t&&t!==p||(h.innerHTML="")},onFullScreenChange:function(){var t=l.getEl();null==t?document.body.appendChild(h):window.requestAnimationFrame((function(){var e=t.querySelector(".focus-container");null!=e&&e.appendChild(h)}))},reCenter:function(){document.body.focus(),this.takeFocusOff()},onSlideStarted:function(t,n){var i=this;if(!f&&null!=n.currView&&document.hasFocus()){var r=e.closest(n.currView.el,(function(t){return"label"===t.firstElementChild.getAttribute("data-ref")}));r.contains(document.activeElement)||(d.focus({preventScroll:!0}),window.setTimeout((function(){return r.focus({preventScroll:!0})}),100));var o=a(n,"lastFocusedItem.accShadowView");null!=o?(n.lastFocusedItem=null,o.takeFocus()):window.setTimeout((function(){return i.setFocusRectOn(r)}),16)}},lastFocusedElement:function(){return p}};return v.initialize(),v}.call(e,n,e,t))||(t.exports=i)},3034:function(t,e,n){"use strict";var i;function r(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e4&&void 0!==arguments[4]?arguments[4]:"on",u=t===window&&("resize"===e||"orientationchange"===e);i=!!i&&!u;var c=o.get(t),h=a[c]=a[c]||{},d=h[e]=h[e]||{},p=d[i]=d[i]||{callbacks:{before:new Set,on:new Set,after:new Set},listener:null,customEvent:u};return s.reduce((function(t,e){return p.callbacks[e].has(n)||t}),!1)||(p.callbacks[l].add(n),null===p.listener&&(p.listener=function(t){return s.forEach((function(e){return[].concat(r(p.callbacks[e])).forEach((function(e){return e(t)}))}))},u||t.addEventListener(e,p.listener,i))),function(){return v(t,e,n,i)}},v=function(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]&&arguments[3],r=o.get(t),a=p(r,e,i);null!=a&&(s.forEach((function(t){return a.callbacks[t].delete(n)})),a.customEvent||0!==s.reduce((function(t,e){return a.callbacks[e].size+t}),0)||t.removeEventListener(e,n,i))},g=function(t,e,n){var i=p(t,e,!1);null!=i&&i.listener(n)},m=function(t){var e=window.innerWidth>window.innerHeight;h!==e&&(h=e,g("window","orientationchange",t))},y=function(t){u===window.innerWidth&&c===window.innerHeight||(u=window.innerWidth,c=window.innerHeight,g("window","resize",t))},b=function t(e){u!==window.innerWidth||c!==window.innerHeight?(d=null,w()):e-d<1e3?window.requestAnimationFrame(t):d=null},w=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};m(t),y(t),null==d&&(d=window.performance.now(),window.requestAnimationFrame(b))};return window.addEventListener("orientationchange",w),window.addEventListener("resize",w),e.on(i.window.ZOOM_MODE_CHANGED,(function(){g("window","resize",null)})),{addBodyListener:function(t,e,n,i){return f(document.body,t,e,n,i)},removeBodyListener:function(t,e,n){return v(document.body,t,e,n)},addDocumentListener:function(t,e,n,i){return f(document,t,e,n,i)},removeDocumentListener:function(t,e,n){return v(document,t,e,n)},addWindowListener:function(t,e,n,i){return f(window,t,e,n,i)},removeWindowListener:function(t,e,n){return v(window,t,e,n)}}}.call(e,n,e,t))||(t.exports=i)},3716:function(t,e,n){"use strict";var i;function r(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e=48&&e<=90?a.push(s):(a.push("["),null!=u[e]?a.push(u[e]):a.push("#"+e),a.push("]")),a.join("")},h={isShowFocus:!1,lastKeyPressTargets:[],initialize:function(){var t=this;o("mousedown",(function(e){t.isShowFocus=!1,t.isAccClick(e)||document.body.classList.remove("show-focus")}),!0),o("keyup",(function(e){t.isTabKey(e.which)&&!t.isShowFocus&&e.target&&null==e.target.getAttribute("data-prevent-focus")&&(t.isShowFocus=!0,document.body.classList.add("show-focus")),t.clearLastKey()}),!0)},isAccClick:function(t){return s(t.target,"acc-shadow-el")||null!=DS.utils.fullScreen.getEl()&&0===t.offsetX&&0===t.offsetY&&t.target.tabIndex>=0},isKey:function(t,e){return t===e},keyPressHandlerExists:function(t){var e=a.getCurrentWindowSlide();if(null==e)return!1;var n=e.slideLayers().getTopMostLayer()||e.getBaseLayer(),i=e.slideLayers().activeLayers.slice(0);return this.handlerExists(n,t,i)},getLayerStack:function(t){var n=a.getCurrentWindowSlide(),i=null!=n?n.slideLayers().activeLayers.slice(0):[],r=e.findIndex(i,t);return r>0&&(i.length=r),i},getParentFromLayerstack:function(t,n){var i=null;if(n=n||this.getLayerStack(t),t.isSlideObject){if(null==(i=t.getClosestAncestor((function(t){return t.isSlideObject})))){var r=t.getLayer();r.isBaseLayer()?n=[]:n.length=e.findIndex(n,r)+1}}else if(null==t.modal||!t.modal()){do{i=n.pop()}while(null!=i&&!i.isOpen);null==i&&(i=t.getClosestAncestor((function(t){return t.isSlide})))}return{parent:i,layerStack:n}},handlerExists:function(t,e,n){if(null!=t.getFilteredPlayerEvent((function(t){return t.keycode===e.keyCode&&t.shift===e.shiftKey&&t.ctrl===e.ctrlKey&&t.alt===e.altKey}),"onkeypress").events.first())return!0;var i=this.getParentFromLayerstack(t,n),r=i.parent,o=i.layerStack;return null!=r&&this.handlerExists(r,e,o)},executeKeypressEvent:function(t,n,r){this.lastKeyPressTargets.push(t),e.includes([i.keys.CONTROL,i.keys.SHIFT,i.keys.ALT],n.keyCode)||(t.prop(function(t){var e=t.keyCode,n=t.altKey,i=t.shiftKey,r=t.ctrlKey,o=String.fromCharCode(e);return{LastKeyCodeString:c(t),LastKeyCode:e,LastKeyValue:o,LastKeyCtrl:r,LastKeyShift:i,LastKeyAlt:n}}(n)),t.executePlayerEvent("onanykeypress"));var o=this.getParentFromLayerstack(t,r),s=o.parent,a=o.layerStack;t.executeFilteredPlayerEvent((function(t){return t.keycode===n.keyCode&&t.shift===n.shiftKey&&t.ctrl===n.ctrlKey&&t.alt===n.altKey}),"onkeypress"),null!=s&&this.executeKeypressEvent(s,n,a)},clearLastKey:function(){this.lastKeyPressTargets.forEach((function(t){t.resetSpecifiedProps(l)})),this.lastKeyPressTargets=[]},isReturnKey:function(t){return h.isKey(t,i.keys.ENTER)},isSpaceKey:function(t){return h.isKey(t,i.keys.SPACE)},isActionKey:function(t){return h.isReturnKey(t)||h.isSpaceKey(t)},isRightKey:function(t){return h.isKey(t,i.keys.RIGHT)},isDownKey:function(t){return h.isKey(t,i.keys.DOWN)},isPageDownKey:function(t){return h.isKey(t,i.keys.PAGE_DOWN)},isDownishKey:function(t){return h.isLeftKey(t)||h.isDownKey(t)},isRtlDownishKey:function(t){return h.isRightKey(t)||h.isDownKey(t)},isLeftKey:function(t){return h.isKey(t,i.keys.LEFT)},isUpKey:function(t){return h.isKey(t,i.keys.UP)},isPageUpKey:function(t){return h.isKey(t,i.keys.PAGE_UP)},isUpishKey:function(t){return h.isRightKey(t)||h.isUpKey(t)},isRtlUpishKey:function(t){return h.isLeftKey(t)||h.isUpKey(t)},isHomeKey:function(t){return h.isKey(t,i.keys.HOME)},isEndKey:function(t){return h.isKey(t,i.keys.END)},isTabKey:function(t){return h.isKey(t,i.keys.TAB)},isBackspaceKey:function(t){return h.isKey(t,i.keys.BACKSPACE)},isDeleteKey:function(t){return h.isKey(t,i.keys.DELETE)},isSeekKey:function(t){return h.isUpishKey(t)||h.isDownishKey(t)||h.isHomeKey(t)||h.isEndKey(t)||h.isPageUpKey(t)||h.isPageDownKey(t)},isNonInputKey:function(t){return h.isUpishKey(t)||h.isDownishKey(t)||h.isHomeKey(t)||h.isEndKey(t)||h.isPageUpKey(t)||h.isBackspaceKey(t)||h.isDeleteKey(t)||h.isPageDownKey(t)}};return h}.call(e,n,e,t))||(t.exports=i)},3586:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=function(t,e){var n,i,o=r[t],s=e.mixins.slice(0);for(i=s.length;i--;)null!=(n=s[i])[t]&&n[t].call(e),null!=n[o]&&n[o].call(e);return this},r={init:"componentWillMount"},o=["preInit","init","postInit"],s=e.partialRight(e.omit,o),a={mixInto:function(t,n){return e.defaults.apply(e,e(n).map(s).unshift(t).value()),t},mix:function(t){return this.mixInto(t,t.mixins),t}};return o.forEach((function(t){a[t+"MixinsOf"]=e.partial(i,t)})),a}.call(e,n,e,t))||(t.exports=i)},262:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=function(t,n){return e.includes(e.values(n.associations),t)},r={isAncestral:!0,createParentReference:function(t){return t&&t.parent&&(this.parent=t.parent),this},getClosestAncestor:function(t,e){for(var n=e?this:this.parent;n&&!t(n);)n=n.parent;return n},getClosestAncestorWithAssoc:function(t){var n=e.partial(i,t);return this.getClosestAncestor(n)},getClosestAncestorByAttr:function(t,e,n){return this.getClosestAncestor((function(n){return n.get(t)===e}),n)},forEachAncestor:function(t,e){for(var n=e?this:this.parent,i=0;null!=n;){if(!1===t(n,i++))return;n=n.parent}}};return r.getClosestAncestorByKind=e.partial(r.getClosestAncestorByAttr,"kind"),r}.call(e,n,e,t))||(t.exports=i)},6978:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(262),r=n(118),o=i.getClosestAncestor;return{resolvePath:function(t){return r.resolvePath(t,this.getClosestThisRef())},getClosestParentRef:e.partial(o,(function(t){return t.abilities.resolveAsParent})),getClosestThisRef:e.partial(o,(function(t){return t.abilities.resolveAsThis}),!0),getClosestEventTarget:e.partial(o,(function(t){return t.abilities.beEventTarget}),!0),getChildren:function(){return this.objects().slice()}}}.call(e,n,e,t))||(t.exports=i)},5337:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(8939),r=i.warn("shortEventable")("bindShortEvents"),o=i.backtick,s=function(t,n){return e.mapValues(n,(function(e){return t[e]}))},a=function(t,n){var i=t[n];return i?e.isFunction(i)?i.call(t):i:t.get?t.get(n):t.props&&t.props[n]};return{componentWillMount:function(){return this.bindShortEvents(),this},bindShortEvents:function(){var t,e,n,i,l=Object.keys(this.shortEvents||{}),u=l.length;for(i=0;i-1&&this.subscribedEvents.splice(n,1),this},resetSubscriptions:function(){return this.removeSubscriptions(),this.subscribedEvents=[],this}}}.call(e,n,e,t))||(t.exports=i)},9835:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(7510),r=i.addWindowListener,o=i.addDocumentListener,s=i.addBodyListener,a=n(8579),l=(n(8880),n(9032),n(82)),u=n(1251),c=n(6295),h=(n(7812),n(7097)),d=n(7594),p=n(2972),f=d.camelCase("transform"),v={doFullScreen:function(t){t.requestFullscreen?t.requestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.msRequestFullscreen&&t.msRequestFullscreen()},styleIfExists:function(t,e,n){t&&(t.style[e]=n)},androidOrientation:function(){document.querySelector(".slide-controls"),document.querySelector(".option-pane");a.orientation.isPortrait?(this.styleIfExists(this.optionPane,"minHeight",null),this.styleIfExists(this.slideControls,"display","block")):(this.styleIfExists(this.optionPane,"minHeight",l.pxify(this.smallestSide)),this.styleIfExists(this.slideControls,"display","none"))},initAndroid:function(){this.smallestSide=Math.min(document.documentElement.clientHeight,document.documentElement.clientWidth),document.body.style.minHeight=a.smallestSide+"px"},initTouchableThemeAndPhone:function(){var t,e,n;document.body.style.height="120%",document.querySelector("#preso").style.position="fixed",a.os.iOSVersion>=10&&setInterval((function(){var t=document.querySelector(".controls"),i=window.innerHeight,r=document.documentElement.clientHeight;i\n \n\n \n \n \n\n \n\n \n \n\n
\n Drag up for fullscreen\n
';var n,i,a,h,d,f=document.querySelector(".mobile-chrome-warning-bubble"),v=document.querySelector(".mobile-chrome-warning-btn"),g=document.querySelector("#preso"),m=0;document.body.style.height="120%",o("touchstart",(function(){i=!0})),o("touchend",(function(){i=!1})),t.addEventListener("touchstart",(function(){c.killTweensOf(f),c.killTweensOf(v),c.to(v,.05,{opacity:1,scaleX:.6,scaleY:.6}),c.to(f,.1,{opacity:1}),c.to(f,.3,{opacity:0,delay:3})})),setInterval((function(){var n=document.activeElement,r=window.innerHeight,o=document.documentElement.clientHeight,s=rh,i=t.scrollTop+t.offsetHeight===t.scrollHeight&&n=8?v.init=v.initIOS:v.init=e.noop,v}.call(e,n,e,t))||(t.exports=i)},3400:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(82),r=n(7812),o=n(1294),s=n(2972),a=n(7510),l=a.addDocumentListener,u=a.removeDocumentListener,c=function(t){return!t||t.length<2},h=function(t){var e=c(t)?{x:0,y:0}:t[0],n=t[1]||e;return{x:(e.pageX+n.pageX)/2,y:(e.pageY+n.pageY)/2}},d=function(t){return c(t)?1:i.dist(t[0].pageX,t[0].pageY,t[1].pageX,t[1].pageY)};return{shouldPinchZoom:function(){return!0},isLightboxed:function(){return!1},notifyZoomUpdate:function(){},zoomScaleUpdate:function(){},constrainToScreen:function(){var t=!1,e=window,n=e.innerWidth,i=e.innerHeight,r=this.zoomTarget.getBoundingClientRect(),o=Math.max((n-r.width)/2,0),s=Math.max((i-r.height)/2,0),a=n-o,l=i-s;r.left>o?(t=!0,this.pinch.currMatrix.tx=o):r.rights?(t=!0,this.pinch.currMatrix.ty=s):r.bottom1&&!s.isDoubleClickRelated(t.target)?(clearTimeout(this.doubeTapTimeout),this.doubleTapCount++,this.doubeTapTimeout=setInterval(this.resetDoubleTap,250),2===this.doubleTapCount&&1!==this.pinch.scale&&this.zoomOut()):this.resetDoubleTap()},onTouchStart:function(t){var e=this.transTouch(t.touches);if(2===e.length){this.pinch.panning=!1,this.pinch.zooming=!0;var n=h(e);this.pinch.startCenter=this.pinch.matrix.unTransformPoint(n.x,n.y),this.pinch.startDistance=d(e),this.pinch.disable=!1}else 1!==e.length||1===this.pinch.scale||this.shouldDisablePan(t)?(this.pinch.panning=!1,this.pinch.zooming=!1,this.pinch.disable=!0):(this.pinch.panning=!0,this.pinch.zooming=!1,this.pinch.startCenter=this.pinch.matrix.unTransformPoint(e[0].pageX,e[0].pageY),this.pinch.disable=!1);this.pinch.disable||this.endTransition(),this.pinch.totalTouches=t.touches.length},onTouchEnd:function(t){this.pinch.disable=!1,t.touches.length<2&&(this.pinch.panning=!1,this.pinch.zooming=!1,this.pinch.currMatrix&&!this.pinch.zoomingOut&&(this.pinch.scale=this.pinch.currMatrix.getScale().x,this.constrainToScreen(),this.pinch.matrix=this.pinch.currMatrix,this.zoomScaleUpdate()))},handleConstraint:function(){var t=.1*(this.pinch.appliedMatrix.tx-this.pinch.currMatrix.tx),e=.1*(this.pinch.appliedMatrix.ty-this.pinch.currMatrix.ty);this.pinch.currMatrix.translate(t,e),this.updateTransform(this.pinch.currMatrix)},onTouchMove:function(t){var e=this;if(!this.pinch.disable){var n=this.transTouch(t.touches);2===n.length?this.updatePinchZoom(n):1===n.length&&(1!==this.pinch.scale||this.isInLightbox)&&this.pinch.panning&&this.updatePinchPan(n),null!=this.pinch.currMatrix&&this.constrainToScreen((function(){return e.handleConstraint()})),clearTimeout(this.disableTimeoutId),this.pinch.disableSwipe=!0,this.disableTimeoutId=setTimeout((function(){e.pinch.disableSwipe=!1}),300)}},zoomOut:function(){var t=this;this.pinch.matrix=(new o).translate(this.pinchStartX||0,this.pinchStartY||0),this.pinch.currMatrix=this.pinch.matrix.copy(),this.pinch.zoomingOut=!0,this.pinch.scale=1,this.zoomScaleUpdate(),this.startTransition(200,(function(){t.pinch.zoomingOut=!1}))},transTouch:function(t){var n=this.getContainerBounds(),i=n.left,r=n.top;return e(t).map((function(t){return{pageX:t.pageX-i,pageY:t.pageY-r}})).value()},updatePinchPan:function(t){var e=this.pinch.matrix.unTransformPoint(t[0].pageX,t[0].pageY);this.pinch.currMatrix=this.pinch.matrix.copy().translate(e.x-this.pinch.startCenter.x,e.y-this.pinch.startCenter.y),this.zoomTarget.style[this.cssTransformOrigin]="0 0",this.updateTransform(this.pinch.currMatrix),this.isInLightbox&&this.notifyZoomUpdate()},updatePinchZoom:function(t){var e=this.threeSixtyImageRestrictedZoom||6,n=d(t),i=h(t),r=this.pinch.matrix.unTransformPoint(i.x,i.y),o=Math.max(1/this.pinch.scale,Math.min(n/this.pinch.startDistance,e/this.pinch.scale));this.pinch.zoom=o,this.pinch.currMatrix=this.pinch.matrix.copy().translate(r.x,r.y).scale(o,o).translate(-this.pinch.startCenter.x,-this.pinch.startCenter.y),this.zoomTarget.style[this.cssTransformOrigin]="0 0",this.updateTransform(this.pinch.currMatrix),this.notifyZoomUpdate()},updateTransform:function(t){this.zoomTarget.style[this.cssTransform]=t.toCssTransform(),this.pinch.appliedMatrix=t.copy()},startTransition:function(t,n){var i=this;n=n||e.noop,this.pinchZoomTransition={startTime:performance.now(),startMatrix:this.pinch.appliedMatrix.copy(),deltaMatrix:this.pinch.currMatrix.delta(this.pinch.appliedMatrix),duration:t,onComplete:n,onUpdate:function(){return i.notifyZoomUpdate()}},window.requestAnimationFrame(this.stepTransition)},endTransition:function(){this.pinchZoomTransition=null},stepTransition:function(){if(null!=this.pinchZoomTransition){var t=this.pinchZoomTransition,e=t.startMatrix,n=t.deltaMatrix,r=t.duration,o=t.startTime,s=t.onComplete,a=t.onUpdate,l=i.clamp(0,r,performance.now()-o),u=function(t,e){return gsap.parseEase("power1.out")(t/e)}(l,r);this.updateTransform(e.add(n,u)),a(),l63&&(e+="~"+i.length),e+=i+t},a.packData=function(t){return[a.create(a.toUnsignedString64(t.length)),t].join("")},a.toUnsignedString64=function(t,n,i){var r="",s=!0,l=t;for(i=i||a.EMPTY_CHUNK;l>0||s;)s=!1,r+=o[63&l],l>>=6;return r+=e.times(n-r.length,e.partial(e.identity,i)).join("")},a.toSignedString64=function(t,e){var n,i=t,r=t<0,o=1,s=0;for(e=e||-1;Math.pow(64,o)/2<=Math.abs(t);)o++;if(n=Math.max(e,o),r){for(;-t>=Math.pow(64,s)/2;)s++;i=Math.pow(64,s)+t}return a.toUnsignedString64(i,n,r?"$":"0")},a.toSignedFloatString64=function(t,n){if(t%1==0||e.isNaN(t))return a.toSignedString64(t,n);var i,r=Math.min(3,(i=t,Math.floor(i)===i?0:i.toString().split(".")[1].length||0)),o=Math.trunc(t*Math.pow(10,r));return a.toSignedString64(o)+"-"+r.toString()},a.fromUnsignedString64=function(t){return t.toString().split("").reduce((function(t,e,n){return t+=function(t){return o.indexOf(t)}(e)<<6*n}),0)},a.fromSignedString64=function(t){var e=a.fromUnsignedString64(t.toString()),n=Math.pow(64,t.length)/2;return e>=n&&(e-=2*n),e},a.fromSignedFloatString64=function(t){if(!t.includes("-"))return a.fromSignedString64(t);var e=t.split("-");return a.fromSignedString64(e[0])/Math.pow(10,Number(e[1]))},a}.call(e,n,e,t))||(t.exports=i)},9005:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e,i,r=n(6486),o=n(82),s=n(4811),a=n(6159),l={initialize:function(){var t,e,n={},i=window.vRestoreStateData;if(this.hasData=!r.isEmpty(i),this.hasData){for(t=new a({fullString:i}),this.resumeData=t.encodedString(),t=t.reChunk(),e=(t=new a({fullString:t.encodedString()})).encodedString();e.length>0;)t=t.reChunk(),n[e]=t.encodedString(),e=(t=t.reChunk()).encodedString();this.slideStateData=n}},setResumer:function(t){e=t},setWindowManager:function(t){i=t},getSlideStateData:function(t){if(this.hasData)return this.slideStateData[o.stripPlayer(t)]},clearSlideStateData:function(t){this.slideStateData[o.stripPlayer(t)]=null},getState:function(){return r.map([a.packData(e.collectResumeData()),this.getActiveSlideStates()],a.create).join("")},shouldShimLMS:function(){return window.autoSpider},getLMSShim:function(){return{getItem:function(){var t=s.Deferred();return t.resolve(),t.promise()},setItem:r.noop,setResumer:r.noop}},getActiveSlideStates:function(){return i.windows.map((function(t){var e=t.getCurrentSlide();return null==e?"":(e.prepareResumeData({retainState:!0,force:!0,skipPostBuild:!0}),r.map([o.stripPlayer(e.absoluteId),e.getResumeData()],a.create).join(""))})).join("")}};return l.initialize(),l}.call(e,n,e,t))||(t.exports=i)},9013:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(4811),r="path=/",o=function(t){return t.split("=")},s=function(t){return t[0]},a={setCookie:function(t,e){var n=[t,e].join("=");return document.cookie=[n,["expires",new Date(Date.now()+31536e7).toGMTString()].join("="),r].join("; "),this},getCookies:function(t){return document.cookie.split("; ").map(o).filter((function(e){return 0===e[0].indexOf(t)}))},getItem:function(t){var n=i.Deferred(),r=e(this.getCookies(t)).sortBy(s).reduce((function(t,e){return t+e[1]}),"");return n.resolve(r),n.promise()},setItem:function(t,e){for(var n,i,r=0;e.length>0;)i=[t,r++].join("_"),n=e.slice(0,4048),this.setCookie(i,n),e=e.slice(4048);return this}},l={getItem:function(t){var e=i.Deferred(),n=window.localStorage.getItem(t);return e.resolve(n),e.promise()},setItem:function(t,e){var n;try{n=window.localStorage.setItem(t,e)}catch(t){console.warn(t)}return n}},u={setResumer:e.noop};return{hasStorage:function(){try{return null!=window.vInterfaceObject||!e.isUndefined(window.localStorage)}catch(t){return!1}},getStorage:function(){return e.extend(u,this.hasStorage()?l:a)}}}.call(e,n,e,t))||(t.exports=i)},4427:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(9229),r=n(8880),o=n(9032),s=n(9013),a=n(6159),l=n(4811),u=n(8939),c=n(8579),h=n(9005),d=n(7235),p=n(8945),f=void 0,v=void 0,g=void 0,m=function(t){return t.match(/.{2}/g)},y=function(t){return t.getViewGroupId()};return{viewedSlides:[],totalViewedSlides:[],viewedActionLinks:{},courseStartTime:!1,hasOverlay:!1,initialize:function(t,n){var i=this;return this.addPartial(),e.bindAll(this,"savePresentationData"),this.setPresentation(t),v=t.resume()||{},this.resumeDfd=l.Deferred(),this.hasOverlay=n,this.resumeDfd.catch((function(){i.setViewedSlidesFromString("")})),h.setResumer(this),p.initialize(t,this),this.createResumeInterface(),o.on(r.player.CLOSING,this.closePlayer.bind(this)),this.isResumable()?this.setListeners().createSceneResumeArray().setResumeDataCallback().initResumeData():(this.lmsDfd=l.Deferred().resolve().promise(),this.setListeners().checkAndReject()),this.resumeDfd.promise()},setPresentation:function(t){f=t},addPartial:function(){this.getUniqueViewedSlides=e.partial(this.getUniqueSlides,"viewedSlides"),this.getUniqueTotalSlides=e.partial(this.getUniqueSlides,"totalViewedSlides"),this.checkAndReject=e.partial(this.check,this.rejectDeferred.bind(this)),this.checkAndResolve=e.partial(this.check,this.resolveDeferred.bind(this))},isResumable:function(){return this.resumeInterface},createResumeInterface:function(){p.lmsPresent()||window.globals.lmsPresent?this.resumeInterface=p:!0===v.flashresume?this.resumeInterface=s.getStorage():h.shouldShimLMS()&&(this.resumeInterface=h.getLMSShim()),c.env.isWebObject&&null!=this.resumeInterface&&(this.resumeInterface=d.getResumer(this.resumeInterface)),!p.lmsPresent()||v.lmsresume&&!c.env.isRise||(this.resumeInterface={getItem:function(){var t=l.Deferred();return t.resolve(),t.promise()},setItem:e.noop})},setListeners:function(){var t={};return t[r.slide.WILL_CHANGE]=this.slideChanging.bind(this),t[r.window.CLOSING]=this.windowClosing.bind(this),t[r.slide.VIEWED]=this.slideViewed.bind(this),t[r.slideWindow.CLEAR_HISTORY]=this.clearResumeData.bind(this),t[r.actionlink.EVENT]=this.onActionLink.bind(this),o.on(t),this},closePlayer:function(){f.isPreview()?o.trigger(r.preview.NOTIFY,"PREVIEW_CLOSE_WND"):p.lmsUnload(!0)||p.whenCloseReady().then((function(){window.top.window.open("","_self","").close()}))},setWindowManager:function(t){g=t,h.setWindowManager(t),null!=this.lmsDfd&&this.lmsDfd.then(this.checkQuickResume.bind(this))},createSceneResumeArray:function(){return this.sceneResume=f.scenes().map((function(){return a.EMPTY_CHUNK})),this},callForLightboxClose:function(){return o.trigger(r.window.CLOSING,v.window),this},resolveDeferred:function(){return this.resumeDfd.resolve(),o.trigger(r.resume.SET_DATA,this.totalViewedSlides,Object.keys(this.viewedActionLinks)),this},rejectDeferred:function(){return this.resumeDfd.reject(),o.trigger(r.resume.SET_DATA),this},check:function(t){var e=this;(this.hasOverlay||c.theme.isClassic||!c.deviceView.isDesktop||this.mobileStartAsPrompt)&&(this.hasOverlay||c.deviceView.isPhone&&c.env.isDevicePreview||c.device.isMobile||!c.theme.isClassic&&!f.isPreview())?((c.deviceView.isMobile||c.theme.isUnified)&&DS.renderEngine.createMobileStartOverlay(),i.getAppCompletePromise().then((function(){var n=c.deviceView.isClassicDesktop?t:{rejectDeferred:t,mobileStartAsPrompt:e.mobileStartAsPrompt};o.trigger(r.request.START,n)}))):t()},initResumeData:function(){var t=this;this.lmsDfd=this.resumeInterface.getItem(v.id).then((function(e){var n=!1;h.hasData&&(e=h.resumeData),null!=e&&e.length&&(n=t.processResumeData(e)),n?v.prompt&&!c.theme.isClassic?(t.mobileStartAsPrompt=!0,t.checkAndResolve()):t.checkApplyResumeData():t.checkAndReject()}))},processResumeData:function(t){var e=new a({fullString:t});return function(t){return t.remainder().length===t.getUnsignedValue()}(e)?(this.resumeData=e.reChunk(),!0):(u.warn("processResumeData","the data is the incorrect length, resume not attempted"),!1)},checkApplyResumeData:function(){return v.prompt&&!h.hasData&&i.getAppCompletePromise().then((function(){o.trigger(r.request.NEXT_SLIDE,v.slideId,v.window)})),this},checkQuickResume:function(){null==this.resumeData||v.prompt&&!h.hasData||this.checkAndResolve()},applyResumeData:function(t){var e=t?"resolveDeferred":"rejectDeferred";this.callForLightboxClose(),this[e]()},slideViewed:function(t){t.get("trackViews")&&(this.addSlideToViewedList(t),p.lmsPresent()&&p.slideViewed(t))},windowClosing:function(){var t=g.getCurrentWindowSlide();null!=t&&this.slideLeft(t)},slideChanging:function(t,e,n){n||this.slideLeft(t)},slideLeft:function(t){"perpetual"!==window.globals.productChannel&&t.get("trackViews")&&p.lmsPresent()&&p.slideLeft(t)},onActionLink:function(t){var n=e.findIndex(f.get("actionlinks"),{id:t});-1!==n&&(this.viewedActionLinks[t]=n)},addSlideToViewedList:function(t){this.viewedSlides.push(t),this.viewedSlides=e.uniq(this.viewedSlides),this.totalViewedSlides.push.apply(this.totalViewedSlides,this.viewedSlides),this.totalViewedSlides=e.uniq(this.totalViewedSlides)},getViewedSlidesString:function(){return this.totalViewedSlides.reduce((function(t,e){return t+a.toUnsignedString64(e.prop("Index")+1,2)}),"")},setViewedSlidesFromString:function(t){if(t.length){var n=f.getFlatSlides(),i=f.get("scoring"),r=f.scorings();0===r.length&&null!=i&&r.push(i),this.totalViewedSlides=e(m(t)).map(a.fromUnsignedString64).map((function(t){var i=e.find(n,(function(e){return e.prop("Index")===t-1}));return null!=i&&(r.incrementViewed(i),i.restoreViewed()),i})).compact().value()}p.lmsPresent()&&f.getDrawPromise().then((function(){p.setTotalSlides(f.getUniqueSlides().length)}))},getUniqueSlides:function(t){return e.uniq(this[t],y)},getViewedActionLinksString:function(){return e.reduce(this.viewedActionLinks,(function(t,e){return t+a.toUnsignedString64(e,2)}),"")},setViewedActionLinksFromString:function(t){if(t.length>0){var e=f.get("actionlinks");null!=e&&(this.viewedActionLinks=m(t).map(a.fromUnsignedString64).reduce((function(t,n){var i=e[n];return null!=i&&(t[i.id]=n),t}),{}))}},collectResumeData:function(){return[a.create(this.getViewedSlidesString()),a.create(g.getResumeData()),f.variables().length>0?a.create(f.variables().getResumeDataOrReturn("")):"",this.sceneResume.join(""),f.quizzes().getResumeData(),f.timers().length>0?f.timers().getResumeData():"",a.create(this.getViewedActionLinksString())].join("")},savePresentationData:function(t){if(!this.isResumable()||l.isPending(this.resumeDfd))return this;var e=g.getCurrentWindowSlide();this.saveSceneData(t),null!=e&&(this.resumeData=this.collectResumeData(),this.resumeInterface.setItem(v.id,a.packData(this.resumeData)))},saveSceneData:function(t){null!=t&&(this.sceneResume[t.index()]=a.create(t.getResumeData()))},setResumeDataCallback:function(){return this.resumeDfd.then(this.setResumeData.bind(this)).catch(e.noop),this},setResumeData:function(){var t=this.resumeData.encodedString(),e=f.variables().length>0,n=this.resumeData.reChunk(),i=e?n.reChunk():null,r=e?i.reChunk():n.reChunk();e&&f.variables().setResumeData(i.encodedString());var o=this.setSceneResumeData(r);f.createSlideIndices(),this.setViewedSlidesFromString(t);var s=f.quizzes().setResumeData(o);f.timers().length>0&&f.timers().setResumeData(s);var a=s;this.setViewedActionLinksFromString(a.encodedString()),g.setResumeData(n.encodedString())},setSceneResumeData:function(t){return this.sceneResume=f.scenes().map((function(e){var n=t.encodedString();return e.setResumeData(n),t=t.reChunk(),a.create(n)})),t},courseStarted:function(t){this.courseStartTime=Date.now(),p.lmsPresent()&&p.courseStarted(t)},getCourseTime:function(){return Date.now()-this.courseStartTime},clearResumeData:function(){f.scenes().forEach((function(t){t.clearResumeData()})),f.getUniqueSlides().forEach((function(t){t.clearResumeData()})),g.setResumeData(""),this.viewedSlides=[],this.totalViewedSlides=[],this.isResumable()&&this.resumeInterface.setItem(v.id,"")}}}.call(e,n,e,t))||(t.exports=i)},4481:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(7510).addWindowListener,r=n(1070),o=n(82),s=n(8579),a=n(8880),l=n(9032),u={scaleValue:1,zoomMode:!1,zoomVar:null,enableZoomMode:function(t){this.zoomMode=t,null!=this.zoomVar&&this.zoomVar.value()!==t?this.zoomVar.changeValue(t):l.trigger(a.window.ZOOM_MODE_CHANGED)},setZoomModeVariable:function(t){this.enableZoomMode(t.value())},initialize:function(t){e.bindAll(this,"scale","sendWindowScale","setZoomModeVariable"),this.isShowAll()&&!s.deviceView.isClassicMobile?this.startScaling():i("resize",this.sendWindowScale)},connectVariables:function(t){if(null!=t){this.zoomVar=t;var e=this.zoomVar.value();e&&this.enableZoomMode(e),this.zoomVar.on("change:value",this.setZoomModeVariable)}},isShowAll:function(){return"show all"===window.globals.scale},sendWindowScale:function(){l.trigger(a.window.SCALE),l.trigger(a.window.AFTER_SCALE)},setWindowScale:function(t){this.windowScale=t},getWindowScale:function(t){return this.windowScale},startScaling:function(){this.scale(),i("resize",this.scale)},getScaledFontSize:function(){return r.player.getFontScale()*this.getScale()},queueScale:function(){this.pending||(this.pending=!0,window.requestAnimationFrame(this.scale))},scale:function(){this.scaleValue=this.calcScale(),this.sendWindowScale(),this.pending=!1},calcScale:function(){var t=this.getWindowDimensions(),e=t.height,n=t.width,i=e/r.presentation.display().height(),s=n/r.presentation.display().width();return o.fix(Math.min(i,s),5)},getWindowDimensions:function(){return{height:window.innerHeight,width:window.innerWidth}},getScale:function(){return this.scaleValue}};return o.scaleVal=function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t*u.getScale();return e?Math.round(n):n},u}.call(e,n,e,t))||(t.exports=i)},1291:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(7510).addDocumentListener,r=n(1251).isInput,o=n(4481),s=(n(1419),n(3716)),a=n(8579),l=n(8766),u=n(9032),c=n(8880),h=n(9229),d=n(7812),p=[],f=void 0,v=void 0;return{enabled:!0,initialize:function(t){var n=this;v=t||function(t){return t},e.bindAll(this,"onTimelineChanged","onKeyDown"),this.setupKeyLookup(),a.deviceView.isUnifiedDesktop&&!DS.presentation.isPreview()&&this.registerShortcut(v("togglezoom"),{key:"z",ctrl:!0,alt:!0},(function(){o.enableZoomMode(!o.zoomMode)})),a.deviceView.isDesktop&&(u.on(c.playbackControls.TIMELINE_CHANGED,this.onTimelineChanged),this.registerShortcut(v("acctext_shortcut"),{key:"t",ctrl:!0,alt:!0},(function(){h.onToggleAccessibleText()})),this.registerShortcut(v("mute_shortcut"),{key:"m",ctrl:!0,alt:!0},(function(){h.onToggleVolume()})),this.registerShortcut(v("closedcaptions_shortcut"),{key:"c",ctrl:!0,alt:!0},(function(){l.toggleCaptioning()})),this.registerShortcut(v("replay_shortcut"),{key:"r",ctrl:!0,alt:!0},(function(){n.threeSixtyImageMediaVisible()?u.trigger(c.threeSixtyImage.MEDIA_RESTART):n.currTimeline.reset()})),this.registerShortcut(v("playpause_shortcut"),{key:"p",ctrl:!0,alt:!0},(function(){n.threeSixtyImageMediaVisible()?u.trigger(c.threeSixtyImage.MEDIA_TOGGLE_PLAY):null!=n.currTimeline&&(1!==n.currTimeline.progress()?n.currTimeline.togglePlayback():a.theme.isUnified&&n.currTimeline.reset())})),this.registerShortcut(v("previous_shortcut"),{key:",",keyCode:188,ctrl:!0,alt:!0},(function(){n.onControlButtonShortcut("prev")})),this.registerShortcut(v("next_shortcut"),{key:".",keyCode:190,ctrl:!0,alt:!0},(function(){n.onControlButtonShortcut("next")})),this.registerShortcut(v("submit_shortcut"),{key:"s",ctrl:!0,alt:!0},(function(){n.onControlButtonShortcut("submit")})))},threeSixtyImageMediaVisible:function(){return null!=document.querySelector(".panel-video-player")||document.querySelector(".three-sixty-overlay .panel-shown .panel-audio")},setupKeyLookup:function(){var t=this,e="abcdefghijklmnopqrstuvwxyz".split("");this.keyToCode={},e.forEach((function(e,n){t.keyToCode[e]=65+n}))},onControlButtonShortcut:function(t){var e=DS.views.getTopNameSpace()[t];e&&e.shortcutActivated()},onTimelineChanged:function(t){this.currTimeline=t},closeShortcutWindow:function(){null!=f&&(f.close(),f=null)},registerShortcut:function(t,e,n){var r=this;this.listenerAdded||(this.listenerAdded=!0,i("keydown",(function(t){return r.onKeyDown(t)})),this.registerShortcut(v("shortcuthelp"),{key:"?",shift:!0},(function(){null==f?f=DS.frame.createWindow("ShortcutWnd"):r.closeShortcutWindow()}))),p.push({name:t,keyInfo:e,cb:n})},enableShortcuts:function(t){this.enabled=t,u.trigger(DS.events.player.ENABLE_KEYBOARD_SHORTCUTS,t)},onKeyDown:function(t){var e=this,n=t.ctrlKey,i=t.shiftKey,o=t.altKey,a=t.key,l=t.keyCode;if(!(r(document.activeElement)||s.keyPressHandlerExists(t)||!this.enabled&&"?"!==a)){var u=p.find((function(t){var r=t.keyInfo,s=r.key,u=r.keyCode,c=void 0===u?0:u,h=r.ctrl,d=void 0!==h&&h,p=r.shift,f=void 0!==p&&p,v=r.alt;return d===n&&f===i&&(void 0!==v&&v)===o&&(e.keyToCode[s]===l||s.toLowerCase()===a.toLowerCase()||c===l)}));u&&u.cb(),l==d.keys.F5&&t.preventDefault()}},getShortcutList:function(){return[].concat(p)}}}.call(e,n,e,t))||(t.exports=i)},8935:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(8880),r=n(7812),o=n(9032),s=n(82),a=void 0,l=void 0,u={slides:{},scenes:{}},c=function(t){var e=t.viewed,n=t.total;return 0===n?"":(100*e/n).toFixed(0)+"%"},h=r.varTypes,d=h.NUM,p=h.STRING,f=[{name:"menuSlidesViewed",update:function(t){return t.menu.viewed},type:d},{name:"menuTotalSlides",update:function(t){return t.menu.total},type:d},{name:"menuProgress",update:function(t){var e=t.menu;return c(e)},type:d},{name:"menuSectionSlidesViewed",update:function(t,e,n){var i=t.section;return(0,n.menuInclude)(i.viewed)},type:d},{name:"menuSectionTotalSlides",update:function(t,e,n){var i=t.section;return(0,n.menuInclude)(i.total)},type:d},{name:"menuSectionProgress",update:function(t,e,n){var i=t.section;return(0,n.menuInclude)(c(i))},type:d},{name:"projectSlidesViewed",update:function(t){return t.project.viewed},type:d},{name:"projectTotalSlides",update:function(t){return t.project.total},type:d},{name:"projectProgress",update:function(t){var e=t.project;return c(e)},type:d},{name:"sceneSlidesViewed",update:function(t){return t.scene.viewed},type:d},{name:"sceneTotalSlides",update:function(t){return t.scene.total},type:d},{name:"sceneProgress",update:function(t){var e=t.scene;return c(e)},type:d},{name:"menuSectionsViewed",update:function(t){return t.viewedSectionCount},type:d},{name:"projectScenesViewed",update:function(t){return t.viewedSceneCount},type:d},{name:"menuSlideNumber",update:function(t,e,n){var i=e.menuSlideNumber;return(0,n.menuCountInclude)(i)},type:d},{name:"menuSlideTitle",update:function(t,e){return e.menuSlideTitle},type:p},{name:"menuSlideReference",update:function(t,e){return e.menuSlideReference},type:p},{name:"menuSectionNumber",update:function(t,e,n){var i=e.menuSection;return(0,n.menuInclude)(i)},type:d},{name:"menuSectionSlideNumber",update:function(t,e,n){var i=e.menuSectionSlideNumber;return(0,n.menuCountInclude)(i)},type:d},{name:"menuTotalSections",update:function(){return u.menuTotalSections},type:d},{name:"projectSlideNumber",update:function(t,e,n){var i=e.slideNumberInProject;return(0,n.projectInclude)(i)},type:d},{name:"projectSlideTitle",update:function(t,e){return e.slide.title()},type:p},{name:"projectSlideReference",update:function(t,e,n){var i=e.slideNumberInScene;return n.sceneNumber+"."+i},type:p},{name:"projectTotalScenes",update:function(){return u.sceneCount},type:d},{name:"projectSceneNumber",update:function(t,e,n){var i=n.sceneNumber;return 0===i?"":i},type:d},{name:"sceneSlideNumber",update:function(t,e,n){var i=e.slideNumberInScene;return(0,n.projectInclude)(i)},type:d},{name:"currentSlideId",update:function(t,e){return e.slide.id},type:p}],v=function(){var t=l.getCurrentWindowSlide();if(null!=t){var n=t.getScene();if(!n.isMessageScene()){var r=u.slides[t.absoluteId],s=a.variables(),c=function(t){var n=t.getScene(),i=u.slides[t.absoluteId].menuSection,r=new Set,o=new Set,s={total:0,viewed:0},a={total:0,viewed:0},l={total:0,viewed:0},c={total:0,viewed:0};return e.forEach(u.slides,(function(t){var e=t.slide.viewed;t.slide.includeInSlideCounts()&&(s.total++,e&&(s.viewed++,r.add(t.scene)),t.scene===n&&(a.total++,e&&a.viewed++)),null!=t.menuSection&&t.slide.includeInSlideCounts()&&(l.total++,e&&(l.viewed++,o.add(t.menuSection)),t.menuSection===i&&(c.total++,e&&c.viewed++))})),{viewedSceneCount:r.size,viewedSectionCount:o.size,project:s,scene:a,menu:l,section:c}}(t),h={sceneNumber:n.sceneNumber(),menuInclude:null!=r.menuSection?function(t){return t}:function(t){return""},projectInclude:t.includeInSlideCounts()?function(t){return t}:function(t){return""},menuCountInclude:null!==r.menuSection&&t.includeInSlideCounts()?function(t){return t}:function(t){return""}};f.forEach((function(t){var e=t.name,n=t.update;return s.get(e).value(n(c,r,h))})),o.trigger(i.slide.SLIDE_NUMBERS_UPDATED)}}},g=function(t,n){var i=0,r=0;u.slides={};var o=function(t,e){var n=function(t){var e=t.getSlideDraw();return null!=e?e.slideNumberInScene()+t.index():t.slideNumberInScene()};return n(t)-n(e)};t.scenes().forEach((function(t){if(!t.isMessageScene()){var e=0;t.getAllSlides().sort(o).forEach((function(n){u.slides[n.absoluteId]={slideNumberInProject:n.includeInSlideCounts()?++i:0,slideNumberInScene:n.includeInSlideCounts()?++e:0,slide:n,scene:t},u.scenes[t.absoluteId]={slideCount:e}})),0!==t.sceneNumber()&&r++}})),u.sceneCount=r;var a=0,l=function t(n,i,r,o,l){var c=u.slides[n.slideid];return null!=c&&(c.menuSlideNumber=c.slide.includeInSlideCounts()?++a:0,c.menuSlideTitle=s.decodeHtml(n.displaytext),c.menuSlideReference=o,c.menuSectionSlideNumber=c.slide.includeInSlideCounts()?r++:0,c.menuSection=l),e.forEach(n.links,(function(e,n){r=t(e,i+1,r,o+"."+(n+1),l)})),r},c=0;(n||[]).forEach((function(t,e){l(t,1,1,c=e+1,c)})),u.menuTotalSections=c};return{initialize:function(t,e,n){a=e.playerVars(),l=t,g(e,n),o.on(i.slide.HAS_MOUNTED,v),o.on(i.window.CLOSING,v),o.on(i.draw.RESET_COMPLETE,(function(){return g(e,n)}))},getPlayerVariables:function(){return f.map((function(t){var e=t.name,n=t.type;return function(t,e,n){return{kind:"variable",name:t,type:e,value:n,resume:!1}}(e,n,n===d?0:"")}))}}}.call(e,n,e,t))||(t.exports=i)},2972:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(6486),i=n(82),r=n(1251),o=n(8579),s=e.partialRight(r.hasClass,"draggable"),a=e.partialRight(r.hasClass,"hidden"),l=e.partialRight(r.hasClass,"rotatable"),u=e.partialRight(r.hasClass,"slideable-parent"),c=function(t){return r.hasClass(t,"is-scrollable")||r.hasClass(t,"scrollarea-scrollbar")},h=function(t){return r.hasClass(t,"three-sixty-image")},d=function(t,e){return!!e(t)||!!r.closest(t,e)},p=function(t){return t.scrollHeight>t.offsetHeight||r.hasClass(t,"scrollarea-scrollbar")},f=function(t){return t.hasAttribute("data-double-click")},v=e.partialRight(d,(function(t){return c(t)&&p(t)})),g=e.partialRight(d,(function(t){return l(t)})),m=e.partialRight(d,(function(t){return a(t)})),y=e.partialRight(d,(function(t){return s(t)})),b=e.partialRight(d,(function(t){return u(t)})),w=function(t){return r.hasClass(t,"eventable")},A=e.partialRight(d,(function(t){return w(t)})),E=function(t,e){var n,i;return t.objects().forEach((function(t,r){var o,s=null!=e?e.refs["obj"+r]:t.currView,a=s&&s.getFocusTarget();null!=a&&(o=a.props.model.prop("tabIndex"),a.isFocusable()&&a.isVisible()&&(null==i||i>o)&&(i=o,n=s))})),n};return{isRelated:d,needsToScroll:p,isScrollable:c,isScrollRelated:function(t){return c(t)?p(t):v(t)},isDraggable:s,isDraggableRelated:y,isEventable:w,isEventableRelated:A,isRotatable:l,isRotatableRelated:g,isSlideableRelated:b,isDoubleClickRelated:function(t){return f(t)||d(t,f)},activeMobileMenuItem:function(t,e){o.deviceView.isClassicMobile&&(0===i.getPath(t,"length",0)?document.body.classList.add(e):document.body.classList.remove(e))},isThreeSixtyImageRelated:function(t){return d(t,h)},isMobileSlide:function(t){return o.deviceView.isMobile&&!t.props.isMessageWindow},getGroupFocusTarget:function(t){var e=t.props.parent;if(!o.deviceView.isMobile)return e.isFocusable()?e:E(t.props.model,t)},removeEngageBorder:function(){var t=r.getParentFrame();null!=t&&t.classList.remove("webobject-engage")},getChildAtLowestTabIndex:E,isHiddenRelated:m}}.call(e,n,e,t))||(t.exports=i)},9995:function(t,e,n){"use strict";var i;void 0===(i=function(t){var e=n(520),i=n(7812),r=n(6486),o=n(4481),s=n(9032),a=n(8579),l=a.device.isMobile,u=a.theme.isUnified,c=document.createElement("div"),h=function(t,e){return'
'},d=function(t,e){return'
- - - - - - - - - -
- -
- - - -
- - - - - -
- - - - - - - - - - - - - - - - diff --git a/public/zeroaccident/P2/story_content/5YC0QBiRC8A_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5YC0QBiRC8A_44100_64_1.mp3 deleted file mode 100644 index daa9b8d..0000000 Binary files a/public/zeroaccident/P2/story_content/5YC0QBiRC8A_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5cAFpF52SCT.js b/public/zeroaccident/P2/story_content/5cAFpF52SCT.js deleted file mode 100644 index 000c389..0000000 --- a/public/zeroaccident/P2/story_content/5cAFpF52SCT.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideSvgData('svg2-5cAFpF52SCT', "image/svg+xmlOpenclipartAudio icon2010-03-10T17:34:46A simple audio icon.https://openclipart.org/detail/30865/audio-icon-by-atlantisatlantisaudiobluegreyiconsound"); \ No newline at end of file diff --git a/public/zeroaccident/P2/story_content/5cuimwgpvCa_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5cuimwgpvCa_44100_64_1.mp3 deleted file mode 100644 index c126f9a..0000000 Binary files a/public/zeroaccident/P2/story_content/5cuimwgpvCa_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5d7FY1xFAy9_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5d7FY1xFAy9_44100_64_1.mp3 deleted file mode 100644 index e12612a..0000000 Binary files a/public/zeroaccident/P2/story_content/5d7FY1xFAy9_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5mNC7r9Fpbb_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5mNC7r9Fpbb_44100_64_1.mp3 deleted file mode 100644 index 0e0f3d4..0000000 Binary files a/public/zeroaccident/P2/story_content/5mNC7r9Fpbb_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5npOPsoOYwb_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5npOPsoOYwb_44100_64_1.mp3 deleted file mode 100644 index f395ad9..0000000 Binary files a/public/zeroaccident/P2/story_content/5npOPsoOYwb_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5oP5kYMKaqx_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5oP5kYMKaqx_44100_64_1.mp3 deleted file mode 100644 index d90f595..0000000 Binary files a/public/zeroaccident/P2/story_content/5oP5kYMKaqx_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5r233cjRbI4_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5r233cjRbI4_44100_64_1.mp3 deleted file mode 100644 index a341ccb..0000000 Binary files a/public/zeroaccident/P2/story_content/5r233cjRbI4_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/5xmhEvUOitt.js b/public/zeroaccident/P2/story_content/5xmhEvUOitt.js deleted file mode 100644 index 52d9c2f..0000000 --- a/public/zeroaccident/P2/story_content/5xmhEvUOitt.js +++ /dev/null @@ -1 +0,0 @@ -window.globalProvideSvgData('svg1-5xmhEvUOitt', "image/svg+xmlOpenclipartftkfm2011-01-31T02:11:54Originally uploaded by Danny Allen for OCAL 0.18 this icon is part of the flat themehttps://openclipart.org/detail/115609/ftkfm-by-anonymousAnonymousflaticontheme"); \ No newline at end of file diff --git a/public/zeroaccident/P2/story_content/5xzUC1qXCd8_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/5xzUC1qXCd8_44100_64_1.mp3 deleted file mode 100644 index 78d90ff..0000000 Binary files a/public/zeroaccident/P2/story_content/5xzUC1qXCd8_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/66LrcfFE2sb_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/66LrcfFE2sb_44100_64_1.mp3 deleted file mode 100644 index a7169d5..0000000 Binary files a/public/zeroaccident/P2/story_content/66LrcfFE2sb_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/67i7vZl9EIg_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/67i7vZl9EIg_44100_64_1.mp3 deleted file mode 100644 index c1cbfb7..0000000 Binary files a/public/zeroaccident/P2/story_content/67i7vZl9EIg_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/68ZXWDBw64g_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/68ZXWDBw64g_44100_64_1.mp3 deleted file mode 100644 index ad1db27..0000000 Binary files a/public/zeroaccident/P2/story_content/68ZXWDBw64g_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6ByzLBCcSpG_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6ByzLBCcSpG_44100_64_1.mp3 deleted file mode 100644 index c295f2a..0000000 Binary files a/public/zeroaccident/P2/story_content/6ByzLBCcSpG_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6DAWGRV6btz_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6DAWGRV6btz_44100_64_1.mp3 deleted file mode 100644 index d3141f5..0000000 Binary files a/public/zeroaccident/P2/story_content/6DAWGRV6btz_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6DiH7gHayyJ_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6DiH7gHayyJ_44100_64_1.mp3 deleted file mode 100644 index d061e33..0000000 Binary files a/public/zeroaccident/P2/story_content/6DiH7gHayyJ_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6Dj5X0XBDzj_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6Dj5X0XBDzj_44100_64_1.mp3 deleted file mode 100644 index 9d3ffd4..0000000 Binary files a/public/zeroaccident/P2/story_content/6Dj5X0XBDzj_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6GBuqbYyNXn_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6GBuqbYyNXn_44100_64_1.mp3 deleted file mode 100644 index b67cead..0000000 Binary files a/public/zeroaccident/P2/story_content/6GBuqbYyNXn_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6JrglHsD24G_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6JrglHsD24G_44100_64_1.mp3 deleted file mode 100644 index deba70e..0000000 Binary files a/public/zeroaccident/P2/story_content/6JrglHsD24G_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6Jxmyk8yc9l_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6Jxmyk8yc9l_44100_64_1.mp3 deleted file mode 100644 index 3eb3395..0000000 Binary files a/public/zeroaccident/P2/story_content/6Jxmyk8yc9l_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6Snklkzmhev_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6Snklkzmhev_44100_64_1.mp3 deleted file mode 100644 index d429065..0000000 Binary files a/public/zeroaccident/P2/story_content/6Snklkzmhev_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6WBebpcnfS3_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6WBebpcnfS3_44100_64_1.mp3 deleted file mode 100644 index af8090b..0000000 Binary files a/public/zeroaccident/P2/story_content/6WBebpcnfS3_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6bRhW5hHyV9_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6bRhW5hHyV9_44100_64_1.mp3 deleted file mode 100644 index 0aef0f1..0000000 Binary files a/public/zeroaccident/P2/story_content/6bRhW5hHyV9_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6beUko5krHJ_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6beUko5krHJ_44100_64_1.mp3 deleted file mode 100644 index 3cb2e24..0000000 Binary files a/public/zeroaccident/P2/story_content/6beUko5krHJ_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6e88h66ZHQs_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6e88h66ZHQs_44100_64_1.mp3 deleted file mode 100644 index 3f3333a..0000000 Binary files a/public/zeroaccident/P2/story_content/6e88h66ZHQs_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6gczo2mRdWa_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6gczo2mRdWa_44100_64_1.mp3 deleted file mode 100644 index 1df0bdf..0000000 Binary files a/public/zeroaccident/P2/story_content/6gczo2mRdWa_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6lQhyko7oC8_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6lQhyko7oC8_44100_64_1.mp3 deleted file mode 100644 index ddda5fe..0000000 Binary files a/public/zeroaccident/P2/story_content/6lQhyko7oC8_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6ogaL0uMKrL_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6ogaL0uMKrL_44100_64_1.mp3 deleted file mode 100644 index 37ca301..0000000 Binary files a/public/zeroaccident/P2/story_content/6ogaL0uMKrL_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/6rdr4bnAP7g_44100_64_1.mp3 b/public/zeroaccident/P2/story_content/6rdr4bnAP7g_44100_64_1.mp3 deleted file mode 100644 index bdf244a..0000000 Binary files a/public/zeroaccident/P2/story_content/6rdr4bnAP7g_44100_64_1.mp3 and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/external_files/a3_noyade_enfants-2.pdf b/public/zeroaccident/P2/story_content/external_files/a3_noyade_enfants-2.pdf deleted file mode 100644 index 25c32cd..0000000 Binary files a/public/zeroaccident/P2/story_content/external_files/a3_noyade_enfants-2.pdf and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/thumbnail.jpg b/public/zeroaccident/P2/story_content/thumbnail.jpg deleted file mode 100644 index 2e05722..0000000 Binary files a/public/zeroaccident/P2/story_content/thumbnail.jpg and /dev/null differ diff --git a/public/zeroaccident/P2/story_content/user.js b/public/zeroaccident/P2/story_content/user.js deleted file mode 100644 index 3e1012e..0000000 --- a/public/zeroaccident/P2/story_content/user.js +++ /dev/null @@ -1,28 +0,0 @@ -function ExecuteScript(strId) -{ - switch (strId) - { - case "6Fb7uCwsrRS": - Script1(); - break; - case "6KpObsUOdSS": - Script2(); - break; - } -} - -function Script1() -{ - console.log("Fin du quizz"); -println("Results.ScorePercent"); -} - -function Script2() -{ - var player = GetPlayer(); -var score = player.GetVar("Monrésultat"); -console.log(score); -window.parent.resultat_P2(Math.floor(score)); - -} - diff --git a/public/zeroaccident/img/Gouvernement_RVB.png b/public/zeroaccident/img/Gouvernement_RVB.png new file mode 100644 index 0000000..958a3bf Binary files /dev/null and b/public/zeroaccident/img/Gouvernement_RVB.png differ diff --git a/public/zeroaccident/img/Logo_1000PJA.png b/public/zeroaccident/img/Logo_1000PJA.png new file mode 100644 index 0000000..5b90d08 Binary files /dev/null and b/public/zeroaccident/img/Logo_1000PJA.png differ diff --git a/public/zeroaccident/img/Logo_DGS.jpg b/public/zeroaccident/img/Logo_DGS.jpg new file mode 100644 index 0000000..6690bba Binary files /dev/null and b/public/zeroaccident/img/Logo_DGS.jpg differ diff --git a/public/zeroaccident/img/bandeau.svg b/public/zeroaccident/img/bandeau.svg index 1c11a46..c6bc369 100644 --- a/public/zeroaccident/img/bandeau.svg +++ b/public/zeroaccident/img/bandeau.svg @@ -10,6 +10,9 @@ xml:space="preserve" inkscape:version="1.2.2 (732a01da63, 2022-12-09)" sodipodi:docname="bandeau.svg" + inkscape:export-filename="bandeau.png" + inkscape:export-xdpi="96" + inkscape:export-ydpi="96" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" @@ -24,9 +27,9 @@ inkscape:deskcolor="#d1d1d1" inkscape:document-units="mm" showgrid="false" - inkscape:zoom="5.751347" - inkscape:cx="71.374584" - inkscape:cy="18.952082" + inkscape:zoom="2.8756735" + inkscape:cx="83.284837" + inkscape:cy="25.385358" inkscape:window-width="1680" inkscape:window-height="987" inkscape:window-x="-8" @@ -34,12 +37,12 @@ inkscape:window-maximized="1" inkscape:current-layer="layer1" /> Un jeu d'exploration de l'univers de mon enfant Une aventure préventive pour sécuriser la maisonVie et Veille au QuotidienVie et Veille au Quotidien + y="21.496996">Zéro Accident : Un Jeu d'Enfant! diff --git a/public/zeroaccident/img/bandeau_old.svg b/public/zeroaccident/img/bandeau_old.svg new file mode 100644 index 0000000..1c11a46 --- /dev/null +++ b/public/zeroaccident/img/bandeau_old.svg @@ -0,0 +1,107 @@ + + + + Un jeu d'exploration de l'univers de mon enfant Vie et Veille au QuotidienVie et Veille au Quotidien diff --git a/public/zeroaccident/img/icon_titre.png b/public/zeroaccident/img/icon_titre.png index 6eb7618..bc21d73 100644 Binary files a/public/zeroaccident/img/icon_titre.png and b/public/zeroaccident/img/icon_titre.png differ diff --git a/public/zeroaccident/img/logo-UBO.png b/public/zeroaccident/img/logo-UBO.png new file mode 100644 index 0000000..feb75de Binary files /dev/null and b/public/zeroaccident/img/logo-UBO.png differ diff --git a/public/zeroaccident/img/logo_FR_vivre mieux.png b/public/zeroaccident/img/logo_FR_vivre mieux.png new file mode 100644 index 0000000..677ed16 Binary files /dev/null and b/public/zeroaccident/img/logo_FR_vivre mieux.png differ diff --git a/public/zeroaccident/img/logo_INC.jpg b/public/zeroaccident/img/logo_INC.jpg new file mode 100644 index 0000000..d94c262 Binary files /dev/null and b/public/zeroaccident/img/logo_INC.jpg differ diff --git a/public/zeroaccident/img/logo_anses.png b/public/zeroaccident/img/logo_anses.png new file mode 100644 index 0000000..7a49fd9 Binary files /dev/null and b/public/zeroaccident/img/logo_anses.png differ diff --git a/public/zeroaccident/index.html b/public/zeroaccident/index.html index 3604857..38a4837 100644 --- a/public/zeroaccident/index.html +++ b/public/zeroaccident/index.html @@ -1,655 +1,503 @@ - - - - Vie et Veille au Quotidien - - - - - - - - - - - - - - - - - - - - - -
-
- svg_titre - -
-
- - - -
-
-
-
- Les accidents de la vie courante des enfants de 0 à 4 ans - peuvent, en grande partie, être évités par l’anticipation des - adultes et l’application de réflexes de prévention simples.
- De manière ludique, en trois niveaux de jeu :
- JE CHERCHE ET TROUVE : j’explore mon logement et repère des - situations à risques d’accidents de la vie courante pour mon - enfant de 0 à 4 ans.
- JE SECURISE : je résous les problèmes sous forme de - quiz.
- JE PRATIQUE : je pars en mission dans la maison.
- Dans les jeux, je peux me tromper sans conséquences pour mon - enfant et obtenir des informations de prévention validées pour - renforcer ma compétence de parent. -
- -

- icon - Ce jeu n'est pas destiné aux enfants. Il s'agit d'un jeu pour les - adultes en responsabilité d'enfants de 0 à 4 ans. -

- -
- -
-
- -
-
-
-
-
- -
-
-
- -
- - close -
-
-
- - - - -
- -
- -
- - - + + + + Zéro Accident : Un Jeu d'Enfant! + + + + + + + + + + + + + + + + + + +
+
+ svg_titre + +
+
+ + + +
+
+
+
+ Vous êtes parent d’un jeune enfant et vous souhaitez en apprendre plus sur les risques d’accidents à la maison?
Soyez le héros d’un jeu d’exploration pour mieux reconnaître et éviter les accidents de votre enfant.
En jouant, déjouez les chutes, les intoxications, les suffocations et la noyade !
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+ +
+ + close +
+
+
+ + + + + +
+
+
+

+ icon Ce jeu n'est pas pour les enfants mais pour les adultes. +

+ Je donne mon avis + +
+
+
+ +
+ +
+ +
+ + + \ No newline at end of file diff --git a/public/zeroaccident/index_old.html b/public/zeroaccident/index_old.html deleted file mode 100644 index cf792a1..0000000 --- a/public/zeroaccident/index_old.html +++ /dev/null @@ -1,455 +0,0 @@ - - - - Vie et Veille au Quotidien - - - - - - - - - - - - - - - - - - - - - - - - -
-
- svg_titre - -
-
- - - -
- - - -
-
-
- - Les accidents de la vie courante des enfants de 0 à 4 ans peuvent, en grande partie, être évités par l’anticipation des adultes et l’application de réflexes de prévention simples.
- De manière ludique, en trois niveaux de jeu :
- JE CHERCHE ET TROUVE : j’explore mon logement et repère des situations à risques d’accidents de la vie courante pour mon enfant de 0 à 4 ans.
- JE SECURISE : je résous les problèmes sous forme de quiz.
- JE PRATIQUE : je pars en mission dans la maison.
- Dans les jeux, je peux me tromper sans conséquences pour mon enfant et obtenir des informations de prévention validées pour renforcer ma compétence de parent. -
- -

- icon Ce jeu n'est pas destiné aux enfants. Il s'agit d'un jeu pour les adultes en responsabilité d'enfants de 0 à 4 ans. -

-
- - - -
-
- -
-
- -
-
-
-
-
- -
-
-
- -
- - close -
-
-
- - - - -
- -
- -
- - - \ No newline at end of file diff --git a/public/zeroaccident/je_securise/XMLSchema.dtd b/public/zeroaccident/je_securise/XMLSchema.dtd new file mode 100644 index 0000000..c52b04f --- /dev/null +++ b/public/zeroaccident/je_securise/XMLSchema.dtd @@ -0,0 +1,402 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%xs-datatypes; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/adlcp_rootv1p2.xsd b/public/zeroaccident/je_securise/adlcp_rootv1p2.xsd new file mode 100644 index 0000000..f930690 --- /dev/null +++ b/public/zeroaccident/je_securise/adlcp_rootv1p2.xsd @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/adlcp_v1p3.xsd b/public/zeroaccident/je_securise/adlcp_v1p3.xsd new file mode 100644 index 0000000..17257ea --- /dev/null +++ b/public/zeroaccident/je_securise/adlcp_v1p3.xsd @@ -0,0 +1,72 @@ + + + + + + This file represents the W3C XML Schema Language Binding of the ADL namespaced elements for content packaging extensions. + + + + + + + + + ************************************************************************* + * Change History * + ************************************************************************* + 2003-18-09 Initial creation. + 2003-19-09 Removed the restriction of the 255 character maximum length + on the dataFromLMS + 2004-01-06 Added completionThreshold to the ADL CP namespace + 2004-23-01 Final edits in preparation for release + ************************************************************************* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/adlnav_v1p3.xsd b/public/zeroaccident/je_securise/adlnav_v1p3.xsd new file mode 100644 index 0000000..e8a73ca --- /dev/null +++ b/public/zeroaccident/je_securise/adlnav_v1p3.xsd @@ -0,0 +1,56 @@ + + + + + + This file represents the W3C XML Schema Language Binding of the ADL namespaced elements for navigation controls. + + + + + + + + + ************************************************************************* + * Change History * + ************************************************************************* + 2003-18-09 Initial creation. + 2004-23-01 Final edits in preparation for release + ************************************************************************* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/adlseq_v1p3.xsd b/public/zeroaccident/je_securise/adlseq_v1p3.xsd new file mode 100644 index 0000000..4389c1f --- /dev/null +++ b/public/zeroaccident/je_securise/adlseq_v1p3.xsd @@ -0,0 +1,56 @@ + + + + + + This file represents the W3C XML Schema Language Binding of the ADL namespaced elements for sequencing extensions. + + + + + + + + + ************************************************************************* + * Change History * + ************************************************************************* + 2003-18-09 Initial creation. + 2004-23-01 Final edits in preparation for release + ************************************************************************* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/P2/analytics-frame.html b/public/zeroaccident/je_securise/analytics-frame.html similarity index 100% rename from public/zeroaccident/P2/analytics-frame.html rename to public/zeroaccident/je_securise/analytics-frame.html diff --git a/public/zeroaccident/je_securise/common/anyElement.xsd b/public/zeroaccident/je_securise/common/anyElement.xsd new file mode 100644 index 0000000..847ad8c --- /dev/null +++ b/public/zeroaccident/je_securise/common/anyElement.xsd @@ -0,0 +1,27 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides an element group declaration used for + custom metadata elements. + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/common/dataTypes.xsd b/public/zeroaccident/je_securise/common/dataTypes.xsd new file mode 100644 index 0000000..11a36f0 --- /dev/null +++ b/public/zeroaccident/je_securise/common/dataTypes.xsd @@ -0,0 +1,138 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides global type declarations for LOM datatypes. + + + **************************************************************************** + ** CHANGE HISTORY ** + **************************************************************************** + ** 11/14/2003: 1)Updated xs:pattern for the DurationString. The pattern ** + ** did not permit zero values for each of the date and ** + ** time components. ** + ** ** + ** 03/15/2004: 1)Changed the restriction type for LanguageIdNone from ** + ** xs:string to xs:token ** + **************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/common/elementNames.xsd b/public/zeroaccident/je_securise/common/elementNames.xsd new file mode 100644 index 0000000..888b118 --- /dev/null +++ b/public/zeroaccident/je_securise/common/elementNames.xsd @@ -0,0 +1,767 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides element name declarations for metadata elements. + + This component schema checks for the uniqueness of elements declared to be unique + within their parent by the presence of the uniqueElementName attribute, + and is common to all uniqueness profiles. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/common/elementTypes.xsd b/public/zeroaccident/je_securise/common/elementTypes.xsd new file mode 100644 index 0000000..01c44bb --- /dev/null +++ b/public/zeroaccident/je_securise/common/elementTypes.xsd @@ -0,0 +1,786 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides global type declarations for metadata elements. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/common/rootElement.xsd b/public/zeroaccident/je_securise/common/rootElement.xsd new file mode 100644 index 0000000..e934198 --- /dev/null +++ b/public/zeroaccident/je_securise/common/rootElement.xsd @@ -0,0 +1,31 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides the element name declaration for the + root element for all LOM instances. + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/common/vocabTypes.xsd b/public/zeroaccident/je_securise/common/vocabTypes.xsd new file mode 100644 index 0000000..092d6c7 --- /dev/null +++ b/public/zeroaccident/je_securise/common/vocabTypes.xsd @@ -0,0 +1,345 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides global type declarations for those metadata + elements whose values are taken from a vocabulary datatype. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/common/vocabValues.xsd b/public/zeroaccident/je_securise/common/vocabValues.xsd new file mode 100644 index 0000000..1492ed3 --- /dev/null +++ b/public/zeroaccident/je_securise/common/vocabValues.xsd @@ -0,0 +1,257 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides global type declarations for the standard + enumerated types for those metadata elements whose values are taken from + a vocabulary datatype. + + + **************************************************************************** + ** CHANGE HISTORY ** + **************************************************************************** + ** 09/22/2003: - Updated comment describing this file to state that this ** + ** file is the LOM V1.0 Base Schema vocabulary source and ** + ** value declarations. ** + **************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/datatypes.dtd b/public/zeroaccident/je_securise/datatypes.dtd new file mode 100644 index 0000000..8e48553 --- /dev/null +++ b/public/zeroaccident/je_securise/datatypes.dtd @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/extend/custom.xsd b/public/zeroaccident/je_securise/extend/custom.xsd new file mode 100644 index 0000000..10149e6 --- /dev/null +++ b/public/zeroaccident/je_securise/extend/custom.xsd @@ -0,0 +1,41 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema defines the content model group customElements + to support validation of custom metadata elements. This component XSD + should be used if extensions are to be supported in LOM instances. + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/extend/strict.xsd b/public/zeroaccident/je_securise/extend/strict.xsd new file mode 100644 index 0000000..e04e317 --- /dev/null +++ b/public/zeroaccident/je_securise/extend/strict.xsd @@ -0,0 +1,36 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema defines the content model group customElements + to support strict validation of standard metadata elements. This component + XSD should be used if extensions are not to be supported in LOM instances. + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/html5/data/css/output.min.css b/public/zeroaccident/je_securise/html5/data/css/output.min.css new file mode 100644 index 0000000..b09c2f5 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/css/output.min.css @@ -0,0 +1,949 @@ +@font-face { + font-family: 'Open SansBold CharsBold7360B1C1'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Open Sans Charset1_ 63f47901DBC'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Verdana Pro SemibolBold4C7DA11F'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Oswald Light Charset1_ 9B91E13F'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato Charset1_ 6PljEAS77BABB85A'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'LatoBold Charset1_ Bold9683179C'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato LightBold CharBold83E34BA1'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Oswald LightBold ChBold2680A628'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato Light Charset1_ 5mAED73F94'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato SemiboldBold CBoldA9E0C2B9'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Wingdings Charset1_ 5sLAD9CC606'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Arial Charset1_ 6mi4qEYE137BDA4'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'VerdanaBold CharsetBoldA64163E0'; + src: url('data:application/font-woff;base64,d09GRgABAAAAADHsABAAAAAAatQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABbAAAAF4AAABgc9534FZETVgAAAHMAAADTwAABeB08XxtY21hcAAABRwAAABsAAABFEkf7EtjdnQgAAAFiAAAAZQAAAMUbo2MDGZwZ20AAAccAAAD/gAABvbwaexdZ2FzcAAACxwAAAAQAAAAEAAYACFnbHlmAAALLAAAGwwAACViyz4BbGhlYWQAACY4AAAANgAAADbr8T+IaGhlYQAAJnAAAAAhAAAAJBFQDulobXR4AAAmlAAAASsAABTEUq8ePWxvY2EAACfAAAAArAAACuyGMI9ibWF4cAAAKGwAAAAgAAAAIAlWB49tZXRhAAAojAAAADYAAABULq00XG5hbWUAACjEAAAFdQAADTMO93Z0cG9zdAAALjwAAAATAAAAIP94ANNwcmVwAAAuUAAAA5sAAAUfRFKTAnjaY2Bm6Wbaw8DKwME6i9WYgYFRFUIzL2C4zMzKwcDEzcHCzMrCwsSygIHtvwODQjQDA4MAEDP4BisoMADhbxY2uX+RDKc4uBnXKTAwzgfJsSSzXgRSCgzMAKRDDp0AAHjaHcRleBBkGEbhw78JAwQkpCSkpENCSjokpKRDQkpCSkJCSkJKOkSQFqQkpCSkhI2VsLFibKzYGCsWLF4fv3Nd5wYKUOD/8CTLw/DAw/J5h4KyoLMQhaQnnrIwhS2PIhSRRSkq33UWo5gsTnHLpQQl5HuUlCWdpSglS1PacihDGfk+ZWVZyslyzvKUt7dUoIKsSEX5AZVkJWdlKls2Vagiq1JVfkg1WY3qsrrMogY1ZE1qylrUkh9RW9aWmdShjqxLXVmPerI+DWQDGloGDZ2NaCQb01g2oYn8mKb2hqbOZjSTzWkuW9BCfkJLS6clrWQrWsvWzja0kW1pa2l8SjvZztme9rIDHWRHOloqnegsO9NFdnF2pavsRjdLoTvd5Wf0kD3oKXs6e9HLkulNb/k5fWQf+sq+8jX96Cf7018OYID8goFyIIMsiUHOwQyWQxgihzJMDmO4JTLcOYIRciQj5ShGyS8ZbQmMdo5hjBzLWDmOcfIrxttLxjNBTnBOZKKcxCQ5mckWz9dMkVOcU5kqpzFNTme6xfENM+QM50xmylnMkrOZbbHMYY78lrlyrnMe8+R85lsMC1ggv2OhXOhcxCK5mMUWzRKWyO9ZKpeyTC5zLme5vWAFK+RKVsofWCVXOVez2qJYwxq5lrXyR9bJdayX62UkG9ggN7JRbmKT/InNcrN8zha2yK1sldvYJrezQ+5gp0Ww07mL3XK3cw975M/stWfsdf7CPrnPuZ/98lcOWDgHOCgPOg9xWB52HuGIhXGUY/KY8zeOy+POE5ywUH7npDzJKXmK0/K08wxnLISznJV/cE6e47w8zwV5QQZzkYvyTy7JS1yWl7kir8inXOWqvMY1+RfX5XVuyBvctCBuOm9xS/7NbXmbO/KODOQud+U97sn73Jf/8EA+4KE94SFe0svpjbd8hI/0wdce4+v0w0/64y8DCJD/8ti08wmBMtAZRJB8SrAFEEyIDCFUhjrDCJPhhJs/z4iQEc7nRMpIZxRR5scLomU0MTKGWBnrjCPOfIknXr4kQSY4E0mUr3hlPiSRJF+TLJNJkSmkylT5iDTSZDrp8g0ZMoNMmSm9ySJLZpMt35Ijc8g1L3LJk3nky3ynYeb1H7o51hMAeNpjYGBgZGAGYgYGHgYWRg4gbcegwMDCIAckdRicGTwYvBh8GHwZAhjCGBIZkhiSGVIYUhnSGNIZMhlyGHIZ8hjyGQoYChmKGIoZShhKGcoYXiqo/f8PNIci/f8fkwnbH7SCfUMBAABV0lNdeNqtkksohFEYht/3/DNjCOUWchk1JMLKhpWyYMFOMTYWSBayYmYlpQgLGyulxmJSFiIrElsLm4mFS4qSjFtTxmrGOT7/mLKYjct3Ot//f/Wcc+p9X1chsgBnGJ5U/16OQXg/v+bG7lepfz1k3vBP5f7aPymGVd1f3+USZznNHvo5xgmOso2D9EmfkWkcmzYUQoRVLGUuSS/zmIE4a1jBAjqQJfOTMDGbXLV7jK14VbZaWJR9iFPc4hmauTiQNSJrA2voQx8rWcsWduJFbi8XdgXb2BXmSM5c4g5RutnPSS5wWeWoDtUvXAnbOa+6VdxRjQz6VT5HrD3G6GIRq7GHY1xYWyhhENdWo9pBAF04YTPbrJBVb3lUWIXSq+H6zMGQnYB1Z9gZTZODYLocaF8yN4lhc68f9IaQHj2re3+fhWSZiNxUjKAe0D79rgOYw1xixpzp/feG+JRpMmXioJfl4oEDCfHgBieiHWy38uiGRgQHtlOZMDgXZSeFT05vePzio7jGnZzJlinAedHXbe4/AEdOhR542oVUTW8bRRieWTuJYyd0Yyepk23LLFOHwtqEb6yogpXXs21kWjmOLc0GDuvElhyfekYcLC6NxvkR/ITZlIPTU67c+BHACSSE1HN4Z3btfAiBtZ59n+f9nHfeHbcWdNr7z599vfu0+sXnn336yccffbj9QaXsvP/eo3e3Sg/pOzZ5+8H9e9bmRvHu+tpqIb9i3nlreSmXXcwszM+lUwZGZSyLHo82FhzLtu2gkuDNm1imSubftkT5G0bWLad7t/D9W/jBDD+XaFX61KurwBHyf5eoIPGqRCoLLjyDTIkT6w0pO5YbXi8MwaNOTSL9v7aTUnTsKJf1qNfPVsooyuZAzIEEti8i7H+JtWD4bCcyUGa5UpZ5Rxolpv5D6Y5DEGgdIoGmcKWZXF6cXlchcJtKhVjCct6TCzovOZZuV6IxicoX4nRiosPQWerRXvdb6FwXaoxQqsQGbdVHpv7hgMg0BNeLBQxhAyKoagcbhLDSOnj9Kw/0usdf2heWzMObyRVHPgGLJ9/9aqUEKx4TBYV4SeSPe/y61lZrEARFKFgwCgEhGBvWYCvF7Uo53lPSgF44VDmHXVUnGxIx7utaT3UN2pQN4GC6/2clBOtR1uv2anF0T7pt/ULtA643CK2rBwmVGIAmrTVhPbDjZjda3FOF0W7dio99xoQJAwSbKomqYBcCSHJEJGpxCqZVtfSrSBxV9fDYAQav5pWXnCuZlIg3SOKQ/vnHTaabMPMl8w1Sok/9UAifEl+Eoju5HB1SYlIRNRriBQsha5OD1+Ty9diS/mkgzXCAd6D3agL8Fv/KsleCKWxOIYKRgsHK6e1AF+DZTV7QZdTmNoFGdXhgQZ+4ktsgx281SDC4VTjjpG2qR/3qrD1eItq2ms7xxEWHAORoj8eYoEPrDLnbDpxHqDQXU81aR2lGU83MPaSQ5SeEEUJrMrM1e+6Y6wU22JF4/T/U/VgvCx5PWUYQS4aVUlLWgS/9sbzrgPzIEXAIv1BpOnKOX1iPA2KuwA2gTm+fNvYOOGFiNgUxk+xUzQGMOu0ORPIpqaG/aSOR3WjPgOHBZ/rUmd4uMd6dXlwAm/y6+8wujxq40YYph3umFlF8she5+GT/gJ+bCJGTNj8zsOGFtSB6CDp+ThByNWsoVpEKEAVUpBaAjLa3zl2ERlqb1oTGRxOMNJeZchgdTYyYM+NEWzqRiwzQpGONO7VOA5eJuZHm9C9Cartuds7NuIvukrFsWBFW1Bkwr+EYFzF6tYSXsRWBV0vTEzyKFl0rthiBhRtXeNK5St054K+WELjpFRLV1A9un+IAWskpYaQn3Sb/PhiIMFB33A+q8RKr9RtuU1OSzZ8tYf4WVP4BYsDhRgAAAAEAAwAIAAoAEAAF//8AD3jafXoJfFTV2fd5zl1m7mz3zj7JZDIzmcnGJEySIYQYJBcISwiEvTXQkUhAEVACiAiIQUhxLbggUBWlakXpVz+tCgGE8tbWYt+Cn3WpleJSl1ZLaPt7EX8tzJnvOfcmQP3s5+SemXOZOedZ/8//OVdCgRBiITIhAr759stUJPxKHz913Bhqa+LuuLsUB8Bv/WuDRM7zd4IfCKFkj/Br0SH7jF8P1xOyRaBUAPKGKnQK3QL+J75BLJplmaXHIlrSiq7QbDrbn8GLNGfSnsbG2hoQEsZLdIz808gX8JJ9uRfpFH4RAiTBttDFcBfuUKsnVVBpiEQhSitJGtK0kTRDM7XTk8IfRPI2oT2UUr62drYfF84CJLx0Mdv54a/grpxEz/P1rst/It0onSEZsvkASeV7X3RqDf4+893dl/+FPltxNKRH4WCNhCIJoUystKaVdCSR6KAd4ndtHUXfSa4S1ipq2tvsXebt8Ypeb+H9DjFWXVPdWd1dLVZXl91PvN7qvnpSP7V+Xr0QWy/vH4YSZbVzdaSZK28MtTXZVApSKakkWV5G64d5GoYnM3WBYCAQdCfKysrLyhIlskWW/T5+L1M3vGH48IaMW+b3hHlPsz8vXLhs8cJrILr36h362Bsqq4pmD2/Y0Dr9gVFNrVNHXrm9dfxdV9TOCleMuHZE64bI/GuugZIjL0Dsuq6lfrc37WM7QmNisapMU+Mrm+99ZXhDekgyMibEHi2o0vwBtNMRQqSvpDeJnYzRU8L9NVbd2mnttm6wPm+VrVbJZhFA8ii0h+xzEuc0Z6dTsAo90ssO7VyuLssHdHBzxtOI7sAY4kE08JK+Yhtyr7MNsIE24HVfrlt6M/chjeOeQ/JfCK/hniFSpxd1UPA/GBRsNtcDsjcYtPl7NuBXSGGPDWzprJvHEK5OmnN16WbcIgs+bplESVm5OzNor3q+ofDa+HGtJ3Zet29csmbR9OuXh4Iy+wl9B16e/5Om5nGqC4Z6oiPqalfNpdPBY2ou/h2lkEhC91FBvB937STdGIHEIvbAy7J2rp9vT9L9zYOqiX8/fwKV+Zn05vmpxFxD/j2u4SC/P0Bs+f+juxUN2qUaPlJjFPryR/UxGHSijoPdHran7AJRHDbVrilFtqi9TKgS07a0vcnWZJ+qtNrW2nuVu+3blB22R+y+4bYOWw/tkUQbX8br8jRIGxxaA+WDRG2CIuL9l1SNTOYf9KiTf9LtdhztRBQsimCxKxL3nou4QMLv7FfwlxstLztRu1SWq9jYSNLNnmBjOpVK4VttDb5nIYtRS/AT6g1x4LoDxOXfs43sNPsar+1wBKZCOxwRPsutoXdcCKN3/fSviBU8ou5Bm2gkSiboBTO1a9VVolDwgMWihB5Akd3rryCT8HtcYDfmHyHxaFyP0wJLj/JyTDuLcYVmT2F6o8PR9Zc5PcHlMHJHGmZkTsJtBoB0z/jRHSef/BvbQG/Z8mrbnHlsZUv1yBXzxtw4vydVGhfOL/j56KvmMBSytrap7+7muZ6QxMaEkrEO7sUQelFEiWWy5QCRUCxV0Ug7oTIlEhUELuqHumrTGoQ4DvwXxCqkeWygjdB2jY1jZ12l2+ukMdIMqVPqlqRsR20Nv1dtEa+SqSRK8kb8lSTeLlChHCroWJhMV8B6KpeQEmEMGSOsJCsFGa1+h5Y7ipf1KGQ7SApNji+QxdzHbEbuY3gQFsEi6c1/pTH+vhQDHJm/k/+TuF/cRFRSQ67VJ6ghqaog1Cq1FnVIHUVLpOvVJUU3l66o7K52wj+i0VSgXHeqDeXliT0pzbknEKiJQk1v+mBdug7UimgFraiw9BYcqsW4QO2M/K7jbuDZl3IPOqNe/jfACsoDGVk/DH2RbKgfZkBawo1AFxP9mJkzWvdWDW90hIJ6y/BlQyLfKatf0bL7vRsXLoCKx3du6/hNVbwR4HbIgJs9AqVfyn6Xe3R9osrn81bdHRjlCQVfe3jdowi4ipyd0OwGVa08/JuciNrvzX8pjcK6pJEIGaEnx8G4yHfVa9UeqadA9m13aQoJ7xQCVvcm8kpUDtp7rQeKDZ0Qpg21TETRCIcTC8/w4cMzdR4wFXAb2kmj2MmTV2/RVbYHFs386fJ3Pmc/uHZTZmlt+fjarffS0ZgNP6soG4HV7P0xM9hx9tftT0Qjud+6bM+gx69C7ywXN5JycqeeqBGalaaC2rAujBMnWycrkwtawm3RudEl0VtjrrIYprSvL/8uL1CuvvxHuh9vaDqma40Gmhbc4dCak5A00hxvJpORHSSgkaSW7EkKyXQlJCs7K6Fwk3yoghchdwYrcMaoQymzEKXMzJZKeOYYrhrO69ClIoQOvaz80P958H/mdMy//uq5Zzas/MWsjL8pVTl/9H2PPP5Ayw3JkmGBzOwDxeNbWz94aNenbRPG1FWw456aYCCyf9cTz0T9vio/O16RRg/NyX8snkEPeUmMjNIrJtkmFS7XhNgQ1FKIYSh6SGiHS4Pi7VLA7aO95GBJeJP1UBxVMIOvuZ/7iYuejcfreZhR9yXZEZkuE108w3Zmn1h8/NzMiS2/uGbh7S2wiO0sm5XYsmXFbbU3rpo8EUaCY+upqW0zU3H44HwJLddcL+z68UOlKCf31AVxM/GTInKjPjNJU7YMHWkbS6dIU2xjXZO1OdJc2+zw9fISpdPXGbyJrlFuct3k88E/ioocBXs8GrFq1pnWLutKq2S1ijsdAUUJ9JJXitPFUAS96qGIWTHPoisG2cFgPsXNOsatnogRt0biOJaaxEC8cOGY9cBLK94dVbH2vU3sObYTZkMleMDHHhYWdy/abIW/9d47I80+rK2CGiiAAIxjf2UXZi9fsXQ1RmAKKd9GuRgxTteTWPF2+sFude1xq06bDausWhgtpFbV6nb0qvOcy5zUiVHT39iYNkov1l20fmMjT38kWgnT1v64n6dKoj6DUcTdIGwMh6ZULW6DADvHdj788MkPpm2skxwWz+QblLMX7heWnY2eOGFXeDSwDvEM5kMZ8rLZ+oj2QHt1eyYbyGauDyzOrLeudaxKrM3Y/clQakdcK1Nrt4eQF+yQixQlnCz3Y3TUD90UPjQM4YnXibpBYpDmmWywzGzpt9EDI27Ipbhp+GbczJk+/bP7Vn0ys2rMkbYF6+PRotGPXXM6T9onjPmvhXMfutIJWbYzOie5Zcua1cMX3f7Ye1eOaijyQUFhqrQktmC8v34U+rjknt+0jW9PldVdyEPOqT75wBMbSjhC78ahaIA71+px6TEia3JMFmRCVRB3kV5pFwENKExTOpVuRcC8/TT3KRq+eZBSNeBFPej5RTbWC7eKXbvBzavQXlzZY6wc0T0Ub/QOLGQUIb4QRzlzDfP3+GXzd5Z30QsV5Gp9tBgQivxFFaE9gafD+wP7wtayhwo1dzBKRZfykE9TVVdxb3RvEHqp29nr2kuohuSbDqkkQ2qGTBvSPUTM8rqQRXdo/Y0GrKIrgo0msmKYDBukuLx2+037G6P/sn8Uz7LtVo+ndUz9ggouZ3bvdcv21iz97fx9h9l2i8c9aWz1d4SiC5/S2hkrk8l4KnThU7Hr1tYZXZ1zF71/PFdKa2euwPvRAe0kD2oXwIqQAL/XP9Ld7RdBc1of8mou1QkYRqGaUGeIavZe54HgAJMdkNwIovi3iu2XPGy7y+2bMq52YROXsvOFpfuO0+qWO2IYBglDpLZpb79loMkpqQzRxE4SJK57/DsVLY6FSMU6VBpGiE4aEYzNUT+3E5gZb4yA4TrsW7oCqYwdZn/E12EYByVQBqPZuEQiGYvNGTZsemm8vCQe62is7aC1mPz/Bc3ghyCMYkdz76fWLOnaXFFZUjSk/M7rvndHZXkyzqNyL1sgjUIrcVxu1lMttEVtic1QZ3gXqgu8a6w9RUpwu1tzqMU75IA97EPBS1xhpddxIG4WULRX88UCeinnBo31zRo6e9zEfYs6N4/nZsMi+rsv2A+612ARTc6o4EX0nk8ntU+rLGVVUn4VVtHfstNPbcMq+t8u6x4DNRYYqMFlbdLLeQ2ZEpsbWxLr1tbGLLx+eFReQCD8byVkACQukzPu/kYBafh/C8hVz1x/4iujgMy7faKR+BcrCFtAbRPGXyoimOpvXaohRuQJ74nXEQ8ZsR8c3Q6KeMvrdRBZo/iQqtpVxUqIL+0Dh6VXOeA1Is/N60Fzcy7FITY7gLGXJ4vwXix4bcmUm1u47VY/P8lb4xEcVqsvlNPErh9fO5ZSHvXzsM6uRRvVkI26VpduDU1Ir4I19jXhVQlLlNOJuAuJfwyHJjeiR2GFGBGmIbvkBCMeL90T0SxGi4FTi8W1RwjEKzYVujfFCy0GUbcpLiS+dd11YDEqQwoTpT/db5aylMky3Jj2WaNSg0+MDyCwGb1mSBu8IxkfIB2m1YPGV8S17Bj7x/azk+LhCaNHbJm++NqRsyruGvHDbcgJbbf9eXR02vHrv7t6+IKGHn3LnbDguXdGlECFt7owGE8PrSx1K3614tnbnvh9JsI+bRhXU1UxxG/3a6WP8/qX/1K4RXqKhMkkvcomhSWq2rvt1K45LXvsNjUcDqKuLp1z+ogaAatT67VZl1m4mpkMlhajA82Y7adRGHlDX2rSXV4CDUfF3Reb94xwyxUbr/7d8W3bkKtPZ/+bqq4JLUVzPcU21b33BHWexcT9+Vm2oumqRKIyZMN9f5T/WFLELsSrUXqlTS6UJ3vnepd6eyxrvRbqlxTV/RCGthHYJmxxGouo1W+235weDaJW/YBcl8mDjbjCdi54euXB12Gx3eedMm5o9zBYdOvkqe++SU/m3pq9vLS0pCQuFKEkxYicfpREJrcbfdBLLmyDJB48FYqTtD8vIbkooBOkq7ChwZbmDqOl2YwtzQJYQm+CdVQ0OqW4omKnhAPvnlS6lqzCFopY09apVkoEDb+PrYXZWZuSA4bMZY0PyWLjOdD6SH42lS1iM2A9iABi1/ldYteFC4KYz5uMTb6XlpGJmAAy+cFpQmz7KIkVq6Q0VU8APpMEsUm+l4ik/AAR80f38TZcFIyAVpBdd3OvC2nOjQmOSJARNhNesYntPve1fK+P3QN3cazcSUeKovR37DGqyWJ9Ii0qsniKqiyJoibLWmFlaF21En2NuKa5Ol3dLtHlKpQAUsekjwsDAc+xQosrSg+T7jSQdDrYHJwaFILB0sPEClbzhIwTdQOlMMK0HN5xDxymIFzVX2qrhl9sq+rNYvTNLkwU2Z8yWxevfaZ91pTP165cOX5XvKDqF11nPmZ/GnlHSWW13eOtG1HeQWfNS0987Nare8qSUYvY1jjM+Z6jZOeP2J2HJLfdmakqSqqamuBa99DhYitqzWtYtR5WBFmh8deFj/2vKxb1MCGl3aUQPkxkkFFc7k9eznL9mB8YrIiymOq8DvyHeia25j//PA/ks7/k2BNFheGCggmVlXpRQTRcEBo3tGKc6D2VR/ec+gA9zSYmO77XvjQeKwrGi5dPm3ZtLBopQNazH3nMT40zQwtKOVKvkBSbLE6jnbSbCvQPYH1DUcQ3JIm8AVEn/tU4pzo7nT1OKZtNo6H5H0n3Z/mZB6dIMHBRP3sCrqa/vTTCXWy1eaFdkFFLdcioCzFf5ugjih4jES0SiwgRUlBAOb2WOb1WnKFQZJfSG95lPRhTY9FYd0yQVflbeLZ2DukeFoH0RaptED8ywLUHztMusW1/QuKnXVdMTXaNFSxsJ7uBc+533mrbkC6Ez3iRkDze9iXK+V3CTRfu5eT7jeN2hSkmZ+TSD0XpIySrj1wqLfWuk9Z5xVABgT2DnUHY2WnrtlGbzREK9xYejKrRaFSPdkfFb+8TEIka3Y08m00F+pszGLxkwN+XNwsG9CMiucuEcUNr2ypL0oMdA6gQmf5R2efIsqUhDr97fG2x2ThE3v5NkRj452mpUBqQXu5B6SvJGj2hFqYL5xUKhdZkUql0THOC05ly65UbKmllwq/5/IJbHB2E+aQcJOKCLpIEL4niPIRzL859ONeggDjxsuFcwTmnCpyU8RekgxkODkZCZjyNODnBoztRfnkbNKidFq9D1wz+kzGVe8J1w1KLpphasiWGpgceXD5w90f8s+RwOlq7zTbJbJXgUR8z7vFPZrxZ06gzYhTZopekE0OHCj5SXCxbLHYaFYAIIAi19iKXqtrssSqoGh2BTpIGkVSgsnFU1orKFaNyBTj34NyJcxfObai4BS8BLxHvwaABBi3Q3L8c0hnUO2PYgBthYMoHNMVl573/yQiDU/5sQSoeDNhvMcYzP7ihsKm0bH6L4OZBzLHeDOBvMQtTbZNv2HExoq0pwz49ejjliURESVJKIVoGpAzKyqqVQofLZVVKD6KWldD1YiyZjI32oxksqHIYVeYxouHcjnMHzq2GOQoIvdwkpj0yaa2/+d9NctEm3Bz/v4jg4R80wz9R4peK/2NUYC5MXbEdc2HRhHNi17dFBmaFy2NkhfYsRkgYc7oC67aF2Mj39Igk2hSbVaAWSwuCs+ygbQKoQlRoFgTBchDaUKlbddVqpUts6zDNNcU10SYehCmocBtS0Uwqyw8mUE3T4dkMJ3ZurmBp3BI36nJcEBaxG8ayu+BXsBFeY5vZCoDbDx/mToPHedUUyFPIfl9DqZzEhxK268UWUdQ0JRmEYDDi9IXDuzFj5cLCrT7w4TeOwK0YmG2YmbeiV6cYrdFA4gGXwbQ3t7QH8dobjwX8Potf9PvERBzq6oclEn6v8eZ+Ck7AiN8dAol9/VXuj/Duj/bdcP/JY0+JXd/f/LMxlpp3n36BPrpy6Yes+c5N7CseQcvyX4qPiWuIn9ToqiNGdLQpCcoqEmXxCNyMQNGOQbEac2YyMYFhwDDocmSyiZgbXc2PbwZOb+rEx4bs+CX7COJv3VN25Dz7nD2FNaSgX4ywvs3sHfbWcvb21aCDhK9xuBdaShph+M9Fhug20eHQlN0ol/UIbgpoCwXfCXfOpc1xb+SeMb6d4M5wCZ6Cp+kZdht7vG0GzGHPil25E9gLfipMy70KMYjgetwjM3AfO5mgqyKxEqsTZJttNwAofbBOV7rlozKVZZCOwC0YDVMQIW5BAdouOqP/oisQ+TODT0X8xkuccWGG8FzuAPXkztAJYhf7+pG/vDGwaxR3VbB3U0XRQojdhpvsRo4t9cGaFym1wCu4jxX3sxgRaByMXXI6/pm5ZWaXGM39Bf7JLGyXsE7oeJyxFlwc91me/0KS0YuFZKYesIcgFAq4HYRkAhALQCBQ5JZDfRj4ilN5vAAKCnzqEViDlm1H965BCJx8UUlPI26eMbN7IOww9GWRe3cY9uhB0+e8Y2yoj9fHJbmRvX03+2+2FW7Extx5ouzgR+zVh/csG8/6qT4x1oyutp2DaVl2diE7euCJom0fENMuEhjemKS7FbIVvQCS0yqKuzEuhD64Wdf407hu633Wj/iZomSTD6GJkHNzIw0+dPu33PjGEzhg97ON7D7ohttgGfySjUSnfB/W4RKYYsJaY+96RAIZ79hsEoIECIr0czSHzH2PEbBmwPt1+Ic7Ha/LaMezdXwb7HwS9XF/wp0R1ubosWOU/frXebown889gqs15s8I1+D6GhmjFxLHfQ5wOVwOz1bUDJn3xHZ8l2XBxT2gDsT3ZR7AnTgGmYeQnE5iN8mbSd5IutHgwjWMsa9/fEvJgu6bJrG/0e/D8395PwHFQ5ZeB/fmB2wrVuP+EinXnT4yDJPMIvI4p6/gdqKRVkZUm9mUvfh8r/rCalhJA9hkvDzoo09wHQfZqpeHRRAFm02eY4dWO9jJNO4xi2umAqLSolDFjGl7H0z5GZWMB3YJpzaxzgaizWdL2gRJx+mVEtixC01Jgk1CX1usrwyEvSFQc7MR741ZNEA25c40m+7NDnAQ/ODhSGzKKySEgedy0ifsyfc/PMVegvtBAw/cSx9lbfBybgGCwFu0mmvyNGqiGVm4XlcUmIj9h9Uu897OpTgnyoKwG7XbjPL35fv0oao2UbdMs9A6C4gWnyVpEe6iQCfi7al0HqVXUrDTME1RwUJFq2Ta9KIKGUMBrgEfUIM6dyblvhig5sNEDE+N/Zg1sIOwGPpgIp2Texql3U9bee/RjbncLa7F+PRxTCYxL3i9AdcseRvik4OjE09c92WJezkmm8dpPFVJqZGnCI9SN3ua/YG9y34CXVAEBbAot4Fd+H4PCLSW5dkBaAExD5PYS83s6PafwGjQiYnMYh9azUbciF6ahf+fCSr1OgB2oz1IH6x90eGg9ldgLQoyWEC/AV9mmUCdY0axQrTmZYr6MDF/Co0wlJ3+4NCN7/4OMRsNsP+X+96jLnZy+1ZuBfactAyt4MdOo133Y456nV45FoFIJBaa5dyGLDxwEG2hQfvLLXQWpfQICmJFUrOGYC9swET/qf7sZdYxJOKVnINXxo8VS0iSetNgPgqD1hI+svxw1sz4+r3shwXYf72B5SsOUbjmHTab5Xp7QPQsKzhdAq1eaDoNVhjNjrKvX2WnhBJ29MHnDOOZVe1mI3e8ZL5eRh0uWwqagNoArQ/QQmbxMmuzud1+yWWingNh77YXXS7JyRXhICRdCivDrJdxgYxxMpM1csPo4MB8PIxWtoBpZOlm1sJ+tYTdR13nIPZnlln29mG4h60Su5598t0FcD/7ZDs/xJiTPy2uF1eTJLlC93ljMVkuKyCqM+pMOwWnXKAhCVhHEhhoAXxHYw/gFJfllxlTktqaBgOgeK9rHnNl6ow6YR5yFVPu+lh2yF9P7mp/qvbVvVD54RenK54/NXP65Fv2H7qevXWavTMGSu6aU1KWctQ8uWHXW5PY2evqSirK/YlJWxftf53nMH9+84zBE8p1RGcqCYJVAUy/1YatBDP66tweaEyfyGgnLhF08Rl2MxaDVWKvMOvC/xJmgcrX25b/QjxtoHTpPuJyeRQZayJHoynIhW8eTK1msxgOAHEsaRwvmVAsnsaU+hf7J/sj3Hh42VQsMg8f++KL1+mx3M6/dW+g1+EenJs6jTOluXrxFRQKMG8aAAK82ElEbDKpKRVkInMKyp++axw1sTRKPikpCRIVLnFTD0dGLpDJTTky4h9KNnBa5GSj2d1sLKwCO2jmaVGukf46nze5Dz8tEvLmaRHykOALoPbBVF0pA/VR1UntpSl3PUnVc9s8i+kfQrkFUvCygDqIwKUwSFizYWCTgLmfhWV8n/8L/+sOHgABAAAABVR7xeKH7V8PPPUAGwgAAAAAAK1sU/gAAAAA1g5L8fua/ZMNqAiTAAEACQACAAAAAAAAeNpjYGRg4OD+F8TAwGfxe9bfQt4VDEARZMDyFgCDcQZVAAAAeNrtlzFLw2AQhp82uRr/gRJx0UHM6OTsH3CS0EUEQVBBO7mIrg6OCsVJIVbNJAR1KS04iSCCILgIDvobhE5eUlHUJaIRh3vg5S5f7uW775Ll8yiRUm52leImHJCD8iNDFIRcMvd5rZLQyvqrMZrV9NPq2e6uZc/37/kH3wB9ufcNmZI6sXtCqLEqk4TODEGav85p9+38TWJvhVgS1VpWH6d1Tkf9baadffUl7MkYg4XNSfvjj5Hj0tNP/O4FddX6d33eLGe/eo4b/T53BBiGYRiGYRiGYeSkskPgXatu//ddQibwxSdyOyzJocYr1QKRbFKTBpHzzKrrMZ7d0eaJKhv67pSGPLAsvZqncTHzVVXDeufdkhH8IntOe7Q/zDCgfM6RTeErL0ZCQxwAeNpjYGCQh8MALLCCFMjIA4duQNgJhKuZTMGwDwm+wQaZs5l3s9iwTGD5w+rMuhcIX4EgGxtbKdt2dg72OPZN7B84ajjOcgpxZpIEq8iG8/BDLkmuLJxwKXGQm4U7eRSOwlE4CkfhKMQK7/Lk8ryjLuS15O3jPcfHxGfLV8h3kp+d35y/HAhnCzAIhAvMFrglaCnYJ/hIiEvIRqiBRDhjFA4CuHEUokMAhcPfCAABAAAFdQA0AAMAIgADAAIAEABAAFoAAANuBvYAAgABeNpjYGBgZIAADSBmSsnJS4eyxYohbDsQ27EoN09HwbmyKEdHwb0oNVtHwSexJA+7KAA1FxJfAAB42p1Vv4/cRBR+u3buvGHvFEESCAQyoEgk0WY3lygBcuJHchJBCkdQFAWl9Nmzu6Pz2pY9vtUWiIKCNIgyBX9AlBIhCgpEQSioqKmoKFJRoNAh8c2b8d7e7SZCnLX2N++9+d573xv7iOgDr08Nsn/n8bO4QctYWdwknz5z2KOjNHLYpzaNHT4A/LnDS8BfObxM61OegI5gbXGLVulrh1caD+mBw6t0pjlClobvIe9q877DPr3SvMf4AOwHmz877NOLze8YL8G+1PzdYZ+ONn9lvAx70HzssE8vNP9gHMDe9lYc9ul48x/GLVQRe8ccbtCq96nD4PGfd9ijjveXw+AEs8UHgE84vAT8hsPLtDPlCeiM97rDLTru33B4xbvrbzu8SreWLf9Bo0PwicPQIbjG+BnYnw0qh316LZCM26bO4J7DqC34gvEq7IeC7x32SQQPGB9innsOGx4b/5zRM/jNYegZ/ML4MNfzp8OmHqv5EdgPt1Yc9ulkYPU8auJbaw4jvvUq42Mcf8NhxLfeZfySmW+rdBjzbUWMX+b5PnbYzNfO8QTHf+mwibc6nzTzbd13GPNt2R7PcvxPDpv4bw0OZnQOZnQOZuoPZupvz8S3Z+LbM/q3nf4PxPlza5fEpoqKrMz6WmxkRZ4VoVZZ2hVXkkTcVIOhLsVNWcpiR8bd27KIwzQUqhSh0EUYy1FYbIusL/RQzhANiqzKjTnKRnmYKll2p87LNcnVLImBS2QTF7sXLjj7WWPfDDUYx2IjLLQsdonLKs8TJWPRz1LdFXeySozCiahKiQpQlTELnYmokKGWHRGrMk/CSUeEaSzyQsEbIUTiGZYil8VIaQ26rQl3kKhIpoYLjlJkRQ36JkNnvs+8yOIq0h1h9MHejtlTJ1CpGA9VNJypbIykKo2SKoaY0+qzNJmIU+q0kKMt1LIbDoanVcvhsUoHopClLlRkBrebwGyfcq2zAqcUsmg5MlMuFLLG2ThNsjDeq15opZKFaSdDKtwrnVdaxNK0aWKGMsn3Koojk05cuBkICKHPUG0p1Nwdap1f7vXG43F3VOvXxfHo6UmeDYowH056Jn/Zo9skqaCYQkrxE/QR1gNYJGms93s1VY0V4Edznj7W8Zz1febR++3eXe8H76H3I+7f4LMv8O/hHK3RJaBNUhQhNqMSvz72CtoAKijnewiLAkqpC88VSnAJugnbgIbwlbySeJqMO1xVd64uxXG2I8MZwz/Cs6Bt2Exe4xnCuriiAa8r1FRHR3iOsDYZFOfvLth5ea6Sq/AkU+VK15ugi9h/Adfe+LPT+E1WwtY4Zo1M9ZqjF1VccrU59irWxEzMZNKs4x3uRrAGEzwr1s9qYLWqo40t437NGQk5YwfrmOMMv2HosLop58kRqdzeyLFItw6ZO+eqR4jS7DO7triOegYJd2R21XXZHSXrX8xZ+tMeOv9pnjmvY+yJsO6wXvb82LydaZ79HSie1ph1inBfrNnYdWqiI3RT8YmLF2pv9iSMTiH+NJ7mbG45XRax2xr+r7a77DEzDWAr+ARrnlw0feMWdVBnn69rfeYMmE5sL5rz1e+y4be9xrCMufOM38ennb1wz6mSPJfM3W1XFldY5XwXXG09zZrHRCb8Dj/5jNqvTOoms8tevyHKqWzOj6l3i5W2sx2y5jne+h6uMV9dnsXe89d1X48e8IS1GbA6ORgmsNb9l/Tk77Va+L3+EPYh0A4YTEQ1F3GNM5XcjWZd5r/hj6DSNv0Nlkfw7Pff5p37rR/gnmBHf6H3Y9djxXplrO/TOpuryj/hv+Ov+xv+Jf9N/z3/bf+6/9Ycw60n/re6bqprrGE17zFnP0e/2QI1M35Hwn8BBjV9fAAAAHjaY2BmAIP/pQyXGbAAADQ3AksAeNp1k0tsG1UUhu+ZmThOY3tm4ji165gzrm1IPYCrRIqgLDINjQQYSNSGErdRSCCL8pBi6gKF0o4Bhyag8jAvQ1jAipJNx2OQXOE0gR0vFRAFsaZQEkXlVZTuhjOZUamEcuXf3zn/vb7/vWO7OtzSgFmWhk52D6TMFQt3FiDFuiFJfZIBNBMTLL7OrfRuMYR9rp9zeRwmWDv597LbYC/1ex2fnCID9jsco/4orVHJeRqOMIV4hHqZ+JTrPwmHWYp4mPpO4hMuH4ex9cwCHFznQfJDxEfdzLzLKZePuPMPu/1DLh90ecDlpGnJuAAPuPH3w4QZQq0O47VgsNem6ZN6dwZg3D3HfS7HHFpLMFHzS71skXpgPhikOwbp7nebkoV1uMsULWzAnfRks+Ruc9wu261DzAzaaDUFG5tM3sZm22xAi/tMvc5kszO5xeywJ0NuSLuzXdAJ8ZArkNtkgu0KWiuz8LcLSbzwq4x1a0mb/IHuov0EP5Zl/Jr0FelL0hekz0mfkj6cS+K7pHfmFHx7rgvnylH8sxLCDyoRfKuSxjcrKXyDaq0CFVou/gWvlyP4WlnFV8txZGWwg0bLrVKv2MBGpsFnPgF2WjrNiXVgH4NyWb/MSWvKmrbG6/+AdEm5xCkXhy5ymdW+1cFVfvu5/DmuZnahWZMxU+urjRt5I/990y/nk/gzKXPeDqh9Rhexg6yPqPhOvxG/JX2jK3hWl3GJtEh6+Yx1hhMXwFqA6ikZ86dAOqmc5F6c3Y4vzGZwVu/BmVIYj5OeL92O0yUZnyvtwBJtMzX/3rwx/8e8oL0P0qgyqo3yf9OOz+phfEa/A4vEY5R4lDSkj+t5nZfEOHaE0tjsiWMknEaBj2OwLY3X3yCm1UDXNvHa6wLJlLg1EVDi4jUYiHbG/OHIFn+oY7O/LdjuFyXZ5/MHfC2bWn2eZq+PF5p8DDifJBZFTvMUPZzGF3lOZH1skOlMEFmGSi02Rc0iO0v/CW/0Fi+KO7zI3+xFdpMXh3rAaMuy7HC/EaRfX3ZPv9GjZutettvoVrNGy9D+kSrASzlyDW6Gvp5hQ5ipc4S2W/ftH6lDxJ6ejlJrL6xDcfrEieiVKpdTY8Zkds+IkY/ljG67eCWWYyqNwqFCoaBuMKoddvrk7v7qsjCQGDgwYSwndhnLA8aKXa8kdoH70av3oJI2vdI5r6sGUx9b9w/9L26jc4xteEAn7r8RHlP/BeXZXygA'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Arial Rounded MT BoBold9478A73B'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Verdana Pro SemibolBold9CE9434B'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Oswald Light Charset0_v400F0EA3'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato Charset0_v8MUn45tBE51451DC'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'LatoBold Charset0_vBoldEA24EE17'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato Light Charset0_v8sD1CF4FE6'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato LightBold CharBold30770A0A'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Open Sans Charset0_v9TY33EDE6F2'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Open SansBold CharsBoldE47A47C6'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Oswald LightBold ChBoldAF84F3B9'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Wingdings Charset0_v8sYB58B7A1D'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Lato SemiboldBold CBoldFC61D9DD'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Amiri Quran Charset0_vA096D8656'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'VerdanaBold CharsetBold7FD69FB3'; + src: url('data:application/font-woff;base64,d09GRgABAAAAAJ2UABQAAAABHyAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAABP1AAAFOgAAB20hDKdwEdERUYAAGS8AAAAHgAAAB4AJgV6R1BPUwAAZNwAACy4AABZvoUvgE5HU1VCAACRlAAAC8YAABSkfNc8P09TLzIAAAI4AAAAXgAAAGBz3nfgVkRNWAAABJAAAANPAAAF4HTxfG1jbWFwAAAH4AAAASoAAAIq8tw9K2N2dCAAABCoAAABlAAAAxRujYwMZnBnbQAACQwAAAP+AAAG9vBp7F1nYXNwAABPxAAAABAAAAAQABgAIWdseWYAABI8AAA2oQAAS9jrS7u8aGVhZAAAAbwAAAA2AAAANuvxP4hoaGVhAAAB9AAAACEAAAAkEVAPDGhtdHgAAAKYAAAB9QAAFQrTd0WYbG9jYQAASOAAAAFWAAAK7M9W4e5tYXhwAAACGAAAACAAAAAgCVYHsm1ldGEAAJ1cAAAANgAAAFQurTRcbmFtZQAASjgAAAV1AAANMw73dnRwb3N0AABPsAAAABMAAAAg/3gA03ByZXAAAA0MAAADmwAABR9EUpMCAAEAAAAFVHt3bsURXw889QAbCAAAAAAArWxT+AAAAADWDkvx+5r9kw2oCJMAAQAJAAIAAAAAAAB42mNgZGDg4P4XxMDAZ/F71t9C3hUMQBFkwCoAAIKWBXkAAAAAAQAABXUAQQADADgAAwACABAAQABaAAADbgb2AAIAAXjaY2Bm6Wbaw8DKwME6i9WYgYFRFUIzL2C4zMzKwcDEzcHCzMrCwsSygIHtvwODQjQDA4MAEDP4BisoMADhbxY2uX+RDKc4uBnXKTAwzgfJsSSzXgRSCgzMAKRDDp0AAHja7ZdNSFRRFMf/M++emWeLXKaMuFHQHFxIuhBt0+BORFBisoWMCYnfrlyYCgbiQl0pWLiwGCcdRKUhRYwJbSOJ9EWfELio1u0iV/7fR+rOJw5Bdf/w4xzuvedw37kX7jsmfLDkf+pgSaXwCKco8AOf/V9RYHxAN+26NSar6JVV3wXaDTJOGkmcjJJZcou0nZo7B2l5gdt2zn6kj8ZTjq/6UGLP5SIdnD6ely8n/BV0HcXlIQceJVFclxkk1RNEaZukHlEjhrDlu3Wa+72WftLsR1JSZMhen7TWGQeMf4ZmY55xKTyQK8gPvkepnb8C+cigrP3hD4tn/O088WoHM2T4rHFmq3PPMvYdb3g+HxHGXyq147vEOn4n+9DS0tLS8voGJcgnl8e6IlpaWlr//bvwnLwmW45//I/tvhlvya5rl8hm4D7C5kvyzukl2AP2qmWMqF+ok4uolgiKJBvNMoEu9QplUse++C5qPfUoE+hWEQyqG6hSD1EhpShSk7gqMbSqAeatZK4BxDzliiAkIcTVAXpkgXaPdLA/H0efJBA3fuKOMlFp16Ed8cAY59aQkH329Vn0LdtpxzWRQva8U1KMUHAJ1+z8l5GV8fPgHvWt1NIC/NtYPE+8sYkaco+0kRZSTG6SBteWk4jXdf9WdQ8BqD6cjwAAAHjaHcRleBBkGEbhw78JAwQkpCSkpENCSjokpKRDQkpCSkJCSkJKOkSQFqQkpCSkhI2VsLFibKzYGCsWLF4fv3Nd5wYKUOD/8CTLw/DAw/J5h4KyoLMQhaQnnrIwhS2PIhSRRSkq33UWo5gsTnHLpQQl5HuUlCWdpSglS1PacihDGfk+ZWVZyslyzvKUt7dUoIKsSEX5AZVkJWdlKls2Vagiq1JVfkg1WY3qsrrMogY1ZE1qylrUkh9RW9aWmdShjqxLXVmPerI+DWQDGloGDZ2NaCQb01g2oYn8mKb2hqbOZjSTzWkuW9BCfkJLS6clrWQrWsvWzja0kW1pa2l8SjvZztme9rIDHWRHOloqnegsO9NFdnF2pavsRjdLoTvd5Wf0kD3oKXs6e9HLkulNb/k5fWQf+sq+8jX96Cf7018OYID8goFyIIMsiUHOwQyWQxgihzJMDmO4JTLcOYIRciQj5ShGyS8ZbQmMdo5hjBzLWDmOcfIrxttLxjNBTnBOZKKcxCQ5mckWz9dMkVOcU5kqpzFNTme6xfENM+QM50xmylnMkrOZbbHMYY78lrlyrnMe8+R85lsMC1ggv2OhXOhcxCK5mMUWzRKWyO9ZKpeyTC5zLme5vWAFK+RKVsofWCVXOVez2qJYwxq5lrXyR9bJdayX62UkG9ggN7JRbmKT/InNcrN8zha2yK1sldvYJrezQ+5gp0Ww07mL3XK3cw975M/stWfsdf7CPrnPuZ/98lcOWDgHOCgPOg9xWB52HuGIhXGUY/KY8zeOy+POE5ywUH7npDzJKXmK0/K08wxnLISznJV/cE6e47w8zwV5QQZzkYvyTy7JS1yWl7kir8inXOWqvMY1+RfX5XVuyBvctCBuOm9xS/7NbXmbO/KODOQud+U97sn73Jf/8EA+4KE94SFe0svpjbd8hI/0wdce4+v0w0/64y8DCJD/8ti08wmBMtAZRJB8SrAFEEyIDCFUhjrDCJPhhJs/z4iQEc7nRMpIZxRR5scLomU0MTKGWBnrjCPOfIknXr4kQSY4E0mUr3hlPiSRJF+TLJNJkSmkylT5iDTSZDrp8g0ZMoNMmSm9ySJLZpMt35Ijc8g1L3LJk3nky3ynYeb1H7o51hMAeNqFkT1LA0EQhp/bPS01aowxWhyCQQhqQBBt/I6JIWI0MX6QRlKIYJFCkHQ2Ihb+BIO1YiM22iSN9uofEK6yUrFMse7BJVEJ5l12dmZ2n2HYAQQGjrxIxzMCerfiJvUphPPmt/SlpKUatbV7Oujydvt6/L2Bvv5qejDIEIQYZjQMYzAOk/UaC5HFaGwpTgJWkqtrqfR6ZmNza5ssDZTnH539ic+LP6Mr2QAplWkm0/BoO4GFiV/bAUZ0+/NEiBFnmSQpMuyyxyEFLrjkmlvuebOCVt4qWKcVUyldwSFDhJlzyYRL7mhyv0becOeSB9ZRBaWU3WTl1JfKOY2qk9djOw12lPrYmqkTX80DPXM++NQ/+U5RTIlp+SBmxKx8lE+UKMtn+fINCwdd7AAAeNqFVE1vG0UYnlk7iWMndGMnqZNtyyxTh8LahG+sqIKV17NtZFo5ji3NBg7rxJYcn3pGHCwujcb5EfyE2ZSD01Ou3PgRwAkkhNRzeGd27XwIgbWefZ/n/Zx33h23FnTa+8+ffb37tPrF5599+snHH324/UGl7Lz/3qN3t0oP6Ts2efvB/XvW5kbx7vraaiG/Yt55a3kpl13MLMzPpVMGRmUsix6PNhYcy7btoJLgzZtYpkrm37ZE+RtG1i2ne7fw/Vv4wQw/l2hV+tSrq8AR8n+XqCDxqkQqCy48g0yJE+sNKTuWG14vDMGjTk0i/b+2k1J07CiX9ajXz1bKKMrmQMyBBLYvIux/ibVg+GwnMlBmuVKWeUcaJab+Q+mOQxBoHSKBpnClmVxenF5XIXCbSoVYwnLekws6LzmWbleiMYnKF+J0YqLD0Fnq0V73W+hcF2qMUKrEBm3VR6b+4YDINATXiwUMYQMiqGoHG4Sw0jp4/SsP9LrHX9oXlszDm8kVRz4Biyff/WqlBCseEwWFeEnkj3v8utZWaxAERShYMAoBIRgb1mArxe1KOd5T0oBeOFQ5h11VJxsSMe7rWk91DdqUDeBguv9nJQTrUdbr9mpxdE+6bf1C7QOuNwitqwcJlRiAJq01YT2w42Y3WtxThdFu3YqPfcaECQMEmyqJqmAXAkhyRCRqcQqmVbX0q0gcVfXw2AEGr+aVl5wrmZSIN0jikP75x02mmzDzJfMNUqJP/VAInxJfhKI7uRwdUmJSETUa4gULIWuTg9fk8vXYkv5pIM1wgHeg92oC/Bb/yrJXgilsTiGCkYLByuntQBfg2U1e0GXU5jaBRnV4YEGfuJLbIMdvNUgwuFU446Rtqkf96qw9XiLatprO8cRFhwDkaI/HmKBD6wy52w6cR6g0F1PNWkdpRlPNzD2kkOUnhBFCazKzNXvumOsFNtiReP0/1P1YLwseT1lGEEuGlVJS1oEv/bG864D8yBFwCL9QaTpyjl9YjwNirsANoE5vnzb2DjhhYjYFMZPsVM0BjDrtDkTyKamhv2kjkd1oz4DhwWf61JneLjHenV5cAJv8uvvMLo8auNGGKYd7phZRfLIXufhk/4CfmwiRkzY/M7DhhbUgegg6fk4QcjVrKFaRChAFVKQWgIy2t85dhEZam9aExkcTjDSXmXIYHU2MmDPjRFs6kYsM0KRjjTu1TgOXibmR5vQvQmq7bnbOzbiL7pKxbFgRVtQZMK/hGBcxerWEl7EVgVdL0xM8ihZdK7YYgYUbV3jSuUrdOeCvlhC46RUS1dQPbp/iAFrJKWGkJ90m/z4YiDBQd9wPqvESq/UbblNTks2fLWH+FlT+AWLA4UYAAHjadZNLbBtVFIbvmZk4TmN7ZuI4teuYM65tSD2Aq0SKoCwyDY0EGEjUhhK3UUggi/KQYuoChdKOAYcmoPIwL0NYwIqSTcdjkFzhNIEdLxUQBbGmUBJF5VWU7oYzmVGphHLl3985/72+/71juzrc0oBZloZOdg+kzBULdxYgxbohSX2SATQTEyy+zq30bjGEfa6fc3kcJlg7+fey22Av9Xsdn5wiA/Y7HKP+KK1RyXkajjCFeIR6mfiU6z8Jh1mKeJj6TuITLh+HsfXMAhxc50HyQ8RH3cy8yymXj7jzD7v9Qy4fdHnA5aRpybgAD7jx98OEGUKtDuO1YLDXpumTencGYNw9x30uxxxaSzBR80u9bJF6YD4YpDsG6e53m5KFdbjLFC1swJ30ZLPkbnPcLtutQ8wM2mg1BRubTN7GZttsQIv7TL3OZLMzucXssCdDbki7s13QCfGQK5DbZILtClors/C3C0m88KuMdWtJm/yB7qL9BD+WZfya9BXpS9IXpM9Jn5I+nEviu6R35hR8e64L58pR/LMSwg8qEXyrksY3Kyl8g2qtAhVaLv4Fr5cj+FpZxVfLcWRlsINGy61Sr9jARqbBZz4Bdlo6zYl1YB+Dclm/zElrypq2xuv/gHRJucQpF4cucpnVvtXBVX77ufw5rmZ2oVmTMVPrq40beSP/fdMv55P4Mylz3g6ofUYXsYOsj6j4Tr8RvyV9oyt4VpdxibRIevmMdYYTF8BagOopGfOnQDqpnORenN2OL8xmcFbvwZlSGI+Tni/djtMlGZ8r7cASbTM1/968Mf/HvKC9D9KoMqqN8n/Tjs/qYXxGvwOLxGOUeJQ0pI/reZ2XxDh2hNLY7IljJJxGgY9jsC2N198gptVA1zbx2usCyZS4NRFQ4uI1GIh2xvzhyBZ/qGOzvy3Y7hcl2efzB3wtm1p9nmavjxeafAw4nyQWRU7zFD2cxhd5TmR9bJDpTBBZhkotNkXNIjtL/wlv9BYviju8yN/sRXaTF4d6wGjLsuxwvxGkX192T7/Ro2brXrbb6FazRsvQ/pEqwEs5cg1uhr6eYUOYqXOEtlv37R+pQ8Seno5Say+sQ3H6xInolSqXU2PGZHbPiJGP5Yxuu3gllmMqjcKhQqGgbjCqHXb65O7+6rIwkBg4MGEsJ3YZywPGil2vJHaB+9Gr96CSNr3SOa+rBlMfW/cP/S9uo3OMbXhAJ+6/ER5T/wXl2V8oAHjarZJLKIRRGIbf9/wzYwjlFnIZNSTCyoaVsmDBTjE2FkgWsmJmJaUICxsrpcZiUhYiKxJbC5uJhUuKkoxbU8Zqxjk+/5iymI3Ldzrf/3/1nHPqfV9XIbIAZxieVP9ejkF4P7/mxu5XqX89ZN7wT+X+2j8phlXdX9/lEmc5zR76OcYJjrKNg/RJn5FpHJs2FEKEVSxlLkkv85iBOGtYwQI6kCXzkzAxm1y1e4yteFW2WliUfYhT3OIZmrk4kDUiawNr6EMfK1nLFnbiRW4vF3YF29gV5kjOXOIOUbrZz0kucFnlqA7VL1wJ2zmvulXcUY0M+lU+R6w9xuhiEauxh2NcWFsoYRDXVqPaQQBdOGEz26yQVW95VFiF0qvh+szBkJ2AdWfYGU2Tg2C6HGhfMjeJYXOvH/SGkB49q3t/n4VkmYjcVIygHtA+/a4DmMNcYsac6f33hviUaTJl4qCX5eKBAwnx4AYnoh1st/LohkYEB7ZTmTA4F2UnhU9Ob3j84qO4xp2cyZYpwHnR123uPwBHToUeeNp9fAlgU1X29z33LcnLvqdt0iZp0jUtaZsulAJ97G3ZN9kMFMoOStl3i4oogiguCAouuOOMM+IGsgyOjssoOIo6LuOCC25U9C+jM0Juv3Nf0gLqfLR5yctr3j3773fuvYFQIIToiEyIgE+uZ2QqEv6IHf3wqHYoLwvZQ/Y8PAD+1S/rJHKWPxN8QQglDwkviSbZpX26Wg3LOoFSAcjrVqFZaBXwn/g60dl0C3RtOlEXU1SFJmKJ9jg+SH085qitLS8DIaz9iKaen/Z8HB+yK/kEHcofhAB5nxDZI5UQIylVM+nHIBrgHf3HOqK9elL+WBc0t5rxrp+319baPifpZ7wtlzv9I3uS37Lvkt9SNziom9qS31MbmPgzHyHMttC5sBF1KFcjVrDSDBKAAC0iMYjRWlIP9dRIPxDeE8lbhLZRSrn0tjPtOEYCIOykc9n2j/8GG5MSPcvvdzmVhTlCPt7Pr9rgn9RGmtFShMak4RIKisqTWHtKQGEO/xCVIYifewb/plSTw6fa6XtA/kFgOEyBBdAGEvBB+cdC+DFayq6HZfineN/WjhOSKp0mXhImA9TyAXSAocnS5FlClxhWW1Z79L47eziaHNShC91ZJQ+QqZyZsZFLSfJyNhITmPC+9pQ/Eu34W16WABfVyXI4N78gn1ZVOmqqq+MVHq/HIdnyw7my3eaJV1RLav+Gpq/2PHSqsalv/6amU/c/+lVTY1+2du7q1XPnr1w5n359kP1zytSW6dOmQfjgXyGnZdq0GdOnsRMHwfLFF+x79vM336AUYCBEPCW9TaykSg1Ij7TJIMsm2SLsBOvDFpPlekGiDxOhXliAoRRLnKmwtWtOTlbUc5lT1rCHqiqqUcoafCWeOpcDPdiLDetLKitFGAxxEAXnj3Z35oieZ2Nc7/2ESE3SdySbbFLLLGvMthpqd9lD5jx7pbnSPsh+iX2ae4nbQKjVatzh1FH/HdBMmv2tpNUv+vd1HFE9iq2GED/Vb1znAY9nc8BmIxQwKOIx208olKM2HosmNBkx0PuNGa/6rNSYEaC+jBiNZtRlNGVMkiZlzJPmZbR5zYkJ3OLRUKiqOoI6VFVyG+vC9upIPCi6XTJ6QheSms4u2ADmkStnXr360lfHBQeBexNkQP4NWyftK6C7fpr6/vClj42duWBIHQwO9P72nzewa8fc4OfabsboCEvfE5VsU1s1bWP8YDQKFT6joyJq7GbL7Rau6GHsYa3sVllR2avROLBiQK+RMME4MnNUz+kw1zg9c2r3ZbDKuKS7r3evnJ3NmBtlZSU7Akqlzmy271Ay86/vMTwwJUAD5d6N5YEevUSTIPRNhRZGlsNb2x6LJWIYYGiOekctHtFKPPNR7yhaMKVlODdSYI97eHCl7FCQnx8O2y867bQMD0ftY26PR9xX3mP0JWM+272f/Ty64JLTLT2ui+WV9Cwvv75u1NhhK4pLSrqFC+bmT/7XrLxRkLX1hrcGjBpxxxXxRfTZ4tbEnKf71PfrEYFBlUOcwcxB/foMstoEMBgczvpepTU2h6lPL+gX6lVeVL558prnfRZdMWbcmI5z0hTpDWIgZrJIHVqkA9nsMcd0TbqB5gm6Meb5upnmVbqlZqNphLkZi5NgRh/KCpjvHI6fa5MESRJ0sjDcMMVADTrFJG4yAFgDcgyTUzNZHK1TwasEWkszVQVWi2ttHybEI5BIQFgralg+4niUprzKtiZjdD9c+2ryRTYcxrEHYBJkCc3nttGs5EmMgfsxBopR3ihpVYcZNffrffpSfak5LtTp60xxex+hUd/H3uQdrx9dPEe/Um/Lycm6Mz/3jnw5IBsMlh1yZjB3U0A12msCro3BgMGFFaSUGMCgiYsRjy6Otse6PIyxH9PcCynX5uf/1rWaL1ERd7q8eKTicaMvPb3jiZ+HFU96c3b9LdHccCyvenvviQ/0LhHDyYGBKZHVzw2cNBP+s+SlQUMaoSYXGqsbsvMDar/Kwd6QO2AVGthnP1IhVlzzFK+MG1DvBqmd5JFeZK46uEyJG8q6q0o/Q5/uI/xjckaEx0am50wrX2xYYlliW+xb5F9c48iWYzuDHk/WnUHZoavbKWdmV3k8piLU18ZreH3VRTUT3eNAgGhHnVFjbgitfMoXl08tXu3hlM6d2sKFhnDJbhd/kxfWhjFDRr5944YPh09qnjhzGtS+2/hYVr7vylFH3vEMfbRl3G3q6OmsNpBXnBeZVlnSXEjLi/xDSkIj4Ozivw9oGtY4+BKwHXoBypa2rnFJ7ANz6ODD3WoLS3q8wDbnJkY0Jvx+t8tq6BZefXdxIDsHo2Mn1sMoRodMhqplCN2wCRFcxQvCHZJMQSCD6SRKi2k9HU6n0AV0NZUpEgSiJyKIqQzHIE1gDGC8JisSWqi2X3sEIMQRToomJ7Mx9GBSEG8UHzk7TnwSshHhWjo+koZKPxI/6Ya16Yg6VihyFcUzepX3yRhaPgamGCbYp/gmlEwuH1M7pn6ursU4wz7D3eKbV7HGssS9JHNVRYZMY1VlJWrJ6JIpVdNKFpW0VemrTFklohDc6UTPCZnZ13t4uQ5k+mo8HlJltsU2Zpak/dg3f6PN1v36gAKKRkc0d2IU22tr8VWU16r6dqxcCV6+Pb6KuorBFUJFXZWIUtaVrC8Si0qCdkdtgj+0Au4SQ9zh+VWV1TVV/CkSSpVvrFCQquly2sne6mqn5vkC7Z1UUkhD2Z/Y+w+cGjqk8ep7r1oFDaADF9Suv27nNtaydGpkcCA7v98Q/9QB3QoDDa2hK6LRAbetCF4SiJTAPS+e69+z7q5JrX/sI/d8esXjnx59dO6DPeS6l2nhkIkOu70mXNc3ZAp7qi9JXtHQVGYtsRUsGDB7tdPl7c2zZHbHZ1gdTmtZ0qz2q83tGelZ1JTbGGksmmib6JjinpI10Te5x7weS+hKaa11VeGaHg5XsPtOb8lOrxzUYXm4U8505StKdj5mSX3FxmzNmp25gXmhVYTO3EBqIfLcOF8PatLJgkYjoRTR6EoM+Xxi1FRWS8XN0+ayF99o+oOvMGdB87Bt1XVDzONuWzBmR/3oFhgKlk3/HDbpUnZlrCh7SHHBoFCgoDgvPKV76dxsQeh5gB2+fPlyhw7yLMGC4tJrp1RUFUXrnrvlNJRi0rCfrl21Kxr0+0LB2Q0Dp/h9Hq/JWMRZ8WHMj32YH24SIXEyUa0b7BpPx7jn0OnuVlOreVFY73SU3EpybDm0OedPOTQnR5d9i14ovUXnucJRYrXq8taSfVU5JW26pyptPyUrkDhqpuFsrp6/TCxMg2GqbmDOXAhvcDEQOi8+lfaNGzL++O7kMtr3yYdGjR29aPbNjzJXXqx47cJIz0nr8iqDk2v6lt51yRj/7s11PUvh5fl7uvftLr2RURTdmpj/QDd99tPwel6Twyawv8l2b2PyzUFDnWbKbqCZmaM5f5iF0XE5sqU42bCfRDvWP4Ho4d6Xerbv6/irOlYx1cR640GfnZEdFvLFIn1MiWWHwxPoBHGcYYL/kshSYZVijTnrnQucbU7R6czaahKDpWWlzaWtpWJpaf5W4nSW7qsiVcOrplQJwbXyM5VopITtpwoNUBLaAQ2EZCEalZAmXFhXPanS+jvxgpEVt3PklYUpD7IvZ8xYMHfGVAjsmXy72u+yohL/2OqadY0jb+5d1zi8Z69tjQM39igf4yvsPrN747rsaVOnQu7hxyE4q2W+2+6MudjtGX2DwZJ4Xe3BDZsPVtfEiiPZfTPYzswSm9uDdsIoEX/EKDGSQWqWsrVMVuVmuVVeJ/9Zxn8gbaWCYSvoeUGy2tw1elFPiFlW2uApEw8KDvpYd7pCoovZpn7EH8++KlYlG+k1ydX0GekN9gnrwMdNJDWy9G9t5L5qVNhaplf1zfpW/Tr9n/WyXi8ZdAJIDoW2kafNxMwJiaAX2qTUsAl+wEasPv47g0r/ZuuSr7B1sI7W4OOmZKv0RvJjGsIxizu+Fl7EMTNIheqfQMF9i1fAQnCz7PR6De62dby9yGrr5AcaTqYqQftF+HgBJ+ADCi8OHNB4bPuspwdEymaPnLMwwyuzR+nb8NS0R+vqB1gt0M0R6F5RvnQSHQmOtM2/RykkElZdVBC34qjNpBVzluhEtKxs+0mr69yqnaqJ3589hsrsld44OzxtPfmfeA8T+ed+Yuj4h2pXbDBMKuNHqh0F7rO+GO6iqhFnnzFqFIhiMliNNsVvCBjzhRIxZogZ6wx1xuFKo2GVcb1yvfFW5XbDnUZXtWGCoY22SaKB38ZpcdRI60zYcvCDRA2CIuL7T1ptZIiogZWZv1KNRjwaiSjoFEFnVCTuPQuxgIR/8wy2H9JVuqfMqF00wVXUkBfBKhaNRvGpvAyfE0gUo1GCr0KcKgLXHRFZ/ie7ip1iP+NjGxzG7nIYHBa+SK6k157zoXfd9FtEBB5Rm9AmNhLAaM4cbZtpXSoKmTfrdErGzSiyfW0P0oR/xwW2Y+YTEgqE1BDN1LUpTwVtZzCuOIjyflWL5gucrjG+FNv7VSHbNLDPhA/uO83W0RVbnh88cQpb3L+056IpfS+f1hbNCwlnp/+lz/iJDIUsL6/bd339JEeGxPpmRIITuBcv6/hCmimdwip1fD/J7VinWtBV+nV4kHIUS01gX8enahhfGDN8GdXQwzcAmnwj4zOUZcpS5wrv8nJTlgkNPww1OqMazeh0u17B8+i+jv+oJTwIUFt7VlTMFuqR1ITybskWg7oyXatO0OmMtwjOYHRtln1tMEsziYIDEVLFq9hJbgdOjtPcOFXK7Ogkzisyxagr2sNeFW2yD4hOtI+NzrPPiK62L4maEhPQcdHOkgcuEko1R+KFDLoTMUVeACMXMQw070y2iR3Zz9pXFC+HguvCiyIltaNHjDkw6uADsBTyboHAnKKJ7Ox1ZVNKCrpPXDvq9nGP3gdv/Yu196mAGVNmmiyO6qryQU5X2NfrjTv/AbraKHukYarZYe1VUFefZQ/6uz+Hds/A7BE17rhlP5F4beNmI8gQiUQFgYfIx6rVYKsRQgbeNGOC6oUYz0mMTc4LNDsYK6S+0iipWWqVJM6m+HulOnG8TCVRkq/CT0nilQIVCqCQ9oMhdBGspXIuycUms6+wmCwWZIz2a23JI/jQY4c0gUQ18gkgi8kTbFTyBNwCs2G29MYvMcz7b0QP5z2XdHwqPiNeTaykjMxUB1kzpJLMjEap0T9BmuCfJ82xzvMvy1tU1Fpqhh8CgainQDVbawoKwg9FbeaHPJ6yAJStjz1bEasAa2GgkBYW6tZnHijHfETttLpawcOfV72ovTMJquSLIMorpyshZ43Y/v+q+ceKOKpxT0l1rSnDq/avXlCcfUl+1aL+97x7+YzpUHj39lsn/L0kVAtwJcTBzu6EvG9kt8Xepypc4nI5S6739HZkeF+8Y/VOhFhFTgyqt4PVWnTo70kRtd/T8Y3UW3ZhjmeT7mpkAAzIHmedaW2T2jJl1zaLTSG+7YJHb7+aHAzIXuN6/f4cTScEZk2tVCW3EV7Gdbyy8r7GkWa69lQn05t98MHkLaqVPQSzR/9x4dsn2Q0zr47PLy8YWH7jZtoHq9Dewvzusiv5ft9R7Cj7dtvuQHbyNYvhYfT4ePTOQvEqUkCuU8NlQr1Sl1nuU4UB4hD9EGVIZn/f4MCkwLzAmqAlP4il1LWv4x1OSSz7Oj5R3fiGTcUyWWYDm817u8lWH4GIVl7xzUgk+3bisZGILdIWESKxIogUNRdB1tXygUJOO+zxRCwR19I1msrXaKqiSl0EP9XDnacdXSxeIxz0x1t+nDhh2pzJk75bt/ivY+LuumjRtD433Xn3zf0vi+RWeuJj9+cMbGz86LZdnw8e1LeikB11lHk92c/s2v1wwO0qcbOjhTH00MSOE+J36CEnCZLeamGToSlroU0IFqOWQhBD0UEybrfYIGeb5LG76HrybK7vav2BEKqQCr76du4nLnoiFKriYUbt52VHRLhAdPE7tj2xe+7Rn0Y39P/r1BlX9ofZbHv+mPCWLYuuKL986ZAG6AmmGz8cPnh0NAQfnc2lBTbL47seuC0P5eSeOiduQH7sJ5eroyM0aojTnoZ+dKg01NDPMsQ2UZpkGOubI89Tml3NXuwiFOy3XS74we83ZT7ksBG9TT9a36JfrJf0enG7yaMonvXkYE4sB/yw3nogO8VUzqArOotoZz6FUvyBWz0cJHYbCeExL0UFxXPnXtbvf3LRO70LV717NXuMbYexUAQOcLE7hLmtszfo4fT6zaNi7OPyEiiDTPDAAPYtOzd24aL5yzECo0j+r5JzsMapagSZxnY3GPWWh+xWs8GA7MaaFciieqveblpvnWJeYKZmjBok8jGN8iDfQevX1tZrEyGQ6v3d7pCbp0q4Ko5RxN0gXOXLGFoydzB42E9s+x13fPDRiKsqJJPOMeQy5cy5rcKCM4Fjx4wKjwY2QfwO8yEfMW6s2n2YZ1jpsHjCk4jP8cyNr9WvMi0Nr4ob3ZGM6O0hW761fFsG8rHbZb+i+CIFboyOqm5X+w5gA9LO8bmik5DFeCZrs/CJvN+jZVrckPNxU/PruJk4cuQXNy39bHRJ38ODp68NBfx97pp6qoMMG9T3uRmTbutlhgTbHpgY2bJl5fLq2Vfe9W6v3jV+F2RmRfNyg9MHuqt6o49zN/198MBh0fyKcx2QNFvvu3n3ulxeoe/Bgz+9tlCuhqS7iGyTg7IgE2oFcRdZL+0iYAMKI5RmpVURMG8/T36Ohq/vpLJ8Rpg60POzDWw9rBFb7gE7R6E9eGeHduds1UHxjfXpG2kgxG/Eq1x6rl37PP5x6nO6d9ALhWSy2kf0CH63vzDjIc+Dvmc8T/v0+bdl2ezeABUtym0um9VqyVkf2OOF9dRuXm/ZQ6iN4r/iIlJcVjyiuLVY5LMHsQS6w9Zeq5VVbcohVVkxTLqa4AtmybSj+4KL4hm2Te9wNPatml7I5UzsmbVgT9n816Y9fYht0znsTf1KLxH85z6n5aMWRyKhaMa5z8WWNY2jWponzX7/aDKPlo9ehO8H0tpJDtTOg4gQBrfT3dPe6hbBZtbf5rRZrGbAMMooy2jOoDbjevN+b7qDSEuuBVHod8V2Sw62zWJ3DR1QPqOOS9n8+Pynj9LS/tcGMQzCmkiDR7x1XKsmH0r5WE2MJExCqsO9XbGFEIisiEN5PizRES2CU/MzmFipjNeOF02oXQCyUj47xP6FP4dgAORCPvRhA8LhSDA4sbJyZF6oIDcUnFBbPoGWY/I/B/XgBi/0ZkeS70dXzmvZUFiU6y8uuG7WpdcWFURCPCr3sOlSb7QSr8v1arQ/7W/tHxxlHeWcYZ3uXKlv8yvebXabyZpzu+wx+lwoeK7Fp6w37Q+lABTtVd8FoOdzrtNYv8bQsQManp7dvGEgNxuC6JtfsxtaVyKIRkYVchDd9HnTsBFFeaxE6liKKPoaO3X/rYiir1r0D2lVY7pWNbisdWoBx5ChwUnBecFW26qgjuOHw8oBBHwXQUi6SFwgZ8j+KwCp+S2AjH94zrF/awAy5coGLfG7EIRNp4ZBA8+DCKb68fMYokWe8K44izhI92fA1GqiWG85XnuRNYq3Wa1Gq4L9sivmApNuvbLfqUWeneNBfX0ympprDv8mWYR3g96ZuUOX9ee2W/7nJmeZQzDp9a6MpE1seWBmP0p51E9BnF2FNiojV6m2ilhjxqDYUlhpXOlbGtYFOJ0IWbCNCOKhzo7VI6sQu4ARyC45wcBW4KFsm05r7fBUp7M8JHhChVdn2a8OZem0bsCgdQMVrRWg05Ah6rigH4imWAZvCBIaUqfnEXkFTkXvBVQ/Ejo/jdzF88VV7GX2w7YzTSHfoD7dt4ycO7PnmMKN3XfcipzQcMWXfQIjjs4Zt7x6ek2buuU6mP7Y291zodBZmuUNxboV5dkVt7XwkSt2/zOezT6vGVBWUljsNrpteXdz/Ov4Rlgh3U98pEktMUg+iVqNrUZqtJl1DxkNVp/Pi7pa+EQxybZmg95sW2/QL9BxNeNxhBat84+n2n4NGPkUTl6K7nII1BwVsndN18SFFT2umvzm0VtvRa4+kv2JWi2D+vsnOXIMVvueY9R8BhP3L2fYorrx4XBRhgHHvbfjhKSILViveqtFBjlLHuKc5JzvbNOtcuqoW1Ks9tswtLXATpUtTmOxarWnpj1i2rx9qmpVpeW6QB57SFLY9ukPLn72FZhrdDmHDujWWgmz1wwZ/s4b9IPk8bEL8/Jyc0OCHyXJwcrpRklkcqXWBz1pwTZI4sFTqJjJsD9LSC4y6SBpPDY02NJcq7U0G7ClmQ7z6BJYTUWtUwopVuyU8MC7JytdRZZiC0X0Mf1wPSWCDf8eW4vUjEZKcmwOL2x8SAIb/nTrI7nZcDabjYK1IAKILWd3iS3nzgkiDl2KKPYISmsix/YTY8cnT/KmTc+lXc1fCUF+VKgsZlKPWETzxVqop2VinRI3NMJwqoqDlX6GSXSseKky2jCfThfnK1MNa2mruFZZZPBT4wYTmLiKol7UuXT0DMbEBlmSR8JkaQbMlRZCmyQv1S82UkHSK0aTTGUr1WsGyMQkkkPa+qqFg73NErSolmaLnFoXw6axvj6VK1rDl1h4hKuOR+Cac9UFAbV3OvFX9wi7n131xQm2FvuPVUe+h/rPD3Ez0H8njWiKXwSZP3gFyMGK7kV76Mju/YSkvUe4Pfpx7+mlJmm8MEGaKUj4J5IsiY/CfiQL11L0zv26p3VUU88o6KQMIU+ISt2FudJqulRYJS2RjZTrFUafytyx2BenFuGtkuijVIkpwxXKNeUrf6mKFqtPXOjbxBHtoD+iTympudcJIfoAEFiUvImt2ssGwyq4gb7zC8D94iTS0ZHi5PJmmk8aUEGZ3HCKEMPTlARzrCQvWkUAvpAEsU7eTERSsJ+IHUee5hNcopCawMD+qZXntcD3KmCjjpZHedwQdop17J6ffpY3u9im1O6D7bSnKErfYxdZSuaqDdTv1zn8Jbqwv063SlicsbpUCbxILCPQh60W0WLJkgCiL0snsjwex8tZOkuAHiKtMSCxmLfeO9wreL15h4ge9Kk9IrwV03AIa4gtie/Y09OUCEhV5xvn6q7GuSpFN37dZ4si+zR+49xVDw8bM/TkqsWLB+4KZZb8teW7E+zTntfmFpUaHc6K7gUT6JgpsYa71kxuy48EdOLg2krzu6bc7fey6w5IdqM5XuKPWG3WMNe6jVaLjag1Zymlqk8RZIWGXhFOuF9RdNZDhOS15oHvEJEBvdquLZFiuU+287h1UcRRLOYc6f8HYxEbO06e7ADyxVdJttuf5cvMHFRUpPozA77MjAHdCgeIzg870D0ffoSeZg2RCZcOmx8K+r2hnIUjRswMBrIzkdc+gzn+R20viQ6l7KkWSopBFkfQZtqKYfse6F9XFPF1SSKvQ8CMv2Xm4eZmc5tZSiRifD2MixxrT/DZRE6CIf2gbrYbJtPXzh9hI1ueeqBdsGeSKrBnysKKOFHt7r+LZNuyg9lCNsnMpLyBknkDpZgzMrJ3Ket9u/TPBq3BQLA1KMhW+Xc6KdtPSOgxKWJdzZRG7Um6m0rPVJ/vp9xhic8j9xgeaekn6Nh2dhnvqt4+PnhdLAu+4DRAcjiHzVPO7hKWnNvM26vXjxoVpqS6Ai59N5Q+myTUnvOl+c7V0mqnmJFJ4KHO3s9nbja0GqjBYMrwrc96NmANBAJqoDUg/n4niFhTa6/l9TqlQHt9HIOXpP19YTuogTtijj1fGNCtfHBRbqyzJwQrZI/8JP8k9lFSscltH1iek2oNs9/6u1/0/PeUlCXxnTReWi28L72NVb1YdUsnZVkRjMJJ+FqSqMmkGD9H8ECpsOWLa61ffTy1BwmBOFyl9dBx4f3kwPc+XbRJ+e51Wn0Q9uytG5LMRrucxGg3S6fRLmPUHlmy052dEcgKu0szSn09hNXyEvvqDGOMAvV/CV9bVaO1BgnbV06RkDJ/q5/6qf4Lj81jo3yFgy8DJuKd5EdbLea5XF19wdaXdBKnt76I5nPvDdhW2Vozcnjtxhpvn780739l4Irclgg8SKsPFTUXjZtTXVdfFmz35t+8eeStc3IGZXFffkJzhDMoc5QsV4M+cERKIRSpivSPjI2slhYHlaJCx0mr80/OvzgFp8bfupmsyN+MXzpzhW9yVDzJycn6Mlf0fpEXaHOAw/KFI1CYJ8plqb1cMq+M2s6WRCy9syWa2toS7drb4tKIfVW8k8eF0dEVv6Ol2+MRzrz39pWP1XiK7x7S0tJnyo6Ng4eMntD3ziKvunf53uNTh4y7TOi5+eaI511vrFv3spLnoxXdiso8b3sKViybuCBTb1+AMqE5xFLppLYrZYxaYRLNLgxFNOFA3SW6mbpWeZlOMsk6BcwnF0htEuWbUATha6IziZ8pGD9SjK9BYbnlrDq978ReW5s4v/Uk7A5Vde07EUsfYr+wfHgV3A+xcexZevZvfwMJTiZfh1HsMfTAe9QvfC+9j5VgjGqZJ62RqMtlP+n3uwXN3haTRbO38E3Gl26OO5+qVsVYk/EZmsMtW75I2Zi3lWjgqNbvxVMzqem9Jb8xr0b+3WnyL3z/4buzDtZ7e2+rnTFn3jW9ZxXQf7BqZ737ySPCot1PhtzvZuV3H1RbaxSo+dgKCrdqEleJRpRYJgPVEr4T4jNKBSJ8JQn061rSSOaSVUQEgU7mCzgqCss39REJLZfgoR2NorV4z1R70RaIqpBoZHnsH/Bp8mehQnIkw/TYP7Eu76VZokc6QzJJIakhW9Ue2OW4FU8PY7Wjh7tnSZOxKTrBOCk6I3dprlmmmYLHViTk28SqkzFDvke0Cd9kn7SJ1iBkfe7UWqWc/Bpn8HNz0ecGs9MjasSGVHwu81KeilS+RSehbVbBM21jg72uZHDJpJKZ4WVhKZyfXVLFAfb8loZOgNX2M1wQrakO9X9tZhA9J978x4nxU0f1/2LvX48OHT11Ijs+sK5ycLdeGTW2gNdd3+juawxGJ/fpPlmIr7znjjXDLyuQi2cOXLn5usUDV0bkvBYY361nTXFOdabBIWYPYq2xMp/eLXoGFvZoKOcWf57mipJ0gijETcKqojMYvDbBfFLaB+G9zpNkH+Rp4QIxvqqJBRdQDVsoaHfJQuX5lpVOf/s1uBfufbVP/5Gj+g8YOWwQzf3mJ/iYhX76Bj65d+26u3devRpHewNH00mf4FhB0qCGwGjMzrbn5slVyNm8XrscCPDlVioia9FbxJOuAxBG/LNwIeKpxdwEyoHCIJvh4YvPnEyFURJd2qianUmoAlKSVVWGc4VncnrP/L+8xatvevSTJ/7+HtjA0oPtHdGgNtzXW/rHy9kvVN91zY79n/zjHDiSZyuaV48esBVlfY5GhJ+lz4iL+BHzM902Wc7JJEbZ51ugb9NTY1pG5wGUzosyhn8to2YxLh/mVbyiJh0B8SCfYskFRzjX7YpXgDXYZ8K5yJJlN//hyz/D3exTdnomXO/as3FPT1r5sv9Ixc5rth9ko1gH+56KYNp+PfKU5zu+EyXhj1hyXiAk+Rox7sXw3Iekob6qChkreAkV3hfuFXTktHZdt5dABl7kbPYkoaJZOIDXvv/NtU+wSz2jXftBu6Y8ToTUbfnVB/GTpcJeQUd7p64+AUTISI9Jjnd8JXwjPIhX6zt++c1nX0WJQfgDSvw37SqX2HJeYnKcAGrEP61q1y+U6g8dJzFDj+C1Pto18xMUOu+d+vSBju+FH4Q/4d1f7Lq7s/PuKS4ityEXKSIr1bA1K5Y1JUvI0kciSpFphBnM5qhdLVpXRIvCbpvLLdjFPl6YRgpAQqe2kAg4SQDPM/DciecuPLdBJjHjw4DnCp7zqR2eJalM8cZj2sIkRkKc71+NH+N1P1xw4bR1J1exhSqQaHVe0k7lNl9FZXT20BRnYfM03rL/loXpd+/lryWT2dTYmprWTk1tw04X097jr1LsUR9DnbHjIFvU3Fi4WzfBRXJyZMQJGsCCLIAglBv9FqvVYAyWQEmfbGgmMRBJISobQmX1qFwOKpeJ5w48N+O5Bc8NqLgOHwI+RHwPOg3QaYH69oU8+vHX3pkN6dN4Kh8u2Bfxv4zQecr3yks5nfTzd4zx8A2XZdXl5U/rL9g5JeVNaYqO/o5ZmNUw5LLbu/ipPqrZp031RR3Z2VgFlTwI5APJh/z8UiXLZLHolbxnUcsiaHkiGIkE+7jRDDpU2Ycq8xix4bkRz014rtfMkUnohSZJ2SMes7XXX2ySLptwc/z/IoKTWW+KzGLBkHL+Z1Qgsx2+aBsy29mDfhJbfi8ykONaHBrHtT2S3uteiKzOiNUr72nF7c60CqbD0IqdlhEd3opWyr649ktdy0I2Ark0VWDtlfnYvLzK3oNCqIQqKGBvs9dvHzZh88r5IwLQCrfDNljINrHL2RJ2jfhvdu6bju/fhJzTjHvhKkLEPtK7yLMrVQMxGiUMSrNF3geL9qI7DgG+hwZdhAb1oygaz7Y7oDZ2tCJuO3rhhnW+G6XPuT4QZW8f2qHAQMiCKP002Xz5WW3n1TAc51HpO+IkI9WIEwl0vq3aJtjqkW9I7oij0kGdyEup0YhUxNRADbq/wAIMeBwcLbGga/j2OMSi2DnH+RZNzO4Ehx8UghAOM3ytmS812yAkPnr2PpgB0deePxB84zT6JpK8j94LMvhhetv+DTBq+pfvsBvZXC5bz44T4pPY/+aRUaqbuHKzc71eIWgFq7VAb82GbH/mPliwN8ArWusTLpccOIRyGTDmFqCnsjW5+BJera29ArSKozEoHmicO/G9b2IoWGCv6WLO9njwQnGRhwgzdzzF/sgOsRPP57/9xk2bLpv+h+kAHx75OP+7T0GBxl3XCU7rs9d9xqZAHVwxdeXgSZDxx61roMfkw0+sP5TNeUQB9nue9D7uYarXoChRHeiMRhBFq9kqBxDgTTrgKiiKLPJno1HQPYseFrhxNRXiGkdNK8F1SKTw/eI92p6jbGeyL90F1xxNvs6Wwkx2B8yEsNBw7in4mSnpWegnUJZM0l+1WdzuIP8ihM9mJMRo0GNsPelwmKjIQz0DDWhFQ5pQDh7qfC2Pm5H7WDOk7YXysho74jeaLJTbuclaMxsmwpSil56DbuzQ7vuyhY+SowbPByMUsj+xH9i7PSC+6vuPygSVffhfw5cfnmUnuJUuw5yrktqJh4RIX9VGTCa/3xHWBYNWDD9dDsqG5rGiaAsJdslYeheheKks1HzMbWPXaogmGdjDqX3Q8YqUQFp+VoAtTXx0OvGJgmWbDh723PTi6+Bm+1Cyt9gB2A1bticPfTRrxX/mTALpKDsRf/z5xR1ff49JPA8GY8IeOdebPbX+6nOVl/EIRaIobtF2psRVJ1AiUPzRW6WANFwSJCIeRAtKaEGqeVILQ63VsKfcl9q7LG5JPs3G08uTBWJCPHy2r/gYMiaBjOn4WPxJ+hEtkku6kQlqvskbJqKgKJmZ1jK+YafMHRCEPKs74I65BbeJhMNer1x4GC3jQMv40VK8XqUsxJ2m2SgV/50v+MQLVPFZ/3S8u0U7t1akqhLS3Q7WMo8gd1LG/AJo+Rqq/oNtS3TldZCHmfET+5i9Rt+4dMG40a0Tnnt9yYbW8esm7KA/ygvYYx+/9uDS23vKS9j//Z395+Sxb8Eyds7A8WPquw9o6CCJlS0rpo5snFjN/T+k4zPMktPIf0NEVa122eMJ5xCjqpgbjLIWmsGgBTT/u1A7H4aoJa1dRToAol280qvFpZMvKnPGm3J+LlR2o5pC8YpjJRM3w+qyK758g/0MI8EAJdCPjWfz99BmXeW0xublHQMpBMthwTxQ/vUd1s5d7HGWYI1C7x0z1qpXLv0BJb6841MpIF6NddhJilWD4nC4LVbkDmmkKEIMXHgBUiR+FyrsGJB2G32JfcRegRrIxYioYS+yT9vbT+VANWSAF3qy59i3GJ5/Fbawg+wgDIB+GHlrCRF+Ea9AfKhW7Rwf6gEQIixmWZIA8aFIw4fWrgKttQQaQCR+ixBx4ZdzV2MWfLvnFhN0PwcueK5j9Lhz23CcOozwkLa2V6+6HNRmkyQndbo1PLA3UAXxoBXxoAgN4tSQMY0HFWk8SPUiDm2Cr4pUd5VX7Eg4GoTOZcENWx7Ztjvj8Ovt/2XDKf0PuO/qu3oU5A3asx2t8m+UoYqNE0ejDBwHMBtynX7EAYulQPH7FVVxNiidQODA6rnX6Qxw9RUsXdwPUU2eLhiIpqZ34/z7BHFHJw4QjgO8F0nDQMUFgqZwwHnTnxHK29mXhyJPvn9u0dQ9s1auPXL4hfA7P7wHeTdeCQ8bX9n6Gft5FHRfcuqSWeCePPTm5VAz8dATbUdSKMBaJaO4ohMFsP4LCvb9gtV8I0ItD3NJQ4GFaRRYmEaBIkSB4l+hQDQVS/Z4qozkXYwCxuNsd3IovRnajiffZOtrWC28BBYhfu4V+Ixl86rVC+15iTgNUWCg6kQUmC4vkWlZCgqI0dYJBJAGgihW2la0ZuFF2fZCPMXXeLV1/goH7F040Kvo0VfBzF654p5s4e7ktfUjsHAUs6PsK/Yjuw/KZif/r0zojuHdofznq44UEkzHvHIjEvBOuEnFYm+c7gOfz56LPbDVHrBTu5zNJcQek6brgRGlXIT1IPsiCTsBIXEeEYICOpT8BhBsGiDsKJi/hd1TsuupY6CwVzDjjrO/wnbYcnPypS8Tc7+aNRmk19mJGNu9lP3Sfpa9D9OxdNwOfzk3mO25qQ103flqRgHbIPbT1ujKVTtQAdGdynqJkycND1oRDwoxM4vTeBD9HTzoh3jQSmckJ4h+YfTZuPgSeDQ8+Eg8iXjA7VJCZqnlEU+lh5KQxygqgpKRYelfBGVFUFTk6pYjCGGrK+CKubCzAZNRDIU8HjmfQ4NdK56LLoYG70XQ0IUNJNGFDjwLdN6UTy8Gh4uwYe4bUNj+KVhOUahgx9DLJ9mb9PDE1tGjZl0RX3Jd67grZmymP8szzzz+7bH7T483ruk4xv7z+QEGMHxF46UjejZMZSdb1kxfOW3kmAlVGAtT2WTJjZnvJgEeq3bZOJ1/GTLkI1ZjwEjTyJCT04UM0XQkFF0cCalgxYzvjNXfYIMjlJ6xOVGc2ADLYld+dLyDwBDA7IM6NoWtvZ8OzWNnpi5d17qErYXCCljeCqYvvkaSsxOxYRKrFMrgs2uvXHcdj2Efcr5Cba3PQC5VsyXRoBj0AtXp+mvfPKWDBbAKAaFeEHiOD8YqvUa16vV0nmG1gRpsiqXBID4LQzFOBmOcxKOcVPNGKZFmsdw7do50eSFdSFuJDQnCbHZZP7YR/gZXwYtsA1sEcOUhbS0S7uaraAK5H2v5iyiVmbhQwmFqjk4UbTYl4gWvN9vs8vnuwZ5fzsq60QUu/IvDsAYr+2Cs62uwagzt5FqpOZzzyRWPaXXUGQpiIUUCgaw6HAKspOGw26k92e+HY9D9zQMgsZ//nfwXvHPv05dt/eDl+8WWazbs7asre+fBx+nOxfM/ZvXXXY0FH7NoQcc34l3iSvR7mWo1BYnKZ8O9stUOdnT0MnT0MGwrl6Ojh1wIr4l4Z57bsVnkG/bS+/UqxLuKb3+BfQKh45vyD5/FsLwfJkNmu5jN9m3Atuz4QvbWZFABSzEMwLHQUlJ3zX8Wju2iyWRT7kG59IdxUEBbKPhMuHMuwva4PaTNYQl2PpcVuh8epN+xK9jdg0fBRPaI2JI8hqXuc2FE8nkIAl/z4B4ZhePw73NYRaInejPIBsM9iOXKPlitKq3yEawfMkiHYQVGw1BiwGdID6xNn3e5AstIvBPW3dqPOOrcKOGx5H7qSH5HB4kt7Oc7v3o9PWoAR1VIHY4q6jj7x0HuwbZE2gcrn6BUBwdxHD2Op9MiUOPY552Ov6nuPNWfi4HkV/BfpmO7hNXChLsZ6483x3EWdnwtyejFLDJa9RgzICPDYzcREvdAkGex3y5n7MPAV8zK3ZmQmemyHoaVaNlh6N6VCHtDupR01KZb7URX2GHoyyL3Ls9hb8rnPH1rqkJVIUmuZW9dj3h9I1wO+WA+lv/sJ+z5Ox5aMJC1U7UhWI+uNvwEIxLszAx2ZP9u/60fkZRdJNC80aTaFXIjegEks14U78G4EPbBMtXGv/fSqr9J/wnfRSoZ5ANoIsBPDT7/9ZaLcuNX33UBtpVdxW7C5v8KWAAvsJ7olGtgNd4CU0xYpY1dhZVAxncMBgk4n1Skv6A5ZO57jICVae+nKFZCa/cTFRq74ktsITeyF2FVkr78MmUvvdRBZ3R0JO/Eu9V2fCdMxfvbsLvKIqabTGAxWUyOFPkwNQzDZ1kWLNwD1nR8X+ABHCma6ly0xl7bP5QiTPw7NVUhYSpj7OcHVuROb13SxE7Ta+DPX70fhpzi+bNgc0fatmIpji+RAtXsIpWYZDqRxzk9iMOJWlppUZ3KpkTXN2lKzy2HxdQjtpx7qtNHn2m7Sm5UC3wiiILBIE80QqMRAW0E95jOMloBUemvUCUV08Z9MHQvlbSvxoTNtoYKA4gGlyFiECQVT3tJYJR8UlQSDBL6Wqc/mA57TSCNeaHmCTRAImqP16fcm0jPYmrzHViJU/IKYSH9DRjpM3bf+x9/yJ6ErWADB2ymO9lgeCo5HYvAcVrKNXkQNbFpWbhWVRRo4LPmRpnvB7EgG5QF4R7UbgPKv69jn9rNamtQdSN0tEIHfLtLRCdspEAb8G3+fVnai4KR+miUCjoq6qWUTbtUiGsKcA34ATWosMej9q4ATX1tB8PTxh5gNexZmItEtIFOTD6I0j5DG1P//8PXUqu4CuPTxWsyCTrB6fRYxsi38vkLXp144tovSNwLa3Kq4dHgNk/LUyyPUit7kL3H3mGPQgv4IRNmJ9exc9e0gUDLWQfbD/1B7IAm9mQ9O7LtUegDKklVZnEfWs1A7Fi9bDr+P2lYqdMEcA/ag+yDVU+YTNR4EFahIJ0A+qvylYIJ1DmogRVWaw5T1IWJ+UeoRUQ/9dGBy995E2s2GuCZF55+l1rYB9tu5FZgj0kL0ApukoP46cYcdZqdcjAbsrODGWPMt5qp2fMs2sIGw57qT8dQSg+jIHpkXCsJwdrNy0T7h+2JC6yT6pCwnPHiFXcjYgkRUpUymAub0LS1hE90O8aMDq3dw3ZkdhD2OsJXCAIw9W02liXXt4HoWJB5KhcanVB3CvTQhx1hPz/PPhRy2ZFbHtOMl0K1ZVruOMk0NZ+aLIYo1AE1AFofoD8Zw2HWYLDb3ZIlVfVMWPaueMJikcxcEV6EpPNh9ZuZF20vXkLLDa3hS81PadwRUkaWlrH+7G/z2E3U8hMEv2TxBW8dgk1sqdjyyH3vTIet7LNtfE/XxI5T4lpxOYmQHqrLGQzKcn4msZoD5hj/bw4ybUgCVpMwBpoHn/kXp1J1qovqaXS6prOjK0htbIxXeFOzQnxNMYdy1wcTxd9+sGvY/eXP74Gij78+VfjnD0ePHLLimQNz2PFT7O2+kLtxYm5+1FR237pdx5vYmVkVuYUF7nDTjbOfeYXnMN+x/7DGEwpUrM5UEgS9Aph+yzVbCanoq9Aa72Nx27HzU/ziw2wZgsFScb0w5twfhDFg5fe7teNr8ZRWpfOeJhaLQ5ERE3k1GkqMSHvSqVV/fs2Rz2BGtA2FqVIsnsKU+oX9l/0LLj+0YDiCzB0vf/31K/Tl5PbTrevoLByDc1Oz1qFMUnN6UMjEvKkB8HCwwxalLkVNsXMhMqeg/PtWNl41ERollxSRBIkK57mpg1dGLlCKm/LKiL/pXobDJ+vDrmf9YCkYwZbaH5ispS+hHH0J0c3TovGIOjwqgSJlSlSqFMGDdU/vMeQbqg2CIVMpUmqxvxHqUpJGAGSUFcudUdALsinCF6Atunp5uEyjMqTnU5/VIGzoXqNe+y5skMuvx7u69BG9IGhVXwCj4BOi6DBBkg+mA5t2lvzz9V5j3YlUaGusW1MQn/gc93llL9gROI/tY1cfP8rWsYMwe88HMOHok9qOwK3JBah8FX1VMwDKraAnstECejJZzZJXSxCTIFMCA2cbOkG/BP+EUkHP4QuLvvY9SK5IFwKIOkF6tivMUkJrCFVhO5bA3geP+I//rx6gzQ+gO7JZd3YNi8H1YAbCXcGmw030OJsBd/L1Qo2P8h19QkdqRx9yQ+/jYN0Hw1UlH6w7rWZqzIvaq0hUWz98BEtyBmogkMynBNRGBC6PRozrtaBPkWL7I7CAmwBHGEBzhWulE0QWXriKj7iDVguXSm9jNJ7Wzmfj+Y3SaTz/XjufRnOEZdr5D9p5IV7/k3SSyLS3dj6J+oVFfDcFrdfOR+P9N0qf4P3/lr5eJdygXVe180qaJWyXzuB5H+28H40IK6XP8O9f1M4HdLQL1wp/AJ3wQsdVyVd/vYJMdhAQLhXuAR05rV3X7SWkcz12Nl67EXNDR77/zbVpHV8Ly7RrP2jXLl4FLsRP/kl4HHS0d+rqE+j6rhXkSR1fCouEB4CvIP/2s6NR4o3Co8BXkDslvnAFeRIyyxu0T6udUnWtIFd2fCFsF/4CfAWZX/vtCnK/jtPCSuEx4CvInXfvWkH+f9lU4WsAAAB42mNgYJCHwwAM2MiwkuEowwOGB4z2jBWM75lmMn1kzmVhYLFmZWCdgA7Z+NkWA+EDEGSXAsJYIKzn4ATDJBDklAPDGqzwN5c31xluBe4e7ss8vkBYBYbTeFl53Xln8L7jc+Jr4Ofhj+VfxP9ToBEIXxEJf5MLBeUJwFmCr3FBITUiYavQE1pCYUHhbOEno3AUDkYooiPSKrJHNHIUjsIRDyeIPhMzFnMWCxSLF8sTqxXrEZsjtkpst9hpcVfxqxJhQDhD4oyklGSt5GEpAalsqZnSAtKZWOAK6TsycjINMsdkRWVLZBfKScuVY4GH5MXlw+W75Y/J/1IIUpigcECRAQhVFDsVHyipKCUrHVIWV85Wnqx8VIVTpQsILxMNX4/CgYeqLAQgj6qIqoyqiqqOqomqjaqLqo9qiGqKapFqg2q/6jzVtap7VU+r3lF9M5wgALP1E14AAHjanVW/j9xEFH67du68Ye8UQRIIBDKgSCTRZjeXKAFy4kdyEkEKR1AUBaX02bO7o/Palj2+1RaIgoI0iDIFf0CUEiEKCkRBKKioqagoUlGg0CHxzZvx3t7tJkKctfY377353nvfG/uI6AOvTw2yf+fxs7hBy1hZ3CSfPnPYo6M0ctinNo0dPgD8ucNLwF85vEzrU56AjmBtcYtW6WuHVxoP6YHDq3SmOUKWhu8h72rzvsM+vdK8x/gA7AebPzvs04vN7xgvwb7U/N1hn442f2W8DHvQfOywTy80/2AcwN72Vhz26XjzH8YtVBF7xxxu0Kr3qcPg8Z932KOO95fD4ASzxQeATzi8BPyGw8u0M+UJ6Iz3usMtOu7fcHjFu+tvO7xKt5Yt/0GjQ/CJw9AhuMb4GdifDSqHfXotkIzbps7gnsOoLfiC8Srsh4LvHfZJBA8YH2Keew4bHhv/nNEz+M1h6Bn8wvgw1/Onw6Yeq/kR2A+3Vhz26WRg9Txq4ltrDiO+9SrjYxx/w2HEt95l/JKZb6t0GPNtRYxf5vk+dtjM187xBMd/6bCJtzqfNPNt3XcY823ZHs9y/E8Om/hvDQ5mdA5mdA5m6g9m6m/PxLdn4tsz+red/g/E+XNrl8SmioqszPpabGRFnhWhVlnaFVeSRNxUg6EuxU1ZymJHxt3bsojDNBSqFKHQRRjLUVhsi6wv9FDOEA2KrMqNOcpGeZgqWXanzss1ydUsiYFLZBMXuxcuOPtZY98MNRjHYiMstCx2icsqzxMlY9HPUt0Vd7JKjMKJqEqJClCVMQudiaiQoZYdEasyT8JJR4RpLPJCwRshROIZliKXxUhpDbqtCXeQqEimhguOUmRFDfomQ2e+z7zI4irSHWH0wd6O2VMnUKkYD1U0nKlsjKQqjZIqhpjT6rM0mYhT6rSQoy3UshsOhqdVy+GxSgeikKUuVGQGt5vAbJ9yrbMCpxSyaDkyUy4UssbZOE2yMN6rXmilkoVpJ0Mq3CudV1rE0rRpYoYyyfcqiiOTTly4GQgIoc9QbSnU3B1qnV/u9cbjcXdU69fF8ejpSZ4NijAfTnomf9mj2ySpoJhCSvET9BHWA1gkaaz3ezVVjRXgR3OePtbxnPV95tH77d5d7wfvofcj7t/gsy/w7+EcrdEloE1SFCE2oxK/PvYK2gAqKOd7CIsCSqkLzxVKcAm6CduAhvCVvJJ4mow7XFV3ri7FcbYjwxnDP8KzoG3YTF7jGcK6uKIBryvUVEdHeI6wNhkU5+8u2Hl5rpKr8CRT5UrXm6CL2H8B1974s9P4TVbC1jhmjUz1mqMXVVxytTn2KtbETMxk0qzjHe5GsAYTPCvWz2pgtaqjjS3jfs0ZCTljB+uY4wy/YeiwuinnyRGp3N7IsUi3Dpk756pHiNLsM7u2uI56Bgl3ZHbVddkdJetfzFn60x46/2meOa9j7Imw7rBe9vzYvJ1pnv0dKJ7WmHWKcF+s2dh1aqIjdFPxiYsXam/2JIxOIf40nuZsbjldFrHbGv6vtrvsMTMNYCv4BGueXDR94xZ1UGefr2t95gyYTmwvmvPV77Lht73GsIy584zfx6edvXDPqZI8l8zdbVcWV1jlfBdcbT3NmsdEJvwOP/mM2q9M6iazy16/IcqpbM6PqXeLlbazHbLmOd76Hq4xX12exd7z13Vfjx7whLUZsDo5GCaw1v2X9OTvtVr4vf4Q9iHQDhhMRDUXcY0zldyNZl3mv+GPoNI2/Q2WR/Ds99/mnfutH+CeYEd/ofdj12PFemWs79M6m6vKP+G/46/7G/4l/03/Pf9t/7r/1hzDrSf+t7puqmusYTXvMWc/R7/ZAjUzfkfCfwEGNX18AAAAeNpjYGYAg/+lDJcZsAAANDcCSwAAAQADAAgACgAQAAX//wAPeNrFWXk8lN0Xn802doPs+74+M8iWfc+aXbYGY4lBGnuFSUQUIvtaUsleKGSLSr1CKqWSncqSpRTye0Zv5devd/n98X5ez2c8c86Z597z3HvO93vPvRAIBLp9ke4Q7nzwzgzZ/uPOAIjcqeRUEnGGcR9poRSwIiI3EVQdg0GhaGqAipxMkg4O4yCDAFhypCQ5FAElKsKgiCIrYB8gtUPDVcITzQXZs32ZQ9wghyEBED8IDkIAP+qkC+Df0RiCuVWXXVGpa7j4cN/4Sn6+sU+J8SWzIiKbFUBEdABE+JUiOAwKg6HkQBdvNNOb2Y174pS2Hb4B0H73FkoG+hW67SbcBkGOgtlYoVEAI0mgRCHtsIe9ffy9CAH+aAaAjqSkQFFY4jzwAf4eaB6Ai6RBolhMfdyDAg4HeBL4dAKCAgOCsAQf8Al+gJdkh6PYftitffA4aSsCFh/IZ6GjBfDsokXvBpQBRbSigpL87v2gqLRDBGJq/xHPaAAkyU6NgmuZ66BFAeGvEo+/jk+gNy6IT9dKj0/Pykxlt7b+bmmMrgJGWhmjg0YLA4JfX4jrly9khQsK8XHHAUSowM4BhpJB4EQoPQTUI2FEKBSS7ySnokgPO1tyYcmsx7myIOolS8t7FOwSRc4zLVyd5HChPJf4ePjejLwe/IHpNcPF3+g4jeYoFPeIq7AVJGyuS+VVeW0RWPKoTpIJ0N4pH1QuZ+Bjko1qyWHbbLujk3THVJFLkaeAXXR6iupFDI1Qe/IK9UxXjumt5Q/BJaPWAqP1TUt7TrPjPaYSnWi1BlTF/NO127ns6LFrUa80K7otIg6c1mQQgE12PQthN5m/xxDZGdHM3/EhLULAVSShYGHDIyEGarIV+UT+xJ14Z6lTHfgl+gaU4KapQHSDvEijUN+1LOLH1yfP5OSZ1dZL5snSTpfFvGS9YqMkrqF1Fv55KPVQOwwOptF5IpQKHBEygBscUm46BCuCmUFh4/KKRa6LvYH03t6nrxsY27k/bYcQtyCCDWCNZhaUX3tmqR+InNNcD1mvk6zuVKijB6xJP+BFmALGgFGRQZFenI43gRCoIivrHuQng/82TzLuAXjZQF8fklY2MCjAI9idcFj2+zSSZnF7EsGglAF/AtiTU4J5SUZGAYUiTIC9gOE3GYDF7fm9g9DQ0F91gAv6k5YJAIrkrzCCFIK/Nwmn/Ckf4aQo2Zf4oC23G9oWzRE5ZF8kwBahHD6/8vLmauDYVLjZHr/HOfk0GRSpx1ae+rPxZRm8XtrsTXmoCeF6MyKebpL7+LHnnv5+Yca0ZnkXMvLPNhxBrbmN2Wq1J1NsK4z0+G3uqwoqKDE7sBjEnlrQ6BtiC0BUnJvub9XmjJ+o9Hm4VtHg8FxuZlnhjPIp1XxZjlWV/RaGNn2vo5Gsjol7DiYk4XYdyPLbq9apacPi/Cb32cOW7nzFMyjdytAjvRbL1EWhx+jqHAMizdqytCm1pYbGZXVEIuHlTJsJVjWvDSbjC1U0VD9lu+mlVJ1Ii9K28zxC2y+YJjVErBvPvnYRNyg3LJpUIT4LEMnBlIHP7ECxTrrcsqHaFx+ltlGsc+eoUYModuwfwQoxQORr0vPutHvg+Kx8vPzBVkk4xocB0OhtMFMElNBoDABe8l/B7IcIEP4R/363w//A/pdo1GT3VKm/hjzKSPoyvs69MOJmvQq/47WsyuTBCzFFXcFdUgtETYmGGKvQZXcosrlXMRauqWNHNO6d463fjMbf60h1JrvzwtYBMkrz1u7V5vvGFNHW4L0bwbVB9vVdhrlybmT9GemlrcoCFclMpvpuzzHsvVcEnGwNawL07nmFuDkDJ8/LinXxWkg8ixvmYBSO6VhZ9ZKZDudeHeMKXjF7cGdjupU62kB86+FvPjU01Afeek3FcuaabuINVO48a8dilzKYimkpKt35h1ayubbCbGLmS8Nn+IiuyOfXrditoXa08anJHUfeW8dFj7oNEw+ri7gsajINKD8WgdOeOIl2RVKf+oZGUeCIRH6FG2ES3HwnZhNK6PdMhe+AqzKUMy9/gs0MfL5g1+43S9YnFdirgH0kMyMCBIwL+oDuT0QjD2BIEhlKEiMHAGiMpLsSIO+mgMNKyyu7yUvLY+SUpJXkdmOkPZQU0J5YDEZB3tP9vxDQ0N9j0oLsEfHKLkVFgev4Sz3BsIw/RsBfAlRA4OFtEASjBQxjMIjB+CWFryvpnzSgKA0obSMgdgcC2gDgWmUHAur9ZQffQPBPuiAANCTHUVDoFgIGQH7KZjgRBoWYZprLH3sfeDZv/DGHcR7jMV+R26VCKyO6g0I36w5SJmTn3EdPB+ZuMXNXUyhHTQCqKIFXdHczvJr8j60dybiQQlQ8e/H4IyNY+9UKh4XUhjJPCF2JifDgi2lnCliPmDxOVfl4RYbE6Z6iGUoVri/qkZpG6aanrYWRkzV3kPOHFLtzXXavlmnrrjfHV9O2KTwTiXfd8loQI3xMBBCMiV4PjBUOHOSf7kymOO6SW55/iFdchIpxcJX4aGA3hXjlTBo+JQpy75LjfB8Ct15MZ2f1YCkrYbmQ5exd8tvulliYuZ0h1+p6MFPP9U8rHT6uTcX5tD7HRd8eV+f2RXfO072/HasTP4/OI4dgjjTwJd6gFHxjW802WNvC8k5xzuORLwtMsDtRLl6lP7e+7ZyDVBHUKhbquhTZHlH9bnDI8oNrcIyuA6uSqFWTxbLLoZGPT/e9QD/mcFeQyDxW6Kno+tBGbqG2p1lK8Iouz/y6l+G1Ge1O+sR99iX6MKzIfvZWp/TZS5qB046AyZHoQQuvktJ5urdq199PhvOMrtqzBzQl4MPG+OyFtyYM66aq3tdqInbpWwzS+KUyH53vGfsg8opTFeG1T4b+wq6P2lsaqQnotbLmukkVyxcSclF7PVJxQzjG+uGDDdf8LDdaTx1ivS3VezinaNaZsl1Pr1Q87h0UjXchdNuCcEkkpwA5YOErByCxrN7y29DP9fMC1nUbTZFUaSIJZ5ekPKDsrHAwGtHswK7/UlJ9D1YwDCW/wqbQD9i0DAgAsRMMXR9PH3csAcenFUzwDgjyIYSTsB1QBOQBOTRGQQ5QBrEdg94W5QCS+O+toP8K3guL/WpGhg3TJI74yrCPtoyNd2XvE7So6H3JZiZEP99f1m9SQQD4GN9SPLbOYDFK59ROq8xyAkSeQ3xnIlveJVDQf6RDZC0mPOC9LycUn7+04sUltRE5fZL7zbTZ+eJ2Qaue5M96D6n6XKr6qrURJZ8u+p31eir2Qt+qOq5vUkxfRvRqnLmNJc0EXGr9YEoK4B+/7ADkfz72JLNuhj/z2NoAapmywQpveU0vpdAQstfAk1FU3PNS5sQj8pi9JZ9iyxgNmKmIhbFzNmFfoDncFpQnIAyA/lzDK0H9ptvS1oVVPGFa6NAHuSOqx88WY2HXuWlrNj7m1kJ7BYyttz6RdXbwUX+D93JwRMoA+u+IQwbAwdsOOP/l4pKaZKZHIMD4iwMYyKl+pwQWKEkDAWKyvmJzTAoQkxzNTHeVeEDTVjRzUhi1ITGKtMpwmLhQ7H4B+4+HJ5EhvIK1eG9RaYXJYfsVCpQMDrD4SgpGgAGgV6RTpBWn8feXxd/NQWCPJCjfJgTrHYRgCIDstoMQlP6fJTHpPXS+tvo3l8PgWDNkJnY6wXV3v5y9VhE63Bu+zxRaI0M45IinQZX33oo80ygzyFSShHdrtIPdN+NDWWS/jNAcs2uqss/hGuWGxl1tCls61fdOFTo/dusMkuxusuHYohXLS/PytInp5IOPo9un0pfIZU/AZ1MlhAQC1z9sTIRly9B+pBgLbGYzyz/tiwzKaCxWzvOS7tpH98bNSYM16xSfxhgFB+bTA/TeELSaZBD13TeBalsnkKiRDiT29OLTxl1vzU5FdSlIupxvfdt8lFo7ctAqiH8e6GkKwzk5QnchmekGnjNnre654WlfJy07/elE3IN9tjP5gel+V5VNBj+Et15hi3ATXyjJFZcnD+Vwu6fGg+clLlLfkWp6qFM3+end0evjFy4RFBrNug4JMomEUO+xTDq0X1+HubmurtrU626h9lZ0OH90AQvgOaPN5MJxt0CAv09nVnK2acXwgdTgECbaRETCUMh1/xvbhYuvsvN7VAJaYkQJ5IzzIfytucR2Uev6moNqCcUh2Gv+xaiLrVcMFpkCNhMxfrVfRvbdTRK859mSzx3P5AFTk65yONM4wT95vbrH/VqYNdmglozF1fTq0rDyuqJzwRzP0uJRwQKymEuU/kWOScKtRQuxPfxP3vKY38uZN3r9EYoLSKA+etfn7pT/m7LMXrT4Fl2Xo9OQKWfx0GfZAg0ZG1bfe6jzmwCRIgIgkrl9owK6lIFtKoD/XAXEnPxHoBgDAF8TUvzvJOSPggAN0oYSBlBQ/koau7dFNEAS//WChQj7X+6AkbgDBnIHmHPli5+DGLhkKob8rxAZTOVvLtXb8xdqc0r4zu63uNJIrsSBMLoZ1UnD81LRt5tpiHpRqSObvPqu8mMoM1r7UQJtuEf8sfQDQn5VBUZ5s94uAyO5VrVIqc6qZ5clKyOoqp6ec+g5wEE26xkyg7EUYZKdLqe0eFin2+A8dFsGHlzuvXwfv6ziVMy6on/ztZLHVX8PhbCLRe700o80z66Nv6KgfewUXmokPk17qwgVeitdbWF9XHI/A6+prVhJRNBrJpUGI5ehuTmd1OPPImsj4zifqdckOc8kmMdyLBXLOkykqEpXytl3Nah/wTyqg6vV1FalKR0byI+WWjWzTeVXEO5U9veIsrqZR1/BLhh7f+UmPC75o+tin2VrUnp8cxs/QdiVTaz+gaiYknCW8t7dD4/UpFVyCZZd9nyH5T04KmaU73pyTNj5Eb+xuuXt63YaQvDF/ghH2ceC44HO9Pv0Q+vWIKPNV2FE1+E2lroWzkEb42nlYvpZQaNmtkbdI3oT7Z1BEa+DpoVGWvWzuxY6uOyGjye/MzUCyspPj7xzLKzaeFntOdaeGRM592TOeNpIvAwldrHsqFf0VKJbmGutbOxTuzyn1lAxsfdz+E6xM1JnNBXN20dP6CbcpjLpGizVkSVkfPRfC+Ozl0I5H8jIUTeXi31efXLXqwKzlXPVzfpFflkDr5+cTPrOnXMgd87+gv5+kOcv6xL27w8wwxA0PEiIFSQY4gbRgWj9N6/+DynvrHiCpFVg6BSdG8xkZqNvyu6g+wUT5IH9X8mNtIFqXmRaZBxn9H/t+YB5C2YtmKzfixJXQM4Vg9mmOZcdNGcJWABmO2hO++/R3J+0TwBiCknO8yFiMoGYdCAm9fsgycCBmOOAxrfuYFBWub8qszwC3A+Db+aDxwaFuwcelvEm4AHN7w3AAHkeDB83xASCg3hBsBA/iCskcHtP2QfiDgkHpcMQAqgn7S/jwY8/+E2Gj/tXhZjXUlxp1mvrcA6ZR0MEL4Fc6nOMo+5p2drnjg6E06S041xlpNTXOoP68ce/3NKYQfaothpcPr/sM+zeKqBQmumMi005ekrfwmaIJu3IAIcx1/Ie7VOWfdWbvuPqFDLiuVNqnKWD17lD05XHZj3u6aqFRQguo45eTCEcT165LwLTl+hIZGi6cJmMJnfO+7O3TEaRhIaEr72ROy+Vj//+rHMTx1fazizrS77aUO1rUVjwF66crBKd63u5TFeVLZaZZUqnRr1EmfCEtxPDNrbYJd3rWHDNSBnZjezorqicrH02zHJyn569EuaQKEdUzYro2ispFT6frFqHBG//gLIGQqcmGflFqISYOlEDZepJ3VZnujp6JoorgOWoXlnIpKYE7nyns6VbXCe3++7MuJHny2tLrMU5oqO/lWb2zTu7a407UuTFq5OHkveT1wTzMt/CYq8vvujmRNwa0bpDJzb/Cif7LvNDsdO5IciTYv0Wh+XMUipjQ4bsaN4+iHhXTW6phl4oj0L3QElJYUSEwGfDDN7ydQPB6NWCtVbfBuPMsbfBYRzv3ihmh7MZbz2pE/QOnqr6vHHqLXX0Gx/Vqg1gDmFyemQkGO+eqtafb2tm3hptJ1Acxojhj1jQQtZorF96cMG5vfhkrt0hWzNDvTbte7khjshoQ9/N8ML2Fjz+4D3LwyjaCIvf0ERENUBEXIVBoUBMxr9NXL/eDfxxNFIUc5sEPr8HMRUcTbPz3AX04odEjaYDdlpZAMEfDyLQILTBkW6Kt+R81wfe9rEoGgDlGu94fAGPHY/QoG0B6yKJaDGI6XZiBYEpRjq68QTTiQ9iDSYaKem8QD0W/OYNCS8WiRb6w8y2Dg8M8ArCBnqH8/3EzQgiFLLX2dWb/cpFskEhKzY38dIRvm56Y7O9qV7RbCucYvy/MeoKoE8/fIszPXL5juLBxqTQ8YlsDHlXjt9W+UjEfnb4mHuN5ZNp3Wqohq8kl8qqrGTOxIpY/Nhsv9Zd+vtKgrZ2bZ9OX7JtBTzJyuJrz8k2NoW8uhuTZ3Rb5doocth+18pV1dqX3kIViSMfZJovb4VUBibyc1+vzH1y6IlWsub9vAKG2OTgLfMhCDz54Hh9YFpbfxvvhMxTbchAS/KtUKYXeczqI7MWi1INqw025RTkUXsaObmLA1ogU1fVnYDU8lVfc3YRgXoZImJoCE/HcQVx6sSD52sc3cW6Sfp6jyyyhWNri4kwMXB5IvRjjsjRRBgLqGLcDs3T/1oh/utzth0x6Qyw7QxJ6h/nhVCw8+8WMjQ9aRsZDaCV0cpycgry+/8nIqdfZdz0v7G5n3fiyzAycTUwcSCx4aeSiRQrEQfitsoe6sZYDj0+mPSlHHWTrIU/86Lcfupoy742wIjvi/0ESub4F05gU2rChnApvxh7QuDUyLQ26kS4q3FRkseHWARXa7Hd5YIssfV7asd6S97fzLxxNXJBJmp4dPXK2ydv4kO6nZYnx9Wa8bZIxikFHj5hPuOQwZzH/BxnTBmTZuVOsEI1bt8LLqNV2zRSvRncXJU1kUOJ2fMEG8e1GOJ3Z+xq/uV6CTnKjRoH5mfYxgiXHh/0MA7NylCjHsN90TkxbYp+VPSzBqWpyoJqoVx6p1f9JTlmtJ6liC/zkXmN7uBm+g4IQNc86nqlMMKFampRK6zmSKA069hgTnV0128bC+AE/AfUjM+PAAEAAAAMAAAAFgAAAAIAAQAABXQAAQAEAAAAAQAAAAB42u2cfXwU1d32z9kMCFFsRI0a3wCRJqhVETGIRkV8BySR23cl8iK+oLwJOryJUewgomJXVoVWaiMqajK4Wy1xnd5NaSVIYItKBtnkszfPbtPuJkq3k6ib1rm/Z3ZBBHpL+/TzPH/cup8rZ3Z2dub8fr/rus45M4tCCiHyxV1ip8iboM+YIo6aPGPSvaLflDseuF+cJTQ+Fa4rfDTd9nonRXdRIHwjx17ZRxRVXDuqj+if+8QnDslt5YkeuS1N9BT5E6bNnCbKvL8jvL9Xe3/HeH+vv3fSjPvFrd7f8d7fu7y/93t/H+CyUkjvr8/7m7ffX/EP/2rE11sUiX58twd7+mTPNOaBbFu+MdtWfCbkqIkqRvliXhmvx/K2aY9p27r179G9R6jH5p52/sv5Zv7LvXr3Orbg+oKJRw4v7H9MftFhReq/PrnXAG2bti3/5YLri77576yis/JfLhrC1q1F49UZ1RF52/K2HX/UScMVigYck9/3zaLxfbf13aY+5Xrei+u9rM6lXj3toj69ehcdxhUH9FtYVNSje6/e6th+23ra/bapa2f7VXRYv2j+y6fW9Qh9c54eIa5fpNCrd/ZsBdcfObyojzqX6ktRkXq3G9m96upsDVHXKDqMc2xWR+abvY49Jr+w/4CCoiE9uvO5ijkbf9GAm/tFe/XOXm/Azbz8PTYPeIceRovH9thcPLvH5uz3B7xzal1h/+KxxWPVUSrC4nhJVYlRYnhnGpA9o9pDpNGSqrxtKrKBTw1cNXD1wDcHvjMwXBw/feAZx57RcsauH2XOPOvMq89cdfY9g4xzZgwyBk88d/a5sfMKz7uxdPjQ4qGdw0oHhvd/8c2W0wfufnEmda59X8f+KJN9cYVvXlfvabnmsE/Pvkddef/XGS0XrBw8Ub3oT+514TvnxtSL3u33Kh2efQ3tzL6GlaqXirRslervsNJBBlf1tlWkFxHl0M6LfjW0+OJtlyw886yhneqTM88aZAztvGThwPDwfuqbw0eqSIZvHvHk8M3qW6cP5Oo3qm8NHzl85IjVI1arvo5YXbaKT2Zn41J7L7tg+ObzbixbdVm9el11pXpd0129RpqjKs68etSNo27f/yWOyOtyTe1oUAiOAceC40AROB6cAE4EJ4G5YAFYBJ4DK8Fr7lviKO1wt1Ir4N0RrqEdSTuB9xPBJDCNfdPBDDATPMDns8Bs8CBYyjFP0frBi6DWrRSn0S+bs+7QerPnSLaP8vpp00+bftr006afNv206adNP236adNPm6vv4Oo7uPoOrmZzNZur2VzN1h7iPDqY48VjE4+tLfRisunJDnpia894vbGJ0aZHNnHa2i/4rBa8zWdb3N9pf2DfR26r1uS2fit+1Vtjn/hN4jeJ3yR+kx4Z9MigRwY9MnLxG1zR4GqGF/+ReR+7ac6Y5oxpzhjnLGnOkuYsac6S5ixxzhLnLHHOEucMce1p9i9zmzhTnDPFtZAb0d51G8SvOJtDRtfm/c1tzfs7+Bq49F4ACXwgD2huo9aNtjs4BPQAPUE+OBQcBnq5jvYDt53eOfTOoUKt9LCdCrVSobVUaC0VWkuF1lKhtVRoLRVaS4XWUqG1VGit1pdj+4FTQH9wKhgAikEJGAhOA6eDM8CPwJngLHA2OAcMBueCIaAUDAXng2HgAnAhKAMXgYvBJWA4uJQYR9BeBi4HV4ArwdXgGjASjAKjwbVgDCgHFeA6MBbcAG4CN4NbwK3gNnJxOxgHKsEd4E7yMhncBe4G94B7wRRwH7gfTAXTOHY6mAFmggfYNwvMBg+Chzi/DuaAueRvHu18sIDth2kXgkdAFXgUPAYW8dnjtD8Gi8ETYAl4ivM9Q/sT4Gf7OY5bznYAPA9eAC+yfyX7f8r2z8BL4OfgZfAKWA1eBa+DNeBN8BaoAW+DIPgleAf8CqwD7wELfAA2gg+BDT4FKdAG2sFn4HOwC/wFpMFfgQM6QCf4AnwJvgIZFHgarI7D5DhsjcPU+F7aScO2OGyLw7Y4bIvDtjgMisOgOAyKw6A41Y5T7TjVjlPtONWOU+041Y5T7QPpL02F0lQoTYXSZD5OlpUO0+gwjg63k9002VRaTJMZpcc4egyL7mgmTQ3SuEqafKX5JK2F3bQYThwbiaNJ08QJxNJELE24y2YUp/wgTkxxzw/6clw/cAroD04F53DsYHAuGAIu5Ryjaa8FY0A5qADXgbHgBjCBc08Ek8CdXGMyuAvcDe4B94Ip4D5wP5gKpnH96WAGmAn29aIqzrsYLOWcWV+yyYfp+dIL7Ffe9AYsr6HPtRxjsr0WxoWo5rtgg+uIQWTCIRMOWXDIgvIchwysJQPbPY/ty/t+4BTQH5wKzgGDwblgCBgNrgVjQDmoANeBseAGT58OETtE7BCxQ8QOETtE7BCxQ8QOETtEvJ2ItxPxdiLevp+HV3HMYrDbx19gW3l5DZHkaavwYVXpLW6LeB4fXo4PO8QXw4cdfNjBh1WsMXzYwYO34sEOHuzgwQ4erHIQw4NVHmJ4cDYXR7kZ/HY5frscv12O3y7Hb5fjt8vx2+X47XL8djl+u5xcxchVjFzFyFWMXMXwWwe/dfBbB7918FsHv3XwWwe/dfBbB7918FuV1xh5jZHXGHmN4bcOProVH3XwUQcfdfBRBx918FEHH3XwUQcfVTWIUYMYNYhRgxg1iFGDGDWIUYMYPurgow4+6uCjB1+Th4hfB3PAXGKcx775YAHbD9MuZP8jtFVc4zHaRex/nPbHXq1i+KGDHzr433L8z8H/HOoWw/eW43sOvufgew6+5+B7Dr7n4HsOvufgew6+5+B7Dr6nmByDwWl8z8H3HHzPwfccfM/B9xy0HcP7HLzPwfscvM+BDXFmES3aJ/TT5v128ClIgTbQDj4Dn4Nd4C8gDf4KHNABOsEX4EvwFcjANwnXHLGFMb8VrlXCtSBcmwrXgnAtCNeCcG0qXAsy5m+Gb0H4FoRvQfgWhG9B+DYVvgXh21T4FmTMnwfnNqO/JPrbjH9F0WASDm6Gg5VwsBIOVsLBSjhYCQcr4WAlHKyEg5VwsBIOToWDU+HgVDg4FQ5OhYNBOBiEg0E4GISDQTgYhINBOBiEg0E4GISDQW0QOIfvDAbngiGglH1D6cP5YBi4AFwIysBF4GJwCRgOLuXYEeAycDm4AlwJrgbXgJFgFBjNea8FY0A5qADXgbHgBnATx9wMbgG3gtvIze1gHKgEd4A7ud5kcBe4G9wD7gVTwH3gfjAVTAPTwQwwEzxATmeB2eBB8BD7dDAHzCWH87jefLCA7YdpF7L/Edoq+vUo24+xvYjPHqf9MTDYt5jPnmB7CXjSc+QkjjyW8SeKK2/WnnUDzAU241tJtFCJFoJoIchcYDN6mIqPJbUVHLOSz37K/p+Bl8Aqtx5tBNFGEMZt0Kp5/wrbq8Gr4DW++zrtGvAmeAvUsM/kvGvdKxj3ougliOvXo5kgmgni/vXoJohuglod2+/Rhrm2RfsB2MB3N9J+CP7ASPER7z9xlzELr0dDQTQ0Cw0F0VAQDQXRUBANBdFQEA0F0VAQDQXRUBANBdFQEA0F0VAQDQXRUBANBfHs3SM0o7N4Fx350ZGNjsLoyEZHNjqy0VEYHdnoqAUdvYOObHRkoyMbHdnoKIyObHQURkc2OoqgIxsdtaGjNq7Sho7a0FELOvKjIz868qMjPzryoyM/OvKjIz868qMjPzoKo6MwOgqjozA6CqMjGx3Z6MhGRzY6stGRjY5sdGSjIxsd2ejIRkNhNBRGQ2E0FEZDNhpqQUMtaKgFDbWgoRY01IKGWtBQCxpqQUMtaOgdNGSjIRsN2WjIRkM2GrLRkI2GbDRko6EwGgqjoTAaCqOhMBoKo6EwGgqjIRsN2WjIRkM2GoqgoQgaiqChCBqKoCEbDdloyEZDNhqy0ZCNhmw0ZKMhGw3ZaKgNDbWhoTY01IaG2tBQGxpqQ0NtaKgFDbWgoRY05EdDNhpSKz8/GlKrvxY0ZKOhMBpqQUM2GvKjIRsN2egnjH5s9GOjnTZY0YZeWtBLG3rxoxcbvdjopQW9hNFLG1rxoxUbrdhoxUYnNjqx0YeNPmz0YaMNG23YaMNGGzbaCMO2NjRhowcbPdhowUYLNjqw0YCNBmz4b8N/G77bcN2G6zZct+G6DddtuG7DdRuu23Ddhus2XLfhug3Xbbhuw3Ubrttw3WZ12OWasDui5p6wOwK7I7A7ArvXw+4I7G6D3TbsjsDuCOyOwO4I7N4IuyOweyPsjsDultw8NTv3zrI7nWP3wd1jONC8dgDnLgYlYCA4DZwOzgA/AmeCs8DZYBDXPId+DwbngiGglP1D2X8+GAYuABeCMnARuBhcAoaDS4lzBMdfBi4HV4ArwdXgGjASjAKj6de1YAwoBxXgOjAW3ABu4pibwS3gVnAbObgdjAOV4A5w8PPt/3nt8W2GmzA8AsMj3r2ah2mzDI/A8I0wvA2GR7x7OI/T/hgsZv8TtEvAU57vKYa3eesXdZ9nOfsD4Hn2vcCxaj2j7v38lH0/Ay+Bn4OXwStgNXgVvA7WgDfBW0DN97MMj8DwCAyPwPAIDI/A8AgMj8DwCAyPwPAIDI/A8AgMj8DwCAyPwPAIDI/A8AgMj8DwCAyPwPAIDI/A8AgMj8DwCAyPwPCIGAqzI96qqqfH1t0evBGW2jB0PayLwLoIrIvAugisi+y3mhrNvmvBGFAOKsB1YCy44Z/yK5tq2lTTppo21VxPNddTzfVUcz1VUhVRlVjPOB1hjH6HSqwn8xEyv54sRnIrpo2Mnaa6w+OtmP6TGZ+NlsvQskHEFWjZQMsGWjaIfh5aNtCygZar0LKBlg20bKBlg8xUoGWD7FSgZQMtV5ElgyxVk6VqtFxNpqrRchVaLkPLZWi5DC2XoeUytFyGlsvQchlaLkPLZWS1gqxWkNUKslpBVivQsoGWDbRsoGUDLRto2UDLBlo20LKBlg20bKBlgyrMowrzqMI8qjAPLRto2UDLBlo20LKBlg20bKBlAy0baNlAywZarkLLBlo20LKBlg20bKBlAy0baNlAywaVraCyFVS2gspWUNkKKltBZSuobAVaNtCygZYNtGyg5Sq0XIWWq9ByFVquovoG1TeovkH1DapvUH2D6htU36D6BtU3qH411a+m+tVUv5rqV1P9aqpfTfWr0XIVWq5Cy1VouQwtG2jZQMtlaNlAy1VoWa04K9CygZYNtFyGlg20bDDjq4Y9FejZQM8GM75qmFQNk0ag62pvHf6sOwd9q5VqNfouQ98G+jbQt1q5VsCyamZ8c9B4GRo30LiBxg00bqBxA40baNxA4wYaN9C4gcYNNK5WvBVovBqNG2jcQOMGGjfQuIHGDTRuaPWMdB/QbgQfAht8ClKgDbSDz8DnYBf4C0iDvwIHdIBO8AX4EnwFMq4h8tR9TiJtVXdfWAd95GaEzPtYnCB86i8zxTb2bmHM66kdzqprApgIJoGlYBnffpbjVoDa7HfduDjdu0ee592PNnP3oQ9uLBvKd84Hw8AF4EJQBi4CF4NLwHDvfrVJP0z6Ye5zfzp7v13dn37Um5Wou+UmtbM9X37euzet7pire9I7iHcHMZriw5wTqLWfiRMYOIGJE5g4gYkTGDiBisjECUycwMQJTJzAxAlMnMCPE5g4gR8nMHGClURu4wYmLuDkMnCwaz4DBzBwAAMHMHAAAwcwcQATBzBxABMHMHEAEwcwcQATBzBxABMHMFG/gfoN1G+gfgP1q6yaZNUkqyZZNcmqSVZNsmqSVZOsmmTVRP0m6jdRv4n6TdRvon4T9Zuo30T9Juo3Ub8f9ftRvx/1+1G/H/X7Ub8f9ftRv4n6TdRvon4T9a9E/StR/0rUvxL1r6SCNhW0qaCNE5g4gYkTmDiBiROYOIGJE5g4gYkTmDjBvpVWazsTpZu5tV226o+AKvrwKO1j3lMKtbYzUbqJ0tXc1I/STZRuonT1BMOG/wZKd2CzjdKrYYuZW9eZqFyxxkTlfhRenVvTmSjcROEma7qxqNxE5SZrujBrOjWim6jdRO3qaY9SvIniTe0NT/UmqjdRvXpuYTMu2YxLlTiAgwOYjE9hXMDEBdQ4peazJk5gsrZT90VM1nbKEUztP+nPb2h/y/sPaDd481wTdzBZ570Ds03tY8a+T/i8iW0bbOc6n9KmQBtoB5+Bz8Eu8BeQBn8FDugAneAL8CX4CmRQy6eopQm1FKAWHbWUoxYdteioRUct5ahFRy06atFRi45adNSioxYdtZSjFh21lKMWHbWMQy1+1KIzdr7M2OnPPcMKoxwd5RSgnAKUU4ByClBOAcopQDkFKKcA5RSgnAKUU45yylFOOcopRznlKEdHOTrK0VGOjnJ0lKOjHB3l6ChHRzk6ytFRTjnKKUc55SinHOXoKEdHOTrK0VGOjnJ0lKOjHB3l6ChHRzk6ytFRjo5ydJSjoxwd5egoR0c5OsrRUY6OcspRTjnKKUc55SinHOWUo5xylFOOcnSUo6McHeXoKGccyhmHcsahnHEoZxzK8aMcP8rxoxwd5egoR0c5OsrRUY6OcnSUo6McHeXojKF+xlA/Y6ifMdTPGBpmDA0zhoYZQ8MoS0dZOsrSUVYBytJRlo6yClCWjrJ0lKWjrHKUpaMsHWUVoCwdZekoqxJllaMsHWXpKKsSZfkZR8Ooq8B7PriMfc+6pahLZxwNo7ACFKajMB2F6SisnHE0jMpKUVkBKtNRmY7KdG3V1+quoo7KdFQ2BZXpqExHZToq01GZRGU6KtNR2QhUpqMyHZWVozI/KluEykq8Z5FB9ofc21CZjsp0VKajMh2V6ajMj8p0VNYLlemobAQqMzyV/Z5zfMC+DbQbaT8Ef+B8HxHXx3z+Cf1u4vs2+7fzvU9pU6ANtIPPwOdgF/gLSIO/Agd0gE7wBfgSfAUyri7yu3Vzp3TrDg4BPUBPkA8OBYeBXuBwd4oYmNclinNPVe3cLH2KdjT7CsEx4FhwHCgCx4MTwIngJPDtp6/7zranwJUpcGUKXJmizeX4BWARyD6JneI5p5/2Ofa9SLuStpbP1Kw7RG7eJU+/p1Wz7qNxDvXctB2Vq/vxrai7FXW3ou5W1N2KultRdyvqbkXdrahbPYNsh5nq+Z16TtcKozIwqBWmqOdn2VnLGO++k3KlAK5UiisFcKUArhTAkQI4Ugg3CuBGAdwogBsFcKNS3CiAG5XiRgEyWE+/fkP26nGf0D/hPqW4TynuU4r7lOI+pbhPAPcJ4D4B3CeA+wRwnwDuE8B9ArhPAPcJ4D4B3CaA24RwmxBuE8JtQrhNCLcJ4TYh3CaE24RwmxBOE8BpAjhNAKcJ4DQBnCaA0wRwmgBOE8BpSnGaUpymFKcpxWlKcZpSnKYUpynFaQI4TQCnCeA0ARhQDwPqYUA9Fa+n4vVUvJ6K1+MOIdwhhDuEcu4QwB0COXcI4A4h3CGAO5TiDiHcIZBzhwDuEMAdXsQdSnGHAO4QwB1Ww5x6mFOPO5RSy9/AoNW4w1jcIQST6nPuEMAdArhDCHcohVn1uMPYnDsEcIcA7hBgDD4ddwjgDgHcIYQ7LMEdArhDAHcI4A6luEMAdwjgDqW4QwB3COAOpbC0HpbW4w6nw6Pf4A4BGPsC7hDAHQIw9wXcIYA7BHCH1bhDAHcYizsEcIMAjK7HDQK4QSD3fGIrjhDEDa7ADVbjBgHc4ArcIIAbBHCDAG4QwA0CuEEANwjgBgHcIIAbBHCDAG4QwA0CuEEANwjgBgHcIOApxz7o33Ts/q3GotzvMtRvMlahx1+A17ynKTa9jYvenHUNZ13DWddw1jWcdQ1nXcNZ13DWNZx1DWddw1nXcNY1nHUNZ11DvdSzoDXUxOHsa8ThqCeMeuKwKQybwrApTKXDVDhOpsNkOk6W497T23fdJrIX957x9eCbG/nWRr61kW9t5FvqSedG7xscJSajagtFWyjaQtEWirZQs4WaLdRsoWYLJVuo2EJ5FsqzUJ6F8iyUZ6E8C+VZKM9CeRbKs1CehfIsFGWhKAtFWSjKQlEWirJQlIWiLBRloRgLxVgoxkIxFiqwUIGFAizYb8F6C8ZbMN6C6RZMt2CwBYMt2GrBVgu2WtSgErZasNWiFr+GrSZstWCrBVstalMJWy3YasFUC6ZaZCEDQw3YaZG7TbDTgp0WOYzDTgt2WrAzDjut3AzRgp0WmcvATgt2WntmhZ+4T8HMMMy0YKZaR1ow04KZFsy0YKYFMy2YacFMC2ZaMNOCmRbMtGCmBTMtmGnBTAtmWl79WqlfK/VrpX6t1K+V+rXS6ww9/qM4HpbFOSruPSc4mrYQHAOOBceBInA8OAGcCE7yeBTnjHHOGId5cZgXh3lxzh73njU8R7vS41acHGV/GbDBTYsfcrUOrhZlNEwxGqbw8xhX7eCqHVy1g6t2cNUOrtrBVTu4agdX7eCqHdp4N8mVo1w5ypWjjIgpRsQUI2KKETGFP8bwxxj+GMMfY/Ssg5510LMOehbF12J4WIzedeBZ6vloBz2MUq2kVicKWVGrdfUljFGN3h1jTZzEONTIGNTIbLiLmXCMfu+i37vo9y7tZFGi9QF9+bwfOAX0B6eCfe/cXsq5RrP/WjAGlIMKcB0YC24At3GN28E4UAnuAHdyzcngLnA3uAfcC6aA+8D9YCqYRn+mgxlgJngAzAKzwYOgivMvBk+x/TRMXUbMz4pC8rELD28kH7u0FbyvYbtOnCQ00c1tFfluqxzkZnxFaiQXPVyDv/BB+MQR7jzxBpB5be4mcQtHmxxtCmY54kmOY20l1rL9NmD9JEKA9ZNg/STed01fqfcMKkGeE+S5D3lOkOeE1kscCj+qc7lWM6Zmct1ArgvJdSG5TpDrBLlOkOsEuU6Q6wS5TpDrBLlOkOs+5DpBrhPkOkGuE+Q6Qa4T5DpBrhPabVzndjAOVII7wHi3Fn5Vw69q+FX9T+S+mdw3k/tmct9M7hvIfQO5byD3DeQ+Qe4TcFDdwWog/zHyX5fLfwP5T5D/Bi//q0A1eA1e1bC/lu+Y1CoEh951V6CipBgmgqJY/FIUM7csJHslZK1QOxwUgN7gSKI5ivZoUAiOAceC40AROB6cAE4EJ4Hd2b2Uc91GezsYByrBHWA8mAAmgkngAc4/C8wGD4KH2KeDOWAuWAAWgkVgKXiKY56Gzc+oiNl+jvZF2pV7Ii7xIq5l+20QAnW8D4sScTb8aYM7bXhHAm6opzIJeJHAsRrhRiPzwSgeksBDEnhIAg9J4CEJPCSBhyTwkAQeksBDEtrJ5LIPGM93JnCuiWCS92QiQQ0T1DBBDRPUsJEaNlLDRmrYyFwrylwrylwriq8k8JUE86so3qLqmqaujThfI/VsxF9UPRvxF1U/5X6N6EnVLCROUHUT79AOR0Pr0dD63CfFuU+oqhtCG11oowtddKGLrqwuRD6xdhBriFhDxBoi1hCxhog1RKwhYg0Ra4hYQ8RaS6y1aKYLzXShmS4004VmutBMF5rpQjNdaKYLvXShly700oVeutBLF3rpQi9d6KXrgHqZQH8mgkngIfqlgzlgLtdeABayXcV3F7G9mHYpxz3nzRm7yE0IfndR8XzRCw4Xehw+gm9cSnsgDk7js+lgBpjpdojueIyNl6j7RDuzfuY9309687EYK5lOMhUjUzEyFSNTMTIVI1MxMhUjUzEyFSNTsT2suJTvzOX9ArDIGynUKBFjbpAUM/A2Q1zuNokKcD2j2a1gKts6mAPmgnlgPvg5eJ3jTVpmCPigQY1LqG+JWMf33ud9PV74f9hOggz4G8d+7TbJk9y0PJv2CnA/mAYeYF8VWMz2s7SbaSOgyW3yFYLjwPFu2sco7TsZ/BCcxr7T2TcYlLpG3hNu+n/B2Bbyfjn8j8e2QnEFo1Ulo1UlFa2kSpVUqJIKVeI0lYxUlbhNJSNVJVWqJHOVZK0p91vG4r1+yziLrDWRtZ94z5WOdBeQrSay1US2mshWE9lqOsBvGYu/87eM4zn3BDARTAJ3sm8yuAvcDe4B94Ip4D4AS8hU0wGeySwgUwvI1AIytWCv3zPOIlsLyNCC3O8YF5CdJtxqljifLNhkwM75bfTf5Let+8zd/nW/fdJtz83nsp67DEfY13dXwZtfADW/M3mPBzN+7mQW3skYmmCmnRAXiB+4pbhwJS5cSbQ13m8DDucI5UO9OSr7yzDlIzVEW0O0NURbQ7Q1RFtDtDVEW0O0NURbQ7QriXal9+x9At+bCCaBfbzrAL+O6iTaTqJV/lNDtDVE20m0NUTbSbSd3q+dnqFP2V831Xi/ZlpJuwrG/4L9r7nriLaTaDuINqGYTrQJou0g2iRrioQY4XmmGk9DrqPGVFjuKA+F4SkY3g7Dz4HhKRieIhNbYXiK+kfJSCw7s3C3wPIULE/B8hQsT8HyFCxvh+XtsLwdlrfD8nNgeQqWp2B5CpanYHkKlqdgeQqWp+CE+tXuVrK0lSxtheUpWJ6C5SlYnoLlKVieguUpWJ6C5SlYniKbMbIZI5sxshkjm1vI5hayuYVsboHlKVieImtbydqW7KyD9gX2vUhbQ1vLZ8w0RJHnftl67/J+43Egp9q/ft/+3UL2twa7vN8ZvOj9GrorV4ddajataiBGwTblODs8xqn58Rue8+zAeXbsOwfIzZF3wMpqahOlNlHYmaQ2UWoTzT3BS8LMaphZDTOrYWY1zKyGmdUwsxpmVsPMaphZDTNXwMwV1C5K7aLULkrtotQuSu2i1C5K7aLULgp7k9QuSu2i1C5K7aLULkrtotQuSu2i1M7c52lfEgYnYXASBlfD4GoYnKQWSrPqSW7Ue+L3tPJmb4VYTT2ijNfqFxjVsLgaBtdRm6j3FDBMfba77aLAG8sPdhw/wNiNn6m8H+Hl2yTPY8jzGPI8hjyPUXduvlmH8I3d65DsPOvg7uicjAr7gINam3CN71qbqNn2t+dTu/91T4e3lljkPS9LeHeP1Nphpfebq4QYSqTGXpEW5yItzkXavFekiX0ibSbSZiJtJtJmIm0m0mYibSbSZiJtJtJmIm0g0oaDjDTxnZF+O8pmomzeK8rmXJTNuSibvSjPQUNqbWmiGxXlCKIcQZQjiHIEmjFzc5zG/eY4KtJv1pEHmtc0EkEjETQSQeO/PK/ZO6psNNn5ydNkbhneo+Ykai4Sxn/GULPsqvkIavcG2LNq9pg6IsfUEd6Kuctt+CY6j63fROet+bxaNlDLBmrZQC0bqGUDtWyglg3UsoFaNlBLVtTuMmq57OAy4bH2n8/E+AOtFb9V8wZq3rAnS4vY9mZy3npxHU4Ry64XvVVyo7dmXOHpuiGbQRyi2OPD63txIuud5h7f3O2ZR9Gjg/G/7/K+hziPDuaAhUB5nPK3pxn3ljECPwuy3tap/EycRU+S9ES5d5KeJHNr9RLtiD3rdTXTTtKzJD1L0rMkPUvSsyQ9S9KzJD1TrpykZ0l6lqRnSXqWpGdJepakZ8lvrdGngelgBpjp1aGEOpRQhxLqUEKvk/Q6mVufl+TW5iX0PEme1d2H5O71uLicGbPDjNn5xl1gaCg7T2QOoZhZr+URr4afq3lDAVD3bnq7Vu6ZzU6YWQ8z62FmPcysh5n1MLMeZtbDzHqYWQ8z62FmPcys14ZyvvPBMHABuBCUgYvAxeASMBxcyjX3nkfsfz9m3+cmO6nfTuq3EwbWw8B66rhTe9SbcdXn5g31jOiW9hP2ZZ971GvPs62edawE3vzBtcT5RF5LfdPUN50bobP/wlCN0AVebQuJvJbIa4m8lshribyWyGuJvJbIa4m8lsjVSj0NB9JwIA0H0nAgDQfScCANB9JwIJ0bnf/nf9G398j8ANefBWaDB9X9Ga6zAFR5T+xqvX9Rp0bmp7z6FxJpbfZfzrG9ku0arsmILM4V3cRhrNYPyznTcTlnOo4MzPdcSXPf3eNIR7vziXg+Ec8n4vlEPJ+I5xPxfCKeT8TziXj+Ad3nUs7zXW4zl+8uAFnXmJ/z1/VoL0oE8z23WMH2SrZXuc8zI0syv1iWc42G3Iw4KgrocTs9bueK7VyxnSu2c8V2rtjOFdu5YjtXbOdK7Vylnas05xTerhTOavLJA+pB/ZZ+Z25F0ZTTwTp00HTQ84qhfP98MAxcAC4EZeAicDG4BAwH2dVGExVvouJN8H0dfF8H39fB93XwvQm+N8H3pr3mEk3wfac3l3gSLi/l/VMcqziv1lM/4TM/75/zfg++E96vyz2paiCXTVo1GXjNW181MdONKS14v4sJk9cNvG8C292kGCh+S0bWexmpI9cd5FrNtVO5dVUdmagjE3Vkoo5M1JGJOjJRRybqyEQdmaijNh3UpoPadFCbDmrTQW06qE0HtenYZ/1UR4R13vqpyrv7X0fdOqhbB9GlqF2KqOqoXwf1SxFVHb1PMY5QR++O6uHev7aMZXt4kHdQ976XuO9ziG/1bvfdUeU1tNnVXdp7NqHmBs8y5/CeUag7pLQreK/ukta6abSXvZMezt1JD3vM2rvyS701fJPos2cN/3ei3J31wzl/X9p+4BTQH5wKviu7E/jeRDAJqIwu9p6npMjoLi+LNd5zlJQWgkfv5uY1U72VzimMGAd7x+xJjs3eNduRu2uWXRll75btEPVu6//Du2U7cnfLYrm7ZYXev1xU/2rxH98p2/9fJu5/p6zwO/8V4b/vrljM+9eB2btiTfs88YntdVcshoK7qF6nd89gg9slunt3Qfa+g6HuQNTidqcyE9jBTGBH7l6ZkbtXZuSe7K1A2wf/RG8Cx08Ek8C3n9atQKvZJ3XqKV32Ts6KnNPE6Ku6mzM55zQJ0ZfelObu3JWqO3f78H7Tv8j7TfRuE73btBfvN3lO8g3vN3nPZ9Rzmf8SPd04vP8dvP+jGOC2iIHodBDtYMD8XQx128T54AJwESPo5ey7AlwJrgYVYCy4AX7f6G4UN/H9m9316MYUEznHZHAXn08F08B0MAPMBDqYA3B4NGWjKVss4BwPg4XgEfAE+5Z4T+gc8Yw4TyzjfC+JE9Cd7emuhve1wOT9WuJ4G6zj2nX0N6vBRqF+FxABfwBbOe4j8DH4E+//zHFJju8EX7Cvi31/o/077de0rmvLQ0A+OAww15Gn0PZ3N8rT3RZ5hrtJ/oj3Z7qOPAuczfYgt1VezmfkSV4DRoExrinLae9j//20U2nJh5zN+R6kfYjzkQ85h5Z8yHm05EOSD/mw2yYXuuvlI7RVnOdxcZ40+P5iPl/Cvif5bCntU7RP0z5Du4z2WY5dLe6XQY79Fe/r3Lh8T5wg32fb4ru/pr/1nH89x/2O7Q/AJrY381kE/IHPPgLbQBPvbdpmztUJvgJ/I3bXzfi6iRN8PV3H18u18Sobr7J9RW4rfmXiVQ2+fnxWzL7TwGBvpfO7vCc9r/r+39ur37Gpkac1N/K0oawMqsqgmDYUk0ExGRSTQTEZFJNBMRkUk0ExGRSTyY1CmdwolEEFraigdc8I9DfO8zUVz3czMDgDQzMwsw1mZmBmBjZmYGIGNmWofIbKt1HtDNXMUM0M1Wxj1MnsGXWK2T4NlHr/P5Pvf3dwj1e9f33OkK3W/585Q2tuzpDwqrj7/to/rt6B7qF9u3rfdf/s31el7C8UDjxXSOxVpQRa6/KeohXn7jbaojej3olUoj/bZ9DeQqZvA+N5PwE8w+dv0L4J3gK/BxtAgiz7cELWSLKY7RG043HNx2gfx11fpX0d1IKtfP5ffPYnttvIPE7mO5Gs/9D715kH/n+QSC0ppvAXBxBSvOdOET6xgFVsN+//OpfPvh+II9jXn1c3UcKruzhdnCkOEYPEYHGoGCIuFIfz3euI9j94HStuErcyao8XE8SJYrK4S5wsdDGf2ccTYokYIJbxKmY8fYkz/Vy8zNpnjajhjGtZJZ8t1on3GHEtXueL34r1Ypj4Pa8LxQZeZeJD8TEzgpjYKa4ScV4jxZ9FmxglvhRfiXLpkz5xndSkJsbKQ+Qh4j9kL9lLXC8LZIG4QRbJInGjPEGeKG6SfWVfcYs8RZ4ibpU/lD8Ut8nT5BnidlkqS8UdcoQcIcbLm+XNYoK8Vd4qJsrb5e1ikqyUleJOOV6OF5PlfXKauEvOlDPFFPmgfFDcJ3WpM+7NlXPFVDlfzhfT5MOySkyXj8nHxCxpyMVitlwinxUPyZfkS2KhfFm+Ih6Rr8pXxSL5unxdPC7fkG+IH8u3ZK0wZFAGxRL5S/lL8aR8V74vlsr1cr3wy01yk3hObpZbxHK5VW4Vz0u0J16QO2RUvChb5B/FSvkn+SfxikzJNrFafiY/F6/JtEyLNbJTdoo35JfyS/GmzMivxVskzCfe9mm+7iLky/cdKt71He47XKzz9fb1FnW+Ql+heM93rO9YEfYd7ztevO870XeisHyn+gaIX/sG+gaK3/jO8Q0W9b4hvlKxPm9x3mLxQd6SvCViQ97HeR+LBvV/0BMb83bkRcWHeZ/nfS4a87o0KTZreVp38YnWUztTbNfO1oZIoQ3VrpDdtau0q+TR2mhtoSzUqrRF8irN0BbLUdoSbbm8Vnteq5a3aK9qr8q7tDe0N+Td2ltaUN6jvaO9K6dr67T35EztfW2DnK1t1DbKKm2LFpGPalu1j+UibZtmS0P7VPtULtESWkI+qSW1pFyqpbW0fErLdNPk08Inr4ThY+D5ld/j/wI+kSf/5DtECHgxRPTRVmobUb8PFXYTw7/P0J4saZ7rCPzgFTL2KirP1+YygpCrPIdcdX2fp+/xPf7X+MFo2guZdY1nzlQknmGe1Je5z4fiFNHIvKeEeU+MGdJOXoO82c85opXXYOZAfxbnihSvIaKT13nefKgU/+hiFvV3XsO8udEF3tzoQtlddhdlsofsKS6Sh8pDxSXePGm4/IH8gbhUHiGPECPkkfJIcZk8Wh4tLpfHyGPEFfI4eZy4Uh4vjxdXyROZRV0tT5Yni2u8udRIby41Sp4qTxWjvRnVtbJElogx3oyq3JtRVcjL5eXMz65klB0rr5ZXMz8bKUcyPxstRzM/GyPHMD+rkBXMz8bKseJmeb28nlnajfJGZmlqNnabNxu73ZuNjfNmY5XebOwOOVFOZMY2WU5mxna3vJsZ273yXmZs98n7mLFNlVOZsU2X03MztrvlLDlL3OPN2+715m1TvHnbfd687X7mbQ8zh3tEPsIcTs3epsvH5eNiBnM4Q8xkDrdEPCCXyqXM6p5m1jBbLpPLxIPe7Ochb/ajM8uZI+ZoH2ofisx/A+N1mSV42tWXeXSV1RXFz7l3v8wJIYQAIYSZQJhnCPMUSAhTmOchYQiEJCQhTGEUkDECVmptRUWF1ipaaqkioqKiYouKgIoKCDKIiJoKMobud/PaWqEsVvtX11m/fd/3ct/3vtx3z9nniopIkJxFodi0ObmZEjk5d+I0Scgcn58lYwT8q9y8KWESIKESIZUkVupIE2nJt+tLgnSSztLjn7NCJZAzy0m0VJU4aSqtRKWBtJMukijhYlIG9aomLVL79akmI9z8MvxmDzVSKks1qSl1pZm0FiMNpb10lZ5uTrgEix+1vFSQGKkutaSeNJc2YqWRdJBu0ss3K0T8paxESUWpIjWktsRLC2nLJ2ssHaW7JElyWrO8NN3t9A2n+5y+7/RwembGZP3M6QmnZ9OzsqfrBac/OL3qVSNO/Sbljk8zIU6jnFZzGu+0RWbWzOmmo9PuTpOd9nc6JDM7LdOMcjqBb+SaKU6znOY7net0UbZ3/nKna5xucPqg003ZuelZ5gmnTzt9Psf7/i6ne5y+7XS/04N54zPzzRGnx52ednreaXFeRtYkc9lpiVctnAY5Dc+bnpZjo5zGOK3htK7TRnl5TZraFk4TnHZ2mug0hdrMpubNzMmzw5yOcZrudKrTHO+/bQucFjpd4nSF0yJuL+W+8Kp1ils05hYNuINa7js/7pi7f6Xc23dSdSpOg++oQXdQw30ceptRmVd30rJOw52WuUUj7qjlnUY6LXeLRjut5LTiLVrZaYU7atR/1FjmZqL0lSGsNJMkSwpkgSyXItkom2SLbJMdslv2yn45LEfltFyQS1KifhqmURqrdXwr/l3pqH6+McQ3zi7dKbq/9NrvUf6O3nGL73qfbzxdOvob39jEN+4s3Vf+h33X/5jn+76Avr7xBd94rnQMHOcbC0vHkEG+cXvpGBrrG3N9Y5FvvFw6hsX7xs6l3x+22Xd9lHshTGBX2lV2tV3DKyNX5Cr/VFWruasAUbvW7cR8XqVLY2zGy9iNV/AqXsMevI438Cb24i28jXfwGzyMTXgEj+IxPI4n8CS2YCt+i9/hKfweT+MZbMOzeA5/wHb8Ec/jT9iBP+MFvIideAm7sM/7nXrEMDdMK9OK1diwFlfHfCzBfXgAG/FLPIhf4SH8GvNQiAVYiEVYjHuwFMuwHPdiBVZiFVZjDdaiCOuwHhtwP37B+1itrw35nz2iT/L1Vn2ZuaE2QBbx1w/i7x/BHRDNPVBD62i8NtJm2koTtKN21URN1r6aqkN0hI7RCTpJp2qW5mqBztUFukSX6yot0g26UR/STbpZt+hTuk236w7dqbt1j+7VfbpfD+hhPaJH9YSe1nN6QYv1kl7VEmOMnwkyYSbCRJloE2tqmDom3jQyzbgCCaaj6WoSTbLpa1LNEDPCjDETzCQz1WSZXFNg5poFZolZblaZIrPBbDQPmU1ms9linjLbzHazw+w0u80es9fsM/vNAXPYHDFHzQlz2pwzF0yxuWSumhILrsI1cp3cICXkpig3ioK/O7iHYQnnwUOYE/An3BkIJFxFBBPmCEJJGClDwklZEkHKkUhSkcSQmqQu6UMGkAxSlQwmlQj3M4aSYaSAVCD1SXnSgDQibUk70p50JMwd9CepZBKZQqaSJDKGzCHNSD4ZTpqTDmQsqU5qkChSmbAOII40Jcwd9CCJpBdJJr3JQDKCjCSjSRrJItPIbDKXdCLRpBapTRqTeqQhaUHYy6AlaUNak66kM0kgXUg30p30JCmEdQTMffQjowjrAiaQbJJJJpPpZAaZSaqQamQIySM5hDUCs8h4MUjHRL56l9nRhz1QB9aECTKF1XmdrGdX9LQ8y/5pJyOOFfMgO6njjNZygtFGvmS0lTOMBPmK0U6+ZrRnPb3EO11mHeko1xid5Qajixo10pVbCtKNGecn3TVAA6WHBmuw9NRQDZVeWkbLSJKW1bKSrOW0nPTW8lpeUrSCVpA+WkkrSV+trJWln1bRKtJfq2t1GaA1taakam2tLQM1TuNkkNbTejJY22gbGaLdtbsMZQ4nyjDtpb1kOLM5WUZoiqbISOZ1Xxml/bW/jGaGp8oYHaSDZCxzfYiM02E6TMYz60fIBB2loySN+T9G0nWcjpOJrAQTZJKma7pMVoZM0QzNkAydptNkqk7X6TJNszVbMnWGzpDpmqd5kqUzdaZk6yydJTk6R+fIDJ2n8yRX5+t8ydOFulDydbEulpm6VJdKAavLcpmlK3SFzNbVulrm6FpdK3P1Pr1P5ul6XS+FrN8rZT4r+GpZYDfbzbKwtHLLS65yR9C1vKrsYUv7iSqutr/EEI/HE+b6IK83x7juIFqCcA3XcQMluOkRj3qMx3rw8zn8pJ/H3xPgCfQEeYI9IZ5Q3umncxpIOXvIHrYf2Y/tJ/aI/dR+Zj+3R+0xe9x+YU/Yk/ZLe8qetme8n7Jn7VX3qVSpY4t59ZU9Z7+25+039oL91n5nv7d/sz/YS/aqvWJ/tJftxdvOKXazLnKed84V3tOwzvu7bsv7XCpLZRl7po2MUPYDW+h/uxhl5CIjXB/QB6SsLbSFEsFnP8PP3M16lK6ud8Vh2vL9TW7dm7rvNvKwuzY8MaT6VuXYbdfFuyon7RmuiHddTnBu4H/35PxkM4nCp/gcR3EMn+FLnMJxfIETOImvcR7f4AK+xXf4HsX4G37ARfekDRgi74q3u7nM8LgM8nP739/t/wC3/wPd/g+CpS8Eoy2rVgg/HyF+OI0zOItL+BGX+Y4fvXAzF+cZfYY90y7dxYpzD+4RS0e+X0Anf5CdsOHZLxxf4RwO4D28jw/wIQ7iEA7jI3yMT3AFV3HE26foMT3Ou53SU+wRLugFunixFnPF/dkveOigYeJHF40QfxNn4iTANDfNJZB9yON81q3YymfdhV0S4u1bJJQdy1tcO/fr2rfs2/Ydu8++a/9i/2r32/fs+z/dyRogi+01e93esCX2JoRFzPC/Bzzwgz8CEIggBCMEoQhDGYSjLCJQDpEoj0qogIqIRQxqoi4aoT4acMU6oh3aow/6IhX9MQBDMQlTMQUZqIrBGIYC3j0JYzAHzZCP4WiOsaiOGohDFCqjDpoiHj2QiF5IRm8MxAiMxGhW8zRkYRpmYy46IRq1UBuNUQ8N0QKt0BJt0Bpd0RkJ6IJu6I6eSEETDEI/jMI4TEA2MjEZ0zEDM1EF1TAEechBLmZhPCbSKw276u4ymiuSIYu5bo/KYzw1P8doKS8yWskhRmv5gtFGTjLayilGgpxltJNzjPZyntFBfmR0ZKd5laf964zOUiI36RJWLf2BKUZ/8Fd/+kOQBkmihrAH78kuLYwuEa7hdIkIjaBLRGokXSJKo+gSFbUiXSJao+kSMRpDl4jVWLpENfayA9jX1aBL1NJadIk67PQHaV2tS5eI13i6RFttS5fooT3oEj21J10iSZPoEr21N12ij/ahS/TTfnSJATqALjFQB9IlButgusRQHUqXGK7D6RIjdSRdYrSOpkuM1bF0ifE6ni6Rpml0iYk6kS7BoEtM1al0iUzNpEtkaRZdIkdz6BK5mkuXyNd8ukSBFtAlZvPcMYO95ly6RKEW0iUW6AK6xCJdRJdYokvoEst0GV3iXr2XLrFSV9Il1ugaukSRFtEl1uk6KWSHuoEuscquokusYbe/0BPuCZdF/F2TpQb7aW837e2b/9VpF7Lz9vbXS37WYXv76590176OfBXvBHbOzZmlu/U15v/r+okEsYtNYDdRenr4X08Idzp9uNODCTAtmbKtTWt3eqCbMIsjeR6N4smxIs+c0TxfxrCqspqyVm6Ui6ybu1hN726W16kO+ZzKWznekG95WvyefXon+6bpbLrYvf/mgf9PdZgnQVeHWXHdOczVW1ctvd1CLCvn7Su0tzqHuLosri6rq8vG1WXr6jJcXfa4uuzn6rK/q8sBri4Huroc5CoyTxKsC14v9ePzeE/ztSRemtgD7GGSJMV+6MZ+9gN+Z5K8Qk2xB13/+iq1n/PdpLvpT/4OsKfJXgAAeNpjYGBgZIAADSBmSsnJS4eyxYohbDsQ27EoN09HwbmyKEdHwb0oNVtHwSexJA+7KAA1FxJfAAA='); + font-style: normal; + font-weight: normal; +} +@font-face { + font-family: 'Arial Rounded MT BoBoldAD39CAD8'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +.cs-HTML { + background: rgba(40, 40, 40, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanel { + box-shadow: 0 1px 0 rgba(0, 0, 0, 0); + background: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanel .cs-link { + color: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanel .cs-link:hover { + color: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanel .cs-name { + color: rgba(68, 68, 68, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanel .cs-title { + color: rgba(153, 153, 153, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanelpopup { + box-shadow: 0 1px 0 rgba(0, 0, 0, 0); + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanelpopup .cs-link { + color: rgba(255, 0, 0, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanelpopup .cs-link:hover { + color: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanelpopup .cs-name { + color: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-infopanelpopup .cs-bio { + color: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-timer { + color: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-duration stop:first-child { + stop-color: rgba(60, 60, 60, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-duration stop:last-child { + stop-color: rgba(60, 60, 60, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-elapsed stop:first-child { + stop-color: rgba(254, 227, 71, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-elapsed stop:last-child { + stop-color: rgba(254, 227, 71, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-timer .cs-pie .cs-innerstroke { + stroke: rgba(199, 199, 199, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-timer .cs-pie .cs-innerborder { + stroke: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-window { + box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2); + border-color: rgba(49, 99, 0, 0); + background: rgba(33, 33, 33, 1); + color: rgba(248, 248, 248, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-window .cs-diva { + border-color: rgba(78, 78, 78, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-window .cs-divb { + border-color: rgba(78, 78, 78, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-editor .cs-editor-slide { + color: rgba(226, 226, 226, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-editor .cs-editor-html { + color: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-editor .cs-editor-button { + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-editor .cs-editor-button:hover { + background: rgba(68, 68, 68, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-editor .cs-editor-button:active { + background: rgba(68, 68, 68, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem { + color: rgba(186, 187, 186, 1); + border-color: none; + border: 1px solid transparent; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem:hover { + background: rgba(255, 255, 255, 0.06); + border-color: rgba(108, 108, 108, 1) !important; + border-width: 1px; + border-radius: 2px; + border-style: solid; + box-sizing: border-box; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem.hover { + background: rgba(255, 255, 255, 0.06); + border-color: rgba(108, 108, 108, 1) !important; + border-width: 1px; + border-radius: 2px; + border-style: solid; + box-sizing: border-box; +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary { + color: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-scrolling-panel { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-term.cs-selected .cs-choice-list-trigger { + color: rgba(255, 255, 255, 1); + background: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-term.cs-selected .cs-choice-list-trigger:focus { + color: rgba(255, 255, 255, 1); + background: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-term:hover .cs-choice-list-trigger { + background: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-term.hover .cs-choice-list-trigger { + background: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-term .cs-choice-list-trigger:focus { + background: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-diva { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-divb { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-divc { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-glossary .cs-heading { + color: rgba(248, 248, 248, 1); + font-weight: 700; +} +.note-content p span { + color: rgba(186, 187, 186, 1); + line-height: 1.4em; + font-size: 103.769%; +} +.cs-npnxnanbnsnfns00000000001 .cs-resource .cs-separator { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-outline { + color: rgba(45, 45, 45, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-outline .cs-diva { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-outline .cs-divb { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-outline .cs-divc { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-outline .cs-search-filter:hover { + color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-outline .cs-search-filter.hover { + color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-transcript { + color: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-transcript .cs-div { + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-tabs:not(.topmenu-item) { + color: rgba(248, 248, 248, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-tabs .cs-inner-button:not(.topmenu-item) { + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-tabs:hover:not(.topmenu-item) { + color: rgba(248, 248, 248, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-tabs.cs-selected { + background: rgba(0, 0, 0, 0); + color: rgba(248, 248, 248, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol { + background: rgba(0, 0, 0, 0); + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol .cs-button:hover .cs-icon { + fill: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol .cs-button.hover .cs-icon { + fill: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol .cs-button .cs-icon-shadow { + fill: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol .cs-button .cs-icon { + fill: rgba(180, 180, 180, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol .cs-seek .cs-fill { + background: rgba(255, 255, 255, 0.6); +} +.cs-npnxnanbnsnfns00000000001 .cs-seekcontrol .cs-seek { + background: rgba(108, 108, 108, 1); + border-color: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-input { + color: rgba(186, 187, 186, 1); + border-color: rgba(0, 0, 0, 0); + background: rgba(255, 255, 255, 0.06); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-input:focus { + color: rgba(248, 248, 248, 1); + background: rgba(41, 41, 41, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-input:hover { + box-shadow: inset 0 0 1px 0 rgba(69, 126, 19, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-input.hover { + box-shadow: inset 0 0 1px 0 rgba(69, 126, 19, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-button .cs-icon { + fill: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-button:hover { + fill: rgba(63, 133, 0, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-searchinput .cs-button.hover { + fill: rgba(63, 133, 0, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-menu { + box-shadow: 0 1px 0 rgba(0, 0, 0, 0); + background: rgba(33, 33, 33, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active .cs-tab { + background: rgba(33, 33, 33, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-logo { + box-shadow: 0 1px 0 rgba(37, 75, 0, 1); + background: rgba(255, 255, 255, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-checkbox { + color: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-checkbox:hover { + border-color: rgba(175, 221, 130, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-checkbox.hover { + border-color: rgba(175, 221, 130, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-checkbox .cs-box { + color: rgba(255, 255, 255, 1); + border-color: rgba(42, 83, 0, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-checkbox .cs-box:checked::after { + color: rgba(43, 196, 0, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-button { + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); + color: rgba(186, 187, 186, 1); + border-color: rgba(0, 0, 0, 0); + background: rgba(0, 0, 0, 0); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button .cs-icon { + fill: rgba(186, 187, 186, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-button .cs-icon-shadow { + fill: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button:hover { + background: rgba(248, 248, 248, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.hover { + background: rgba(248, 248, 248, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-button:active { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.cs-disabled:hover { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.cs-disabled.hover { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.cs-disabled:active { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.cs-volume:hover { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.cs-volume.hover { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001 .cs-button.cs-volume:active { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001.cs-base { + color: rgba(186, 187, 186, 1); + border-color: rgba(40, 40, 40, 1); + background: rgba(40, 40, 40, 1); +} +.cs-npnxnanbnsnfns00000000001.cs-base .cs-separator .cs-diva { + background: rgba(69, 69, 69, 1); +} +.cs-npnxnanbnsnfns00000000001.cs-base .cs-separator .cs-divb { + background: rgba(0, 0, 0, 0); +} +.cs-npnxnanbnsnfns00000000001.cs-base .cs-topmenu-item.active .cs-tab { + border-color: rgba(69, 69, 69, 1); +} +.cs-npnxnanbnsnfns00000000001.cs-base .cs-topmenu-item.active .cs-panel { + border-color: rgba(69, 69, 69, 1); +} +.cs-npnxnanbnsnfns00000000001.cs-base .cs-left { + background: rgba(33, 33, 33, 1); +} +.cs-npnxnanbnsnfns00000000001.cs-base .cs-area-primary .cs-slide-container { + background: rgba(40, 40, 40, 1); +} +.cs-npnxnanbnsnfns00000000001.cs-base.cs-custom-theme .cs-brandhighlight-bg { + background: rgba(79, 189, 244, 1) !important; +} +.cs-npnxnanbnsnfns00000000001.cs-base.cs-custom-theme .cs-brandhighlight-secondary-bg { + background: rgba(255, 255, 255, 1) !important; +} +.cs-npnxnanbnsnfns00000000001.cs-base.cs-custom-theme .cs-brandhighlight-border { + border-color: rgba(79, 189, 244, 1) !important; +} +.cs-npnxnanbnsnfns00000000001.cs-base.cs-custom-theme .cs-brandhighlight-text { + color: rgba(79, 189, 244, 1) !important; +} +.cs-npnxnanbnsnfns00000000001.cs-base.cs-custom-theme .cs-brandhighlight-fill { + fill: rgba(79, 189, 244, 1) !important; +} +.cs-npnxnanbnsnfns00000000001.cs-base.cs-custom-theme .cs-listitem.cs-selected { + background-color: rgba(255, 255, 255, 0.06) !important; +} +.cs-npnxnanbnsnfns00000000001 .cs-volume::-moz-range-thumb { + border-color: rgba(43, 85, 0, 1); + box-shadow: inset 0 0 1px 0 rgba(43, 85, 0, 1); + background: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-volume::-ms-thumb { + border-color: rgba(43, 85, 0, 1); + box-shadow: inset 0 0 1px 0 rgba(43, 85, 0, 1); + background: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-volume::-webkit-slider-thumb { + border-color: rgba(43, 85, 0, 1); + box-shadow: inset 0 0 1px 0 rgba(43, 85, 0, 1); + background: rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-volume::-moz-range-track { + border-color: rgba(66, 140, 1, 1); + background: rgba(108, 108, 108, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-volume::-ms-track { + border-color: rgba(66, 140, 1, 1); + background: rgba(108, 108, 108, 1); +} +.cs-npnxnanbnsnfns00000000001 .cs-volume::-webkit-slider-runnable-track { + border-color: rgba(66, 140, 1, 1); + background: rgba(108, 108, 108, 1); +} +body.show-focus .tab-focus-box { + box-shadow: 0 0 0 1px rgba(255, 255, 0, 1), 0 0 0 3px rgba(0, 32, 96, 1), 0 0 5px 5px rgba(255, 255, 0, 1); + border-color: transparent; + outline: 2px transparent solid; +} +.skipnav { + box-shadow: 0 0 0 1px rgba(255, 255, 0, 1), 0 0 0 3px rgba(0, 32, 96, 1), 0 0 5px 5px rgba(255, 255, 0, 1); + border-color: transparent; + outline: 2px transparent solid; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem:hover { + color: none; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem.hover { + color: none; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem.cs-viewed { + color: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem { + color: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem:hover .cs-icon-carrot * { + fill: none; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem.hover .cs-icon-carrot * { + fill: none; +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem .cs-icon-carrot { + color: none; + top: calc(3px); +} +.cs-npnxnanbnsnfns00000000001 .cs-listitem .cs-icon-carrot .cs-shadow { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .item-collapsible .is-scene { + color: #F8F8F8 !important; + font-weight: 700; +} +.cs-npnxnanbnsnfns00000000001 .is-scene .cs-icon-carrot * { + color: #F8F8F8 !important; + font-weight: 700; +} +.cs-npnxnanbnsnfns00000000001 .is-scene:not(.outline-links-collapse) > a { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .is-scene:not(.outline-links-collapse) .cs-icon-carrot * { + fill: none !important; + color: #F8F8F8 !important; +} +.cs-npnxnanbnsnfns00000000001 .tabs, .cs-npnxnanbnsnfns00000000001 .cs-logo { + border-bottom: 1px solid rgba(108, 108, 108, 1); +} +.cs-npnxnanbnsnfns00000000001 .area-secondary-wrapper:after { + background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iMC4wIiB5MT0iMC41IiB4Mj0iMS4wIiB5Mj0iMC41Ij48c3RvcAogICAgICBvZmZzZXQ9IjAlIgogICAgICBzdG9wLWNvbG9yPSIjMDAwMDAwIgogICAgICBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcAogICAgICBvZmZzZXQ9IjEwMCUiCiAgICAgIHN0b3AtY29sb3I9IiMwMDAwMDAiCiAgICAgIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4='); + background-size: 100%; +} +.cs-npnxnanbnsnfns00000000001 .panel-footer { + background: #212121; +} +.cs-npnxnanbnsnfns00000000001 #outline-search { + background: rgba(255, 255, 255, 0.06); + border-color: rgba(108, 108, 108, 1); + border-width: 1px; + border-style: solid; +} +.cs-npnxnanbnsnfns00000000001 .topmenu-panel #outline-search { + background: #545454; +} +.cs-npnxnanbnsnfns00000000001 .search-icon circle, .cs-npnxnanbnsnfns00000000001 .search-icon path { + stroke: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 #outline-search input[type =search] { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 #outline-search ::-webkit-input-placeholder { + color: #BABBBA !important; +} +.cs-npnxnanbnsnfns00000000001 #outline-search :-ms-input-placeholder { + color: #BABBBA !important; +} +.cs-npnxnanbnsnfns00000000001 #outline-search ::-moz-placeholder { + color: #BABBBA !important; + opacity: 1; +} +.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-topmenu-item:hover { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.button-tapped { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active .cs-tab, .cs-npnxnanbnsnfns00000000001 .cs-topmenu-item .cs-tab { + background: transparent !important; + border: none !important; +} +.cs-npnxnanbnsnfns00000000001 .top-tabs-drop-icon div { + background: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 .cs-panel.topmenu-panel .panel-content, .cs-npnxnanbnsnfns00000000001 .top-tabs-drop { + background: #212121; +} +.cs-npnxnanbnsnfns00000000001 .cs-topmenu-item.active .cs-panel { + background: #212121; +} +.cs-npnxnanbnsnfns00000000001 .cs-menu.topmenu-panel, .cs-npnxnanbnsnfns00000000001 .top-tabs-drop { + border: 1px solid rgba(69, 69, 69, 1) !important; + border-radius: 3px; +} +.cs-npnxnanbnsnfns00000000001 .resources .resources-list a:hover { + background: rgba(255, 255, 255, 0.06); +} +body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .resources .resources-list a:hover { + background: rgba(255, 255, 255, 0.06); +} +.cs-npnxnanbnsnfns00000000001 .resources .resources-list a.hover { + background: rgba(255, 255, 255, 0.06); +} +body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .resources .resources-list a.hover { + background: rgba(255, 255, 255, 0.06); +} +.cs-npnxnanbnsnfns00000000001 .resources .resources-list a.button-tapped { + background: rgba(255, 255, 255, 0.06); +} +.cs-npnxnanbnsnfns00000000001 .cs-icon path, .cs-npnxnanbnsnfns00000000001 .cs-icon rect, .cs-npnxnanbnsnfns00000000001 .cs-icon polygon, .cs-npnxnanbnsnfns00000000001 .menu-icon-wrapper.menu-icon-wrapper-hover path { + fill: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 .cs-icon .icon-stroke-only { + fill: none !important; + stroke: #BABBBA !important; +} +body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon path, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon rect, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon polygon { + fill: #F8F8F8; +} +body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-tabs:hover .search-icon circle, body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-tabs:hover .search-icon path { + stroke: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .cs-icon path, .cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .cs-icon rect, .cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .cs-icon polygon { + fill: #F8F8F8; +} +body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .cs-icon .icon-stroke-only { + fill: none !important; + stroke: #F8F8F8 !important; +} +.cs-npnxnanbnsnfns00000000001 .cs-button:button-tapped .cs-icon .icon-stroke-only { + fill: none !important; + stroke: #F8F8F8 !important; +} +.cs-npnxnanbnsnfns00000000001 .menu-icon-wrapper.menu-icon-wrapper-hover svg path { + fill: #F8F8F8; +} +.floating-sidebar:not(.sidebar-closed) .cs-npnxnanbnsnfns00000000001 #hamburger .menu-icon-wrapper svg path { + fill: #BABBBA; +} +.floating-sidebar:not(.sidebar-closed) .cs-npnxnanbnsnfns00000000001 #hamburger .menu-icon-wrapper.menu-icon-wrapper-hover svg path { + fill: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .volume .btn:before { + background-image: url('data:image/svg+xml;base64,DQo8c3ZnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnDQogICAgdmVyc2lvbj0nMS4xJyB3aWR0aD0nNDZweCcgaGVpZ2h0PScxMDhweCcgdmlld0JveD0nMCAwIDQ2IDEwOCcgPg0KICA8ZGVmcz4NCiAgICA8cGF0aCBpZD0ncGF0aC0xJyBkPSdNMTE2Niw0NyBMMTE5MCw0NyBDMTE5MS42NTY4NSw0NyAxMTkzLDQ4LjM0MzE0NTggMTE5Myw1MCBMMTE5MywxMjMuNzU3MzU5IEMxMTkzLDEyNC41NTMwMDkgMTE5Mi42ODM5MywxMjUuMzE2MDcxIDExOTIuMTIxMzIsMTI1Ljg3ODY4IEwxMTgwLjEyMTMyLDEzNy44Nzg2OCBDMTE3OC45NDk3NSwxMzkuMDUwMjUzIDExNzcuMDUwMjUsMTM5LjA1MDI1Mw0KICAgICAgICAxMTc1Ljg3ODY4LDEzNy44Nzg2OCBMMTE2My44Nzg2OCwxMjUuODc4NjggQzExNjMuMzE2MDcsMTI1LjMxNjA3MSAxMTYzLDEyNC41NTMwMDkgMTE2MywxMjMuNzU3MzU5IEwxMTYzLDUwIEMxMTYzLDQ4LjM0MzE0NTggMTE2NC4zNDMxNSw0NyAxMTY2LDQ3IFonPg0KICAgIDwvcGF0aD4NCiAgICA8ZmlsdGVyIHg9Jy00MS43JScgeT0nLTEzLjQlJyB3aWR0aD0nMTgzLjMlJyBoZWlnaHQ9JzEyNS41JScgZmlsdGVyVW5pdHM9J29iamVjdEJvdW5kaW5nQm94JyBpZD0nZmlsdGVyLTInPg0KICAgICAgPGZlTW9ycGhvbG9neSByYWRpdXM9JzAuNScgb3BlcmF0b3I9J2RpbGF0ZScgaW49J1NvdXJjZUFscGhhJyByZXN1bHQ9J3NoYWRvd1NwcmVhZE91dGVyMSc+PC9mZU1vcnBob2xvZ3k+DQogICAgICA8ZmVPZmZzZXQgZHg9JzAnIGR5PScwJyBpbj0nc2hhZG93U3ByZWFkT3V0ZXIxJyByZXN1bHQ9J3NoYWRvd09mZnNldE91dGVyMSc+PC9mZU9mZnNldD4NCiAgICAgIDxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249JzQnIGluPSdzaGFkb3dPZmZzZXRPdXRlcjEnIHJlc3VsdD0nc2hhZG93Qmx1ck91dGVyMSc+PC9mZUdhdXNzaWFuQmx1cj4NCiAgICAgIDxmZUNvbXBvc2l0ZSBpbj0nc2hhZG93Qmx1ck91dGVyMScgaW4yPSdTb3VyY2VBbHBoYScgb3BlcmF0b3I9J291dCcgcmVzdWx0PSdzaGFkb3dCbHVyT3V0ZXIxJz48L2ZlQ29tcG9zaXRlPg0KICAgICAgPGZlQ29sb3JNYXRyaXggdmFsdWVzPScwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjM1IDAnIHR5cGU9J21hdHJpeCcgaW49J3NoYWRvd0JsdXJPdXRlcjEnPjwvZmVDb2xvck1hdHJpeD4NCiAgICA8L2ZpbHRlcj4NCiAgPC9kZWZzPg0KICA8ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz4NCiAgICA8ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgtMTE1NS4wMDAwMDAsIC0zOS4wMDAwMDApJz4NCiAgICAgIDx1c2UgZmlsbD0ncmdiYSgzMywgMzMsIDMzLCAxKScgZmlsbC1vcGFjaXR5PScxJyBmaWx0ZXI9J3VybCgjZmlsdGVyLTIpJyB4bGluazpocmVmPScjcGF0aC0xJz48L3VzZT4NCiAgICAgIDx1c2Ugc3Ryb2tlPSdyZ2JhKDY5LCA2OSwgNjksIDEpJyBzdHJva2Utd2lkdGg9JzEnIGZpbGw9J3JnYmEoMzMsIDMzLCAzMywgMSknIGZpbGwtcnVsZT0nZXZlbm9kZCcgeGxpbms6aHJlZj0nI3BhdGgtMSc+PC91c2U+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4='); +} +.cs-npnxnanbnsnfns00000000001 .volume-track { + background: #6C6C6C; +} +.cs-npnxnanbnsnfns00000000001 .volume-icon circle { + stroke: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 .cs-settings > .settings-panel { + background: #212121; + border: 1px solid rgba(69, 69, 69, 1) !important; + border-radius: 3px; +} +.cs-npnxnanbnsnfns00000000001 .cs-settings > .panel-down-arrow { + fill: #212121; +} +.cs-npnxnanbnsnfns00000000001 .switch-toggle .border { + stroke: #7C7C7C; +} +.cs-npnxnanbnsnfns00000000001 .switch-toggle .thumb-off .thumb { + fill: #A2A2A2; +} +.cs-npnxnanbnsnfns00000000001 .switch-toggle .thumb-on .track { + fill: rgba(79, 189, 244, 1); +} +.cs-npnxnanbnsnfns00000000001 .switch-toggle .thumb-off .track { + fill: rgba(255, 255, 255, 0.1); +} +.cs-npnxnanbnsnfns00000000001 .switch-label { + color: #BABBBA; +} +.cs-npnxnanbnsnfns00000000001 .cs-panel .scrollarea-btn:after { + background: rgba(179, 180, 179, 0.75); +} +.scrollarea-scrollbar:hover .scrollarea-btn:after, .scrollarea-scrollbar.highlight-scrollbar .scrollarea-btn:after { + background: rgba(179, 180, 179, 0.75); +} +.floating-sidebar .sidebar-overlay { + background: rgba(0, 0, 0, 0.85); +} +.cs-npnxnanbnsnfns00000000001 .overlay-message { + background: rgba(0, 0, 0, 0.85); +} +.cs-npnxnanbnsnfns00000000001 .top-ui-bg, .cs-npnxnanbnsnfns00000000001 .bottom-ui-bg, .cs-npnxnanbnsnfns00000000001 .right-ui-bg, .cs-npnxnanbnsnfns00000000001 .left-ui-bg { + background: rgba(40, 40, 40, 0.8); +} +.cs-npnxnanbnsnfns00000000001 .circle-progress-bg { + fill: #282828; +} +.cs-npnxnanbnsnfns00000000001 .circle-progress-well { + fill: #6C6C6C; +} +.cs-npnxnanbnsnfns00000000001 .circle-progress-pie { + stroke: #6C6C6C; +} +.cs-npnxnanbnsnfns00000000001 .lightbox .option-pane { + background: rgba(40, 40, 40, 0.8); +} +.cs-npnxnanbnsnfns00000000001 .lightbox .option-pane:before { + background: #282828; +} +.cs-npnxnanbnsnfns00000000001 .message-window { + background: #212121; + border: 1px solid rgba(255, 255, 255, 1) !important; + border-radius: 3px; +} +.cs-npnxnanbnsnfns00000000001 .message-window-header p, .cs-npnxnanbnsnfns00000000001 .message-window-text { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .message-window-header p { + border-bottom: 1px solid rgba(255, 255, 255, 1); +} +.cs-npnxnanbnsnfns00000000001 .message-window button.slide-object-button { + border: 1px solid rgba(255, 255, 255, 1) !important; +} +.cs-npnxnanbnsnfns00000000001 .message-window button.slide-object-button:hover { + background: rgba(255, 255, 255, 0.06) !important; +} +.message-window .slide-object-button tspan, .message-window .slide-object-button-text tspan { + fill: #F8F8F8 !important; +} +body:not(.is-touchable-tablet) .cs-npnxnanbnsnfns00000000001 .cs-button:hover .text { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001 .cs-button.button-tapped .text { + color: #F8F8F8; +} +.cs-npnxnanbnsnfns00000000001.cs-base { + background: #282828; +} +.cs-npnxnanbnsnfns00000000001 .cs-menu { + background: transparent; +} +.cs-npnxnanbnsnfns00000000001 .progress-bar .progress-bar-fill:after { + background: #FFFFFF !important; +} +.cs-npnxnanbnsnfns00000000001 .volume-dot { + background: #FFFFFF !important; +} +.fn-npnxnanbsnfns00000000001 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +.fn-pxabnsnfns00000000001 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +.fn-npxnabnsnfns00000000001 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +.fn-npnxnanbnsnfns00000000001 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +.fn-pxabnsnfns00000000000 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +.fn-npnxnanbsnfns10110000001 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +.fn-pxabnsnfns10110000001 { + font-family: 'Open SansD6FFC9F9'; + -webkit-font-variant-ligatures: no-common-ligatures; + font-variant-ligatures: no-common-ligatures; +} +@font-face { + font-family: 'Open SansD6FFC9F9'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: bold; +} +@font-face { + font-family: 'Open SansD6FFC9F9'; + src: url('data:application/font-woff;base64,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'); + font-style: normal; + font-weight: normal; +} +.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0 { + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0 .cs-html { + color: rgba(186, 187, 186, 1); +} +.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0 .cs-slide { + border-color: rgba(226, 226, 226, 1); +} +.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0:hover { + background: rgba(68, 68, 68, 1); +} +.cs-InvalidPromptSlide .cs-6eqep6CQk8H-InvalidPromptSlide-btn0:active { + background: rgba(68, 68, 68, 1); +} +.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0 { + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0 .cs-html { + color: rgba(186, 187, 186, 1); +} +.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0 .cs-slide { + border-color: rgba(226, 226, 226, 1); +} +.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0:hover { + background: rgba(68, 68, 68, 1); +} +.cs-PrintPromptSlide .cs-6eqep6CQk8H-PrintPromptSlide-btn0:active { + background: rgba(68, 68, 68, 1); +} +.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0 { + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0 .cs-html { + color: rgba(186, 187, 186, 1); +} +.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0 .cs-slide { + border-color: rgba(226, 226, 226, 1); +} +.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0:hover { + background: rgba(68, 68, 68, 1); +} +.cs-ScrollPromptSlide .cs-6eqep6CQk8H-ScrollPromptSlide-btn0:active { + background: rgba(68, 68, 68, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0 { + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0 .cs-html { + color: rgba(186, 187, 186, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0 .cs-slide { + border-color: rgba(226, 226, 226, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0:hover { + background: rgba(68, 68, 68, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn0:active { + background: rgba(68, 68, 68, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1 { + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1 .cs-html { + color: rgba(186, 187, 186, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1 .cs-slide { + border-color: rgba(226, 226, 226, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1:hover { + background: rgba(68, 68, 68, 1); +} +.cs-ResumePromptSlide .cs-6eqep6CQk8H-ResumePromptSlide-btn1:active { + background: rgba(68, 68, 68, 1); +} +.cs-ExternalInterfaceErrorSlide .cs-buttonOK { + color: rgba(255, 255, 255, 1); + border-color: rgba(211, 211, 211, 1); + background: rgba(34, 34, 34, 1); + text-shadow: 0 1px 0 rgba(0, 0, 0, 0); +} +.cs-ExternalInterfaceErrorSlide .cs-buttonOK .cs-html { + color: rgba(186, 187, 186, 1); +} +.cs-ExternalInterfaceErrorSlide .cs-buttonOK .cs-slide { + border-color: rgba(226, 226, 226, 1); +} +.cs-ExternalInterfaceErrorSlide .cs-buttonOK:hover { + background: rgba(68, 68, 68, 1); +} +.cs-ExternalInterfaceErrorSlide .cs-buttonOK:active { + background: rgba(68, 68, 68, 1); +} diff --git a/public/zeroaccident/je_securise/html5/data/js/5cNUFQh1AxU.js b/public/zeroaccident/je_securise/html5/data/js/5cNUFQh1AxU.js new file mode 100644 index 0000000..d631c3c --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5cNUFQh1AxU.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"REPONSES INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":20,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61OwXIkNFOz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KsH1urL4l4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"654u3djYT4z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5bxOM2Rsgq3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Svk4j0yzY4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FOjEqSimXV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69um1OeAZB6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"628L4WVFbYa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Z2mibKXnqA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Kie9Ot2wY0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5sAektOfR5G"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nq4CjLAbt4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64yjZT70o02"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VcSJVdPrnZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6luqb5LyVf6"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":437,"yPos":-149,"tabIndex":26,"tabEnabled":true,"referenceName":"61OwXIkNFOz","xOffset":0,"yOffset":0,"rotateXPos":126.5,"rotateYPos":396.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":254,"bottom":794,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":598}},"html5data":{"xPos":-1,"yPos":-1,"width":255,"height":795,"strokewidth":0}},"width":253,"height":793,"resume":true,"useHandCursor":true,"id":"61OwXIkNFOz"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":679,"yPos":384,"tabIndex":37,"tabEnabled":true,"referenceName":"6KsH1urL4l4","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"6KsH1urL4l4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":497,"yPos":384,"tabIndex":36,"tabEnabled":true,"referenceName":"654u3djYT4z","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"654u3djYT4z"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":316,"yPos":384,"tabIndex":35,"tabEnabled":true,"referenceName":"5bxOM2Rsgq3","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"5bxOM2Rsgq3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":135,"yPos":384,"tabIndex":34,"tabEnabled":true,"referenceName":"6Svk4j0yzY4","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":true,"useHandCursor":true,"id":"6Svk4j0yzY4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":184,"id":"01","url":"story_content/5rENtsY3Glc_P_321_0_1278_1278.jpg","type":"normal","altText":"cytise.jpg","width":1278,"height":1278,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":139,"yPos":387,"tabIndex":38,"tabEnabled":true,"referenceName":"6FOjEqSimXV","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6FOjEqSimXV","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"cytise.jpg","pngfb":false,"pr":{"l":"Lib","i":599}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6FOjEqSimXV","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KYL3dpF0t4"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"69um1OeAZB6_-422268626","id":"01","linkId":"txt__default_69um1OeAZB6","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":48,"height":56,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Drop\\n","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Zone","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-6,"right":42,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":569}}}],"shapemaskId":"","xPos":240,"yPos":218,"tabIndex":32,"tabEnabled":true,"referenceName":"69um1OeAZB6","xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-6,"right":48,"bottom":56,"altText":"Drop\\nZone","pngfb":false,"pr":{"l":"Lib","i":568}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":56,"strokewidth":0}},"width":48,"height":56,"resume":true,"useHandCursor":true,"id":"69um1OeAZB6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":185,"id":"01","url":"","type":"normal","width":142,"height":142,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"628L4WVFbYa_837557504","id":"01","linkId":"txt__default_628L4WVFbYa","type":"acctext","xPos":10,"yPos":3,"xAccOffset":29,"yAccOffset":22,"width":76,"height":90,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" Zone \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":17.497,"descent":4.239,"leading":0,"underlinePosition":-1.467,"underlineThickness":0.733,"xHeight":8.477}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de plantation","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":17.497,"descent":4.239,"leading":0,"underlinePosition":-1.467,"underlineThickness":0.733,"xHeight":8.477}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":101,"bottom":89,"pngfb":false,"pr":{"l":"Lib","i":600}}}],"shapemaskId":"","xPos":206,"yPos":180,"tabIndex":30,"tabEnabled":true,"referenceName":"628L4WVFbYa","xOffset":-2,"yOffset":-2,"rotateXPos":67,"rotateYPos":67,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":67,"snapy":67,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6FOjEqSimXV","5Z2mibKXnqA","6Kie9Ot2wY0","5sAektOfR5G","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":142,"bottom":142,"altText":" Zone \\nde plantation","pngfb":false,"pr":{"l":"Lib","i":252}},"html5data":{"url":"txt__default_628L4WVFbYa.png","xPos":-2,"yPos":-2,"width":142,"height":142,"strokewidth":1,"mask":"CBO0X2O6X7BO19X6EO20X67O29X5FO2FX5CO31X56O38X51O3CX4DO40X4AO42X47O46X43O4AX3FO4DX3DO4FX3BO52X38O54X36O56X33O59X31O5CX2EO5EX2CO60X2AO62X28O64X27O64X25O67X23O69X22O6AX20O6CX1EO6DX1DO6FX1CO70X1BO70X1AO72X18O74X16O75X16O76X14O77X14O78X12O79X12O7AX11O7AX10O7CXEO7EXDO7EXDO7EXCO7FXCO80XAO82X9O82X9O82X9O82X8O84X7O84X7O84X6O85X6O86X5O86X5O86X5O86X5O86X5O86X5O86X4O87X4O87X4O88X3O88X3O88X3O88X3O88X3O88X3O88X4O87X3O88X3O88X3O87X4O87X5O86X5O86X5O86X5O86X5O86X6O85X5O85X7O84X7O84X7O84X7O83X9O82X9O82X9O82XAO80XCO7FXCO7FXBO7FXDO7DXEO7DXFO7CXFO7BX11O7AX11O79X13O78X14O76X15O75X17O74X17O73X19O72X19O71X1BO6FX1DO6EX1EO6CX20O6AX21O69X23O68X24O66X26O64X28O62X29O61X2CO5EX2EO5CX30O5AX32O58X34O56X36O53X39O51X3DO4CX3FO4BX42O48X44O45X48O41X4EO3BX50O39X54O35X58O31X5FO29X63O25X6AO1DX74O11X272O"}},"width":134,"height":134,"resume":true,"useHandCursor":true,"id":"628L4WVFbYa"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":186,"id":"01","url":"story_content/6c9V8x2cV0q_P_360_0_1199_1199.jpg","type":"normal","altText":"houx.jpg","width":1199,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":682,"yPos":387,"tabIndex":41,"tabEnabled":true,"referenceName":"5Z2mibKXnqA","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5Z2mibKXnqA","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":601}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5Z2mibKXnqA","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KYL3dpF0t4"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":187,"id":"01","url":"story_content/62PmvACB5XC_P_419_0_1080_1080.jpg","type":"normal","altText":"laurier rose.jpg","width":1080,"height":1080,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":501,"yPos":387,"tabIndex":40,"tabEnabled":true,"referenceName":"6Kie9Ot2wY0","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":56,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6Kie9Ot2wY0","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"laurier rose.jpg","pngfb":false,"pr":{"l":"Lib","i":602}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6Kie9Ot2wY0","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KYL3dpF0t4"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":188,"id":"01","url":"story_content/6bckyLOrxfm_P_320_0_1280_1280.jpg","type":"normal","altText":"hydrangea-gd297bfd4f_1920.jpg","width":1280,"height":1280,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":319,"yPos":387,"tabIndex":39,"tabEnabled":true,"referenceName":"5sAektOfR5G","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5sAektOfR5G","_drop_5nNxthafK5g"],"dragoverids":["_group1","_drop_5nNxthafK5g"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"hydrangea-gd297bfd4f_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":603}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5sAektOfR5G","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"628L4WVFbYa","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6UWOCCOMvJm"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nq4CjLAbt4_-392224637","id":"01","linkId":"txt__default_5nq4CjLAbt4","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":539,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"plante ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"le buisson qui ne présente pas de toxicité en le ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"déposant ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"dans le cercle ci-contre.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":93,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":516,"bottom":55,"pngfb":false,"pr":{"l":"Lib","i":605}}}],"shapemaskId":"","xPos":359,"yPos":235,"tabIndex":33,"tabEnabled":true,"referenceName":"5nq4CjLAbt4","xOffset":0,"yOffset":0,"rotateXPos":279.5,"rotateYPos":35,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":560,"bottom":70,"altText":"Je plante le buisson qui ne présente pas de toxicité en le déposant dans le cercle ci-contre.","pngfb":false,"pr":{"l":"Lib","i":604}},"html5data":{"xPos":0,"yPos":0,"width":560,"height":70,"strokewidth":0}},"width":559,"height":70,"resume":true,"useHandCursor":true,"id":"5nq4CjLAbt4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"64yjZT70o02_-2052302400","id":"01","linkId":"txt__default_64yjZT70o02","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":539,"height":53,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Pour un joli jardin sans danger ","style":{"fontSize":20,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":32,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":289,"bottom":43,"pngfb":false,"pr":{"l":"Lib","i":607}}}],"shapemaskId":"","xPos":367,"yPos":184,"tabIndex":31,"tabEnabled":true,"referenceName":"64yjZT70o02","xOffset":0,"yOffset":0,"rotateXPos":279.5,"rotateYPos":29.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":560,"bottom":59,"altText":"Pour un joli jardin sans danger ","pngfb":false,"pr":{"l":"Lib","i":606}},"html5data":{"xPos":0,"yPos":0,"width":560,"height":59,"strokewidth":0}},"width":559,"height":59,"resume":true,"useHandCursor":true,"id":"64yjZT70o02"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5VcSJVdPrnZ_136517812","id":"01","linkId":"txt__default_5VcSJVdPrnZ","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":756,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":450}}}],"shapemaskId":"","xPos":41,"yPos":68,"tabIndex":29,"tabEnabled":true,"referenceName":"5VcSJVdPrnZ","xOffset":0,"yOffset":0,"rotateXPos":388,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":776,"bottom":56,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":578}},"html5data":{"xPos":0,"yPos":0,"width":776,"height":56,"strokewidth":0}},"width":776,"height":56,"resume":true,"useHandCursor":true,"id":"5VcSJVdPrnZ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6luqb5LyVf6_-310209123","id":"01","linkId":"txt__default_6luqb5LyVf6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin , sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":45,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":268,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":608}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":27,"tabEnabled":true,"referenceName":"6luqb5LyVf6","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin , sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":true,"useHandCursor":true,"id":"6luqb5LyVf6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nNxthafK5g_CorrectReview","id":"01","linkId":"5nNxthafK5g_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":42,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5nNxthafK5g_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nNxthafK5g_IncorrectReview","id":"01","linkId":"5nNxthafK5g_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":43,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5nNxthafK5g_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.61OwXIkNFOz"},{"kind":"objref","type":"string","value":"_parent.6KsH1urL4l4"},{"kind":"objref","type":"string","value":"_parent.654u3djYT4z"},{"kind":"objref","type":"string","value":"_parent.5bxOM2Rsgq3"},{"kind":"objref","type":"string","value":"_parent.6Svk4j0yzY4"},{"kind":"objref","type":"string","value":"_parent.6FOjEqSimXV"},{"kind":"objref","type":"string","value":"_parent.69um1OeAZB6"},{"kind":"objref","type":"string","value":"_parent.628L4WVFbYa"},{"kind":"objref","type":"string","value":"_parent.5Z2mibKXnqA"},{"kind":"objref","type":"string","value":"_parent.6Kie9Ot2wY0"},{"kind":"objref","type":"string","value":"_parent.5sAektOfR5G"},{"kind":"objref","type":"string","value":"_parent.5nq4CjLAbt4"},{"kind":"objref","type":"string","value":"_parent.64yjZT70o02"},{"kind":"objref","type":"string","value":"_parent.5VcSJVdPrnZ"},{"kind":"objref","type":"string","value":"_parent.6luqb5LyVf6"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":26750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Ohba62yRta"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6cowHvdTiO3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lnaXNIf4uv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dfbnDG0Q5K"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5cx8XH3dV5C"}},{"kind":"media_play","objRef":{"type":"string","value":"5cx8XH3dV5C"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5cx8XH3dV5C"}}]},{"kind":"ontimelinetick","time":4938,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5l7z79Cin8z"}},{"kind":"media_play","objRef":{"type":"string","value":"5l7z79Cin8z"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5l7z79Cin8z"}}]},{"kind":"ontimelinetick","time":5000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bt0fttakjR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bt0fttakjR.6JqsA01XnTw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bt0fttakjR.662dXMm4INA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bt0fttakjR.5rUvCWYXPPk"}}]},{"kind":"ontimelinetick","time":11750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"63RjTz4tXBv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"633Lr1HB5j2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"60tzniWQvhQ"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":3,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6mEdJPswonk_-1966199772","id":"01","linkId":"txt__default_6Ohba62yRta","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":414,"yPos":495,"tabIndex":12,"tabEnabled":true,"referenceName":"6Ohba62yRta","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6Ohba62yRta","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6cowHvdTiO3_-813074148","id":"01","linkId":"txt__default_6cowHvdTiO3","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":557,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":281,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":610}}}],"shapemaskId":"","xPos":264,"yPos":82,"tabIndex":1,"tabEnabled":true,"referenceName":"6cowHvdTiO3","xOffset":0,"yOffset":0,"rotateXPos":288.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":578,"bottom":52,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":609}},"html5data":{"xPos":0,"yPos":0,"width":578,"height":33,"strokewidth":0}},"width":577,"height":33,"resume":true,"useHandCursor":true,"id":"6cowHvdTiO3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lnaXNIf4uv_1419088856","id":"01","linkId":"txt__default_5lnaXNIf4uv","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":664,"height":256,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Certains végétaux peuvent être à risque pour la santé humaine.\\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":63,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès l’achat, je m’informe sur la nocivité des végétaux. \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" Je peux aussi le faire sur le site ","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"www.plantes-risque.info\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":200,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":67,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"que celà est possible, j’apprends à mon enfant à ","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"“ne pas goûter","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"” les plantes.\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":85,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":671,"bottom":234,"pngfb":false,"pr":{"l":"Lib","i":612}}}],"shapemaskId":"","xPos":254,"yPos":149,"tabIndex":2,"tabEnabled":true,"referenceName":"5lnaXNIf4uv","xOffset":0,"yOffset":0,"rotateXPos":341.5,"rotateYPos":130.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":686,"bottom":264,"altText":"Certains végétaux peuvent être à risque pour la santé humaine.\\n\\nPREVENIR: \\n\\nDès l’achat, je m’informe sur la nocivité des végétaux. \\n Je peux aussi le faire sur le site www.plantes-risque.info\\n\\nDès que celà est possible, j’apprends à mon enfant à “ne pas goûter” les plantes.\\n","pngfb":false,"pr":{"l":"Lib","i":611}},"html5data":{"xPos":-2,"yPos":-2,"width":688,"height":266,"strokewidth":3}},"width":684,"height":262,"resume":true,"useHandCursor":true,"id":"5lnaXNIf4uv"},{"kind":"vectorshape","rotation":287.582,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":189,"id":"01","url":"story_content/5x3XU2hrxIg_X.png","type":"normal","altText":"pngegg.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":884,"yPos":361,"tabIndex":10,"tabEnabled":true,"referenceName":"63RjTz4tXBv","xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"pngegg.png","pngfb":false,"pr":{"l":"Lib","i":613}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":true,"useHandCursor":true,"id":"63RjTz4tXBv"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6dfbnDG0Q5K_-1025086023","id":"01","linkId":"txt__default_6dfbnDG0Q5K","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":435,"height":18,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": ANSES-RA2021-Toxicovigilance.pdf","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":40,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":286,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":615}}}],"shapemaskId":"","xPos":264,"yPos":445,"tabIndex":11,"tabEnabled":true,"referenceName":"6dfbnDG0Q5K","xOffset":0,"yOffset":0,"rotateXPos":230.5,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":461,"bottom":28,"altText":"Source: ANSES-RA2021-Toxicovigilance.pdf","pngfb":false,"pr":{"l":"Lib","i":614}},"html5data":{"xPos":0,"yPos":0,"width":461,"height":28,"strokewidth":0}},"width":461,"height":28,"resume":true,"useHandCursor":true,"id":"6dfbnDG0Q5K"},{"kind":"vectorshape","rotation":315,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":885,"yPos":356,"tabIndex":9,"tabEnabled":true,"referenceName":"633Lr1HB5j2","xOffset":0,"yOffset":0,"rotateXPos":21.5,"rotateYPos":23.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-2,"right":45,"bottom":48,"altText":"Arc 1","pngfb":false,"pr":{"l":"Lib","i":616}},"html5data":{"xPos":-1,"yPos":-2,"width":46,"height":50,"strokewidth":1}},"width":43,"height":47,"resume":true,"useHandCursor":true,"id":"633Lr1HB5j2"},{"kind":"vectorshape","rotation":331.984,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":886,"yPos":350,"tabIndex":8,"tabEnabled":true,"referenceName":"60tzniWQvhQ","xOffset":0,"yOffset":0,"rotateXPos":20.5,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-2,"right":43,"bottom":39,"altText":"Arc 2","pngfb":false,"pr":{"l":"Lib","i":617}},"html5data":{"xPos":-1,"yPos":-2,"width":44,"height":41,"strokewidth":1}},"width":41,"height":38,"resume":true,"useHandCursor":true,"id":"60tzniWQvhQ"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":5,"tabEnabled":true,"referenceName":"6JqsA01XnTw","xOffset":0,"yOffset":0,"rotateXPos":34.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":72,"bottom":33,"altText":"Pentagone 1","pngfb":false,"pr":{"l":"Lib","i":618}},"html5data":{"xPos":-1,"yPos":-1,"width":73,"height":34,"strokewidth":1}},"width":70,"height":31,"resume":true,"useHandCursor":true,"id":"6JqsA01XnTw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":46,"yPos":12,"tabIndex":7,"tabEnabled":true,"referenceName":"662dXMm4INA","xOffset":0,"yOffset":0,"rotateXPos":4.5,"rotateYPos":4,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":10,"bottom":10,"altText":"Bouée 1","pngfb":false,"pr":{"l":"Lib","i":619}},"html5data":{"xPos":-1,"yPos":-1,"width":11,"height":11,"strokewidth":1}},"width":9,"height":8,"resume":true,"useHandCursor":true,"id":"662dXMm4INA"},{"kind":"vectorshape","rotation":180,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5rUvCWYXPPk_1003754761","id":"01","linkId":"txt__default_5rUvCWYXPPk","type":"acctext","xPos":10,"yPos":5,"xAccOffset":15,"yAccOffset":8,"width":5,"height":8,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"i","style":{"fontFamily":"\\"Arial Rounded MT BoBoldAD39CAD8\\",\\"Arial Rounded MT Bold\\",\\"Arial Rounded MT\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":20.188,"descent":4.5,"leading":0,"underlinePosition":-2.135,"underlineThickness":1.063,"xHeight":11.302}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-1,"right":21,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":621}}}],"shapemaskId":"","xPos":4,"yPos":4,"tabIndex":6,"tabEnabled":true,"referenceName":"5rUvCWYXPPk","xOffset":0,"yOffset":0,"rotateXPos":18,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":36,"bottom":26,"altText":"i","pngfb":false,"pr":{"l":"Lib","i":620}},"html5data":{"xPos":-1,"yPos":-1,"width":37,"height":27,"strokewidth":1}},"width":35,"height":24,"resume":true,"useHandCursor":true,"id":"5rUvCWYXPPk"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":885,"yPos":264,"tabIndex":4,"tabEnabled":true,"referenceName":"6bt0fttakjR","xOffset":0,"yOffset":0,"rotateXPos":35,"rotateYPos":15.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":135,"depth":10,"scrolling":true,"shuffleLock":false,"width":70,"height":31,"resume":true,"useHandCursor":true,"id":"6bt0fttakjR","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"audiolib":[{"kind":"audio","assetId":190,"id":"5cx8XH3dV5C"},{"kind":"audio","assetId":191,"id":"5l7z79Cin8z"},{"kind":"audio","assetId":192,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6KYL3dpF0t4","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.61OwXIkNFOz"},{"kind":"objref","type":"string","value":"_parent.6KsH1urL4l4"},{"kind":"objref","type":"string","value":"_parent.654u3djYT4z"},{"kind":"objref","type":"string","value":"_parent.5bxOM2Rsgq3"},{"kind":"objref","type":"string","value":"_parent.6Svk4j0yzY4"},{"kind":"objref","type":"string","value":"_parent.6FOjEqSimXV"},{"kind":"objref","type":"string","value":"_parent.69um1OeAZB6"},{"kind":"objref","type":"string","value":"_parent.628L4WVFbYa"},{"kind":"objref","type":"string","value":"_parent.5Z2mibKXnqA"},{"kind":"objref","type":"string","value":"_parent.6Kie9Ot2wY0"},{"kind":"objref","type":"string","value":"_parent.5sAektOfR5G"},{"kind":"objref","type":"string","value":"_parent.5nq4CjLAbt4"},{"kind":"objref","type":"string","value":"_parent.64yjZT70o02"},{"kind":"objref","type":"string","value":"_parent.5VcSJVdPrnZ"},{"kind":"objref","type":"string","value":"_parent.6luqb5LyVf6"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25250,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ha8kErcA6m"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ihB6P83a9Z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kECq8gEtWu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6rU6dTcP7Db"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6KLWNljKEGX"}},{"kind":"media_play","objRef":{"type":"string","value":"6KLWNljKEGX"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6KLWNljKEGX"}}]},{"kind":"ontimelinetick","time":4938,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5zcDk3Cu6Tl"}},{"kind":"media_play","objRef":{"type":"string","value":"5zcDk3Cu6Tl"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5zcDk3Cu6Tl"}}]},{"kind":"ontimelinetick","time":5000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs.6Im5qc7VEKe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs.63xm3C4UcBe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62Yd67SUFOs.5i9ClggDncs"}}]},{"kind":"ontimelinetick","time":11750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MGcwowlV8c"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YIcNJbfpAK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mpeRoiiCwm"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":13,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":16,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"676aqPz56QS_-446085693","id":"01","linkId":"txt__default_5ha8kErcA6m","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":414,"yPos":495,"tabIndex":25,"tabEnabled":true,"referenceName":"5ha8kErcA6m","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5ha8kErcA6m","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ihB6P83a9Z_60458036","id":"01","linkId":"txt__default_6ihB6P83a9Z","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":622,"height":256,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Certains végétaux peuvent être à risque pour la santé humaine.\\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":63,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès l’achat, je m’informe sur la nocivité des végétaux. Je peux aussi le faire sur le site ","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"www.plantes-risque.info\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":115,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"que celà est possible, j’apprends à mon enfant à ne pas “goûter” les plantes.\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":82,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":600,"bottom":234,"pngfb":false,"pr":{"l":"Lib","i":623}}}],"shapemaskId":"","xPos":261,"yPos":169,"tabIndex":15,"tabEnabled":true,"referenceName":"6ihB6P83a9Z","xOffset":0,"yOffset":0,"rotateXPos":320.5,"rotateYPos":130.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":644,"bottom":264,"altText":"Certains végétaux peuvent être à risque pour la santé humaine.\\n\\nPREVENIR: \\n\\nDès l’achat, je m’informe sur la nocivité des végétaux. Je peux aussi le faire sur le site www.plantes-risque.info\\n\\nDès que celà est possible, j’apprends à mon enfant à ne pas “goûter” les plantes.\\n","pngfb":false,"pr":{"l":"Lib","i":622}},"html5data":{"xPos":-2,"yPos":-2,"width":646,"height":266,"strokewidth":3}},"width":642,"height":262,"resume":true,"useHandCursor":true,"id":"6ihB6P83a9Z"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5kECq8gEtWu_403632112","id":"01","linkId":"txt__default_5kECq8gEtWu","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":13.5,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":280,"bottom":50,"pngfb":false,"pr":{"l":"Lib","i":624}}}],"shapemaskId":"","xPos":264,"yPos":84,"tabIndex":14,"tabEnabled":true,"referenceName":"5kECq8gEtWu","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":50,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"5kECq8gEtWu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6rU6dTcP7Db_684647560","id":"01","linkId":"txt__default_6rU6dTcP7Db","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":435,"height":18,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": ANSES-RA2021-Toxicovigilance.pdf","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":40,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":286,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":625}}}],"shapemaskId":"","xPos":264,"yPos":445,"tabIndex":24,"tabEnabled":true,"referenceName":"6rU6dTcP7Db","xOffset":0,"yOffset":0,"rotateXPos":230.5,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":461,"bottom":28,"altText":"Source: ANSES-RA2021-Toxicovigilance.pdf","pngfb":false,"pr":{"l":"Lib","i":614}},"html5data":{"xPos":0,"yPos":0,"width":461,"height":28,"strokewidth":0}},"width":461,"height":28,"resume":true,"useHandCursor":true,"id":"6rU6dTcP7Db"},{"kind":"vectorshape","rotation":287.582,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":189,"id":"01","url":"story_content/5x3XU2hrxIg_X.png","type":"normal","altText":"pngegg.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":864,"yPos":356,"tabIndex":23,"tabEnabled":true,"referenceName":"6MGcwowlV8c","xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"pngegg.png","pngfb":false,"pr":{"l":"Lib","i":613}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":true,"useHandCursor":true,"id":"6MGcwowlV8c"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":18,"tabEnabled":true,"referenceName":"6Im5qc7VEKe","xOffset":0,"yOffset":0,"rotateXPos":34.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":72,"bottom":33,"altText":"Pentagone 1","pngfb":false,"pr":{"l":"Lib","i":618}},"html5data":{"xPos":-1,"yPos":-1,"width":73,"height":34,"strokewidth":1}},"width":70,"height":31,"resume":true,"useHandCursor":true,"id":"6Im5qc7VEKe"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":45,"yPos":11,"tabIndex":20,"tabEnabled":true,"referenceName":"63xm3C4UcBe","xOffset":0,"yOffset":0,"rotateXPos":4.5,"rotateYPos":4,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":10,"bottom":10,"altText":"Bouée 1","pngfb":false,"pr":{"l":"Lib","i":619}},"html5data":{"xPos":-1,"yPos":-1,"width":11,"height":11,"strokewidth":1}},"width":9,"height":8,"resume":true,"useHandCursor":true,"id":"63xm3C4UcBe"},{"kind":"vectorshape","rotation":180,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5i9ClggDncs_-1157689593","id":"01","linkId":"txt__default_5i9ClggDncs","type":"acctext","xPos":10,"yPos":5,"xAccOffset":15,"yAccOffset":8,"width":5,"height":8,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"i","style":{"fontFamily":"\\"Arial Rounded MT BoBoldAD39CAD8\\",\\"Arial Rounded MT Bold\\",\\"Arial Rounded MT\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":20.188,"descent":4.5,"leading":0,"underlinePosition":-2.135,"underlineThickness":1.063,"xHeight":11.302}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-1,"right":21,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":621}}}],"shapemaskId":"","xPos":3,"yPos":4,"tabIndex":19,"tabEnabled":true,"referenceName":"5i9ClggDncs","xOffset":0,"yOffset":0,"rotateXPos":18,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":36,"bottom":26,"altText":"i","pngfb":false,"pr":{"l":"Lib","i":620}},"html5data":{"xPos":-1,"yPos":-1,"width":37,"height":27,"strokewidth":1}},"width":35,"height":24,"resume":true,"useHandCursor":true,"id":"5i9ClggDncs"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":868,"yPos":285,"tabIndex":17,"tabEnabled":true,"referenceName":"62Yd67SUFOs","xOffset":0,"yOffset":0,"rotateXPos":35,"rotateYPos":15.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":135,"depth":8,"scrolling":true,"shuffleLock":false,"width":70,"height":31,"resume":true,"useHandCursor":true,"id":"62Yd67SUFOs","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":315,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":861,"yPos":345,"tabIndex":21,"tabEnabled":true,"referenceName":"6YIcNJbfpAK","xOffset":0,"yOffset":0,"rotateXPos":21.5,"rotateYPos":23.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-2,"right":45,"bottom":48,"altText":"Arc 2","pngfb":false,"pr":{"l":"Lib","i":616}},"html5data":{"xPos":-1,"yPos":-2,"width":46,"height":50,"strokewidth":1}},"width":43,"height":47,"resume":true,"useHandCursor":true,"id":"6YIcNJbfpAK"},{"kind":"vectorshape","rotation":315,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":861,"yPos":351,"tabIndex":22,"tabEnabled":true,"referenceName":"5mpeRoiiCwm","xOffset":0,"yOffset":0,"rotateXPos":18,"rotateYPos":15.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-2,"right":37,"bottom":32,"altText":"Arc 1","pngfb":false,"pr":{"l":"Lib","i":626}},"html5data":{"xPos":-1,"yPos":-2,"width":38,"height":34,"strokewidth":1}},"width":36,"height":31,"resume":true,"useHandCursor":true,"id":"5mpeRoiiCwm"}],"audiolib":[{"kind":"audio","assetId":193,"id":"6KLWNljKEGX"},{"kind":"audio","assetId":194,"id":"5zcDk3Cu6Tl"},{"kind":"audio","assetId":195,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6UWOCCOMvJm","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide20","width":960,"height":540,"resume":true,"background":{"type":"swf","imagedata":{"assetId":183,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5cNUFQh1AxU","actionGroups":{"ReviewInt_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6FOjEqSimXV"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5sAektOfR5G"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Kie9Ot2wY0"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5Z2mibKXnqA"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nNxthafK5g_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nNxthafK5g_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5cNUFQh1AxU","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6FOjEqSimXV"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5sAektOfR5G"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Kie9Ot2wY0"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5Z2mibKXnqA"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5nNxthafK5g"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5nNxthafK5g":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6FOjEqSimXV"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5sAektOfR5G"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Kie9Ot2wY0"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5Z2mibKXnqA"},"enabled":{"type":"boolean","value":false}}]},"5nNxthafK5g_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5nNxthafK5g"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5eIruQIbOX5.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5nNxthafK5g"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5cNUFQh1AxU":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5eIruQIbOX5.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6MbCw3zA6X4"}}]}]},"NavigationRestrictionPreviousSlide_5cNUFQh1AxU":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5nNxthafK5g","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5nNxthafK5g"}],"elseActions":[{"kind":"exe_actiongroup","id":"5nNxthafK5g_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5nNxthafK5g","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5cNUFQh1AxU","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5nNxthafK5g","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5cNUFQh1AxU","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5cNUFQh1AxU"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5cNUFQh1AxU"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/5egGfQqZkDb.js b/public/zeroaccident/je_securise/html5/data/js/5egGfQqZkDb.js new file mode 100644 index 0000000..647c86a --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5egGfQqZkDb.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"NOYADE EXTERIEURE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":15,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":111,"id":"6Zr8vwmhqbI"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.6NEnTYjhVia"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lgS59DHj7b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lgS59DHj7b.600Geoixs2b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lgS59DHj7b.5WA20HfbW3P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mIl7P9C0VR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6WoBbhg98Nm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6LYlQ0UnkVs"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Zr8vwmhqbI"}},{"kind":"media_play","objRef":{"type":"string","value":"6Zr8vwmhqbI"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6Zr8vwmhqbI"}}]},{"kind":"ontimelinetick","time":4000,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6lgS59DHj7b.6nvzSPzcaq9"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":765,"contentheight":249,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5owuplgkHFL_-1958335976","id":"01","linkId":"txt__default_6NEnTYjhVia","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":26,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Si on est plusieurs, on peut tous surveiller en même temps.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":59,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":568,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":403}}}],"shapemaskId":"","xPos":24,"yPos":200,"tabIndex":53,"tabEnabled":true,"referenceName":"6NEnTYjhVia","xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Si on est plusieurs, on peut tous surveiller en même temps.","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}}],"width":741,"height":50,"resume":true,"useHandCursor":true,"id":"6NEnTYjhVia","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5dLyTzsyFzo_-134349774","id":"01","linkId":"txt__default_6lN6FzMWvth","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":26,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":669,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":406}}}],"shapemaskId":"","xPos":24,"yPos":150,"tabIndex":52,"tabEnabled":true,"referenceName":"6lN6FzMWvth","xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}}],"width":741,"height":50,"resume":true,"useHandCursor":true,"id":"6lN6FzMWvth","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6K4igExPlqJ_660956742","id":"01","linkId":"txt__default_5pMYTOzveJX","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":26,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":689,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":407}}}],"shapemaskId":"","xPos":24,"yPos":100,"tabIndex":51,"tabEnabled":true,"referenceName":"5pMYTOzveJX","xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}}],"width":741,"height":50,"resume":true,"useHandCursor":true,"id":"5pMYTOzveJX","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5qDlyn9LRZ9_1837846703","id":"01","linkId":"txt__default_63PqCUqeZxU","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":26,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je surveille mon enfant quand il joue dans le jardin","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":52,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":495,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":408}}}],"shapemaskId":"","xPos":24,"yPos":50,"tabIndex":50,"tabEnabled":true,"referenceName":"63PqCUqeZxU","xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je surveille mon enfant quand il joue dans le jardin","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}}],"width":741,"height":50,"resume":true,"useHandCursor":true,"id":"63PqCUqeZxU","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5VJP6a5diuP_766607914","id":"01","linkId":"txt__default_5XpUWHLJv9X","type":"acctext","xPos":13,"yPos":5,"xAccOffset":45,"yAccOffset":12,"width":670,"height":26,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je reste à côté du bassin quand mon enfant est dans l’eau","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":556,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":409}}}],"shapemaskId":"","xPos":24,"yPos":0,"tabIndex":49,"tabEnabled":true,"referenceName":"5XpUWHLJv9X","xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":404}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":399}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":405}},"html5data":{"xPos":-9,"yPos":-1,"width":750,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":400}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":401}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":741,"bottom":50,"altText":"Je reste à côté du bassin quand mon enfant est dans l’eau","pngfb":false,"pr":{"l":"Lib","i":402}},"html5data":{"xPos":-1,"yPos":-1,"width":742,"height":51,"strokewidth":3}}}],"width":741,"height":50,"resume":true,"useHandCursor":true,"id":"5XpUWHLJv9X","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"shuffle":true,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":true,"useHandCursor":true,"id":""}],"shapemaskId":"","xPos":147,"yPos":244,"tabIndex":48,"tabEnabled":false,"referenceName":"6BMRqfqDmyy","xOffset":0,"yOffset":0,"rotateXPos":370.5,"rotateYPos":120,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":741,"height":239,"strokewidth":0}},"width":765,"height":239,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":766,"bottom":240,"altText":"Réponses multiples","pngfb":false,"pr":{"l":"Lib","i":398}}},"id":"6BMRqfqDmyy"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":1,"tabIndex":46,"tabEnabled":true,"referenceName":"600Geoixs2b","xOffset":0,"yOffset":0,"rotateXPos":40.5,"rotateYPos":43.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":82,"bottom":87,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":410}},"html5data":{"xPos":0,"yPos":0,"width":82,"height":87,"strokewidth":0}},"width":81,"height":87,"resume":false,"useHandCursor":true,"id":"600Geoixs2b"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5WA20HfbW3P_-1269001613","id":"01","linkId":"txt__default_5WA20HfbW3P","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":707,"height":78,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[{"idx":0,"len":79,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"4 réponses attendues","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":719,"bottom":64,"pngfb":false,"pr":{"l":"Lib","i":412}}}],"shapemaskId":"","xPos":42,"yPos":0,"tabIndex":45,"tabEnabled":true,"referenceName":"5WA20HfbW3P","xOffset":0,"yOffset":0,"rotateXPos":366.5,"rotateYPos":44,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":733,"bottom":88,"altText":"Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?\\n4 réponses attendues\\n","pngfb":false,"pr":{"l":"Lib","i":411}},"html5data":{"xPos":0,"yPos":0,"width":733,"height":88,"strokewidth":0}},"width":733,"height":88,"resume":false,"useHandCursor":true,"id":"5WA20HfbW3P"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":303,"yPos":46,"tabIndex":47,"tabEnabled":true,"referenceName":"6nvzSPzcaq9","xOffset":0,"yOffset":0,"rotateXPos":9.5,"rotateYPos":6.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":21,"bottom":15,"altText":"Flèche droite 1","pngfb":false,"pr":{"l":"Lib","i":413}},"html5data":{"xPos":-1,"yPos":-1,"width":22,"height":16,"strokewidth":1}},"animations":[{"kind":"animation","id":"Entrance","duration":500,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":500,"mask":{"type":"randombars","settings":[{"kind":"setting","name":"direction","value":"vertical"}],"duration":500,"easing":"linear","easingdir":"easeinout"}}]}],"width":20,"height":14,"resume":false,"useHandCursor":true,"id":"6nvzSPzcaq9"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":185,"yPos":151,"tabIndex":44,"tabEnabled":true,"referenceName":"6lgS59DHj7b","xOffset":0,"yOffset":0,"rotateXPos":387.5,"rotateYPos":44,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":775,"height":88,"resume":false,"useHandCursor":true,"id":"6lgS59DHj7b","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6lOXnpoyH1a_86762407","id":"01","linkId":"txt__default_5mIl7P9C0VR","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":97,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":418}}}],"shapemaskId":"","xPos":426,"yPos":500,"tabIndex":54,"tabEnabled":true,"referenceName":"5mIl7P9C0VR","xOffset":0,"yOffset":0,"rotateXPos":53.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":414}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":414}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":415}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":414}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":414}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":415}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":416}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":416}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":417}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":416}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":416}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":109,"bottom":27,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":417}},"html5data":{"xPos":-1,"yPos":-1,"width":110,"height":28,"strokewidth":1}}}],"width":107,"height":26,"resume":true,"useHandCursor":true,"id":"5mIl7P9C0VR","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.6NEnTYjhVia.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.5nhIwuD0yJz"}}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.5XpUWHLJv9X.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.63PqCUqeZxU.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.5pMYTOzveJX.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6BMRqfqDmyy.6lN6FzMWvth.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"noteq","valuea":"_parent.6BMRqfqDmyy.6NEnTYjhVia.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.6SfIOstU4FO"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6WoBbhg98Nm_-1877428544","id":"01","linkId":"txt__default_6WoBbhg98Nm","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE NOYADE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontSize":12,"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":31,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":424,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":419}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":43,"tabEnabled":true,"referenceName":"6WoBbhg98Nm","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE DE NOYADE","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6WoBbhg98Nm"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6LYlQ0UnkVs_-484903633","id":"01","linkId":"txt__default_6LYlQ0UnkVs","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":420}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":42,"tabEnabled":true,"referenceName":"6LYlQ0UnkVs","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6LYlQ0UnkVs"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6BMRqfqDmyy_CorrectReview","id":"01","linkId":"6BMRqfqDmyy_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":55,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6BMRqfqDmyy_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6BMRqfqDmyy_IncorrectReview","id":"01","linkId":"6BMRqfqDmyy_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":56,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6BMRqfqDmyy_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.63PqCUqeZxU"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5pMYTOzveJX"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6lN6FzMWvth"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6NEnTYjhVia"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.600Geoixs2b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.5WA20HfbW3P"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5XpUWHLJv9X"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.6nvzSPzcaq9"},{"kind":"objref","type":"string","value":"_parent.5mIl7P9C0VR"},{"kind":"objref","type":"string","value":"_parent.6WoBbhg98Nm"},{"kind":"objref","type":"string","value":"_parent.6LYlQ0UnkVs"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":27500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IWyjZp9zcR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5sO6LQTPqfK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Wd2gGzw2uA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6qKBK4NZsd5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Xr1tdRjsUB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Xr1tdRjsUB.63rJysS2btw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Xr1tdRjsUB.6YNVnG59sc0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Xr1tdRjsUB.6CPvoPXtVCC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Xr1tdRjsUB.5u6I5xhWiYt"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Xr1tdRjsUB.5XM5FUa80FL"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5tViVb3jivL"}},{"kind":"media_play","objRef":{"type":"string","value":"5tViVb3jivL"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5tViVb3jivL"}}]},{"kind":"ontimelinetick","time":8250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6jdvHbSiHYE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JiJDjQ3T12"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5tURX7U4h00"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6GP2g9kxLV9"}},{"kind":"media_play","objRef":{"type":"string","value":"6GP2g9kxLV9"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6GP2g9kxLV9"}}]},{"kind":"ontimelinetick","time":13250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lrhLw1Ho1P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OoibUq6wFt"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OoibUq6wFt.5kPyHIwLwr9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OoibUq6wFt.6E6nsXHVkTR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OoibUq6wFt.6WMvSB8Po3I"}}]},{"kind":"ontimelinetick","time":19250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6DoGQBChIvx"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":9,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5jwBqjOzgM7_540500882","id":"01","linkId":"txt__default_6IWyjZp9zcR","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":108,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":425}}}],"shapemaskId":"","xPos":436,"yPos":503,"tabIndex":20,"tabEnabled":true,"referenceName":"6IWyjZp9zcR","xOffset":0,"yOffset":0,"rotateXPos":59,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":421}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":421}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":422}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":423}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":423}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":118,"bottom":26,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":424}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}}}],"width":118,"height":26,"resume":false,"useHandCursor":true,"id":"6IWyjZp9zcR","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5sO6LQTPqfK_589041320","id":"01","linkId":"txt__default_5sO6LQTPqfK","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX FAIRE MIEUX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-8,"right":258,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":426}}}],"shapemaskId":"","xPos":262,"yPos":83,"tabIndex":1,"tabEnabled":true,"referenceName":"5sO6LQTPqfK","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-8,"right":318,"bottom":41,"altText":"JE PEUX FAIRE MIEUX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"5sO6LQTPqfK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Wd2gGzw2uA_432902875","id":"01","linkId":"txt__default_6Wd2gGzw2uA","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":676,"height":292,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Le manque de surveillance en est la cause la plus fréquente.","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Un seul adulte assure la surveillance en continu et de manière rapprochée\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":167,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":680,"bottom":269,"pngfb":false,"pr":{"l":"Lib","i":428}}}],"shapemaskId":"","xPos":264,"yPos":128,"tabIndex":2,"tabEnabled":true,"referenceName":"6Wd2gGzw2uA","xOffset":0,"yOffset":0,"rotateXPos":345.5,"rotateYPos":148.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":694,"bottom":300,"altText":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\nLe manque de surveillance en est la cause la plus fréquente.\\n\\nPREVENIR: \\n\\nUn seul adulte assure la surveillance en continu et de manière rapprochée\\n\\nEn cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)\\n","pngfb":false,"pr":{"l":"Lib","i":427}},"html5data":{"xPos":-2,"yPos":-2,"width":696,"height":302,"strokewidth":3}},"width":692,"height":298,"resume":false,"useHandCursor":true,"id":"6Wd2gGzw2uA"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6qKBK4NZsd5_-1878373010","id":"01","linkId":"txt__default_6qKBK4NZsd5","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":666,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":121,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":631,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":430}}}],"shapemaskId":"","xPos":264,"yPos":443,"tabIndex":19,"tabEnabled":true,"referenceName":"6qKBK4NZsd5","xOffset":0,"yOffset":0,"rotateXPos":346,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":692,"bottom":46,"altText":"Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","pngfb":false,"pr":{"l":"Lib","i":429}},"html5data":{"xPos":0,"yPos":0,"width":692,"height":46,"strokewidth":0}},"width":692,"height":46,"resume":false,"useHandCursor":true,"id":"6qKBK4NZsd5"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lrhLw1Ho1P_-1014779372","id":"01","linkId":"txt__default_5lrhLw1Ho1P","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":176,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Normes NFP90-306 à 309","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":170,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":432}}}],"shapemaskId":"","xPos":755,"yPos":394,"tabIndex":18,"tabEnabled":true,"referenceName":"5lrhLw1Ho1P","xOffset":0,"yOffset":0,"rotateXPos":97.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":198,"bottom":28,"altText":"Normes NFP90-306 à 309","pngfb":false,"pr":{"l":"Lib","i":431}},"html5data":{"xPos":-2,"yPos":-2,"width":200,"height":30,"strokewidth":3}},"width":196,"height":26,"resume":false,"useHandCursor":true,"id":"5lrhLw1Ho1P"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":112,"id":"01","url":"","type":"normal","width":144,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":873,"yPos":276,"tabIndex":11,"tabEnabled":true,"referenceName":"6jdvHbSiHYE","xOffset":-32,"yOffset":-32,"rotateXPos":39,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":144,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_6jdvHbSiHYE.png","xPos":-32,"yPos":-32,"width":144,"height":67,"strokewidth":1,"mask":"EE2O0X3BO0X50O3X3AO2X4DO3X3BO4X49O3X3FO3X47O3X42O3X43O4DX42O4DX44O3X41O4X46O4X3EO3X4AO3X3BO3X4DO3X3AO2X1126O"}},"width":78,"height":0,"resume":false,"useHandCursor":true,"id":"6jdvHbSiHYE"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":873,"yPos":277,"tabIndex":12,"tabEnabled":true,"referenceName":"6JiJDjQ3T12","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":39,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":433}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":39,"strokewidth":0}},"width":78,"height":39,"resume":false,"useHandCursor":true,"id":"6JiJDjQ3T12"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":893,"yPos":237,"tabIndex":10,"tabEnabled":true,"referenceName":"5tURX7U4h00","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"5tURX7U4h00"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":113,"id":"01","url":"story_content/6HrQvviyAkG.png","type":"normal","altText":"pool-gfb4024785_1280.png","width":200,"height":200,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":14,"tabEnabled":true,"referenceName":"5kPyHIwLwr9","xOffset":0,"yOffset":0,"rotateXPos":38.5,"rotateYPos":50,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":77,"bottom":100,"altText":"pool-gfb4024785_1280.png","pngfb":false,"pr":{"l":"Lib","i":434}},"html5data":{"xPos":0,"yPos":0,"width":77,"height":100,"strokewidth":0}},"width":77,"height":100,"resume":false,"useHandCursor":true,"id":"5kPyHIwLwr9"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":114,"id":"01","url":"story_content/5jWurvDETNY.png","type":"normal","altText":"pool-ge2835887e_1280.png","width":196,"height":196,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":91,"yPos":8,"tabIndex":15,"tabEnabled":true,"referenceName":"6E6nsXHVkTR","xOffset":0,"yOffset":0,"rotateXPos":37.5,"rotateYPos":49,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":75,"bottom":98,"altText":"pool-ge2835887e_1280.png","pngfb":false,"pr":{"l":"Lib","i":435}},"html5data":{"xPos":0,"yPos":0,"width":75,"height":98,"strokewidth":0}},"width":75,"height":98,"resume":false,"useHandCursor":true,"id":"6E6nsXHVkTR"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":115,"id":"01","url":"story_content/5jIMv8n1It7.png","type":"normal","altText":"smartphone-g62d73f97d_1280.png","width":186,"height":115,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":188,"yPos":17,"tabIndex":16,"tabEnabled":true,"referenceName":"6WMvSB8Po3I","xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":37.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":93,"bottom":75,"altText":"smartphone-g62d73f97d_1280.png","pngfb":false,"pr":{"l":"Lib","i":436}},"html5data":{"xPos":0,"yPos":0,"width":93,"height":75,"strokewidth":0}},"width":93,"height":75,"resume":false,"useHandCursor":true,"id":"6WMvSB8Po3I"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":464,"yPos":360,"tabIndex":13,"tabEnabled":true,"referenceName":"6OoibUq6wFt","xOffset":0,"yOffset":0,"rotateXPos":140.5,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":11,"scrolling":true,"shuffleLock":false,"width":281,"height":106,"resume":false,"useHandCursor":true,"id":"6OoibUq6wFt","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6DoGQBChIvx_-598732249","id":"01","linkId":"txt__default_6DoGQBChIvx","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":167}}}],"shapemaskId":"","xPos":107,"yPos":377,"tabIndex":17,"tabEnabled":true,"referenceName":"6DoGQBChIvx","xOffset":0,"yOffset":0,"rotateXPos":54,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":31,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":166}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":32,"strokewidth":2}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"6DoGQBChIvx","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/prevention-en-sante/risques-de-la-vie-courante/baignades","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":116,"id":"01","url":"story_content/5wGPHM4vxRi_R238099.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":71,"yPos":9,"tabIndex":8,"tabEnabled":true,"referenceName":"63rJysS2btw","xOffset":0,"yOffset":0,"rotateXPos":9.5,"rotateYPos":9.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":19,"bottom":19,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":437}},"html5data":{"xPos":0,"yPos":0,"width":19,"height":19,"strokewidth":0}},"width":19,"height":19,"resume":false,"useHandCursor":true,"id":"63rJysS2btw"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":117,"id":"01","url":"story_content/5wGPHM4vxRi_RB2BDE5.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"referenceName":"6YNVnG59sc0","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"6YNVnG59sc0"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":118,"id":"01","url":"story_content/5wGPHM4vxRi.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":18,"yPos":0,"tabIndex":5,"tabEnabled":true,"referenceName":"6CPvoPXtVCC","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"6CPvoPXtVCC"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":118,"id":"01","url":"story_content/5wGPHM4vxRi.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":35,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"5u6I5xhWiYt","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"5u6I5xhWiYt"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":119,"id":"01","url":"story_content/5wGPHM4vxRi_RCAB6F3.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":52,"yPos":0,"tabIndex":7,"tabEnabled":true,"referenceName":"5XM5FUa80FL","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"5XM5FUa80FL"}],"accType":"text","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":846,"yPos":151,"tabIndex":3,"tabEnabled":true,"referenceName":"6Xr1tdRjsUB","xOffset":0,"yOffset":0,"rotateXPos":45,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":13,"scrolling":true,"shuffleLock":false,"width":90,"height":29,"resume":false,"useHandCursor":true,"id":"6Xr1tdRjsUB","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"audiolib":[{"kind":"audio","assetId":120,"id":"5tViVb3jivL"},{"kind":"audio","assetId":121,"id":"6GP2g9kxLV9"},{"kind":"audio","assetId":122,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5nhIwuD0yJz","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.63PqCUqeZxU"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5pMYTOzveJX"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6lN6FzMWvth"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.6NEnTYjhVia"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.600Geoixs2b"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.5WA20HfbW3P"},{"kind":"objref","type":"string","value":"_parent.6BMRqfqDmyy.5XpUWHLJv9X"},{"kind":"objref","type":"string","value":"_parent.6lgS59DHj7b.6nvzSPzcaq9"},{"kind":"objref","type":"string","value":"_parent.5mIl7P9C0VR"},{"kind":"objref","type":"string","value":"_parent.6WoBbhg98Nm"},{"kind":"objref","type":"string","value":"_parent.6LYlQ0UnkVs"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g8tVybZPVY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Ez3rp7uq8S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6SDY7u57ScG"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eHUYEXtOM6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lyzAc8pVoE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lyzAc8pVoE.5VBbKWoKKSa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lyzAc8pVoE.6CMylmeFCwN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lyzAc8pVoE.6Fa6j1zLEmH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lyzAc8pVoE.6fhH6yPX9D6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lyzAc8pVoE.5uhyIIuFsAb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5mOWAU3XZE6"}},{"kind":"media_play","objRef":{"type":"string","value":"5mOWAU3XZE6"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5mOWAU3XZE6"}}]},{"kind":"ontimelinetick","time":8250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mWv6E4Y0tq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61j0tOoGGDn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nErsmnCd4J"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6C5oZ2WEylv"}},{"kind":"media_play","objRef":{"type":"string","value":"6C5oZ2WEylv"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6C5oZ2WEylv"}}]},{"kind":"ontimelinetick","time":13000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lhImdqfSWB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u.5ew9GA2FTFM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u.6Et6VsEYzKJ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YWHieqOr9u.5e4bG117xyn"}}]},{"kind":"ontimelinetick","time":21250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nI8GiE6nIJ"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":21,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":30,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6g8tVybZPVY_86559706","id":"01","linkId":"txt__default_6g8tVybZPVY","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":331,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LES BONS CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-8,"right":308,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":440}}}],"shapemaskId":"","xPos":265,"yPos":83,"tabIndex":22,"tabEnabled":true,"referenceName":"6g8tVybZPVY","xOffset":0,"yOffset":0,"rotateXPos":173.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-8,"right":347,"bottom":41,"altText":"J’AI FAIT LES BONS CHOIX !","pngfb":false,"pr":{"l":"Lib","i":439}},"html5data":{"xPos":0,"yPos":0,"width":347,"height":33,"strokewidth":0}},"width":347,"height":33,"resume":false,"useHandCursor":true,"id":"6g8tVybZPVY"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Ez3rp7uq8S_1664027701","id":"01","linkId":"txt__default_6Ez3rp7uq8S","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":676,"height":292,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Le manque de surveillance en est la cause la plus fréquente.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Un seul adulte assure la surveillance en continu et de manière rapprochée\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":167,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":680,"bottom":269,"pngfb":false,"pr":{"l":"Lib","i":441}}}],"shapemaskId":"","xPos":264,"yPos":128,"tabIndex":23,"tabEnabled":true,"referenceName":"6Ez3rp7uq8S","xOffset":0,"yOffset":0,"rotateXPos":345.5,"rotateYPos":148.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":694,"bottom":300,"altText":"Près d’1 noyé sur 5 (23^%^) est un enfant de moins de 6 ans ! \\nLe manque de surveillance en est la cause la plus fréquente.\\n\\nPREVENIR: \\n\\nUn seul adulte assure la surveillance en continu et de manière rapprochée\\n\\nEn cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte par un dispositif adapté (barrières, alarme, couverture, abri selon le modèle de bassin)\\n","pngfb":false,"pr":{"l":"Lib","i":427}},"html5data":{"xPos":-2,"yPos":-2,"width":696,"height":302,"strokewidth":3}},"width":692,"height":298,"resume":false,"useHandCursor":true,"id":"6Ez3rp7uq8S"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":123,"id":"01","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":124,"id":"02","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":125,"id":"03","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":126,"id":"04","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":127,"id":"05","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0},{"kind":"imagedata","assetId":128,"id":"06","url":"","type":"normal","width":134,"height":46,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"5yoQ6YYJDLL_-2002014227","id":"01","linkId":"txt__default_6SDY7u57ScG","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":107,"height":24,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":101,"bottom":26,"pngfb":false,"pr":{"l":"Lib","i":447}}}],"shapemaskId":"","xPos":380,"yPos":497,"tabIndex":41,"tabEnabled":true,"referenceName":"6SDY7u57ScG","xOffset":-4,"yOffset":-4,"rotateXPos":58.5,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":252}},"html5data":{"url":"txt__default_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":442}},"html5data":{"url":"txt__default_Disabled_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO76XEO7AXAO7AXAO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXBO79XBO79XBO78XCO78X10O71X3B4O"}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":443}},"html5data":{"url":"txt__default_Down_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":444}},"html5data":{"url":"txt__default_Hover_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":445}},"html5data":{"url":"txt__default_Hover_Disabled_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO76XEO7AXAO7AXAO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXBO79XBO79XBO78XCO78X10O71X3B4O"}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":134,"bottom":46,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":446}},"html5data":{"url":"txt__default_Hover_Down_6SDY7u57ScG.png","xPos":-4,"yPos":-4,"width":134,"height":46,"strokewidth":1,"mask":"195O76XEO78XCO7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BX9O7BXAO7AXAO7AXAO7AXBO78XEO75X3B2O"}}}],"width":117,"height":28,"resume":false,"useHandCursor":true,"id":"6SDY7u57ScG","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eHUYEXtOM6_1814273751","id":"01","linkId":"txt__default_6eHUYEXtOM6","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":666,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":121,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":631,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":448}}}],"shapemaskId":"","xPos":264,"yPos":443,"tabIndex":40,"tabEnabled":true,"referenceName":"6eHUYEXtOM6","xOffset":0,"yOffset":0,"rotateXPos":346,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":692,"bottom":46,"altText":"Source: Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021","pngfb":false,"pr":{"l":"Lib","i":429}},"html5data":{"xPos":0,"yPos":0,"width":692,"height":46,"strokewidth":0}},"width":692,"height":46,"resume":false,"useHandCursor":true,"id":"6eHUYEXtOM6"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5nI8GiE6nIJ_830101768","id":"01","linkId":"txt__default_5nI8GiE6nIJ","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":167}}}],"shapemaskId":"","xPos":104,"yPos":369,"tabIndex":38,"tabEnabled":true,"referenceName":"5nI8GiE6nIJ","xOffset":0,"yOffset":0,"rotateXPos":54,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":31,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":449}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":32,"strokewidth":2}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"5nI8GiE6nIJ","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/prevention-en-sante/risques-de-la-vie-courante/baignades","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":900,"yPos":228,"tabIndex":31,"tabEnabled":true,"referenceName":"5mWv6E4Y0tq","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"5mWv6E4Y0tq"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":129,"id":"01","url":"","type":"normal","width":144,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":871,"yPos":270,"tabIndex":32,"tabEnabled":true,"referenceName":"61j0tOoGGDn","xOffset":-32,"yOffset":-32,"rotateXPos":39,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":144,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_61j0tOoGGDn.png","xPos":-32,"yPos":-32,"width":144,"height":67,"strokewidth":1,"mask":"EE2O0X3BO0X50O3X3AO2X4DO3X3BO4X49O3X3FO3X47O3X42O3X43O4DX42O4DX44O3X41O4X46O4X3EO3X4AO3X3BO3X4DO3X3AO2X1126O"}},"width":78,"height":0,"resume":false,"useHandCursor":true,"id":"61j0tOoGGDn"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":871,"yPos":270,"tabIndex":33,"tabEnabled":true,"referenceName":"6nErsmnCd4J","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":39,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":433}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":39,"strokewidth":0}},"width":78,"height":39,"resume":false,"useHandCursor":true,"id":"6nErsmnCd4J"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lhImdqfSWB_929036007","id":"01","linkId":"txt__default_5lhImdqfSWB","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":176,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Normes NFP90-306 à 309","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":170,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":432}}}],"shapemaskId":"","xPos":756,"yPos":394,"tabIndex":39,"tabEnabled":true,"referenceName":"5lhImdqfSWB","xOffset":0,"yOffset":0,"rotateXPos":97.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":198,"bottom":28,"altText":"Normes NFP90-306 à 309","pngfb":false,"pr":{"l":"Lib","i":431}},"html5data":{"xPos":-2,"yPos":-2,"width":200,"height":30,"strokewidth":3}},"width":196,"height":26,"resume":false,"useHandCursor":true,"id":"5lhImdqfSWB"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":113,"id":"01","url":"story_content/6HrQvviyAkG.png","type":"normal","altText":"pool-gfb4024785_1280.png","width":200,"height":200,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":35,"tabEnabled":true,"referenceName":"5ew9GA2FTFM","xOffset":0,"yOffset":0,"rotateXPos":38.5,"rotateYPos":50,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":77,"bottom":100,"altText":"pool-gfb4024785_1280.png","pngfb":false,"pr":{"l":"Lib","i":434}},"html5data":{"xPos":0,"yPos":0,"width":77,"height":100,"strokewidth":0}},"width":77,"height":100,"resume":false,"useHandCursor":true,"id":"5ew9GA2FTFM"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":114,"id":"01","url":"story_content/5jWurvDETNY.png","type":"normal","altText":"pool-ge2835887e_1280.png","width":196,"height":196,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":8,"tabIndex":36,"tabEnabled":true,"referenceName":"6Et6VsEYzKJ","xOffset":0,"yOffset":0,"rotateXPos":37.5,"rotateYPos":49,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":75,"bottom":98,"altText":"pool-ge2835887e_1280.png","pngfb":false,"pr":{"l":"Lib","i":435}},"html5data":{"xPos":0,"yPos":0,"width":75,"height":98,"strokewidth":0}},"width":75,"height":98,"resume":false,"useHandCursor":true,"id":"6Et6VsEYzKJ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":115,"id":"01","url":"story_content/5jIMv8n1It7.png","type":"normal","altText":"smartphone-g62d73f97d_1280.png","width":186,"height":115,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":187,"yPos":17,"tabIndex":37,"tabEnabled":true,"referenceName":"5e4bG117xyn","xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":37.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":93,"bottom":75,"altText":"smartphone-g62d73f97d_1280.png","pngfb":false,"pr":{"l":"Lib","i":436}},"html5data":{"xPos":0,"yPos":0,"width":93,"height":75,"strokewidth":0}},"width":93,"height":75,"resume":false,"useHandCursor":true,"id":"5e4bG117xyn"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":470,"yPos":360,"tabIndex":34,"tabEnabled":true,"referenceName":"5YWHieqOr9u","xOffset":0,"yOffset":0,"rotateXPos":140.5,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":12,"scrolling":true,"shuffleLock":false,"width":281,"height":106,"resume":false,"useHandCursor":true,"id":"5YWHieqOr9u","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":116,"id":"01","url":"story_content/5wGPHM4vxRi_R238099.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":71,"yPos":9,"tabIndex":29,"tabEnabled":true,"referenceName":"5VBbKWoKKSa","xOffset":0,"yOffset":0,"rotateXPos":9.5,"rotateYPos":9.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":19,"bottom":19,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":437}},"html5data":{"xPos":0,"yPos":0,"width":19,"height":19,"strokewidth":0}},"width":19,"height":19,"resume":false,"useHandCursor":true,"id":"5VBbKWoKKSa"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":117,"id":"01","url":"story_content/5wGPHM4vxRi_RB2BDE5.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":25,"tabEnabled":true,"referenceName":"6CMylmeFCwN","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"6CMylmeFCwN"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":118,"id":"01","url":"story_content/5wGPHM4vxRi.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":18,"yPos":0,"tabIndex":26,"tabEnabled":true,"referenceName":"6Fa6j1zLEmH","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"6Fa6j1zLEmH"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":118,"id":"01","url":"story_content/5wGPHM4vxRi.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":35,"yPos":0,"tabIndex":27,"tabEnabled":true,"referenceName":"6fhH6yPX9D6","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"6fhH6yPX9D6"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":119,"id":"01","url":"story_content/5wGPHM4vxRi_RCAB6F3.png","type":"normal","altText":"Image 41.png","width":58,"height":58,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":52,"yPos":0,"tabIndex":28,"tabEnabled":true,"referenceName":"5uhyIIuFsAb","xOffset":0,"yOffset":0,"rotateXPos":14.5,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":29,"bottom":29,"altText":"Image 41.png","pngfb":false,"pr":{"l":"Lib","i":438}},"html5data":{"xPos":0,"yPos":0,"width":29,"height":29,"strokewidth":0}},"width":29,"height":29,"resume":false,"useHandCursor":true,"id":"5uhyIIuFsAb"}],"accType":"text","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":846,"yPos":151,"tabIndex":24,"tabEnabled":true,"referenceName":"6lyzAc8pVoE","xOffset":0,"yOffset":0,"rotateXPos":45,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":13,"scrolling":true,"shuffleLock":false,"width":90,"height":29,"resume":false,"useHandCursor":true,"id":"6lyzAc8pVoE","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"audiolib":[{"kind":"audio","assetId":130,"id":"5mOWAU3XZE6"},{"kind":"audio","assetId":131,"id":"6C5oZ2WEylv"},{"kind":"audio","assetId":132,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6SfIOstU4FO","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide15","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":110,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5egGfQqZkDb","actionGroups":{"ReviewInt_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6NEnTYjhVia"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5egGfQqZkDb","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5XpUWHLJv9X.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5XpUWHLJv9X._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5XpUWHLJv9X._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5XpUWHLJv9X._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5XpUWHLJv9X.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5XpUWHLJv9X"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.63PqCUqeZxU.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.63PqCUqeZxU._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.63PqCUqeZxU._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.63PqCUqeZxU._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.63PqCUqeZxU.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.63PqCUqeZxU"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5pMYTOzveJX.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5pMYTOzveJX._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5pMYTOzveJX._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.5pMYTOzveJX._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5pMYTOzveJX.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.5pMYTOzveJX"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.6lN6FzMWvth.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"}}]},{"kind":"adjustvar","variable":"6BMRqfqDmyy.6lN6FzMWvth._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.6lN6FzMWvth._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6BMRqfqDmyy.6lN6FzMWvth._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.6lN6FzMWvth.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6lN6FzMWvth"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6BMRqfqDmyy.6NEnTYjhVia"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6BMRqfqDmyy"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6BMRqfqDmyy":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5XpUWHLJv9X.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.63PqCUqeZxU.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.5pMYTOzveJX.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.6lN6FzMWvth.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6BMRqfqDmyy.6NEnTYjhVia.ActGrpSetDisabledState"}]},"6BMRqfqDmyy_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6BMRqfqDmyy"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5s0TIWoRBPf.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6BMRqfqDmyy"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5egGfQqZkDb":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5s0TIWoRBPf.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.61XOHmemRkI"}}]}]},"NavigationRestrictionPreviousSlide_5egGfQqZkDb":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6BMRqfqDmyy","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6BMRqfqDmyy"}],"elseActions":[{"kind":"exe_actiongroup","id":"6BMRqfqDmyy_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6BMRqfqDmyy","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5egGfQqZkDb","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6BMRqfqDmyy","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5egGfQqZkDb","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5egGfQqZkDb"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5egGfQqZkDb"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/5g7Qg4RWDPK.js b/public/zeroaccident/je_securise/html5/data/js/5g7Qg4RWDPK.js new file mode 100644 index 0000000..d835a65 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5g7Qg4RWDPK.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"CHUTE ESCALIER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":12,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":90,"id":"6JgMXjqbzdR"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx.6BlNdjdMX8s"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YGpclamTqy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YGpclamTqy.6ZbIfVlDzHi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YGpclamTqy.5lHxy4F2Eai"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6b7ylyH6cnL"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67fgtoJcA9n"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PkWeIBJRAq"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6JgMXjqbzdR"}},{"kind":"media_play","objRef":{"type":"string","value":"6JgMXjqbzdR"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6JgMXjqbzdR"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":394,"contentheight":108,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6B3epwcyelD_1284913015","id":"01","linkId":"txt__default_6BlNdjdMX8s","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":299,"height":30,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Faux","style":{"fontSize":16,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.417}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":94,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":334}}}],"shapemaskId":"","xPos":24,"yPos":54,"tabIndex":21,"tabEnabled":true,"referenceName":"6BlNdjdMX8s","radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":185.5,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":330}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":330}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":330}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":333}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":333}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":333}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}}],"width":371,"height":54,"resume":true,"useHandCursor":true,"id":"6BlNdjdMX8s","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6AvfrKx8Ohe.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6AvfrKx8Ohe._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6AvfrKx8Ohe"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5sj4KJ7wNkU_-157194842","id":"01","linkId":"txt__default_6AvfrKx8Ohe","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":299,"height":30,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vrai","style":{"fontSize":16,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.417}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":85,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":337}}}],"shapemaskId":"","xPos":24,"yPos":0,"tabIndex":20,"tabEnabled":true,"referenceName":"6AvfrKx8Ohe","radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":185.5,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":330}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":330}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":335}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":335}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":330}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":336}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":336}},"html5data":{"xPos":-9,"yPos":-1,"width":380,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":331}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":332}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":333}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":333}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":371,"bottom":54,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":333}},"html5data":{"xPos":-1,"yPos":-1,"width":372,"height":55,"strokewidth":3}}}],"width":371,"height":54,"resume":true,"useHandCursor":true,"id":"6AvfrKx8Ohe","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6BlNdjdMX8s.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6BlNdjdMX8s._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6BlNdjdMX8s"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"shuffle":false,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":false,"useHandCursor":true,"id":""}],"shapemaskId":"","xPos":85,"yPos":318,"tabIndex":19,"tabEnabled":false,"referenceName":"6r2Lr4OhfYx","xOffset":0,"yOffset":0,"rotateXPos":185.5,"rotateYPos":56,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":370,"height":112,"strokewidth":0}},"width":394,"height":112,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":395,"bottom":112,"altText":"Vrai / Faux","pngfb":false,"pr":{"l":"Lib","i":329}}},"id":"6r2Lr4OhfYx"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":478,"yPos":0,"tabIndex":18,"tabEnabled":true,"referenceName":"6ZbIfVlDzHi","xOffset":0,"yOffset":0,"rotateXPos":31.5,"rotateYPos":64,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":63,"bottom":128,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":338}},"html5data":{"xPos":0,"yPos":0,"width":63,"height":128,"strokewidth":0}},"width":63,"height":128,"resume":false,"useHandCursor":true,"id":"6ZbIfVlDzHi"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lHxy4F2Eai_-1470438651","id":"01","linkId":"txt__default_5lHxy4F2Eai","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":480,"height":119,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans.\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":457,"bottom":86,"pngfb":false,"pr":{"l":"Lib","i":340}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":17,"tabEnabled":true,"referenceName":"5lHxy4F2Eai","xOffset":0,"yOffset":0,"rotateXPos":253,"rotateYPos":64.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":507,"bottom":129,"altText":"Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans.\\n","pngfb":false,"pr":{"l":"Lib","i":339}},"html5data":{"xPos":0,"yPos":0,"width":507,"height":129,"strokewidth":0}},"width":506,"height":129,"resume":false,"useHandCursor":true,"id":"5lHxy4F2Eai"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":0,"yPos":150,"tabIndex":16,"tabEnabled":true,"referenceName":"6YGpclamTqy","xOffset":0,"yOffset":0,"rotateXPos":270.5,"rotateYPos":64.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":541,"height":129,"resume":false,"useHandCursor":true,"id":"6YGpclamTqy","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6T5Qs5S2C34_1289628555","id":"01","linkId":"txt__default_6b7ylyH6cnL","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":89,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":81,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":344}}}],"shapemaskId":"","xPos":428,"yPos":492,"tabIndex":22,"tabEnabled":true,"referenceName":"6b7ylyH6cnL","xOffset":0,"yOffset":0,"rotateXPos":49.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":341}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":341}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":342}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":341}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":341}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":342}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":343}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":343}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":342}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":343}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":343}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":101,"bottom":33,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":342}},"html5data":{"xPos":-1,"yPos":-1,"width":102,"height":34,"strokewidth":1}}}],"width":99,"height":32,"resume":true,"useHandCursor":true,"id":"6b7ylyH6cnL","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6r2Lr4OhfYx.6AvfrKx8Ohe.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6r2Lr4OhfYx.6BlNdjdMX8s.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6Rlc7VloKEQ"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67fgtoJcA9n_-153152854","id":"01","linkId":"txt__default_67fgtoJcA9n","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontSize":12,"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":345}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":15,"tabEnabled":true,"referenceName":"67fgtoJcA9n","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"67fgtoJcA9n"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PkWeIBJRAq_1838002742","id":"01","linkId":"txt__default_6PkWeIBJRAq","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":264,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans les espaces de transition","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":195,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":347}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":14,"tabEnabled":true,"referenceName":"6PkWeIBJRAq","xOffset":0,"yOffset":0,"rotateXPos":142,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":284,"bottom":44,"altText":"Dans les espaces de transition","pngfb":false,"pr":{"l":"Lib","i":346}},"html5data":{"xPos":0,"yPos":0,"width":284,"height":44,"strokewidth":0}},"width":284,"height":44,"resume":false,"useHandCursor":true,"id":"6PkWeIBJRAq"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6r2Lr4OhfYx_CorrectReview","id":"01","linkId":"6r2Lr4OhfYx_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":23,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6r2Lr4OhfYx_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6r2Lr4OhfYx_IncorrectReview","id":"01","linkId":"6r2Lr4OhfYx_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":24,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6r2Lr4OhfYx_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6AvfrKx8Ohe"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6BlNdjdMX8s"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.6ZbIfVlDzHi"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.5lHxy4F2Eai"},{"kind":"objref","type":"string","value":"_parent.6b7ylyH6cnL"},{"kind":"objref","type":"string","value":"_parent.67fgtoJcA9n"},{"kind":"objref","type":"string","value":"_parent.6PkWeIBJRAq"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":492,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":27250,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5vXNaBePT28"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61o27o7rK7S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YCZh2MMiL7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XNzapVpTwB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1500,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5uqDtcZuvBz"}},{"kind":"media_play","objRef":{"type":"string","value":"5uqDtcZuvBz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5uqDtcZuvBz"}}]},{"kind":"ontimelinetick","time":6396,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6mBRMNeeBFD"}},{"kind":"media_play","objRef":{"type":"string","value":"6mBRMNeeBFD"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6mBRMNeeBFD"}}]},{"kind":"ontimelinetick","time":14500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5wiVntGAogR"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":3,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5vXNaBePT28_-493228151","id":"01","linkId":"txt__default_5vXNaBePT28","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":559,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":19,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-8,"right":260,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":348}}}],"shapemaskId":"","xPos":264,"yPos":81,"tabIndex":1,"tabEnabled":true,"referenceName":"5vXNaBePT28","xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-8,"right":576,"bottom":41,"altText":"JE PEUX M’AMELIORER","pngfb":false,"pr":{"l":"Lib","i":105}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"5vXNaBePT28"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6g2PLeEfBS1_-1670184397","id":"01","linkId":"txt__default_61o27o7rK7S","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":350}}},{"kind":"textdata","uniqueId":"6OXReSKnUxP_-1088651981","id":"02","linkId":"txt__default_Disabled_61o27o7rK7S","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":421,"yPos":496,"tabIndex":6,"tabEnabled":true,"referenceName":"61o27o7rK7S","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":34,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":349}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":119,"height":32,"resume":true,"useHandCursor":true,"id":"61o27o7rK7S","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5YCZh2MMiL7_2798011","id":"01","linkId":"txt__default_5YCZh2MMiL7","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":684,"height":314,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les enfants, la chute dans l’escalier est plus fréquente entre \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":69,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"1 et 4 ans.\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":6,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"barrière de sécurité ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"en ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"haut ","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"et","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" une autre en ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"bas ","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"de l’escalier\\n","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":144,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":80,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":673,"bottom":317,"pngfb":false,"pr":{"l":"Lib","i":352}}}],"shapemaskId":"","xPos":254,"yPos":125,"tabIndex":2,"tabEnabled":true,"referenceName":"5YCZh2MMiL7","xOffset":0,"yOffset":0,"rotateXPos":349.5,"rotateYPos":159.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":702,"bottom":322,"altText":"Chez les enfants, la chute dans l’escalier est plus fréquente entre \\n1 et 4 ans.\\n\\nPREVENIR:\\n\\nDès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une barrière de sécurité en haut et une autre en bas de l’escalier\\n\\nJ’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n\\nDès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. ","pngfb":false,"pr":{"l":"Lib","i":351}},"html5data":{"xPos":-2,"yPos":-2,"width":704,"height":324,"strokewidth":3}},"width":700,"height":320,"resume":true,"useHandCursor":true,"id":"5YCZh2MMiL7"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5XNzapVpTwB_-1365233005","id":"01","linkId":"txt__default_5XNzapVpTwB","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":727,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":354}}}],"shapemaskId":"","xPos":223,"yPos":441,"tabIndex":5,"tabEnabled":true,"referenceName":"5XNzapVpTwB","xOffset":0,"yOffset":0,"rotateXPos":376.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":753,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":353}},"html5data":{"xPos":0,"yPos":0,"width":753,"height":46,"strokewidth":0}},"width":753,"height":46,"resume":true,"useHandCursor":true,"id":"5XNzapVpTwB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5wiVntGAogR_-1148835958","id":"01","linkId":"txt__default_5wiVntGAogR","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF EN 1930","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":128,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":356}}}],"shapemaskId":"","xPos":741,"yPos":348,"tabIndex":4,"tabEnabled":true,"referenceName":"5wiVntGAogR","xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":155,"bottom":28,"altText":"Norme NF EN 1930","pngfb":false,"pr":{"l":"Lib","i":355}},"html5data":{"xPos":-2,"yPos":-2,"width":157,"height":30,"strokewidth":3}},"width":153,"height":26,"resume":true,"useHandCursor":true,"id":"5wiVntGAogR"}],"audiolib":[{"kind":"audio","assetId":91,"id":"5uqDtcZuvBz"},{"kind":"audio","assetId":92,"id":"6mBRMNeeBFD"},{"kind":"audio","assetId":93,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":984,"height":540,"resume":true,"useHandCursor":false,"id":"6XUn87lIDyc","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6AvfrKx8Ohe"},{"kind":"objref","type":"string","value":"_parent.6r2Lr4OhfYx.6BlNdjdMX8s"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.6ZbIfVlDzHi"},{"kind":"objref","type":"string","value":"_parent.6YGpclamTqy.5lHxy4F2Eai"},{"kind":"objref","type":"string","value":"_parent.6b7ylyH6cnL"},{"kind":"objref","type":"string","value":"_parent.67fgtoJcA9n"},{"kind":"objref","type":"string","value":"_parent.6PkWeIBJRAq"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":492,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":24271,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5z8wPwfJkwu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EblBACZa1o"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PSYbxy1UZv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GYqHzS0VY5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5xyJCfgZhar"}},{"kind":"media_play","objRef":{"type":"string","value":"5xyJCfgZhar"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5xyJCfgZhar"}}]},{"kind":"ontimelinetick","time":6146,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5hkWo3SH5xy"}},{"kind":"media_play","objRef":{"type":"string","value":"5hkWo3SH5xy"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5hkWo3SH5xy"}}]},{"kind":"ontimelinetick","time":14000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6cOXSDJuq5G"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":7,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":10,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5z8wPwfJkwu_1896932471","id":"01","linkId":"txt__default_5z8wPwfJkwu","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-7,"right":278,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":357}}}],"shapemaskId":"","xPos":264,"yPos":82,"tabIndex":8,"tabEnabled":true,"referenceName":"5z8wPwfJkwu","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-7,"right":318,"bottom":42,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"5z8wPwfJkwu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EblBACZa1o_1224151660","id":"01","linkId":"txt__default_6EblBACZa1o","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":680,"height":314,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les enfants, la chute dans l’escalier est plus fréquente entre \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":69,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"1 et 4 ans.\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":6,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"barrière de sécurité ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"en ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"haut ","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"et","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" une autre en ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"bas ","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"de l’escalier\\n","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":144,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":10,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Dès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. ","style":{"fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":80,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":673,"bottom":317,"pngfb":false,"pr":{"l":"Lib","i":359}}}],"shapemaskId":"","xPos":254,"yPos":125,"tabIndex":9,"tabEnabled":true,"referenceName":"6EblBACZa1o","xOffset":0,"yOffset":0,"rotateXPos":347.5,"rotateYPos":159.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":698,"bottom":322,"altText":"Chez les enfants, la chute dans l’escalier est plus fréquente entre \\n1 et 4 ans.\\n\\nPREVENIR:\\n\\nDès que mon enfant se déplace par lui même, y compris à 4 pattes, j’installe une barrière de sécurité en haut et une autre en bas de l’escalier\\n\\nJ’installe un modèle conforme aux exigences de sécurité de ces équipements de puériculture\\n\\nDès qu’il marche seul, je peux lui apprendre à monter et descendre les marches. ","pngfb":false,"pr":{"l":"Lib","i":358}},"html5data":{"xPos":-2,"yPos":-2,"width":700,"height":324,"strokewidth":3}},"width":696,"height":320,"resume":true,"useHandCursor":true,"id":"6EblBACZa1o"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6qZwkEEG8FI_-439068103","id":"01","linkId":"txt__default_6PSYbxy1UZv","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":114,"height":31,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":105,"bottom":29,"pngfb":false,"pr":{"l":"Lib","i":361}}},{"kind":"textdata","uniqueId":"6UCdxUOOoYG_986811293","id":"02","linkId":"txt__default_Disabled_6PSYbxy1UZv","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":114,"height":31,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":418,"yPos":494,"tabIndex":13,"tabEnabled":true,"referenceName":"6PSYbxy1UZv","xOffset":0,"yOffset":0,"rotateXPos":62,"rotateYPos":17.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":126,"bottom":36,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":360}},"html5data":{"xPos":-1,"yPos":-1,"width":127,"height":37,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":124,"height":35,"resume":true,"useHandCursor":true,"id":"6PSYbxy1UZv","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GYqHzS0VY5_1106704578","id":"01","linkId":"txt__default_6GYqHzS0VY5","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":727,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":362}}}],"shapemaskId":"","xPos":223,"yPos":441,"tabIndex":12,"tabEnabled":true,"referenceName":"6GYqHzS0VY5","xOffset":0,"yOffset":0,"rotateXPos":376.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":753,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":353}},"html5data":{"xPos":0,"yPos":0,"width":753,"height":46,"strokewidth":0}},"width":753,"height":46,"resume":true,"useHandCursor":true,"id":"6GYqHzS0VY5"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6cOXSDJuq5G_1924232322","id":"01","linkId":"txt__default_6cOXSDJuq5G","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":16,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF EN 1930","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":128,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":356}}}],"shapemaskId":"","xPos":756,"yPos":354,"tabIndex":11,"tabEnabled":true,"referenceName":"6cOXSDJuq5G","xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":155,"bottom":28,"altText":"Norme NF EN 1930","pngfb":false,"pr":{"l":"Lib","i":355}},"html5data":{"xPos":-2,"yPos":-2,"width":157,"height":30,"strokewidth":3}},"width":153,"height":26,"resume":true,"useHandCursor":true,"id":"6cOXSDJuq5G"}],"audiolib":[{"kind":"audio","assetId":94,"id":"5hkWo3SH5xy"},{"kind":"audio","assetId":95,"id":"5xyJCfgZhar"},{"kind":"audio","assetId":96,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":984,"height":540,"resume":true,"useHandCursor":false,"id":"619nG4OfzkJ","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide12","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":89,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5g7Qg4RWDPK","actionGroups":{"ReviewInt_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6BlNdjdMX8s"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5g7Qg4RWDPK","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6r2Lr4OhfYx.6AvfrKx8Ohe.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"}}]},{"kind":"adjustvar","variable":"6r2Lr4OhfYx.6AvfrKx8Ohe._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6r2Lr4OhfYx.6AvfrKx8Ohe._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6r2Lr4OhfYx.6AvfrKx8Ohe._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx.6AvfrKx8Ohe.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6AvfrKx8Ohe"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6r2Lr4OhfYx.6BlNdjdMX8s"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6r2Lr4OhfYx":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx.6AvfrKx8Ohe.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx.6BlNdjdMX8s.ActGrpSetDisabledState"}]},"6r2Lr4OhfYx_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6r2Lr4OhfYx"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6r2Lr4OhfYx"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5g7Qg4RWDPK":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Rlc7VloKEQ.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5p31KAqcjJA"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5p31KAqcjJA"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5p31KAqcjJA"}}]}]},"NavigationRestrictionPreviousSlide_5g7Qg4RWDPK":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6r2Lr4OhfYx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6r2Lr4OhfYx"}],"elseActions":[{"kind":"exe_actiongroup","id":"6r2Lr4OhfYx_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6r2Lr4OhfYx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5g7Qg4RWDPK","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6r2Lr4OhfYx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5g7Qg4RWDPK","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5g7Qg4RWDPK"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5g7Qg4RWDPK"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/5hXbdowgFm5.js b/public/zeroaccident/je_securise/html5/data/js/5hXbdowgFm5.js new file mode 100644 index 0000000..8215755 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5hXbdowgFm5.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"TITRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":1,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide1","width":960,"height":540,"resume":true,"background":{"type":"swf","imagedata":{"assetId":0,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5hXbdowgFm5","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]},{"kind":"media_play","objRef":{"type":"string","value":"6QFIlQM5iw8"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"6QFIlQM5iw8"}}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"audiolib":[{"kind":"audio","assetId":1,"id":"6QFIlQM5iw8"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":27500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yHaFgAZl7l"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6iFg13jWUFP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EjMCoOyu1L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KdhhI9jF9t"}}]},{"kind":"ontimelinetick","time":8000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VgR9pkn36w"}}]}]},"objects":[{"kind":"vectorshape","rotation":90,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":185,"yPos":-165,"tabIndex":0,"tabEnabled":true,"referenceName":"5yHaFgAZl7l","xOffset":0,"yOffset":0,"rotateXPos":93,"rotateYPos":278,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":186,"bottom":556,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":0}},"html5data":{"xPos":-1,"yPos":-1,"width":187,"height":557,"strokewidth":0}},"width":186,"height":556,"resume":true,"useHandCursor":true,"id":"5yHaFgAZl7l","events":[{"kind":"onrelease","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6iFg13jWUFP_-1528970896","id":"01","linkId":"txt__default_6iFg13jWUFP","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":308,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je sécurise ","style":{"fontFamily":"\\"Verdana Pro SemibolBold9CE9434B\\",\\"Verdana Pro Semibold\\",\\"Verdana Pro\\"","fontSize":32,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":42.896,"descent":8.958,"leading":0,"underlinePosition":-3.208,"underlineThickness":2.125,"xHeight":23.333}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"single","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":277,"bottom":55,"pngfb":false,"pr":{"l":"Lib","i":2}}}],"shapemaskId":"","xPos":21,"yPos":150,"tabIndex":2,"tabEnabled":true,"referenceName":"6iFg13jWUFP","xOffset":0,"yOffset":0,"rotateXPos":164,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":329,"bottom":56,"altText":"Je sécurise ","pngfb":false,"pr":{"l":"Lib","i":1}},"html5data":{"xPos":0,"yPos":0,"width":329,"height":56,"strokewidth":0}},"width":328,"height":56,"resume":true,"useHandCursor":true,"id":"6iFg13jWUFP"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EjMCoOyu1L_-982863991","id":"01","linkId":"txt__default_6EjMCoOyu1L","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":478,"height":86,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"ZER0 ACCIDENT: UN JEU D’ENFANT","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"listLevel":1,"lineSpacingRule":"atLeast","lineSpacing":38.4,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":31,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Une aventure préventive pour sécuriser la maison","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"listLevel":1,"lineSpacingRule":"atLeast","lineSpacing":38.4,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":48,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":403,"bottom":90,"pngfb":false,"pr":{"l":"Lib","i":4}}}],"shapemaskId":"","xPos":8,"yPos":48,"tabIndex":1,"tabEnabled":true,"referenceName":"6EjMCoOyu1L","xOffset":0,"yOffset":0,"rotateXPos":256,"rotateYPos":48,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":512,"bottom":96,"altText":"ZER0 ACCIDENT: UN JEU D’ENFANT\\nUne aventure préventive pour sécuriser la maison","pngfb":false,"pr":{"l":"Lib","i":3}},"html5data":{"xPos":0,"yPos":0,"width":512,"height":96,"strokewidth":0}},"width":512,"height":96,"resume":true,"useHandCursor":true,"id":"6EjMCoOyu1L"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6KdhhI9jF9t_1455983002","id":"01","linkId":"txt__default_6KdhhI9jF9t","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":926,"height":224,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A la maison, \\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"j’","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}},{"text":"anticipe","style":{"fontFamily":"\\"LatoBold Charset0_vBoldEA24EE17\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.24,"underlineThickness":2.987,"xHeight":19.152}},{"text":", \\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"je ","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}},{"text":"sécurise","style":{"fontFamily":"\\"LatoBold Charset0_vBoldEA24EE17\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.24,"underlineThickness":2.987,"xHeight":19.152}},{"text":" mon ","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}},{"text":"environnement","style":{"fontFamily":"\\"LatoBold Charset0_vBoldEA24EE17\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.24,"underlineThickness":2.987,"xHeight":19.152}},{"text":"\\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"et \\n","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"celui de mon ","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}},{"text":"enfant ","style":{"fontFamily":"\\"LatoBold Charset0_vBoldEA24EE17\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.24,"underlineThickness":2.987,"xHeight":19.152}},{"text":"!","style":{"fontFamily":"\\"Lato Charset0_v8MUn45tBE51451DC\\",\\"Lato\\"","fontSize":28,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.848,"descent":7.952,"leading":0,"underlinePosition":-2.613,"underlineThickness":2.24,"xHeight":18.909}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":739,"bottom":229,"pngfb":false,"pr":{"l":"Lib","i":6}}}],"shapemaskId":"","xPos":0,"yPos":223,"tabIndex":3,"tabEnabled":true,"referenceName":"6KdhhI9jF9t","xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":117,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":960,"bottom":234,"altText":"A la maison, \\nj’anticipe, \\nje sécurise mon environnement\\net \\ncelui de mon enfant !","pngfb":false,"pr":{"l":"Lib","i":5}},"html5data":{"xPos":0,"yPos":0,"width":960,"height":234,"strokewidth":0}},"width":960,"height":234,"resume":true,"useHandCursor":true,"id":"6KdhhI9jF9t"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5kw6pwG85ZL_1021326709","id":"01","linkId":"txt__default_6VgR9pkn36w","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":136,"height":29,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Entrer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":6,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":10}}}],"shapemaskId":"","xPos":446,"yPos":482,"tabIndex":4,"tabEnabled":true,"referenceName":"6VgR9pkn36w","xOffset":0,"yOffset":0,"rotateXPos":74,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":7}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":9}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":149,"bottom":34,"altText":"Entrer","pngfb":false,"pr":{"l":"Lib","i":8}},"html5data":{"xPos":-1,"yPos":-1,"width":150,"height":35,"strokewidth":1}}}],"width":148,"height":33,"resume":true,"useHandCursor":true,"id":"6VgR9pkn36w","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/5p31KAqcjJA.js b/public/zeroaccident/je_securise/html5/data/js/5p31KAqcjJA.js new file mode 100644 index 0000000..98a2de7 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5p31KAqcjJA.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"PLANTES INTERIEURES","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":13,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":100,"id":"5ywpJg3GiYN"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5479,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lclwF4n8cr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6870Wqc43TF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KbAZoTkEJV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6npEBYxi5gR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6F5N1v3DoiN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6N5GaZLFBVB"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5ywpJg3GiYN"}},{"kind":"media_play","objRef":{"type":"string","value":"5ywpJg3GiYN"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5ywpJg3GiYN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5gYgePux4bd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ulBXt6vUMf"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":98,"id":"01","url":"story_content/6RnS0v9a2eX.jpg","type":"normal","altText":"hydrogel-2922171__480.jpg","width":572,"height":424,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":278,"yPos":302,"tabIndex":41,"tabEnabled":true,"referenceName":"6lclwF4n8cr","radioGroup":"Choisir une réponse","xOffset":0,"yOffset":0,"rotateXPos":143,"rotateYPos":106,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":286,"bottom":212,"altText":"hydrogel-2922171__480.jpg","pngfb":false,"pr":{"l":"Lib","i":363}},"html5data":{"xPos":0,"yPos":0,"width":286,"height":212,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":286,"bottom":212,"altText":"hydrogel-2922171__480.jpg","pngfb":false,"pr":{"l":"Lib","i":364}},"html5data":{"xPos":0,"yPos":0,"width":286,"height":212,"strokewidth":0}}}],"width":286,"height":212,"resume":true,"useHandCursor":true,"id":"6lclwF4n8cr","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6870Wqc43TF.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6870Wqc43TF._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6870Wqc43TF"}}]}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":99,"id":"01","url":"story_content/5W1mr5Si6nV.png","type":"normal","altText":"hydratation plante.png","width":410,"height":580,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":50,"yPos":225,"tabIndex":39,"tabEnabled":true,"referenceName":"6870Wqc43TF","radioGroup":"Choisir une réponse","xOffset":0,"yOffset":0,"rotateXPos":102.5,"rotateYPos":145,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":205,"bottom":290,"altText":"hydratation plante.png","pngfb":false,"pr":{"l":"Lib","i":365}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":290,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":205,"bottom":290,"altText":"hydratation plante.png","pngfb":false,"pr":{"l":"Lib","i":366}},"html5data":{"xPos":0,"yPos":0,"width":205,"height":290,"strokewidth":0}}}],"width":205,"height":290,"resume":true,"useHandCursor":true,"id":"6870Wqc43TF","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6lclwF4n8cr.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6lclwF4n8cr._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6lclwF4n8cr"}}]}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6KbAZoTkEJV_1665647653","id":"01","linkId":"txt__default_6KbAZoTkEJV","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’ETOUFFEMENT.","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":489,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":367}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":37,"tabEnabled":true,"referenceName":"6KbAZoTkEJV","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’ETOUFFEMENT.","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6KbAZoTkEJV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6npEBYxi5gR_511363387","id":"01","linkId":"txt__default_6npEBYxi5gR","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":264,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans les espaces de transition","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":195,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":347}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":35,"tabEnabled":true,"referenceName":"6npEBYxi5gR","xOffset":0,"yOffset":0,"rotateXPos":142,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":284,"bottom":44,"altText":"Dans les espaces de transition","pngfb":false,"pr":{"l":"Lib","i":346}},"html5data":{"xPos":0,"yPos":0,"width":284,"height":44,"strokewidth":0}},"width":284,"height":44,"resume":false,"useHandCursor":true,"id":"6npEBYxi5gR"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6MBIoWtgFMc_276175547","id":"01","linkId":"txt__default_6F5N1v3DoiN","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":156}}}],"shapemaskId":"","xPos":657,"yPos":488,"tabIndex":42,"tabEnabled":true,"referenceName":"6F5N1v3DoiN","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":153}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":153}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":155}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":155}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6F5N1v3DoiN","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6870Wqc43TF.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6lclwF4n8cr.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6Z8RyVhVm3W"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6N5GaZLFBVB_1722592298","id":"01","linkId":"txt__default_6N5GaZLFBVB","type":"acctext","xPos":17,"yPos":5,"xAccOffset":179,"yAccOffset":5,"width":162,"height":476,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" Comment prendre soins de mes plantes d’intérieur ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"….","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"et préserver mon enfant ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"choisis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"le moyen d’hydrater les plantes le plus ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"….","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#BFBFBF","linkColor":"#BFBFBF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"sûr pour mon enfant.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"rotated90"},"vectortext":{"left":-140,"top":0,"right":390,"bottom":309,"pngfb":false,"pr":{"l":"Lib","i":369}}}],"shapemaskId":"","xPos":619,"yPos":-39,"tabIndex":34,"tabEnabled":true,"referenceName":"6N5GaZLFBVB","xOffset":0,"yOffset":0,"rotateXPos":98,"rotateYPos":243,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-140,"top":-1,"right":390,"bottom":487,"altText":" Comment prendre soins de mes plantes d’intérieur ….et préserver mon enfant ?\\n Je choisis le moyen d’hydrater les plantes le plus ….sûr pour mon enfant.","pngfb":false,"pr":{"l":"Lib","i":368}},"html5data":{"xPos":-1,"yPos":-1,"width":197,"height":488,"strokewidth":0}},"width":196,"height":486,"resume":false,"useHandCursor":true,"id":"6N5GaZLFBVB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5gYgePux4bd_-1325622492","id":"01","linkId":"txt__default_5gYgePux4bd","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":184,"height":17,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Oya ( Jarre en argile poreuse)","style":{"fontSize":9,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":12.826,"descent":3.516,"leading":0,"underlinePosition":-0.902,"underlineThickness":0.598,"xHeight":6.551}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":184,"bottom":22,"pngfb":false,"pr":{"l":"Lib","i":371}}}],"shapemaskId":"","xPos":50,"yPos":191,"tabIndex":38,"tabEnabled":true,"referenceName":"5gYgePux4bd","xOffset":0,"yOffset":0,"rotateXPos":102,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":204,"bottom":27,"altText":"Oya ( Jarre en argile poreuse)","pngfb":false,"pr":{"l":"Lib","i":370}},"html5data":{"xPos":0,"yPos":0,"width":204,"height":27,"strokewidth":0}},"width":204,"height":27,"resume":false,"useHandCursor":true,"id":"5gYgePux4bd"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ulBXt6vUMf_1800791121","id":"01","linkId":"txt__default_5ulBXt6vUMf","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":100,"height":17,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Billes d’eau","style":{"fontSize":9,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":12.826,"descent":3.516,"leading":0,"underlinePosition":-0.902,"underlineThickness":0.598,"xHeight":6.551}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":78,"bottom":22,"pngfb":false,"pr":{"l":"Lib","i":373}}}],"shapemaskId":"","xPos":361,"yPos":270,"tabIndex":40,"tabEnabled":true,"referenceName":"5ulBXt6vUMf","xOffset":0,"yOffset":0,"rotateXPos":60,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":120,"bottom":27,"altText":"Billes d’eau","pngfb":false,"pr":{"l":"Lib","i":372}},"html5data":{"xPos":0,"yPos":0,"width":120,"height":27,"strokewidth":0}},"width":120,"height":27,"resume":false,"useHandCursor":true,"id":"5ulBXt6vUMf"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5couOGvhgC0_CorrectReview","id":"01","linkId":"5couOGvhgC0_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":43,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5couOGvhgC0_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5couOGvhgC0_IncorrectReview","id":"01","linkId":"5couOGvhgC0_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":44,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5couOGvhgC0_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6lclwF4n8cr"},{"kind":"objref","type":"string","value":"_parent.6870Wqc43TF"},{"kind":"objref","type":"string","value":"_parent.6KbAZoTkEJV"},{"kind":"objref","type":"string","value":"_parent.6npEBYxi5gR"},{"kind":"objref","type":"string","value":"_parent.6F5N1v3DoiN"},{"kind":"objref","type":"string","value":"_parent.6N5GaZLFBVB"},{"kind":"objref","type":"string","value":"_parent.5gYgePux4bd"},{"kind":"objref","type":"string","value":"_parent.5ulBXt6vUMf"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":21938,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6C8QNMOZTe1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xKTupdwDKI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6SQeHMHbu97"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6jepzmM5ggi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.5nMOX6p9Vz3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.6abj6DPNJGZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.5lm9aImUL2N"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.6nWezebeRTP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.6GZn54dRQqt"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.5XScDrf4QAc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.6amv9ur4gcM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.67maHFaV1ts"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.61eqKyuXdDB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hA7AvgPceM.65NlZb8XOC4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6fH64VlLrMj"}},{"kind":"media_play","objRef":{"type":"string","value":"6fH64VlLrMj"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6fH64VlLrMj"}}]},{"kind":"ontimelinetick","time":10396,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6qRGyOGZPtk"}},{"kind":"media_play","objRef":{"type":"string","value":"6qRGyOGZPtk"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6qRGyOGZPtk"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":14,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6C8QNMOZTe1_1588865774","id":"01","linkId":"txt__default_6C8QNMOZTe1","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":559,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":273,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":158}}}],"shapemaskId":"","xPos":264,"yPos":79,"tabIndex":1,"tabEnabled":true,"referenceName":"6C8QNMOZTe1","xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":576,"bottom":51,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":105}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"6C8QNMOZTe1"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6VsTUN7AgRX_-1806709321","id":"01","linkId":"txt__default_5xKTupdwDKI","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":110,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":103,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":375}}},{"kind":"textdata","uniqueId":"6mPSLUOKO0x_-1469372116","id":"02","linkId":"txt__default_Disabled_5xKTupdwDKI","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":110,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":420,"yPos":496,"tabIndex":16,"tabEnabled":true,"referenceName":"5xKTupdwDKI","xOffset":0,"yOffset":0,"rotateXPos":60,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":374}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":120,"height":32,"resume":true,"useHandCursor":true,"id":"5xKTupdwDKI","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6SQeHMHbu97_1345549694","id":"01","linkId":"txt__default_6SQeHMHbu97","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":664,"height":274,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"7 fois sur 10, les ingestions de billes d’eau surviennent à \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"domicile et chez un enfant de moins de 6 ans. \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":47,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Elles peuvent mener jusqu’à l’occlusion intestinale.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":53,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"fontIsBold":false,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je sais que l’usage ludique des billes d’eau est déconseillé chez les enfants\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":78,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":665,"bottom":276,"pngfb":false,"pr":{"l":"Lib","i":377}}}],"shapemaskId":"","xPos":264,"yPos":136,"tabIndex":2,"tabEnabled":true,"referenceName":"6SQeHMHbu97","xOffset":0,"yOffset":0,"rotateXPos":339.5,"rotateYPos":139.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":682,"bottom":282,"altText":"\\n\\n7 fois sur 10, les ingestions de billes d’eau surviennent à \\ndomicile et chez un enfant de moins de 6 ans. \\nElles peuvent mener jusqu’à l’occlusion intestinale.\\n\\nPREVENIR:\\n\\nJ’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n\\nJe sais que l’usage ludique des billes d’eau est déconseillé chez les enfants\\n","pngfb":false,"pr":{"l":"Lib","i":376}},"html5data":{"xPos":-2,"yPos":-2,"width":684,"height":284,"strokewidth":3}},"width":680,"height":280,"resume":true,"useHandCursor":true,"id":"6SQeHMHbu97"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6jepzmM5ggi_-76492377","id":"01","linkId":"txt__default_6jepzmM5ggi","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":681,"height":53,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Ingestion de billes d’eau Analyse des cas enregistrés par les Centres Antipoison du 1er janvier 2010 au 31 décembre 2019","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":122,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":673,"bottom":58,"pngfb":false,"pr":{"l":"Lib","i":379}}}],"shapemaskId":"","xPos":253,"yPos":416,"tabIndex":15,"tabEnabled":true,"referenceName":"6jepzmM5ggi","xOffset":0,"yOffset":0,"rotateXPos":353.5,"rotateYPos":31.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":707,"bottom":63,"altText":"Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\nIngestion de billes d’eau Analyse des cas enregistrés par les Centres Antipoison du 1er janvier 2010 au 31 décembre 2019","pngfb":false,"pr":{"l":"Lib","i":378}},"html5data":{"xPos":0,"yPos":0,"width":707,"height":63,"strokewidth":0}},"width":707,"height":63,"resume":true,"useHandCursor":true,"id":"6jepzmM5ggi"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"referenceName":"5nMOX6p9Vz3","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5nMOX6p9Vz3"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":44,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"6abj6DPNJGZ","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"6abj6DPNJGZ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":0,"tabIndex":5,"tabEnabled":true,"referenceName":"5lm9aImUL2N","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5lm9aImUL2N"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":66,"yPos":0,"tabIndex":7,"tabEnabled":true,"referenceName":"6nWezebeRTP","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"6nWezebeRTP"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":21,"tabIndex":9,"tabEnabled":true,"referenceName":"6GZn54dRQqt","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"6GZn54dRQqt"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":87,"yPos":0,"tabIndex":8,"tabEnabled":true,"referenceName":"5XScDrf4QAc","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5XScDrf4QAc"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":21,"tabIndex":10,"tabEnabled":true,"referenceName":"6amv9ur4gcM","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"6amv9ur4gcM"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":46,"yPos":23,"tabIndex":11,"tabEnabled":true,"referenceName":"67maHFaV1ts","xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":20,"bottom":19,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":-1,"yPos":-1,"width":21,"height":20,"strokewidth":1}},"width":19,"height":18,"resume":true,"useHandCursor":true,"id":"67maHFaV1ts"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":69,"yPos":23,"tabIndex":12,"tabEnabled":true,"referenceName":"61eqKyuXdDB","xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":20,"bottom":19,"altText":"Ovale 2","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":-1,"yPos":-1,"width":21,"height":20,"strokewidth":1}},"width":19,"height":18,"resume":true,"useHandCursor":true,"id":"61eqKyuXdDB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":90,"yPos":23,"tabIndex":13,"tabEnabled":true,"referenceName":"65NlZb8XOC4","xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":20,"bottom":19,"altText":"Ovale 3","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":-1,"yPos":-1,"width":21,"height":20,"strokewidth":1}},"width":19,"height":18,"resume":true,"useHandCursor":true,"id":"65NlZb8XOC4"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":824,"yPos":164,"tabIndex":3,"tabEnabled":true,"referenceName":"6hA7AvgPceM","xOffset":0,"yOffset":0,"rotateXPos":55,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":110,"height":43,"resume":true,"useHandCursor":true,"id":"6hA7AvgPceM","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"audiolib":[{"kind":"audio","assetId":102,"id":"6fH64VlLrMj"},{"kind":"audio","assetId":103,"id":"6qRGyOGZPtk"},{"kind":"audio","assetId":104,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"5qQI5kxpXu5","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6lclwF4n8cr"},{"kind":"objref","type":"string","value":"_parent.6870Wqc43TF"},{"kind":"objref","type":"string","value":"_parent.6KbAZoTkEJV"},{"kind":"objref","type":"string","value":"_parent.6npEBYxi5gR"},{"kind":"objref","type":"string","value":"_parent.6F5N1v3DoiN"},{"kind":"objref","type":"string","value":"_parent.6N5GaZLFBVB"},{"kind":"objref","type":"string","value":"_parent.5gYgePux4bd"},{"kind":"objref","type":"string","value":"_parent.5ulBXt6vUMf"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":20188,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5h3Nmu6Xu92"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nwqj6LTLYF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rZ6zVOBRqI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65C179yyjDK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.6lbgUZHNALS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5uxYfJaiQbX"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5YfX7AcDjm4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5orgdOV7AQQ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5cF4FRBqEqU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5kwMlmGQfuB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.6KRWnRa6LPm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.6Gx3rhZaqQF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5nrQ9g7NezF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bNdnwErAOy.5lRvakGUIJE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5lQCDHFLInf"}},{"kind":"media_play","objRef":{"type":"string","value":"5lQCDHFLInf"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5lQCDHFLInf"}}]},{"kind":"ontimelinetick","time":9896,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5zUilyPRJQs"}},{"kind":"media_play","objRef":{"type":"string","value":"5zUilyPRJQs"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5zUilyPRJQs"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":17,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":31,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5h3Nmu6Xu92_-1297619300","id":"01","linkId":"txt__default_5h3Nmu6Xu92","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-8,"right":278,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":382}}}],"shapemaskId":"","xPos":264,"yPos":83,"tabIndex":18,"tabEnabled":true,"referenceName":"5h3Nmu6Xu92","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-8,"right":318,"bottom":41,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"5h3Nmu6Xu92"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6D5n8jmHQVX_337332698","id":"01","linkId":"txt__default_5nwqj6LTLYF","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":101,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":384}}},{"kind":"textdata","uniqueId":"6UDgjYlbH2X_279657628","id":"02","linkId":"txt__default_Disabled_5nwqj6LTLYF","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":101,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":423,"yPos":495,"tabIndex":33,"tabEnabled":true,"referenceName":"5nwqj6LTLYF","xOffset":0,"yOffset":0,"rotateXPos":55.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":113,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":383}},"html5data":{"xPos":-1,"yPos":-1,"width":114,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":111,"height":32,"resume":true,"useHandCursor":true,"id":"5nwqj6LTLYF","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5rZ6zVOBRqI_-648835286","id":"01","linkId":"txt__default_5rZ6zVOBRqI","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":670,"height":282,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":6,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":7.896,"descent":1.704,"leading":0,"underlinePosition":-0.664,"underlineThickness":0.272,"xHeight":3.98}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"7 fois sur 10, les ingestions de billes d’eau surviennent à \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"domicile et chez un enfant de moins de 6 ans. \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":47,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Elles peuvent mener jusqu’à l’occlusion intestinale.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":53,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"fontIsBold":false,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je sais que l’usage ludique des billes d’eau est déconseillé chez les enfants","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":665,"bottom":280,"pngfb":false,"pr":{"l":"Lib","i":386}}}],"shapemaskId":"","xPos":258,"yPos":128,"tabIndex":19,"tabEnabled":true,"referenceName":"5rZ6zVOBRqI","xOffset":0,"yOffset":0,"rotateXPos":342.5,"rotateYPos":143.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":689,"bottom":290,"altText":"\\n7 fois sur 10, les ingestions de billes d’eau surviennent à \\ndomicile et chez un enfant de moins de 6 ans. \\nElles peuvent mener jusqu’à l’occlusion intestinale.\\n\\nPREVENIR:\\n\\nJ’hydrate et décore mes plantes avec un dispositif que mon enfant ne pourra pas avaler\\n\\nJe sais que l’usage ludique des billes d’eau est déconseillé chez les enfants","pngfb":false,"pr":{"l":"Lib","i":385}},"html5data":{"xPos":-2,"yPos":-2,"width":691,"height":292,"strokewidth":3}},"width":686,"height":288,"resume":true,"useHandCursor":true,"id":"5rZ6zVOBRqI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"65C179yyjDK_1505139258","id":"01","linkId":"txt__default_65C179yyjDK","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":681,"height":53,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Ingestion de billes d’eau Analyse des cas enregistrés par les Centres Antipoison du 1er janvier 2010 au 31 décembre 2019","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":122,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":673,"bottom":58,"pngfb":false,"pr":{"l":"Lib","i":387}}}],"shapemaskId":"","xPos":253,"yPos":416,"tabIndex":32,"tabEnabled":true,"referenceName":"65C179yyjDK","xOffset":0,"yOffset":0,"rotateXPos":353.5,"rotateYPos":31.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":707,"bottom":63,"altText":"Source: ANSES - Rapport d’étude de toxicovigilance Mai 2021, \\nIngestion de billes d’eau Analyse des cas enregistrés par les Centres Antipoison du 1er janvier 2010 au 31 décembre 2019","pngfb":false,"pr":{"l":"Lib","i":378}},"html5data":{"xPos":0,"yPos":0,"width":707,"height":63,"strokewidth":0}},"width":707,"height":63,"resume":true,"useHandCursor":true,"id":"65C179yyjDK"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":21,"tabEnabled":true,"referenceName":"6lbgUZHNALS","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"6lbgUZHNALS"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":44,"yPos":0,"tabIndex":23,"tabEnabled":true,"referenceName":"5uxYfJaiQbX","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5uxYfJaiQbX"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":0,"tabIndex":22,"tabEnabled":true,"referenceName":"5YfX7AcDjm4","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5YfX7AcDjm4"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":66,"yPos":0,"tabIndex":24,"tabEnabled":true,"referenceName":"5orgdOV7AQQ","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5orgdOV7AQQ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":21,"tabIndex":26,"tabEnabled":true,"referenceName":"5cF4FRBqEqU","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5cF4FRBqEqU"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":87,"yPos":0,"tabIndex":25,"tabEnabled":true,"referenceName":"5kwMlmGQfuB","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"5kwMlmGQfuB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":101,"id":"01","url":"story_content/6JleUK5VHC0_1A202F.png","type":"normal","altText":"Image 45.png","width":46,"height":42,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":21,"tabIndex":27,"tabEnabled":true,"referenceName":"6KRWnRa6LPm","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":22,"altText":"Image 45.png","pngfb":false,"pr":{"l":"Lib","i":380}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":22,"strokewidth":0}},"width":23,"height":22,"resume":true,"useHandCursor":true,"id":"6KRWnRa6LPm"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":46,"yPos":23,"tabIndex":28,"tabEnabled":true,"referenceName":"6Gx3rhZaqQF","xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":20,"bottom":19,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":-1,"yPos":-1,"width":21,"height":20,"strokewidth":1}},"width":19,"height":18,"resume":true,"useHandCursor":true,"id":"6Gx3rhZaqQF"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":69,"yPos":23,"tabIndex":29,"tabEnabled":true,"referenceName":"5nrQ9g7NezF","xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":20,"bottom":19,"altText":"Ovale 2","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":-1,"yPos":-1,"width":21,"height":20,"strokewidth":1}},"width":19,"height":18,"resume":true,"useHandCursor":true,"id":"5nrQ9g7NezF"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":90,"yPos":23,"tabIndex":30,"tabEnabled":true,"referenceName":"5lRvakGUIJE","xOffset":0,"yOffset":0,"rotateXPos":9,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":20,"bottom":19,"altText":"Ovale 3","pngfb":false,"pr":{"l":"Lib","i":381}},"html5data":{"xPos":-1,"yPos":-1,"width":21,"height":20,"strokewidth":1}},"width":19,"height":18,"resume":true,"useHandCursor":true,"id":"5lRvakGUIJE"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":824,"yPos":164,"tabIndex":20,"tabEnabled":true,"referenceName":"6bNdnwErAOy","xOffset":0,"yOffset":0,"rotateXPos":55,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":110,"height":43,"resume":true,"useHandCursor":true,"id":"6bNdnwErAOy","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"audiolib":[{"kind":"audio","assetId":105,"id":"5lQCDHFLInf"},{"kind":"audio","assetId":106,"id":"5zUilyPRJQs"},{"kind":"audio","assetId":107,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6HkNQqiyymv","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide13","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":97,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"5p31KAqcjJA","actionGroups":{"ReviewInt_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6870Wqc43TF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6lclwF4n8cr"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5couOGvhgC0_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5couOGvhgC0_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5p31KAqcjJA","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6870Wqc43TF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6lclwF4n8cr"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5couOGvhgC0":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6870Wqc43TF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6lclwF4n8cr"},"enabled":{"type":"boolean","value":false}}]},"5couOGvhgC0_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5couOGvhgC0"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5couOGvhgC0"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_5p31KAqcjJA":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6Z8RyVhVm3W.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6KCNIB5inyd"}}]}]},"NavigationRestrictionPreviousSlide_5p31KAqcjJA":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5couOGvhgC0","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5couOGvhgC0"}],"elseActions":[{"kind":"exe_actiongroup","id":"5couOGvhgC0_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5couOGvhgC0","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5p31KAqcjJA","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5couOGvhgC0","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_5p31KAqcjJA","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_5p31KAqcjJA"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_5p31KAqcjJA"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/5q071U8mzsW.js b/public/zeroaccident/je_securise/html5/data/js/5q071U8mzsW.js new file mode 100644 index 0000000..2cefe43 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5q071U8mzsW.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"GENERIQUE FIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":22,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide22","width":960,"height":540,"resume":false,"background":{"type":"fill","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0x0070C0","alpha":100,"stop":0}]}},"id":"5q071U8mzsW","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontimelinecomplete","actions":[{"kind":"close_player"},{"kind":"close_player"},{"kind":"resetquiz","objRef":{"type":"string","value":"_player.6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6OFCpjXd6l4","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6AinT2WqVAs","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6PTrxUIN1eO","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_694mw7yIglY","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_67in7jrfvAp","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6bOsRTrhs7k","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5dcskZN08U2","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_62idXSnMZL5","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6r2Lr4OhfYx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5g7Qg4RWDPK","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5couOGvhgC0","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5p31KAqcjJA","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6BMRqfqDmyy","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5egGfQqZkDb","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6ObmagFTM4C","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ZTEsIshGPW","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5mRasnpZbWx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ML5zeVqhOR","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5nNxthafK5g","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5cNUFQh1AxU","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5iHW2XPPuAX","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6MbCw3zA6X4","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":120000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hrO010Qnqz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eq9nOmUoYF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5b5myW3WhVB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lvBqgg5OgQ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YwWJUDMNyD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RZuJpjIPh4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69iaMeMLa1f"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ahl9Uy1WUd"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5hrO010Qnqz_1990089415","id":"01","linkId":"txt__default_5hrO010Qnqz","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":629,"height":58,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Crédits images","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Pixabay Licence,\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"NeoCube.jpg: XRDoDRX at English Wikipedia, CC BY-SA 3.0 , via Wikimedia Commons","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":127,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":601,"bottom":62,"pngfb":false,"pr":{"l":"Lib","i":655}}}],"shapemaskId":"","xPos":83,"yPos":384,"tabIndex":2,"tabEnabled":true,"referenceName":"5hrO010Qnqz","xOffset":0,"yOffset":0,"rotateXPos":327.5,"rotateYPos":34,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":655,"bottom":68,"altText":"Crédits images: \\nPixabay Licence,\\nNeoCube.jpg: XRDoDRX at English Wikipedia, CC BY-SA 3.0 , via Wikimedia Commons","pngfb":false,"pr":{"l":"Lib","i":654}},"html5data":{"xPos":0,"yPos":0,"width":655,"height":68,"strokewidth":0}},"width":655,"height":68,"resume":false,"useHandCursor":true,"id":"5hrO010Qnqz"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5eq9nOmUoYF_-686994919","id":"01","linkId":"txt__default_5eq9nOmUoYF","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":770,"height":286,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Conception","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":" : Mme Sandrine DOVIN, Ingénieure pédagogique, Cesim Santé, Université de Bretagne Occidentale – 2023 \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"avec la participation experte des membres du Comité Scientifique du projet (par ordre alphabétique)","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":101,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr ANOUILH François","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Sage-femme enseignant, Ecole Universitaire de Maïeutique de Brest , formateur Cesim\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":105,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme BLANC Nathalie","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Professeure et chercheure en psychologie cognitive - Université de Montpellier\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":99,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme BOUALAMPHONE Sourideth","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Développeuse , infographiste 3D chez Virtualys\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":75,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr COURBET Didier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Professeur des Universités - Chercheur à l\'IMSIC - Responsable de la Licence E-Marketing & Communication Digitale\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":133,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme DOVIN Sandrine","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Ingénieure pédagogique Cesim Santé\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr DUCROCQ Jérome","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Médecin urgentiste, Urgences Pédiatriques CHU de Brest, responsable du SAMU 29\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":98,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr DUPRE Gilles","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Développeur , infographiste 3D chez Virtualys\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":63,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme GABRIEL Anne","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Sage-femme enseignante, Ecole Universitaire de Maïeutique de Brest , formatrice Cesim\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":104,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme KEROUANTON Fanny","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", IDE puériculture, service de Néonatalogie CHU BREST\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":74,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr L’HER Erwan","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", PU-PH de médecine interne et réanimation médicale au CHU de BREST, Directeur du Cesim Santé\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":108,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mr MARC Olivier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Gérant de la société Virtualys\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":48,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mme SINNO-TELLIER Sandra","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsBold":true,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}},{"text":", Adjointe à la Directrice des Alertes et des Vigilances Sanitaires, Coordinatrice de la Toxicovigilance, ANSES","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10.5,"fontIsItalic":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":13.818,"descent":2.982,"leading":0,"underlinePosition":-1.162,"underlineThickness":0.476,"xHeight":6.965}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":136,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":726,"bottom":291,"pngfb":false,"pr":{"l":"Lib","i":657}}}],"shapemaskId":"","xPos":83,"yPos":81,"tabIndex":1,"tabEnabled":true,"referenceName":"5eq9nOmUoYF","xOffset":0,"yOffset":0,"rotateXPos":398,"rotateYPos":148,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":796,"bottom":296,"altText":"Conception : Mme Sandrine DOVIN, Ingénieure pédagogique, Cesim Santé, Université de Bretagne Occidentale – 2023 \\n \\navec la participation experte des membres du Comité Scientifique du projet (par ordre alphabétique):\\nMr ANOUILH François, Sage-femme enseignant, Ecole Universitaire de Maïeutique de Brest , formateur Cesim\\nMme BLANC Nathalie, Professeure et chercheure en psychologie cognitive - Université de Montpellier\\nMme BOUALAMPHONE Sourideth, Développeuse , infographiste 3D chez Virtualys\\nMr COURBET Didier, Professeur des Universités - Chercheur à l\'IMSIC - Responsable de la Licence E-Marketing & Communication Digitale\\nMme DOVIN Sandrine, Ingénieure pédagogique Cesim Santé\\nMr DUCROCQ Jérome, Médecin urgentiste, Urgences Pédiatriques CHU de Brest, responsable du SAMU 29\\nMr DUPRE Gilles, Développeur , infographiste 3D chez Virtualys\\nMme GABRIEL Anne, Sage-femme enseignante, Ecole Universitaire de Maïeutique de Brest , formatrice Cesim\\nMme KEROUANTON Fanny, IDE puériculture, service de Néonatalogie CHU BREST\\nMr L’HER Erwan, PU-PH de médecine interne et réanimation médicale au CHU de BREST, Directeur du Cesim Santé\\nMr MARC Olivier, Gérant de la société Virtualys\\nMme SINNO-TELLIER Sandra, Adjointe à la Directrice des Alertes et des Vigilances Sanitaires, Coordinatrice de la Toxicovigilance, ANSES","pngfb":false,"pr":{"l":"Lib","i":656}},"html5data":{"xPos":0,"yPos":0,"width":796,"height":296,"strokewidth":0}},"width":796,"height":296,"resume":false,"useHandCursor":true,"id":"5eq9nOmUoYF"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5b5myW3WhVB_-434433009","id":"01","linkId":"txt__default_5b5myW3WhVB","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":555,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Crédits Sons additionnels","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" : Joseph SARDIN - LaSonotheque.org.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":343,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":659}}}],"shapemaskId":"","xPos":83,"yPos":445,"tabIndex":4,"tabEnabled":true,"referenceName":"5b5myW3WhVB","xOffset":0,"yOffset":0,"rotateXPos":290.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":582,"bottom":25,"altText":"Crédits Sons additionnels : Joseph SARDIN - LaSonotheque.org.","pngfb":false,"pr":{"l":"Lib","i":658}},"html5data":{"xPos":0,"yPos":0,"width":582,"height":25,"strokewidth":0}},"width":581,"height":25,"resume":false,"useHandCursor":true,"id":"5b5myW3WhVB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6lvBqgg5OgQ_1081176338","id":"01","linkId":"txt__default_6lvBqgg5OgQ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":555,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Voix de synthèse ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":": Narakeet .com (version d’essai)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":50,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":266,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":660}}}],"shapemaskId":"","xPos":83,"yPos":470,"tabIndex":6,"tabEnabled":true,"referenceName":"6lvBqgg5OgQ","xOffset":0,"yOffset":0,"rotateXPos":290.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":582,"bottom":25,"altText":"Voix de synthèse : Narakeet .com (version d’essai)","pngfb":false,"pr":{"l":"Lib","i":658}},"html5data":{"xPos":0,"yPos":0,"width":582,"height":25,"strokewidth":0}},"width":581,"height":25,"resume":false,"useHandCursor":true,"id":"6lvBqgg5OgQ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5YwWJUDMNyD_2035134876","id":"01","linkId":"txt__default_5YwWJUDMNyD","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":208,"height":13,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dernière mise à jour","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}},{"text":": Janvier 2024","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":34,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":174,"bottom":18,"pngfb":false,"pr":{"l":"Lib","i":662}}}],"shapemaskId":"","xPos":701,"yPos":504,"tabIndex":7,"tabEnabled":true,"referenceName":"5YwWJUDMNyD","xOffset":0,"yOffset":0,"rotateXPos":117,"rotateYPos":11.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":234,"bottom":23,"altText":"Dernière mise à jour: Janvier 2024","pngfb":false,"pr":{"l":"Lib","i":661}},"html5data":{"xPos":0,"yPos":0,"width":234,"height":23,"strokewidth":0}},"width":234,"height":23,"resume":false,"useHandCursor":true,"id":"5YwWJUDMNyD"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":214,"id":"01","url":"story_content/6rgYUvBRomv.png","type":"normal","altText":"CESIM SANTE LOGO - 2 LignesRVB.png","width":137,"height":198,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":738,"yPos":387,"tabIndex":3,"tabEnabled":true,"referenceName":"6RZuJpjIPh4","xOffset":0,"yOffset":0,"rotateXPos":34.5,"rotateYPos":49.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":69,"bottom":99,"altText":"CESIM SANTE LOGO - 2 LignesRVB.png","pngfb":false,"pr":{"l":"Lib","i":663}},"html5data":{"xPos":0,"yPos":0,"width":69,"height":99,"strokewidth":0}},"width":69,"height":99,"resume":false,"useHandCursor":true,"id":"6RZuJpjIPh4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"69iaMeMLa1f_1039662147","id":"01","linkId":"txt__default_69iaMeMLa1f","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":250,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A bientôt !","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":18,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":28.632,"descent":6.936,"leading":0,"underlinePosition":-2.4,"underlineThickness":1.2,"xHeight":13.872}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":182,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":665}}}],"shapemaskId":"","xPos":324,"yPos":34,"tabIndex":0,"tabEnabled":true,"referenceName":"69iaMeMLa1f","xOffset":0,"yOffset":0,"rotateXPos":138,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":276,"bottom":46,"altText":"A bientôt !","pngfb":false,"pr":{"l":"Lib","i":664}},"html5data":{"xPos":0,"yPos":0,"width":276,"height":46,"strokewidth":0}},"width":276,"height":46,"resume":false,"useHandCursor":true,"id":"69iaMeMLa1f"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":215,"id":"01","url":"story_content/5tVdz5tjirn.png","type":"normal","altText":"Image 49.png","width":190,"height":81,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":824,"yPos":445,"tabIndex":5,"tabEnabled":true,"referenceName":"6ahl9Uy1WUd","xOffset":0,"yOffset":0,"rotateXPos":47.5,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":95,"bottom":40,"altText":"Image 49.png","pngfb":false,"pr":{"l":"Lib","i":666}},"html5data":{"xPos":0,"yPos":0,"width":95,"height":40,"strokewidth":0}},"width":95,"height":40,"resume":false,"useHandCursor":true,"id":"6ahl9Uy1WUd"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/5xZ1dDfSZHX.js b/public/zeroaccident/je_securise/html5/data/js/5xZ1dDfSZHX.js new file mode 100644 index 0000000..6e2156e --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/5xZ1dDfSZHX.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"ACCUEIL","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":2,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide2","width":960,"height":540,"resume":false,"background":{"type":"fill","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0x0070C0","alpha":100,"stop":0}]}},"id":"5xZ1dDfSZHX","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"audiolib":[{"kind":"audio","assetId":14,"id":"6Lcx5YdQUTo"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":28438,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6arWHgWpbXr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6arWHgWpbXr.6EUuaSAJ27f"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6arWHgWpbXr.6eyKhskxZjh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66O638NFnC2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66O638NFnC2.6XlrUP5EfVp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66O638NFnC2.5tBkCy4xuL0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6o1Ew3MqaUc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6o1Ew3MqaUc.6JbEJm32Xxw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6o1Ew3MqaUc.6gHDtW0riYh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uJnYRCDish"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uJnYRCDish.5WiKh4dLx7G"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uJnYRCDish.6psaJTTZlks"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6P4YPCwSOi9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6P4YPCwSOi9.5l9QGuaV75q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6P4YPCwSOi9.6JLPHX74vRZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xOvU4Pd7Wd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xOvU4Pd7Wd.6lFHka0Q40M"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xOvU4Pd7Wd.5l4FOezSuBO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YV7yZFxwT4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hagCqoHrR4"}}]},{"kind":"ontimelinetick","time":750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Lcx5YdQUTo"}},{"kind":"media_play","objRef":{"type":"string","value":"6Lcx5YdQUTo"}},{"kind":"set_volume","volume":50,"objRef":{"type":"string","value":"6Lcx5YdQUTo"}}]}]},"objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":3,"id":"01","url":"story_content/65Tl6WYMJPa.png","type":"normal","altText":"cuisine_vue2_001.png","width":534,"height":300,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"referenceName":"6EUuaSAJ27f","xOffset":0,"yOffset":0,"rotateXPos":133.5,"rotateYPos":78.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":267,"bottom":157,"altText":"cuisine_vue2_001.png","pngfb":false,"pr":{"l":"Lib","i":11}},"html5data":{"xPos":0,"yPos":0,"width":267,"height":157,"strokewidth":0}},"width":267,"height":157,"resume":false,"useHandCursor":true,"id":"6EUuaSAJ27f"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eyKhskxZjh_1557367372","id":"01","linkId":"txt__default_6eyKhskxZjh","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":103,"height":26,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA CUISINE","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":120,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":13}}}],"shapemaskId":"","xPos":68,"yPos":161,"tabIndex":5,"tabEnabled":true,"referenceName":"6eyKhskxZjh","xOffset":0,"yOffset":0,"rotateXPos":68.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":137,"bottom":36,"altText":"LA CUISINE","pngfb":false,"pr":{"l":"Lib","i":12}},"html5data":{"xPos":0,"yPos":0,"width":137,"height":36,"strokewidth":0}},"width":137,"height":36,"resume":false,"useHandCursor":true,"id":"6eyKhskxZjh"}],"accType":"button","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":33,"yPos":107,"tabIndex":3,"tabEnabled":true,"referenceName":"6arWHgWpbXr","xOffset":0,"yOffset":0,"rotateXPos":133.5,"rotateYPos":98.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6arWHgWpbXr_hot","accState":0,"imagedata":{"assetId":2,"url":"","type":"normal","altText":"Groupe\\r\\n 3","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6arWHgWpbXr.png","xPos":0,"yPos":0,"width":266,"height":198,"strokewidth":0,"mask":"CE82O"}},"width":267,"height":197,"resume":false,"useHandCursor":true,"id":"6arWHgWpbXr","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":5,"id":"01","url":"story_content/5ZdZ0RlV56u.png","type":"normal","altText":"Salon_sejour_vue1_001.png","width":578,"height":325,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":13,"yPos":0,"tabIndex":7,"tabEnabled":true,"referenceName":"6XlrUP5EfVp","xOffset":0,"yOffset":0,"rotateXPos":144.5,"rotateYPos":77,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":289,"bottom":154,"altText":"Salon_sejour_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":14}},"html5data":{"xPos":0,"yPos":0,"width":289,"height":154,"strokewidth":0}},"width":289,"height":154,"resume":false,"useHandCursor":true,"id":"6XlrUP5EfVp"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5tBkCy4xuL0_1432271981","id":"01","linkId":"txt__default_5tBkCy4xuL0","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":290,"height":51,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LE SALON / \\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"LA SALLE A MANGER","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":256,"bottom":56,"pngfb":false,"pr":{"l":"Lib","i":16}}}],"shapemaskId":"","xPos":0,"yPos":152,"tabIndex":8,"tabEnabled":true,"referenceName":"5tBkCy4xuL0","xOffset":0,"yOffset":0,"rotateXPos":162,"rotateYPos":30.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":324,"bottom":61,"altText":"LE SALON / \\nLA SALLE A MANGER","pngfb":false,"pr":{"l":"Lib","i":15}},"html5data":{"xPos":0,"yPos":0,"width":324,"height":61,"strokewidth":0}},"width":324,"height":61,"resume":false,"useHandCursor":true,"id":"5tBkCy4xuL0"}],"accType":"button","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":613,"yPos":108,"tabIndex":6,"tabEnabled":true,"referenceName":"66O638NFnC2","xOffset":0,"yOffset":0,"rotateXPos":162,"rotateYPos":106.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"66O638NFnC2_hot","accState":0,"imagedata":{"assetId":4,"url":"","type":"normal","altText":"Groupe\\r\\n 2","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape66O638NFnC2.png","xPos":0,"yPos":0,"width":324,"height":213,"strokewidth":0,"mask":"10FAEO"}},"width":324,"height":213,"resume":false,"useHandCursor":true,"id":"66O638NFnC2","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":7,"id":"01","url":"story_content/5hzrYMhu9ah.png","type":"normal","altText":"sdb_vue1_001.png","width":534,"height":300,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":13,"tabEnabled":true,"referenceName":"6JbEJm32Xxw","xOffset":0,"yOffset":0,"rotateXPos":133.5,"rotateYPos":78,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":267,"bottom":156,"altText":"sdb_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":17}},"html5data":{"xPos":0,"yPos":0,"width":267,"height":156,"strokewidth":0}},"width":267,"height":156,"resume":false,"useHandCursor":true,"id":"6JbEJm32Xxw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6gHDtW0riYh_-258584625","id":"01","linkId":"txt__default_6gHDtW0riYh","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":197,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA SALLE DE BAIN","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":198,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":19}}}],"shapemaskId":"","xPos":21,"yPos":157,"tabIndex":14,"tabEnabled":true,"referenceName":"6gHDtW0riYh","xOffset":0,"yOffset":0,"rotateXPos":115.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":231,"bottom":36,"altText":"LA SALLE DE BAIN","pngfb":false,"pr":{"l":"Lib","i":18}},"html5data":{"xPos":0,"yPos":0,"width":231,"height":36,"strokewidth":0}},"width":231,"height":36,"resume":false,"useHandCursor":true,"id":"6gHDtW0riYh"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":33,"yPos":320,"tabIndex":12,"tabEnabled":true,"referenceName":"6o1Ew3MqaUc","xOffset":0,"yOffset":0,"rotateXPos":133.5,"rotateYPos":96.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6o1Ew3MqaUc_hot","accState":0,"imagedata":{"assetId":6,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6o1Ew3MqaUc.png","xPos":0,"yPos":0,"width":267,"height":193,"strokewidth":0,"mask":"CA0CO"}},"width":267,"height":193,"resume":false,"useHandCursor":true,"id":"6o1Ew3MqaUc","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":9,"id":"01","url":"story_content/5iFSou622a8.png","type":"normal","altText":"Chambre_vue1_001.png","width":522,"height":294,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":10,"tabEnabled":true,"referenceName":"5WiKh4dLx7G","xOffset":0,"yOffset":0,"rotateXPos":130.5,"rotateYPos":76,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":261,"bottom":152,"altText":"Chambre_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":20}},"html5data":{"xPos":0,"yPos":0,"width":261,"height":152,"strokewidth":0}},"width":261,"height":152,"resume":false,"useHandCursor":true,"id":"5WiKh4dLx7G"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6psaJTTZlks_2003820994","id":"01","linkId":"txt__default_6psaJTTZlks","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":147,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":"CHAMBRE","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":138,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":22}}}],"shapemaskId":"","xPos":40,"yPos":157,"tabIndex":11,"tabEnabled":true,"referenceName":"6psaJTTZlks","xOffset":0,"yOffset":0,"rotateXPos":90.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":181,"bottom":36,"altText":"LA CHAMBRE","pngfb":false,"pr":{"l":"Lib","i":21}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":36,"strokewidth":0}},"width":181,"height":36,"resume":false,"useHandCursor":true,"id":"6psaJTTZlks"}],"accType":"button","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":328,"yPos":110,"tabIndex":9,"tabEnabled":true,"referenceName":"5uJnYRCDish","xOffset":0,"yOffset":0,"rotateXPos":130.5,"rotateYPos":96.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5uJnYRCDish_hot","accState":0,"imagedata":{"assetId":8,"url":"","type":"normal","altText":"Groupe\\r\\n 4","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5uJnYRCDish.png","xPos":0,"yPos":0,"width":260,"height":194,"strokewidth":0,"mask":"C5CAO"}},"width":261,"height":193,"resume":false,"useHandCursor":true,"id":"5uJnYRCDish","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5l9QGuaV75q_-1957446061","id":"01","linkId":"txt__default_5l9QGuaV75q","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":244,"height":51,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LES ESPACES DE\\n","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" TRANSITION","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":211,"bottom":56,"pngfb":false,"pr":{"l":"Lib","i":24}}}],"shapemaskId":"","xPos":0,"yPos":157,"tabIndex":17,"tabEnabled":true,"referenceName":"5l9QGuaV75q","xOffset":0,"yOffset":0,"rotateXPos":139,"rotateYPos":30.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":278,"bottom":61,"altText":"LES ESPACES DE\\n TRANSITION","pngfb":false,"pr":{"l":"Lib","i":23}},"html5data":{"xPos":0,"yPos":0,"width":278,"height":61,"strokewidth":0}},"width":278,"height":61,"resume":false,"useHandCursor":true,"id":"5l9QGuaV75q"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":11,"id":"01","url":"story_content/5zSGvRt1TIW.png","type":"normal","altText":"Entree_vue1_001.png","width":520,"height":292,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":11,"yPos":0,"tabIndex":16,"tabEnabled":true,"referenceName":"6JLPHX74vRZ","xOffset":0,"yOffset":0,"rotateXPos":130,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":260,"bottom":158,"altText":"Entree_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":25}},"html5data":{"xPos":0,"yPos":0,"width":260,"height":158,"strokewidth":0}},"width":260,"height":158,"resume":false,"useHandCursor":true,"id":"6JLPHX74vRZ"}],"accType":"button","altText":"Groupe\\r\\n 8","shapemaskId":"","xPos":317,"yPos":320,"tabIndex":15,"tabEnabled":true,"referenceName":"6P4YPCwSOi9","xOffset":0,"yOffset":0,"rotateXPos":139,"rotateYPos":109,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6P4YPCwSOi9_hot","accState":0,"imagedata":{"assetId":10,"url":"","type":"normal","altText":"Groupe\\r\\n 8","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6P4YPCwSOi9.png","xPos":0,"yPos":0,"width":279,"height":217,"strokewidth":0,"mask":"ED96O"}},"width":278,"height":218,"resume":false,"useHandCursor":true,"id":"6P4YPCwSOi9","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6LAIvhlx5ek"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":13,"id":"01","url":"story_content/6PoTCpX10q4.png","type":"normal","altText":"jardin_vue1_001.png","width":580,"height":326,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":19,"tabEnabled":true,"referenceName":"6lFHka0Q40M","xOffset":0,"yOffset":0,"rotateXPos":145,"rotateYPos":81.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":290,"bottom":163,"altText":"jardin_vue1_001.png","pngfb":false,"pr":{"l":"Lib","i":26}},"html5data":{"xPos":0,"yPos":0,"width":290,"height":163,"strokewidth":0}},"width":290,"height":163,"resume":false,"useHandCursor":true,"id":"6lFHka0Q40M"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5l4FOezSuBO_-1049453969","id":"01","linkId":"txt__default_5l4FOezSuBO","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":192,"height":26,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"L’EXTERIEUR","style":{"fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":171,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":28}}}],"shapemaskId":"","xPos":32,"yPos":164,"tabIndex":20,"tabEnabled":true,"referenceName":"5l4FOezSuBO","xOffset":0,"yOffset":0,"rotateXPos":113,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":226,"bottom":36,"altText":"L’EXTERIEUR","pngfb":false,"pr":{"l":"Lib","i":27}},"html5data":{"xPos":0,"yPos":0,"width":226,"height":36,"strokewidth":0}},"width":226,"height":36,"resume":false,"useHandCursor":true,"id":"5l4FOezSuBO"}],"accType":"button","altText":"Groupe\\r\\n 7","shapemaskId":"","xPos":626,"yPos":320,"tabIndex":18,"tabEnabled":true,"referenceName":"5xOvU4Pd7Wd","xOffset":0,"yOffset":0,"rotateXPos":145,"rotateYPos":100,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5xOvU4Pd7Wd_hot","accState":0,"imagedata":{"assetId":12,"url":"","type":"normal","altText":"Groupe\\r\\n 7","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5xOvU4Pd7Wd.png","xPos":0,"yPos":0,"width":289,"height":200,"strokewidth":0,"mask":"E290O"}},"width":290,"height":200,"resume":false,"useHandCursor":true,"id":"5xOvU4Pd7Wd","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6KCNIB5inyd"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5YV7yZFxwT4_-1700852989","id":"01","linkId":"txt__default_5YV7yZFxwT4","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":849,"height":95,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je visite chaque pièce de ma maison et j’élimine des situations à risque d’accident de la vie courante pour mon enfant.","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":119,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":850,"bottom":100,"pngfb":false,"pr":{"l":"Lib","i":30}}}],"shapemaskId":"","xPos":33,"yPos":8,"tabIndex":0,"tabEnabled":true,"referenceName":"5YV7yZFxwT4","xOffset":0,"yOffset":0,"rotateXPos":441.5,"rotateYPos":52.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":883,"bottom":105,"altText":"Je visite chaque pièce de ma maison et j’élimine des situations à risque d’accident de la vie courante pour mon enfant.","pngfb":false,"pr":{"l":"Lib","i":29}},"html5data":{"xPos":0,"yPos":0,"width":883,"height":105,"strokewidth":0}},"width":883,"height":105,"resume":false,"useHandCursor":true,"id":"5YV7yZFxwT4"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":1,"arrowxpos":113,"arrowypos":-18,"textLib":[{"kind":"textdata","uniqueId":"6SVxs8BZDaj_-326456643","id":"01","linkId":"txt__default_6SVxs8BZDaj","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":103,"height":44,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je sors de la maison / Je vois mon résultat","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":43,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":85,"bottom":44,"pngfb":false,"pr":{"l":"Lib","i":32}}}],"shapemaskId":"","xPos":-99,"yPos":32,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x262626","alpha":100,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":103,"bottom":44,"altText":"Je sors de la maison / Je vois mon résultat","pngfb":false,"pr":{"l":"Lib","i":31}},"html5data":{"xPos":0,"yPos":0,"width":103,"height":44,"strokewidth":0}},"width":113,"height":57,"resume":false,"useHandCursor":true,"id":"5hagCqoHrR4_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"5hagCqoHrR4","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":33}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"swirl","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5hagCqoHrR4"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"5hagCqoHrR4"}}],"clickdef":[{"kind":"objref","type":"string","value":"5hagCqoHrR4"}]}],"shapemaskId":"","xPos":865,"yPos":68,"tabIndex":21,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5hagCqoHrR4","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hagCqoHrR4"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showcomplete","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"5hagCqoHrR4_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/61XOHmemRkI.js b/public/zeroaccident/je_securise/html5/data/js/61XOHmemRkI.js new file mode 100644 index 0000000..ddb2c90 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/61XOHmemRkI.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":" INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":16,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":140,"id":"6X2dR2JumPM"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HHUgihPbwU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WZ6Mz3fxdq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5evIIsCVU0D"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6QbgyRryu6S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6hr5ESlTNhE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E1eUKuqmQp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E1eUKuqmQp.6krr7w4YjgF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E1eUKuqmQp.61sTOmcdavl"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6M0ViRcPRlZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xY5sadQjjN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lsGgmeBbm7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XZYJUf7IOk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fxPNO2INLF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fxPNO2INLF.6EG6oAmhDux"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6fxPNO2INLF.6fs2yogChWm"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6X2dR2JumPM"}},{"kind":"media_play","objRef":{"type":"string","value":"6X2dR2JumPM"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6X2dR2JumPM"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6HHUgihPbwU_-670973248","id":"01","linkId":"txt__default_6HHUgihPbwU","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":450}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":34,"tabEnabled":true,"referenceName":"6HHUgihPbwU","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6HHUgihPbwU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5WZ6Mz3fxdq_-1166384714","id":"01","linkId":"txt__default_5WZ6Mz3fxdq","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":420}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":33,"tabEnabled":true,"referenceName":"5WZ6Mz3fxdq","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5WZ6Mz3fxdq"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":134,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":716,"yPos":298,"tabIndex":35,"tabEnabled":true,"referenceName":"5evIIsCVU0D","xOffset":0,"yOffset":0,"rotateXPos":122,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":244,"bottom":177,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":451}},"html5data":{"xPos":0,"yPos":0,"width":244,"height":177,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":244,"bottom":177,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":451}},"html5data":{"xPos":0,"yPos":0,"width":244,"height":177,"strokewidth":0}}}],"width":244,"height":177,"resume":true,"useHandCursor":true,"id":"5evIIsCVU0D","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.5eOvXM6UgVk"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":135,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":299,"tabIndex":36,"tabEnabled":true,"referenceName":"6QbgyRryu6S","xOffset":0,"yOffset":0,"rotateXPos":119.5,"rotateYPos":90,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":239,"bottom":180,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":452}},"html5data":{"xPos":0,"yPos":0,"width":239,"height":180,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":239,"bottom":180,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":452}},"html5data":{"xPos":0,"yPos":0,"width":239,"height":180,"strokewidth":0}}}],"width":239,"height":180,"resume":true,"useHandCursor":true,"id":"6QbgyRryu6S","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.5w5As5eFyTM"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":136,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":488,"yPos":299,"tabIndex":37,"tabEnabled":true,"referenceName":"6hr5ESlTNhE","xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":87.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":240,"bottom":175,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":453}},"html5data":{"xPos":0,"yPos":0,"width":240,"height":175,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":240,"bottom":175,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":453}},"html5data":{"xPos":0,"yPos":0,"width":240,"height":175,"strokewidth":0}}}],"width":240,"height":175,"resume":true,"useHandCursor":true,"id":"6hr5ESlTNhE","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent.63ZR8L1H7W7"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":137,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":39,"tabEnabled":true,"referenceName":"6krr7w4YjgF","xOffset":0,"yOffset":0,"rotateXPos":107.5,"rotateYPos":72,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":215,"bottom":144,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":454}},"html5data":{"xPos":0,"yPos":0,"width":215,"height":144,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":215,"bottom":144,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":454}},"html5data":{"xPos":0,"yPos":0,"width":215,"height":144,"strokewidth":0}}}],"width":215,"height":144,"resume":true,"useHandCursor":true,"id":"6krr7w4YjgF","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_parent.ActGrpRelease"},{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent._parent.6RzOVFEgnMX"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"61sTOmcdavl_118849990","id":"01","linkId":"txt__default_61sTOmcdavl","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":91,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HOUX","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" ","style":{"fontSize":9,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":79,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":456}}}],"shapemaskId":"","xPos":49,"yPos":148,"tabIndex":40,"tabEnabled":true,"referenceName":"61sTOmcdavl","xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":117,"bottom":25,"altText":"HOUX ","pngfb":false,"pr":{"l":"Lib","i":455}},"html5data":{"xPos":0,"yPos":0,"width":117,"height":25,"strokewidth":0}},"width":117,"height":25,"resume":false,"useHandCursor":true,"id":"61sTOmcdavl","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_parent.ActGrpRelease"}]}]}],"accType":"text","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":261,"yPos":307,"tabIndex":38,"tabEnabled":true,"referenceName":"6E1eUKuqmQp","xOffset":0,"yOffset":0,"rotateXPos":107.5,"rotateYPos":86,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"width":215,"height":172,"resume":false,"useHandCursor":true,"id":"6E1eUKuqmQp","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]},"ActGrpRelease":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6M0ViRcPRlZ_1046229201","id":"01","linkId":"txt__default_6M0ViRcPRlZ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":98,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HORTENSIA","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}},{"text":" ","style":{"fontSize":9,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":458}}}],"shapemaskId":"","xPos":546,"yPos":457,"tabIndex":41,"tabEnabled":true,"referenceName":"6M0ViRcPRlZ","xOffset":0,"yOffset":0,"rotateXPos":62,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":124,"bottom":25,"altText":"HORTENSIA ","pngfb":false,"pr":{"l":"Lib","i":457}},"html5data":{"xPos":0,"yPos":0,"width":124,"height":25,"strokewidth":0}},"width":124,"height":25,"resume":false,"useHandCursor":true,"id":"6M0ViRcPRlZ"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5xY5sadQjjN_599743382","id":"01","linkId":"txt__default_5xY5sadQjjN","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":67,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"CYTISE","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":6,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":68,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":460}}}],"shapemaskId":"","xPos":785,"yPos":458,"tabIndex":42,"tabEnabled":true,"referenceName":"5xY5sadQjjN","xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":94,"bottom":25,"altText":"CYTISE","pngfb":false,"pr":{"l":"Lib","i":459}},"html5data":{"xPos":0,"yPos":0,"width":94,"height":25,"strokewidth":0}},"width":93,"height":25,"resume":false,"useHandCursor":true,"id":"5xY5sadQjjN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6lsGgmeBbm7_281739277","id":"01","linkId":"txt__default_6lsGgmeBbm7","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":126,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LAURIER ROSE","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":9,"fontIsBold":true,"ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":118,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":462}}}],"shapemaskId":"","xPos":61,"yPos":458,"tabIndex":43,"tabEnabled":true,"referenceName":"6lsGgmeBbm7","xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":152,"bottom":25,"altText":"LAURIER ROSE","pngfb":false,"pr":{"l":"Lib","i":461}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":25,"strokewidth":0}},"width":152,"height":25,"resume":false,"useHandCursor":true,"id":"6lsGgmeBbm7"},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6XZYJUf7IOk_531053898","id":"01","linkId":"txt__default_6XZYJUf7IOk","type":"acctext","xPos":17,"yPos":5,"xAccOffset":110,"yAccOffset":5,"width":93,"height":689,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}},{"text":"Comment j’écarte le risque d’intoxication dans mon jardin ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","linkColor":"#0000FF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"1- Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"retourne ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"toutes les étiquettes, \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":73,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 2-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"lis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"les informations spécifiques à chaque variété \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":85,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 3- Je clique sur ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"Planter","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":".","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","linkColor":"#0000FF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" r","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","displayCase":"asIs","linkColor":"#0000FF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"rotated90"},"vectortext":{"left":-281,"top":0,"right":344,"bottom":430,"pngfb":false,"pr":{"l":"Lib","i":464}}}],"shapemaskId":"","xPos":547,"yPos":-129,"tabIndex":32,"tabEnabled":true,"referenceName":"6XZYJUf7IOk","xOffset":0,"yOffset":0,"rotateXPos":63.5,"rotateYPos":349.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-281,"top":-1,"right":344,"bottom":699,"altText":" \\n Comment j’écarte le risque d’intoxication dans mon jardin ?\\n 1- Je retourne toutes les étiquettes, \\n 2-Je lis les informations spécifiques à chaque variété \\n 3- Je clique sur Planter.\\n r","pngfb":false,"pr":{"l":"Lib","i":463}},"html5data":{"xPos":-1,"yPos":-1,"width":128,"height":700,"strokewidth":0}},"width":127,"height":699,"resume":false,"useHandCursor":true,"id":"6XZYJUf7IOk"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6MOmlYsIdCU_-657970577","id":"01","linkId":"txt__default_6EG6oAmhDux","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Planter","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":90,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":465}}}],"shapemaskId":"","xPos":22,"yPos":17,"tabIndex":46,"tabEnabled":true,"referenceName":"6EG6oAmhDux","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":29,"altText":"Planter","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":30,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6EG6oAmhDux","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":329.912,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":139,"id":"01","url":"story_content/5nuY12mUJs6_RFFF0E4.png","type":"normal","altText":"bêche illustration 2.png","width":190,"height":95,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":45,"tabEnabled":true,"referenceName":"6fs2yogChWm","xOffset":0,"yOffset":0,"rotateXPos":47.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":95,"bottom":48,"altText":"bêche illustration 2.png","pngfb":false,"pr":{"l":"Lib","i":466}},"html5data":{"xPos":0,"yPos":0,"width":95,"height":48,"strokewidth":0}},"width":95,"height":48,"resume":false,"useHandCursor":true,"id":"6fs2yogChWm"}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":406,"yPos":482,"tabIndex":44,"tabEnabled":true,"referenceName":"6fxPNO2INLF","xOffset":0,"yOffset":0,"rotateXPos":70.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6fxPNO2INLF_hot","accState":0,"imagedata":{"assetId":138,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6fxPNO2INLF.png","xPos":0,"yPos":0,"width":142,"height":48,"strokewidth":0,"mask":"1AA0O"}},"width":141,"height":48,"resume":false,"useHandCursor":true,"id":"6fxPNO2INLF","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5cNUFQh1AxU"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bk3Z014Tsz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XvqVNu94BU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yBsGAu1q4p"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6e281bVuiGD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6e281bVuiGD.5npq71vYpKM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6e281bVuiGD.6FBiqbzXHD1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"63HlAFNPSRj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ja2v0VoLjU"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"6e281bVuiGD"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":136,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":488,"yPos":299,"tabIndex":6,"tabEnabled":true,"referenceName":"6bk3Z014Tsz","xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":87,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":240,"bottom":174,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":467}},"html5data":{"xPos":0,"yPos":0,"width":240,"height":174,"strokewidth":0}},"width":240,"height":174,"resume":false,"useHandCursor":true,"id":"6bk3Z014Tsz"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":137,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":261,"yPos":307,"tabIndex":7,"tabEnabled":true,"referenceName":"6XvqVNu94BU","xOffset":0,"yOffset":0,"rotateXPos":107.5,"rotateYPos":74.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":215,"bottom":149,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":468}},"html5data":{"xPos":0,"yPos":0,"width":215,"height":149,"strokewidth":0}},"width":215,"height":149,"resume":false,"useHandCursor":true,"id":"6XvqVNu94BU","events":[{"kind":"onrelease","actions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent._parent.6RzOVFEgnMX"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":135,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":299,"tabIndex":5,"tabEnabled":true,"referenceName":"5yBsGAu1q4p","xOffset":0,"yOffset":0,"rotateXPos":119.5,"rotateYPos":89.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":239,"bottom":179,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":469}},"html5data":{"xPos":0,"yPos":0,"width":239,"height":179,"strokewidth":0}},"width":239,"height":179,"resume":false,"useHandCursor":true,"id":"5yBsGAu1q4p"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5npq71vYpKM_608822450","id":"01","linkId":"txt__default_5npq71vYpKM","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":218,"height":167,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"CYTISE\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Ecorce, gousses, graines, feuilles et fleurs toxiques\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":190,"bottom":70,"pngfb":false,"pr":{"l":"Lib","i":471}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":3,"tabEnabled":true,"referenceName":"5npq71vYpKM","xOffset":0,"yOffset":0,"rotateXPos":121.5,"rotateYPos":88,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":246,"bottom":179,"altText":"CYTISE\\nEcorce, gousses, graines, feuilles et fleurs toxiques\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":470}},"html5data":{"xPos":-2,"yPos":-2,"width":248,"height":181,"strokewidth":3}},"width":244,"height":177,"resume":false,"useHandCursor":true,"id":"5npq71vYpKM"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":141,"id":"01","url":"story_content/5mHDuFk2I6n_RFF817D.png","type":"normal","altText":"deaths-head-g054aeb238_1280.png","width":254,"height":234,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":59,"yPos":66,"tabIndex":4,"tabEnabled":true,"referenceName":"6FBiqbzXHD1","xOffset":0,"yOffset":0,"rotateXPos":63.5,"rotateYPos":50.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":127,"bottom":101,"altText":"deaths-head-g054aeb238_1280.png","pngfb":false,"pr":{"l":"Lib","i":472}},"html5data":{"xPos":0,"yPos":0,"width":127,"height":101,"strokewidth":0}},"width":127,"height":101,"resume":false,"useHandCursor":true,"id":"6FBiqbzXHD1"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":716,"yPos":298,"tabIndex":2,"tabEnabled":true,"referenceName":"6e281bVuiGD","xOffset":0,"yOffset":0,"rotateXPos":122,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":244,"height":177,"resume":false,"useHandCursor":true,"id":"6e281bVuiGD","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"63HlAFNPSRj_-1648456338","id":"01","linkId":"txt__default_63HlAFNPSRj","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":473}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":1,"tabEnabled":true,"referenceName":"63HlAFNPSRj","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"63HlAFNPSRj"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ja2v0VoLjU_-1323061457","id":"01","linkId":"txt__default_5ja2v0VoLjU","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":474}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":0,"tabEnabled":true,"referenceName":"5ja2v0VoLjU","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5ja2v0VoLjU"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5eOvXM6UgVk","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ioAq6o4lMx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6DOVvzyVpXW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5n5bGNNYgDG"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6XzohuOsi32"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XzohuOsi32.5mB9EEycua0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XzohuOsi32.5qAxnwyaOQe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bXsBeWcJVD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6LsRPqCikCv"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"6XzohuOsi32"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":134,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":716,"yPos":298,"tabIndex":10,"tabEnabled":true,"referenceName":"5ioAq6o4lMx","xOffset":0,"yOffset":0,"rotateXPos":122,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":244,"bottom":177,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":451}},"html5data":{"xPos":0,"yPos":0,"width":244,"height":177,"strokewidth":0}},"width":244,"height":177,"resume":false,"useHandCursor":true,"id":"5ioAq6o4lMx"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":136,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":488,"yPos":299,"tabIndex":14,"tabEnabled":true,"referenceName":"6DOVvzyVpXW","xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":87,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":240,"bottom":174,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":467}},"html5data":{"xPos":0,"yPos":0,"width":240,"height":174,"strokewidth":0}},"width":240,"height":174,"resume":false,"useHandCursor":true,"id":"6DOVvzyVpXW"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":137,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":261,"yPos":307,"tabIndex":15,"tabEnabled":true,"referenceName":"5n5bGNNYgDG","xOffset":0,"yOffset":0,"rotateXPos":107.5,"rotateYPos":74.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":215,"bottom":149,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":468}},"html5data":{"xPos":0,"yPos":0,"width":215,"height":149,"strokewidth":0}},"width":215,"height":149,"resume":false,"useHandCursor":true,"id":"5n5bGNNYgDG","events":[{"kind":"onrelease","actions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"_parent._parent.6RzOVFEgnMX"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mB9EEycua0_1876655152","id":"01","linkId":"txt__default_5mB9EEycua0","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":213,"height":170,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LAURIER ROSE\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Feuilles et fleurs très toxiques\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":224,"bottom":62,"pngfb":false,"pr":{"l":"Lib","i":476}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":12,"tabEnabled":true,"referenceName":"5mB9EEycua0","xOffset":0,"yOffset":0,"rotateXPos":119,"rotateYPos":89.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":241,"bottom":182,"altText":"LAURIER ROSE\\nFeuilles et fleurs très toxiques\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":475}},"html5data":{"xPos":-2,"yPos":-2,"width":243,"height":184,"strokewidth":3}},"width":239,"height":180,"resume":false,"useHandCursor":true,"id":"5mB9EEycua0"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":141,"id":"01","url":"story_content/5mHDuFk2I6n_RFF817D.png","type":"normal","altText":"deaths-head-g054aeb238_1280.png","width":254,"height":234,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":49,"yPos":65,"tabIndex":13,"tabEnabled":true,"referenceName":"5qAxnwyaOQe","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":55,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":119,"bottom":110,"altText":"deaths-head-g054aeb238_1280.png","pngfb":false,"pr":{"l":"Lib","i":477}},"html5data":{"xPos":0,"yPos":0,"width":119,"height":110,"strokewidth":0}},"width":119,"height":110,"resume":false,"useHandCursor":true,"id":"5qAxnwyaOQe"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":22,"yPos":299,"tabIndex":11,"tabEnabled":true,"referenceName":"6XzohuOsi32","xOffset":0,"yOffset":0,"rotateXPos":119.5,"rotateYPos":90,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":239,"height":180,"resume":false,"useHandCursor":true,"id":"6XzohuOsi32","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6bXsBeWcJVD_-1262659091","id":"01","linkId":"txt__default_6bXsBeWcJVD","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":473}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":9,"tabEnabled":true,"referenceName":"6bXsBeWcJVD","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6bXsBeWcJVD"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6LsRPqCikCv_812689359","id":"01","linkId":"txt__default_6LsRPqCikCv","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":474}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":8,"tabEnabled":true,"referenceName":"6LsRPqCikCv","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6LsRPqCikCv"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5w5As5eFyTM","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5obYXB8mcyB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HtMkxCdaPI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VSp1cW0QfF"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6Fr6Ng0F5sf"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Fr6Ng0F5sf.6ghICC7oxhJ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Fr6Ng0F5sf.6pzixkoXs1h"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67rVnMVHTPK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kPKxkclqcR"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"6Fr6Ng0F5sf"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":134,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":715,"yPos":298,"tabIndex":21,"tabEnabled":true,"referenceName":"5obYXB8mcyB","xOffset":0,"yOffset":0,"rotateXPos":122,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":244,"bottom":177,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":451}},"html5data":{"xPos":0,"yPos":0,"width":244,"height":177,"strokewidth":0}},"width":244,"height":177,"resume":false,"useHandCursor":true,"id":"5obYXB8mcyB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":135,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":299,"tabIndex":22,"tabEnabled":true,"referenceName":"6HtMkxCdaPI","xOffset":0,"yOffset":0,"rotateXPos":119.5,"rotateYPos":89.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":239,"bottom":179,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":469}},"html5data":{"xPos":0,"yPos":0,"width":239,"height":179,"strokewidth":0}},"width":239,"height":179,"resume":false,"useHandCursor":true,"id":"6HtMkxCdaPI"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":137,"id":"01","url":"story_content/6c9V8x2cV0q_P_182_0_1737_1199.jpg","type":"normal","altText":"houx.jpg","width":1737,"height":1199,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":261,"yPos":307,"tabIndex":23,"tabEnabled":true,"referenceName":"6VSp1cW0QfF","xOffset":0,"yOffset":0,"rotateXPos":108,"rotateYPos":74.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":216,"bottom":149,"altText":"houx.jpg","pngfb":false,"pr":{"l":"Lib","i":478}},"html5data":{"xPos":0,"yPos":0,"width":216,"height":149,"strokewidth":0}},"width":216,"height":149,"resume":false,"useHandCursor":true,"id":"6VSp1cW0QfF"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ghICC7oxhJ_-1961303616","id":"01","linkId":"txt__default_6ghICC7oxhJ","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":214,"height":165,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HORTENSIA\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Plante non toxique\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":19,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":145,"bottom":61,"pngfb":false,"pr":{"l":"Lib","i":480}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":19,"tabEnabled":true,"referenceName":"6ghICC7oxhJ","xOffset":0,"yOffset":0,"rotateXPos":119.5,"rotateYPos":87,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":242,"bottom":177,"altText":"HORTENSIA\\nPlante non toxique\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":479}},"html5data":{"xPos":-2,"yPos":-2,"width":244,"height":179,"strokewidth":3}},"width":240,"height":175,"resume":false,"useHandCursor":true,"id":"6ghICC7oxhJ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":142,"id":"01","url":"story_content/5c2k7hHHmq9.jpg","type":"normal","altText":"smiley-gb9a22e414_1280.jpg","width":263,"height":264,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":44,"yPos":63,"tabIndex":20,"tabEnabled":true,"referenceName":"6pzixkoXs1h","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":52,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":104,"altText":"smiley-gb9a22e414_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":481}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":104,"strokewidth":0}},"width":132,"height":104,"resume":false,"useHandCursor":true,"id":"6pzixkoXs1h"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":488,"yPos":270,"tabIndex":18,"tabEnabled":true,"referenceName":"6Fr6Ng0F5sf","xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":87.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":240,"height":175,"resume":false,"useHandCursor":true,"id":"6Fr6Ng0F5sf","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67rVnMVHTPK_78315267","id":"01","linkId":"txt__default_67rVnMVHTPK","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":473}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":17,"tabEnabled":true,"referenceName":"67rVnMVHTPK","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"67rVnMVHTPK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5kPKxkclqcR_909336525","id":"01","linkId":"txt__default_5kPKxkclqcR","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":474}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":16,"tabEnabled":true,"referenceName":"5kPKxkclqcR","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5kPKxkclqcR"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"63ZR8L1H7W7","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6HHUgihPbwU"},{"kind":"objref","type":"string","value":"_parent.5WZ6Mz3fxdq"},{"kind":"objref","type":"string","value":"_parent.5evIIsCVU0D"},{"kind":"objref","type":"string","value":"_parent.6QbgyRryu6S"},{"kind":"objref","type":"string","value":"_parent.6hr5ESlTNhE"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.6krr7w4YjgF"},{"kind":"objref","type":"string","value":"_parent.6M0ViRcPRlZ"},{"kind":"objref","type":"string","value":"_parent.5xY5sadQjjN"},{"kind":"objref","type":"string","value":"_parent.6lsGgmeBbm7"},{"kind":"objref","type":"string","value":"_parent.6E1eUKuqmQp.61sTOmcdavl"},{"kind":"objref","type":"string","value":"_parent.6XZYJUf7IOk"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6EG6oAmhDux"},{"kind":"objref","type":"string","value":"_parent.6fxPNO2INLF.6fs2yogChWm"}],"depth":0,"modal":false,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":3000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WtnsfBfu4Y"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HLXJpzrTng"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62qGp76e8nR"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5f9QYwz4DjR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5f9QYwz4DjR.6UAiqdONabz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5f9QYwz4DjR.6KZL40fwzuU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5sKCedUzBmv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aFbeMwiif2"}}]},{"kind":"ontimelinetick","time":2750,"actions":[{"kind":"hide","transition":"custom","animationId":"Exit","reverse":false,"objRef":{"type":"string","value":"5f9QYwz4DjR"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":134,"id":"01","url":"story_content/6VX1wzxXetE.png","type":"normal","altText":"Image 34.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":716,"yPos":298,"tabIndex":26,"tabEnabled":true,"referenceName":"5WtnsfBfu4Y","xOffset":0,"yOffset":0,"rotateXPos":122,"rotateYPos":88.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":244,"bottom":177,"altText":"Image 34.png","pngfb":false,"pr":{"l":"Lib","i":451}},"html5data":{"xPos":0,"yPos":0,"width":244,"height":177,"strokewidth":0}},"width":244,"height":177,"resume":false,"useHandCursor":true,"id":"5WtnsfBfu4Y"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":135,"id":"01","url":"story_content/6gEwn9EL1QT.png","type":"normal","altText":"Image 33.png","width":245,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":299,"tabIndex":27,"tabEnabled":true,"referenceName":"6HLXJpzrTng","xOffset":0,"yOffset":0,"rotateXPos":119.5,"rotateYPos":89.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":239,"bottom":179,"altText":"Image 33.png","pngfb":false,"pr":{"l":"Lib","i":469}},"html5data":{"xPos":0,"yPos":0,"width":239,"height":179,"strokewidth":0}},"width":239,"height":179,"resume":false,"useHandCursor":true,"id":"6HLXJpzrTng"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":136,"id":"01","url":"story_content/67rHzkytjvC.png","type":"normal","altText":"Image 31.png","width":246,"height":179,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":488,"yPos":299,"tabIndex":28,"tabEnabled":true,"referenceName":"62qGp76e8nR","xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":87,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":240,"bottom":174,"altText":"Image 31.png","pngfb":false,"pr":{"l":"Lib","i":467}},"html5data":{"xPos":0,"yPos":0,"width":240,"height":174,"strokewidth":0}},"width":240,"height":174,"resume":false,"useHandCursor":true,"id":"62qGp76e8nR"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6UAiqdONabz_1987626123","id":"01","linkId":"txt__default_6UAiqdONabz","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":189,"height":162,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"HOUX\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Feuilles et baies rouge toxiques\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontIsBold":true,"foregroundColor":"#FF0000","linkColor":"#FF0000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"left","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":173,"bottom":67,"pngfb":false,"pr":{"l":"Lib","i":483}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":30,"tabEnabled":true,"referenceName":"6UAiqdONabz","xOffset":0,"yOffset":0,"rotateXPos":107,"rotateYPos":85.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":217,"bottom":174,"altText":"HOUX\\nFeuilles et baies rouge toxiques\\n\\n\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":482}},"html5data":{"xPos":-2,"yPos":-2,"width":219,"height":176,"strokewidth":3}},"width":215,"height":172,"resume":false,"useHandCursor":true,"id":"6UAiqdONabz"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":141,"id":"01","url":"story_content/5mHDuFk2I6n_RFF817D.png","type":"normal","altText":"deaths-head-g054aeb238_1280.png","width":254,"height":234,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":39,"yPos":69,"tabIndex":31,"tabEnabled":true,"referenceName":"6KZL40fwzuU","xOffset":0,"yOffset":0,"rotateXPos":56.5,"rotateYPos":51.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":113,"bottom":103,"altText":"deaths-head-g054aeb238_1280.png","pngfb":false,"pr":{"l":"Lib","i":484}},"html5data":{"xPos":0,"yPos":0,"width":113,"height":103,"strokewidth":0}},"width":113,"height":103,"resume":false,"useHandCursor":true,"id":"6KZL40fwzuU"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":261,"yPos":307,"tabIndex":29,"tabEnabled":true,"referenceName":"5f9QYwz4DjR","xOffset":0,"yOffset":0,"rotateXPos":107.5,"rotateYPos":86,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"animations":[{"kind":"animation","id":"Entrance","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"100","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]},{"kind":"animation","id":"Exit","duration":250,"hidetextatend":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":63,"alpha":{"path":[{"kind":"segment","start":"100","dstart":"0","end":"75","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"0","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":63,"duration":63,"alpha":{"path":[{"kind":"segment","start":"75","dstart":"0","end":"50","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"-100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":126,"duration":63,"alpha":{"path":[{"kind":"segment","start":"50","dstart":"0","end":"25","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-200","dsy":"0","endx":"0","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}},{"kind":"tween","time":189,"duration":63,"alpha":{"path":[{"kind":"segment","start":"25","dstart":"0","end":"0","dend":"0"}],"duration":63,"easing":"linear","easingdir":"easeinout"},"scale":{"path":[{"kind":"segment","startx":"$ScaleX","starty":"$ScaleY","dsx":"-100","dsy":"0","endx":"100","endy":"100","dex":"0","dey":"0","startrelative":false,"endrelative":true}],"textonly":false,"useglobalaxes":true,"duration":63,"easing":"linear","easingdir":"easeinout"}}]}],"width":215,"height":172,"resume":false,"useHandCursor":true,"id":"5f9QYwz4DjR","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5sKCedUzBmv_-20218008","id":"01","linkId":"txt__default_5sKCedUzBmv","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE D’INTOXICATION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":482,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":473}}}],"shapemaskId":"","xPos":43,"yPos":64,"tabIndex":25,"tabEnabled":true,"referenceName":"5sKCedUzBmv","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"JE PREVIENS LE RISQUE D’INTOXICATION","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"5sKCedUzBmv"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5aFbeMwiif2_-1685019993","id":"01","linkId":"txt__default_5aFbeMwiif2","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le jardin, sur la terrasse ou le balcon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A0A8AB","linkColor":"#A0A8AB","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":264,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":474}}}],"shapemaskId":"","xPos":43,"yPos":26,"tabIndex":24,"tabEnabled":true,"referenceName":"5aFbeMwiif2","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le jardin, sur la terrasse ou le balcon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5aFbeMwiif2"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6RzOVFEgnMX","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]}]}],"showAnimationId":"","lmsId":"Slide16","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":133,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"61XOHmemRkI","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/62idXSnMZL5.js b/public/zeroaccident/je_securise/html5/data/js/62idXSnMZL5.js new file mode 100644 index 0000000..4ed5638 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/62idXSnMZL5.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"SUFFOCATION LIT","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":10,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":79,"id":"5wOMIxpW2Qi"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5866,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6QeGATVGvOT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68OXvTV30m0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5wxKcsgCX3b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ZMZpMSmEbB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6A2J5knp6fy"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6HEg8pbhh9z"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6R3k6OlJ17O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6c4iLuHZr73"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lh20DA7KyH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VGLeGMnu3w"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5wOMIxpW2Qi"}},{"kind":"media_play","objRef":{"type":"string","value":"5wOMIxpW2Qi"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5wOMIxpW2Qi"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6QeGATVGvOT_1983886004","id":"01","linkId":"txt__default_6QeGATVGvOT","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":167,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la chambre","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":112,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":254}}}],"shapemaskId":"","xPos":47,"yPos":12,"tabIndex":34,"tabEnabled":true,"referenceName":"6QeGATVGvOT","xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":44,"altText":"Dans la chambre","pngfb":false,"pr":{"l":"Lib","i":230}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":44,"strokewidth":0}},"width":187,"height":44,"resume":false,"useHandCursor":true,"id":"6QeGATVGvOT"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"68OXvTV30m0_637116980","id":"01","linkId":"txt__default_68OXvTV30m0","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE SUFFOCATION / ETOUFFEMENT","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":23,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":36.585,"descent":8.863,"leading":0,"underlinePosition":-3.067,"underlineThickness":1.533,"xHeight":17.725}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":50,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":657,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":255}}}],"shapemaskId":"","xPos":43,"yPos":51,"tabIndex":36,"tabEnabled":true,"referenceName":"68OXvTV30m0","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"JE PREVIENS LE RISQUE DE SUFFOCATION / ETOUFFEMENT","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"68OXvTV30m0"},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":73,"id":"01","url":"story_content/6RjAkPAHTlT.jpg","type":"normal","altText":"OIP (6).jpg","width":300,"height":227,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":286,"yPos":106,"tabIndex":38,"tabEnabled":true,"referenceName":"5wxKcsgCX3b","xOffset":0,"yOffset":0,"rotateXPos":89,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":256}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":256}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":256}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":257}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":257}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":257}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}}],"width":178,"height":135,"resume":true,"useHandCursor":true,"id":"5wxKcsgCX3b","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":74,"id":"01","url":"story_content/6co5LARH9hR.jpg","type":"normal","altText":"OIP (7).jpg","width":316,"height":221,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":41,"yPos":392,"tabIndex":42,"tabEnabled":true,"referenceName":"5ZMZpMSmEbB","xOffset":0,"yOffset":0,"rotateXPos":90,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":180,"bottom":135,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":258}},"html5data":{"xPos":0,"yPos":0,"width":180,"height":135,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":180,"bottom":135,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":258}},"html5data":{"xPos":0,"yPos":0,"width":180,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":180,"bottom":135,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":259}},"html5data":{"xPos":0,"yPos":0,"width":180,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":180,"bottom":135,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":259}},"html5data":{"xPos":0,"yPos":0,"width":180,"height":135,"strokewidth":0}}}],"width":180,"height":135,"resume":true,"useHandCursor":true,"id":"5ZMZpMSmEbB","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":75,"id":"01","url":"story_content/6dJSdUxWbji.jpg","type":"normal","altText":"hd-wallpaper-g4f8aec248_1280.jpg","width":354,"height":236,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":286,"yPos":394,"tabIndex":43,"tabEnabled":true,"referenceName":"6A2J5knp6fy","xOffset":0,"yOffset":0,"rotateXPos":88.5,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":177,"bottom":135,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":260}},"html5data":{"xPos":0,"yPos":0,"width":177,"height":135,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":177,"bottom":135,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":260}},"html5data":{"xPos":0,"yPos":0,"width":177,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":177,"bottom":135,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":261}},"html5data":{"xPos":0,"yPos":0,"width":177,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":177,"bottom":135,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":261}},"html5data":{"xPos":0,"yPos":0,"width":177,"height":135,"strokewidth":0}}}],"width":177,"height":135,"resume":true,"useHandCursor":true,"id":"6A2J5knp6fy","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":76,"id":"01","url":"story_content/5zVEzrd3BdV.jpg","type":"normal","altText":"knitting-gebe91f778_1920.jpg","width":356,"height":212,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":43,"yPos":248,"tabIndex":40,"tabEnabled":true,"referenceName":"6HEg8pbhh9z","xOffset":0,"yOffset":0,"rotateXPos":89,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":262}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":262}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":263}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":263}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}}],"width":178,"height":135,"resume":true,"useHandCursor":true,"id":"6HEg8pbhh9z","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":77,"id":"01","url":"story_content/5WXbRkBOGtx.jpg","type":"normal","altText":"OIP (8).jpg","width":309,"height":221,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":286,"yPos":248,"tabIndex":41,"tabEnabled":true,"referenceName":"6R3k6OlJ17O","xOffset":0,"yOffset":0,"rotateXPos":89,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":264}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":264}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":265}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"OIP (8).jpg","pngfb":false,"pr":{"l":"Lib","i":265}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}}],"width":178,"height":135,"resume":true,"useHandCursor":true,"id":"6R3k6OlJ17O","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"checkbox","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":78,"id":"01","url":"story_content/6CKruSDDpsn_P_77_0_255_152.jpg","type":"normal","altText":"COUVERTURE.jpg","width":255,"height":152,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":43,"yPos":107,"tabIndex":39,"tabEnabled":true,"referenceName":"6c4iLuHZr73","xOffset":0,"yOffset":0,"rotateXPos":89,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":266}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":266}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":267}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":178,"bottom":135,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":267}},"html5data":{"xPos":0,"yPos":0,"width":178,"height":135,"strokewidth":0}}}],"width":178,"height":135,"resume":true,"useHandCursor":true,"id":"6c4iLuHZr73","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5lh20DA7KyH_-170733499","id":"01","linkId":"txt__default_5lh20DA7KyH","type":"acctext","xPos":17,"yPos":5,"xAccOffset":300,"yAccOffset":5,"width":283,"height":445,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Au moment du coucher, \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"quels objets je ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"retire ","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"fontIsBold":true,"displayCase":"asIs","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"du lit pour prévenir les risques d’étouffement ou de suffocation ? \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}},{"text":"1-Je sélectionne ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"tout","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" ce que je veux retirer\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":60,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 2- Je vérifie","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"rotated90"},"vectortext":{"left":-64,"top":0,"right":367,"bottom":322,"pngfb":false,"pr":{"l":"Lib","i":269}}}],"shapemaskId":"","xPos":574,"yPos":66,"tabIndex":37,"tabEnabled":true,"referenceName":"5lh20DA7KyH","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":227.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-64,"top":-1,"right":367,"bottom":456,"altText":"Au moment du coucher, \\nquels objets je retire du lit pour prévenir les risques d’étouffement ou de suffocation ? \\n\\n 1-Je sélectionne tout ce que je veux retirer\\n 2- Je vérifie","pngfb":false,"pr":{"l":"Lib","i":268}},"html5data":{"xPos":-1,"yPos":-1,"width":318,"height":457,"strokewidth":0}},"width":317,"height":455,"resume":false,"useHandCursor":true,"id":"5lh20DA7KyH"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6jeAHb3o3Mi_-1759147099","id":"01","linkId":"txt__default_6VGLeGMnu3w","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":89,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":272}}}],"shapemaskId":"","xPos":673,"yPos":498,"tabIndex":44,"tabEnabled":true,"referenceName":"6VGLeGMnu3w","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":271}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":270}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6VGLeGMnu3w","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.5wxKcsgCX3b.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6c4iLuHZr73.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6HEg8pbhh9z.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6R3k6OlJ17O.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.5ZMZpMSmEbB.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6A2J5knp6fy.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6N5Ahx36hpF"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dcskZN08U2_CorrectReview","id":"01","linkId":"5dcskZN08U2_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":45,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5dcskZN08U2_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dcskZN08U2_IncorrectReview","id":"01","linkId":"5dcskZN08U2_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":46,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5dcskZN08U2_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QeGATVGvOT"},{"kind":"objref","type":"string","value":"_parent.68OXvTV30m0"},{"kind":"objref","type":"string","value":"_parent.5wxKcsgCX3b"},{"kind":"objref","type":"string","value":"_parent.5ZMZpMSmEbB"},{"kind":"objref","type":"string","value":"_parent.6A2J5knp6fy"},{"kind":"objref","type":"string","value":"_parent.6HEg8pbhh9z"},{"kind":"objref","type":"string","value":"_parent.6R3k6OlJ17O"},{"kind":"objref","type":"string","value":"_parent.6c4iLuHZr73"},{"kind":"objref","type":"string","value":"_parent.5lh20DA7KyH"},{"kind":"objref","type":"string","value":"_parent.6VGLeGMnu3w"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":486,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":129389,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6CylHOVIabd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bRN5otJM9A"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65b7Y1B8ECs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6gtNWfd4XNm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GaxKqEtjrz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6jIfq3kughA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YOZeOgNLk8"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Ad58FzNCuZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PNC3Jr8nFJ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"62GkBodOqiV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5r19QBJg3rS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ijcGxf3LG9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6LHYcsuktEo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qPKKjJMFTj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6ALeS7XbRgr"}},{"kind":"media_play","objRef":{"type":"string","value":"6ALeS7XbRgr"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6ALeS7XbRgr"}}]},{"kind":"ontimelinetick","time":10750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"67fsq7cSxJ6"}},{"kind":"media_play","objRef":{"type":"string","value":"67fsq7cSxJ6"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"67fsq7cSxJ6"}}]},{"kind":"ontimelinetick","time":15000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mF7iIUgawj"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":3,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6CylHOVIabd_-1685379561","id":"01","linkId":"txt__default_6CylHOVIabd","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":250,"height":48,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX FAIRE MIEUX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":263,"bottom":53,"pngfb":false,"pr":{"l":"Lib","i":274}}}],"shapemaskId":"","xPos":264,"yPos":79,"tabIndex":1,"tabEnabled":true,"referenceName":"6CylHOVIabd","xOffset":0,"yOffset":0,"rotateXPos":138,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":276,"bottom":58,"altText":"JE PEUX FAIRE MIEUX !","pngfb":false,"pr":{"l":"Lib","i":273}},"html5data":{"xPos":0,"yPos":0,"width":276,"height":58,"strokewidth":0}},"width":276,"height":58,"resume":true,"useHandCursor":true,"id":"6CylHOVIabd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"61zN2ZMVQpE_-1666167228","id":"01","linkId":"txt__default_6bRN5otJM9A","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":102,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":97,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":280}}},{"kind":"textdata","uniqueId":"6GpSNY1Lpqt_1144764073","id":"02","linkId":"txt__default_Disabled_6bRN5otJM9A","type":"acctext","xPos":4,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":104,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":438,"yPos":495,"tabIndex":16,"tabEnabled":true,"referenceName":"6bRN5otJM9A","xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":114,"bottom":34,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":275}},"html5data":{"xPos":-1,"yPos":-1,"width":115,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":276}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":276}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":277}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":278}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":278}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":279}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":112,"height":32,"resume":true,"useHandCursor":true,"id":"6bRN5otJM9A","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"65b7Y1B8ECs_-1658872513","id":"01","linkId":"txt__default_65b7Y1B8ECs","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":637,"height":308,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (Boire, Manger, DORMIR)!\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":135,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’aménage un lieu de sommeil sobre et couche mon enfant sur le dos \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie les équipements de puériculture aux normes de sécurité NF\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":72,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":641,"bottom":285,"pngfb":false,"pr":{"l":"Lib","i":282}}}],"shapemaskId":"","xPos":264,"yPos":130,"tabIndex":2,"tabEnabled":true,"referenceName":"65b7Y1B8ECs","xOffset":0,"yOffset":0,"rotateXPos":328,"rotateYPos":156.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":659,"bottom":316,"altText":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (Boire, Manger, DORMIR)!\\n\\nPREVENIR: \\n\\nJ’aménage un lieu de sommeil sobre et couche mon enfant sur le dos \\n\\n\\nJe privilégie les équipements de puériculture aux normes de sécurité NF\\n\\n","pngfb":false,"pr":{"l":"Lib","i":281}},"html5data":{"xPos":-2,"yPos":-2,"width":661,"height":318,"strokewidth":3}},"width":657,"height":314,"resume":true,"useHandCursor":true,"id":"65b7Y1B8ECs"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":73,"id":"01","url":"story_content/6RjAkPAHTlT.jpg","type":"normal","altText":"OIP (6).jpg","width":300,"height":227,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":469,"yPos":314,"tabIndex":9,"tabEnabled":true,"referenceName":"6gtNWfd4XNm","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":18.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":283}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":283}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":284}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":283}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}}}],"width":49,"height":37,"resume":true,"useHandCursor":true,"id":"6gtNWfd4XNm","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":74,"id":"01","url":"story_content/6co5LARH9hR.jpg","type":"normal","altText":"OIP (7).jpg","width":316,"height":221,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":525,"yPos":314,"tabIndex":10,"tabEnabled":true,"referenceName":"6GaxKqEtjrz","xOffset":0,"yOffset":0,"rotateXPos":25,"rotateYPos":18.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":50,"bottom":37,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":285}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":37,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":50,"bottom":37,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":285}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":50,"bottom":37,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":286}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":50,"bottom":37,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":285}},"html5data":{"xPos":0,"yPos":0,"width":50,"height":37,"strokewidth":0}}}],"width":50,"height":37,"resume":true,"useHandCursor":true,"id":"6GaxKqEtjrz","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":75,"id":"01","url":"story_content/6dJSdUxWbji.jpg","type":"normal","altText":"hd-wallpaper-g4f8aec248_1280.jpg","width":354,"height":236,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":589,"yPos":314,"tabIndex":11,"tabEnabled":true,"referenceName":"6jIfq3kughA","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":18.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":287}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":287}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":288}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":49,"bottom":37,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":287}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":37,"strokewidth":0}}}],"width":49,"height":37,"resume":true,"useHandCursor":true,"id":"6jIfq3kughA","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":76,"id":"01","url":"story_content/5zVEzrd3BdV.jpg","type":"normal","altText":"knitting-gebe91f778_1920.jpg","width":356,"height":212,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":644,"yPos":314,"tabIndex":12,"tabEnabled":true,"referenceName":"5YOZeOgNLk8","xOffset":0,"yOffset":0,"rotateXPos":26,"rotateYPos":18.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":52,"bottom":37,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":289}},"html5data":{"xPos":0,"yPos":0,"width":52,"height":37,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":52,"bottom":37,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":289}},"html5data":{"xPos":0,"yPos":0,"width":52,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":52,"bottom":37,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":290}},"html5data":{"xPos":0,"yPos":0,"width":52,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":52,"bottom":37,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":289}},"html5data":{"xPos":0,"yPos":0,"width":52,"height":37,"strokewidth":0}}}],"width":52,"height":37,"resume":true,"useHandCursor":true,"id":"5YOZeOgNLk8","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":78,"id":"01","url":"story_content/6CKruSDDpsn_P_77_0_255_152.jpg","type":"normal","altText":"COUVERTURE.jpg","width":255,"height":152,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":709,"yPos":314,"tabIndex":13,"tabEnabled":true,"referenceName":"6Ad58FzNCuZ","xOffset":0,"yOffset":0,"rotateXPos":26.5,"rotateYPos":18.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":53,"bottom":37,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":291}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":37,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":53,"bottom":37,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":291}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":53,"bottom":37,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":292}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":37,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":53,"bottom":37,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":291}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":37,"strokewidth":0}}}],"width":53,"height":37,"resume":true,"useHandCursor":true,"id":"6Ad58FzNCuZ","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":460,"yPos":304,"tabIndex":4,"tabEnabled":true,"referenceName":"6PNC3Jr8nFJ","xOffset":0,"yOffset":0,"rotateXPos":10,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":20,"bottom":22,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":293}},"html5data":{"xPos":0,"yPos":0,"width":20,"height":22,"strokewidth":0}},"width":20,"height":22,"resume":true,"useHandCursor":true,"id":"6PNC3Jr8nFJ"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":516,"yPos":304,"tabIndex":5,"tabEnabled":true,"referenceName":"62GkBodOqiV","xOffset":0,"yOffset":0,"rotateXPos":10,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":20,"bottom":22,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":293}},"html5data":{"xPos":0,"yPos":0,"width":20,"height":22,"strokewidth":0}},"width":20,"height":22,"resume":true,"useHandCursor":true,"id":"62GkBodOqiV"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":580,"yPos":304,"tabIndex":6,"tabEnabled":true,"referenceName":"5r19QBJg3rS","xOffset":0,"yOffset":0,"rotateXPos":10,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":20,"bottom":22,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":293}},"html5data":{"xPos":0,"yPos":0,"width":20,"height":22,"strokewidth":0}},"width":20,"height":22,"resume":true,"useHandCursor":true,"id":"5r19QBJg3rS"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":642,"yPos":304,"tabIndex":7,"tabEnabled":true,"referenceName":"5ijcGxf3LG9","xOffset":0,"yOffset":0,"rotateXPos":10,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":20,"bottom":22,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":293}},"html5data":{"xPos":0,"yPos":0,"width":20,"height":22,"strokewidth":0}},"width":20,"height":22,"resume":true,"useHandCursor":true,"id":"5ijcGxf3LG9"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":700,"yPos":304,"tabIndex":8,"tabEnabled":true,"referenceName":"6LHYcsuktEo","xOffset":0,"yOffset":0,"rotateXPos":10,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":20,"bottom":22,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":293}},"html5data":{"xPos":0,"yPos":0,"width":20,"height":22,"strokewidth":0}},"width":20,"height":22,"resume":true,"useHandCursor":true,"id":"6LHYcsuktEo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6mF7iIUgawj_856601839","id":"01","linkId":"txt__default_6mF7iIUgawj","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":119,"height":29,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":9,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":9,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":126,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":295}}}],"shapemaskId":"","xPos":777,"yPos":394,"tabIndex":14,"tabEnabled":true,"referenceName":"6mF7iIUgawj","xOffset":0,"yOffset":0,"rotateXPos":69,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":141,"bottom":41,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":294}},"html5data":{"xPos":-2,"yPos":-2,"width":143,"height":43,"strokewidth":3}},"width":139,"height":39,"resume":true,"useHandCursor":true,"id":"6mF7iIUgawj"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5qPKKjJMFTj_2135494522","id":"01","linkId":"txt__default_5qPKKjJMFTj","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":720,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":297}}}],"shapemaskId":"","xPos":219,"yPos":438,"tabIndex":15,"tabEnabled":true,"referenceName":"5qPKKjJMFTj","xOffset":0,"yOffset":0,"rotateXPos":373,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":746,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":746,"height":46,"strokewidth":0}},"width":746,"height":46,"resume":true,"useHandCursor":true,"id":"5qPKKjJMFTj"}],"audiolib":[{"kind":"audio","assetId":81,"id":"6ALeS7XbRgr"},{"kind":"audio","assetId":82,"id":"67fsq7cSxJ6"},{"kind":"audio","assetId":83,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":973,"height":540,"resume":true,"useHandCursor":false,"id":"5oHOnR3MB5R","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QeGATVGvOT"},{"kind":"objref","type":"string","value":"_parent.68OXvTV30m0"},{"kind":"objref","type":"string","value":"_parent.5wxKcsgCX3b"},{"kind":"objref","type":"string","value":"_parent.5ZMZpMSmEbB"},{"kind":"objref","type":"string","value":"_parent.6A2J5knp6fy"},{"kind":"objref","type":"string","value":"_parent.6HEg8pbhh9z"},{"kind":"objref","type":"string","value":"_parent.6R3k6OlJ17O"},{"kind":"objref","type":"string","value":"_parent.6c4iLuHZr73"},{"kind":"objref","type":"string","value":"_parent.5lh20DA7KyH"},{"kind":"objref","type":"string","value":"_parent.6VGLeGMnu3w"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":486,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":24000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PaQgKwI26U"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"60q8eVtRgpD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mUtaUIr6zs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5X4dsjDNAqi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XNawMCcm1M"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XYnhJtg3rq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bVecjitU4E"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66to1j4rM8I"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PebF7kzruB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nwD1HZ0Asx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6M8xlRPFoew"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"601rst5hkcn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ViIbM7zmol"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6asjbbdR6EC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"67K8zyFiWBV"}},{"kind":"media_play","objRef":{"type":"string","value":"67K8zyFiWBV"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"67K8zyFiWBV"}}]},{"kind":"ontimelinetick","time":9375,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5tf7DZzT3eA"}},{"kind":"media_play","objRef":{"type":"string","value":"5tf7DZzT3eA"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5tf7DZzT3eA"}}]},{"kind":"ontimelinetick","time":14000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XHTXxfOql2"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":17,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":20,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PaQgKwI26U_1576341790","id":"01","linkId":"txt__default_6PaQgKwI26U","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":633,"height":308,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (Boire, Manger, DORMIR)!\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":135,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’aménage un lieu de sommeil sobre et couche mon enfant sur le dos\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":67,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie les équipements de puériculture aux normes de sécurité NF\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":72,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":641,"bottom":285,"pngfb":false,"pr":{"l":"Lib","i":299}}}],"shapemaskId":"","xPos":264,"yPos":129,"tabIndex":19,"tabEnabled":true,"referenceName":"6PaQgKwI26U","xOffset":0,"yOffset":0,"rotateXPos":326,"rotateYPos":156.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":655,"bottom":316,"altText":"Chez les moins de 1 an, les accidents de la vie courante surviennent le plus souvent lors d’activités vitales (Boire, Manger, DORMIR)!\\n\\nPREVENIR: \\n\\nJ’aménage un lieu de sommeil sobre et couche mon enfant sur le dos\\n\\n\\nJe privilégie les équipements de puériculture aux normes de sécurité NF\\n","pngfb":false,"pr":{"l":"Lib","i":298}},"html5data":{"xPos":-2,"yPos":-2,"width":657,"height":318,"strokewidth":3}},"width":653,"height":314,"resume":true,"useHandCursor":true,"id":"6PaQgKwI26U"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6Ze26wQAuaK_-1683239302","id":"01","linkId":"txt__default_60q8eVtRgpD","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":98,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":95,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":301}}},{"kind":"textdata","uniqueId":"5bOuL4S8FeY_1927431857","id":"02","linkId":"txt__default_Disabled_60q8eVtRgpD","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":98,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":448,"yPos":495,"tabIndex":33,"tabEnabled":true,"referenceName":"60q8eVtRgpD","xOffset":0,"yOffset":0,"rotateXPos":54,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":300}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":108,"height":32,"resume":true,"useHandCursor":true,"id":"60q8eVtRgpD","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6mUtaUIr6zs_-1294992299","id":"01","linkId":"txt__default_6mUtaUIr6zs","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":300,"height":48,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LES BONS CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":313,"bottom":53,"pngfb":false,"pr":{"l":"Lib","i":303}}}],"shapemaskId":"","xPos":264,"yPos":78,"tabIndex":18,"tabEnabled":true,"referenceName":"6mUtaUIr6zs","xOffset":0,"yOffset":0,"rotateXPos":163,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":326,"bottom":58,"altText":"J’AI FAIT LES BONS CHOIX !","pngfb":false,"pr":{"l":"Lib","i":302}},"html5data":{"xPos":0,"yPos":0,"width":326,"height":58,"strokewidth":0}},"width":326,"height":58,"resume":true,"useHandCursor":true,"id":"6mUtaUIr6zs"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6XHTXxfOql2_471942865","id":"01","linkId":"txt__default_6XHTXxfOql2","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":133,"height":32,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":10,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":139,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":305}}}],"shapemaskId":"","xPos":756,"yPos":396,"tabIndex":31,"tabEnabled":true,"referenceName":"6XHTXxfOql2","xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":156,"bottom":44,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":304}},"html5data":{"xPos":-2,"yPos":-2,"width":158,"height":46,"strokewidth":3}},"width":153,"height":42,"resume":true,"useHandCursor":true,"id":"6XHTXxfOql2"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":73,"id":"01","url":"story_content/6RjAkPAHTlT.jpg","type":"normal","altText":"OIP (6).jpg","width":300,"height":227,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":448,"yPos":308,"tabIndex":26,"tabEnabled":true,"referenceName":"5X4dsjDNAqi","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":306}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":306}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":307}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"OIP (6).jpg","pngfb":false,"pr":{"l":"Lib","i":306}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}}}],"width":54,"height":41,"resume":true,"useHandCursor":true,"id":"5X4dsjDNAqi","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":74,"id":"01","url":"story_content/6co5LARH9hR.jpg","type":"normal","altText":"OIP (7).jpg","width":316,"height":221,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":508,"yPos":308,"tabIndex":27,"tabEnabled":true,"referenceName":"6XNawMCcm1M","xOffset":0,"yOffset":0,"rotateXPos":27.5,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":55,"bottom":41,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":308}},"html5data":{"xPos":0,"yPos":0,"width":55,"height":41,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":55,"bottom":41,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":308}},"html5data":{"xPos":0,"yPos":0,"width":55,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":55,"bottom":41,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":309}},"html5data":{"xPos":0,"yPos":0,"width":55,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":55,"bottom":41,"altText":"OIP (7).jpg","pngfb":false,"pr":{"l":"Lib","i":308}},"html5data":{"xPos":0,"yPos":0,"width":55,"height":41,"strokewidth":0}}}],"width":55,"height":41,"resume":true,"useHandCursor":true,"id":"6XNawMCcm1M","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":75,"id":"01","url":"story_content/6dJSdUxWbji.jpg","type":"normal","altText":"hd-wallpaper-g4f8aec248_1280.jpg","width":354,"height":236,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":569,"yPos":308,"tabIndex":28,"tabEnabled":true,"referenceName":"6XYnhJtg3rq","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":310}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":310}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":311}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"hd-wallpaper-g4f8aec248_1280.jpg","pngfb":false,"pr":{"l":"Lib","i":310}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}}}],"width":54,"height":41,"resume":true,"useHandCursor":true,"id":"6XYnhJtg3rq","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":76,"id":"01","url":"story_content/5zVEzrd3BdV.jpg","type":"normal","altText":"knitting-gebe91f778_1920.jpg","width":356,"height":212,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":628,"yPos":308,"tabIndex":29,"tabEnabled":true,"referenceName":"6bVecjitU4E","xOffset":0,"yOffset":0,"rotateXPos":28.5,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":57,"bottom":41,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":312}},"html5data":{"xPos":0,"yPos":0,"width":57,"height":41,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":57,"bottom":41,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":312}},"html5data":{"xPos":0,"yPos":0,"width":57,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":57,"bottom":41,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":313}},"html5data":{"xPos":0,"yPos":0,"width":57,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":57,"bottom":41,"altText":"knitting-gebe91f778_1920.jpg","pngfb":false,"pr":{"l":"Lib","i":312}},"html5data":{"xPos":0,"yPos":0,"width":57,"height":41,"strokewidth":0}}}],"width":57,"height":41,"resume":true,"useHandCursor":true,"id":"6bVecjitU4E","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":78,"id":"01","url":"story_content/6CKruSDDpsn_P_77_0_255_152.jpg","type":"normal","altText":"COUVERTURE.jpg","width":255,"height":152,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":693,"yPos":308,"tabIndex":30,"tabEnabled":true,"referenceName":"66to1j4rM8I","xOffset":0,"yOffset":0,"rotateXPos":29.5,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":59,"bottom":41,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":59,"height":41,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":59,"bottom":41,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":59,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":0,"top":0,"right":59,"bottom":41,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":315}},"html5data":{"xPos":0,"yPos":0,"width":59,"height":41,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":0,"top":0,"right":59,"bottom":41,"altText":"COUVERTURE.jpg","pngfb":false,"pr":{"l":"Lib","i":314}},"html5data":{"xPos":0,"yPos":0,"width":59,"height":41,"strokewidth":0}}}],"width":59,"height":41,"resume":true,"useHandCursor":true,"id":"66to1j4rM8I","variables":[{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"toggle"},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_this.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_this"}}]},{"kind":"exe_actiongroup","id":"_this.ActGrpClearStateVars"},{"kind":"exe_actiongroup","id":"_this.ActGrpSetCheckedState"}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":447,"yPos":298,"tabIndex":21,"tabEnabled":true,"referenceName":"6PebF7kzruB","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":26,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":26,"strokewidth":0}},"width":23,"height":26,"resume":true,"useHandCursor":true,"id":"6PebF7kzruB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":507,"yPos":298,"tabIndex":22,"tabEnabled":true,"referenceName":"6nwD1HZ0Asx","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":26,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":26,"strokewidth":0}},"width":23,"height":26,"resume":true,"useHandCursor":true,"id":"6nwD1HZ0Asx"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":567,"yPos":298,"tabIndex":23,"tabEnabled":true,"referenceName":"6M8xlRPFoew","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":26,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":26,"strokewidth":0}},"width":23,"height":26,"resume":true,"useHandCursor":true,"id":"6M8xlRPFoew"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":633,"yPos":298,"tabIndex":24,"tabEnabled":true,"referenceName":"601rst5hkcn","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":26,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":26,"strokewidth":0}},"width":23,"height":26,"resume":true,"useHandCursor":true,"id":"601rst5hkcn"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":80,"id":"01","url":"story_content/5lOve8gMZEt.png","type":"normal","altText":"croix illustration 1.png","width":46,"height":52,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":691,"yPos":298,"tabIndex":25,"tabEnabled":true,"referenceName":"6ViIbM7zmol","xOffset":0,"yOffset":0,"rotateXPos":11.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":23,"bottom":26,"altText":"croix illustration 1.png","pngfb":false,"pr":{"l":"Lib","i":316}},"html5data":{"xPos":0,"yPos":0,"width":23,"height":26,"strokewidth":0}},"width":23,"height":26,"resume":true,"useHandCursor":true,"id":"6ViIbM7zmol"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6asjbbdR6EC_1831182210","id":"01","linkId":"txt__default_6asjbbdR6EC","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":720,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":317}}}],"shapemaskId":"","xPos":219,"yPos":438,"tabIndex":32,"tabEnabled":true,"referenceName":"6asjbbdR6EC","xOffset":0,"yOffset":0,"rotateXPos":373,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":746,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":296}},"html5data":{"xPos":0,"yPos":0,"width":746,"height":46,"strokewidth":0}},"width":746,"height":46,"resume":true,"useHandCursor":true,"id":"6asjbbdR6EC"}],"audiolib":[{"kind":"audio","assetId":84,"id":"5tf7DZzT3eA"},{"kind":"audio","assetId":85,"id":"67K8zyFiWBV"},{"kind":"audio","assetId":86,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":973,"height":540,"resume":true,"useHandCursor":false,"id":"6nYWkRxlPJa","events":[{"kind":"ontimelinecomplete","actions":[{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]},{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide10","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":72,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"62idXSnMZL5","actionGroups":{"ReviewInt_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5wxKcsgCX3b"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6c4iLuHZr73"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6HEg8pbhh9z"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6R3k6OlJ17O"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5ZMZpMSmEbB"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6A2J5knp6fy"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dcskZN08U2_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dcskZN08U2_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_62idXSnMZL5","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns10110000001"}]}]},"ReviewIntCorrectIncorrect_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5wxKcsgCX3b"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6c4iLuHZr73"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6HEg8pbhh9z"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6R3k6OlJ17O"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5ZMZpMSmEbB"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6A2J5knp6fy"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5dcskZN08U2"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"DisableChoices_5dcskZN08U2":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"5wxKcsgCX3b.ActGrpSetDisabledState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6c4iLuHZr73"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6HEg8pbhh9z"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6R3k6OlJ17O"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5ZMZpMSmEbB"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6A2J5knp6fy"},"enabled":{"type":"boolean","value":false}}]},"5dcskZN08U2_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5dcskZN08U2"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6N5Ahx36hpF.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5dcskZN08U2"}]}]}]}]},"SetLayout_pxabnsnfns10110000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"NavigationRestrictionNextSlide_62idXSnMZL5":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6N5Ahx36hpF.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6LAIvhlx5ek"}}]}]},"NavigationRestrictionPreviousSlide_62idXSnMZL5":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns10110000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5dcskZN08U2","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5dcskZN08U2"}],"elseActions":[{"kind":"exe_actiongroup","id":"5dcskZN08U2_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5dcskZN08U2","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_62idXSnMZL5","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5dcskZN08U2","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_62idXSnMZL5","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_62idXSnMZL5"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_62idXSnMZL5"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/694mw7yIglY.js b/public/zeroaccident/je_securise/html5/data/js/694mw7yIglY.js new file mode 100644 index 0000000..1849612 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/694mw7yIglY.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"NOYADE SDB","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":6,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":36,"id":"61Fpan8YJ26"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":20750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YbVxIHfKSs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qDCTgTZWfA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO.5j1cbwDpSl9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OuD6dc8w4w"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5g6MZaOFeyE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ppPFJrqyqA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6c9R73EO4OG"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"61Fpan8YJ26"}},{"kind":"media_play","objRef":{"type":"string","value":"61Fpan8YJ26"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"61Fpan8YJ26"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":171,"yPos":152,"tabIndex":22,"tabEnabled":true,"referenceName":"6YbVxIHfKSs","xOffset":0,"yOffset":0,"rotateXPos":303,"rotateYPos":118,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":608,"bottom":238,"altText":"Rectangle 1","pngfb":false,"pr":{"l":"Lib","i":132}},"html5data":{"xPos":-1,"yPos":-1,"width":609,"height":239,"strokewidth":1}},"width":607,"height":237,"resume":false,"useHandCursor":true,"id":"6YbVxIHfKSs"},{"kind":"vectorshape","rotation":180,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":35,"id":"01","url":"story_content/5xiBxsKAwas.jpg","type":"normal","width":128,"height":128,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":171,"yPos":388,"tabIndex":27,"tabEnabled":true,"referenceName":"5qDCTgTZWfA","xOffset":0,"yOffset":0,"rotateXPos":303.5,"rotateYPos":44,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":608,"bottom":90,"altText":"Round Same Side Corner 1","pngfb":false,"pr":{"l":"Lib","i":133}},"html5data":{"xPos":-2,"yPos":-2,"width":610,"height":92,"strokewidth":1}},"width":607,"height":88,"resume":false,"useHandCursor":true,"id":"5qDCTgTZWfA"},{"kind":"scrollarea","contentwidth":249,"contentheight":88,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6AyamXNp2O3_892857197","id":"01","linkId":"txt__default_5j1cbwDpSl9","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":153,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Faux","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","justification":"left","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":79,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":139}}}],"shapemaskId":"","xPos":24,"yPos":44,"tabIndex":26,"tabEnabled":true,"referenceName":"5j1cbwDpSl9","radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":136}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":136}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":136}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":137}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":137}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":137}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":138}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":138}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Faux","pngfb":false,"pr":{"l":"Lib","i":138}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}}],"width":225,"height":44,"resume":true,"useHandCursor":true,"id":"5j1cbwDpSl9","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.6NhRz3aIB77.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.6NhRz3aIB77._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.6NhRz3aIB77"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"radio","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6pbBiDUTvaB_906526099","id":"01","linkId":"txt__default_6NhRz3aIB77","type":"acctext","xPos":13,"yPos":5,"xAccOffset":46,"yAccOffset":12,"width":153,"height":20,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vrai","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"flowDirection":"leftToRight","justification":"left","tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":74,"bottom":32,"pngfb":false,"pr":{"l":"Lib","i":145}}}],"shapemaskId":"","xPos":24,"yPos":0,"tabIndex":25,"tabEnabled":true,"referenceName":"6NhRz3aIB77","radioGroup":"Vrai / Faux","xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Review","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":140}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Disabled_Review","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":140}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":135}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":141}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":141}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Review","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":142}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Selected_Disabled_Review","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-9,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":142}},"html5data":{"xPos":-9,"yPos":-1,"width":235,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":141}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":143}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":143}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":143}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected","data":{"hotlinkId":"","accState":16,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Selected_Disabled","data":{"hotlinkId":"","accState":17,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}},{"kind":"state","name":"_default_Hover_Down_Selected","data":{"hotlinkId":"","accState":24,"vectorData":{"left":-1,"top":-1,"right":226,"bottom":44,"altText":"Vrai","pngfb":false,"pr":{"l":"Lib","i":144}},"html5data":{"xPos":-1,"yPos":-1,"width":227,"height":45,"strokewidth":3}}}],"width":225,"height":44,"resume":true,"useHandCursor":true,"id":"6NhRz3aIB77","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_checked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savechecked","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_review","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetCheckedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"var","value":"#_checked"}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"exe_actiongroup","id":"ActGrpUnchecked"}]},"ActGrpUnchecked":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_parent.5j1cbwDpSl9.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"adjustvar","variable":"_parent.5j1cbwDpSl9._checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_parent.5j1cbwDpSl9"}}]}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetReviewState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savechecked","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_review","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpUnchecked"},{"kind":"adjustvar","variable":"_checked","operator":"set","value":{"type":"boolean","value":true}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"shuffle":false,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":false,"useHandCursor":true,"id":""}],"shapemaskId":"","xPos":343,"yPos":269,"tabIndex":24,"tabEnabled":false,"referenceName":"6PTrxUIN1eO","xOffset":0,"yOffset":0,"rotateXPos":112.5,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":225,"height":114,"strokewidth":0}},"width":249,"height":114,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":250,"bottom":115,"altText":"Vrai / Faux","pngfb":false,"pr":{"l":"Lib","i":134}}},"id":"6PTrxUIN1eO"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OuD6dc8w4w_-1578247304","id":"01","linkId":"txt__default_6OuD6dc8w4w","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la salle de bain","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":135,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":147}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":20,"tabEnabled":true,"referenceName":"6OuD6dc8w4w","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans la salle de bain","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6OuD6dc8w4w"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5g6MZaOFeyE_1160325115","id":"01","linkId":"txt__default_5g6MZaOFeyE","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":844,"height":45,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LA NOYADE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":294,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":149}}}],"shapemaskId":"","xPos":43,"yPos":78,"tabIndex":21,"tabEnabled":true,"referenceName":"5g6MZaOFeyE","xOffset":0,"yOffset":0,"rotateXPos":432,"rotateYPos":25.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":864,"bottom":51,"altText":"JE PREVIENS LA NOYADE","pngfb":false,"pr":{"l":"Lib","i":148}},"html5data":{"xPos":0,"yPos":0,"width":864,"height":51,"strokewidth":0}},"width":864,"height":51,"resume":false,"useHandCursor":true,"id":"5g6MZaOFeyE"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ppPFJrqyqA_636415671","id":"01","linkId":"txt__default_5ppPFJrqyqA","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":518,"height":80,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Mon enfant peut se noyer alors qu’il n’y a que 20 centimètres d’eau dans la baignoire .","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[{"idx":0,"len":88,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":500,"bottom":85,"pngfb":false,"pr":{"l":"Lib","i":151}}}],"shapemaskId":"","xPos":208,"yPos":173,"tabIndex":23,"tabEnabled":true,"referenceName":"5ppPFJrqyqA","xOffset":0,"yOffset":0,"rotateXPos":272,"rotateYPos":45,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":544,"bottom":90,"altText":"Mon enfant peut se noyer alors qu’il n’y a que 20 centimètres d’eau dans la baignoire .","pngfb":false,"pr":{"l":"Lib","i":150}},"html5data":{"xPos":0,"yPos":0,"width":544,"height":90,"strokewidth":0}},"width":544,"height":90,"resume":false,"useHandCursor":true,"id":"5ppPFJrqyqA"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6SilGjqrzrk_1389911114","id":"01","linkId":"txt__default_6c9R73EO4OG","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vérifier","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":156}}}],"shapemaskId":"","xPos":415,"yPos":498,"tabIndex":28,"tabEnabled":true,"referenceName":"6c9R73EO4OG","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":153}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":152}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":153}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":155}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":154}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Vérifier","pngfb":false,"pr":{"l":"Lib","i":155}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"6c9R73EO4OG","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.6PTrxUIN1eO.6NhRz3aIB77.#_checked","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6PTrxUIN1eO.5j1cbwDpSl9.#_checked","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6fGYG9vYmSo"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PTrxUIN1eO_CorrectReview","id":"01","linkId":"6PTrxUIN1eO_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":29,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6PTrxUIN1eO_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PTrxUIN1eO_IncorrectReview","id":"01","linkId":"6PTrxUIN1eO_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":30,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6PTrxUIN1eO_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.6NhRz3aIB77"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.5j1cbwDpSl9"},{"kind":"objref","type":"string","value":"_parent.6YbVxIHfKSs"},{"kind":"objref","type":"string","value":"_parent.5qDCTgTZWfA"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO"},{"kind":"objref","type":"string","value":"_parent.6OuD6dc8w4w"},{"kind":"objref","type":"string","value":"_parent.5g6MZaOFeyE"},{"kind":"objref","type":"string","value":"_parent.5ppPFJrqyqA"},{"kind":"objref","type":"string","value":"_parent.6c9R73EO4OG"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":131082,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"60HUfZINj5c"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eyaHPRnzMU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YquMH46G21"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6TKbYcCns3B"}},{"kind":"media_play","objRef":{"type":"string","value":"6TKbYcCns3B"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6TKbYcCns3B"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5t9SOVUCYhs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":10375,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5arkMZXwfOz"}},{"kind":"media_play","objRef":{"type":"string","value":"5arkMZXwfOz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5arkMZXwfOz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Zp2K4MFdbp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VdJ5CFOWW4"}}]},{"kind":"ontimelinetick","time":12750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6infFCnpRtM"}}]},{"kind":"ontimelinetick","time":14250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eb6txY8vvd"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":3,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"60HUfZINj5c_1927623484","id":"01","linkId":"txt__default_60HUfZINj5c","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":551,"height":33,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":273,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":158}}}],"shapemaskId":"","xPos":265,"yPos":78,"tabIndex":1,"tabEnabled":true,"referenceName":"60HUfZINj5c","xOffset":0,"yOffset":0,"rotateXPos":283.5,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":567,"bottom":51,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":157}},"html5data":{"xPos":0,"yPos":0,"width":567,"height":39,"strokewidth":0}},"width":567,"height":39,"resume":false,"useHandCursor":true,"id":"60HUfZINj5c"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6hLaDD6Vb9m_-763312548","id":"01","linkId":"txt__default_5eyaHPRnzMU","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":122,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Amiri Quran Charset0_vA096D8656\\",\\"Amiri Quran\\"","fontSize":14,"ascent":33.861,"descent":11.849,"leading":0,"underlinePosition":-10.491,"underlineThickness":0.93,"xHeight":7.374}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":163}}}],"shapemaskId":"","xPos":482,"yPos":492,"tabIndex":9,"tabEnabled":true,"referenceName":"5eyaHPRnzMU","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":159}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":160}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":161}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":162}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5eyaHPRnzMU","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6YquMH46G21_-2124156604","id":"01","linkId":"txt__default_6YquMH46G21","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":654,"height":286,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Mon enfant peut se noyer en moins de 3 minutes dans 20 cm d’eau sans bruit !","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"La noyade est la première cause de mortalité des enfants entre 1 et\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" 4 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":8,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":10.528,"descent":2.272,"leading":0,"underlinePosition":-0.885,"underlineThickness":0.363,"xHeight":5.307}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je surveille mon enfant dans l’eau de façon permanente et rapprochée\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":69,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Aucun dispositif de sécurité ne remplace ma vigilance\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":633,"bottom":285,"pngfb":false,"pr":{"l":"Lib","i":165}}}],"shapemaskId":"","xPos":264,"yPos":132,"tabIndex":2,"tabEnabled":true,"referenceName":"6YquMH46G21","xOffset":0,"yOffset":0,"rotateXPos":334.5,"rotateYPos":145.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":673,"bottom":294,"altText":"\\nMon enfant peut se noyer en moins de 3 minutes dans 20 cm d’eau sans bruit !\\nLa noyade est la première cause de mortalité des enfants entre 1 et\\n 4 ans ! \\n\\nPREVENIR:\\n \\nJe surveille mon enfant dans l’eau de façon permanente et rapprochée\\n\\nAucun dispositif de sécurité ne remplace ma vigilance\\n","pngfb":false,"pr":{"l":"Lib","i":164}},"html5data":{"xPos":-2,"yPos":-2,"width":675,"height":296,"strokewidth":3}},"width":670,"height":292,"resume":false,"useHandCursor":true,"id":"6YquMH46G21"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":869,"yPos":375,"tabIndex":6,"tabEnabled":true,"referenceName":"6eb6txY8vvd","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"6eb6txY8vvd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6infFCnpRtM_-1770147232","id":"01","linkId":"txt__default_6infFCnpRtM","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":167}}}],"shapemaskId":"","xPos":102,"yPos":401,"tabIndex":7,"tabEnabled":true,"referenceName":"6infFCnpRtM","xOffset":0,"yOffset":0,"rotateXPos":54,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":31,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":166}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":32,"strokewidth":2}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"6infFCnpRtM","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/prevention-en-sante/risques-de-la-vie-courante/baignades","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":836,"yPos":293,"tabIndex":5,"tabEnabled":true,"referenceName":"5Zp2K4MFdbp","xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":93,"bottom":46,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":168}},"html5data":{"xPos":0,"yPos":0,"width":93,"height":46,"strokewidth":0}},"width":93,"height":46,"resume":false,"useHandCursor":true,"id":"5Zp2K4MFdbp"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":37,"id":"01","url":"","type":"normal","width":159,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":836,"yPos":288,"tabIndex":4,"tabEnabled":true,"referenceName":"5VdJ5CFOWW4","xOffset":-32,"yOffset":-32,"rotateXPos":46.5,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":159,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5VdJ5CFOWW4.png","xPos":-32,"yPos":-32,"width":159,"height":67,"strokewidth":1,"mask":"104DO1X49O1X4FO2X49O3X4BO4X4AO3X49O3X4DO4X45O3X51O3X42O5DX40O5DX42O3X51O3X46O3X4DO4X48O4X49O4X4CO2X49O2X9BO0X122DO"}},"width":93,"height":0,"resume":false,"useHandCursor":true,"id":"5VdJ5CFOWW4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5t9SOVUCYhs_-87231454","id":"01","linkId":"txt__default_5t9SOVUCYhs","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":660,"height":53,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Sources","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":122,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Bochurepdf 1b23pdf (Protégez votre enfant des risques domestiques) /santé.gouv.fr","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":81,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":644,"bottom":58,"pngfb":false,"pr":{"l":"Lib","i":170}}}],"shapemaskId":"","xPos":256,"yPos":425,"tabIndex":8,"tabEnabled":true,"referenceName":"5t9SOVUCYhs","xOffset":0,"yOffset":0,"rotateXPos":343,"rotateYPos":31.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":686,"bottom":63,"altText":"Sources: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021\\nBochurepdf 1b23pdf (Protégez votre enfant des risques domestiques) /santé.gouv.fr","pngfb":false,"pr":{"l":"Lib","i":169}},"html5data":{"xPos":0,"yPos":0,"width":686,"height":63,"strokewidth":0}},"width":686,"height":63,"resume":false,"useHandCursor":true,"id":"5t9SOVUCYhs"}],"audiolib":[{"kind":"audio","assetId":38,"id":"6TKbYcCns3B"},{"kind":"audio","assetId":39,"id":"5arkMZXwfOz"},{"kind":"audio","assetId":40,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5V8Ct5xJtNW","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.6NhRz3aIB77"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO.5j1cbwDpSl9"},{"kind":"objref","type":"string","value":"_parent.6YbVxIHfKSs"},{"kind":"objref","type":"string","value":"_parent.5qDCTgTZWfA"},{"kind":"objref","type":"string","value":"_parent.6PTrxUIN1eO"},{"kind":"objref","type":"string","value":"_parent.6OuD6dc8w4w"},{"kind":"objref","type":"string","value":"_parent.5g6MZaOFeyE"},{"kind":"objref","type":"string","value":"_parent.5ppPFJrqyqA"},{"kind":"objref","type":"string","value":"_parent.6c9R73EO4OG"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":27500,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6daObbBAb2Q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yR6O860du4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZZxiYxfU8K"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nd1R122Lvn"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6ISnmwberBZ"}},{"kind":"media_play","objRef":{"type":"string","value":"6ISnmwberBZ"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6ISnmwberBZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":10375,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mYHj3PgKNc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Zcr4zIoaCk"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6o7vJsPnWfc"}},{"kind":"media_play","objRef":{"type":"string","value":"6o7vJsPnWfc"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6o7vJsPnWfc"}}]},{"kind":"ontimelinetick","time":11750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQnUdu6yYz"}}]},{"kind":"ontimelinetick","time":14250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Vj2zcUZT3o"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":10,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":13,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6daObbBAb2Q_-1673355285","id":"01","linkId":"txt__default_6daObbBAb2Q","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":655,"height":285,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Mon enfant peut se noyer en moins de 3 minutes dans 20 cm d’eau sans bruit !","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":77,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"La noyade est la première cause de mortalité des enfants entre 1 et 4 ans ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":78,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":9,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je surveille mon enfant dans l’eau de façon permanente et rapprochée \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Aucun dispositif de sécurité ne remplace ma vigilance\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":658,"bottom":278,"pngfb":false,"pr":{"l":"Lib","i":172}}}],"shapemaskId":"","xPos":264,"yPos":127,"tabIndex":12,"tabEnabled":true,"referenceName":"6daObbBAb2Q","xOffset":0,"yOffset":0,"rotateXPos":335,"rotateYPos":145,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":673,"bottom":293,"altText":"Mon enfant peut se noyer en moins de 3 minutes dans 20 cm d’eau sans bruit !\\nLa noyade est la première cause de mortalité des enfants entre 1 et 4 ans ! \\n\\nPREVENIR: \\n\\nJe surveille mon enfant dans l’eau de façon permanente et rapprochée \\n\\nAucun dispositif de sécurité ne remplace ma vigilance\\n","pngfb":false,"pr":{"l":"Lib","i":171}},"html5data":{"xPos":-2,"yPos":-2,"width":675,"height":295,"strokewidth":3}},"width":671,"height":291,"resume":false,"useHandCursor":true,"id":"6daObbBAb2Q"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6FQnUdu6yYz_-516815434","id":"01","linkId":"txt__default_6FQnUdu6yYz","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":89,"height":20,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En savoir +","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":88,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":167}}}],"shapemaskId":"","xPos":108,"yPos":370,"tabIndex":17,"tabEnabled":true,"referenceName":"6FQnUdu6yYz","xOffset":0,"yOffset":0,"rotateXPos":54,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":31,"altText":"En savoir +","pngfb":false,"pr":{"l":"Lib","i":166}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":32,"strokewidth":2}},"width":109,"height":30,"resume":false,"useHandCursor":true,"id":"6FQnUdu6yYz","events":[{"kind":"onrelease","actions":[{"kind":"open_url","url":"https://sante.gouv.fr/prevention-en-sante/risques-de-la-vie-courante/baignades","window":"_blank","windowsize":"default","width":100,"height":100,"usedefaultcontrols":true,"status":true,"toolbar":true,"location":true,"menubar":true,"scrollbars":true,"resizable":true}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6nNppM6mVl3_-977157033","id":"01","linkId":"txt__default_5yR6O860du4","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":178}}},{"kind":"textdata","uniqueId":"6UT3YwF9QhY_-1256519675","id":"02","linkId":"txt__default_Disabled_5yR6O860du4","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":423,"yPos":495,"tabIndex":19,"tabEnabled":true,"referenceName":"5yR6O860du4","xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":115,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":173}},"html5data":{"xPos":0,"yPos":0,"width":115,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":115,"height":32,"resume":true,"useHandCursor":true,"id":"5yR6O860du4","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZZxiYxfU8K_-1680752866","id":"01","linkId":"txt__default_6ZZxiYxfU8K","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":660,"height":53,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Sources","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":122,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Bochurepdf 1b23pdf (Protégez votre enfant des risques domestiques) /santé.gouv.fr","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":81,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":644,"bottom":58,"pngfb":false,"pr":{"l":"Lib","i":180}}}],"shapemaskId":"","xPos":256,"yPos":425,"tabIndex":18,"tabEnabled":true,"referenceName":"6ZZxiYxfU8K","xOffset":0,"yOffset":0,"rotateXPos":343,"rotateYPos":31.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":686,"bottom":63,"altText":"Sources: IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de l’enquête NOYADES 2021\\nBochurepdf 1b23pdf (Protégez votre enfant des risques domestiques) /santé.gouv.fr","pngfb":false,"pr":{"l":"Lib","i":169}},"html5data":{"xPos":0,"yPos":0,"width":686,"height":63,"strokewidth":0}},"width":686,"height":63,"resume":false,"useHandCursor":true,"id":"6ZZxiYxfU8K"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6nd1R122Lvn_322784694","id":"01","linkId":"txt__default_6nd1R122Lvn","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":454,"height":48,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX ! ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":25,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":290,"bottom":53,"pngfb":false,"pr":{"l":"Lib","i":182}}}],"shapemaskId":"","xPos":264,"yPos":80,"tabIndex":11,"tabEnabled":true,"referenceName":"6nd1R122Lvn","xOffset":0,"yOffset":0,"rotateXPos":240,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":480,"bottom":58,"altText":"J’AI FAIT LE BON CHOIX ! ","pngfb":false,"pr":{"l":"Lib","i":181}},"html5data":{"xPos":0,"yPos":0,"width":480,"height":58,"strokewidth":0}},"width":480,"height":58,"resume":false,"useHandCursor":true,"id":"6nd1R122Lvn"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":880,"yPos":351,"tabIndex":16,"tabEnabled":true,"referenceName":"6Vj2zcUZT3o","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"6Vj2zcUZT3o"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":847,"yPos":293,"tabIndex":15,"tabEnabled":true,"referenceName":"6mYHj3PgKNc","xOffset":0,"yOffset":0,"rotateXPos":46.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":93,"bottom":46,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":168}},"html5data":{"xPos":0,"yPos":0,"width":93,"height":46,"strokewidth":0}},"width":93,"height":46,"resume":false,"useHandCursor":true,"id":"6mYHj3PgKNc"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":41,"id":"01","url":"","type":"normal","width":159,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":847,"yPos":288,"tabIndex":14,"tabEnabled":true,"referenceName":"5Zcr4zIoaCk","xOffset":-32,"yOffset":-32,"rotateXPos":46.5,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":159,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5Zcr4zIoaCk.png","xPos":-32,"yPos":-32,"width":159,"height":67,"strokewidth":1,"mask":"104DO1X49O1X4FO2X49O3X4BO4X4AO3X49O3X4DO4X45O3X51O3X42O5DX40O5DX42O3X51O3X46O3X4DO4X48O4X49O4X4CO2X49O2X9BO0X122DO"}},"width":93,"height":0,"resume":false,"useHandCursor":true,"id":"5Zcr4zIoaCk"}],"audiolib":[{"kind":"audio","assetId":42,"id":"6o7vJsPnWfc"},{"kind":"audio","assetId":43,"id":"6ISnmwberBZ"},{"kind":"audio","assetId":44,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5vZjrumQPRf","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide6","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":34,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"694mw7yIglY","actionGroups":{"ReviewInt_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.5j1cbwDpSl9"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_694mw7yIglY","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6PTrxUIN1eO.6NhRz3aIB77.$OnStage","typea":"property","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"}}]},{"kind":"adjustvar","variable":"6PTrxUIN1eO.6NhRz3aIB77._hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6PTrxUIN1eO.6NhRz3aIB77._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"6PTrxUIN1eO.6NhRz3aIB77._disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"6PTrxUIN1eO.6NhRz3aIB77.ActGrpSetReviewState"},{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.6NhRz3aIB77"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6PTrxUIN1eO.5j1cbwDpSl9"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6PTrxUIN1eO":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"6PTrxUIN1eO.6NhRz3aIB77.ActGrpSetDisabledState"},{"kind":"exe_actiongroup","id":"6PTrxUIN1eO.5j1cbwDpSl9.ActGrpSetDisabledState"}]},"6PTrxUIN1eO_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6PTrxUIN1eO"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6PTrxUIN1eO"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_694mw7yIglY":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6fGYG9vYmSo.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6Sal6CIdrQA"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6Sal6CIdrQA"}}]}]},"NavigationRestrictionPreviousSlide_694mw7yIglY":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6PTrxUIN1eO","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6PTrxUIN1eO"}],"elseActions":[{"kind":"exe_actiongroup","id":"6PTrxUIN1eO_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6PTrxUIN1eO","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_694mw7yIglY","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6PTrxUIN1eO","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_694mw7yIglY","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_694mw7yIglY"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_694mw7yIglY"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6AinT2WqVAs.js b/public/zeroaccident/je_securise/html5/data/js/6AinT2WqVAs.js new file mode 100644 index 0000000..dc4a3d6 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6AinT2WqVAs.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"TABLE A LANGER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":5,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":19,"id":"5pQVKpSq3Qe"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rNCwjhpqT7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rNCwjhpqT7.5lKernnq5H1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5rNCwjhpqT7.63q7CLilpcc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5zF51j8y0fT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6duEXMIvN1e"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mZkE8AN8IN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pQVKpSq3Qe"}},{"kind":"media_play","objRef":{"type":"string","value":"5pQVKpSq3Qe"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5pQVKpSq3Qe"}}]}]},"objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":28,"tabEnabled":true,"referenceName":"5lKernnq5H1","xOffset":0,"yOffset":0,"rotateXPos":32,"rotateYPos":49.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":66,"bottom":101,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":61}},"html5data":{"xPos":-1,"yPos":-1,"width":67,"height":102,"strokewidth":1}},"width":65,"height":100,"resume":false,"useHandCursor":true,"id":"5lKernnq5H1"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"63q7CLilpcc_156096169","id":"01","linkId":"txt__default_63q7CLilpcc","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":652,"height":91,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Tout beau, tout propre ! C’est le moment de la toilette.","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[{"idx":0,"len":57,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"sélectionne ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"dans la liste mes ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"gestes de prévention ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"prioritaires","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":".","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}},{"text":"\\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":19.088,"descent":4.624,"leading":0,"underlinePosition":-1.6,"underlineThickness":0.8,"xHeight":9.248}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[{"idx":0,"len":68,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","foregroundColor":"#000000"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":18.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":606,"bottom":77,"pngfb":false,"pr":{"l":"Lib","i":63}}}],"shapemaskId":"","xPos":34,"yPos":0,"tabIndex":29,"tabEnabled":true,"referenceName":"63q7CLilpcc","xOffset":0,"yOffset":0,"rotateXPos":339,"rotateYPos":50.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":678,"bottom":101,"altText":"Tout beau, tout propre ! C’est le moment de la toilette.\\nJe sélectionne dans la liste mes gestes de prévention prioritaires.\\n","pngfb":false,"pr":{"l":"Lib","i":62}},"html5data":{"xPos":0,"yPos":0,"width":678,"height":101,"strokewidth":0}},"width":678,"height":101,"resume":false,"useHandCursor":true,"id":"63q7CLilpcc"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":249,"yPos":119,"tabIndex":27,"tabEnabled":true,"referenceName":"5rNCwjhpqT7","xOffset":0,"yOffset":0,"rotateXPos":356,"rotateYPos":50.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":712,"height":101,"resume":false,"useHandCursor":true,"id":"5rNCwjhpqT7","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5zF51j8y0fT_-1234476831","id":"01","linkId":"txt__default_5zF51j8y0fT","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’ANTICIPE LES RISQUES","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontSize":12,"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":294,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":65}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":26,"tabEnabled":true,"referenceName":"5zF51j8y0fT","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":51,"altText":"J’ANTICIPE LES RISQUES","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"5zF51j8y0fT"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6duEXMIvN1e_942975689","id":"01","linkId":"txt__default_6duEXMIvN1e","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":183,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la salle de bain","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":135,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":67}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":25,"tabEnabled":true,"referenceName":"6duEXMIvN1e","xOffset":0,"yOffset":0,"rotateXPos":101.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":203,"bottom":44,"altText":"Dans la salle de bain","pngfb":false,"pr":{"l":"Lib","i":66}},"html5data":{"xPos":0,"yPos":0,"width":203,"height":44,"strokewidth":0}},"width":203,"height":44,"resume":false,"useHandCursor":true,"id":"6duEXMIvN1e"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5xjuXGm1CPk_1584301895","id":"01","linkId":"txt__default_5mZkE8AN8IN","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":103,"height":29,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Valider","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontIsBold":true,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":86,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":72}}}],"shapemaskId":"","xPos":423,"yPos":499,"tabIndex":37,"tabEnabled":true,"referenceName":"5mZkE8AN8IN","xOffset":0,"yOffset":0,"rotateXPos":56.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":69}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":68}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":69}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":70}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":70}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":71}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":70}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":70}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":114,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":71}},"html5data":{"xPos":-2,"yPos":-2,"width":116,"height":36,"strokewidth":1}}}],"width":113,"height":33,"resume":true,"useHandCursor":true,"id":"5mZkE8AN8IN","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"noteq","valuea":"_parent.6OFCpjXd6l4.5h52fMt9MlK.$SelectedItemData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6OFCpjXd6l4.6H1BlQOV12g.$SelectedItemData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6OFCpjXd6l4.5seCw0fFRc4.$SelectedItemData","typea":"property","valueb":"","typeb":"string"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6YJSlixYO9f"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"scrollarea","contentwidth":935,"contentheight":207,"objects":[{"kind":"shufflegroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6gL4aaIdPGu_1233385087","id":"01","linkId":"txt__default_6gL4aaIdPGu","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":344,"height":77,"valign":"center","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"3","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"-Dès que mon enfant se retourne \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":34,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"par lui-même, je préviens le risque \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":37,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"chute ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"en …","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":325,"bottom":82,"pngfb":false,"pr":{"l":"Lib","i":75}}}],"shapemaskId":"","xPos":0,"yPos":120,"tabIndex":35,"tabEnabled":true,"referenceName":"6gL4aaIdPGu","xOffset":0,"yOffset":0,"rotateXPos":467.5,"rotateYPos":43.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":935,"bottom":87,"altText":"3-Dès que mon enfant se retourne \\npar lui-même, je préviens le risque \\nde chute en …","pngfb":false,"pr":{"l":"Lib","i":74}},"html5data":{"xPos":0,"yPos":0,"width":935,"height":87,"strokewidth":0}},"width":935,"height":87,"resume":true,"useHandCursor":true,"id":"6gL4aaIdPGu"},{"kind":"droplist","shuffle":true,"reviewwidth":280,"reviewindex":2,"shapemaskId":"","xPos":354,"yPos":140,"tabIndex":36,"tabEnabled":true,"referenceName":"5seCw0fFRc4","xOffset":0,"yOffset":0,"rotateXPos":280.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"item_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xADFFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"button_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xD5FFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"review_text","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x000000","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt2_5seCw0fFRc4","type":"vectortext","altText":"--Sélectionner--","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":147,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":76}}},"itemlist":[{"kind":"item","itemdata":"choices.choice_6TkvtW15qse","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5h52fMt9MlK_-1155607687","type":"acctext","altText":"en préparant à l’avance tout ce dont j’aurai besoin et ne m’éloigne pas de la table à langer.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":515,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"en ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"préparant à l’avance ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"tout ce dont j’aurai besoin et ne ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"m’éloigne pas ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"de la table à langer.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":93,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":475,"bottom":48,"pngfb":false,"pr":{"l":"Lib","i":77}}}},{"kind":"item","itemdata":"choices.choice_5WiAmHUVicm","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6H1BlQOV12g_-1050012618","type":"acctext","altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":515,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"mettant ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"hors de portée d’enfant","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", tous les produits d’hygiène.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":517,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":78}}}},{"kind":"item","itemdata":"choices.choice_6gL4aaIdPGu","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5seCw0fFRc4_1384864","type":"acctext","altText":"gardant une main sur lui.","xPos":0,"yPos":0,"xAccOffset":10,"yAccOffset":0,"width":526,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"gardant une ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"main sur lui","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":".","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":25,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":235,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":79}}}}]},"width":561,"height":48,"resume":true,"useHandCursor":true,"id":"5seCw0fFRc4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6TkvtW15qse_-592634381","id":"01","linkId":"txt__default_6TkvtW15qse","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":341,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"-Je préviens le risque de ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"chute","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"…","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":316,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":81}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":31,"tabEnabled":true,"referenceName":"6TkvtW15qse","xOffset":0,"yOffset":0,"rotateXPos":467.5,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":935,"bottom":58,"altText":"1-Je préviens le risque de chute…","pngfb":false,"pr":{"l":"Lib","i":80}},"html5data":{"xPos":0,"yPos":0,"width":935,"height":58,"strokewidth":0}},"width":935,"height":58,"resume":true,"useHandCursor":true,"id":"6TkvtW15qse"},{"kind":"droplist","shuffle":true,"reviewwidth":280,"reviewindex":0,"shapemaskId":"","xPos":354,"yPos":5,"tabIndex":32,"tabEnabled":true,"referenceName":"5h52fMt9MlK","xOffset":0,"yOffset":0,"rotateXPos":280.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"item_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xADFFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"button_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xD5FFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"review_text","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x000000","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt2_5seCw0fFRc4","type":"vectortext","altText":"--Sélectionner--","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":147,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":76}}},"itemlist":[{"kind":"item","itemdata":"choices.choice_6TkvtW15qse","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5h52fMt9MlK_-1155607687","type":"acctext","altText":"en préparant à l’avance tout ce dont j’aurai besoin et ne m’éloigne pas de la table à langer.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":515,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"en ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"préparant à l’avance ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"tout ce dont j’aurai besoin et ne ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"m’éloigne pas ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"de la table à langer.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":93,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":475,"bottom":48,"pngfb":false,"pr":{"l":"Lib","i":77}}}},{"kind":"item","itemdata":"choices.choice_5WiAmHUVicm","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6H1BlQOV12g_-1050012618","type":"acctext","altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":515,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"mettant ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"hors de portée d’enfant","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", tous les produits d’hygiène.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":517,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":78}}}},{"kind":"item","itemdata":"choices.choice_6gL4aaIdPGu","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5seCw0fFRc4_1384864","type":"acctext","altText":"gardant une main sur lui.","xPos":0,"yPos":0,"xAccOffset":10,"yAccOffset":0,"width":526,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"gardant une ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"main sur lui","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":".","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":25,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":235,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":79}}}}]},"width":561,"height":48,"resume":true,"useHandCursor":true,"id":"5h52fMt9MlK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5WiAmHUVicm_-1512185187","id":"01","linkId":"txt__default_5WiAmHUVicm","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":341,"height":52,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"2","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"-Je préviens le risque d’","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"intoxication","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" en…","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":42,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":352,"bottom":57,"pngfb":false,"pr":{"l":"Lib","i":83}}}],"shapemaskId":"","xPos":0,"yPos":58,"tabIndex":33,"tabEnabled":true,"referenceName":"5WiAmHUVicm","xOffset":0,"yOffset":0,"rotateXPos":467.5,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":935,"bottom":62,"altText":"2-Je préviens le risque d’intoxication en…","pngfb":false,"pr":{"l":"Lib","i":82}},"html5data":{"xPos":0,"yPos":0,"width":935,"height":62,"strokewidth":0}},"width":935,"height":62,"resume":true,"useHandCursor":true,"id":"5WiAmHUVicm"},{"kind":"droplist","shuffle":true,"reviewwidth":280,"reviewindex":1,"shapemaskId":"","xPos":354,"yPos":65,"tabIndex":34,"tabEnabled":true,"referenceName":"6H1BlQOV12g","xOffset":0,"yOffset":0,"rotateXPos":280.5,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"item_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xADFFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"button_hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xD5FFFF","alpha":100,"stop":0}]}},{"kind":"color","name":"review_text","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0x000000","alpha":100,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt2_5seCw0fFRc4","type":"vectortext","altText":"--Sélectionner--","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":147,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":76}}},"itemlist":[{"kind":"item","itemdata":"choices.choice_6TkvtW15qse","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5h52fMt9MlK_-1155607687","type":"acctext","altText":"en préparant à l’avance tout ce dont j’aurai besoin et ne m’éloigne pas de la table à langer.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":515,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"en ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"préparant à l’avance ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"tout ce dont j’aurai besoin et ne ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"m’éloigne pas ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"de la table à langer.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":93,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":475,"bottom":48,"pngfb":false,"pr":{"l":"Lib","i":77}}}},{"kind":"item","itemdata":"choices.choice_5WiAmHUVicm","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6H1BlQOV12g_-1050012618","type":"acctext","altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","xPos":0,"yPos":0,"xAccOffset":13,"yAccOffset":0,"width":515,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"mettant ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"hors de portée d’enfant","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", tous les produits d’hygiène.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":517,"bottom":36,"pngfb":false,"pr":{"l":"Lib","i":78}}}},{"kind":"item","itemdata":"choices.choice_6gL4aaIdPGu","hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5seCw0fFRc4_1384864","type":"acctext","altText":"gardant une main sur lui.","xPos":0,"yPos":0,"xAccOffset":10,"yAccOffset":0,"width":526,"height":48,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"gardant une ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"main sur lui","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":".","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":25,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":235,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":79}}}}]},"width":561,"height":48,"resume":true,"useHandCursor":true,"id":"6H1BlQOV12g"}],"shuffle":false,"depth":1,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":false,"useHandCursor":true,"id":""},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5h52fMt9MlK_ReviewShape","id":"01","linkId":"5h52fMt9MlK_ReviewShape","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":269,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":85}}}],"shapemaskId":"","xPos":644,"yPos":5,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":140,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":269,"bottom":41,"altText":"en préparant à l’avance tout ce dont j’aurai besoin et ne m’éloigne pas de la table à langer.","pngfb":false,"pr":{"l":"Lib","i":84}},"html5data":{"xPos":0,"yPos":0,"width":269,"height":41,"strokewidth":0}},"width":280,"height":48,"resume":false,"useHandCursor":true,"id":"5h52fMt9MlK_ReviewShape"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6H1BlQOV12g_ReviewShape","id":"01","linkId":"6H1BlQOV12g_ReviewShape","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":248,"bottom":46,"pngfb":false,"pr":{"l":"Lib","i":86}}}],"shapemaskId":"","xPos":644,"yPos":65,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":140,"rotateYPos":24,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":248,"bottom":46,"altText":"mettant hors de portée d’enfant, tous les produits d’hygiène.","pngfb":false,"pr":{"l":"Lib","i":84}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":46,"strokewidth":0}},"width":280,"height":48,"resume":false,"useHandCursor":true,"id":"6H1BlQOV12g_ReviewShape"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5seCw0fFRc4_ReviewShape","id":"01","linkId":"5seCw0fFRc4_ReviewShape","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":188,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":87}}}],"shapemaskId":"","xPos":644,"yPos":150,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":140,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":24,"altText":"gardant une main sur lui.","pngfb":false,"pr":{"l":"Lib","i":84}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":24,"strokewidth":0}},"width":280,"height":26,"resume":false,"useHandCursor":true,"id":"5seCw0fFRc4_ReviewShape"}],"shapemaskId":"","xPos":12,"yPos":258,"tabIndex":30,"tabEnabled":false,"referenceName":"6OFCpjXd6l4","xOffset":0,"yOffset":0,"rotateXPos":467.5,"rotateYPos":107.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":935,"height":215,"strokewidth":0}},"width":935,"height":215,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":935,"bottom":215,"altText":"Appariement : menu déroulant","pngfb":false,"pr":{"l":"Lib","i":73}}},"id":"6OFCpjXd6l4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OFCpjXd6l4_CorrectReview","id":"01","linkId":"6OFCpjXd6l4_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":38,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6OFCpjXd6l4_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OFCpjXd6l4_IncorrectReview","id":"01","linkId":"6OFCpjXd6l4_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6OFCpjXd6l4_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5WiAmHUVicm"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6H1BlQOV12g"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6TkvtW15qse"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5h52fMt9MlK"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.5lKernnq5H1"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.63q7CLilpcc"},{"kind":"objref","type":"string","value":"_parent.5zF51j8y0fT"},{"kind":"objref","type":"string","value":"_parent.6duEXMIvN1e"},{"kind":"objref","type":"string","value":"_parent.5mZkE8AN8IN"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6gL4aaIdPGu"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5seCw0fFRc4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dvZiQsZffH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VGaSSEmges"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6W5YdfJ78zU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCM62EG0hF"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"media_play","objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OgGqCoOUBU"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":342,"yPos":-141,"tabIndex":0,"tabEnabled":true,"referenceName":"5kCM62EG0hF","xOffset":0,"yOffset":0,"rotateXPos":177.5,"rotateYPos":440.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":355,"bottom":881,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":-1,"yPos":-1,"width":356,"height":882,"strokewidth":0}},"width":355,"height":881,"resume":true,"useHandCursor":true,"id":"5kCM62EG0hF"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":20,"id":"01","url":"story_content/5x2J9gL6v3I.png","type":"normal","altText":"toy-gdb761d1e1_1280.png","width":295,"height":320,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":124,"yPos":228,"tabIndex":2,"tabEnabled":true,"referenceName":"6OgGqCoOUBU","xOffset":0,"yOffset":0,"rotateXPos":74,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":160,"altText":"toy-gdb761d1e1_1280.png","pngfb":false,"pr":{"l":"Lib","i":93}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":160,"strokewidth":0}},"width":148,"height":160,"resume":true,"useHandCursor":true,"id":"6OgGqCoOUBU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6dvZiQsZffH_-336797751","id":"01","linkId":"txt__default_6dvZiQsZffH","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":132,"height":48,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"INCORRECT","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":142,"bottom":53,"pngfb":false,"pr":{"l":"Lib","i":95}}}],"shapemaskId":"","xPos":338,"yPos":192,"tabIndex":1,"tabEnabled":true,"referenceName":"6dvZiQsZffH","xOffset":0,"yOffset":0,"rotateXPos":76,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":152,"bottom":58,"altText":"INCORRECT","pngfb":false,"pr":{"l":"Lib","i":94}},"html5data":{"xPos":0,"yPos":0,"width":152,"height":58,"strokewidth":0}},"width":152,"height":58,"resume":true,"useHandCursor":true,"id":"6dvZiQsZffH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5VGaSSEmges_-877923552","id":"01","linkId":"txt__default_5VGaSSEmges","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":297,"height":26,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je peux faire mieux. Je rééssaie.","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":33,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":307,"bottom":31,"pngfb":false,"pr":{"l":"Lib","i":97}}}],"shapemaskId":"","xPos":330,"yPos":263,"tabIndex":3,"tabEnabled":true,"referenceName":"5VGaSSEmges","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":317,"bottom":36,"altText":"Je peux faire mieux. Je rééssaie.","pngfb":false,"pr":{"l":"Lib","i":96}},"html5data":{"xPos":0,"yPos":0,"width":317,"height":36,"strokewidth":0}},"width":317,"height":36,"resume":true,"useHandCursor":true,"id":"5VGaSSEmges"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"678BSWMckE8_1629169502","id":"01","linkId":"txt__default_6W5YdfJ78zU","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Réessayer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":102}}}],"shapemaskId":"","xPos":422,"yPos":433,"tabIndex":4,"tabEnabled":true,"referenceName":"6W5YdfJ78zU","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":99}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":99}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":101}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":101}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6W5YdfJ78zU","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"audiolib":[{"kind":"audio","assetId":21,"id":"5yCmF52hkLz"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6SFfi8MCjFN","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5kCM62EG0hF"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5WiAmHUVicm"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6H1BlQOV12g"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6TkvtW15qse"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5h52fMt9MlK"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.5lKernnq5H1"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.63q7CLilpcc"},{"kind":"objref","type":"string","value":"_parent.5zF51j8y0fT"},{"kind":"objref","type":"string","value":"_parent.6duEXMIvN1e"},{"kind":"objref","type":"string","value":"_parent.5mZkE8AN8IN"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6gL4aaIdPGu"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5seCw0fFRc4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25625,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MoojAf6xWq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66Z0WalJ6RE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5i0SCm9TH8A"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5gkQKH0R4HN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6XEfQ6yKh2a"}},{"kind":"media_play","objRef":{"type":"string","value":"6XEfQ6yKh2a"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6XEfQ6yKh2a"}}]},{"kind":"ontimelinetick","time":11500,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6DTNKAv7q83"}},{"kind":"media_play","objRef":{"type":"string","value":"6DTNKAv7q83"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6DTNKAv7q83"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Bjc7bb6iHi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5b3ALYGFuIX"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZbqHYpaMqL"}}]},{"kind":"ontimelinetick","time":20000,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"65EpWpmgGcl"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":5,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":true,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":8,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":true,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6MoojAf6xWq_-1878929950","id":"01","linkId":"txt__default_6MoojAf6xWq","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":559,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-7,"right":273,"bottom":42,"pngfb":false,"pr":{"l":"Lib","i":106}}}],"shapemaskId":"","xPos":264,"yPos":80,"tabIndex":6,"tabEnabled":true,"referenceName":"6MoojAf6xWq","xOffset":0,"yOffset":0,"rotateXPos":287.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-7,"right":576,"bottom":42,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":105}},"html5data":{"xPos":0,"yPos":0,"width":576,"height":33,"strokewidth":0}},"width":575,"height":33,"resume":true,"useHandCursor":true,"id":"6MoojAf6xWq"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5aHALh4nFwG_-566506525","id":"01","linkId":"txt__default_66Z0WalJ6RE","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":97,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":112}}},{"kind":"textdata","uniqueId":"6fpBIjzBAoR_811315309","id":"02","linkId":"txt__default_Disabled_66Z0WalJ6RE","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":109,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":104,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":113}}}],"shapemaskId":"","xPos":421,"yPos":498,"tabIndex":14,"tabEnabled":true,"referenceName":"66Z0WalJ6RE","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":120,"bottom":28,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":107}},"html5data":{"xPos":-1,"yPos":-1,"width":121,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":119,"height":27,"resume":true,"useHandCursor":true,"id":"66Z0WalJ6RE","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5i0SCm9TH8A_-1687192855","id":"01","linkId":"txt__default_5i0SCm9TH8A","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":677,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Analyse des données de l’enquête permanente sur les accidents de la vie courante\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":89,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" (EPAC) sur la période 2014-2018. Santé Publique France","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":55,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":566,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":115}}}],"shapemaskId":"","xPos":252,"yPos":446,"tabIndex":13,"tabEnabled":true,"referenceName":"5i0SCm9TH8A","xOffset":0,"yOffset":0,"rotateXPos":351.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":703,"bottom":46,"altText":"Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante\\n (EPAC) sur la période 2014-2018. Santé Publique France","pngfb":false,"pr":{"l":"Lib","i":114}},"html5data":{"xPos":0,"yPos":0,"width":703,"height":46,"strokewidth":0}},"width":703,"height":46,"resume":true,"useHandCursor":true,"id":"5i0SCm9TH8A"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5gkQKH0R4HN_1114053678","id":"01","linkId":"txt__default_5gkQKH0R4HN","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":680,"height":308,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dès 3 mois ","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", un enfant commence à se retourner par lui même.\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":61,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Avant 1 an","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":95,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":252,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ne m’éloigne pas de la table à langer même un bref instant\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":94,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":685,"bottom":311,"pngfb":false,"pr":{"l":"Lib","i":117}}}],"shapemaskId":"","xPos":260,"yPos":119,"tabIndex":7,"tabEnabled":true,"referenceName":"5gkQKH0R4HN","xOffset":0,"yOffset":0,"rotateXPos":347.5,"rotateYPos":156.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":698,"bottom":316,"altText":"Dès 3 mois , un enfant commence à se retourner par lui même.\\nAvant 1 an, la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n\\nPREVENIR:\\n\\nJe ne m’éloigne pas de la table à langer même un bref instant\\n\\nJe prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n\\nJe garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler","pngfb":false,"pr":{"l":"Lib","i":116}},"html5data":{"xPos":-2,"yPos":-2,"width":700,"height":318,"strokewidth":3}},"width":696,"height":314,"resume":true,"useHandCursor":true,"id":"5gkQKH0R4HN"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":23,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":889,"yPos":351,"tabIndex":12,"tabEnabled":true,"referenceName":"65EpWpmgGcl","xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":118}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"194"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":true,"useHandCursor":true,"id":"65EpWpmgGcl"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":889,"yPos":244,"tabIndex":9,"tabEnabled":true,"referenceName":"6Bjc7bb6iHi","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":true,"useHandCursor":true,"id":"6Bjc7bb6iHi"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":857,"yPos":268,"tabIndex":10,"tabEnabled":true,"referenceName":"5b3ALYGFuIX","xOffset":0,"yOffset":0,"rotateXPos":49,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":98,"bottom":52,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":98,"height":52,"strokewidth":0}},"width":98,"height":52,"resume":true,"useHandCursor":true,"id":"5b3ALYGFuIX"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":26,"id":"01","url":"","type":"normal","width":164,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":857,"yPos":326,"tabIndex":11,"tabEnabled":true,"referenceName":"6ZbqHYpaMqL","xOffset":-32,"yOffset":-32,"rotateXPos":49,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":164,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_6ZbqHYpaMqL.png","xPos":-32,"yPos":-32,"width":164,"height":67,"strokewidth":1,"mask":"10EAO0X4FO0X50O3X4EO2X4DO3X4FO4X49O3X53O3X47O3X56O3X43O61X42O61X44O3X56O3X46O4X52O3X4AO3X4FO3X4DO3X4EO2X137EO"}},"width":98,"height":0,"resume":true,"useHandCursor":true,"id":"6ZbqHYpaMqL"}],"audiolib":[{"kind":"audio","assetId":27,"id":"6DTNKAv7q83"},{"kind":"audio","assetId":28,"id":"6XEfQ6yKh2a"},{"kind":"audio","assetId":29,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6pyOKk92sYh","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5WiAmHUVicm"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6H1BlQOV12g"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6TkvtW15qse"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5h52fMt9MlK"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.5lKernnq5H1"},{"kind":"objref","type":"string","value":"_parent.5rNCwjhpqT7.63q7CLilpcc"},{"kind":"objref","type":"string","value":"_parent.5zF51j8y0fT"},{"kind":"objref","type":"string","value":"_parent.6duEXMIvN1e"},{"kind":"objref","type":"string","value":"_parent.5mZkE8AN8IN"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.6gL4aaIdPGu"},{"kind":"objref","type":"string","value":"_parent.6OFCpjXd6l4.5seCw0fFRc4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":25375,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EoZmTe3Tjp"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XYR9PCrKmk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6nXiHz9MHbT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GpEbmPB4Y6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6mpFYNjON72"}},{"kind":"media_play","objRef":{"type":"string","value":"6mpFYNjON72"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6mpFYNjON72"}}]},{"kind":"ontimelinetick","time":11250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6axBlbldoQO"}},{"kind":"media_play","objRef":{"type":"string","value":"6axBlbldoQO"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6axBlbldoQO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nVuy5GBFES"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dWjZTZNBG6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6R63acRNFGp"}}]},{"kind":"ontimelinetick","time":19500,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5UjbzxvoOUd"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":15,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":true,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":18,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":true,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EoZmTe3Tjp_-833764447","id":"01","linkId":"txt__default_6EoZmTe3Tjp","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":301,"height":27,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX ! ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-8,"right":291,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":125}}}],"shapemaskId":"","xPos":264,"yPos":74,"tabIndex":16,"tabEnabled":true,"referenceName":"6EoZmTe3Tjp","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-8,"right":318,"bottom":41,"altText":"J’AI FAIT LE BON CHOIX ! ","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":true,"useHandCursor":true,"id":"6EoZmTe3Tjp"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5XYR9PCrKmk_588476770","id":"01","linkId":"txt__default_5XYR9PCrKmk","type":"acctext","xPos":8,"yPos":3,"xAccOffset":8,"yAccOffset":3,"width":680,"height":308,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dès 3 mois ","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", un enfant commence à se retourner par lui même. \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Avant 1 an","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":", la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":95,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":122,"bulletChar":252,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#68CE3A"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":252,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ne m’éloigne pas de la table à langer même un bref instant\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":94,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":685,"bottom":311,"pngfb":false,"pr":{"l":"Lib","i":126}}}],"shapemaskId":"","xPos":260,"yPos":119,"tabIndex":17,"tabEnabled":true,"referenceName":"5XYR9PCrKmk","xOffset":0,"yOffset":0,"rotateXPos":347.5,"rotateYPos":156.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":698,"bottom":316,"altText":"Dès 3 mois , un enfant commence à se retourner par lui même. \\nAvant 1 an, la chute depuis la table à langer représente 7^%^ des accidents de la vie courante .\\n\\nPREVENIR:\\n\\nJe ne m’éloigne pas de la table à langer même un bref instant\\n\\nJe prépare à l’avance tout ce dont j’ai besoin pour langer mon enfant\\n\\nJe garde hors de sa portée tout produit de soin et d’hygiène qu’il pourrait attraper et avaler","pngfb":false,"pr":{"l":"Lib","i":116}},"html5data":{"xPos":-2,"yPos":-2,"width":700,"height":318,"strokewidth":3}},"width":696,"height":314,"resume":true,"useHandCursor":true,"id":"5XYR9PCrKmk"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":23,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":889,"yPos":351,"tabIndex":22,"tabEnabled":true,"referenceName":"5UjbzxvoOUd","xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":118}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"194"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":true,"useHandCursor":true,"id":"5UjbzxvoOUd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6GhkssRxyYr_-206351385","id":"01","linkId":"txt__default_6nXiHz9MHbT","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":103,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":128}}},{"kind":"textdata","uniqueId":"6VDFFyezmbB_-2043349590","id":"02","linkId":"txt__default_Disabled_6nXiHz9MHbT","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":103,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":109,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":129}}}],"shapemaskId":"","xPos":424,"yPos":495,"tabIndex":24,"tabEnabled":true,"referenceName":"6nXiHz9MHbT","xOffset":0,"yOffset":0,"rotateXPos":56.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":114,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":127}},"html5data":{"xPos":-1,"yPos":-1,"width":115,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":109}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":111}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":113,"height":32,"resume":true,"useHandCursor":true,"id":"6nXiHz9MHbT","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6FEMkStR7zl"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GpEbmPB4Y6_1187151322","id":"01","linkId":"txt__default_6GpEbmPB4Y6","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":644,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsBold":false,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Analyse des données de l’enquête permanente sur les accidents de la vie courante \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":90,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"(EPAC) sur la période 2014-2018. Santé Publique France","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":54,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":569,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":131}}}],"shapemaskId":"","xPos":264,"yPos":436,"tabIndex":23,"tabEnabled":true,"referenceName":"6GpEbmPB4Y6","xOffset":0,"yOffset":0,"rotateXPos":335,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":670,"bottom":46,"altText":"Source: Analyse des données de l’enquête permanente sur les accidents de la vie courante \\n(EPAC) sur la période 2014-2018. Santé Publique France","pngfb":false,"pr":{"l":"Lib","i":130}},"html5data":{"xPos":0,"yPos":0,"width":670,"height":46,"strokewidth":0}},"width":670,"height":46,"resume":true,"useHandCursor":true,"id":"6GpEbmPB4Y6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":30,"id":"01","url":"","type":"normal","width":164,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":858,"yPos":321,"tabIndex":21,"tabEnabled":true,"referenceName":"5nVuy5GBFES","xOffset":-32,"yOffset":-32,"rotateXPos":49,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":164,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5nVuy5GBFES.png","xPos":-32,"yPos":-32,"width":164,"height":67,"strokewidth":1,"mask":"10EAO0X4FO0X50O3X4EO2X4DO3X4FO4X49O3X53O3X47O3X56O3X43O61X42O61X44O3X56O3X46O4X52O3X4AO3X4FO3X4DO3X4EO2X137EO"}},"width":98,"height":0,"resume":true,"useHandCursor":true,"id":"5nVuy5GBFES"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":889,"yPos":244,"tabIndex":19,"tabEnabled":true,"referenceName":"6dWjZTZNBG6","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":true,"useHandCursor":true,"id":"6dWjZTZNBG6"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":858,"yPos":269,"tabIndex":20,"tabEnabled":true,"referenceName":"6R63acRNFGp","xOffset":0,"yOffset":0,"rotateXPos":49,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":98,"bottom":52,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":120}},"html5data":{"xPos":0,"yPos":0,"width":98,"height":52,"strokewidth":0}},"width":98,"height":52,"resume":true,"useHandCursor":true,"id":"6R63acRNFGp"}],"audiolib":[{"kind":"audio","assetId":31,"id":"6axBlbldoQO"},{"kind":"audio","assetId":32,"id":"6mpFYNjON72"},{"kind":"audio","assetId":33,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"6KTbIjJju09","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide5","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":18,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6AinT2WqVAs","actionGroups":{"ReviewInt_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6AinT2WqVAs","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"},"enabled":{"type":"boolean","value":true}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"noteq","valuea":"choices.choice_5h52fMt9MlK","typea":"string","valueb":"6OFCpjXd6l4.5h52fMt9MlK.$SelectedItemData","typeb":"property"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK_ReviewShape"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"noteq","valuea":"choices.choice_6H1BlQOV12g","typea":"string","valueb":"6OFCpjXd6l4.6H1BlQOV12g.$SelectedItemData","typeb":"property"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g_ReviewShape"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"noteq","valuea":"choices.choice_5seCw0fFRc4","typea":"string","valueb":"6OFCpjXd6l4.5seCw0fFRc4.$SelectedItemData","typeb":"property"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4_ReviewShape"}}]}]},"AnsweredInt_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6OFCpjXd6l4"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6OFCpjXd6l4":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6TkvtW15qse"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5WiAmHUVicm"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6gL4aaIdPGu"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5h52fMt9MlK"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.6H1BlQOV12g"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6OFCpjXd6l4.5seCw0fFRc4"},"enabled":{"type":"boolean","value":false}}]},"6OFCpjXd6l4_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6OFCpjXd6l4"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6OFCpjXd6l4"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6AinT2WqVAs":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6YJSlixYO9f.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.694mw7yIglY"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.694mw7yIglY"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.694mw7yIglY"}}]}]},"NavigationRestrictionPreviousSlide_6AinT2WqVAs":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6OFCpjXd6l4","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6OFCpjXd6l4"}],"elseActions":[{"kind":"exe_actiongroup","id":"6OFCpjXd6l4_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6OFCpjXd6l4","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6AinT2WqVAs","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6OFCpjXd6l4","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6AinT2WqVAs","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6AinT2WqVAs"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6AinT2WqVAs"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6FEMkStR7zl.js b/public/zeroaccident/je_securise/html5/data/js/6FEMkStR7zl.js new file mode 100644 index 0000000..90c6c50 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6FEMkStR7zl.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"SALLE DE BAIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":4,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide4","width":960,"height":540,"resume":true,"background":{"type":"swf","imagedata":{"assetId":16,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6FEMkStR7zl","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dnYTv3yIkr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JLio60rKVo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6JLAed0ej2f"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ.5UwwXFr7KKE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ.5zdPwvHUB5r"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zwgwx1zBUE.6mazOAgVAhZ.63nTIm9phW5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6qq1I9TL5PA"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":79,"arrowypos":58,"textLib":[{"kind":"textdata","uniqueId":"69GaaA5q49D_-2026973930","id":"01","linkId":"txt__default_69GaaA5q49D","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":148,"height":37,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":14.251,"descent":3.906,"leading":0,"underlinePosition":-1.003,"underlineThickness":0.664,"xHeight":7.279,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":49}}}],"shapemaskId":"","xPos":-65,"yPos":-44,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":37,"altText":"\\n","pngfb":false,"pr":{"l":"Lib","i":48}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":37,"strokewidth":0}},"width":158,"height":40,"resume":false,"useHandCursor":true,"id":"6dnYTv3yIkr_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":3,"tabEnabled":true,"referenceName":"6dnYTv3yIkr","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6dnYTv3yIkr"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6dnYTv3yIkr"}}],"clickdef":[{"kind":"objref","type":"string","value":"6dnYTv3yIkr"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6dnYTv3yIkr"}}],"clickdef":[{"kind":"objref","type":"string","value":"6dnYTv3yIkr"}]}],"shapemaskId":"","xPos":293,"yPos":448,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6dnYTv3yIkr","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6dnYTv3yIkr"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.694mw7yIglY"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6dnYTv3yIkr_expandinglabel"}}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":79,"arrowypos":58,"textLib":[{"kind":"textdata","uniqueId":"6Gdgp44gfPv_-1417793973","id":"01","linkId":"txt__default_6Gdgp44gfPv","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":148,"height":37,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":14.251,"descent":3.906,"leading":0,"underlinePosition":-1.003,"underlineThickness":0.664,"xHeight":7.279,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":49}}}],"shapemaskId":"","xPos":-65,"yPos":-44,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":37,"altText":"\\n","pngfb":false,"pr":{"l":"Lib","i":48}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":37,"strokewidth":0}},"width":158,"height":40,"resume":false,"useHandCursor":true,"id":"6JLio60rKVo_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"6JLio60rKVo","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6JLio60rKVo"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6JLio60rKVo"}}],"clickdef":[{"kind":"objref","type":"string","value":"6JLio60rKVo"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6JLio60rKVo"}}],"clickdef":[{"kind":"objref","type":"string","value":"6JLio60rKVo"}]}],"shapemaskId":"","xPos":641,"yPos":210,"tabIndex":11,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6JLio60rKVo","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6JLio60rKVo"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6AinT2WqVAs"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6JLio60rKVo_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5Xk5E60DtRy_1611964216","id":"01","linkId":"txt__default_6JLAed0ej2f","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":174,"height":77,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":105,"bottom":79,"pngfb":false,"pr":{"l":"Lib","i":55}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"6JLAed0ej2f","xOffset":0,"yOffset":0,"rotateXPos":93,"rotateYPos":40.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":51}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":54}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":54}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":52}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":187,"bottom":81,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":53}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0}}}],"width":186,"height":81,"resume":true,"useHandCursor":true,"id":"6JLAed0ej2f","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":8,"tabEnabled":true,"referenceName":"5UwwXFr7KKE","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":56}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":28,"strokewidth":0}},"width":78,"height":28,"resume":true,"useHandCursor":true,"id":"5UwwXFr7KKE"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":13,"tabIndex":10,"tabEnabled":true,"referenceName":"5zdPwvHUB5r","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":42,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":57}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":42,"strokewidth":0}},"width":54,"height":41,"resume":true,"useHandCursor":true,"id":"5zdPwvHUB5r"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":9,"tabEnabled":true,"referenceName":"63nTIm9phW5","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":58}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":10,"resume":true,"useHandCursor":true,"id":"63nTIm9phW5"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":108,"yPos":13,"tabIndex":7,"tabEnabled":true,"referenceName":"6mazOAgVAhZ","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":55,"resume":true,"useHandCursor":true,"id":"6mazOAgVAhZ","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":692,"yPos":462,"tabIndex":5,"tabEnabled":true,"referenceName":"6Zwgwx1zBUE","xOffset":0,"yOffset":0,"rotateXPos":93,"rotateYPos":40.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6Zwgwx1zBUE_hot","accState":0,"imagedata":{"assetId":17,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6Zwgwx1zBUE.png","xPos":0,"yPos":0,"width":187,"height":81,"strokewidth":0,"mask":"3B2BO"}},"width":186,"height":81,"resume":true,"useHandCursor":true,"id":"6Zwgwx1zBUE","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6qq1I9TL5PA_173219237","id":"01","linkId":"txt__default_6qq1I9TL5PA","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":355,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" LA SALLE DE BAIN","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":224,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":60}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"referenceName":"6qq1I9TL5PA","xOffset":0,"yOffset":0,"rotateXPos":187.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":376,"bottom":52,"altText":" LA SALLE DE BAIN","pngfb":false,"pr":{"l":"Lib","i":59}},"html5data":{"xPos":0,"yPos":0,"width":376,"height":44,"strokewidth":0}},"width":375,"height":44,"resume":true,"useHandCursor":true,"id":"6qq1I9TL5PA"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6JzoDbVOfGk.js b/public/zeroaccident/je_securise/html5/data/js/6JzoDbVOfGk.js new file mode 100644 index 0000000..40cb550 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6JzoDbVOfGk.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"Mon résultat","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":3,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":20000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OoGMQG2m28"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCZ6bEgxEk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bIJ4RRK0pn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xbeuGAIuq2"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OoGMQG2m28_-419703902","id":"01","linkId":"txt__default_6OoGMQG2m28","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":191,"height":44,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Mon résultat","style":{"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":34.203,"descent":9.375,"leading":0,"underlinePosition":-2.406,"underlineThickness":1.594,"xHeight":17.125}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":203,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":35}}}],"shapemaskId":"","xPos":372,"yPos":28,"tabIndex":0,"tabEnabled":true,"referenceName":"6OoGMQG2m28","xOffset":0,"yOffset":0,"rotateXPos":108.5,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":217,"bottom":54,"altText":"Mon résultat","pngfb":false,"pr":{"l":"Lib","i":34}},"html5data":{"xPos":0,"yPos":0,"width":217,"height":54,"strokewidth":0}},"width":217,"height":54,"resume":false,"useHandCursor":true,"id":"6OoGMQG2m28"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":336,"yPos":265,"tabIndex":7,"tabEnabled":false,"referenceName":"5kCZ6bEgxEk","xOffset":0,"yOffset":0,"rotateXPos":144,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":288,"bottom":135,"altText":"","pngfb":false,"pr":{"l":"Lib","i":36}},"html5data":{"xPos":0,"yPos":0,"width":288,"height":135,"strokewidth":0}},"width":288,"height":135,"resume":false,"useHandCursor":true,"id":"5kCZ6bEgxEk"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6bIJ4RRK0pn_-174095337","id":"01","linkId":"txt__default_6bIJ4RRK0pn","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":262,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"MON SCORE","style":{"fontSize":11,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":15.676,"descent":4.297,"leading":0,"underlinePosition":-1.103,"underlineThickness":0.73,"xHeight":8.007}}],"style":{"justification":"center","lineSpacingRule":"singlePt5","tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":189,"bottom":33,"pngfb":false,"pr":{"l":"Lib","i":38}}}],"shapemaskId":"","xPos":336,"yPos":265,"tabIndex":2,"tabEnabled":true,"referenceName":"6bIJ4RRK0pn","xOffset":0,"yOffset":0,"rotateXPos":144,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":288,"bottom":40,"altText":"MON SCORE","pngfb":false,"pr":{"l":"Lib","i":37}},"html5data":{"xPos":0,"yPos":0,"width":288,"height":40,"strokewidth":0}},"width":288,"height":40,"resume":false,"useHandCursor":true,"id":"6bIJ4RRK0pn"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":364,"yPos":368,"tabIndex":8,"tabEnabled":false,"referenceName":"5xbeuGAIuq2","xOffset":0,"yOffset":0,"rotateXPos":115.5,"rotateYPos":-0.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":234,"bottom":2,"altText":"","pngfb":false,"pr":{"l":"Lib","i":39}},"html5data":{"xPos":-2,"yPos":-2,"width":236,"height":4,"strokewidth":1}},"width":232,"height":0,"resume":false,"useHandCursor":true,"id":"5xbeuGAIuq2"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","depth":0,"modal":false,"pauseParent":false,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":10000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6e7oTaeIBLY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PraSRfbmZH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65WZCGHTNtT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5jL847CBi3f"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6e7oTaeIBLY_2031632819","id":"01","linkId":"txt__default_6e7oTaeIBLY","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":802,"height":160,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"En matière de prévention des accidents de la vie courante, on peut toujours s’améliorer ! \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":91,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’anticipe déjà bien certains risques.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":39,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je peux continuer à développer mes réflexes de prévention.\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":59,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"justification":"center","tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":769,"bottom":108,"pngfb":false,"pr":{"l":"Lib","i":41}}}],"shapemaskId":"","xPos":63,"yPos":157,"tabIndex":1,"tabEnabled":true,"referenceName":"6e7oTaeIBLY","xOffset":0,"yOffset":0,"rotateXPos":414,"rotateYPos":85,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":828,"bottom":170,"altText":"En matière de prévention des accidents de la vie courante, on peut toujours s’améliorer ! \\nJ’anticipe déjà bien certains risques.\\nJe peux continuer à développer mes réflexes de prévention.\\n\\n\\n","pngfb":false,"pr":{"l":"Lib","i":40}},"html5data":{"xPos":0,"yPos":0,"width":828,"height":170,"strokewidth":0}},"width":828,"height":170,"resume":false,"useHandCursor":true,"id":"6e7oTaeIBLY"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","id":"01","linkId":"txt__default_6PraSRfbmZH","type":"richvartext","xPos":13,"yPos":5,"xAccOffset":0,"yAccOffset":0,"width":262,"height":125,"device":false,"valign":"center","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"%_player.6qa4PN8eUei.$PercentScore%","style":{"fontSize":30,"foregroundColor":"#8F0000","linkColor":"#8F0000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":42.754,"descent":11.719,"leading":0,"underlinePosition":-3.008,"underlineThickness":1.992,"xHeight":21.406}},{"text":"^%^","style":{"fontSize":30,"foregroundColor":"#8F0000","linkColor":"#8F0000","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":42.754,"descent":11.719,"leading":0,"underlinePosition":-3.008,"underlineThickness":1.992,"xHeight":21.406}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"}}],"shapemaskId":"","xPos":338,"yPos":271,"tabIndex":3,"tabEnabled":true,"referenceName":"6PraSRfbmZH","xOffset":0,"yOffset":0,"rotateXPos":144,"rotateYPos":67.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":288,"bottom":135,"altText":"%_player.6qa4PN8eUei.$PercentScore%^%^","pngfb":false,"pr":{"l":"Lib","i":42}},"html5data":{"xPos":0,"yPos":0,"width":288,"height":135,"strokewidth":0}},"width":288,"height":135,"resume":false,"useHandCursor":true,"id":"6PraSRfbmZH"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6kQdtnok8kt_-1593287016","id":"01","linkId":"txt__default_65WZCGHTNtT","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":286,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Quitter et rejouer plus tard","style":{"fontSize":12,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":28,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":249,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":46}}}],"shapemaskId":"","xPos":332,"yPos":458,"tabIndex":5,"tabEnabled":true,"referenceName":"65WZCGHTNtT","xOffset":0,"yOffset":0,"rotateXPos":148,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":43}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":43}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":44}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":45}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":45}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-2,"top":-2,"right":297,"bottom":27,"altText":"Quitter et rejouer plus tard","pngfb":false,"pr":{"l":"Lib","i":44}},"html5data":{"xPos":-2,"yPos":-2,"width":299,"height":29,"strokewidth":1}}}],"width":296,"height":26,"resume":false,"useHandCursor":true,"id":"65WZCGHTNtT","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"resetquiz","objRef":{"type":"string","value":"_player.6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6OFCpjXd6l4","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6AinT2WqVAs","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6PTrxUIN1eO","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_694mw7yIglY","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_67in7jrfvAp","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6bOsRTrhs7k","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5dcskZN08U2","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_62idXSnMZL5","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6r2Lr4OhfYx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5g7Qg4RWDPK","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5couOGvhgC0","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5p31KAqcjJA","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6BMRqfqDmyy","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5egGfQqZkDb","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6ObmagFTM4C","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ZTEsIshGPW","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5mRasnpZbWx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ML5zeVqhOR","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5nNxthafK5g","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5cNUFQh1AxU","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5iHW2XPPuAX","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6MbCw3zA6X4","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5q071U8mzsW"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":440,"yPos":86,"tabIndex":4,"tabEnabled":true,"referenceName":"5jL847CBi3f","xOffset":0,"yOffset":0,"rotateXPos":34.5,"rotateYPos":37.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":69,"bottom":75,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":47}},"html5data":{"xPos":0,"yPos":0,"width":69,"height":75,"strokewidth":0}},"width":69,"height":75,"resume":false,"useHandCursor":true,"id":"5jL847CBi3f"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6UPymNysYZK","events":[{"kind":"onslidestart","actions":[{"kind":"adjustvar","variable":"_player.Monrésultat","operator":"set","value":{"type":"property","value":"_player.6qa4PN8eUei.$PercentScore"}},{"kind":"exe_javascript","id":"5oFRBXfimAl"}]}]}],"showAnimationId":"","lmsId":"Slide3","width":960,"height":540,"resume":false,"background":{"type":"fill","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0x0070C0","alpha":100,"stop":0}]}},"id":"6JzoDbVOfGk","actionGroups":{"NavigationRestrictionNextSlide_6JzoDbVOfGk":{"kind":"actiongroup","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6FEMkStR7zl"}}]},"NavigationRestrictionPreviousSlide_6JzoDbVOfGk":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"gte","valuea":"_player.6qa4PN8eUei.$Score","typea":"property","valueb":"_player.6qa4PN8eUei.$PassScore","typeb":"property"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6UPymNysYZK"}}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"and","statements":[{"kind":"compare","operator":"lt","valuea":"_player.6qa4PN8eUei.$Score","typea":"property","valueb":"_player.6qa4PN8eUei.$PassScore","typeb":"property"}]}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6UPymNysYZK"}}]},{"kind":"exe_javascript","id":"6YflvHg7yog"}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontimelinecomplete","actions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5q071U8mzsW"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player.6qa4PN8eUei.EvaluateQuiz"},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]},{"kind":"onnextslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6JzoDbVOfGk"}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6JzoDbVOfGk"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6KCNIB5inyd.js b/public/zeroaccident/je_securise/html5/data/js/6KCNIB5inyd.js new file mode 100644 index 0000000..0f548f2 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6KCNIB5inyd.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"EXTERIEUR","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":14,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide14","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":108,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6KCNIB5inyd","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IofG8sR3PM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.5jHyaYwBb9C"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY.6mX6ELmlZwN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY.6fuMVv6gpGS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q89ZwN3RgD.6IREClns5DY.5ZYr2xQduhj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65u8Yr4x5nu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d9Rt0MsOWg"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":0,"arrowypos":77,"shapemaskId":"","xPos":14,"yPos":-63,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":102,"height":59,"resume":false,"useHandCursor":true,"id":"6IofG8sR3PM_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":3,"tabEnabled":true,"referenceName":"6IofG8sR3PM","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6IofG8sR3PM"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6IofG8sR3PM"}}],"clickdef":[{"kind":"objref","type":"string","value":"6IofG8sR3PM"}]}],"shapemaskId":"","xPos":414,"yPos":382,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6IofG8sR3PM","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6IofG8sR3PM"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5egGfQqZkDb"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6IofG8sR3PM_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5qSzRPDAQ8e_400810083","id":"01","linkId":"txt__default_5jHyaYwBb9C","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":182,"height":76,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":96,"bottom":76,"pngfb":false,"pr":{"l":"Lib","i":392}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"5jHyaYwBb9C","xOffset":0,"yOffset":0,"rotateXPos":97,"rotateYPos":40,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":388}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":389}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":390}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":389}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":389}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":390}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":389}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":390}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":391}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":389}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":194,"bottom":80,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":390}},"html5data":{"xPos":0,"yPos":0,"width":194,"height":80,"strokewidth":0}}}],"width":194,"height":80,"resume":true,"useHandCursor":true,"id":"5jHyaYwBb9C","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":8,"tabEnabled":true,"referenceName":"6mX6ELmlZwN","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":393}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":28,"strokewidth":0}},"width":78,"height":27,"resume":false,"useHandCursor":true,"id":"6mX6ELmlZwN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":10,"tabEnabled":true,"referenceName":"6fuMVv6gpGS","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":394}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}},"width":54,"height":41,"resume":false,"useHandCursor":true,"id":"6fuMVv6gpGS"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":56,"yPos":2,"tabIndex":9,"tabEnabled":true,"referenceName":"5ZYr2xQduhj","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":395}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":10,"resume":false,"useHandCursor":true,"id":"5ZYr2xQduhj"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":105,"yPos":12,"tabIndex":7,"tabEnabled":true,"referenceName":"6IREClns5DY","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":55,"resume":false,"useHandCursor":true,"id":"6IREClns5DY","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":701,"yPos":463,"tabIndex":5,"tabEnabled":true,"referenceName":"5q89ZwN3RgD","xOffset":0,"yOffset":0,"rotateXPos":97,"rotateYPos":40,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5q89ZwN3RgD_hot","accState":0,"imagedata":{"assetId":109,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5q89ZwN3RgD.png","xPos":0,"yPos":0,"width":195,"height":80,"strokewidth":0,"mask":"3CF0O"}},"width":194,"height":80,"resume":false,"useHandCursor":true,"id":"5q89ZwN3RgD","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"65u8Yr4x5nu_1966717035","id":"01","linkId":"txt__default_65u8Yr4x5nu","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":616,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"DANS LE JARDIN, SUR LA TERRASSE OU LE BALCON\\n","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":45,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":605,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":397}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"referenceName":"65u8Yr4x5nu","xOffset":0,"yOffset":0,"rotateXPos":318,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":637,"bottom":52,"altText":"\\nDANS LE JARDIN, SUR LA TERRASSE OU LE BALCON\\n","pngfb":false,"pr":{"l":"Lib","i":396}},"html5data":{"xPos":0,"yPos":0,"width":637,"height":44,"strokewidth":0}},"width":636,"height":44,"resume":false,"useHandCursor":true,"id":"65u8Yr4x5nu"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":77,"arrowypos":58,"shapemaskId":"","xPos":-63,"yPos":-44,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":154,"height":40,"resume":false,"useHandCursor":true,"id":"6d9Rt0MsOWg_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"6d9Rt0MsOWg","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6d9Rt0MsOWg"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6d9Rt0MsOWg"}}],"clickdef":[{"kind":"objref","type":"string","value":"6d9Rt0MsOWg"}]}],"shapemaskId":"","xPos":442,"yPos":175,"tabIndex":11,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6d9Rt0MsOWg","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d9Rt0MsOWg"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.61XOHmemRkI"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6d9Rt0MsOWg_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6LAIvhlx5ek.js b/public/zeroaccident/je_securise/html5/data/js/6LAIvhlx5ek.js new file mode 100644 index 0000000..136a527 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6LAIvhlx5ek.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"ESPACES DE TRANSISTION","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":11,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide11","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":87,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6LAIvhlx5ek","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6JijJjpo1uI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg.5qtrcE11IOc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg.6iv5DFrlB12"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qZAgYNtHaA.6WQigE1wNGg.6be95Men7e2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pywHHvOib3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6n2dWhZqzra"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5entw80cMZA"}}]}]},"objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5bS3b2iMO9j_674872355","id":"01","linkId":"txt__default_6JijJjpo1uI","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":168,"height":81,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":105,"bottom":81,"pngfb":false,"pr":{"l":"Lib","i":322}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"6JijJjpo1uI","xOffset":0,"yOffset":0,"rotateXPos":90,"rotateYPos":42.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":318}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":319}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":320}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":319}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":319}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":320}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":321}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":319}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":320}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":321}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":319}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":181,"bottom":85,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":320}},"html5data":{"xPos":0,"yPos":0,"width":181,"height":85,"strokewidth":0}}}],"width":180,"height":85,"resume":true,"useHandCursor":true,"id":"6JijJjpo1uI","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":8,"tabEnabled":true,"referenceName":"5qtrcE11IOc","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":30,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":323}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":30,"strokewidth":0}},"width":78,"height":29,"resume":false,"useHandCursor":true,"id":"5qtrcE11IOc"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":10,"tabEnabled":true,"referenceName":"6iv5DFrlB12","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":44,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":324}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":44,"strokewidth":0}},"width":54,"height":43,"resume":false,"useHandCursor":true,"id":"6iv5DFrlB12"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":9,"tabEnabled":true,"referenceName":"6be95Men7e2","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":325}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":11,"resume":false,"useHandCursor":true,"id":"6be95Men7e2"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":102,"yPos":21,"tabIndex":7,"tabEnabled":true,"referenceName":"6WQigE1wNGg","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":58,"resume":false,"useHandCursor":true,"id":"6WQigE1wNGg","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":698,"yPos":444,"tabIndex":5,"tabEnabled":true,"referenceName":"5qZAgYNtHaA","xOffset":0,"yOffset":0,"rotateXPos":90,"rotateYPos":42.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5qZAgYNtHaA_hot","accState":0,"imagedata":{"assetId":88,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5qZAgYNtHaA.png","xPos":0,"yPos":0,"width":180,"height":85,"strokewidth":0,"mask":"3C19O"}},"width":180,"height":85,"resume":false,"useHandCursor":true,"id":"5qZAgYNtHaA","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5pywHHvOib3_1642640453","id":"01","linkId":"txt__default_5pywHHvOib3","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":475,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"DANS LES ESPACES DE TRANSITION","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":423,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":327}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"referenceName":"5pywHHvOib3","xOffset":0,"yOffset":0,"rotateXPos":247.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":496,"bottom":52,"altText":"DANS LES ESPACES DE TRANSITION","pngfb":false,"pr":{"l":"Lib","i":326}},"html5data":{"xPos":0,"yPos":0,"width":496,"height":44,"strokewidth":0}},"width":495,"height":44,"resume":false,"useHandCursor":true,"id":"5pywHHvOib3"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":136,"arrowypos":0,"shapemaskId":"","xPos":-122,"yPos":14,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":118,"height":40,"resume":false,"useHandCursor":true,"id":"6n2dWhZqzra_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":3,"tabEnabled":true,"referenceName":"6n2dWhZqzra","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6n2dWhZqzra"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6n2dWhZqzra"}}],"clickdef":[{"kind":"objref","type":"string","value":"6n2dWhZqzra"}]}],"shapemaskId":"","xPos":262,"yPos":430,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"6n2dWhZqzra","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6n2dWhZqzra"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5g7Qg4RWDPK"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6n2dWhZqzra_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":163,"arrowypos":63,"textLib":[{"kind":"textdata","uniqueId":"5mfVHjiUYdG_1235839404","id":"01","linkId":"txt__default_5mfVHjiUYdG","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":153,"height":37,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":14.251,"descent":3.906,"leading":0,"underlinePosition":-1.003,"underlineThickness":0.664,"xHeight":7.279,"fontIsBold":false}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":10,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":49}}}],"shapemaskId":"","xPos":-149,"yPos":-49,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":153,"bottom":37,"altText":"\\n","pngfb":false,"pr":{"l":"Lib","i":328}},"html5data":{"xPos":0,"yPos":0,"width":153,"height":37,"strokewidth":0}},"width":163,"height":45,"resume":false,"useHandCursor":true,"id":"5entw80cMZA_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"5entw80cMZA","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"markerType":"pulse","width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5entw80cMZA"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"5entw80cMZA"}}],"clickdef":[{"kind":"objref","type":"string","value":"5entw80cMZA"}]}],"shapemaskId":"","xPos":631,"yPos":333,"tabIndex":11,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":false,"useHandCursor":true,"id":"5entw80cMZA","actionGroups":{"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5entw80cMZA"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5p31KAqcjJA"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"5entw80cMZA_expandinglabel"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6ML5zeVqhOR.js b/public/zeroaccident/je_securise/html5/data/js/6ML5zeVqhOR.js new file mode 100644 index 0000000..25857d0 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6ML5zeVqhOR.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"CHUTES salon","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":19,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":170,"id":"62vofxIkxll"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O7jkGtOpBK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6gGpLe8dKV9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BJUVOcl8KN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lZBD9tQkoC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Y7LEAu9GXH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5UkMsdO7bAa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZuKixsjaVU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5tFa03qgZKo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6AtmjNsa3UF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Z19rgD2Ej5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qiiLL8j2QF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6KEEeUC7Rck"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XFpOhXnPdx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6S05qfzHJaV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6E0Zbi1FWNI"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"62vofxIkxll"}},{"kind":"media_play","objRef":{"type":"string","value":"62vofxIkxll"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"62vofxIkxll"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":424,"yPos":-164,"tabIndex":32,"tabEnabled":true,"referenceName":"6O7jkGtOpBK","xOffset":0,"yOffset":0,"rotateXPos":124.5,"rotateYPos":411,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":249,"bottom":823,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":565}},"html5data":{"xPos":-1,"yPos":-1,"width":250,"height":824,"strokewidth":0}},"width":249,"height":822,"resume":false,"useHandCursor":true,"id":"6O7jkGtOpBK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":679,"yPos":384,"tabIndex":43,"tabEnabled":true,"referenceName":"6gGpLe8dKV9","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6gGpLe8dKV9"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":497,"yPos":384,"tabIndex":42,"tabEnabled":true,"referenceName":"6BJUVOcl8KN","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6BJUVOcl8KN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":316,"yPos":384,"tabIndex":41,"tabEnabled":true,"referenceName":"5lZBD9tQkoC","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5lZBD9tQkoC"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":135,"yPos":384,"tabIndex":40,"tabEnabled":true,"referenceName":"6Y7LEAu9GXH","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6Y7LEAu9GXH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":165,"id":"01","url":"story_content/5r5k2uhLlYo_B10_C-10_P_0_325_1397_1397.jpg","type":"normal","altText":"bloque fenetre.jpg","width":1397,"height":1397,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":682,"yPos":387,"tabIndex":47,"tabEnabled":true,"referenceName":"5UkMsdO7bAa","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5UkMsdO7bAa","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"bloque fenetre.jpg","pngfb":false,"pr":{"l":"Lib","i":567}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5UkMsdO7bAa","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ft2yIzFuX5"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZuKixsjaVU_-1326709851","id":"01","linkId":"txt__default_6ZuKixsjaVU","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":48,"height":56,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Drop\\n","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Zone","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-6,"right":42,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":569}}}],"shapemaskId":"","xPos":240,"yPos":218,"tabIndex":38,"tabEnabled":true,"referenceName":"6ZuKixsjaVU","xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-6,"right":48,"bottom":56,"altText":"Drop\\nZone","pngfb":false,"pr":{"l":"Lib","i":568}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":56,"strokewidth":0}},"width":48,"height":56,"resume":false,"useHandCursor":true,"id":"6ZuKixsjaVU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":166,"id":"01","url":"","type":"normal","width":137,"height":138,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"5tFa03qgZKo_-610927889","id":"01","linkId":"txt__default_5tFa03qgZKo","type":"acctext","xPos":10,"yPos":3,"xAccOffset":29,"yAccOffset":22,"width":72,"height":86,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":" Zone de dépôt","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":14,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":97,"bottom":93,"pngfb":false,"pr":{"l":"Lib","i":570}}}],"shapemaskId":"","xPos":174,"yPos":178,"tabIndex":37,"tabEnabled":true,"referenceName":"5tFa03qgZKo","xOffset":-2,"yOffset":-2,"rotateXPos":65,"rotateYPos":65,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":65,"snapy":65,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5UkMsdO7bAa","6AtmjNsa3UF","6Z19rgD2Ej5","5qiiLL8j2QF","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":137,"bottom":138,"altText":" Zone de dépôt","pngfb":false,"pr":{"l":"Lib","i":252}},"html5data":{"url":"txt__default_5tFa03qgZKo.png","xPos":-2,"yPos":-2,"width":137,"height":138,"strokewidth":1,"mask":"C8O7X77O19X6CO1FX63O28X5CO2DX58O31X53O37X4EO3BX4AO3FX46O43X44O44X40O49X3DO4BX3BO4EX37O51X35O53X34O55X30O58X2EO5AX2CO5CX2AO5EX28O60X26O62X24O64X23O64X21O67X20O68X1EO6AX1CO6BX1BO6DX1AO6EX18O6FX18O70X16O72X14O73X14O74X12O75X12O76X10O77X10O78XEO79XEO7AXDO7AXCO7CXBO7CXBO7DX9O7EX9O7EX9O7EX8O80X7O80X7O80X7O80X6O82X5O82X5O82X5O82X5O82X5O82X4O83X4O84X3O84X4O83X3O84X3O84X3O84X3O84X3O84X3O84X3O84X3O84X3O84X4O83X4O82X5O82X5O82X5O82X5O82X5O82X5O82X5O81X7O80X7O80X8O7FX8O7EX9O7EX9O7EX9O7EXAO7CXBO7BXDO7AXDO7AXEO79XEO78XFO77X11O76X11O75X13O74X13O73X15O72X15O71X17O70X18O6EX19O6DX1BO6CX1CO6AX1DO69X1FO67X21O66X22O64X24O62X26O60X27O5FX29O5DX2BO5BX2EO58X30O56X33O53X34O52X36O4FX3AO4CX3CO49X3FO47X43O42X46O40X48O3DX4DO38X51O33X57O2FX5AO2AX60O22X6AO1BX70O4X0O8X2O0X25FO"}},"width":130,"height":130,"resume":true,"useHandCursor":true,"id":"5tFa03qgZKo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":167,"id":"01","url":"story_content/5nyDWME0NEY_FEFEFE_P_0_2_222_222.png","type":"normal","altText":"plante en pot.jpg","width":222,"height":222,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":319,"yPos":386,"tabIndex":44,"tabEnabled":true,"referenceName":"6AtmjNsa3UF","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6AtmjNsa3UF","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"plante en pot.jpg","pngfb":false,"pr":{"l":"Lib","i":571}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6AtmjNsa3UF","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.5cAMeFSfBbZ"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":168,"id":"01","url":"story_content/6l1BjXwHzz4_P_23_0_201_201.jpg","type":"normal","altText":"BLOC FENETRE 3.jpg","width":202,"height":202,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":501,"yPos":387,"tabIndex":46,"tabEnabled":true,"referenceName":"6Z19rgD2Ej5","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6Z19rgD2Ej5","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"BLOC FENETRE 3.jpg","pngfb":false,"pr":{"l":"Lib","i":572}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"6Z19rgD2Ej5","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.5cAMeFSfBbZ"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":169,"id":"01","url":"story_content/5xdrvwl3d4p.jpg","type":"normal","altText":"bloc fenetre2.jpg","width":225,"height":225,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":138,"yPos":387,"tabIndex":45,"tabEnabled":true,"referenceName":"5qiiLL8j2QF","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":57,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":57,"snapy":57,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5qiiLL8j2QF","_drop_5mRasnpZbWx"],"dragoverids":["_group1","_drop_5mRasnpZbWx"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":114,"bottom":114,"altText":"bloc fenetre2.jpg","pngfb":false,"pr":{"l":"Lib","i":573}},"html5data":{"xPos":0,"yPos":0,"width":114,"height":114,"strokewidth":0}},"width":114,"height":114,"resume":true,"useHandCursor":true,"id":"5qiiLL8j2QF","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5tFa03qgZKo","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.5cAMeFSfBbZ"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6KEEeUC7Rck_1949626142","id":"01","linkId":"txt__default_6KEEeUC7Rck","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":581,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"choisis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"le dispositif le plus adapté \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":44,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2- Je le ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"dépose ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}},{"text":"dans le cercle ci-contre.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":18,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":23.688,"descent":5.112,"leading":0,"underlinePosition":-1.992,"underlineThickness":0.816,"xHeight":11.94}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":41,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":407,"bottom":61,"pngfb":false,"pr":{"l":"Lib","i":575}}}],"shapemaskId":"","xPos":328,"yPos":256,"tabIndex":39,"tabEnabled":true,"referenceName":"6KEEeUC7Rck","xOffset":0,"yOffset":0,"rotateXPos":300.5,"rotateYPos":35,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":602,"bottom":70,"altText":"1-Je choisis le dispositif le plus adapté \\n2- Je le dépose dans le cercle ci-contre.","pngfb":false,"pr":{"l":"Lib","i":574}},"html5data":{"xPos":0,"yPos":0,"width":602,"height":70,"strokewidth":0}},"width":601,"height":70,"resume":false,"useHandCursor":true,"id":"6KEEeUC7Rck"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5XFpOhXnPdx_-502597755","id":"01","linkId":"txt__default_5XFpOhXnPdx","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":601,"height":40,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment j’empêche mon enfant d’ouvrir la porte fenêtre \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":56,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"et d’aller seul sur le balcon ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":20,"displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.813,"descent":7.707,"leading":0,"underlinePosition":-2.667,"underlineThickness":1.333,"xHeight":15.413}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":31,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":526,"bottom":83,"pngfb":false,"pr":{"l":"Lib","i":577}}}],"shapemaskId":"","xPos":316,"yPos":152,"tabIndex":36,"tabEnabled":true,"referenceName":"5XFpOhXnPdx","xOffset":0,"yOffset":0,"rotateXPos":310.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":621,"bottom":83,"altText":"Comment j’empêche mon enfant d’ouvrir la porte fenêtre \\net d’aller seul sur le balcon ?","pngfb":false,"pr":{"l":"Lib","i":576}},"html5data":{"xPos":0,"yPos":0,"width":621,"height":46,"strokewidth":0}},"width":621,"height":46,"resume":false,"useHandCursor":true,"id":"5XFpOhXnPdx"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6S05qfzHJaV_1169489129","id":"01","linkId":"txt__default_6S05qfzHJaV","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":756,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":345}}}],"shapemaskId":"","xPos":41,"yPos":68,"tabIndex":35,"tabEnabled":true,"referenceName":"6S05qfzHJaV","xOffset":0,"yOffset":0,"rotateXPos":388,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":776,"bottom":56,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":578}},"html5data":{"xPos":0,"yPos":0,"width":776,"height":56,"strokewidth":0}},"width":776,"height":56,"resume":false,"useHandCursor":true,"id":"6S05qfzHJaV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6E0Zbi1FWNI_-1286850720","id":"01","linkId":"txt__default_6E0Zbi1FWNI","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans le salon","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":579}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":33,"tabEnabled":true,"referenceName":"6E0Zbi1FWNI","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans le salon","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6E0Zbi1FWNI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mRasnpZbWx_CorrectReview","id":"01","linkId":"5mRasnpZbWx_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":48,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5mRasnpZbWx_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mRasnpZbWx_IncorrectReview","id":"01","linkId":"5mRasnpZbWx_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":49,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5mRasnpZbWx_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6O7jkGtOpBK"},{"kind":"objref","type":"string","value":"_parent.6gGpLe8dKV9"},{"kind":"objref","type":"string","value":"_parent.6BJUVOcl8KN"},{"kind":"objref","type":"string","value":"_parent.5lZBD9tQkoC"},{"kind":"objref","type":"string","value":"_parent.6Y7LEAu9GXH"},{"kind":"objref","type":"string","value":"_parent.5UkMsdO7bAa"},{"kind":"objref","type":"string","value":"_parent.6ZuKixsjaVU"},{"kind":"objref","type":"string","value":"_parent.5tFa03qgZKo"},{"kind":"objref","type":"string","value":"_parent.6AtmjNsa3UF"},{"kind":"objref","type":"string","value":"_parent.6Z19rgD2Ej5"},{"kind":"objref","type":"string","value":"_parent.5qiiLL8j2QF"},{"kind":"objref","type":"string","value":"_parent.6KEEeUC7Rck"},{"kind":"objref","type":"string","value":"_parent.5XFpOhXnPdx"},{"kind":"objref","type":"string","value":"_parent.6S05qfzHJaV"},{"kind":"objref","type":"string","value":"_parent.6E0Zbi1FWNI"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":23833,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"645QAXqrVrB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6F8kopjp2xH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5krjhVAKE5U"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MMkbucITWF"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MMkbucITWF.5g3WYS9B3Lo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MMkbucITWF.6i3OSGC9paY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MMkbucITWF.6byJhH7h0SV"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cUWB9xUFtM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5zCvB1Y00nK"}},{"kind":"media_play","objRef":{"type":"string","value":"5zCvB1Y00nK"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5zCvB1Y00nK"}}]},{"kind":"ontimelinetick","time":15500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O4l79SJ7ZW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O4l79SJ7ZW.6XAlZU1s6Ab"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O4l79SJ7ZW.5g5sfrWmX7W"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6klEIso0Lon"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6klEIso0Lon.6Qm5p4xHZi6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6klEIso0Lon.6JFI4MV5uTt"}}]},{"kind":"ontimelinetick","time":15562,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5lav8c8iP7D"}},{"kind":"media_play","objRef":{"type":"string","value":"5lav8c8iP7D"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5lav8c8iP7D"}}]},{"kind":"ontimelinetick","time":19500,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"68fB1onk2dX"}},{"kind":"media_play","objRef":{"type":"string","value":"68fB1onk2dX"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"68fB1onk2dX"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":3,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5hJr7KWsELO_-1696959596","id":"01","linkId":"txt__default_645QAXqrVrB","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":114,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":104,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":581}}},{"kind":"textdata","uniqueId":"6OyyYHWY31E_2011306815","id":"02","linkId":"txt__default_Disabled_645QAXqrVrB","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":114,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":417,"yPos":495,"tabIndex":15,"tabEnabled":true,"referenceName":"645QAXqrVrB","xOffset":0,"yOffset":0,"rotateXPos":63,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":126,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":580}},"html5data":{"xPos":0,"yPos":0,"width":126,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":126,"height":32,"resume":true,"useHandCursor":true,"id":"645QAXqrVrB","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6F8kopjp2xH_1757704045","id":"01","linkId":"txt__default_6F8kopjp2xH","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":559,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":22,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":281,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":583}}}],"shapemaskId":"","xPos":263,"yPos":74,"tabIndex":1,"tabEnabled":true,"referenceName":"6F8kopjp2xH","xOffset":0,"yOffset":0,"rotateXPos":289.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":579,"bottom":51,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":582}},"html5data":{"xPos":0,"yPos":0,"width":579,"height":33,"strokewidth":0}},"width":579,"height":33,"resume":false,"useHandCursor":true,"id":"6F8kopjp2xH"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":171,"id":"01","url":"story_content/6aYP8HAzx1B.png","type":"normal","altText":"caisse.png","width":102,"height":72,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":15,"yPos":22,"tabIndex":10,"tabEnabled":true,"referenceName":"6XAlZU1s6Ab","xOffset":0,"yOffset":0,"rotateXPos":25.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":51,"bottom":36,"altText":"caisse.png","pngfb":false,"pr":{"l":"Lib","i":584}},"html5data":{"xPos":0,"yPos":0,"width":51,"height":36,"strokewidth":0}},"width":51,"height":36,"resume":false,"useHandCursor":true,"id":"6XAlZU1s6Ab"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":9,"tabEnabled":true,"referenceName":"5g5sfrWmX7W","xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 2","pngfb":false,"pr":{"l":"Lib","i":585}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"5g5sfrWmX7W"}],"accType":"text","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":859,"yPos":308,"tabIndex":8,"tabEnabled":true,"referenceName":"6O4l79SJ7ZW","xOffset":0,"yOffset":0,"rotateXPos":33,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"width":66,"height":58,"resume":false,"useHandCursor":true,"id":"6O4l79SJ7ZW","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":172,"id":"01","url":"story_content/5oxeH3ErBL0_F0F0F0_P_141_0_591_480.png","type":"normal","altText":"tabouret.jpg","width":592,"height":480,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":5,"yPos":19,"tabIndex":13,"tabEnabled":true,"referenceName":"6Qm5p4xHZi6","xOffset":0,"yOffset":0,"rotateXPos":26.5,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":53,"bottom":43,"altText":"tabouret.jpg","pngfb":false,"pr":{"l":"Lib","i":586}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":43,"strokewidth":0}},"width":53,"height":43,"resume":false,"useHandCursor":true,"id":"6Qm5p4xHZi6"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":12,"tabEnabled":true,"referenceName":"6JFI4MV5uTt","xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 1","pngfb":false,"pr":{"l":"Lib","i":585}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"6JFI4MV5uTt"}],"accType":"text","altText":"Groupe\\r\\n 5","shapemaskId":"","xPos":862,"yPos":348,"tabIndex":11,"tabEnabled":true,"referenceName":"6klEIso0Lon","xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"width":58,"height":62,"resume":false,"useHandCursor":true,"id":"6klEIso0Lon","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5krjhVAKE5U_-1399079009","id":"01","linkId":"txt__default_5krjhVAKE5U","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":675,"height":308,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Il bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfants de 1 à 4 ans se produisent d\'une hauteur de plus de 1 mètre. \\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":150,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’enlève tout promontoire à proximité des fenêtres et balcons\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’empêche l’ouverture de la fenêtre par un dispositif adapté.\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":669,"bottom":290,"pngfb":false,"pr":{"l":"Lib","i":588}}}],"shapemaskId":"","xPos":256,"yPos":139,"tabIndex":2,"tabEnabled":true,"referenceName":"5krjhVAKE5U","xOffset":0,"yOffset":0,"rotateXPos":347,"rotateYPos":156.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":697,"bottom":316,"altText":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\nIl bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfants de 1 à 4 ans se produisent d\'une hauteur de plus de 1 mètre. \\n\\nPREVENIR:\\n \\nJ’enlève tout promontoire à proximité des fenêtres et balcons\\n\\nJ’empêche l’ouverture de la fenêtre par un dispositif adapté.\\n","pngfb":false,"pr":{"l":"Lib","i":587}},"html5data":{"xPos":-2,"yPos":-2,"width":699,"height":318,"strokewidth":3}},"width":695,"height":314,"resume":false,"useHandCursor":true,"id":"5krjhVAKE5U"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":173,"id":"01","url":"","type":"normal","width":68,"height":113,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":10,"yPos":0,"tabIndex":5,"tabEnabled":true,"referenceName":"5g3WYS9B3Lo","xOffset":-32,"yOffset":-32,"rotateXPos":0,"rotateYPos":22.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":68,"bottom":113,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5g3WYS9B3Lo.png","xPos":-32,"yPos":-32,"width":68,"height":113,"strokewidth":1,"mask":"8A0O1X40O2X3FO4X3EO5X3CO6X3BO2X0O4X3AO5X0O2X38O2X0O2X0O2X38O1X1O2X1O1X3CO2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X3CO1X1O2X1O1X38O2X0O2X1O1X38O2X0O2X0O2X39O2X0O4X3BO7X3BO6X3DO4X3FO3X3FO2X41O0X96EO"}},"width":0,"height":45,"resume":false,"useHandCursor":true,"id":"5g3WYS9B3Lo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6i3OSGC9paY_-2016833057","id":"01","linkId":"txt__default_6i3OSGC9paY","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":23,"height":20,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1m","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":33,"bottom":24,"pngfb":false,"pr":{"l":"Lib","i":590}}}],"shapemaskId":"","xPos":2,"yPos":8,"tabIndex":6,"tabEnabled":true,"referenceName":"6i3OSGC9paY","xOffset":0,"yOffset":0,"rotateXPos":21.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":43,"bottom":30,"altText":"1m","pngfb":false,"pr":{"l":"Lib","i":589}},"html5data":{"xPos":0,"yPos":0,"width":43,"height":30,"strokewidth":0}},"width":43,"height":30,"resume":false,"useHandCursor":true,"id":"6i3OSGC9paY"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":45,"tabIndex":7,"tabEnabled":true,"referenceName":"6byJhH7h0SV","xOffset":0,"yOffset":0,"rotateXPos":10.5,"rotateYPos":-0.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":24,"bottom":2,"altText":"Ligne 1","pngfb":false,"pr":{"l":"Lib","i":591}},"html5data":{"xPos":-2,"yPos":-2,"width":26,"height":4,"strokewidth":1}},"width":22,"height":0,"resume":false,"useHandCursor":true,"id":"6byJhH7h0SV"}],"accType":"text","altText":"Groupe\\r\\n 6","shapemaskId":"","xPos":902,"yPos":208,"tabIndex":4,"tabEnabled":true,"referenceName":"6MMkbucITWF","xOffset":0,"yOffset":0,"rotateXPos":22.5,"rotateYPos":22.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":45,"height":45,"resume":false,"useHandCursor":true,"id":"6MMkbucITWF","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5cUWB9xUFtM_-187926767","id":"01","linkId":"txt__default_5cUWB9xUFtM","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":662,"height":18,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":105,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":673,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":593}}}],"shapemaskId":"","xPos":263,"yPos":454,"tabIndex":14,"tabEnabled":true,"referenceName":"5cUWB9xUFtM","xOffset":0,"yOffset":0,"rotateXPos":344,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":688,"bottom":28,"altText":"Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","pngfb":false,"pr":{"l":"Lib","i":592}},"html5data":{"xPos":0,"yPos":0,"width":688,"height":28,"strokewidth":0}},"width":688,"height":28,"resume":false,"useHandCursor":true,"id":"5cUWB9xUFtM"}],"audiolib":[{"kind":"audio","assetId":174,"id":"5zCvB1Y00nK"},{"kind":"audio","assetId":175,"id":"68fB1onk2dX"},{"kind":"audio","assetId":176,"id":"5lav8c8iP7D"},{"kind":"audio","assetId":177,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5cAMeFSfBbZ","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6O7jkGtOpBK"},{"kind":"objref","type":"string","value":"_parent.6gGpLe8dKV9"},{"kind":"objref","type":"string","value":"_parent.6BJUVOcl8KN"},{"kind":"objref","type":"string","value":"_parent.5lZBD9tQkoC"},{"kind":"objref","type":"string","value":"_parent.6Y7LEAu9GXH"},{"kind":"objref","type":"string","value":"_parent.5UkMsdO7bAa"},{"kind":"objref","type":"string","value":"_parent.6ZuKixsjaVU"},{"kind":"objref","type":"string","value":"_parent.5tFa03qgZKo"},{"kind":"objref","type":"string","value":"_parent.6AtmjNsa3UF"},{"kind":"objref","type":"string","value":"_parent.6Z19rgD2Ej5"},{"kind":"objref","type":"string","value":"_parent.5qiiLL8j2QF"},{"kind":"objref","type":"string","value":"_parent.6KEEeUC7Rck"},{"kind":"objref","type":"string","value":"_parent.5XFpOhXnPdx"},{"kind":"objref","type":"string","value":"_parent.6S05qfzHJaV"},{"kind":"objref","type":"string","value":"_parent.6E0Zbi1FWNI"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":34000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WsCIn7bQrW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5zNrkVFFjsr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Bt6nZe4eof"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5bDzT59Fi5P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6K9GJywjSft"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6K9GJywjSft.65S2DkLQ99V"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6K9GJywjSft.6jUaqB6GROH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6K9GJywjSft.6HjrgHVDdVO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5eglGrIMPxE"}},{"kind":"media_play","objRef":{"type":"string","value":"5eglGrIMPxE"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5eglGrIMPxE"}}]},{"kind":"ontimelinetick","time":14750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5azFvn7VhSr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5azFvn7VhSr.61jgFlfmQFD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5azFvn7VhSr.6DXS8yZECuh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eA4kDPRb2L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eA4kDPRb2L.5uFxo5wcVrM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5eA4kDPRb2L.6cquzoq14V7"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5zS6iOhAyCi"}},{"kind":"media_play","objRef":{"type":"string","value":"5zS6iOhAyCi"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5zS6iOhAyCi"}}]},{"kind":"ontimelinetick","time":18750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6ViKfdRBsVy"}},{"kind":"media_play","objRef":{"type":"string","value":"6ViKfdRBsVy"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6ViKfdRBsVy"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":16,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":19,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6rQ7aNtmWKe_1118376468","id":"01","linkId":"txt__default_5WsCIn7bQrW","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":414,"yPos":496,"tabIndex":31,"tabEnabled":true,"referenceName":"5WsCIn7bQrW","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":547}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":547}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":548}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":548}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":549}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":548}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":548}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":549}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5WsCIn7bQrW","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5zNrkVFFjsr_1492812398","id":"01","linkId":"txt__default_5zNrkVFFjsr","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":675,"height":308,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":100,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Il bascule donc facilement en avant, sous l\'effet de son poids.\\r","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"6^%^ des chutes d\'enfants de 1 à 4 ans","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":" ","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#0070C0","linkColor":"#0070C0","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"se produisent d\'une hauteur \\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":130,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de plus de 1 mètre. \\n","style":{"fontSize":16,"fontIsBold":true,"fontIsUnderline":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":":\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’enlève tout promontoire à proximité des fenêtres et balcons\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’empêche l’ouverture de la fenêtre par un dispositif adapté.\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":62,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"Wingdings","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":669,"bottom":290,"pngfb":false,"pr":{"l":"Lib","i":594}}}],"shapemaskId":"","xPos":256,"yPos":139,"tabIndex":18,"tabEnabled":true,"referenceName":"5zNrkVFFjsr","xOffset":0,"yOffset":0,"rotateXPos":347,"rotateYPos":156.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":697,"bottom":316,"altText":"Jusqu\'à 7 ans, la partie supérieure du corps d\'un enfant est plus lourde que la partie inférieure. \\nIl bascule donc facilement en avant, sous l\'effet de son poids.\\r6^%^ des chutes d\'enfants de 1 à 4 ans se produisent d\'une hauteur \\nde plus de 1 mètre. \\n\\nPREVENIR:\\n \\nJ’enlève tout promontoire à proximité des fenêtres et balcons\\n\\nJ’empêche l’ouverture de la fenêtre par un dispositif adapté.\\n","pngfb":false,"pr":{"l":"Lib","i":587}},"html5data":{"xPos":-2,"yPos":-2,"width":699,"height":318,"strokewidth":3}},"width":695,"height":314,"resume":false,"useHandCursor":true,"id":"5zNrkVFFjsr"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Bt6nZe4eof_536619607","id":"01","linkId":"txt__default_6Bt6nZe4eof","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans Light","fontSize":13.5,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":280,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":595}}}],"shapemaskId":"","xPos":264,"yPos":82,"tabIndex":17,"tabEnabled":true,"referenceName":"6Bt6nZe4eof","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":52,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"6Bt6nZe4eof"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5bDzT59Fi5P_1480461779","id":"01","linkId":"txt__default_5bDzT59Fi5P","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":662,"height":18,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":105,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":673,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":596}}}],"shapemaskId":"","xPos":263,"yPos":454,"tabIndex":30,"tabEnabled":true,"referenceName":"5bDzT59Fi5P","xOffset":0,"yOffset":0,"rotateXPos":344,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":688,"bottom":28,"altText":"Source: Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016","pngfb":false,"pr":{"l":"Lib","i":592}},"html5data":{"xPos":0,"yPos":0,"width":688,"height":28,"strokewidth":0}},"width":688,"height":28,"resume":false,"useHandCursor":true,"id":"5bDzT59Fi5P"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":171,"id":"01","url":"story_content/6aYP8HAzx1B.png","type":"normal","altText":"caisse.png","width":102,"height":72,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":15,"yPos":22,"tabIndex":26,"tabEnabled":true,"referenceName":"61jgFlfmQFD","xOffset":0,"yOffset":0,"rotateXPos":25.5,"rotateYPos":18,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":51,"bottom":36,"altText":"caisse.png","pngfb":false,"pr":{"l":"Lib","i":584}},"html5data":{"xPos":0,"yPos":0,"width":51,"height":36,"strokewidth":0}},"width":51,"height":36,"resume":false,"useHandCursor":true,"id":"61jgFlfmQFD"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":25,"tabEnabled":true,"referenceName":"6DXS8yZECuh","xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 1","pngfb":false,"pr":{"l":"Lib","i":585}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"6DXS8yZECuh"}],"accType":"text","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":855,"yPos":316,"tabIndex":24,"tabEnabled":true,"referenceName":"5azFvn7VhSr","xOffset":0,"yOffset":0,"rotateXPos":33,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":7,"scrolling":true,"shuffleLock":false,"width":66,"height":58,"resume":false,"useHandCursor":true,"id":"5azFvn7VhSr","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":172,"id":"01","url":"story_content/5oxeH3ErBL0_F0F0F0_P_141_0_591_480.png","type":"normal","altText":"tabouret.jpg","width":592,"height":480,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":5,"yPos":19,"tabIndex":29,"tabEnabled":true,"referenceName":"5uFxo5wcVrM","xOffset":0,"yOffset":0,"rotateXPos":26.5,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":53,"bottom":43,"altText":"tabouret.jpg","pngfb":false,"pr":{"l":"Lib","i":586}},"html5data":{"xPos":0,"yPos":0,"width":53,"height":43,"strokewidth":0}},"width":53,"height":43,"resume":false,"useHandCursor":true,"id":"5uFxo5wcVrM"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":28,"tabEnabled":true,"referenceName":"6cquzoq14V7","xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":27.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":42,"bottom":57,"altText":"Multiplier 2","pngfb":false,"pr":{"l":"Lib","i":585}},"html5data":{"xPos":-1,"yPos":-1,"width":43,"height":58,"strokewidth":1}},"width":41,"height":56,"resume":false,"useHandCursor":true,"id":"6cquzoq14V7"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":859,"yPos":356,"tabIndex":27,"tabEnabled":true,"referenceName":"5eA4kDPRb2L","xOffset":0,"yOffset":0,"rotateXPos":29,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":58,"height":62,"resume":false,"useHandCursor":true,"id":"5eA4kDPRb2L","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":178,"id":"01","url":"","type":"normal","width":68,"height":113,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":10,"yPos":0,"tabIndex":21,"tabEnabled":true,"referenceName":"65S2DkLQ99V","xOffset":-32,"yOffset":-32,"rotateXPos":0,"rotateYPos":22.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":68,"bottom":113,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_65S2DkLQ99V.png","xPos":-32,"yPos":-32,"width":68,"height":113,"strokewidth":1,"mask":"8A0O1X40O2X3FO4X3EO5X3CO6X3BO2X0O4X3AO5X0O2X38O2X0O2X0O2X38O1X1O2X1O1X3CO2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X40O2X3CO1X1O2X1O1X38O2X0O2X1O1X38O2X0O2X0O2X39O2X0O4X3BO7X3BO6X3DO4X3FO3X3FO2X41O0X96EO"}},"width":0,"height":45,"resume":false,"useHandCursor":true,"id":"65S2DkLQ99V"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6jUaqB6GROH_-439923523","id":"01","linkId":"txt__default_6jUaqB6GROH","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":23,"height":20,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1m","style":{"fontIsBold":true,"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":2,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":33,"bottom":26,"pngfb":false,"pr":{"l":"Lib","i":597}}}],"shapemaskId":"","xPos":2,"yPos":7,"tabIndex":22,"tabEnabled":true,"referenceName":"6jUaqB6GROH","xOffset":0,"yOffset":0,"rotateXPos":21.5,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":43,"bottom":30,"altText":"1m","pngfb":false,"pr":{"l":"Lib","i":589}},"html5data":{"xPos":0,"yPos":0,"width":43,"height":30,"strokewidth":0}},"width":43,"height":30,"resume":false,"useHandCursor":true,"id":"6jUaqB6GROH"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":45,"tabIndex":23,"tabEnabled":true,"referenceName":"6HjrgHVDdVO","xOffset":0,"yOffset":0,"rotateXPos":10.5,"rotateYPos":-0.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":24,"bottom":2,"altText":"Ligne 1","pngfb":false,"pr":{"l":"Lib","i":591}},"html5data":{"xPos":-2,"yPos":-2,"width":26,"height":4,"strokewidth":1}},"width":22,"height":0,"resume":false,"useHandCursor":true,"id":"6HjrgHVDdVO"}],"accType":"text","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":898,"yPos":203,"tabIndex":20,"tabEnabled":true,"referenceName":"6K9GJywjSft","xOffset":0,"yOffset":0,"rotateXPos":22.5,"rotateYPos":22.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":9,"scrolling":true,"shuffleLock":false,"width":45,"height":45,"resume":false,"useHandCursor":true,"id":"6K9GJywjSft","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"audiolib":[{"kind":"audio","assetId":179,"id":"5eglGrIMPxE"},{"kind":"audio","assetId":180,"id":"6ViKfdRBsVy"},{"kind":"audio","assetId":181,"id":"5zS6iOhAyCi"},{"kind":"audio","assetId":182,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6Ft2yIzFuX5","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide19","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":164,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6ML5zeVqhOR","actionGroups":{"ReviewInt_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6AtmjNsa3UF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5qiiLL8j2QF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Z19rgD2Ej5"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5UkMsdO7bAa"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mRasnpZbWx_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mRasnpZbWx_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ML5zeVqhOR","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6AtmjNsa3UF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5qiiLL8j2QF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Z19rgD2Ej5"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5UkMsdO7bAa"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5mRasnpZbWx"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5mRasnpZbWx":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6AtmjNsa3UF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5qiiLL8j2QF"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6Z19rgD2Ej5"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5UkMsdO7bAa"},"enabled":{"type":"boolean","value":false}}]},"5mRasnpZbWx_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5mRasnpZbWx"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6AN1KqLzONE.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5mRasnpZbWx"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6ML5zeVqhOR":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6AN1KqLzONE.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Sal6CIdrQA"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5cNUFQh1AxU"}}]}]},"NavigationRestrictionPreviousSlide_6ML5zeVqhOR":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5mRasnpZbWx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5mRasnpZbWx"}],"elseActions":[{"kind":"exe_actiongroup","id":"5mRasnpZbWx_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5mRasnpZbWx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ML5zeVqhOR","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5mRasnpZbWx","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ML5zeVqhOR","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6ML5zeVqhOR"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6ML5zeVqhOR"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6MbCw3zA6X4.js b/public/zeroaccident/je_securise/html5/data/js/6MbCw3zA6X4.js new file mode 100644 index 0000000..1fe66b4 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6MbCw3zA6X4.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"CHUTES cuisine","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":21,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":202,"id":"6AcnKJerhmQ"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5vHJ7NuHX0L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6T7tD7CBHuw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68L6cA9b1Nv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6S1nfTpMJGn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5geP7ASbCCN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mDe9ANUnhM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5h0ipv2gJDb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xxgpKrrNQ7"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5xhpLJAkZHb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5f8l9D83HhH"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Wm2V6hEGJY"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ZcYgFkkImW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5jmfKPmHGzM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EwXXGKvd4S"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5q8Lg1jkin4"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6AcnKJerhmQ"}},{"kind":"media_play","objRef":{"type":"string","value":"6AcnKJerhmQ"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6AcnKJerhmQ"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":443,"yPos":-153,"tabIndex":23,"tabEnabled":true,"referenceName":"5vHJ7NuHX0L","xOffset":0,"yOffset":0,"rotateXPos":120,"rotateYPos":396.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":241,"bottom":794,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":627}},"html5data":{"xPos":-1,"yPos":-1,"width":242,"height":795,"strokewidth":0}},"width":240,"height":793,"resume":false,"useHandCursor":true,"id":"5vHJ7NuHX0L"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":692,"yPos":391,"tabIndex":34,"tabEnabled":true,"referenceName":"6T7tD7CBHuw","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6T7tD7CBHuw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":503,"yPos":389,"tabIndex":33,"tabEnabled":true,"referenceName":"68L6cA9b1Nv","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":628}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"68L6cA9b1Nv"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":319,"yPos":389,"tabIndex":32,"tabEnabled":true,"referenceName":"6S1nfTpMJGn","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6S1nfTpMJGn"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":135,"yPos":389,"tabIndex":31,"tabEnabled":true,"referenceName":"5geP7ASbCCN","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Oval","pngfb":false,"pr":{"l":"Lib","i":566}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5geP7ASbCCN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":197,"id":"01","url":"story_content/5odrT8ceSnB_F5F5F5_P_0_-2_194_216.png","type":"normal","altText":"CHAISE HAUTE2.jpg","width":194,"height":216,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":147,"yPos":398,"tabIndex":36,"tabEnabled":true,"referenceName":"6mDe9ANUnhM","xOffset":0,"yOffset":0,"rotateXPos":47.5,"rotateYPos":53,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":47,"snapy":53,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6mDe9ANUnhM","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":95,"bottom":106,"altText":"CHAISE HAUTE2.jpg","pngfb":false,"pr":{"l":"Lib","i":629}},"html5data":{"xPos":-1,"yPos":-1,"width":96,"height":107,"strokewidth":0}},"width":95,"height":106,"resume":true,"useHandCursor":true,"id":"6mDe9ANUnhM","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6KMwQbBzGhy"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5h0ipv2gJDb_521509703","id":"01","linkId":"txt__default_5h0ipv2gJDb","type":"acctext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":48,"height":56,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Drop\\n","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Zone","style":{"fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"justification":"center","lineSpacingRule":"multiple","lineSpacing":16,"tagType":"P"},"runs":[{"idx":0,"len":4,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":-6,"right":42,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":569}}}],"shapemaskId":"","xPos":231,"yPos":212,"tabIndex":29,"tabEnabled":true,"referenceName":"5h0ipv2gJDb","xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":-6,"right":48,"bottom":56,"altText":"Drop\\nZone","pngfb":false,"pr":{"l":"Lib","i":568}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":56,"strokewidth":0}},"width":48,"height":56,"resume":false,"useHandCursor":true,"id":"5h0ipv2gJDb"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":198,"id":"01","url":"","type":"normal","width":130,"height":131,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"5xxgpKrrNQ7_-2140261473","id":"01","linkId":"txt__default_5xxgpKrrNQ7","type":"acctext","xPos":10,"yPos":3,"xAccOffset":27,"yAccOffset":20,"width":69,"height":83,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Zone de dépôt","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":14,"foregroundColor":"#000000","linkColor":"#000000","ascent":22.269,"descent":5.395,"leading":0,"underlinePosition":-1.867,"underlineThickness":0.933,"xHeight":10.789}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":90,"bottom":90,"pngfb":false,"pr":{"l":"Lib","i":630}}}],"shapemaskId":"","xPos":201,"yPos":183,"tabIndex":28,"tabEnabled":true,"referenceName":"5xxgpKrrNQ7","xOffset":-2,"yOffset":-2,"rotateXPos":61.5,"rotateYPos":61.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":61,"snapy":61,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["6mDe9ANUnhM","5xhpLJAkZHb","5f8l9D83HhH","5Wm2V6hEGJY","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":130,"bottom":131,"altText":"Zone de dépôt","pngfb":false,"pr":{"l":"Lib","i":252}},"html5data":{"url":"txt__default_5xxgpKrrNQ7.png","xPos":-2,"yPos":-2,"width":130,"height":131,"strokewidth":1,"mask":"BCO6X1O3X6DO17X65O21X5EO25X57O2BX52O31X4DO35X4AO38X45O3DX42O40X3EO43X3CO46X38O49X37O4BX33O4EX30O51X2EO53X2CO55X2AO57X29O58X27O5AX24O5DX23O5EX21O60X1FO62X1DO63X1CO65X1BO66X1AO67X18O68X17O6AX15O6BX15O6CX13O6EX12O6EX11O70X10O71XFO71XEO72XDO74XCO74XBO76XAO76XAO76X9O78X8O78X8O78X8O78X8O79X6O7AX6O7AX6O7AX5O7BX5O7CX4O7CX4O7CX4O7CX4O7CX4O7CX3O7DX3O7DX3O7DX3O7DX3O7DX3O7DX3O7DX3O7DX3O7DX4O7CX3O7DX3O7DX4O7CX4O7CX4O7BX6O7AX6O7AX6O7AX6O7AX7O78X8O78X8O78X8O78X9O76XAO76XAO75XCO74XCO74XDO73XEO71XFO70XFO71X10O6FX12O6EX12O6DX14O6CX15O6AX16O69X18O68X19O66X1AO65X1CO64X1DO62X1EO61X20O5FX22O5DX25O5BX25O5AX26O59X29O56X2BO54X2DO51X30O4FX33O4CX35O4AX37O47X3AO45X3DO41X41O3DX46O39X47O37X4BO33X4FO2FX54O0X0O27X5AO23X61O1CX6AO11X23FO"}},"width":123,"height":123,"resume":true,"useHandCursor":true,"id":"5xxgpKrrNQ7"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":199,"id":"01","url":"story_content/6AdIAg2LVu4.jpg","type":"normal","altText":"CHAISE HAUTE3.jpg","width":204,"height":204,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":701,"yPos":400,"tabIndex":37,"tabEnabled":true,"referenceName":"5xhpLJAkZHb","xOffset":0,"yOffset":0,"rotateXPos":51,"rotateYPos":51,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":51,"snapy":51,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5xhpLJAkZHb","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":102,"bottom":102,"altText":"CHAISE HAUTE3.jpg","pngfb":false,"pr":{"l":"Lib","i":631}},"html5data":{"xPos":0,"yPos":0,"width":102,"height":102,"strokewidth":0}},"width":102,"height":102,"resume":true,"useHandCursor":true,"id":"5xhpLJAkZHb","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ddu5LFjDuN"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":200,"id":"01","url":"story_content/5ZYFf8587cn_P_85_0_221_221.jpg","type":"normal","altText":"OIP (12).jpg","width":221,"height":221,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":524,"yPos":405,"tabIndex":38,"tabEnabled":true,"referenceName":"5f8l9D83HhH","xOffset":0,"yOffset":0,"rotateXPos":46,"rotateYPos":46,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":46,"snapy":46,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5f8l9D83HhH","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":92,"bottom":92,"altText":"OIP (12).jpg","pngfb":false,"pr":{"l":"Lib","i":632}},"html5data":{"xPos":0,"yPos":0,"width":92,"height":92,"strokewidth":0}},"width":92,"height":92,"resume":true,"useHandCursor":true,"id":"5f8l9D83HhH","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ddu5LFjDuN"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"onrelease","imagelib":[{"kind":"imagedata","assetId":201,"id":"01","url":"story_content/5r9xJDvBTGN.png","type":"normal","altText":"R.png","width":128,"height":128,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":329,"yPos":395,"tabIndex":35,"tabEnabled":true,"referenceName":"5Wm2V6hEGJY","xOffset":0,"yOffset":0,"rotateXPos":51,"rotateYPos":51,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":51,"snapy":51,"dragreturn":false,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["5Wm2V6hEGJY","_drop_5iHW2XPPuAX"],"dragoverids":["_group1","_drop_5iHW2XPPuAX"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":102,"bottom":102,"altText":"R.png","pngfb":false,"pr":{"l":"Lib","i":633}},"html5data":{"xPos":0,"yPos":0,"width":102,"height":102,"strokewidth":0}},"width":102,"height":102,"resume":true,"useHandCursor":true,"id":"5Wm2V6hEGJY","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"events":[{"kind":"ondragconnect","actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"eq","valuea":"$DropTargetId","typea":"property","valueb":"5xxgpKrrNQ7","typeb":"string"}]}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"_parent.6Ddu5LFjDuN"}}]}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ZcYgFkkImW_-690861037","id":"01","linkId":"txt__default_6ZcYgFkkImW","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":581,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-2.213,"underlineThickness":0.907,"xHeight":13.267}},{"text":"choisis ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":20,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-2.213,"underlineThickness":0.907,"xHeight":13.267}},{"text":"la chaise haute la mieux adaptée à mon enfant de – 4ans \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-2.213,"underlineThickness":0.907,"xHeight":13.267}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":70,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"2-Je ","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-2.213,"underlineThickness":0.907,"xHeight":13.267}},{"text":"dépose ","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":20,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-2.213,"underlineThickness":0.907,"xHeight":13.267}},{"text":"son image dans le cercle gris ci-contre.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":20,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"elevation":"normal","displayCase":"asIs","foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":26.32,"descent":5.68,"leading":0,"underlinePosition":-2.213,"underlineThickness":0.907,"xHeight":13.267}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","listLevel":1,"lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":52,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":589,"bottom":99,"pngfb":false,"pr":{"l":"Lib","i":634}}}],"shapemaskId":"","xPos":329,"yPos":220,"tabIndex":30,"tabEnabled":true,"referenceName":"6ZcYgFkkImW","xOffset":0,"yOffset":0,"rotateXPos":300.5,"rotateYPos":35,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":602,"bottom":99,"altText":"1-Je choisis la chaise haute la mieux adaptée à mon enfant de – 4ans \\n2-Je dépose son image dans le cercle gris ci-contre.","pngfb":false,"pr":{"l":"Lib","i":574}},"html5data":{"xPos":0,"yPos":0,"width":602,"height":70,"strokewidth":0}},"width":601,"height":70,"resume":false,"useHandCursor":true,"id":"6ZcYgFkkImW"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5jmfKPmHGzM_-1757185149","id":"01","linkId":"txt__default_5jmfKPmHGzM","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":501,"height":35,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Bien installé pour bien manger","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#A6A6A6","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":340,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":636}}}],"shapemaskId":"","xPos":329,"yPos":143,"tabIndex":27,"tabEnabled":true,"referenceName":"5jmfKPmHGzM","xOffset":0,"yOffset":0,"rotateXPos":260.5,"rotateYPos":20.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":522,"bottom":51,"altText":"Bien installé pour bien manger","pngfb":false,"pr":{"l":"Lib","i":635}},"html5data":{"xPos":0,"yPos":0,"width":522,"height":41,"strokewidth":0}},"width":521,"height":41,"resume":false,"useHandCursor":true,"id":"5jmfKPmHGzM"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EwXXGKvd4S_195961559","id":"01","linkId":"txt__default_6EwXXGKvd4S","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":756,"height":50,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE CHUTE","style":{"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":408,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":345}}}],"shapemaskId":"","xPos":41,"yPos":68,"tabIndex":26,"tabEnabled":true,"referenceName":"6EwXXGKvd4S","xOffset":0,"yOffset":0,"rotateXPos":388,"rotateYPos":28,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":776,"bottom":56,"altText":"JE PREVIENS LE RISQUE DE CHUTE","pngfb":false,"pr":{"l":"Lib","i":578}},"html5data":{"xPos":0,"yPos":0,"width":776,"height":56,"strokewidth":0}},"width":776,"height":56,"resume":false,"useHandCursor":true,"id":"6EwXXGKvd4S"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5q8Lg1jkin4_1803049027","id":"01","linkId":"txt__default_5q8Lg1jkin4","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la cuisine","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":526}}}],"shapemaskId":"","xPos":43,"yPos":40,"tabIndex":24,"tabEnabled":true,"referenceName":"5q8Lg1jkin4","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans la cuisine","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"5q8Lg1jkin4"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5iHW2XPPuAX_CorrectReview","id":"01","linkId":"5iHW2XPPuAX_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":39,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5iHW2XPPuAX_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5iHW2XPPuAX_IncorrectReview","id":"01","linkId":"5iHW2XPPuAX_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":40,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"5iHW2XPPuAX_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.5vHJ7NuHX0L"},{"kind":"objref","type":"string","value":"_parent.6T7tD7CBHuw"},{"kind":"objref","type":"string","value":"_parent.68L6cA9b1Nv"},{"kind":"objref","type":"string","value":"_parent.6S1nfTpMJGn"},{"kind":"objref","type":"string","value":"_parent.5geP7ASbCCN"},{"kind":"objref","type":"string","value":"_parent.6mDe9ANUnhM"},{"kind":"objref","type":"string","value":"_parent.5h0ipv2gJDb"},{"kind":"objref","type":"string","value":"_parent.5xxgpKrrNQ7"},{"kind":"objref","type":"string","value":"_parent.5xhpLJAkZHb"},{"kind":"objref","type":"string","value":"_parent.5f8l9D83HhH"},{"kind":"objref","type":"string","value":"_parent.5Wm2V6hEGJY"},{"kind":"objref","type":"string","value":"_parent.6ZcYgFkkImW"},{"kind":"objref","type":"string","value":"_parent.5jmfKPmHGzM"},{"kind":"objref","type":"string","value":"_parent.6EwXXGKvd4S"},{"kind":"objref","type":"string","value":"_parent.5q8Lg1jkin4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":488,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":21354,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5zhD8kqprAr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6VkRNWbRju9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dSjryS5xVc"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XX9cDuue4o"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6k1gdS1wyF6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6m97NlmJ1uV"}},{"kind":"media_play","objRef":{"type":"string","value":"6m97NlmJ1uV"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6m97NlmJ1uV"}}]},{"kind":"ontimelinetick","time":9500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GgHvdGU7Pw"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5jS0JDPovO1"}},{"kind":"media_play","objRef":{"type":"string","value":"5jS0JDPovO1"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5jS0JDPovO1"}}]},{"kind":"ontimelinetick","time":13250,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5jl3pMMx2yu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66JMxjVW936"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5bDhBEyGRZs"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6YbOGzqhW6e"}},{"kind":"media_play","objRef":{"type":"string","value":"6YbOGzqhW6e"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6YbOGzqhW6e"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":0,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":4,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6iWiplahfya_1007926567","id":"01","linkId":"txt__default_5zhD8kqprAr","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":100,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":638}}},{"kind":"textdata","uniqueId":"5X5Iv5Ne3i8_-1276286026","id":"02","linkId":"txt__default_Disabled_5zhD8kqprAr","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":421,"yPos":495,"tabIndex":10,"tabEnabled":true,"referenceName":"5zhD8kqprAr","xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":637}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":33,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":117,"height":32,"resume":true,"useHandCursor":true,"id":"5zhD8kqprAr","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6VkRNWbRju9_-199393065","id":"01","linkId":"txt__default_6VkRNWbRju9","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":584,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontSize":24,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"displayCase":"asIs","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":275,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":640}}}],"shapemaskId":"","xPos":264,"yPos":90,"tabIndex":1,"tabEnabled":true,"referenceName":"6VkRNWbRju9","xOffset":0,"yOffset":0,"rotateXPos":302,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":605,"bottom":52,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":639}},"html5data":{"xPos":0,"yPos":0,"width":605,"height":33,"strokewidth":0}},"width":604,"height":33,"resume":false,"useHandCursor":true,"id":"6VkRNWbRju9"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dSjryS5xVc_-394318634","id":"01","linkId":"txt__default_5dSjryS5xVc","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":639,"height":257,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Quand un enfant de moins de 1 an ","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"chute, la partie lésée est le \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"plus souvent la tête ! (72^%^ des cas)\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":37,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Les risques de contusion, de plaie ou de commotion sont réels. \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie des équipements aux normes de sécurité NF\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":56,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’assure une surveillance rapprochée.\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":38,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":593,"bottom":238,"pngfb":false,"pr":{"l":"Lib","i":642}}}],"shapemaskId":"","xPos":261,"yPos":161,"tabIndex":2,"tabEnabled":true,"referenceName":"5dSjryS5xVc","xOffset":0,"yOffset":0,"rotateXPos":329,"rotateYPos":131,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":661,"bottom":265,"altText":"Quand un enfant de moins de 1 an chute, la partie lésée est le \\nplus souvent la tête ! (72^%^ des cas)\\nLes risques de contusion, de plaie ou de commotion sont réels. \\n\\nPREVENIR: \\n\\nJe privilégie des équipements aux normes de sécurité NF\\n\\nJ’assure une surveillance rapprochée.\\n","pngfb":false,"pr":{"l":"Lib","i":641}},"html5data":{"xPos":-2,"yPos":-2,"width":663,"height":267,"strokewidth":3}},"width":659,"height":263,"resume":false,"useHandCursor":true,"id":"5dSjryS5xVc"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":842,"yPos":366,"tabIndex":8,"tabEnabled":true,"referenceName":"5jl3pMMx2yu","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":39,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":433}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":39,"strokewidth":0}},"width":78,"height":39,"resume":false,"useHandCursor":true,"id":"5jl3pMMx2yu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5XX9cDuue4o_340984432","id":"01","linkId":"txt__default_5XX9cDuue4o","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":725,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":644}}}],"shapemaskId":"","xPos":218,"yPos":436,"tabIndex":9,"tabEnabled":true,"referenceName":"5XX9cDuue4o","xOffset":0,"yOffset":0,"rotateXPos":375.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":751,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":643}},"html5data":{"xPos":0,"yPos":0,"width":751,"height":46,"strokewidth":0}},"width":751,"height":46,"resume":false,"useHandCursor":true,"id":"5XX9cDuue4o"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":778,"yPos":364,"tabIndex":7,"tabEnabled":true,"referenceName":"66JMxjVW936","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"66JMxjVW936"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GgHvdGU7Pw_-1219007927","id":"01","linkId":"txt__default_6GgHvdGU7Pw","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":116,"height":29,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":9,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":9,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":126,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":295}}}],"shapemaskId":"","xPos":819,"yPos":308,"tabIndex":5,"tabEnabled":true,"referenceName":"6GgHvdGU7Pw","xOffset":0,"yOffset":0,"rotateXPos":67.5,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":138,"bottom":41,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":645}},"html5data":{"xPos":-2,"yPos":-2,"width":140,"height":43,"strokewidth":3}},"width":136,"height":39,"resume":false,"useHandCursor":true,"id":"6GgHvdGU7Pw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":203,"id":"01","url":"","type":"normal","width":144,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":842,"yPos":363,"tabIndex":6,"tabEnabled":true,"referenceName":"5bDhBEyGRZs","xOffset":-32,"yOffset":-32,"rotateXPos":39,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":144,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5bDhBEyGRZs.png","xPos":-32,"yPos":-32,"width":144,"height":67,"strokewidth":1,"mask":"EE2O0X3BO0X50O3X3AO2X4DO3X3BO4X49O3X3FO3X47O3X42O3X43O4DX42O4DX44O3X41O4X46O4X3EO3X4AO3X3BO3X4DO3X3AO2X1126O"}},"width":78,"height":0,"resume":false,"useHandCursor":true,"id":"5bDhBEyGRZs"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":204,"id":"01","url":"story_content/6eLCjQU02QF.png","type":"normal","altText":"comic-characters-2026645_1280 (1).png","width":68,"height":68,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":868,"yPos":176,"tabIndex":3,"tabEnabled":true,"referenceName":"6k1gdS1wyF6","xOffset":0,"yOffset":0,"rotateXPos":17,"rotateYPos":17,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":34,"bottom":34,"altText":"comic-characters-2026645_1280 (1).png","pngfb":false,"pr":{"l":"Lib","i":646}},"html5data":{"xPos":0,"yPos":0,"width":34,"height":34,"strokewidth":0}},"width":34,"height":34,"resume":false,"useHandCursor":true,"id":"6k1gdS1wyF6"}],"audiolib":[{"kind":"audio","assetId":205,"id":"6m97NlmJ1uV"},{"kind":"audio","assetId":206,"id":"5jS0JDPovO1"},{"kind":"audio","assetId":207,"id":"6YbOGzqhW6e"},{"kind":"audio","assetId":208,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":977,"height":540,"resume":false,"useHandCursor":false,"id":"6Ddu5LFjDuN","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.5vHJ7NuHX0L"},{"kind":"objref","type":"string","value":"_parent.6T7tD7CBHuw"},{"kind":"objref","type":"string","value":"_parent.68L6cA9b1Nv"},{"kind":"objref","type":"string","value":"_parent.6S1nfTpMJGn"},{"kind":"objref","type":"string","value":"_parent.5geP7ASbCCN"},{"kind":"objref","type":"string","value":"_parent.6mDe9ANUnhM"},{"kind":"objref","type":"string","value":"_parent.5h0ipv2gJDb"},{"kind":"objref","type":"string","value":"_parent.5xxgpKrrNQ7"},{"kind":"objref","type":"string","value":"_parent.5xhpLJAkZHb"},{"kind":"objref","type":"string","value":"_parent.5f8l9D83HhH"},{"kind":"objref","type":"string","value":"_parent.5Wm2V6hEGJY"},{"kind":"objref","type":"string","value":"_parent.6ZcYgFkkImW"},{"kind":"objref","type":"string","value":"_parent.5jmfKPmHGzM"},{"kind":"objref","type":"string","value":"_parent.6EwXXGKvd4S"},{"kind":"objref","type":"string","value":"_parent.5q8Lg1jkin4"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":21750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Bivx9edmM3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j51lqiz7n6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5lNXnjGJFMu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"66z7os3JcdO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Lvo3jy1SfK"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"67aloJvmeZt"}},{"kind":"media_play","objRef":{"type":"string","value":"67aloJvmeZt"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"67aloJvmeZt"}}]},{"kind":"ontimelinetick","time":11000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6MAVHiynQGA"}},{"kind":"media_play","objRef":{"type":"string","value":"6MAVHiynQGA"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6MAVHiynQGA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5YJXgrhFxMp"}}]},{"kind":"ontimelinetick","time":14750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6RoW8zL9ZuU"}},{"kind":"media_play","objRef":{"type":"string","value":"6RoW8zL9ZuU"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6RoW8zL9ZuU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j86xP15B2e"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j86xP15B2e.5vtzwyzxlnM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j86xP15B2e.5XpschPqn4R"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j86xP15B2e.5wM1v954J25"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":11,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":14,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6QeCoP8P7QD_-1326500453","id":"01","linkId":"txt__default_6Bivx9edmM3","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":102,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":98,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":648}}},{"kind":"textdata","uniqueId":"60rsRwiR09E_545299036","id":"02","linkId":"txt__default_Disabled_6Bivx9edmM3","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":102,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":423,"yPos":495,"tabIndex":22,"tabEnabled":true,"referenceName":"6Bivx9edmM3","xOffset":0,"yOffset":0,"rotateXPos":57,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":115,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":647}},"html5data":{"xPos":0,"yPos":0,"width":115,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":175}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":177}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":114,"height":32,"resume":true,"useHandCursor":true,"id":"6Bivx9edmM3","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6j51lqiz7n6_745914033","id":"01","linkId":"txt__default_6j51lqiz7n6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":639,"height":231,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Quand un enfant de moins de 1 an ","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}},{"text":"chute, la partie lésée est le \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"plus souvent la tête ! (72^%^ des cas)\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":37,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Les risques de contusion, de plaie ou de commotion sont réels. \\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":64,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je privilégie des équipements aux normes de sécurité NF\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":56,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"J’assure une surveillance rapprochée.","style":{"fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":37,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":593,"bottom":237,"pngfb":false,"pr":{"l":"Lib","i":650}}}],"shapemaskId":"","xPos":261,"yPos":160,"tabIndex":13,"tabEnabled":true,"referenceName":"6j51lqiz7n6","xOffset":0,"yOffset":0,"rotateXPos":329,"rotateYPos":118,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":661,"bottom":239,"altText":"Quand un enfant de moins de 1 an chute, la partie lésée est le \\nplus souvent la tête ! (72^%^ des cas)\\nLes risques de contusion, de plaie ou de commotion sont réels. \\n\\nPREVENIR: \\n\\nJe privilégie des équipements aux normes de sécurité NF\\n\\nJ’assure une surveillance rapprochée.","pngfb":false,"pr":{"l":"Lib","i":649}},"html5data":{"xPos":-2,"yPos":-2,"width":663,"height":241,"strokewidth":3}},"width":659,"height":237,"resume":false,"useHandCursor":true,"id":"6j51lqiz7n6"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":204,"id":"01","url":"story_content/6eLCjQU02QF.png","type":"normal","altText":"comic-characters-2026645_1280 (1).png","width":68,"height":68,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":868,"yPos":176,"tabIndex":15,"tabEnabled":true,"referenceName":"5lNXnjGJFMu","xOffset":0,"yOffset":0,"rotateXPos":17,"rotateYPos":17,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":34,"bottom":34,"altText":"comic-characters-2026645_1280 (1).png","pngfb":false,"pr":{"l":"Lib","i":646}},"html5data":{"xPos":0,"yPos":0,"width":34,"height":34,"strokewidth":0}},"width":34,"height":34,"resume":false,"useHandCursor":true,"id":"5lNXnjGJFMu"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"66z7os3JcdO_-1789341201","id":"01","linkId":"txt__default_66z7os3JcdO","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontSize":24,"displayCase":"asIs","fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Oswald Light","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":280,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":651}}}],"shapemaskId":"","xPos":264,"yPos":102,"tabIndex":12,"tabEnabled":true,"referenceName":"66z7os3JcdO","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":51,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"66z7os3JcdO"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Lvo3jy1SfK_1316749768","id":"01","linkId":"txt__default_6Lvo3jy1SfK","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":685,"height":71,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":693,"bottom":76,"pngfb":false,"pr":{"l":"Lib","i":653}}}],"shapemaskId":"","xPos":240,"yPos":404,"tabIndex":21,"tabEnabled":true,"referenceName":"6Lvo3jy1SfK","xOffset":0,"yOffset":0,"rotateXPos":355.5,"rotateYPos":40.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":712,"bottom":81,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":652}},"html5data":{"xPos":0,"yPos":0,"width":712,"height":81,"strokewidth":0}},"width":711,"height":81,"resume":false,"useHandCursor":true,"id":"6Lvo3jy1SfK"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":24,"id":"01","url":"story_content/6kiZAOSm95J.png","type":"normal","altText":"Logo_oeil.png","width":98,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":1,"tabIndex":20,"tabEnabled":true,"referenceName":"5vtzwyzxlnM","xOffset":0,"yOffset":0,"rotateXPos":24.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":49,"bottom":49,"altText":"Logo_oeil.png","pngfb":false,"pr":{"l":"Lib","i":119}},"html5data":{"xPos":0,"yPos":0,"width":49,"height":49,"strokewidth":0}},"width":49,"height":49,"resume":false,"useHandCursor":true,"id":"5vtzwyzxlnM"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":209,"id":"01","url":"","type":"normal","width":144,"height":67,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":44,"yPos":0,"tabIndex":18,"tabEnabled":true,"referenceName":"5XpschPqn4R","xOffset":-32,"yOffset":-32,"rotateXPos":39,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":144,"bottom":67,"altText":"Double flèche 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5XpschPqn4R.png","xPos":-32,"yPos":-32,"width":144,"height":67,"strokewidth":1,"mask":"EE2O0X3BO0X50O3X3AO2X4DO3X3BO4X49O3X3FO3X47O3X42O3X43O4DX42O4DX44O3X41O4X46O4X3EO3X4AO3X3BO3X4DO3X3AO2X1126O"}},"width":78,"height":0,"resume":false,"useHandCursor":true,"id":"5XpschPqn4R"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":25,"id":"01","url":"story_content/5dH9JiZE4rz_FFFFFF.png","type":"normal","altText":"hand-312073_640.png","width":196,"height":98,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":49,"yPos":0,"tabIndex":19,"tabEnabled":true,"referenceName":"5wM1v954J25","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":19.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":39,"altText":"hand-312073_640.png","pngfb":false,"pr":{"l":"Lib","i":433}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":39,"strokewidth":0}},"width":78,"height":39,"resume":false,"useHandCursor":true,"id":"5wM1v954J25"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":780,"yPos":354,"tabIndex":17,"tabEnabled":true,"referenceName":"6j86xP15B2e","xOffset":0,"yOffset":0,"rotateXPos":63.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"width":127,"height":50,"resume":false,"useHandCursor":true,"id":"6j86xP15B2e","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5YJXgrhFxMp_760516675","id":"01","linkId":"txt__default_5YJXgrhFxMp","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":116,"height":29,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Norme NF S54-007 \\n","style":{"fontSize":9,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Norme NF EN 14 988","style":{"fontSize":9,"fontIsBold":true,"foregroundColor":"#000000","linkColor":"#000000","fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":11.844,"descent":2.556,"leading":0,"underlinePosition":-0.996,"underlineThickness":0.408,"xHeight":5.97}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#53575E","linkColor":"#0563C1"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":126,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":295}}}],"shapemaskId":"","xPos":819,"yPos":303,"tabIndex":16,"tabEnabled":true,"referenceName":"5YJXgrhFxMp","xOffset":0,"yOffset":0,"rotateXPos":67.5,"rotateYPos":19,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":138,"bottom":41,"altText":"Norme NF S54-007 \\nNorme NF EN 14 988","pngfb":false,"pr":{"l":"Lib","i":645}},"html5data":{"xPos":-2,"yPos":-2,"width":140,"height":43,"strokewidth":3}},"width":136,"height":39,"resume":false,"useHandCursor":true,"id":"5YJXgrhFxMp"}],"audiolib":[{"kind":"audio","assetId":210,"id":"6RoW8zL9ZuU"},{"kind":"audio","assetId":211,"id":"6MAVHiynQGA"},{"kind":"audio","assetId":212,"id":"67aloJvmeZt"},{"kind":"audio","assetId":213,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","animations":[{"kind":"animation","id":"enterTransition","duration":250,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":250,"alpha":{"path":[{"kind":"segment","start":"0","dstart":"0","end":"100","dend":"0"}],"duration":250,"easing":"linear","easingdir":"easein"}}]}],"width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6KMwQbBzGhy","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide21","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":196,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6MbCw3zA6X4","actionGroups":{"ReviewInt_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5Wm2V6hEGJY"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6mDe9ANUnhM"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5xhpLJAkZHb"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5f8l9D83HhH"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iHW2XPPuAX_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iHW2XPPuAX_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6MbCw3zA6X4","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5Wm2V6hEGJY"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6mDe9ANUnhM"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5xhpLJAkZHb"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5f8l9D83HhH"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_5iHW2XPPuAX"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_5iHW2XPPuAX":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"5Wm2V6hEGJY"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6mDe9ANUnhM"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5xhpLJAkZHb"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5f8l9D83HhH"},"enabled":{"type":"boolean","value":false}}]},"5iHW2XPPuAX_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5iHW2XPPuAX"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6ZqxC7q4RPp.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_5iHW2XPPuAX"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6MbCw3zA6X4":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6ZqxC7q4RPp.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.5q071U8mzsW"}}]}]},"NavigationRestrictionPreviousSlide_6MbCw3zA6X4":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5iHW2XPPuAX","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_5iHW2XPPuAX"}],"elseActions":[{"kind":"exe_actiongroup","id":"5iHW2XPPuAX_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_5iHW2XPPuAX","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6MbCw3zA6X4","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_5iHW2XPPuAX","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6MbCw3zA6X4","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6MbCw3zA6X4"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6MbCw3zA6X4"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6Q4mPLrKWvP.js b/public/zeroaccident/je_securise/html5/data/js/6Q4mPLrKWvP.js new file mode 100644 index 0000000..2609e7a --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6Q4mPLrKWvP.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"CUISINE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":17,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide17","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":143,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6Q4mPLrKWvP","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cAmPWv1BxE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UXpPKph1bk"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T.5oUN4m3D1JR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T.5d0V2Vo8WUR"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.6gpyAllTy7T.6REWLnxaaZu"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"68Dq312gz9U.5ssVaPaklGv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RVQXcjV4PZ"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5cAmPWv1BxE_-1531884938","id":"01","linkId":"txt__default_5cAmPWv1BxE","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":178,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LA CUISINE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":142,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":486}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"referenceName":"5cAmPWv1BxE","xOffset":0,"yOffset":0,"rotateXPos":99,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":199,"bottom":52,"altText":"LA CUISINE","pngfb":false,"pr":{"l":"Lib","i":485}},"html5data":{"xPos":0,"yPos":0,"width":199,"height":44,"strokewidth":0}},"width":198,"height":44,"resume":false,"useHandCursor":true,"id":"5cAmPWv1BxE"},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":20,"arrowypos":58,"shapemaskId":"","xPos":-6,"yPos":-44,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":40,"height":40,"resume":false,"useHandCursor":true,"id":"6UXpPKph1bk_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"6UXpPKph1bk","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":487}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":487}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6UXpPKph1bk"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6UXpPKph1bk"}}],"clickdef":[{"kind":"objref","type":"string","value":"6UXpPKph1bk"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6UXpPKph1bk"}}],"clickdef":[{"kind":"objref","type":"string","value":"6UXpPKph1bk"}]}],"shapemaskId":"","xPos":537,"yPos":247,"tabIndex":11,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6UXpPKph1bk","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UXpPKph1bk"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6ZTEsIshGPW"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6UXpPKph1bk_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":8,"tabEnabled":true,"referenceName":"5oUN4m3D1JR","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":28,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":488}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":28,"strokewidth":0}},"width":78,"height":27,"resume":false,"useHandCursor":true,"id":"5oUN4m3D1JR"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":10,"tabEnabled":true,"referenceName":"5d0V2Vo8WUR","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":41,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":489}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":41,"strokewidth":0}},"width":54,"height":40,"resume":false,"useHandCursor":true,"id":"5d0V2Vo8WUR"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":9,"tabEnabled":true,"referenceName":"6REWLnxaaZu","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":10,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":490}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":10,"strokewidth":0}},"width":11,"height":10,"resume":false,"useHandCursor":true,"id":"6REWLnxaaZu"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":103,"yPos":12,"tabIndex":7,"tabEnabled":true,"referenceName":"6gpyAllTy7T","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":78,"height":54,"resume":false,"useHandCursor":true,"id":"6gpyAllTy7T","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6gt7uJpEFwd_-969998320","id":"01","linkId":"txt__default_5ssVaPaklGv","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":169,"height":75,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":96,"bottom":75,"pngfb":false,"pr":{"l":"Lib","i":495}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"5ssVaPaklGv","xOffset":0,"yOffset":0,"rotateXPos":90.5,"rotateYPos":39.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":491}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":492}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":493}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":492}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":492}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":493}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":494}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":492}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":493}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":494}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":492}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":182,"bottom":79,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":493}},"html5data":{"xPos":0,"yPos":0,"width":182,"height":79,"strokewidth":0}}}],"width":181,"height":79,"resume":true,"useHandCursor":true,"id":"5ssVaPaklGv","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":668,"yPos":464,"tabIndex":5,"tabEnabled":true,"referenceName":"68Dq312gz9U","xOffset":0,"yOffset":0,"rotateXPos":90.5,"rotateYPos":39.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"68Dq312gz9U_hot","accState":0,"imagedata":{"assetId":144,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape68Dq312gz9U.png","xPos":0,"yPos":0,"width":181,"height":79,"strokewidth":0,"mask":"382AO"}},"width":181,"height":79,"resume":false,"useHandCursor":true,"id":"68Dq312gz9U","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":20,"arrowypos":58,"shapemaskId":"","xPos":-6,"yPos":-44,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":40,"height":40,"resume":false,"useHandCursor":true,"id":"6RVQXcjV4PZ_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":3,"tabEnabled":true,"referenceName":"6RVQXcjV4PZ","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6RVQXcjV4PZ"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6RVQXcjV4PZ"}}],"clickdef":[{"kind":"objref","type":"string","value":"6RVQXcjV4PZ"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6RVQXcjV4PZ"}}],"clickdef":[{"kind":"objref","type":"string","value":"6RVQXcjV4PZ"}]}],"shapemaskId":"","xPos":495,"yPos":436,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6RVQXcjV4PZ","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6RVQXcjV4PZ"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6MbCw3zA6X4"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6RVQXcjV4PZ_expandinglabel"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6Sal6CIdrQA.js b/public/zeroaccident/je_securise/html5/data/js/6Sal6CIdrQA.js new file mode 100644 index 0000000..3544f98 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6Sal6CIdrQA.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"SALLE A MANGER/SALON","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":7,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide7","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":45,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6Sal6CIdrQA","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pMUhRfOdES"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.6YfSTZW1BRs"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2.6b0x4xEfOnP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2.5ZynXymiS2Q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6d8Ii3SnatC.5a4ctCgjaX2.6azIgwo0usC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6PdRTUvoeoN"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":80,"arrowypos":58,"shapemaskId":"","xPos":-66,"yPos":-44,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":160,"height":40,"resume":false,"useHandCursor":true,"id":"5pMUhRfOdES_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"5pMUhRfOdES","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"5pMUhRfOdES"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"5pMUhRfOdES"}}],"clickdef":[{"kind":"objref","type":"string","value":"5pMUhRfOdES"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"5pMUhRfOdES"}}],"clickdef":[{"kind":"objref","type":"string","value":"5pMUhRfOdES"}]}],"shapemaskId":"","xPos":432,"yPos":225,"tabIndex":9,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"5pMUhRfOdES","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5pMUhRfOdES"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6ML5zeVqhOR"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"5pMUhRfOdES_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5tgSa8T2mBP_-393685903","id":"01","linkId":"txt__default_6YfSTZW1BRs","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":184,"height":80,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":105,"bottom":81,"pngfb":false,"pr":{"l":"Lib","i":188}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":4,"tabEnabled":true,"referenceName":"6YfSTZW1BRs","xOffset":0,"yOffset":0,"rotateXPos":98,"rotateYPos":42,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":184}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":185}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":185}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":185}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":187}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":197,"bottom":84,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":186}},"html5data":{"xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0}}}],"width":196,"height":84,"resume":true,"useHandCursor":true,"id":"6YfSTZW1BRs","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"6b0x4xEfOnP","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":14.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":29,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":189}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":29,"strokewidth":0}},"width":78,"height":29,"resume":false,"useHandCursor":true,"id":"6b0x4xEfOnP"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":14,"tabIndex":8,"tabEnabled":true,"referenceName":"5ZynXymiS2Q","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":21.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":43,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":190}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":43,"strokewidth":0}},"width":54,"height":43,"resume":false,"useHandCursor":true,"id":"5ZynXymiS2Q"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":7,"tabEnabled":true,"referenceName":"6azIgwo0usC","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":11,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":191}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":11,"strokewidth":0}},"width":11,"height":11,"resume":false,"useHandCursor":true,"id":"6azIgwo0usC"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":118,"yPos":13,"tabIndex":5,"tabEnabled":true,"referenceName":"5a4ctCgjaX2","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":28.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":57,"resume":false,"useHandCursor":true,"id":"5a4ctCgjaX2","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":678,"yPos":451,"tabIndex":3,"tabEnabled":true,"referenceName":"6d8Ii3SnatC","xOffset":0,"yOffset":0,"rotateXPos":98,"rotateYPos":42,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"6d8Ii3SnatC_hot","accState":0,"imagedata":{"assetId":46,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6d8Ii3SnatC.png","xPos":0,"yPos":0,"width":197,"height":84,"strokewidth":0,"mask":"40A4O"}},"width":196,"height":84,"resume":false,"useHandCursor":true,"id":"6d8Ii3SnatC","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6PdRTUvoeoN_686751908","id":"01","linkId":"txt__default_6PdRTUvoeoN","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":445,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"LE SALON ET LA SALLE À MANGER","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":29,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":399,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":193}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":0,"tabEnabled":true,"referenceName":"6PdRTUvoeoN","xOffset":0,"yOffset":0,"rotateXPos":232.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":466,"bottom":52,"altText":"LE SALON ET LA SALLE À MANGER","pngfb":false,"pr":{"l":"Lib","i":192}},"html5data":{"xPos":0,"yPos":0,"width":466,"height":44,"strokewidth":0}},"width":465,"height":44,"resume":false,"useHandCursor":true,"id":"6PdRTUvoeoN"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6ZTEsIshGPW.js b/public/zeroaccident/je_securise/html5/data/js/6ZTEsIshGPW.js new file mode 100644 index 0000000..c911d81 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6ZTEsIshGPW.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"SUFFOCATION cuisine ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":18,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":154,"id":"6Kw3fs2OHyO"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":14375,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6QfMq3KgUgz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uvJUzcl9wo"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g6OwCSjl3n"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Hbqb8Tbpmr"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Zp2H7IoIya"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ptg2E0vhv9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6O6sA4r6MpD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uPjjkYbibz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Dy4Prsxt09"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5ahkuEsFbE2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6GKg1LUdhFB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ojJHz70M0J"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6A3QIuktog3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6SkbGPFIFYb"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5v9CZ027DwU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5nczRtN1xAe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6lrkBnJZfps"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OnSB2G8e4C"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5WC0jDDdkqM"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kSs3YRbtIh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5Uk2fol2Hxe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5hr6Zs2NXcO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eZhkftFcec"}}]},{"kind":"ontimelinetick","time":1000,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Kw3fs2OHyO"}},{"kind":"media_play","objRef":{"type":"string","value":"6Kw3fs2OHyO"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"6Kw3fs2OHyO"}}]},{"kind":"ontimelinetick","time":3000,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5oyWtWfiLVf"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5oyWtWfiLVf.5txzmzoeRNw"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5oyWtWfiLVf.6KYUvXG6OJG"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"5yIXKrpNEYC"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yIXKrpNEYC.6k9Zt7O79w5"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5yIXKrpNEYC.61nfRwYISWK"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":21,"yPos":410,"tabIndex":57,"tabEnabled":true,"referenceName":"6QfMq3KgUgz","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 6","pngfb":false,"pr":{"l":"Lib","i":496}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6QfMq3KgUgz"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":187,"yPos":280,"tabIndex":52,"tabEnabled":true,"referenceName":"5uvJUzcl9wo","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":122,"bottom":121,"altText":"Ovale 4","pngfb":false,"pr":{"l":"Lib","i":497}},"html5data":{"xPos":-1,"yPos":-1,"width":123,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5uvJUzcl9wo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":186,"yPos":410,"tabIndex":58,"tabEnabled":true,"referenceName":"6g6OwCSjl3n","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 7","pngfb":false,"pr":{"l":"Lib","i":497}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6g6OwCSjl3n"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":187,"yPos":146,"tabIndex":30,"tabEnabled":true,"referenceName":"6Hbqb8Tbpmr","xOffset":0,"yOffset":0,"rotateXPos":60,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":121,"altText":"Ovale 3","pngfb":false,"pr":{"l":"Lib","i":498}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":122,"strokewidth":1}},"width":121,"height":120,"resume":false,"useHandCursor":true,"id":"6Hbqb8Tbpmr"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":20,"yPos":280,"tabIndex":51,"tabEnabled":true,"referenceName":"6Zp2H7IoIya","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 2","pngfb":false,"pr":{"l":"Lib","i":497}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"6Zp2H7IoIya"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":20,"yPos":146,"tabIndex":28,"tabEnabled":true,"referenceName":"5ptg2E0vhv9","xOffset":0,"yOffset":0,"rotateXPos":59.5,"rotateYPos":59.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":121,"bottom":121,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":497}},"html5data":{"xPos":-1,"yPos":-1,"width":122,"height":122,"strokewidth":1}},"width":120,"height":120,"resume":false,"useHandCursor":true,"id":"5ptg2E0vhv9"},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":440,"yPos":-10,"tabIndex":23,"tabEnabled":true,"referenceName":"6O6sA4r6MpD","xOffset":0,"yOffset":0,"rotateXPos":200,"rotateYPos":320.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":401,"bottom":641,"altText":"Round Same Side Corner 1","pngfb":false,"pr":{"l":"Lib","i":499}},"html5data":{"xPos":-1,"yPos":-1,"width":402,"height":642,"strokewidth":0}},"width":400,"height":641,"resume":false,"useHandCursor":true,"id":"6O6sA4r6MpD"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5txzmzoeRNw_971402350","id":"01","linkId":"txt__default_5txzmzoeRNw","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":193,"height":12,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Un risque (1,2,3)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":163,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":501}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":34,"tabEnabled":true,"referenceName":"5txzmzoeRNw","xOffset":0,"yOffset":0,"rotateXPos":106.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":213,"bottom":22,"altText":"Un risque (1,2,3)","pngfb":false,"pr":{"l":"Lib","i":500}},"html5data":{"xPos":0,"yPos":0,"width":213,"height":22,"strokewidth":0}},"width":213,"height":22,"resume":false,"useHandCursor":true,"id":"5txzmzoeRNw"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":202,"yPos":3,"tabIndex":35,"tabEnabled":true,"referenceName":"6KYUvXG6OJG","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":17,"altText":"Rectangle 2","pngfb":false,"pr":{"l":"Lib","i":502}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":17,"strokewidth":0}},"width":11,"height":17,"resume":false,"useHandCursor":true,"id":"6KYUvXG6OJG"}],"accType":"text","altText":"Groupe\\r\\n 2","shapemaskId":"","xPos":417,"yPos":206,"tabIndex":33,"tabEnabled":true,"referenceName":"5oyWtWfiLVf","xOffset":0,"yOffset":0,"rotateXPos":106.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5oyWtWfiLVf_hot","accState":0,"imagedata":{"assetId":146,"url":"","type":"normal","altText":"Groupe\\r\\n 2","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5oyWtWfiLVf.png","xPos":0,"yPos":0,"width":212,"height":22,"strokewidth":0,"mask":"1323O"}},"animations":[{"kind":"animation","id":"Entrance","duration":2000,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":2000,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"417","y":"206.5","dx":"0","dy":"0"},"anchorb":{"x":"470.3577","y":"206.5","dx":"0","dy":"0"}}],"duration":2000,"easing":"cubic","easingdir":"easeinout"}}]},{"kind":"animation","id":"61m9msVbz4a","duration":2000,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":2000,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"417","y":"206.5","dx":"0","dy":"0"},"anchorb":{"x":"470.3577","y":"206.5","dx":"0","dy":"0"}}],"duration":2000,"easing":"cubic","easingdir":"easeinout"}}]}],"width":213,"height":22,"resume":false,"useHandCursor":true,"id":"5oyWtWfiLVf","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ontransitionin","actions":[]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":524,"yPos":218,"tabIndex":63,"tabEnabled":true,"referenceName":"61m9msVbz4a","xOffset":0,"yOffset":0,"rotateXPos":26.5,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":53,"height":0,"resume":false,"useHandCursor":true,"id":"61m9msVbz4a"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5uPjjkYbibz_204077018","id":"01","linkId":"txt__default_5uPjjkYbibz","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":565,"height":72,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment empêcher mon enfant de s’étouffer avec des objets \\n","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":18,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":28.632,"descent":6.936,"leading":0,"underlinePosition":-2.4,"underlineThickness":1.2,"xHeight":13.872}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":59,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la cuisine ","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":18,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":28.632,"descent":6.936,"leading":0,"underlinePosition":-2.4,"underlineThickness":1.2,"xHeight":13.872}},{"text":"?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":518,"bottom":77,"pngfb":false,"pr":{"l":"Lib","i":504}}}],"shapemaskId":"","xPos":417,"yPos":119,"tabIndex":26,"tabEnabled":true,"referenceName":"5uPjjkYbibz","xOffset":0,"yOffset":0,"rotateXPos":299.5,"rotateYPos":41,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":599,"bottom":83,"altText":"Comment empêcher mon enfant de s’étouffer avec des objets \\nde la cuisine ?","pngfb":false,"pr":{"l":"Lib","i":503}},"html5data":{"xPos":0,"yPos":0,"width":599,"height":83,"strokewidth":0}},"width":599,"height":82,"resume":false,"useHandCursor":true,"id":"5uPjjkYbibz"},{"kind":"scrollarea","contentwidth":510,"contentheight":198,"objects":[{"kind":"droparea","style":"matching","reviewdata":3,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":21,"yPos":132,"tabIndex":48,"tabEnabled":true,"referenceName":"6l1ywu0g4Lb","xOffset":0,"yOffset":0,"rotateXPos":123.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6l1ywu0g4Lb_1602433200","type":"acctext","altText":"3. Magnets, aimants","xPos":0,"yPos":0,"xAccOffset":17,"yAccOffset":5,"width":196,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"3.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Magnets, aimants","style":{"fontSize":14,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":9.99}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":19,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":192,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":506}}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":50,"strokewidth":0}},"width":247,"height":50,"resume":true,"useHandCursor":true,"id":"6l1ywu0g4Lb"},{"kind":"shufflegroup","objects":[{"kind":"dragitem","style":"matching","connectdata":"choices.choice_5bnlSKJKTPA","reviewdata":3,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":285,"yPos":132,"tabIndex":49,"tabEnabled":true,"referenceName":"6WmIg5NrW6m","xOffset":0,"yOffset":0,"rotateXPos":123.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xB7FDFF","alpha":100,"stop":0},{"kind":"color","rgb":"0xA1EDEF","alpha":100,"stop":100}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6WmIg5NrW6m_1238412631","type":"acctext","altText":"B. Surface hors de portée","xPos":0,"yPos":0,"xAccOffset":34,"yAccOffset":5,"width":196,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"B.","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}},{"text":" ","style":{"fontSize":16,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.417}},{"text":"Surface hors de portée","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","fontSize":11,"ascent":15.676,"descent":4.297,"leading":0,"underlinePosition":-1.103,"underlineThickness":0.73,"xHeight":7.849}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":25,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":217,"bottom":40,"pngfb":false,"pr":{"l":"Lib","i":507}}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":50,"strokewidth":0}},"width":247,"height":50,"resume":true,"useHandCursor":true,"id":"6WmIg5NrW6m"},{"kind":"dragitem","style":"matching","connectdata":"choices.choice_6lFjjSoSH4P","reviewdata":2,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":285,"yPos":68,"tabIndex":46,"tabEnabled":true,"referenceName":"6R4dYkoisL6","xOffset":0,"yOffset":0,"rotateXPos":123.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xB7FDFF","alpha":100,"stop":0},{"kind":"color","rgb":"0xA1EDEF","alpha":100,"stop":100}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6R4dYkoisL6_1819863527","type":"acctext","altText":"A. Tiroir fermé","xPos":0,"yPos":0,"xAccOffset":34,"yAccOffset":5,"width":196,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Tiroir fermé","style":{"fontSize":14,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":9.99}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":160,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":508}}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":50,"strokewidth":0}},"width":247,"height":50,"resume":true,"useHandCursor":true,"id":"6R4dYkoisL6"},{"kind":"dragitem","style":"matching","connectdata":"choices.choice_6QPCfEpotBc","reviewdata":1,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":285,"yPos":4,"tabIndex":43,"tabEnabled":true,"referenceName":"6AQIHuprHxz","xOffset":0,"yOffset":0,"rotateXPos":123.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"hover","fill":{"type":"linear","rotation":90,"colors":[{"kind":"color","rgb":"0xB7FDFF","alpha":100,"stop":0},{"kind":"color","rgb":"0xA1EDEF","alpha":100,"stop":100}]}}],"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6AQIHuprHxz_-1562175326","type":"acctext","altText":"C. Pot fermé","xPos":0,"yPos":0,"xAccOffset":34,"yAccOffset":5,"width":196,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"C.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Pot fermé","style":{"fontSize":14,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":9.99}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":12,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":142,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":509}}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":50,"strokewidth":0}},"width":247,"height":50,"resume":true,"useHandCursor":true,"id":"6AQIHuprHxz"}],"shuffle":true,"depth":2,"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":-1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"scrolling":true,"shuffleLock":false,"width":0,"height":0,"resume":true,"useHandCursor":true,"id":""},{"kind":"droparea","style":"matching","reviewdata":2,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":21,"yPos":68,"tabIndex":45,"tabEnabled":true,"referenceName":"5dLRF9QiUmT","xOffset":0,"yOffset":0,"rotateXPos":123.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_5dLRF9QiUmT_-1572077187","type":"acctext","altText":"2. Sacs plastique","xPos":0,"yPos":0,"xAccOffset":17,"yAccOffset":5,"width":196,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"2.","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":" ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Sacs plastique","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","fontSize":14,"ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":9.99}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":17,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":161,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":510}}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":50,"strokewidth":0}},"width":247,"height":50,"resume":true,"useHandCursor":true,"id":"5dLRF9QiUmT"},{"kind":"droparea","style":"matching","reviewdata":1,"reviewCorrectColor":"0x275114","reviewIncorrectColor":"0x8F0000","shapemaskId":"","xPos":21,"yPos":4,"tabIndex":42,"tabEnabled":true,"referenceName":"6E8CUgvUJHh","xOffset":0,"yOffset":0,"rotateXPos":123.5,"rotateYPos":25,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"txt_6E8CUgvUJHh_-264593926","type":"acctext","altText":"1. Petits aliments secs","xPos":0,"yPos":0,"xAccOffset":17,"yAccOffset":5,"width":196,"height":40,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1","style":{"fontSize":14,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":10.19}},{"text":". ","style":{"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.563}},{"text":"Petits aliments secs","style":{"fontSize":14,"fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":19.952,"descent":5.469,"leading":0,"underlinePosition":-1.404,"underlineThickness":0.93,"xHeight":9.99}}],"style":{"flowDirection":"leftToRight","tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#4B4B4B","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":207,"bottom":38,"pngfb":false,"pr":{"l":"Lib","i":511}}},"html5data":{"xPos":0,"yPos":0,"width":248,"height":50,"strokewidth":0}},"width":247,"height":50,"resume":true,"useHandCursor":true,"id":"6E8CUgvUJHh"}],"shapemaskId":"","xPos":396,"yPos":260,"tabIndex":40,"tabEnabled":false,"referenceName":"6ObmagFTM4C","xOffset":0,"yOffset":0,"rotateXPos":282,"rotateYPos":140,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"html5data":{"url":"","xPos":0,"yPos":0,"width":564,"height":280,"strokewidth":0}},"width":564,"height":280,"resume":false,"useHandCursor":true,"background":{"type":"vector","vectorData":{"left":0,"top":0,"right":564,"bottom":281,"altText":"Appariement : glisser-déposer","pngfb":false,"pr":{"l":"Lib","i":505}}},"id":"6ObmagFTM4C"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":147,"id":"01","url":"story_content/5k8wfIOYsrk_P_28_34_135_120.jpg","type":"normal","altText":"Image 11.jpg","width":135,"height":120,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":189,"yPos":149,"tabIndex":32,"tabEnabled":true,"referenceName":"6Dy4Prsxt09","xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":57.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":12,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":118,"bottom":115,"altText":"Image 11.jpg","pngfb":false,"pr":{"l":"Lib","i":512}},"html5data":{"xPos":-1,"yPos":-1,"width":119,"height":116,"strokewidth":0}},"width":117,"height":115,"resume":false,"useHandCursor":true,"id":"6Dy4Prsxt09"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ahkuEsFbE2_-273624305","id":"01","linkId":"txt__default_5ahkuEsFbE2","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":7,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"B","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":32,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":514}}}],"shapemaskId":"","xPos":285,"yPos":264,"tabIndex":50,"tabEnabled":true,"referenceName":"5ahkuEsFbE2","xOffset":0,"yOffset":0,"rotateXPos":20.5,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":13,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":42,"bottom":40,"altText":"B","pngfb":false,"pr":{"l":"Lib","i":513}},"html5data":{"xPos":0,"yPos":0,"width":42,"height":40,"strokewidth":0}},"width":41,"height":40,"resume":false,"useHandCursor":true,"id":"5ahkuEsFbE2"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6GKg1LUdhFB_-2000552798","id":"01","linkId":"txt__default_6GKg1LUdhFB","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":6,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"3","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":30,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":516}}}],"shapemaskId":"","xPos":20,"yPos":386,"tabIndex":55,"tabEnabled":true,"referenceName":"6GKg1LUdhFB","xOffset":0,"yOffset":0,"rotateXPos":20,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":40,"bottom":40,"altText":"3","pngfb":false,"pr":{"l":"Lib","i":515}},"html5data":{"xPos":0,"yPos":0,"width":40,"height":40,"strokewidth":0}},"width":40,"height":40,"resume":false,"useHandCursor":true,"id":"6GKg1LUdhFB"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ojJHz70M0J_780163587","id":"01","linkId":"txt__default_6ojJHz70M0J","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":14,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"A","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":32,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":518}}}],"shapemaskId":"","xPos":290,"yPos":146,"tabIndex":29,"tabEnabled":true,"referenceName":"6ojJHz70M0J","xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":48,"bottom":40,"altText":"A","pngfb":false,"pr":{"l":"Lib","i":517}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":40,"strokewidth":0}},"width":48,"height":40,"resume":false,"useHandCursor":true,"id":"6ojJHz70M0J"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":148,"id":"01","url":"story_content/5t94g4liVSR_P_22_19_195_184.jpg","type":"normal","altText":"OIP (4).jpg","width":195,"height":184,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":36,"yPos":299,"tabIndex":54,"tabEnabled":true,"referenceName":"6A3QIuktog3","xOffset":0,"yOffset":0,"rotateXPos":43.5,"rotateYPos":41,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":87,"bottom":82,"altText":"OIP (4).jpg","pngfb":false,"pr":{"l":"Lib","i":519}},"html5data":{"xPos":0,"yPos":0,"width":87,"height":82,"strokewidth":0}},"width":87,"height":82,"resume":false,"useHandCursor":true,"id":"6A3QIuktog3"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6SkbGPFIFYb_1640127597","id":"01","linkId":"txt__default_6SkbGPFIFYb","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":2,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"2","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":30,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":521}}}],"shapemaskId":"","xPos":15,"yPos":259,"tabIndex":39,"tabEnabled":true,"referenceName":"6SkbGPFIFYb","xOffset":0,"yOffset":0,"rotateXPos":18,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":36,"bottom":40,"altText":"2","pngfb":false,"pr":{"l":"Lib","i":520}},"html5data":{"xPos":0,"yPos":0,"width":36,"height":40,"strokewidth":0}},"width":36,"height":40,"resume":false,"useHandCursor":true,"id":"6SkbGPFIFYb"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5v9CZ027DwU_644128225","id":"01","linkId":"txt__default_5v9CZ027DwU","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":14,"height":30,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"C","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":31,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":522}}}],"shapemaskId":"","xPos":285,"yPos":405,"tabIndex":56,"tabEnabled":true,"referenceName":"5v9CZ027DwU","xOffset":0,"yOffset":0,"rotateXPos":24,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":18,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":48,"bottom":40,"altText":"C","pngfb":false,"pr":{"l":"Lib","i":517}},"html5data":{"xPos":0,"yPos":0,"width":48,"height":40,"strokewidth":0}},"width":48,"height":40,"resume":false,"useHandCursor":true,"id":"5v9CZ027DwU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5nczRtN1xAe_-2048574439","id":"01","linkId":"txt__default_5nczRtN1xAe","type":"acctext","xPos":17,"yPos":5,"xAccOffset":17,"yAccOffset":5,"width":13,"height":30,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"1","style":{"fontSize":16,"fontIsBold":false,"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":22.802,"descent":6.25,"leading":0,"underlinePosition":-1.604,"underlineThickness":1.063,"xHeight":11.646}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":30,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":524}}}],"shapemaskId":"","xPos":12,"yPos":131,"tabIndex":27,"tabEnabled":true,"referenceName":"5nczRtN1xAe","xOffset":0,"yOffset":0,"rotateXPos":23.5,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":19,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":47,"bottom":40,"altText":"1","pngfb":false,"pr":{"l":"Lib","i":523}},"html5data":{"xPos":0,"yPos":0,"width":47,"height":40,"strokewidth":0}},"width":47,"height":40,"resume":false,"useHandCursor":true,"id":"5nczRtN1xAe"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6lrkBnJZfps_-207693854","id":"01","linkId":"txt__default_6lrkBnJZfps","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PREVIENS LE RISQUE DE SUFFOCATION, ETOUFFEMENT","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":22,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#000000","linkColor":"#000000","ascent":34.995,"descent":8.477,"leading":0,"underlinePosition":-2.933,"underlineThickness":1.467,"xHeight":16.955}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontSize":12,"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":50,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":624,"bottom":47,"pngfb":false,"pr":{"l":"Lib","i":525}}}],"shapemaskId":"","xPos":43,"yPos":58,"tabIndex":25,"tabEnabled":true,"referenceName":"6lrkBnJZfps","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":20,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"JE PREVIENS LE RISQUE DE SUFFOCATION, ETOUFFEMENT","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6lrkBnJZfps"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6OnSB2G8e4C_266866893","id":"01","linkId":"txt__default_6OnSB2G8e4C","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":293,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la cuisine","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#000000","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":102,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":526}}}],"shapemaskId":"","xPos":43,"yPos":20,"tabIndex":24,"tabEnabled":true,"referenceName":"6OnSB2G8e4C","xOffset":0,"yOffset":0,"rotateXPos":156.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":21,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":314,"bottom":44,"altText":"Dans la cuisine","pngfb":false,"pr":{"l":"Lib","i":146}},"html5data":{"xPos":0,"yPos":0,"width":314,"height":44,"strokewidth":0}},"width":313,"height":44,"resume":false,"useHandCursor":true,"id":"6OnSB2G8e4C"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6X294M4qTZU_-1708586799","id":"01","linkId":"txt__default_5WC0jDDdkqM","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":110,"height":29,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Valider","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#0070C0","linkColor":"#0070C0","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":91,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":529}}}],"shapemaskId":"","xPos":612,"yPos":475,"tabIndex":61,"tabEnabled":true,"referenceName":"5WC0jDDdkqM","xOffset":0,"yOffset":0,"rotateXPos":61,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":22,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":528}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":528}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":528}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":527}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":123,"bottom":34,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":528}},"html5data":{"xPos":-1,"yPos":-1,"width":124,"height":35,"strokewidth":1}}}],"width":122,"height":33,"resume":true,"useHandCursor":true,"id":"5WC0jDDdkqM","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"compare","operator":"noteq","valuea":"_parent.6ObmagFTM4C.6E8CUgvUJHh.$DragConnectData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6ObmagFTM4C.5dLRF9QiUmT.$DragConnectData","typea":"property","valueb":"","typeb":"string"},{"kind":"compare","operator":"noteq","valuea":"_parent.6ObmagFTM4C.6l1ywu0g4Lb.$DragConnectData","typea":"property","valueb":"","typeb":"string"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.5Uysmghm0oM"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":149,"id":"01","url":"story_content/6etO7z1HfCX_P_33_0_179_180.jpg","type":"normal","altText":"MAGNET FRIGO.jpg","width":179,"height":180,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":23,"yPos":412,"tabIndex":59,"tabEnabled":true,"referenceName":"5kSs3YRbtIh","xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":23,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":115,"bottom":116,"altText":"MAGNET FRIGO.jpg","pngfb":false,"pr":{"l":"Lib","i":530}},"html5data":{"xPos":-1,"yPos":-1,"width":116,"height":117,"strokewidth":0}},"width":115,"height":116,"resume":false,"useHandCursor":true,"id":"5kSs3YRbtIh"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":150,"id":"01","url":"story_content/5Y2G1DALy17.jpg","type":"normal","altText":"OIP (3).jpg","width":234,"height":147,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":22,"yPos":148,"tabIndex":31,"tabEnabled":true,"referenceName":"5Uk2fol2Hxe","xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":58.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":24,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":117,"bottom":117,"altText":"OIP (3).jpg","pngfb":false,"pr":{"l":"Lib","i":531}},"html5data":{"xPos":0,"yPos":0,"width":117,"height":117,"strokewidth":0}},"width":117,"height":117,"resume":false,"useHandCursor":true,"id":"5Uk2fol2Hxe"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":151,"id":"01","url":"story_content/5dO4kfG0Jsr_P_35_0_190_183.jpg","type":"normal","altText":"BOCAL.jpg","width":190,"height":183,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":195,"yPos":414,"tabIndex":60,"tabEnabled":true,"referenceName":"5hr6Zs2NXcO","xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":54,"scaleX":100,"scaleY":100,"alpha":100,"depth":25,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":112,"bottom":108,"altText":"BOCAL.jpg","pngfb":false,"pr":{"l":"Lib","i":532}},"html5data":{"xPos":0,"yPos":0,"width":112,"height":108,"strokewidth":0}},"width":112,"height":108,"resume":false,"useHandCursor":true,"id":"5hr6Zs2NXcO"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":152,"id":"01","url":"story_content/60DdQXcHuBr.png","type":"normal","altText":"FRIGO.png","width":148,"height":232,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":191,"yPos":282,"tabIndex":53,"tabEnabled":true,"referenceName":"6eZhkftFcec","xOffset":0,"yOffset":0,"rotateXPos":56,"rotateYPos":58,"scaleX":100,"scaleY":100,"alpha":100,"depth":26,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":112,"bottom":116,"altText":"FRIGO.png","pngfb":false,"pr":{"l":"Lib","i":533}},"html5data":{"xPos":-1,"yPos":-1,"width":113,"height":117,"strokewidth":0}},"width":112,"height":116,"resume":false,"useHandCursor":true,"id":"6eZhkftFcec"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6k9Zt7O79w5_965108137","id":"01","linkId":"txt__default_6k9Zt7O79w5","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":213,"height":12,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Un geste de prévention (A,B,C)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":12,"fontIsBold":false,"foregroundColor":"#000000","linkColor":"#000000","ascent":15.792,"descent":3.408,"leading":0,"underlinePosition":-1.328,"underlineThickness":0.544,"xHeight":7.96}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":30,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":221,"bottom":21,"pngfb":false,"pr":{"l":"Lib","i":535}}}],"shapemaskId":"","xPos":11,"yPos":0,"tabIndex":37,"tabEnabled":true,"referenceName":"6k9Zt7O79w5","xOffset":0,"yOffset":0,"rotateXPos":116.5,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":233,"bottom":22,"altText":"Un geste de prévention (A,B,C)","pngfb":false,"pr":{"l":"Lib","i":534}},"html5data":{"xPos":0,"yPos":0,"width":233,"height":22,"strokewidth":0}},"width":233,"height":22,"resume":false,"useHandCursor":true,"id":"6k9Zt7O79w5"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":3,"tabIndex":38,"tabEnabled":true,"referenceName":"61nfRwYISWK","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":8.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":17,"altText":"Rectangle 3","pngfb":false,"pr":{"l":"Lib","i":536}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":17,"strokewidth":0}},"width":11,"height":17,"resume":false,"useHandCursor":true,"id":"61nfRwYISWK"}],"accType":"text","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":684,"yPos":206,"tabIndex":36,"tabEnabled":true,"referenceName":"5yIXKrpNEYC","xOffset":0,"yOffset":0,"rotateXPos":122,"rotateYPos":11,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":27,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5yIXKrpNEYC_hot","accState":0,"imagedata":{"assetId":153,"url":"","type":"normal","altText":"Groupe\\r\\n 3","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5yIXKrpNEYC.png","xPos":0,"yPos":0,"width":245,"height":22,"strokewidth":0,"mask":"1603O"}},"animations":[{"kind":"animation","id":"Entrance","duration":2000,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":2000,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"682.3334","y":"206","dx":"0","dy":"0"},"anchorb":{"x":"665","y":"206.5","dx":"0","dy":"0"}}],"duration":2000,"easing":"cubic","easingdir":"easeinout"}}]},{"kind":"animation","id":"63ykWCD9ypK","duration":2000,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":2000,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"682.3334","y":"206","dx":"0","dy":"0"},"anchorb":{"x":"665","y":"206.5","dx":"0","dy":"0"}}],"duration":2000,"easing":"cubic","easingdir":"easeinout"}}]}],"width":244,"height":22,"resume":false,"useHandCursor":true,"id":"5yIXKrpNEYC","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ontransitionin","actions":[]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":787,"yPos":217,"tabIndex":62,"tabEnabled":true,"referenceName":"63ykWCD9ypK","xOffset":0,"yOffset":0,"rotateXPos":8.5,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"depth":28,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":17,"height":0,"resume":false,"useHandCursor":true,"id":"63ykWCD9ypK"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ObmagFTM4C_IncorrectReview","id":"01","linkId":"6ObmagFTM4C_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":65,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":29,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6ObmagFTM4C_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6ObmagFTM4C_CorrectReview","id":"01","linkId":"6ObmagFTM4C_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":64,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":30,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"6ObmagFTM4C_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QfMq3KgUgz"},{"kind":"objref","type":"string","value":"_parent.5uvJUzcl9wo"},{"kind":"objref","type":"string","value":"_parent.6g6OwCSjl3n"},{"kind":"objref","type":"string","value":"_parent.6Hbqb8Tbpmr"},{"kind":"objref","type":"string","value":"_parent.6Zp2H7IoIya"},{"kind":"objref","type":"string","value":"_parent.5ptg2E0vhv9"},{"kind":"objref","type":"string","value":"_parent.6O6sA4r6MpD"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf.5txzmzoeRNw"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf.6KYUvXG6OJG"},{"kind":"objref","type":"string","value":"_parent.5uPjjkYbibz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6E8CUgvUJHh"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.5dLRF9QiUmT"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6l1ywu0g4Lb"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6AQIHuprHxz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6R4dYkoisL6"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6WmIg5NrW6m"},{"kind":"objref","type":"string","value":"_parent.6Dy4Prsxt09"},{"kind":"objref","type":"string","value":"_parent.5ahkuEsFbE2"},{"kind":"objref","type":"string","value":"_parent.6GKg1LUdhFB"},{"kind":"objref","type":"string","value":"_parent.6ojJHz70M0J"},{"kind":"objref","type":"string","value":"_parent.6A3QIuktog3"},{"kind":"objref","type":"string","value":"_parent.6SkbGPFIFYb"},{"kind":"objref","type":"string","value":"_parent.5v9CZ027DwU"},{"kind":"objref","type":"string","value":"_parent.5nczRtN1xAe"},{"kind":"objref","type":"string","value":"_parent.6lrkBnJZfps"},{"kind":"objref","type":"string","value":"_parent.6OnSB2G8e4C"},{"kind":"objref","type":"string","value":"_parent.5WC0jDDdkqM"},{"kind":"objref","type":"string","value":"_parent.5kSs3YRbtIh"},{"kind":"objref","type":"string","value":"_parent.5Uk2fol2Hxe"},{"kind":"objref","type":"string","value":"_parent.5hr6Zs2NXcO"},{"kind":"objref","type":"string","value":"_parent.6eZhkftFcec"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC.6k9Zt7O79w5"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC.61nfRwYISWK"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cfxmd1S6u9"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Rf1SHxuMSa"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5fVbLzo2NIm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5kCM62EG0hF"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"media_play","objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5yCmF52hkLz"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6OgGqCoOUBU"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":342,"yPos":-141,"tabIndex":0,"tabEnabled":true,"referenceName":"5kCM62EG0hF","xOffset":0,"yOffset":0,"rotateXPos":177.5,"rotateYPos":440.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":355,"bottom":881,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":92}},"html5data":{"xPos":-1,"yPos":-1,"width":356,"height":882,"strokewidth":0}},"width":355,"height":881,"resume":true,"useHandCursor":true,"id":"5kCM62EG0hF"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":20,"id":"01","url":"story_content/5x2J9gL6v3I.png","type":"normal","altText":"toy-gdb761d1e1_1280.png","width":295,"height":320,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":124,"yPos":228,"tabIndex":2,"tabEnabled":true,"referenceName":"6OgGqCoOUBU","xOffset":0,"yOffset":0,"rotateXPos":74,"rotateYPos":80,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":160,"altText":"toy-gdb761d1e1_1280.png","pngfb":false,"pr":{"l":"Lib","i":93}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":160,"strokewidth":0}},"width":148,"height":160,"resume":true,"useHandCursor":true,"id":"6OgGqCoOUBU"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5cfxmd1S6u9_-540362094","id":"01","linkId":"txt__default_5cfxmd1S6u9","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":494,"height":44,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Je peux faire mieux ! Je réessaie .","style":{"fontSize":24,"foregroundColor":"#002060","linkColor":"#002060","fontFamily":"\\"Open Sans Charset0_v9TY33EDE6F2\\",\\"Open Sans\\"","ascent":34.203,"descent":9.375,"leading":0,"underlinePosition":-2.406,"underlineThickness":1.594,"xHeight":17.125}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":36,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":504,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":538}}}],"shapemaskId":"","xPos":333,"yPos":280,"tabIndex":3,"tabEnabled":true,"referenceName":"5cfxmd1S6u9","xOffset":0,"yOffset":0,"rotateXPos":257,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":514,"bottom":54,"altText":"Je peux faire mieux ! Je réessaie .","pngfb":false,"pr":{"l":"Lib","i":537}},"html5data":{"xPos":0,"yPos":0,"width":514,"height":54,"strokewidth":0}},"width":514,"height":54,"resume":true,"useHandCursor":true,"id":"5cfxmd1S6u9"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5xZ9z2l0vjV_-1910746617","id":"01","linkId":"txt__default_6Rf1SHxuMSa","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Réessayer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":102}}},{"kind":"textdata","uniqueId":"5sObCQI4FWK_-529624637","id":"02","linkId":"txt__default_Disabled_6Rf1SHxuMSa","type":"acctext","xPos":4,"yPos":2,"xAccOffset":4,"yAccOffset":2,"width":124,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Réessayer","style":{"fontFamily":"\\"Open SansBold CharsBoldE47A47C6\\",\\"Open Sans\\"","ascent":17.102,"descent":4.688,"leading":0,"underlinePosition":-1.203,"underlineThickness":0.797,"xHeight":8.734,"fontIsBold":false}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":27,"pngfb":false,"pr":{"l":"Lib","i":541}}}],"shapemaskId":"","xPos":414,"yPos":495,"tabIndex":4,"tabEnabled":true,"referenceName":"6Rf1SHxuMSa","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":539}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":99}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":98}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":539}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":99}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":101}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":100}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":540}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":34,"altText":"Réessayer","pngfb":false,"pr":{"l":"Lib","i":101}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":35,"strokewidth":1}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"6Rf1SHxuMSa","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5fVbLzo2NIm_398137969","id":"01","linkId":"txt__default_5fVbLzo2NIm","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":383,"height":48,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"CE N’EST PAS TOUT À FAIT EXACT !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":32,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":393,"bottom":53,"pngfb":false,"pr":{"l":"Lib","i":543}}}],"shapemaskId":"","xPos":360,"yPos":164,"tabIndex":1,"tabEnabled":true,"referenceName":"5fVbLzo2NIm","xOffset":0,"yOffset":0,"rotateXPos":201.5,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":403,"bottom":58,"altText":"CE N’EST PAS TOUT À FAIT EXACT !","pngfb":false,"pr":{"l":"Lib","i":542}},"html5data":{"xPos":0,"yPos":0,"width":403,"height":58,"strokewidth":0}},"width":403,"height":58,"resume":true,"useHandCursor":true,"id":"5fVbLzo2NIm"}],"audiolib":[{"kind":"audio","assetId":155,"id":"5yCmF52hkLz"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":true,"useHandCursor":false,"id":"5f5LNRPCRlq","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5kCM62EG0hF"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QfMq3KgUgz"},{"kind":"objref","type":"string","value":"_parent.5uvJUzcl9wo"},{"kind":"objref","type":"string","value":"_parent.6g6OwCSjl3n"},{"kind":"objref","type":"string","value":"_parent.6Hbqb8Tbpmr"},{"kind":"objref","type":"string","value":"_parent.6Zp2H7IoIya"},{"kind":"objref","type":"string","value":"_parent.5ptg2E0vhv9"},{"kind":"objref","type":"string","value":"_parent.6O6sA4r6MpD"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf.5txzmzoeRNw"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf.6KYUvXG6OJG"},{"kind":"objref","type":"string","value":"_parent.5uPjjkYbibz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6E8CUgvUJHh"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.5dLRF9QiUmT"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6l1ywu0g4Lb"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6AQIHuprHxz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6R4dYkoisL6"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6WmIg5NrW6m"},{"kind":"objref","type":"string","value":"_parent.6Dy4Prsxt09"},{"kind":"objref","type":"string","value":"_parent.5ahkuEsFbE2"},{"kind":"objref","type":"string","value":"_parent.6GKg1LUdhFB"},{"kind":"objref","type":"string","value":"_parent.6ojJHz70M0J"},{"kind":"objref","type":"string","value":"_parent.6A3QIuktog3"},{"kind":"objref","type":"string","value":"_parent.6SkbGPFIFYb"},{"kind":"objref","type":"string","value":"_parent.5v9CZ027DwU"},{"kind":"objref","type":"string","value":"_parent.5nczRtN1xAe"},{"kind":"objref","type":"string","value":"_parent.6lrkBnJZfps"},{"kind":"objref","type":"string","value":"_parent.6OnSB2G8e4C"},{"kind":"objref","type":"string","value":"_parent.5WC0jDDdkqM"},{"kind":"objref","type":"string","value":"_parent.5kSs3YRbtIh"},{"kind":"objref","type":"string","value":"_parent.5Uk2fol2Hxe"},{"kind":"objref","type":"string","value":"_parent.5hr6Zs2NXcO"},{"kind":"objref","type":"string","value":"_parent.6eZhkftFcec"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC.6k9Zt7O79w5"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC.61nfRwYISWK"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":42056,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5mJRzrtJSV6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5wiIuhzY11W"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6j8VCxaaMvv"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5p2a4ZKXLX3"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6W88F84CrPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"64t5rsfKp1O"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6g1or4jjJui"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"media_play","objRef":{"type":"string","value":"5pFt6fzFpFG"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"5pFt6fzFpFG"}}]},{"kind":"ontimelinetick","time":1250,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5kgfcSQnxZW"}},{"kind":"media_play","objRef":{"type":"string","value":"5kgfcSQnxZW"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5kgfcSQnxZW"}}]},{"kind":"ontimelinetick","time":9500,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6n7iV1GWkHm"}},{"kind":"media_play","objRef":{"type":"string","value":"6n7iV1GWkHm"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6n7iV1GWkHm"}},{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6ckKykZCKTx"}}]},{"kind":"ontimelinetick","time":14500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ibOzkevp9y"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5gx5cpytpPS"}},{"kind":"media_play","objRef":{"type":"string","value":"5gx5cpytpPS"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5gx5cpytpPS"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":294,"yPos":-180,"tabIndex":5,"tabEnabled":true,"referenceName":"64t5rsfKp1O","xOffset":0,"yOffset":0,"rotateXPos":209.5,"rotateYPos":457,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":419,"bottom":914,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":103}},"html5data":{"xPos":-1,"yPos":-1,"width":420,"height":915,"strokewidth":0}},"width":419,"height":914,"resume":false,"useHandCursor":true,"id":"64t5rsfKp1O"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":22,"id":"01","url":"story_content/6IE7ayTdFEq.png","type":"normal","altText":"toy-ged9474b68_1280.png","width":286,"height":310,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":89,"yPos":208,"tabIndex":9,"tabEnabled":true,"referenceName":"6g1or4jjJui","xOffset":0,"yOffset":0,"rotateXPos":71.5,"rotateYPos":77.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":143,"bottom":155,"altText":"toy-ged9474b68_1280.png","pngfb":false,"pr":{"l":"Lib","i":104}},"html5data":{"xPos":0,"yPos":0,"width":143,"height":155,"strokewidth":0}},"width":143,"height":155,"resume":false,"useHandCursor":true,"id":"6g1or4jjJui"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5mJRzrtJSV6_650237824","id":"01","linkId":"txt__default_5mJRzrtJSV6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":479,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"JE PEUX M’AMELIORER !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"displayCase":"asIs","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":275,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":545}}}],"shapemaskId":"","xPos":280,"yPos":107,"tabIndex":6,"tabEnabled":true,"referenceName":"5mJRzrtJSV6","xOffset":0,"yOffset":0,"rotateXPos":249.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":500,"bottom":51,"altText":"JE PEUX M’AMELIORER !","pngfb":false,"pr":{"l":"Lib","i":544}},"html5data":{"xPos":0,"yPos":0,"width":500,"height":33,"strokewidth":0}},"width":499,"height":33,"resume":false,"useHandCursor":true,"id":"5mJRzrtJSV6"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6SB7tnoNuPz_1022462585","id":"01","linkId":"txt__default_5wiIuhzY11W","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}},{"kind":"textdata","uniqueId":"69XTo0X926f_-575998132","id":"02","linkId":"txt__default_Disabled_5wiIuhzY11W","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":120,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":243}}}],"shapemaskId":"","xPos":464,"yPos":496,"tabIndex":13,"tabEnabled":true,"referenceName":"5wiIuhzY11W","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":547}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":546}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":547}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":548}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":549}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":548}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":549}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":132,"height":32,"resume":true,"useHandCursor":true,"id":"5wiIuhzY11W","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":67,"id":"01","url":"story_content/6nWotxJhCgB_FFFFFF.png","type":"normal","altText":"bocal ferme.png","width":108,"height":108,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":674,"yPos":355,"tabIndex":11,"tabEnabled":true,"referenceName":"6ibOzkevp9y","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":54,"altText":"bocal ferme.png","pngfb":false,"pr":{"l":"Lib","i":550}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":54,"strokewidth":0}},"width":54,"height":54,"resume":false,"useHandCursor":true,"id":"6ibOzkevp9y"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6j8VCxaaMvv_1325778909","id":"01","linkId":"txt__default_6j8VCxaaMvv","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":733,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":552}}}],"shapemaskId":"","xPos":193,"yPos":436,"tabIndex":12,"tabEnabled":true,"referenceName":"6j8VCxaaMvv","xOffset":0,"yOffset":0,"rotateXPos":379.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":759,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":551}},"html5data":{"xPos":0,"yPos":0,"width":759,"height":46,"strokewidth":0}},"width":759,"height":46,"resume":false,"useHandCursor":true,"id":"6j8VCxaaMvv"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5p2a4ZKXLX3_588238863","id":"01","linkId":"txt__default_5p2a4ZKXLX3","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":602,"height":231,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":115,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ferme les contenants","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":571,"bottom":238,"pngfb":false,"pr":{"l":"Lib","i":554}}}],"shapemaskId":"","xPos":286,"yPos":172,"tabIndex":7,"tabEnabled":true,"referenceName":"5p2a4ZKXLX3","xOffset":0,"yOffset":0,"rotateXPos":310.5,"rotateYPos":118,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":624,"bottom":239,"altText":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n\\nPREVENIR: \\n\\nJe range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n\\nJe ferme les contenants","pngfb":false,"pr":{"l":"Lib","i":553}},"html5data":{"xPos":-2,"yPos":-2,"width":626,"height":241,"strokewidth":3}},"width":622,"height":237,"resume":false,"useHandCursor":true,"id":"5p2a4ZKXLX3"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":23,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":873,"yPos":279,"tabIndex":10,"tabEnabled":true,"referenceName":"6ckKykZCKTx","xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":118}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"266"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":false,"useHandCursor":true,"id":"6ckKykZCKTx"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":66,"id":"01","url":"story_content/5mhUyOe5HjX.png","type":"normal","altText":"Image 35.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":853,"yPos":182,"tabIndex":8,"tabEnabled":true,"referenceName":"6W88F84CrPA","xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"Image 35.png","pngfb":false,"pr":{"l":"Lib","i":246}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":false,"useHandCursor":true,"id":"6W88F84CrPA"}],"audiolib":[{"kind":"audio","assetId":156,"id":"5kgfcSQnxZW"},{"kind":"audio","assetId":157,"id":"6n7iV1GWkHm"},{"kind":"audio","assetId":158,"id":"5gx5cpytpPS"},{"kind":"audio","assetId":159,"id":"5pFt6fzFpFG"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"5r2ZkEWU9Kh","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"64t5rsfKp1O"}}]}]},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.6QfMq3KgUgz"},{"kind":"objref","type":"string","value":"_parent.5uvJUzcl9wo"},{"kind":"objref","type":"string","value":"_parent.6g6OwCSjl3n"},{"kind":"objref","type":"string","value":"_parent.6Hbqb8Tbpmr"},{"kind":"objref","type":"string","value":"_parent.6Zp2H7IoIya"},{"kind":"objref","type":"string","value":"_parent.5ptg2E0vhv9"},{"kind":"objref","type":"string","value":"_parent.6O6sA4r6MpD"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf.5txzmzoeRNw"},{"kind":"objref","type":"string","value":"_parent.5oyWtWfiLVf.6KYUvXG6OJG"},{"kind":"objref","type":"string","value":"_parent.5uPjjkYbibz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6E8CUgvUJHh"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.5dLRF9QiUmT"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6l1ywu0g4Lb"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6AQIHuprHxz"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6R4dYkoisL6"},{"kind":"objref","type":"string","value":"_parent.6ObmagFTM4C.6WmIg5NrW6m"},{"kind":"objref","type":"string","value":"_parent.6Dy4Prsxt09"},{"kind":"objref","type":"string","value":"_parent.5ahkuEsFbE2"},{"kind":"objref","type":"string","value":"_parent.6GKg1LUdhFB"},{"kind":"objref","type":"string","value":"_parent.6ojJHz70M0J"},{"kind":"objref","type":"string","value":"_parent.6A3QIuktog3"},{"kind":"objref","type":"string","value":"_parent.6SkbGPFIFYb"},{"kind":"objref","type":"string","value":"_parent.5v9CZ027DwU"},{"kind":"objref","type":"string","value":"_parent.5nczRtN1xAe"},{"kind":"objref","type":"string","value":"_parent.6lrkBnJZfps"},{"kind":"objref","type":"string","value":"_parent.6OnSB2G8e4C"},{"kind":"objref","type":"string","value":"_parent.5WC0jDDdkqM"},{"kind":"objref","type":"string","value":"_parent.5kSs3YRbtIh"},{"kind":"objref","type":"string","value":"_parent.5Uk2fol2Hxe"},{"kind":"objref","type":"string","value":"_parent.5hr6Zs2NXcO"},{"kind":"objref","type":"string","value":"_parent.6eZhkftFcec"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC.6k9Zt7O79w5"},{"kind":"objref","type":"string","value":"_parent.5yIXKrpNEYC.61nfRwYISWK"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":480,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":24250,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dgxVNS5cyd"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5dvIF5odZjP"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qos05esXfI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6EyVsLaAjsI"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5VTyHtUVti6"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":750,"actions":[{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6jATPJiAF9o"}},{"kind":"media_play","objRef":{"type":"string","value":"6jATPJiAF9o"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6jATPJiAF9o"}}]},{"kind":"ontimelinetick","time":8750,"actions":[{"kind":"show","transition":"custom","animationId":"Entrance","reverse":false,"objRef":{"type":"string","value":"6BhFN98R85f"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6KAiTAx3BCe"}},{"kind":"media_play","objRef":{"type":"string","value":"6KAiTAx3BCe"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6KAiTAx3BCe"}}]},{"kind":"ontimelinetick","time":13750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XvmBP3XmwV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"6Y2TZfMfI7a"}},{"kind":"media_play","objRef":{"type":"string","value":"6Y2TZfMfI7a"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"6Y2TZfMfI7a"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":14,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":18,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5dgxVNS5cyd_960414842","id":"01","linkId":"txt__default_5dgxVNS5cyd","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":602,"height":231,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":115,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":87,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je ferme les contenants","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","listTypeFormat":"plain","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":23,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":571,"bottom":238,"pngfb":false,"pr":{"l":"Lib","i":555}}}],"shapemaskId":"","xPos":286,"yPos":151,"tabIndex":16,"tabEnabled":true,"referenceName":"5dgxVNS5cyd","xOffset":0,"yOffset":0,"rotateXPos":310.5,"rotateYPos":118,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":624,"bottom":239,"altText":"Les asphyxies et suffocations entrainent un risque d’hospitalisation très élévé , c’est le signe de leur gravité !\\n\\nPREVENIR: \\n\\nJe range hors de portée des enfants les petits aliments, les petits objets et les sacs\\n\\nJe ferme les contenants","pngfb":false,"pr":{"l":"Lib","i":553}},"html5data":{"xPos":-2,"yPos":-2,"width":626,"height":241,"strokewidth":3}},"width":622,"height":237,"resume":false,"useHandCursor":true,"id":"5dgxVNS5cyd"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5vTc950buo1_-1064380205","id":"01","linkId":"txt__default_5dvIF5odZjP","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":100,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":561}}},{"kind":"textdata","uniqueId":"6Jir5xhFr9W_860346732","id":"02","linkId":"txt__default_Disabled_5dvIF5odZjP","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":243}}},{"kind":"textdata","uniqueId":"5lUPWgGG7Vi_1967444154","id":"03","linkId":"txt__default_Down_5dvIF5odZjP","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":22,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontSize":14,"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":442,"yPos":496,"tabIndex":22,"tabEnabled":true,"referenceName":"5dvIF5odZjP","xOffset":0,"yOffset":0,"rotateXPos":58.5,"rotateYPos":13,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":118,"bottom":28,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":556}},"html5data":{"xPos":0,"yPos":0,"width":118,"height":26,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":557}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":558}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":174}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":557}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":559}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":560}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":559}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":176}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":560}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}}],"width":117,"height":26,"resume":true,"useHandCursor":true,"id":"5dvIF5odZjP","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}},{"kind":"resetquiz","objRef":{"type":"string","value":"_player.6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6OFCpjXd6l4","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6AinT2WqVAs","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6PTrxUIN1eO","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_694mw7yIglY","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_67in7jrfvAp","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6bOsRTrhs7k","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5dcskZN08U2","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_62idXSnMZL5","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6r2Lr4OhfYx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5g7Qg4RWDPK","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5couOGvhgC0","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5p31KAqcjJA","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6BMRqfqDmyy","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5egGfQqZkDb","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_6ObmagFTM4C","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ZTEsIshGPW","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5mRasnpZbWx","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6ML5zeVqhOR","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5nNxthafK5g","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_5cNUFQh1AxU","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}},{"kind":"adjustvar","variable":"_player.ReviewMode_5iHW2XPPuAX","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_player.CurrentQuiz_6MbCw3zA6X4","operator":"set","value":{"type":"string","value":"6qa4PN8eUei"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5qos05esXfI_1191082753","id":"01","linkId":"txt__default_5qos05esXfI","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":408,"height":28,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"displayCase":"asIs","foregroundColor":"#010101","linkColor":"#0664C1","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":280,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":563}}}],"shapemaskId":"","xPos":286,"yPos":90,"tabIndex":15,"tabEnabled":true,"referenceName":"5qos05esXfI","xOffset":0,"yOffset":0,"rotateXPos":214,"rotateYPos":17,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":429,"bottom":51,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":562}},"html5data":{"xPos":0,"yPos":0,"width":429,"height":34,"strokewidth":0}},"width":428,"height":34,"resume":false,"useHandCursor":true,"id":"5qos05esXfI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6EyVsLaAjsI_-1866805261","id":"01","linkId":"txt__default_6EyVsLaAjsI","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":727,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":564}}}],"shapemaskId":"","xPos":193,"yPos":429,"tabIndex":21,"tabEnabled":true,"referenceName":"6EyVsLaAjsI","xOffset":0,"yOffset":0,"rotateXPos":376.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":753,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":353}},"html5data":{"xPos":0,"yPos":0,"width":753,"height":46,"strokewidth":0}},"width":753,"height":46,"resume":false,"useHandCursor":true,"id":"6EyVsLaAjsI"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":67,"id":"01","url":"story_content/6nWotxJhCgB_FFFFFF.png","type":"normal","altText":"bocal ferme.png","width":108,"height":108,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":548,"yPos":332,"tabIndex":20,"tabEnabled":true,"referenceName":"5XvmBP3XmwV","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":27,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":54,"altText":"bocal ferme.png","pngfb":false,"pr":{"l":"Lib","i":550}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":54,"strokewidth":0}},"width":54,"height":54,"resume":false,"useHandCursor":true,"id":"5XvmBP3XmwV"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":23,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":846,"yPos":262,"tabIndex":19,"tabEnabled":true,"referenceName":"6BhFN98R85f","xOffset":0,"yOffset":0,"rotateXPos":35.5,"rotateYPos":34.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":71,"bottom":69,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":118}},"html5data":{"xPos":0,"yPos":0,"width":71,"height":69,"strokewidth":0}},"animations":[{"kind":"animation","id":"Entrance","duration":750,"hidetextatstart":true,"animateshapewithtext":false,"tweens":[{"kind":"tween","time":0,"duration":750,"position":{"relativerotation":false,"relativestartpoint":false,"path":[{"kind":"segment","type":"line","anchora":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"283"},"anchorb":{"x":"$RawXPos","y":"$RawYPos","dx":"0","dy":"0"}}],"duration":750,"easing":"cubic","easingdir":"easeout"}}]}],"width":71,"height":69,"resume":false,"useHandCursor":true,"id":"6BhFN98R85f"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":66,"id":"01","url":"story_content/5mhUyOe5HjX.png","type":"normal","altText":"Image 35.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":853,"yPos":160,"tabIndex":17,"tabEnabled":true,"referenceName":"5VTyHtUVti6","xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"Image 35.png","pngfb":false,"pr":{"l":"Lib","i":246}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":false,"useHandCursor":true,"id":"5VTyHtUVti6"}],"audiolib":[{"kind":"audio","assetId":160,"id":"6jATPJiAF9o"},{"kind":"audio","assetId":161,"id":"6KAiTAx3BCe"},{"kind":"audio","assetId":162,"id":"6Y2TZfMfI7a"},{"kind":"audio","assetId":163,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":960,"height":540,"resume":false,"useHandCursor":false,"id":"6JQMDJqqWyJ","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide18","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":145,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6ZTEsIshGPW","actionGroups":{"ReviewInt_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ObmagFTM4C_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ZTEsIshGPW","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns00000000001"}]}]},"ReviewIntCorrectIncorrect_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"},"enabled":{"type":"boolean","value":true}},{"kind":"set_review","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"},"enabled":{"type":"boolean","value":true}}]},"AnsweredInt_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_6ObmagFTM4C"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"DisableChoices_6ObmagFTM4C":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6AQIHuprHxz"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6E8CUgvUJHh"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6R4dYkoisL6"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.5dLRF9QiUmT"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6WmIg5NrW6m"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"6ObmagFTM4C.6l1ywu0g4Lb"},"enabled":{"type":"boolean","value":false}}]},"6ObmagFTM4C_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6ObmagFTM4C"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_6ObmagFTM4C"}]}]}]}]},"SetLayout_pxabnsnfns00000000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns00000000001"}]}]},"NavigationRestrictionNextSlide_6ZTEsIshGPW":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5Uysmghm0oM.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6Q4mPLrKWvP"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.6ML5zeVqhOR"}}]}]},"NavigationRestrictionPreviousSlide_6ZTEsIshGPW":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6ObmagFTM4C","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_6ObmagFTM4C"}],"elseActions":[{"kind":"exe_actiongroup","id":"6ObmagFTM4C_CheckAnswered"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_6ObmagFTM4C","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ZTEsIshGPW","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_6ObmagFTM4C","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6ZTEsIshGPW","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6ZTEsIshGPW"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6ZTEsIshGPW"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6bOsRTrhs7k.js b/public/zeroaccident/je_securise/html5/data/js/6bOsRTrhs7k.js new file mode 100644 index 0000000..6631d09 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6bOsRTrhs7k.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"INTOX chambre","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":9,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"slideLayers":[{"audiolib":[{"kind":"audio","assetId":65,"id":"5praEesQK1L"}],"enableSeek":true,"enableReplay":true,"timeline":{"duration":22750,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6kUsOuFOr9R.5X7Y4ZyAwJB"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61eH7g4B4qW.61ARsFE16bS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69uFeAX6Kae.5b4M7FBITqW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6YoF74lFXTZ"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ofa8mBtKsT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ofa8mBtKsT.5lsmHHLGBL2"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6ofa8mBtKsT.5ik4umHgclx"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6mCwglwqIR5"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5praEesQK1L"}},{"kind":"media_play","objRef":{"type":"string","value":"5praEesQK1L"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5praEesQK1L"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iJWESBrwW7.5z39plotAof"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MwyMoECmqE"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5t9XTDNG3CS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XUAW73k065.6N9d0K8nhcD"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5XUAW73k065.6AgeDivpS7b"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj.6H3KuLYtnMU"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj.6i8XYg16LFq"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5aR3gyEg4xj.5xtJ5T95Kdy"}}]},{"kind":"ontimelinetick","time":3000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65Ksi4Lc23s"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bXI1uymdjo"}}]},{"kind":"ontimelinetick","time":3500,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6kUsOuFOr9R.6fYk1pvxD2e"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"61eH7g4B4qW.6C4PUH2088R"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"69uFeAX6Kae.6QLUKrYU84Q"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5iJWESBrwW7.5dKr9xOou5R"}}]},{"kind":"ontimelinetick","time":5000,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cM9NBQHzat"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cM9NBQHzat.5ozDjhU37gp"}}]},{"kind":"ontimelinetick","time":5021,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5cM9NBQHzat.6IMnlfblN96"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5uLnihylXuN"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":464,"yPos":220,"tabIndex":24,"tabEnabled":true,"referenceName":"65Ksi4Lc23s","xOffset":0,"yOffset":0,"rotateXPos":65,"rotateYPos":29.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":65,"snapy":30,"dragreturn":true,"multidrop":true,"droptype":"free","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6CRr7ZLbapG"],"dragoverids":["_drop_6CRr7ZLbapG"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":60,"altText":"Zone de clic rectangulaire 2","pngfb":false,"pr":{"l":"Lib","i":204}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":60,"strokewidth":0}},"width":131,"height":60,"resume":true,"useHandCursor":true,"id":"65Ksi4Lc23s"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":51,"id":"01","url":"story_content/6UT1K1BsiKV_797C6C.png","type":"normal","altText":"NeoCube.jpg","width":232,"height":174,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":13,"yPos":0,"tabIndex":29,"tabEnabled":true,"referenceName":"6IMnlfblN96","xOffset":0,"yOffset":0,"rotateXPos":58,"rotateYPos":48,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":116,"bottom":96,"altText":"NeoCube.jpg","pngfb":false,"pr":{"l":"Lib","i":205}},"html5data":{"xPos":-1,"yPos":-1,"width":117,"height":97,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":116,"bottom":96,"altText":"NeoCube.jpg","pngfb":false,"pr":{"l":"Lib","i":205}},"html5data":{"xPos":-1,"yPos":-1,"width":117,"height":97,"strokewidth":0}}}],"width":116,"height":96,"resume":true,"useHandCursor":true,"id":"6IMnlfblN96","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5ozDjhU37gp_-796624533","id":"01","linkId":"txt__default_5ozDjhU37gp","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":108,"height":30,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Jeu anti stress\\n","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":" magnétique","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":117,"bottom":35,"pngfb":false,"pr":{"l":"Lib","i":207}}}],"shapemaskId":"","xPos":0,"yPos":87,"tabIndex":30,"tabEnabled":true,"referenceName":"5ozDjhU37gp","xOffset":0,"yOffset":0,"rotateXPos":67,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":134,"bottom":40,"altText":"Jeu anti stress\\n magnétique","pngfb":false,"pr":{"l":"Lib","i":206}},"html5data":{"xPos":0,"yPos":0,"width":134,"height":40,"strokewidth":0}},"width":134,"height":40,"resume":false,"useHandCursor":true,"id":"5ozDjhU37gp"}],"accType":"text","altText":"Groupe\\r\\n 5","shapemaskId":"","xPos":24,"yPos":270,"tabIndex":28,"tabEnabled":true,"referenceName":"5cM9NBQHzat","xOffset":0,"yOffset":0,"rotateXPos":67,"rotateYPos":63.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":67,"snapy":63,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_5sR9LM6SKau"],"dragoverids":["_drop_5sR9LM6SKau"]},"data":{"hotlinkId":"5cM9NBQHzat_hot","accState":0,"imagedata":{"assetId":50,"url":"","type":"normal","altText":"Groupe\\r\\n 5","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5cM9NBQHzat.png","xPos":0,"yPos":0,"width":135,"height":128,"strokewidth":0,"mask":"4380O"}},"width":134,"height":127,"resume":true,"useHandCursor":true,"id":"5cM9NBQHzat","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]},{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.61eH7g4B4qW"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5X7Y4ZyAwJB_-1776456229","id":"01","linkId":"txt__default_5X7Y4ZyAwJB","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":71,"height":15,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Vapoteuse","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":84,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":209}}}],"shapemaskId":"","xPos":0,"yPos":103,"tabIndex":27,"tabEnabled":true,"referenceName":"5X7Y4ZyAwJB","xOffset":0,"yOffset":0,"rotateXPos":48.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":97,"bottom":25,"altText":"Vapoteuse","pngfb":false,"pr":{"l":"Lib","i":208}},"html5data":{"xPos":0,"yPos":0,"width":97,"height":25,"strokewidth":0}},"width":97,"height":25,"resume":false,"useHandCursor":true,"id":"5X7Y4ZyAwJB"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":53,"id":"01","url":"story_content/5b1eh3LrRdU.png","type":"normal","altText":"vape-3610623_1280.png","width":130,"height":220,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":18,"yPos":0,"tabIndex":26,"tabEnabled":true,"referenceName":"6fYk1pvxD2e","xOffset":0,"yOffset":0,"rotateXPos":32.5,"rotateYPos":55,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":65,"bottom":110,"altText":"vape-3610623_1280.png","pngfb":false,"pr":{"l":"Lib","i":210}},"html5data":{"xPos":0,"yPos":0,"width":65,"height":110,"strokewidth":0}},"width":65,"height":110,"resume":false,"useHandCursor":true,"id":"6fYk1pvxD2e"}],"accType":"text","altText":"Groupe\\r\\n 6","shapemaskId":"","xPos":190,"yPos":229,"tabIndex":25,"tabEnabled":true,"referenceName":"6kUsOuFOr9R","xOffset":0,"yOffset":0,"rotateXPos":48.5,"rotateYPos":64,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":48,"snapy":64,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6ixOTUjz9QJ"],"dragoverids":["_drop_6ixOTUjz9QJ"]},"data":{"hotlinkId":"6kUsOuFOr9R_hot","accState":0,"imagedata":{"assetId":52,"url":"","type":"normal","altText":"Groupe\\r\\n 6","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape6kUsOuFOr9R.png","xPos":0,"yPos":0,"width":97,"height":128,"strokewidth":0,"mask":"3162O"}},"width":97,"height":128,"resume":true,"useHandCursor":true,"id":"6kUsOuFOr9R","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.69uFeAX6Kae"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":55,"id":"01","url":"story_content/612q78bVBao_P_137_0_490_413.jpg","type":"normal","altText":"natural-cosmetics-4004909__480.jpg","width":490,"height":413,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":39,"yPos":0,"tabIndex":41,"tabEnabled":true,"referenceName":"6C4PUH2088R","xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":45,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":100,"bottom":90,"altText":"natural-cosmetics-4004909__480.jpg","pngfb":false,"pr":{"l":"Lib","i":211}},"html5data":{"xPos":-1,"yPos":-1,"width":101,"height":91,"strokewidth":0}},"width":100,"height":90,"resume":false,"useHandCursor":true,"id":"6C4PUH2088R"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"61ARsFE16bS_-1767613455","id":"01","linkId":"txt__default_61ARsFE16bS","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":139,"height":30,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Huiles essentielles,\\n","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Huiles de massage…","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":18,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":153,"bottom":34,"pngfb":false,"pr":{"l":"Lib","i":213}}}],"shapemaskId":"","xPos":0,"yPos":82,"tabIndex":42,"tabEnabled":true,"referenceName":"61ARsFE16bS","xOffset":0,"yOffset":0,"rotateXPos":82.5,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":165,"bottom":40,"altText":"Huiles essentielles,\\nHuiles de massage…","pngfb":false,"pr":{"l":"Lib","i":212}},"html5data":{"xPos":0,"yPos":0,"width":165,"height":40,"strokewidth":0}},"width":165,"height":40,"resume":false,"useHandCursor":true,"id":"61ARsFE16bS"}],"accType":"text","altText":"Groupe\\r\\n 7","shapemaskId":"","xPos":8,"yPos":410,"tabIndex":40,"tabEnabled":true,"referenceName":"61eH7g4B4qW","xOffset":0,"yOffset":0,"rotateXPos":82.5,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":4,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":82,"snapy":60,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6fP7BtBuoE9"],"dragoverids":["_drop_6fP7BtBuoE9"]},"data":{"hotlinkId":"61eH7g4B4qW_hot","accState":0,"imagedata":{"assetId":54,"url":"","type":"normal","altText":"Groupe\\r\\n 7","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape61eH7g4B4qW.png","xPos":0,"yPos":0,"width":166,"height":122,"strokewidth":0,"mask":"4F1CO"}},"width":165,"height":121,"resume":true,"useHandCursor":true,"id":"61eH7g4B4qW","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.6kUsOuFOr9R"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":57,"id":"01","url":"story_content/6PywSUpECT6.png","type":"normal","altText":"kisspng-book-free-content-clip-art-aufgeschlagenes-buch-clipart-5aa8e518be1084.8506307115210181367785.png","width":272,"height":195,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":32,"tabEnabled":true,"referenceName":"6QLUKrYU84Q","xOffset":0,"yOffset":0,"rotateXPos":68,"rotateYPos":56,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":136,"bottom":112,"altText":"kisspng-book-free-content-clip-art-aufgeschlagenes-buch-clipart-5aa8e518be1084.8506307115210181367785.png","pngfb":false,"pr":{"l":"Lib","i":214}},"html5data":{"xPos":-1,"yPos":-1,"width":137,"height":113,"strokewidth":0}},"width":136,"height":112,"resume":false,"useHandCursor":true,"id":"6QLUKrYU84Q"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5b4M7FBITqW_-475894931","id":"01","linkId":"txt__default_5b4M7FBITqW","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":34,"height":15,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Livre","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":5,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":47,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":216}}}],"shapemaskId":"","xPos":29,"yPos":104,"tabIndex":33,"tabEnabled":true,"referenceName":"5b4M7FBITqW","xOffset":0,"yOffset":0,"rotateXPos":30,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":60,"bottom":25,"altText":"Livre","pngfb":false,"pr":{"l":"Lib","i":215}},"html5data":{"xPos":0,"yPos":0,"width":60,"height":25,"strokewidth":0}},"width":60,"height":25,"resume":false,"useHandCursor":true,"id":"5b4M7FBITqW"}],"accType":"text","altText":"Groupe\\r\\n 4","shapemaskId":"","xPos":307,"yPos":318,"tabIndex":31,"tabEnabled":true,"referenceName":"69uFeAX6Kae","xOffset":0,"yOffset":0,"rotateXPos":68,"rotateYPos":65,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":5,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":68,"snapy":64,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6CRr7ZLbapG"],"dragoverids":["_drop_6CRr7ZLbapG"]},"data":{"hotlinkId":"69uFeAX6Kae_hot","accState":0,"imagedata":{"assetId":56,"url":"","type":"normal","altText":"Groupe\\r\\n 4","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape69uFeAX6Kae.png","xPos":0,"yPos":0,"width":137,"height":129,"strokewidth":0,"mask":"4592O"}},"width":136,"height":130,"resume":true,"useHandCursor":true,"id":"69uFeAX6Kae","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.5iJWESBrwW7"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6YoF74lFXTZ_623073857","id":"01","linkId":"txt__default_6YoF74lFXTZ","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":871,"height":43,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’ECARTE LES RISQUES.","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":23,"fontIsBold":true,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":36.585,"descent":8.863,"leading":0,"underlinePosition":-3.067,"underlineThickness":1.533,"xHeight":17.725}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":21,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":270,"bottom":49,"pngfb":false,"pr":{"l":"Lib","i":217}}}],"shapemaskId":"","xPos":30,"yPos":54,"tabIndex":14,"tabEnabled":true,"referenceName":"6YoF74lFXTZ","xOffset":0,"yOffset":0,"rotateXPos":445.5,"rotateYPos":24.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":891,"bottom":49,"altText":"J’ECARTE LES RISQUES.","pngfb":false,"pr":{"l":"Lib","i":64}},"html5data":{"xPos":0,"yPos":0,"width":891,"height":49,"strokewidth":0}},"width":891,"height":49,"resume":false,"useHandCursor":true,"id":"6YoF74lFXTZ"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":20,"tabEnabled":true,"referenceName":"5lsmHHLGBL2","xOffset":0,"yOffset":0,"rotateXPos":146.5,"rotateYPos":121.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":294,"bottom":243,"altText":"Rectangle 1","pngfb":false,"pr":{"l":"Lib","i":218}},"html5data":{"xPos":0,"yPos":0,"width":294,"height":243,"strokewidth":0}},"width":293,"height":243,"resume":false,"useHandCursor":true,"id":"5lsmHHLGBL2"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":229,"yPos":0,"tabIndex":21,"tabEnabled":true,"referenceName":"5ik4umHgclx","xOffset":0,"yOffset":0,"rotateXPos":66,"rotateYPos":121.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":133,"bottom":243,"altText":"Ovale 1","pngfb":false,"pr":{"l":"Lib","i":219}},"html5data":{"xPos":0,"yPos":0,"width":133,"height":243,"strokewidth":0}},"width":132,"height":243,"resume":false,"useHandCursor":true,"id":"5ik4umHgclx"}],"accType":"text","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":599,"yPos":86,"tabIndex":19,"tabEnabled":true,"referenceName":"6ofa8mBtKsT","xOffset":0,"yOffset":0,"rotateXPos":180.5,"rotateYPos":121.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":180,"depth":7,"scrolling":true,"shuffleLock":false,"width":361,"height":243,"resume":false,"useHandCursor":true,"id":"6ofa8mBtKsT","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6mCwglwqIR5_-910621017","id":"01","linkId":"txt__default_6mCwglwqIR5","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":314,"height":64,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Comment limiter le risque d’accident avec des objets présents dans la chambre ?","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":25.451,"descent":6.165,"leading":0,"underlinePosition":-2.133,"underlineThickness":1.067,"xHeight":12.331}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":79,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":321,"bottom":69,"pngfb":false,"pr":{"l":"Lib","i":221}}}],"shapemaskId":"","xPos":633,"yPos":103,"tabIndex":22,"tabEnabled":true,"referenceName":"6mCwglwqIR5","xOffset":0,"yOffset":0,"rotateXPos":170,"rotateYPos":37,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":340,"bottom":74,"altText":"Comment limiter le risque d’accident avec des objets présents dans la chambre ?","pngfb":false,"pr":{"l":"Lib","i":220}},"html5data":{"xPos":0,"yPos":0,"width":340,"height":74,"strokewidth":0}},"width":340,"height":74,"resume":false,"useHandCursor":true,"id":"6mCwglwqIR5"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":59,"id":"01","url":"story_content/6nITrJmwfpL.jpg","type":"normal","altText":"OIP (1).jpg","width":196,"height":154,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":9,"yPos":0,"tabIndex":38,"tabEnabled":true,"referenceName":"5dKr9xOou5R","xOffset":0,"yOffset":0,"rotateXPos":55,"rotateYPos":49.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":110,"bottom":99,"altText":"OIP (1).jpg","pngfb":false,"pr":{"l":"Lib","i":222}},"html5data":{"xPos":-1,"yPos":-1,"width":111,"height":100,"strokewidth":0}},"width":110,"height":99,"resume":false,"useHandCursor":true,"id":"5dKr9xOou5R"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5z39plotAof_1013045792","id":"01","linkId":"txt__default_5z39plotAof","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":103,"height":15,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Piles boutons","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":104,"bottom":20,"pngfb":false,"pr":{"l":"Lib","i":224}}}],"shapemaskId":"","xPos":0,"yPos":96,"tabIndex":39,"tabEnabled":true,"referenceName":"5z39plotAof","xOffset":0,"yOffset":0,"rotateXPos":64.5,"rotateYPos":12.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":129,"bottom":25,"altText":"Piles boutons","pngfb":false,"pr":{"l":"Lib","i":223}},"html5data":{"xPos":0,"yPos":0,"width":129,"height":25,"strokewidth":0}},"width":129,"height":25,"resume":false,"useHandCursor":true,"id":"5z39plotAof"}],"accType":"text","altText":"Groupe\\r\\n 3","shapemaskId":"","xPos":459,"yPos":366,"tabIndex":37,"tabEnabled":true,"referenceName":"5iJWESBrwW7","xOffset":0,"yOffset":0,"rotateXPos":64.5,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":9,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":64,"snapy":60,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6WnoEuNq6SL"],"dragoverids":["_drop_6WnoEuNq6SL"]},"data":{"hotlinkId":"5iJWESBrwW7_hot","accState":0,"imagedata":{"assetId":58,"url":"","type":"normal","altText":"Groupe\\r\\n 3","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5iJWESBrwW7.png","xPos":0,"yPos":0,"width":130,"height":121,"strokewidth":0,"mask":"3D72O"}},"width":129,"height":121,"resume":true,"useHandCursor":true,"id":"5iJWESBrwW7","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]},{"kind":"ondragconnect","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"_parent.5XUAW73k065"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5jNnuTLWYmH_1189555280","id":"01","linkId":"txt__default_6MwyMoECmqE","type":"acctext","xPos":5,"yPos":2,"xAccOffset":5,"yAccOffset":2,"width":95,"height":23,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Valider","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":7,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":82,"bottom":25,"pngfb":false,"pr":{"l":"Lib","i":229}}}],"shapemaskId":"","xPos":382,"yPos":490,"tabIndex":43,"tabEnabled":true,"referenceName":"6MwyMoECmqE","xOffset":0,"yOffset":0,"rotateXPos":52.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":225}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":225}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":226}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":225}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":225}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":226}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":227}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":227}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":228}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":227}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":227}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":107,"bottom":29,"altText":"Valider","pngfb":false,"pr":{"l":"Lib","i":228}},"html5data":{"xPos":-1,"yPos":-1,"width":108,"height":30,"strokewidth":1}}}],"width":105,"height":27,"resume":true,"useHandCursor":true,"id":"6MwyMoECmqE","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"_parent.5cM9NBQHzat.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.5XUAW73k065.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.61eH7g4B4qW.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.6kUsOuFOr9R.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.69uFeAX6Kae.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"},{"kind":"compare","operator":"eq","valuea":"_parent.5iJWESBrwW7.#ItemWasDragged","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"eval_interaction","id":"_parent.6cWEoda0FLx"}],"elseActions":[{"kind":"gotoplay","window":"MessageWnd","wndtype":"normal","objRef":{"type":"string","value":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide"}}]}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5t9XTDNG3CS_-1529560740","id":"01","linkId":"txt__default_5t9XTDNG3CS","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":167,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Dans la chambre","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":13.5,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.474,"descent":5.202,"leading":0,"underlinePosition":-1.8,"underlineThickness":0.9,"xHeight":10.404}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":112,"bottom":39,"pngfb":false,"pr":{"l":"Lib","i":231}}}],"shapemaskId":"","xPos":32,"yPos":18,"tabIndex":11,"tabEnabled":true,"referenceName":"5t9XTDNG3CS","xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":11,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":187,"bottom":44,"altText":"Dans la chambre","pngfb":false,"pr":{"l":"Lib","i":230}},"html5data":{"xPos":0,"yPos":0,"width":187,"height":44,"strokewidth":0}},"width":187,"height":44,"resume":false,"useHandCursor":true,"id":"5t9XTDNG3CS"},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":61,"id":"01","url":"story_content/6bxeXNwgoeQ.png","type":"normal","altText":"medicaments.png","width":156,"height":156,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":42,"yPos":0,"tabIndex":35,"tabEnabled":true,"referenceName":"6N9d0K8nhcD","xOffset":0,"yOffset":0,"rotateXPos":31,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":62,"bottom":78,"altText":"medicaments.png","pngfb":false,"pr":{"l":"Lib","i":232}},"html5data":{"xPos":0,"yPos":0,"width":62,"height":78,"strokewidth":0}},"width":62,"height":78,"resume":false,"useHandCursor":true,"id":"6N9d0K8nhcD"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6AgeDivpS7b_1246254883","id":"01","linkId":"txt__default_6AgeDivpS7b","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":128,"height":73,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Médicaments,\\n","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":13,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Compléments alimentaires, \\n","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":27,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Produits stupéfiants","style":{"fontFamily":"\\"VerdanaBold CharsetBold7FD69FB3\\",\\"Verdana\\"","fontSize":9,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":12.064,"descent":2.52,"leading":0,"underlinePosition":-0.814,"underlineThickness":1.236,"xHeight":6.58}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":20,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":125,"bottom":78,"pngfb":false,"pr":{"l":"Lib","i":234}}}],"shapemaskId":"","xPos":0,"yPos":64,"tabIndex":36,"tabEnabled":true,"referenceName":"6AgeDivpS7b","xOffset":0,"yOffset":0,"rotateXPos":74,"rotateYPos":41.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":148,"bottom":83,"altText":"Médicaments,\\nCompléments alimentaires, \\nProduits stupéfiants","pngfb":false,"pr":{"l":"Lib","i":233}},"html5data":{"xPos":0,"yPos":0,"width":148,"height":83,"strokewidth":0}},"width":148,"height":83,"resume":false,"useHandCursor":true,"id":"6AgeDivpS7b"}],"accType":"text","altText":"Groupe\\r\\n 8","shapemaskId":"","xPos":148,"yPos":350,"tabIndex":34,"tabEnabled":true,"referenceName":"5XUAW73k065","xOffset":0,"yOffset":0,"rotateXPos":74,"rotateYPos":73.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":12,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":true,"dropenabled":false,"dragoverenabled":false,"snapx":74,"snapy":73,"dragreturn":true,"multidrop":false,"droptype":"snap","dropoffsetx":20,"dropoffsety":20,"dragdropids":["_drop_6Ao1Zl2TwTR"],"dragoverids":["_drop_6Ao1Zl2TwTR"]},"data":{"hotlinkId":"5XUAW73k065_hot","accState":0,"imagedata":{"assetId":60,"url":"","type":"normal","altText":"Groupe\\r\\n 8","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5XUAW73k065.png","xPos":0,"yPos":0,"width":148,"height":148,"strokewidth":0,"mask":"5624O"}},"width":148,"height":147,"resume":true,"useHandCursor":true,"id":"5XUAW73k065","variables":[{"kind":"variable","name":"ItemWasDragged","type":"boolean","value":false,"resume":true}],"actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"ondragstart","actions":[{"kind":"adjustvar","variable":"ItemWasDragged","operator":"set","value":{"type":"boolean","value":true}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":62,"id":"01","url":"","type":"normal","width":90,"height":14,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":16,"tabEnabled":true,"referenceName":"6H3KuLYtnMU","xOffset":-1,"yOffset":0,"rotateXPos":43.5,"rotateYPos":5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":90,"bottom":14,"altText":"Parallélogramme 1","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_6H3KuLYtnMU.png","xPos":-1,"yPos":0,"width":90,"height":14,"strokewidth":0,"mask":"1O4AXFO4CXEO4CXEO4CXFO4CXEO4CXFO4CXEO4CXFO4BXFO4BXFO4AX11O47XB9O"}},"width":87,"height":10,"resume":false,"useHandCursor":true,"id":"6H3KuLYtnMU"},{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":63,"id":"01","url":"","type":"normal","width":17,"height":18,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":0,"yPos":1,"tabIndex":18,"tabEnabled":true,"referenceName":"6i8XYg16LFq","xOffset":0,"yOffset":0,"rotateXPos":7,"rotateYPos":7,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":17,"bottom":18,"altText":"Parallélogramme 2","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_6i8XYg16LFq.png","xPos":0,"yPos":0,"width":17,"height":18,"strokewidth":0,"mask":"9O4XAO5X9O6X9O5X9O5X9O5XAO5X9O5X9O6X9O5X9O5X9O6X9O5X9O5XAO5XAO4X2DO"}},"width":14,"height":14,"resume":false,"useHandCursor":true,"id":"6i8XYg16LFq"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":64,"id":"01","url":"","type":"normal","width":76,"height":8,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":14,"yPos":11,"tabIndex":17,"tabEnabled":true,"referenceName":"5xtJ5T95Kdy","xOffset":0,"yOffset":0,"rotateXPos":36,"rotateYPos":1.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":76,"bottom":8,"altText":"Rectangle 3","pngfb":false,"pr":{"l":"Lib","i":121}},"html5data":{"url":"txt__default_5xtJ5T95Kdy.png","xPos":0,"yPos":0,"width":76,"height":8,"strokewidth":0,"mask":"49X2O48X2O48X2O48XE6O"}},"width":72,"height":3,"resume":false,"useHandCursor":true,"id":"5xtJ5T95Kdy"}],"accType":"text","altText":"Groupe\\r\\n 9","shapemaskId":"","xPos":480,"yPos":85,"tabIndex":15,"tabEnabled":true,"referenceName":"5aR3gyEg4xj","xOffset":0,"yOffset":0,"rotateXPos":43.5,"rotateYPos":7.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":13,"scrolling":true,"shuffleLock":false,"width":87,"height":15,"resume":false,"useHandCursor":true,"id":"5aR3gyEg4xj","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":423,"yPos":40,"tabIndex":13,"tabEnabled":true,"referenceName":"6bXI1uymdjo","xOffset":0,"yOffset":0,"rotateXPos":100,"rotateYPos":60.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":14,"scrolling":true,"shuffleLock":false,"dragdrop":{"dragenabled":false,"dropenabled":true,"dragoverenabled":true,"snapx":0,"snapy":0,"dragreturn":false,"multidrop":true,"droptype":"stackoffset","dropoffsetx":10,"dropoffsety":10,"dragdropids":["_drop_5sR9LM6SKau","_drop_6Ao1Zl2TwTR","_drop_6fP7BtBuoE9","_drop_6ixOTUjz9QJ","_drop_6WnoEuNq6SL"],"dragoverids":["_drop_5sR9LM6SKau","_drop_6Ao1Zl2TwTR","_drop_6fP7BtBuoE9","_drop_6ixOTUjz9QJ","_drop_6WnoEuNq6SL"]},"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":201,"bottom":122,"altText":"Zone de clic rectangulaire 1","pngfb":false,"pr":{"l":"Lib","i":235}},"html5data":{"xPos":0,"yPos":0,"width":201,"height":122,"strokewidth":0}},"width":201,"height":122,"resume":true,"useHandCursor":true,"id":"6bXI1uymdjo"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5uLnihylXuN_-1164480230","id":"01","linkId":"txt__default_5uLnihylXuN","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":307,"height":100,"valign":"top","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Sur l’étagère ?\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":24,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.584,"descent":6.816,"leading":0,"underlinePosition":-2.656,"underlineThickness":1.088,"xHeight":15.92}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":16,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"ou sur la table de nuit ?\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":24,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":31.584,"descent":6.816,"leading":0,"underlinePosition":-2.656,"underlineThickness":1.088,"xHeight":15.92}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":26,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"(Je déplace l’objet)","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"justification":"center","tagType":"P"},"runs":[{"idx":0,"len":20,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":317,"bottom":105,"pngfb":false,"pr":{"l":"Lib","i":237}}}],"shapemaskId":"","xPos":624,"yPos":194,"tabIndex":23,"tabEnabled":true,"referenceName":"5uLnihylXuN","xOffset":0,"yOffset":0,"rotateXPos":163.5,"rotateYPos":55,"scaleX":100,"scaleY":100,"alpha":100,"depth":15,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":327,"bottom":110,"altText":"Sur l’étagère ?\\nou sur la table de nuit ?\\n(Je déplace l’objet)","pngfb":false,"pr":{"l":"Lib","i":236}},"html5data":{"xPos":0,"yPos":0,"width":327,"height":110,"strokewidth":0}},"width":327,"height":110,"resume":false,"useHandCursor":true,"id":"5uLnihylXuN"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67in7jrfvAp_IncorrectReview","id":"01","linkId":"67in7jrfvAp_IncorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":531,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":91}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":45,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":16,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Incorrect","pngfb":false,"pr":{"l":"Lib","i":90}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"67in7jrfvAp_IncorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"67in7jrfvAp_CorrectReview","id":"01","linkId":"67in7jrfvAp_CorrectReview","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":522,"bottom":37,"pngfb":false,"pr":{"l":"Lib","i":89}}}],"shapemaskId":"","xPos":0,"yPos":500,"tabIndex":44,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":480,"rotateYPos":20,"scaleX":100,"scaleY":100,"alpha":100,"depth":17,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":960,"bottom":40,"altText":"Correct","pngfb":false,"pr":{"l":"Lib","i":88}},"html5data":{"xPos":1,"yPos":1,"width":957,"height":37,"strokewidth":2}},"width":960,"height":40,"resume":false,"useHandCursor":true,"id":"67in7jrfvAp_CorrectReview","events":[{"kind":"onrelease","actions":[{"kind":"hide","transition":"appear","objRef":{"type":"string","value":"_this"}}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true},{"kind":"slidelayer","hideobjectsondisplay":[{"kind":"objref","type":"string","value":"_parent.65Ksi4Lc23s"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat.6IMnlfblN96"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R.5X7Y4ZyAwJB"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW.6C4PUH2088R"},{"kind":"objref","type":"string","value":"_parent.61eH7g4B4qW.61ARsFE16bS"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae.6QLUKrYU84Q"},{"kind":"objref","type":"string","value":"_parent.69uFeAX6Kae.5b4M7FBITqW"},{"kind":"objref","type":"string","value":"_parent.6kUsOuFOr9R.6fYk1pvxD2e"},{"kind":"objref","type":"string","value":"_parent.6YoF74lFXTZ"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT.5lsmHHLGBL2"},{"kind":"objref","type":"string","value":"_parent.6ofa8mBtKsT.5ik4umHgclx"},{"kind":"objref","type":"string","value":"_parent.6mCwglwqIR5"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7.5dKr9xOou5R"},{"kind":"objref","type":"string","value":"_parent.5iJWESBrwW7.5z39plotAof"},{"kind":"objref","type":"string","value":"_parent.6MwyMoECmqE"},{"kind":"objref","type":"string","value":"_parent.5cM9NBQHzat.5ozDjhU37gp"},{"kind":"objref","type":"string","value":"_parent.5t9XTDNG3CS"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065.6N9d0K8nhcD"},{"kind":"objref","type":"string","value":"_parent.5XUAW73k065.6AgeDivpS7b"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj"},{"kind":"objref","type":"string","value":"_parent.6bXI1uymdjo"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.6H3KuLYtnMU"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.6i8XYg16LFq"},{"kind":"objref","type":"string","value":"_parent.5aR3gyEg4xj.5xtJ5T95Kdy"},{"kind":"objref","type":"string","value":"_parent.5uLnihylXuN"}],"depth":0,"modal":true,"pauseParent":true,"rotateXPos":489,"rotateYPos":270,"tabIndex":-1,"presentAs":"layer","labeledById":"","describedById":"","enableSeek":true,"enableReplay":true,"lmsId":"","timeline":{"duration":31615,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6UJHtAg9yZn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5v8SeYPDdKe"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67nnuSqK8qX"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6Gy0SIRwZwm"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MrrwoiQZd2"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"64ngA1qI8Zh"}},{"kind":"media_play","objRef":{"type":"string","value":"64ngA1qI8Zh"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"64ngA1qI8Zh"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6BFBhzLBRyN"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5qwlWYq8EPA"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6FQeUg2cEfV"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"media_play","objRef":{"type":"string","value":"65CBUNgmP6G"}},{"kind":"set_volume","volume":100,"objRef":{"type":"string","value":"65CBUNgmP6G"}}]},{"kind":"ontimelinetick","time":5896,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5klj9jlWguI"}},{"kind":"media_seek","position":0,"objRef":{"type":"string","value":"5gCdz4pEp6V"}},{"kind":"media_play","objRef":{"type":"string","value":"5gCdz4pEp6V"}},{"kind":"set_volume","volume":75,"objRef":{"type":"string","value":"5gCdz4pEp6V"}}]},{"kind":"ontimelinetick","time":10750,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"65l1iZk1tbG"}}]}]},"objects":[{"kind":"vectorshape","rotation":270,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":299,"yPos":-179,"tabIndex":0,"tabEnabled":true,"referenceName":"5qwlWYq8EPA","xOffset":0,"yOffset":0,"rotateXPos":206.5,"rotateYPos":454.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":414,"bottom":909,"altText":"Round Same Side Corner","pngfb":false,"pr":{"l":"Lib","i":122}},"html5data":{"xPos":-1,"yPos":-1,"width":415,"height":910,"strokewidth":0}},"width":413,"height":909,"resume":false,"useHandCursor":true,"id":"5qwlWYq8EPA"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":15,"id":"01","url":"story_content/6iU2vJrtcYT.png","type":"normal","altText":"toy-gded778724_1280.png","width":289,"height":314,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":90,"yPos":172,"tabIndex":4,"tabEnabled":true,"referenceName":"6FQeUg2cEfV","xOffset":0,"yOffset":0,"rotateXPos":72.5,"rotateYPos":79,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":false,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":145,"bottom":158,"altText":"toy-gded778724_1280.png","pngfb":false,"pr":{"l":"Lib","i":123}},"html5data":{"xPos":0,"yPos":0,"width":145,"height":158,"strokewidth":0}},"width":145,"height":158,"resume":false,"useHandCursor":true,"id":"6FQeUg2cEfV"},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"6QMJtXnPmWj_1984388348","id":"01","linkId":"txt__default_6UJHtAg9yZn","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":103,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":99,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":178}}},{"kind":"textdata","uniqueId":"5mdjWMMryqN_-1995214687","id":"02","linkId":"txt__default_Disabled_6UJHtAg9yZn","type":"acctext","xPos":5,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":243}}},{"kind":"textdata","uniqueId":"5q2pv53nilK_-1179747049","id":"03","linkId":"txt__default_Down_6UJHtAg9yZn","type":"acctext","xPos":5,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":105,"height":28,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Continuer","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":14,"ascent":18.424,"descent":3.976,"leading":0,"underlinePosition":-1.549,"underlineThickness":0.635,"xHeight":9.287}}],"style":{"leadingMargin":0,"firstLineMargin":0,"justification":"center","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"tagType":"P"},"runs":[{"idx":0,"len":9,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":107,"bottom":28,"pngfb":false,"pr":{"l":"Lib","i":179}}}],"shapemaskId":"","xPos":423,"yPos":493,"tabIndex":9,"tabEnabled":true,"referenceName":"6UJHtAg9yZn","xOffset":0,"yOffset":0,"rotateXPos":57.5,"rotateYPos":16,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":116,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":238}},"html5data":{"xPos":-1,"yPos":-1,"width":117,"height":34,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":108}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":239}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":132,"bottom":32,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":240}},"html5data":{"xPos":0,"yPos":0,"width":132,"height":32,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":241}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":239}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":242}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":239}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":242}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":110}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":-1,"top":-1,"right":133,"bottom":33,"altText":"Continuer","pngfb":false,"pr":{"l":"Lib","i":239}},"html5data":{"xPos":-1,"yPos":-1,"width":134,"height":34,"strokewidth":1}}}],"width":115,"height":32,"resume":true,"useHandCursor":true,"id":"6UJHtAg9yZn","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"hide_slidelayer","transition":"appear","objRef":{"type":"string","value":"_parent"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"5v8SeYPDdKe_-298802928","id":"01","linkId":"txt__default_5v8SeYPDdKe","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":647,"height":237,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Les accidents de la vie courante par effets chimiques et asphyxie entrainent un risque d’hospitalisation élevé !\\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"fontIsBold":true,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":10,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":13.16,"descent":2.84,"leading":0,"underlinePosition":-1.107,"underlineThickness":0.453,"xHeight":6.633}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"PREVENIR","style":{"fontFamily":"\\"Lato SemiboldBold CBoldFC61D9DD\\",\\"Lato Semibold\\",\\"Lato\\"","fontSize":16,"fontIsBold":false,"fontIsUnderline":true,"displayCase":"asIs","foregroundColor":"#00B050","linkColor":"#00B050","ascent":17.173,"descent":4.16,"leading":4.267,"underlinePosition":-1.099,"underlineThickness":2.069,"xHeight":10.88}},{"text":": \\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je range mes petits objets et produits hors de la vue et de la portée des enfants\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":83,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":1,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Je garde les contenants d’origine et les maintiens fermés\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[{"idx":0,"len":58,"flowDirection":"leftToRight","cursive":false}]},{"spans":[],"style":{"flowDirection":"leftToRight","leadingMargin":48,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"listStyle":{"listType":"bullet","start":1,"size":200,"bulletChar":74,"bulletFont":"\\"Wingdings Charset0_v8sYB58B7A1D\\",\\"Wingdings\\"","bulletPicture":{"w":0,"h":0,"base64":0},"color":"#00B050"},"tagType":"P"},"runs":[]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":653,"bottom":229,"pngfb":false,"pr":{"l":"Lib","i":245}}}],"shapemaskId":"","xPos":264,"yPos":142,"tabIndex":2,"tabEnabled":true,"referenceName":"5v8SeYPDdKe","xOffset":0,"yOffset":0,"rotateXPos":333,"rotateYPos":121,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-2,"top":-2,"right":669,"bottom":245,"altText":"Les accidents de la vie courante par effets chimiques et asphyxie entrainent un risque d’hospitalisation élevé !\\n\\nPREVENIR: \\n\\nJe range mes petits objets et produits hors de la vue et de la portée des enfants\\n\\nJe garde les contenants d’origine et les maintiens fermés\\n","pngfb":false,"pr":{"l":"Lib","i":244}},"html5data":{"xPos":-2,"yPos":-2,"width":671,"height":247,"strokewidth":3}},"width":667,"height":243,"resume":false,"useHandCursor":true,"id":"5v8SeYPDdKe"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":66,"id":"01","url":"story_content/5mhUyOe5HjX.png","type":"normal","altText":"Image 35.png","width":88,"height":88,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":879,"yPos":166,"tabIndex":3,"tabEnabled":true,"referenceName":"67nnuSqK8qX","xOffset":0,"yOffset":0,"rotateXPos":22,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":5,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":44,"bottom":44,"altText":"Image 35.png","pngfb":false,"pr":{"l":"Lib","i":246}},"html5data":{"xPos":0,"yPos":0,"width":44,"height":44,"strokewidth":0}},"width":44,"height":44,"resume":false,"useHandCursor":true,"id":"67nnuSqK8qX"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":23,"id":"01","url":"story_content/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png","type":"normal","altText":"hors de portee.jpg","width":152,"height":149,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":902,"yPos":235,"tabIndex":5,"tabEnabled":true,"referenceName":"5klj9jlWguI","xOffset":0,"yOffset":0,"rotateXPos":29.5,"rotateYPos":29,"scaleX":100,"scaleY":100,"alpha":100,"depth":6,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":59,"bottom":58,"altText":"hors de portee.jpg","pngfb":false,"pr":{"l":"Lib","i":247}},"html5data":{"xPos":0,"yPos":0,"width":59,"height":58,"strokewidth":0}},"width":59,"height":58,"resume":false,"useHandCursor":true,"id":"5klj9jlWguI"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6Gy0SIRwZwm_333050480","id":"01","linkId":"txt__default_6Gy0SIRwZwm","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":297,"height":27,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"J’AI FAIT LE BON CHOIX !","style":{"fontFamily":"\\"Oswald Light Charset0_v400F0EA3\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":false,"displayCase":"asIs","foregroundColor":"#002060","linkColor":"#002060","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"firstLineMargin":0,"justification":"left","lineSpacingRule":"multiple","lineSpacing":20,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"displayCase":"asIs"},"tagType":"P"},"runs":[{"idx":0,"len":24,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#000000","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":280,"bottom":51,"pngfb":false,"pr":{"l":"Lib","i":248}}}],"shapemaskId":"","xPos":264,"yPos":84,"tabIndex":1,"tabEnabled":true,"referenceName":"6Gy0SIRwZwm","xOffset":0,"yOffset":0,"rotateXPos":158.5,"rotateYPos":16.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":7,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":318,"bottom":51,"altText":"J’AI FAIT LE BON CHOIX !","pngfb":false,"pr":{"l":"Lib","i":124}},"html5data":{"xPos":0,"yPos":0,"width":318,"height":33,"strokewidth":0}},"width":317,"height":33,"resume":false,"useHandCursor":true,"id":"6Gy0SIRwZwm"},{"kind":"vectorshape","rotation":0,"accType":"image","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":67,"id":"01","url":"story_content/6nWotxJhCgB_FFFFFF.png","type":"normal","altText":"bocal ferme.png","width":108,"height":108,"mobiledx":0,"mobiledy":0}],"shapemaskId":"","xPos":842,"yPos":328,"tabIndex":6,"tabEnabled":true,"referenceName":"65l1iZk1tbG","xOffset":0,"yOffset":0,"rotateXPos":19,"rotateYPos":21,"scaleX":100,"scaleY":100,"alpha":100,"depth":8,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":38,"bottom":42,"altText":"bocal ferme.png","pngfb":false,"pr":{"l":"Lib","i":249}},"html5data":{"xPos":0,"yPos":0,"width":38,"height":42,"strokewidth":0}},"width":38,"height":42,"resume":false,"useHandCursor":true,"id":"65l1iZk1tbG"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6MrrwoiQZd2_867979629","id":"01","linkId":"txt__default_6MrrwoiQZd2","type":"acctext","xPos":13,"yPos":5,"xAccOffset":13,"yAccOffset":5,"width":719,"height":36,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Source","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"fontIsUnderline":true,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}},{"text":": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\n","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","style":{"fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","fontSize":11,"foregroundColor":"#000000","linkColor":"#000000","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":113,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":730,"bottom":41,"pngfb":false,"pr":{"l":"Lib","i":251}}}],"shapemaskId":"","xPos":225,"yPos":396,"tabIndex":7,"tabEnabled":true,"referenceName":"6MrrwoiQZd2","xOffset":0,"yOffset":0,"rotateXPos":372.5,"rotateYPos":23,"scaleX":100,"scaleY":100,"alpha":100,"depth":9,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":745,"bottom":46,"altText":"Source: Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine\\nAnalyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018.","pngfb":false,"pr":{"l":"Lib","i":250}},"html5data":{"xPos":0,"yPos":0,"width":745,"height":46,"strokewidth":0}},"width":745,"height":46,"resume":false,"useHandCursor":true,"id":"6MrrwoiQZd2"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","imagelib":[{"kind":"imagedata","assetId":68,"id":"01","url":"","type":"normal","width":748,"height":32,"mobiledx":0,"mobiledy":0}],"textLib":[{"kind":"textdata","uniqueId":"6BFBhzLBRyN_-1743580535","id":"01","linkId":"txt__default_6BFBhzLBRyN","type":"acctext","xPos":10,"yPos":5,"xAccOffset":10,"yAccOffset":5,"width":724,"height":18,"valign":"top","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"La consommation de produits illicites est dangereuse pour ma santé et peut mettre la santé de mon enfant en danger","style":{"fontSize":11,"fontIsBold":false,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","fontFamily":"\\"Lato Light Charset0_v8sD1CF4FE6\\",\\"Lato Light\\",\\"Lato\\"","ascent":14.476,"descent":3.124,"leading":0,"underlinePosition":-1.217,"underlineThickness":0.499,"xHeight":7.297}}],"style":{"tagType":"P"},"runs":[{"idx":0,"len":114,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#1F497D","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":728,"bottom":23,"pngfb":false,"pr":{"l":"Lib","i":253}}}],"shapemaskId":"","xPos":216,"yPos":448,"tabIndex":8,"tabEnabled":true,"referenceName":"6BFBhzLBRyN","xOffset":0,"yOffset":0,"rotateXPos":372,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":10,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":748,"bottom":32,"altText":"La consommation de produits illicites est dangereuse pour ma santé et peut mettre la santé de mon enfant en danger","pngfb":false,"pr":{"l":"Lib","i":252}},"html5data":{"url":"txt__default_6BFBhzLBRyN.png","xPos":0,"yPos":0,"width":748,"height":32,"strokewidth":0,"mask":"2E9X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X2O2E8X8C6O"}},"width":744,"height":28,"resume":false,"useHandCursor":true,"id":"6BFBhzLBRyN"}],"audiolib":[{"kind":"audio","assetId":69,"id":"64ngA1qI8Zh"},{"kind":"audio","assetId":70,"id":"5gCdz4pEp6V"},{"kind":"audio","assetId":71,"id":"65CBUNgmP6G"}],"startTime":-1,"elapsedTimeMode":"normal","width":978,"height":540,"resume":false,"useHandCursor":false,"id":"6TgXn5xdip7","events":[{"kind":"ontopmostlayer","actions":[{"kind":"setactivetimeline","objRef":{"type":"string","value":"_this"}}]},{"kind":"ontransitionin","actions":[{"kind":"enable_frame_control","name":"submit","enable":false}]},{"kind":"ontransitionout","actions":[{"kind":"enable_frame_control","name":"submit","enable":true}]},{"kind":"ontransitionincomplete","actions":[{"kind":"setfocus","showrect":false,"value":{"type":"string","value":"5qwlWYq8EPA"}}]}]}],"showAnimationId":"","lmsId":"Slide9","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":49,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6bOsRTrhs7k","actionGroups":{"ReviewInt_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6kUsOuFOr9R"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5cM9NBQHzat"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"69uFeAX6Kae"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5XUAW73k065"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5iJWESBrwW7"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"61eH7g4B4qW"},"enabled":{"type":"boolean","value":false}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67in7jrfvAp_CorrectReview"}}],"elseActions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"67in7jrfvAp_IncorrectReview"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6bOsRTrhs7k","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"exe_actiongroup","id":"SetLayout_pxabnsnfns10110000001"}]}]},"ReviewIntCorrectIncorrect_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6kUsOuFOr9R"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5cM9NBQHzat"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"69uFeAX6Kae"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5XUAW73k065"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5iJWESBrwW7"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"61eH7g4B4qW"},"enabled":{"type":"boolean","value":false}}]},"AnsweredInt_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"DisableChoices_67in7jrfvAp"},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"DisableChoices_67in7jrfvAp":{"kind":"actiongroup","actions":[{"kind":"set_enabled","objRef":{"type":"string","value":"6kUsOuFOr9R"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5cM9NBQHzat"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"69uFeAX6Kae"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5XUAW73k065"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"5iJWESBrwW7"},"enabled":{"type":"boolean","value":false}},{"kind":"set_enabled","objRef":{"type":"string","value":"61eH7g4B4qW"},"enabled":{"type":"boolean","value":false}}]},"67in7jrfvAp_CheckAnswered":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"or","statements":[{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"correct","typeb":"string"},{"kind":"compare","operator":"eq","valuea":"_player.6qa4PN8eUei.$QuizComplete","typea":"property","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_67in7jrfvAp"}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"incorrect","typeb":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6cWEoda0FLx.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"exe_actiongroup","id":"AnsweredInt_67in7jrfvAp"}]}]}]}]},"SetLayout_pxabnsnfns10110000001":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"pxabnsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"pxabnsnfns10110000001"}]}]},"NavigationRestrictionNextSlide_6bOsRTrhs7k":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Answered","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6cWEoda0FLx.$Status","typea":"property","valueb":"correct","typeb":"string"}},"thenActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6mXvRm3imEa"}}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.62idXSnMZL5"}}]}],"elseActions":[{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_parent.62idXSnMZL5"}}]}]},"NavigationRestrictionPreviousSlide_6bOsRTrhs7k":{"kind":"actiongroup","actions":[{"kind":"history_prev"}]}},"events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbsnfns10110000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbsnfns10110000001"}]}]},{"kind":"onnextslide","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_67in7jrfvAp","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6bOsRTrhs7k","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":"incorrect"}],"elseActions":[]}],"elseActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#RetryMode_67in7jrfvAp","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#CurrentQuiz_6bOsRTrhs7k","typea":"var","valueb":"6qa4PN8eUei","typeb":"string"}},"thenActions":[{"kind":"nextviewedslide","quizRef":{"type":"string","value":"_player.6qa4PN8eUei"},"completed_slide_ref":{"type":"string","value":"_player.6FTsIra1rdq.6JzoDbVOfGk"},"status_filter":""}],"elseActions":[]}],"elseActions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionNextSlide_6bOsRTrhs7k"}]}]}]},{"kind":"onprevslide","actions":[{"kind":"exe_actiongroup","id":"NavigationRestrictionPreviousSlide_6bOsRTrhs7k"}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_player.#ReviewMode_67in7jrfvAp","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"exe_actiongroup","id":"ReviewInt_67in7jrfvAp"}],"elseActions":[{"kind":"exe_actiongroup","id":"67in7jrfvAp_CheckAnswered"}]}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/6mXvRm3imEa.js b/public/zeroaccident/je_securise/html5/data/js/6mXvRm3imEa.js new file mode 100644 index 0000000..96aca30 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/6mXvRm3imEa.js @@ -0,0 +1 @@ +window.globalProvideData('slide', '{"title":"CHAMBRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":8,"includeInSlideCounts":true,"presenterRef":{"id":"none"},"showAnimationId":"","lmsId":"Slide8","width":960,"height":540,"resume":false,"background":{"type":"swf","imagedata":{"assetId":47,"url":"","type":"normal","width":0,"height":0,"mobiledx":0,"mobiledy":0}},"id":"6mXvRm3imEa","events":[{"kind":"onslidestart","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"_playerVars.#hasPrevHistory","typea":"var","valueb":false,"typeb":"boolean"}},"thenActions":[{"kind":"enable_window_control","name":"previous","enable":false,"affectTabStop":true}]}]},{"kind":"onbeforeslidein","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$WindowId","typea":"property","valueb":"_frame","typeb":"string"}},"thenActions":[{"kind":"set_frame_layout","name":"npnxnanbnsnfns00000000001"}],"elseActions":[{"kind":"set_window_control_layout","name":"npnxnanbnsnfns00000000001"}]}]},{"kind":"ontransitionin","actions":[{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"set","value":{"type":"string","value":"_player."}},{"kind":"adjustvar","variable":"_player.LastSlideViewed_6eqep6CQk8H","operator":"add","value":{"type":"property","value":"$AbsoluteId"}}]}],"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":5000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MHzUJjCfHT"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XFnpJ6GKpi"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.6fi24JGyt0P"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn.5h4Rq2wYmdl"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn.6pRJBbeffqW"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"5swQvzzWxJO.5kDPQFWUwOn.6DqnowOKyqS"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6bxHqIxXBR6"}}]}]},"objects":[{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":115,"arrowypos":58,"shapemaskId":"","xPos":-101,"yPos":-44,"tabIndex":4,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":230,"height":40,"resume":false,"useHandCursor":true,"id":"6MHzUJjCfHT_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":3,"tabEnabled":true,"referenceName":"6MHzUJjCfHT","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6MHzUJjCfHT"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6MHzUJjCfHT"}}],"clickdef":[{"kind":"objref","type":"string","value":"6MHzUJjCfHT"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6MHzUJjCfHT"}}],"clickdef":[{"kind":"objref","type":"string","value":"6MHzUJjCfHT"}]}],"shapemaskId":"","xPos":166,"yPos":408,"tabIndex":12,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6MHzUJjCfHT","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6MHzUJjCfHT"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.62idXSnMZL5"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6MHzUJjCfHT_expandinglabel"}}]}]},{"kind":"stategroup","objects":[{"kind":"expandinglabel","animationtype":"full","showclosebutton":false,"contentheight":0,"borderwidth":0,"arrowxpos":190,"arrowypos":58,"shapemaskId":"","xPos":-176,"yPos":-44,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":0,"rotateYPos":0,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"colors":[{"kind":"color","name":"border","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}},{"kind":"color","name":"bg","fill":{"type":"linear","rotation":0,"colors":[{"kind":"color","rgb":"0xFFFFFF","alpha":0,"stop":0}]}}],"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":0,"bottom":0,"pngfb":false,"pr":{"l":"Lib","i":183}},"html5data":{"xPos":0,"yPos":0,"width":0,"height":0,"strokewidth":0}},"width":190,"height":40,"resume":false,"useHandCursor":true,"id":"6XFnpJ6GKpi_expandinglabel","events":[{"kind":"onclickoutside","actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"$Expanded","typea":"property","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"object_action","command":"hidecomplete","objRef":{"type":"string","value":"_this"}}]}]}]},{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"referenceName":"6XFnpJ6GKpi","xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}},"states":[{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":-1,"top":-1,"right":29,"bottom":29,"altText":"Marqueur","pngfb":false,"pr":{"l":"Lib","i":50}},"html5data":{"xPos":-1,"yPos":-1,"width":30,"height":30,"strokewidth":1}}}],"markerType":"pulse","width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6XFnpJ6GKpi"}],"actionstates":[{"kind":"state","name":"_default","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default"},"objRef":{"type":"string","value":"6XFnpJ6GKpi"}}],"clickdef":[{"kind":"objref","type":"string","value":"6XFnpJ6GKpi"}]},{"kind":"state","name":"_default_Visited","actions":[{"kind":"setobjstate","stateRef":{"type":"string","value":"_default_Visited"},"objRef":{"type":"string","value":"6XFnpJ6GKpi"}}],"clickdef":[{"kind":"objref","type":"string","value":"6XFnpJ6GKpi"}]}],"shapemaskId":"","xPos":480,"yPos":242,"tabIndex":11,"tabEnabled":false,"xOffset":0,"yOffset":0,"rotateXPos":14,"rotateYPos":14,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":28,"height":28,"resume":true,"useHandCursor":true,"id":"6XFnpJ6GKpi","variables":[{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]},"_show":{"kind":"actiongroup","actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6XFnpJ6GKpi"}}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_this.ActGrpSetVisitedState"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}},{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"togglecontent","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.6bOsRTrhs7k"}}]},{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_show"},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollover","actions":[{"kind":"bringtofront","value":{"type":"string","value":"_this"}},{"kind":"object_action","command":"showtitle","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}}]},{"kind":"onrollout","actions":[{"kind":"object_action","command":"hidetitle","objRef":{"type":"string","value":"6XFnpJ6GKpi_expandinglabel"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"button","cliptobounds":false,"defaultAction":"onrelease","textLib":[{"kind":"textdata","uniqueId":"5pHkbO0HdlD_1212558636","id":"01","linkId":"txt__default_6fi24JGyt0P","type":"acctext","xPos":6,"yPos":2,"xAccOffset":6,"yAccOffset":2,"width":175,"height":87,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"Retour \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":8,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"au choix \\n","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":10,"flowDirection":"leftToRight","cursive":false}]},{"spans":[{"text":"de la pièce","style":{"fontFamily":"\\"Lato LightBold CharBold30770A0A\\",\\"Lato Light\\",\\"Lato\\"","fontSize":16,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":21.056,"descent":4.544,"leading":0,"underlinePosition":-1.771,"underlineThickness":0.725,"xHeight":10.613}}],"style":{"justification":"left","tagType":"P"},"runs":[{"idx":0,"len":11,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"center","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Lato Light","fontSize":14,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":105,"bottom":84,"pngfb":false,"pr":{"l":"Lib","i":198}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":6,"tabEnabled":true,"referenceName":"6fi24JGyt0P","xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":45.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":194}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}},"states":[{"kind":"state","name":"_default_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":195}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":196}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":195}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":195}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":196}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":197}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":195}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":196}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited","data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":197}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Visited_Disabled","data":{"hotlinkId":"","accState":1,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":195}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}},{"kind":"state","name":"_default_Hover_Down_Visited","data":{"hotlinkId":"","accState":8,"vectorData":{"left":0,"top":0,"right":188,"bottom":91,"altText":"Retour \\nau choix \\nde la pièce","pngfb":false,"pr":{"l":"Lib","i":196}},"html5data":{"xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0}}}],"width":187,"height":91,"resume":true,"useHandCursor":true,"id":"6fi24JGyt0P","variables":[{"kind":"variable","name":"_hover","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_down","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_visited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_disabled","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_savevisited","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"_state","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_stateName","type":"string","value":"_default","resume":true},{"kind":"variable","name":"_tempStateName","type":"string","value":"","resume":false},{"kind":"variable","name":"_tempStateNameBuilder","type":"string","value":"","resume":false}],"actionGroups":{"ActGrpSetVisitedState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"var","value":"#_visited"}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDisabledState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpSetDownState":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":true}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]},"ActGrpClearStateVars":{"kind":"actiongroup","actions":[{"kind":"adjustvar","variable":"_hover","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_visited","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_disabled","operator":"set","value":{"type":"boolean","value":false}},{"kind":"adjustvar","variable":"_savevisited","operator":"set","value":{"type":"boolean","value":false}}]}},"events":[{"kind":"ontransitionin","actions":[{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_this"}}]}]},{"kind":"objgroup","objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":0,"yPos":0,"tabIndex":8,"tabEnabled":true,"referenceName":"5h4Rq2wYmdl","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":15.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":78,"bottom":32,"altText":"Format libre 1","pngfb":false,"pr":{"l":"Lib","i":199}},"html5data":{"xPos":0,"yPos":0,"width":78,"height":32,"strokewidth":0}},"width":78,"height":31,"resume":false,"useHandCursor":true,"id":"5h4Rq2wYmdl"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":12,"yPos":16,"tabIndex":10,"tabEnabled":true,"referenceName":"6pRJBbeffqW","xOffset":0,"yOffset":0,"rotateXPos":27,"rotateYPos":23.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":54,"bottom":47,"altText":"Format libre 2","pngfb":false,"pr":{"l":"Lib","i":200}},"html5data":{"xPos":0,"yPos":0,"width":54,"height":47,"strokewidth":0}},"width":54,"height":47,"resume":false,"useHandCursor":true,"id":"6pRJBbeffqW"},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","shapemaskId":"","xPos":55,"yPos":2,"tabIndex":9,"tabEnabled":true,"referenceName":"6DqnowOKyqS","xOffset":0,"yOffset":0,"rotateXPos":5.5,"rotateYPos":5.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":11,"bottom":12,"altText":"Format libre 3","pngfb":false,"pr":{"l":"Lib","i":201}},"html5data":{"xPos":0,"yPos":0,"width":11,"height":12,"strokewidth":0}},"width":11,"height":11,"resume":false,"useHandCursor":true,"id":"6DqnowOKyqS"}],"accType":"text","altText":"MAISON icône 1","shapemaskId":"","xPos":109,"yPos":14,"tabIndex":7,"tabEnabled":true,"referenceName":"5kDPQFWUwOn","xOffset":0,"yOffset":0,"rotateXPos":39,"rotateYPos":31,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"width":78,"height":62,"resume":false,"useHandCursor":true,"id":"5kDPQFWUwOn","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}}}],"accType":"button","altText":"Groupe\\r\\n 1","shapemaskId":"","xPos":703,"yPos":452,"tabIndex":5,"tabEnabled":true,"referenceName":"5swQvzzWxJO","xOffset":0,"yOffset":0,"rotateXPos":93.5,"rotateYPos":45.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"5swQvzzWxJO_hot","accState":0,"imagedata":{"assetId":48,"url":"","type":"normal","altText":"Groupe\\r\\n 1","width":0,"height":0,"mobiledx":0,"mobiledy":0},"html5data":{"url":"Shape5swQvzzWxJO.png","xPos":0,"yPos":0,"width":188,"height":91,"strokewidth":0,"mask":"42D4O"}},"width":187,"height":91,"resume":false,"useHandCursor":true,"id":"5swQvzzWxJO","actionGroups":{"ActGrpClearHoverState":{"kind":"actiongroup","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"}]}},"events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState"},{"kind":"exe_actiongroup","id":"_children.ActGrpSetVisitedState","scopeRef":{"type":"string","value":"_this"}},{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}},{"kind":"gotoplay","window":"_current","wndtype":"normal","objRef":{"type":"string","value":"_player.6FTsIra1rdq.5xZ1dDfSZHX"}}]},{"kind":"onrollover","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onrollout","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpClearHoverState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onpress","actions":[{"kind":"exe_actiongroup","id":"_children.ActGrpSetDownState","scopeRef":{"type":"string","value":"_this"}}]},{"kind":"onreleaseoutside","actions":[{"kind":"adjustvar","variable":"_children._down","operator":"set","value":{"type":"boolean","value":false}},{"kind":"exe_actiongroup","id":"_player._setstates","scopeRef":{"type":"string","value":"_children"}}]}]},{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6bxHqIxXBR6_-1784995081","id":"01","linkId":"txt__default_6bxHqIxXBR6","type":"acctext","xPos":10,"yPos":3,"xAccOffset":10,"yAccOffset":3,"width":331,"height":38,"valign":"center","wordwrap":true,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":{"blocks":[{"spans":[{"text":"DANS LA CHAMBRE","style":{"fontFamily":"\\"Oswald LightBold ChBoldAF84F3B9\\",\\"Oswald Light\\",\\"Oswald\\"","fontSize":24,"fontIsBold":true,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#FFFFFF","linkColor":"#FFFFFF","ascent":38.176,"descent":9.248,"leading":0,"underlinePosition":-3.2,"underlineThickness":1.6,"xHeight":18.496}}],"style":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":1,"lineSpacingRule":"multiple","lineSpacing":28,"spacingBefore":0,"spacingAfter":0,"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100,"bulletChar":8226,"bulletFont":"Arial","bulletPicture":{"w":0,"h":0,"base64":0}},"tagType":"P"},"runs":[{"idx":0,"len":15,"flowDirection":"leftToRight","cursive":false}]}],"defaultBlockStyle":{"flowDirection":"leftToRight","leadingMargin":0,"trailingMargin":0,"firstLineMargin":0,"justification":"left","defaultTabStop":48,"listLevel":0,"lineSpacingRule":"multiple","lineSpacing":20,"indentSize":36,"spacingBefore":0,"spacingAfter":0,"baseSpanStyle":{"fontFamily":"Open Sans","fontSize":12,"fontIsBold":false,"fontIsItalic":false,"fontIsUnderline":false,"fontIsStrikeout":false,"underlineStyle":"normal","elevation":"normal","spacing":0,"ignoreKerningTable":false,"displayCase":"asIs","languageId":0,"foregroundColor":"#010101","linkColor":"#0000FF"},"listStyle":{"listType":"none","listTypeFormat":"plain","start":0,"size":100}},"direction":"horizontal"},"vectortext":{"left":0,"top":0,"right":237,"bottom":52,"pngfb":false,"pr":{"l":"Lib","i":203}}}],"shapemaskId":"","xPos":47,"yPos":20,"tabIndex":0,"tabEnabled":true,"referenceName":"6bxHqIxXBR6","xOffset":0,"yOffset":0,"rotateXPos":175.5,"rotateYPos":22,"scaleX":100,"scaleY":100,"alpha":100,"depth":4,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":352,"bottom":52,"altText":"DANS LA CHAMBRE","pngfb":false,"pr":{"l":"Lib","i":202}},"html5data":{"xPos":0,"yPos":0,"width":352,"height":44,"strokewidth":0}},"width":351,"height":44,"resume":false,"useHandCursor":true,"id":"6bxHqIxXBR6"}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/data.js b/public/zeroaccident/je_securise/html5/data/js/data.js new file mode 100644 index 0000000..49d8ec8 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/data.js @@ -0,0 +1 @@ +window.globalProvideData('data', '{"version":"3.84.31722.0","bwVersion":"4.0","tincanVersion":"1.0","tincanLanguage":"und","projectId":"6T7PBJtBS7O","courseId":"6eqep6CQk8H","entryPoint":"_player.6FTsIra1rdq","iosFonts":"mobile/fonts.json","debugMode":false,"lessonDuration":0,"textDirection":"ltr","playervars":[{"kind":"playervar","name":"displayCaptions","value":false},{"kind":"playervar","name":"zoomToFit","value":false},{"kind":"playervar","name":"accessibleText","value":false},{"kind":"playervar","name":"activityId","value":""},{"kind":"playervar","name":"currentSlideId","value":""},{"kind":"playervar","name":"slideElapsedTime","value":""},{"kind":"playervar","name":"sceneElapsedTime","value":""},{"kind":"playervar","name":"projectElapsedTime","value":""},{"kind":"playervar","name":"menuSlideNumber","value":0},{"kind":"playervar","name":"menuSlideTitle","value":""},{"kind":"playervar","name":"menuSlideReference","value":0},{"kind":"playervar","name":"menuSlidesViewed","value":0},{"kind":"playervar","name":"menuTotalSlides","value":0},{"kind":"playervar","name":"menuProgress","value":0},{"kind":"playervar","name":"menuSectionSlideNumber","value":0},{"kind":"playervar","name":"menuSectionSlidesViewed","value":0},{"kind":"playervar","name":"menuSectionTotalSlides","value":0},{"kind":"playervar","name":"menuSectionProgress","value":0},{"kind":"playervar","name":"menuSectionNumber","value":0},{"kind":"playervar","name":"menuSectionsViewed","value":0},{"kind":"playervar","name":"menuTotalSections","value":0},{"kind":"playervar","name":"projectSlideNumber","value":0},{"kind":"playervar","name":"projectSceneNumber","value":0},{"kind":"playervar","name":"projectSlideTitle","value":""},{"kind":"playervar","name":"projectSlideReference","value":0},{"kind":"playervar","name":"projectSlidesViewed","value":0},{"kind":"playervar","name":"projectScenesViewed","value":0},{"kind":"playervar","name":"projectTotalSlides","value":0},{"kind":"playervar","name":"projectTotalScenes","value":0},{"kind":"playervar","name":"projectProgress","value":0},{"kind":"playervar","name":"sceneSlideNumber","value":0},{"kind":"playervar","name":"sceneSlidesViewed","value":0},{"kind":"playervar","name":"sceneTotalSlides","value":0},{"kind":"playervar","name":"sceneProgress","value":0},{"kind":"playervar","name":"questionCorrect","value":false},{"kind":"playervar","name":"fullScreenMode","value":false},{"kind":"playervar","name":"backgroundAudioVolume","value":100}],"slideMap":{"queueSize":3,"slideRefs":[{"kind":"slideref","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"MsgScene_6eqep6CQk8H.PrintPromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"MsgScene_6eqep6CQk8H.ScrollPromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"PromptScene.ResumePromptSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"PromptScene.ExternalInterfaceErrorSlide","type":"slide","assetIds":[]},{"kind":"slideref","id":"6FTsIra1rdq.5hXbdowgFm5","type":"slide","assetIds":[0,1],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide","assetIds":[2,3,4,5,6,7,8,9,10,11,12,13,14],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6JzoDbVOfGk","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6JzoDbVOfGk","type":"slide","assetIds":[15],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5q071U8mzsW","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide","assetIds":[16,17],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.694mw7yIglY","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6AinT2WqVAs","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6AinT2WqVAs","type":"slide","assetIds":[18,19,20,21,22,23,24,25,26,27,28,29,15,30,31,32,33],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.694mw7yIglY","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.694mw7yIglY","type":"slide","assetIds":[34,35,36,22,24,25,37,38,39,40,15,41,42,43,44],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6FEMkStR7zl","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide","assetIds":[45,46],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6ML5zeVqhOR","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide","assetIds":[47,48],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.62idXSnMZL5","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6bOsRTrhs7k","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6bOsRTrhs7k","type":"slide","assetIds":[49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,15,66,23,67,68,69,70,71],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.62idXSnMZL5","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.62idXSnMZL5","type":"slide","assetIds":[72,73,74,75,76,77,78,79,22,80,81,82,83,15,84,85,86],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6mXvRm3imEa","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide","assetIds":[87,88],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5g7Qg4RWDPK","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5p31KAqcjJA","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5g7Qg4RWDPK","type":"slide","assetIds":[89,90,22,91,92,93,15,94,95,96],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5p31KAqcjJA","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5p31KAqcjJA","type":"slide","assetIds":[97,98,99,100,22,101,102,103,104,15,105,106,107],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6LAIvhlx5ek","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide","assetIds":[108,109],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5egGfQqZkDb","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.61XOHmemRkI","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.5egGfQqZkDb","type":"slide","assetIds":[110,111,22,112,25,24,113,114,115,116,117,118,119,120,121,122,15,123,124,125,126,127,128,129,130,131,132],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.61XOHmemRkI","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.61XOHmemRkI","type":"slide","assetIds":[133,134,135,136,137,138,139,140,141,142],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.5cNUFQh1AxU","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide","assetIds":[143,144],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6ZTEsIshGPW","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5xZ1dDfSZHX","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6MbCw3zA6X4","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6ZTEsIshGPW","type":"slide","assetIds":[145,146,147,148,149,150,151,152,153,154,20,155,22,67,23,66,156,157,158,159,15,160,161,162,163],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6ML5zeVqhOR","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"},{"kind":"link","id":"MsgScene_6eqep6CQk8H.InvalidPromptSlide","type":"slide"}]},{"kind":"slideref","id":"6FTsIra1rdq.6ML5zeVqhOR","type":"slide","assetIds":[164,165,166,167,168,169,170,22,171,172,173,174,175,176,177,15,178,179,180,181,182],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Sal6CIdrQA","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5cNUFQh1AxU","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.5cNUFQh1AxU","type":"slide","assetIds":[183,184,185,186,187,188,22,189,190,191,192,15,193,194,195],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6KCNIB5inyd","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.6MbCw3zA6X4","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.6MbCw3zA6X4","type":"slide","assetIds":[196,197,198,199,200,201,202,22,25,24,203,204,205,206,207,208,15,209,210,211,212,213],"linksTo":[{"kind":"link","id":"6FTsIra1rdq.6Q4mPLrKWvP","type":"slide"},{"kind":"link","id":"6FTsIra1rdq.5q071U8mzsW","type":"slide"},{"kind":"link","id":"nextviewedslide","type":"action","data":"_player.6qa4PN8eUei"}]},{"kind":"slideref","id":"6FTsIra1rdq.5q071U8mzsW","type":"slide","assetIds":[214,215]}]},"display":{"frameData":"story_content/frame.xml","width":980,"height":611,"windows":[{"kind":"window","id":"MessageWnd","linkId":"StoryWindow","width":420,"height":210,"alignTo":"content","align":"center","valign":"center"},{"kind":"window","id":"LightboxWnd","linkId":"StoryPopup","width":824,"height":467,"alignTo":"player","align":"center","valign":"center"},{"kind":"window","id":"LightboxControlsWnd","linkId":"StoryPopupControls","width":828,"height":509,"alignTo":"player","align":"center","valign":"center"}]},"resume":{"id":"6iQRpZ0RSMi","window":"MessageWnd","slideId":"_player.PromptScene.ResumePromptSlide","lmsresume":true,"flashresume":false,"prompt":false,"everySlide":false},"string_table":[{"kind":"group","id":"chrome23","strings":[{"kind":"string","id":"title","Text":"Impossible de lire le module"},{"kind":"string","id":"description","Text":"Pour des raisons de sécurité, Flash ne peut pas accéder aux fichiers du disque dur de votre ordinateur depuis votre navigateur Web."},{"kind":"string","id":"linkText","Text":"En savoir plus"},{"kind":"string","id":"linkUrl","Text":"https://ipc.articulate.com/slw/360/fr/localplayback/"}]}],"errorMsgs":{"external_interface":{"kind":"error","window":"MessageWnd","slideId":"_player.PromptScene.ExternalInterfaceErrorSlide"}},"scenes":[{"kind":"scene","lmsId":"","isMessageScene":true,"startingSlide":"_player.MsgScene_6eqep6CQk8H.InvalidPromptSlide","sceneNumber":0,"slides":[{"kind":"slide","title":"

Réponse non valide

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"InvalidPromptSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_InvalidPromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"InvalidPromptSlide_Scroll.6eqep6CQk8H_InvalidPromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"InvalidPromptSlide_Scroll"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":333,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_InvalidPromptSlide_text","id":"01","linkId":"6eqep6CQk8H_InvalidPromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":384,"bottom":52,"pngfb":false,"pr":{"l":"common","i":1}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":384,"bottom":52,"altText":"Vous devez répondre à la question avant de valider.","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":384,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_InvalidPromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"InvalidPromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":160,"yPos":110,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_InvalidPromptSlide_btn0","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_InvalidPromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"close_window","id":"MessageWnd"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","title":"

Entrez votre nom

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"PrintPromptSlide","actionGroups":{"PrintOkButtonClick":{"kind":"actiongroup","actions":[{"kind":"printresults","showuserscore":true,"showpassingscore":true,"showpassfail":true,"showquizreview":true,"displayusername":true,"usernamevar":"_player.PrintPromptUsername_5z8FfNXtrJD","quizid":"_player.PrintPromptWindowQuizVar_5z8FfNXtrJD","quizidtype":"var"},{"kind":"close_window","id":"MessageWnd"}]}},"slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_PrintPromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"PrintPromptSlide_Scroll.6eqep6CQk8H_PrintPromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"PrintPromptSlide_Scroll"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"PrintPromptSlide_Input"}},{"kind":"setfocus","showrect":true,"value":{"type":"string","value":"PrintPromptSlide_Input"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":315,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_PrintPromptSlide_text","id":"01","linkId":"6eqep6CQk8H_PrintPromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":327,"bottom":52,"pngfb":false,"pr":{"l":"common","i":3}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":327,"bottom":52,"altText":"Entrez votre nom dans le champ ci-dessous :","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":327,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_PrintPromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"PrintPromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":160,"yPos":110,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_PrintPromptSlide_btn0","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_PrintPromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"exe_actiongroup","id":"_parent.PrintOkButtonClick"}]}]},{"kind":"textinput","bindto":"","align":"left","verticalAlign":"top","rtl":false,"numeric":false,"multiline":false,"maxchars":0,"fontsize":14,"textcolor":"0x000000","bold":false,"italic":false,"marginleft":2,"marginright":2,"margintop":2,"marginbottom":2,"shapemaskId":"","xPos":13,"yPos":66,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":192.5,"rotateYPos":13.5,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"width":385,"height":27,"resume":false,"useHandCursor":true,"id":"PrintPromptSlide_Input","events":[{"kind":"onlosefocus","actions":[{"kind":"adjustvar","variable":"_player.PrintPromptUsername_5z8FfNXtrJD","operator":"set","value":{"type":"property","value":"$Text"}}]},{"kind":"onkeypress","keycode":13,"shift":false,"ctrl":false,"alt":false,"actions":[{"kind":"adjustvar","variable":"_player.PrintPromptUsername_5z8FfNXtrJD","operator":"set","value":{"type":"property","value":"$Text"}},{"kind":"exe_actiongroup","id":"_parent.PrintOkButtonClick"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","title":"

Faire défiler vers le bas

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"ScrollPromptSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_ScrollPromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ScrollPromptSlide_Scroll.6eqep6CQk8H_ScrollPromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ScrollPromptSlide_Scroll"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":387,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_ScrollPromptSlide_text","id":"01","linkId":"6eqep6CQk8H_ScrollPromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":385,"bottom":52,"pngfb":false,"pr":{"l":"common","i":4}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":385,"bottom":52,"altText":"Vous devez faire défiler la fenêtre vers le bas avant de valider.","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":385,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ScrollPromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"ScrollPromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":160,"yPos":110,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_ScrollPromptSlide_btn0","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ScrollPromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"close_window","id":"MessageWnd"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}],"id":"MsgScene_6eqep6CQk8H"},{"kind":"scene","lmsId":"","isMessageScene":true,"startingSlide":"_player.PromptScene.ResumePromptSlide","sceneNumber":0,"slides":[{"kind":"slide","title":"

Reprendre

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":420,"height":210,"resume":false,"id":"ResumePromptSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_ResumePromptSlide_btn0"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"6eqep6CQk8H_ResumePromptSlide_btn1"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ResumePromptSlide_Scroll.6eqep6CQk8H_ResumePromptSlide_text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"ResumePromptSlide_Scroll"}}]}]},"objects":[{"kind":"scrollarea","contentwidth":387,"contentheight":52,"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","uniqueId":"6eqep6CQk8H_ResumePromptSlide_text","id":"01","linkId":"6eqep6CQk8H_ResumePromptSlide_text","type":"vectortext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":375,"bottom":52,"pngfb":false,"pr":{"l":"common","i":5}}}],"shapemaskId":"","xPos":0,"yPos":0,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":194,"rotateYPos":26,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":375,"bottom":52,"altText":"Souhaitez-vous reprendre à l\'endroit où vous vous êtes arrêté ?","pngfb":false,"pr":{"l":"common","i":0}},"html5data":{"xPos":0,"yPos":0,"width":375,"height":52,"strokewidth":0}},"width":388,"height":52,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ResumePromptSlide_text"}],"shapemaskId":"","xPos":13,"yPos":16,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":205.5,"rotateYPos":39,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":1,"scrolling":true,"shuffleLock":false,"width":411,"height":78,"resume":false,"useHandCursor":true,"id":"ResumePromptSlide_Scroll"},{"kind":"button","shapemaskId":"","xPos":107,"yPos":110,"tabIndex":2,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_ResumePromptSlide_btn0","type":"vectortext","altText":"Oui","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":64,"bottom":26,"pngfb":false,"pr":{"l":"common","i":6}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ResumePromptSlide_btn0","events":[{"kind":"onrelease","actions":[{"kind":"resume_player","resume":true}]}]},{"kind":"button","shapemaskId":"","xPos":212,"yPos":110,"tabIndex":3,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":3,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"6eqep6CQk8H_ResumePromptSlide_btn1","type":"vectortext","altText":"Non","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":66,"bottom":26,"pngfb":false,"pr":{"l":"common","i":7}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"6eqep6CQk8H_ResumePromptSlide_btn1","events":[{"kind":"onrelease","actions":[{"kind":"resume_player","resume":false}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","title":"

Avertissement

","trackViews":false,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"prompt","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":0,"includeInSlideCounts":false,"showAnimationId":"","lmsId":"","width":415,"height":151,"resume":false,"id":"ExternalInterfaceErrorSlide","slideLayers":[{"enableSeek":true,"enableReplay":true,"timeline":{"duration":1000,"events":[{"kind":"ontimelinetick","time":0,"actions":[{"kind":"show","transition":"appear","objRef":{"type":"string","value":"Text"}},{"kind":"show","transition":"appear","objRef":{"type":"string","value":"buttonOK"}}]}]},"objects":[{"kind":"vectorshape","rotation":0,"accType":"text","cliptobounds":false,"defaultAction":"","textLib":[{"kind":"textdata","id":"01","linkId":"01","type":"vartext","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":383,"height":105,"device":true,"valign":"center","wordwrap":false,"textshadow":false,"shadowIndex":-1,"scrollOverflow":false,"vartext":"

La fonctionnalité %_player.$LastErrorFeature% sur cette diapositive a été désactivée de l\'affichage local car votre navigateur ne la prend pas en charge.

"}],"shapemaskId":"","xPos":16,"yPos":0,"tabIndex":0,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":191.5,"rotateYPos":52.5,"scaleX":100,"scaleY":100,"alpha":100,"depth":1,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"vectorData":{"left":0,"top":0,"right":383,"bottom":105,"altText":"Message d\'avertissement","pngfb":false,"pr":{"l":"common","i":8}},"html5data":{"xPos":0,"yPos":0,"width":383,"height":105,"strokewidth":0}},"width":383,"height":105,"resume":false,"useHandCursor":true,"id":"Text"},{"kind":"button","shapemaskId":"","xPos":299,"yPos":105,"tabIndex":1,"tabEnabled":true,"xOffset":0,"yOffset":0,"rotateXPos":50,"rotateYPos":15,"scaleX":100,"scaleY":100,"alpha":100,"rotation":0,"depth":2,"scrolling":true,"shuffleLock":false,"data":{"hotlinkId":"","accState":0,"textdata":{"uniqueId":"buttonOK","type":"vectortext","altText":"OK","xPos":0,"yPos":0,"xAccOffset":0,"yAccOffset":0,"width":0,"height":0,"shadowIndex":-1,"scrollOverflow":false,"vectortext":{"left":0,"top":0,"right":62,"bottom":26,"pngfb":false,"pr":{"l":"common","i":2}}}},"width":100,"height":30,"resume":false,"useHandCursor":true,"id":"buttonOK","events":[{"kind":"onrelease","actions":[{"kind":"close_window","id":"MessageWnd"}]}]}],"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}],"id":"PromptScene"},{"kind":"scene","lmsId":"Scene1","isMessageScene":false,"startingSlide":"_player.6FTsIra1rdq.5hXbdowgFm5","sceneNumber":1,"slides":[{"kind":"slide","html5url":"html5/data/js/5hXbdowgFm5.js","title":"TITRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":1,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide1","width":960,"height":540,"resume":true,"id":"5hXbdowgFm5","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5xZ1dDfSZHX.js","title":"ACCUEIL","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":2,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide2","width":960,"height":540,"resume":false,"id":"5xZ1dDfSZHX","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6JzoDbVOfGk.js","title":"Mon résultat","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":3,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide3","width":960,"height":540,"resume":false,"id":"6JzoDbVOfGk","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6FEMkStR7zl.js","title":"SALLE DE BAIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":4,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide4","width":960,"height":540,"resume":true,"id":"6FEMkStR7zl","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6AinT2WqVAs.js","title":"TABLE A LANGER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":5,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6YJSlixYO9f","lmsId":"MatchingDropDown","lmstext":"Tout beau, tout propre ! C’est le moment de la toilette.\\nJe sélectionne dans la liste mes gestes de prévention prioritaires.\\n","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6TkvtW15qse","lmstext":"en préparant à l’avance tout ce dont j’aurai besoin et ne m’éloigne pas de la table à langer."},{"kind":"choice","id":"choice_5WiAmHUVicm","lmstext":"mettant hors de portée d’enfant, tous les produits d’hygiène."},{"kind":"choice","id":"choice_6gL4aaIdPGu","lmstext":"gardant une main sur lui."}],"statements":[{"kind":"statement","id":"statement_6TkvtW15qse","lmstext":"1-Je préviens le risque de chute…"},{"kind":"statement","id":"statement_5WiAmHUVicm","lmstext":"2-Je préviens le risque d’intoxication en…"},{"kind":"statement","id":"statement_6gL4aaIdPGu","lmstext":"3-Dès que mon enfant se retourne \\npar lui-même, je préviens le risque \\nde chute en …"}],"responseDefinition":{"actions":[{"kind":"addpairresponse","interactionId":"6YJSlixYO9f","valuea":"statements.statement_6TkvtW15qse","typea":"string","valueb":"6OFCpjXd6l4.5h52fMt9MlK.$SelectedItemData","typeb":"property"},{"kind":"addpairresponse","interactionId":"6YJSlixYO9f","valuea":"statements.statement_5WiAmHUVicm","typea":"string","valueb":"6OFCpjXd6l4.6H1BlQOV12g.$SelectedItemData","typeb":"property"},{"kind":"addpairresponse","interactionId":"6YJSlixYO9f","valuea":"statements.statement_6gL4aaIdPGu","typea":"string","valueb":"6OFCpjXd6l4.5seCw0fFRc4.$SelectedItemData","typeb":"property"}]},"answers":[{"kind":"answer","id":"6TkvtW15qse","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_6TkvtW15qse","statementid":"statements.statement_6TkvtW15qse"},{"kind":"pair","choiceid":"choices.choice_5WiAmHUVicm","statementid":"statements.statement_5WiAmHUVicm"},{"kind":"pair","choiceid":"choices.choice_6gL4aaIdPGu","statementid":"statements.statement_6gL4aaIdPGu"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6KTbIjJju09"}},{"kind":"exe_actiongroup","id":"DisableChoices_6OFCpjXd6l4"}]}]},{"kind":"answer","id":"5dh2cNpSIa5","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lt","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6SFfi8MCjFN"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6YJSlixYO9f.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6pyOKk92sYh"}},{"kind":"exe_actiongroup","id":"DisableChoices_6OFCpjXd6l4"}]}]}]}],"showAnimationId":"","lmsId":"Slide5","width":960,"height":540,"resume":false,"id":"6AinT2WqVAs","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/694mw7yIglY.js","title":"NOYADE SDB","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":6,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6fGYG9vYmSo","lmsId":"TrueFalse","lmstext":"Mon enfant peut se noyer alors qu’il n’y a que 20 centimètres d’eau dans la baignoire .","type":"truefalse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6NhRz3aIB77","lmstext":"Vrai"},{"kind":"choice","id":"choice_5j1cbwDpSl9","lmstext":"Faux"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6PTrxUIN1eO.6NhRz3aIB77.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6fGYG9vYmSo","value":"choices.choice_6NhRz3aIB77","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6PTrxUIN1eO.5j1cbwDpSl9.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6fGYG9vYmSo","value":"choices.choice_5j1cbwDpSl9","type":"string"}]}]},"answers":[{"kind":"answer","id":"6NhRz3aIB77","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6NhRz3aIB77","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5vZjrumQPRf"}},{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"}]}]},{"kind":"answer","id":"5j1cbwDpSl9","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_5j1cbwDpSl9","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5V8Ct5xJtNW"}},{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"}]}]},{"kind":"answer","id":"5eQ8PiBUZRR","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6fGYG9vYmSo.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5V8Ct5xJtNW"}},{"kind":"exe_actiongroup","id":"DisableChoices_6PTrxUIN1eO"}]}]}]}],"showAnimationId":"","lmsId":"Slide6","width":960,"height":540,"resume":false,"id":"694mw7yIglY","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6Sal6CIdrQA.js","title":"SALLE A MANGER/SALON","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":7,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide7","width":960,"height":540,"resume":false,"id":"6Sal6CIdrQA","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6mXvRm3imEa.js","title":"CHAMBRE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":8,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide8","width":960,"height":540,"resume":false,"id":"6mXvRm3imEa","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6bOsRTrhs7k.js","title":"INTOX chambre","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":9,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6cWEoda0FLx","lmsId":"FreeFormDragDrop","lmstext":"Glisser-déposer","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_5cM9NBQHzat","lmstext":"Groupe 5 - Groupe 5"},{"kind":"choice","id":"choice_5XUAW73k065","lmstext":"Groupe 8 - Groupe 8"},{"kind":"choice","id":"choice_61eH7g4B4qW","lmstext":"Groupe 7 - Groupe 7"},{"kind":"choice","id":"choice_6kUsOuFOr9R","lmstext":"Groupe 6 - Groupe 6"},{"kind":"choice","id":"choice_69uFeAX6Kae","lmstext":"Groupe 4 - Groupe 4"},{"kind":"choice","id":"choice_5iJWESBrwW7","lmstext":"Groupe 3 - Groupe 3"}],"statements":[{"kind":"statement","id":"statement_6bXI1uymdjo","lmstext":"Zone de clic 1 - Zone de clic rectangulaire 1"},{"kind":"statement","id":"statement_65Ksi4Lc23s","lmstext":"Zone de clic 2 - Zone de clic rectangulaire 2"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"5cM9NBQHzat.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_5cM9NBQHzat","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"5cM9NBQHzat.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_5cM9NBQHzat","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"5XUAW73k065.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_5XUAW73k065","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"5XUAW73k065.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_5XUAW73k065","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"61eH7g4B4qW.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_61eH7g4B4qW","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"61eH7g4B4qW.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_61eH7g4B4qW","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"6kUsOuFOr9R.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_6kUsOuFOr9R","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"6kUsOuFOr9R.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_6kUsOuFOr9R","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"69uFeAX6Kae.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_69uFeAX6Kae","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"69uFeAX6Kae.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_69uFeAX6Kae","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6bXI1uymdjo","typea":"string","valueb":"5iJWESBrwW7.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_6bXI1uymdjo","typea":"string","valueb":"choices.choice_5iJWESBrwW7","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"65Ksi4Lc23s","typea":"string","valueb":"5iJWESBrwW7.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6cWEoda0FLx","valuea":"statements.statement_65Ksi4Lc23s","typea":"string","valueb":"choices.choice_5iJWESBrwW7","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"67in7jrfvAp","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_5cM9NBQHzat","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_5XUAW73k065","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_61eH7g4B4qW","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_6kUsOuFOr9R","statementid":"statements.statement_6bXI1uymdjo"},{"kind":"pair","choiceid":"choices.choice_69uFeAX6Kae","statementid":"statements.statement_65Ksi4Lc23s"},{"kind":"pair","choiceid":"choices.choice_5iJWESBrwW7","statementid":"statements.statement_6bXI1uymdjo"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6cWEoda0FLx.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6TgXn5xdip7"}},{"kind":"exe_actiongroup","id":"DisableChoices_67in7jrfvAp"}]}]},{"kind":"answer","id":"6JfRsa5h5cr","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6cWEoda0FLx.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"trigger_next_slide"}]}]}]}],"showAnimationId":"","lmsId":"Slide9","width":960,"height":540,"resume":false,"id":"6bOsRTrhs7k","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/62idXSnMZL5.js","title":"SUFFOCATION LIT","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":10,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6N5Ahx36hpF","lmsId":"FreeFormPickMany","lmstext":"Choisir plusieurs réponses","type":"multipleresponse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_5wxKcsgCX3b","lmstext":"Image 1"},{"kind":"choice","id":"choice_5ZMZpMSmEbB","lmstext":"Image 2"},{"kind":"choice","id":"choice_6A2J5knp6fy","lmstext":"Image 3"},{"kind":"choice","id":"choice_6HEg8pbhh9z","lmstext":"Image 4"},{"kind":"choice","id":"choice_6c4iLuHZr73","lmstext":"Image 5"},{"kind":"choice","id":"choice_6R3k6OlJ17O","lmstext":"Image 6"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5wxKcsgCX3b.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_5wxKcsgCX3b","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5ZMZpMSmEbB.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_5ZMZpMSmEbB","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6A2J5knp6fy.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6A2J5knp6fy","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6HEg8pbhh9z.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6HEg8pbhh9z","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6c4iLuHZr73.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6c4iLuHZr73","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6R3k6OlJ17O.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6N5Ahx36hpF","value":"choices.choice_6R3k6OlJ17O","type":"string"}]}]},"answers":[{"kind":"answer","id":"5a3bfPW3CEX","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_5wxKcsgCX3b","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_5ZMZpMSmEbB","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_6A2J5knp6fy","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_6HEg8pbhh9z","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_6c4iLuHZr73","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6N5Ahx36hpF.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6nYWkRxlPJa"}},{"kind":"exe_actiongroup","id":"DisableChoices_5dcskZN08U2"}]}]},{"kind":"answer","id":"6BND6r1izWQ","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6N5Ahx36hpF.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5oHOnR3MB5R"}},{"kind":"exe_actiongroup","id":"DisableChoices_5dcskZN08U2"}]}]}]}],"showAnimationId":"","lmsId":"Slide10","width":960,"height":540,"resume":false,"id":"62idXSnMZL5","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6LAIvhlx5ek.js","title":"ESPACES DE TRANSISTION","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":11,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide11","width":960,"height":540,"resume":false,"id":"6LAIvhlx5ek","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5g7Qg4RWDPK.js","title":"CHUTE ESCALIER","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":12,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6Rlc7VloKEQ","lmsId":"TrueFalse","lmstext":"Le plus souvent, la chute dans l’escalier survient entre 1 et 4 ans.\\n","type":"truefalse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6AvfrKx8Ohe","lmstext":"Vrai"},{"kind":"choice","id":"choice_6BlNdjdMX8s","lmstext":"Faux"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6r2Lr4OhfYx.6AvfrKx8Ohe.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Rlc7VloKEQ","value":"choices.choice_6AvfrKx8Ohe","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6r2Lr4OhfYx.6BlNdjdMX8s.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Rlc7VloKEQ","value":"choices.choice_6BlNdjdMX8s","type":"string"}]}]},"answers":[{"kind":"answer","id":"6AvfrKx8Ohe","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6AvfrKx8Ohe","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"619nG4OfzkJ"}},{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"}]}]},{"kind":"answer","id":"6BlNdjdMX8s","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6BlNdjdMX8s","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6XUn87lIDyc"}},{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"}]}]},{"kind":"answer","id":"5WksRVnuVBw","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Rlc7VloKEQ.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6XUn87lIDyc"}},{"kind":"exe_actiongroup","id":"DisableChoices_6r2Lr4OhfYx"}]}]}]}],"showAnimationId":"","lmsId":"Slide12","width":960,"height":540,"resume":false,"id":"5g7Qg4RWDPK","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5p31KAqcjJA.js","title":"PLANTES INTERIEURES","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":13,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6Z8RyVhVm3W","lmsId":"FreeFormPickOne","lmstext":"Choisir une réponse","type":"multiplechoice","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6lclwF4n8cr","lmstext":"Image 1"},{"kind":"choice","id":"choice_6870Wqc43TF","lmstext":"Image 2"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6lclwF4n8cr.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Z8RyVhVm3W","value":"choices.choice_6lclwF4n8cr","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6870Wqc43TF.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"6Z8RyVhVm3W","value":"choices.choice_6870Wqc43TF","type":"string"}]}]},"answers":[{"kind":"answer","id":"5hLawwVzbyv","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6lclwF4n8cr","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5qQI5kxpXu5"}},{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"}]}]},{"kind":"answer","id":"5z7BKawebh1","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6870Wqc43TF","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6HkNQqiyymv"}},{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"}]}]},{"kind":"answer","id":"67W0FAoyxde","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6Z8RyVhVm3W.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5qQI5kxpXu5"}},{"kind":"exe_actiongroup","id":"DisableChoices_5couOGvhgC0"}]}]}]}],"showAnimationId":"","lmsId":"Slide13","width":960,"height":540,"resume":false,"id":"5p31KAqcjJA","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6KCNIB5inyd.js","title":"EXTERIEUR","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":14,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide14","width":960,"height":540,"resume":false,"id":"6KCNIB5inyd","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5egGfQqZkDb.js","title":"NOYADE EXTERIEURE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":15,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"5s0TIWoRBPf","lmsId":"MultiResponse","lmstext":"Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?\\n4 réponses attendues\\n","type":"multipleresponse","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6lN6FzMWvth","lmstext":"Je me consacre uniquement à la surveillance de mon enfant dans l’eau"},{"kind":"choice","id":"choice_5pMYTOzveJX","lmstext":"Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé"},{"kind":"choice","id":"choice_63PqCUqeZxU","lmstext":"Je surveille mon enfant quand il joue dans le jardin"},{"kind":"choice","id":"choice_5XpUWHLJv9X","lmstext":"Je reste à côté du bassin quand mon enfant est dans l’eau"},{"kind":"choice","id":"choice_6NEnTYjhVia","lmstext":"Si on est plusieurs, on peut tous surveiller en même temps."}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.6lN6FzMWvth.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_6lN6FzMWvth","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5pMYTOzveJX.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_5pMYTOzveJX","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.63PqCUqeZxU.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_63PqCUqeZxU","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.5XpUWHLJv9X.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_5XpUWHLJv9X","type":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"6BMRqfqDmyy.6NEnTYjhVia.#_checked","typea":"var","valueb":true,"typeb":"boolean"}},"thenActions":[{"kind":"addchoiceresponse","interactionId":"5s0TIWoRBPf","value":"choices.choice_6NEnTYjhVia","type":"string"}]}]},"answers":[{"kind":"answer","id":"6lN6FzMWvth","points":10,"status":"correct","evaluate":{"statements":[{"kind":"equals","choiceid":"choices.choice_6lN6FzMWvth","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_5pMYTOzveJX","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_63PqCUqeZxU","ignorecase":false},{"kind":"equals","choiceid":"choices.choice_5XpUWHLJv9X","ignorecase":false}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"5s0TIWoRBPf.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6SfIOstU4FO"}},{"kind":"exe_actiongroup","id":"DisableChoices_6BMRqfqDmyy"}]}]},{"kind":"answer","id":"5pmtFMMr2Fc","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5s0TIWoRBPf.$AttemptCount","typea":"property","valueb":1,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5nhIwuD0yJz"}},{"kind":"exe_actiongroup","id":"DisableChoices_6BMRqfqDmyy"}]}]}]}],"showAnimationId":"","lmsId":"Slide15","width":960,"height":540,"resume":false,"id":"5egGfQqZkDb","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/61XOHmemRkI.js","title":" INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":16,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide16","width":960,"height":540,"resume":false,"id":"61XOHmemRkI","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6Q4mPLrKWvP.js","title":"CUISINE","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":17,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide17","width":960,"height":540,"resume":false,"id":"6Q4mPLrKWvP","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6ZTEsIshGPW.js","title":"SUFFOCATION cuisine ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":18,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"5Uysmghm0oM","lmsId":"MatchingDragDrop","lmstext":"Appariement : glisser-déposer","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6QPCfEpotBc","lmstext":"C. Pot fermé"},{"kind":"choice","id":"choice_6lFjjSoSH4P","lmstext":"A. Tiroir fermé"},{"kind":"choice","id":"choice_5bnlSKJKTPA","lmstext":"B. Surface hors de portée"}],"statements":[{"kind":"statement","id":"statement_6E8CUgvUJHh","lmstext":"1. Petits aliments secs"},{"kind":"statement","id":"statement_5dLRF9QiUmT","lmstext":"2. Sacs plastique"},{"kind":"statement","id":"statement_6l1ywu0g4Lb","lmstext":"3. Magnets, aimants"}],"responseDefinition":{"actions":[{"kind":"addpairresponse","interactionId":"5Uysmghm0oM","valuea":"statements.statement_6E8CUgvUJHh","typea":"string","valueb":"6ObmagFTM4C.6E8CUgvUJHh.$DragConnectData","typeb":"property"},{"kind":"addpairresponse","interactionId":"5Uysmghm0oM","valuea":"statements.statement_5dLRF9QiUmT","typea":"string","valueb":"6ObmagFTM4C.5dLRF9QiUmT.$DragConnectData","typeb":"property"},{"kind":"addpairresponse","interactionId":"5Uysmghm0oM","valuea":"statements.statement_6l1ywu0g4Lb","typea":"string","valueb":"6ObmagFTM4C.6l1ywu0g4Lb.$DragConnectData","typeb":"property"}]},"answers":[{"kind":"answer","id":"6QPCfEpotBc","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_6QPCfEpotBc","statementid":"statements.statement_6E8CUgvUJHh"},{"kind":"pair","choiceid":"choices.choice_6lFjjSoSH4P","statementid":"statements.statement_5dLRF9QiUmT"},{"kind":"pair","choiceid":"choices.choice_5bnlSKJKTPA","statementid":"statements.statement_6l1ywu0g4Lb"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"6JQMDJqqWyJ"}},{"kind":"exe_actiongroup","id":"DisableChoices_6ObmagFTM4C"}]}]},{"kind":"answer","id":"62c3WodMlqI","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lt","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5f5LNRPCRlq"}}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5Uysmghm0oM.$AttemptCount","typea":"property","valueb":2,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"appear","objRef":{"type":"string","value":"5r2ZkEWU9Kh"}},{"kind":"exe_actiongroup","id":"DisableChoices_6ObmagFTM4C"}]}]}]}],"showAnimationId":"","lmsId":"Slide18","width":960,"height":540,"resume":false,"id":"6ZTEsIshGPW","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6ML5zeVqhOR.js","title":"CHUTES salon","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":19,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6AN1KqLzONE","lmsId":"FreeFormDragDrop","lmstext":"1-Je choisis le dispositif le plus adapté \\n2- Je le dépose dans le cercle ci-contre.","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_5UkMsdO7bAa","lmstext":"Image 2 - bloque fenetre.jpg"},{"kind":"choice","id":"choice_5qiiLL8j2QF","lmstext":"Image 4 - bloc fenetre2.jpg"},{"kind":"choice","id":"choice_6Z19rgD2Ej5","lmstext":"Drag Item 03 - BLOC FENETRE 3.jpg"},{"kind":"choice","id":"choice_6AtmjNsa3UF","lmstext":"Image 3 - plante en pot.jpg"}],"statements":[{"kind":"statement","id":"statement_5tFa03qgZKo","lmstext":"Drop Target Oval - Zone de dépôt"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"5UkMsdO7bAa.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_5UkMsdO7bAa","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"5qiiLL8j2QF.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_5qiiLL8j2QF","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"6Z19rgD2Ej5.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_6Z19rgD2Ej5","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5tFa03qgZKo","typea":"string","valueb":"6AtmjNsa3UF.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6AN1KqLzONE","valuea":"statements.statement_5tFa03qgZKo","typea":"string","valueb":"choices.choice_6AtmjNsa3UF","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"5mRasnpZbWx","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_5UkMsdO7bAa","statementid":"statements.statement_5tFa03qgZKo"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6AN1KqLzONE.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6Ft2yIzFuX5"}},{"kind":"exe_actiongroup","id":"DisableChoices_5mRasnpZbWx"}]}]},{"kind":"answer","id":"5yF8mKT8ETw","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6AN1KqLzONE.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"5cAMeFSfBbZ"}},{"kind":"exe_actiongroup","id":"DisableChoices_5mRasnpZbWx"}]}]}]}],"showAnimationId":"","lmsId":"Slide19","width":960,"height":540,"resume":false,"id":"6ML5zeVqhOR","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5cNUFQh1AxU.js","title":"REPONSES INTOX PLANTES ","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":20,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"5eIruQIbOX5","lmsId":"FreeFormDragDrop","lmstext":"Je plante le buisson qui ne présente pas de toxicité en le déposant dans le cercle ci-contre.","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6FOjEqSimXV","lmstext":"Image 6 - cytise.jpg"},{"kind":"choice","id":"choice_5sAektOfR5G","lmstext":"Image 7 - hydrangea-gd297bfd4f_1920.jpg"},{"kind":"choice","id":"choice_6Kie9Ot2wY0","lmstext":"Image 8 - laurier rose.jpg"},{"kind":"choice","id":"choice_5Z2mibKXnqA","lmstext":"Image 9 - houx.jpg"}],"statements":[{"kind":"statement","id":"statement_628L4WVFbYa","lmstext":"Drop Target Oval - Zone de plantation"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"6FOjEqSimXV.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_6FOjEqSimXV","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"5sAektOfR5G.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_5sAektOfR5G","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"6Kie9Ot2wY0.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_6Kie9Ot2wY0","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"628L4WVFbYa","typea":"string","valueb":"5Z2mibKXnqA.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"5eIruQIbOX5","valuea":"statements.statement_628L4WVFbYa","typea":"string","valueb":"choices.choice_5Z2mibKXnqA","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"5nNxthafK5g","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_5sAektOfR5G","statementid":"statements.statement_628L4WVFbYa"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"5eIruQIbOX5.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6UWOCCOMvJm"}},{"kind":"exe_actiongroup","id":"DisableChoices_5nNxthafK5g"}]}]},{"kind":"answer","id":"5kXKUNTiDBI","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"5eIruQIbOX5.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6KYL3dpF0t4"}},{"kind":"exe_actiongroup","id":"DisableChoices_5nNxthafK5g"}]}]}]}],"showAnimationId":"","lmsId":"Slide20","width":960,"height":540,"resume":true,"id":"5cNUFQh1AxU","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":true,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/6MbCw3zA6X4.js","title":"CHUTES cuisine","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":21,"includeInSlideCounts":true,"interactions":[{"kind":"interaction","id":"6ZqxC7q4RPp","lmsId":"FreeFormDragDrop","lmstext":"1-Je choisis la chaise haute la mieux adaptée à mon enfant de – 4ans \\n2-Je dépose son image dans le cercle gris ci-contre.","type":"matching","maxpoints":10,"aoinclude":true,"istracked":true,"issurvey":false,"skipenabled":false,"choices":[{"kind":"choice","id":"choice_6mDe9ANUnhM","lmstext":"Image 2 - CHAISE HAUTE2.jpg"},{"kind":"choice","id":"choice_5Wm2V6hEGJY","lmstext":"Image 4 - R.png"},{"kind":"choice","id":"choice_5f8l9D83HhH","lmstext":"Drag Item 03 - OIP (12).jpg"},{"kind":"choice","id":"choice_5xhpLJAkZHb","lmstext":"Image 3 - CHAISE HAUTE3.jpg"}],"statements":[{"kind":"statement","id":"statement_5xxgpKrrNQ7","lmstext":"Drop Target Oval - Zone de dépôt"}],"responseDefinition":{"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"6mDe9ANUnhM.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_6mDe9ANUnhM","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"5Wm2V6hEGJY.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_5Wm2V6hEGJY","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"5f8l9D83HhH.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_5f8l9D83HhH","typeb":"string"}]},{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"eq","valuea":"5xxgpKrrNQ7","typea":"string","valueb":"5xhpLJAkZHb.$DropTargetId","typeb":"property"}},"thenActions":[{"kind":"addpairresponse","interactionId":"6ZqxC7q4RPp","valuea":"statements.statement_5xxgpKrrNQ7","typea":"string","valueb":"choices.choice_5xhpLJAkZHb","typeb":"string"}]}]},"answers":[{"kind":"answer","id":"5iHW2XPPuAX","points":10,"status":"correct","evaluate":{"statements":[{"kind":"pair","choiceid":"choices.choice_6mDe9ANUnhM","statementid":"statements.statement_5xxgpKrrNQ7"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"lte","valuea":"6ZqxC7q4RPp.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6KMwQbBzGhy"}},{"kind":"exe_actiongroup","id":"DisableChoices_5iHW2XPPuAX"}]}]},{"kind":"answer","id":"5oC0h4mkJ1X","points":0,"status":"incorrect","evaluate":{"statements":[{"kind":"other"}]},"actions":[{"kind":"if_action","condition":{"statement":{"kind":"compare","operator":"gte","valuea":"6ZqxC7q4RPp.$AttemptCount","typea":"property","valueb":10000,"typeb":"number"}},"thenActions":[{"kind":"show_slidelayer","hideOthers":"oncomplete","transition":"custom","animationId":"enterTransition","reverse":false,"objRef":{"type":"string","value":"6Ddu5LFjDuN"}},{"kind":"exe_actiongroup","id":"DisableChoices_5iHW2XPPuAX"}]}]}]}],"showAnimationId":"","lmsId":"Slide21","width":960,"height":540,"resume":false,"id":"6MbCw3zA6X4","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]},{"kind":"slide","html5url":"html5/data/js/5q071U8mzsW.js","title":"GENERIQUE FIN","trackViews":true,"showMenuResultIcon":false,"viewGroupId":"","historyGroupId":"","videoZoom":"","scrolling":false,"transition":"appear","transDuration":0,"transDir":1,"wipeTrans":false,"slideLock":false,"navIndex":-1,"globalAudioId":"","thumbnailid":"","slideNumberInScene":22,"includeInSlideCounts":true,"showAnimationId":"","lmsId":"Slide22","width":960,"height":540,"resume":false,"id":"5q071U8mzsW","slideLayers":[{"enableSeek":true,"enableReplay":true,"startTime":-1,"elapsedTimeMode":"normal","useHandCursor":false,"resume":false,"kind":"slidelayer","isBaseLayer":true}]}],"id":"6FTsIra1rdq"}],"slideBank":{},"quizzes":[{"kind":"quiz","lmstext":"ZERO ACCIDENT: UN JEU D\'ENFANT, une aventure préventive pour sécuriser la maison","issurvey":false,"passPercent":100,"submitunanswered":"viewed","scoretype":"partial","reviewtype":"incorrectonly","resettype":"all","sliderefs":[{"kind":"slideref","id":"_player.6FTsIra1rdq.6AinT2WqVAs"},{"kind":"slideref","id":"_player.6FTsIra1rdq.694mw7yIglY"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6bOsRTrhs7k"},{"kind":"slideref","id":"_player.6FTsIra1rdq.62idXSnMZL5"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5g7Qg4RWDPK"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5p31KAqcjJA"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5egGfQqZkDb"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6ZTEsIshGPW"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6ML5zeVqhOR"},{"kind":"slideref","id":"_player.6FTsIra1rdq.5cNUFQh1AxU"},{"kind":"slideref","id":"_player.6FTsIra1rdq.6MbCw3zA6X4"}],"id":"6qa4PN8eUei","actionGroups":{"EvaluateQuiz":{"kind":"actiongroup","actions":[{"kind":"eval_all_unanswered","objRef":{"type":"string","value":"_this"}}]}}}],"assetLib":[{"kind":"asset","id":0,"mobileUrl":"story_content/Slide5UxAlpMF1vl.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5UxAlpMF1vl.jpg"},{"kind":"asset","id":1,"width":0,"height":0,"duration":11970,"fileSize":239526,"url":"story_content/6ByzLBCcSpG_44100_160_1.mp3"},{"kind":"asset","id":2,"mobileUrl":"story_content/Shape6arWHgWpbXr.swf","imageType":"normal","width":267,"height":197,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6arWHgWpbXr.png"},{"kind":"asset","id":3,"imageType":"normal","width":534,"height":300,"mobiledx":0,"mobiledy":0,"fileSize":2698389,"maskref":"0","url":"mobile/65Tl6WYMJPa.png"},{"kind":"asset","id":4,"mobileUrl":"story_content/Shape66O638NFnC2.swf","imageType":"normal","width":324,"height":213,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape66O638NFnC2.png"},{"kind":"asset","id":5,"imageType":"normal","width":578,"height":325,"mobiledx":0,"mobiledy":0,"fileSize":2782667,"maskref":"1","url":"mobile/5ZdZ0RlV56u.png"},{"kind":"asset","id":6,"mobileUrl":"story_content/Shape6o1Ew3MqaUc.swf","imageType":"normal","width":267,"height":193,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6o1Ew3MqaUc.png"},{"kind":"asset","id":7,"imageType":"normal","width":534,"height":300,"mobiledx":0,"mobiledy":0,"fileSize":2887997,"maskref":"2","url":"mobile/5hzrYMhu9ah.png"},{"kind":"asset","id":8,"mobileUrl":"story_content/Shape5uJnYRCDish.swf","imageType":"normal","width":261,"height":193,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5uJnYRCDish.png"},{"kind":"asset","id":9,"imageType":"normal","width":522,"height":294,"mobiledx":0,"mobiledy":0,"fileSize":2633474,"maskref":"3","url":"mobile/5iFSou622a8.png"},{"kind":"asset","id":10,"mobileUrl":"story_content/Shape6P4YPCwSOi9.swf","imageType":"normal","width":278,"height":218,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6P4YPCwSOi9.png"},{"kind":"asset","id":11,"imageType":"normal","width":520,"height":292,"mobiledx":0,"mobiledy":0,"fileSize":2386499,"maskref":"4","url":"mobile/5zSGvRt1TIW.png"},{"kind":"asset","id":12,"mobileUrl":"story_content/Shape5xOvU4Pd7Wd.swf","imageType":"normal","width":290,"height":200,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5xOvU4Pd7Wd.png"},{"kind":"asset","id":13,"imageType":"normal","width":580,"height":326,"mobiledx":0,"mobiledy":0,"fileSize":3203400,"maskref":"5","url":"mobile/6PoTCpX10q4.png"},{"kind":"asset","id":14,"width":0,"height":0,"duration":14295,"fileSize":286024,"url":"story_content/6WBebpcnfS3_44100_160_1.mp3"},{"kind":"asset","id":15,"imageType":"normal","width":289,"height":314,"mobiledx":0,"mobiledy":0,"fileSize":68207,"maskref":"6","url":"mobile/6iU2vJrtcYT.png"},{"kind":"asset","id":16,"mobileUrl":"story_content/Slide5W7mKlspoNm.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5W7mKlspoNm.jpg"},{"kind":"asset","id":17,"mobileUrl":"story_content/Shape6Zwgwx1zBUE.swf","imageType":"normal","width":186,"height":81,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6Zwgwx1zBUE.png"},{"kind":"asset","id":18,"mobileUrl":"story_content/Slide5ZiopEs2wqU.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5ZiopEs2wqU.jpg"},{"kind":"asset","id":19,"width":0,"height":0,"duration":5021,"fileSize":100554,"url":"story_content/6rdr4bnAP7g_44100_160_1.mp3"},{"kind":"asset","id":20,"imageType":"normal","width":295,"height":320,"mobiledx":0,"mobiledy":0,"fileSize":66197,"maskref":"7","url":"mobile/5x2J9gL6v3I.png"},{"kind":"asset","id":21,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":22,"imageType":"normal","width":286,"height":310,"mobiledx":0,"mobiledy":0,"fileSize":93875,"maskref":"8","url":"mobile/6IE7ayTdFEq.png"},{"kind":"asset","id":23,"imageType":"normal","width":152,"height":149,"mobiledx":0,"mobiledy":0,"fileSize":6199,"maskref":"9","url":"mobile/5k9egD9EWF4_FFFFFF_P_0_0_151_149.png"},{"kind":"asset","id":24,"imageType":"normal","width":98,"height":98,"mobiledx":0,"mobiledy":0,"fileSize":33663,"maskref":"10","url":"mobile/6kiZAOSm95J.png"},{"kind":"asset","id":25,"imageType":"normal","width":196,"height":98,"mobiledx":0,"mobiledy":0,"fileSize":13808,"maskref":"11","url":"mobile/5dH9JiZE4rz_FFFFFF.png"},{"kind":"asset","id":26,"mobileUrl":"","imageType":"normal","width":164,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1008,"maskref":"12","url":"mobile/txt__default_6ZbqHYpaMqL.png"},{"kind":"asset","id":27,"width":0,"height":0,"duration":14164,"fileSize":283411,"url":"story_content/5l9alnirRLc_44100_160_1.mp3"},{"kind":"asset","id":28,"width":0,"height":0,"duration":10168,"fileSize":203477,"url":"story_content/6Snklkzmhev_44100_160_1.mp3"},{"kind":"asset","id":29,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":30,"mobileUrl":"","imageType":"normal","width":164,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1008,"maskref":"13","url":"mobile/txt__default_5nVuy5GBFES.png"},{"kind":"asset","id":31,"width":0,"height":0,"duration":14164,"fileSize":283411,"url":"story_content/5l9alnirRLc_44100_160_1.mp3"},{"kind":"asset","id":32,"width":0,"height":0,"duration":10168,"fileSize":203477,"url":"story_content/6Snklkzmhev_44100_160_1.mp3"},{"kind":"asset","id":33,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":34,"mobileUrl":"story_content/Slide6Esg6IhJqz0.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6Esg6IhJqz0.jpg"},{"kind":"asset","id":35,"imageType":"normal","width":128,"height":128,"mobiledx":0,"mobiledy":0,"fileSize":12296,"url":"mobile/5xiBxsKAwas.jpg"},{"kind":"asset","id":36,"width":0,"height":0,"duration":4682,"fileSize":93762,"url":"story_content/6DD53dTyVHI_44100_160_1.mp3"},{"kind":"asset","id":37,"mobileUrl":"","imageType":"normal","width":159,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1117,"maskref":"14","url":"mobile/txt__default_5VdJ5CFOWW4.png"},{"kind":"asset","id":38,"width":0,"height":0,"duration":10402,"fileSize":208179,"url":"story_content/6TGLGnHJc4x_44100_160_1.mp3"},{"kind":"asset","id":39,"width":0,"height":0,"duration":8600,"fileSize":172130,"url":"story_content/5d61fWWnNAg_44100_160_1.mp3"},{"kind":"asset","id":40,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":41,"mobileUrl":"","imageType":"normal","width":159,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1117,"maskref":"15","url":"mobile/txt__default_5Zcr4zIoaCk.png"},{"kind":"asset","id":42,"width":0,"height":0,"duration":8600,"fileSize":172130,"url":"story_content/5d61fWWnNAg_44100_160_1.mp3"},{"kind":"asset","id":43,"width":0,"height":0,"duration":10402,"fileSize":208179,"url":"story_content/6TGLGnHJc4x_44100_160_1.mp3"},{"kind":"asset","id":44,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":45,"mobileUrl":"story_content/Slide5hRADUxVGPQ.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5hRADUxVGPQ.jpg"},{"kind":"asset","id":46,"mobileUrl":"story_content/Shape6d8Ii3SnatC.swf","imageType":"normal","width":196,"height":84,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6d8Ii3SnatC.png"},{"kind":"asset","id":47,"mobileUrl":"story_content/Slide5taA8ZgXIh7.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5taA8ZgXIh7.jpg"},{"kind":"asset","id":48,"mobileUrl":"story_content/Shape5swQvzzWxJO.swf","imageType":"normal","width":187,"height":91,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5swQvzzWxJO.png"},{"kind":"asset","id":49,"mobileUrl":"story_content/Slide650zbYOsWqu.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide650zbYOsWqu.jpg"},{"kind":"asset","id":50,"mobileUrl":"story_content/Shape5cM9NBQHzat.swf","imageType":"normal","width":134,"height":127,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5cM9NBQHzat.png"},{"kind":"asset","id":51,"imageType":"normal","width":232,"height":174,"mobiledx":0,"mobiledy":0,"fileSize":2414379,"maskref":"16","url":"mobile/6UT1K1BsiKV_797C6C.png"},{"kind":"asset","id":52,"mobileUrl":"story_content/Shape6kUsOuFOr9R.swf","imageType":"normal","width":97,"height":128,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6kUsOuFOr9R.png"},{"kind":"asset","id":53,"imageType":"normal","width":130,"height":220,"mobiledx":0,"mobiledy":0,"fileSize":71520,"maskref":"17","url":"mobile/5b1eh3LrRdU.png"},{"kind":"asset","id":54,"mobileUrl":"story_content/Shape61eH7g4B4qW.swf","imageType":"normal","width":165,"height":121,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape61eH7g4B4qW.png"},{"kind":"asset","id":55,"imageType":"normal","width":490,"height":413,"mobiledx":0,"mobiledy":0,"fileSize":108910,"url":"mobile/612q78bVBao_P_137_0_490_413.jpg"},{"kind":"asset","id":56,"mobileUrl":"story_content/Shape69uFeAX6Kae.swf","imageType":"normal","width":136,"height":130,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape69uFeAX6Kae.png"},{"kind":"asset","id":57,"imageType":"normal","width":272,"height":195,"mobiledx":0,"mobiledy":0,"fileSize":65343,"maskref":"18","url":"mobile/6PywSUpECT6.png"},{"kind":"asset","id":58,"mobileUrl":"story_content/Shape5iJWESBrwW7.swf","imageType":"normal","width":129,"height":121,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5iJWESBrwW7.png"},{"kind":"asset","id":59,"imageType":"normal","width":196,"height":154,"mobiledx":0,"mobiledy":0,"fileSize":6822,"url":"mobile/6nITrJmwfpL.jpg"},{"kind":"asset","id":60,"mobileUrl":"story_content/Shape5XUAW73k065.swf","imageType":"normal","width":148,"height":147,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5XUAW73k065.png"},{"kind":"asset","id":61,"imageType":"normal","width":156,"height":156,"mobiledx":0,"mobiledy":0,"fileSize":746732,"maskref":"19","url":"mobile/6bxeXNwgoeQ.png"},{"kind":"asset","id":62,"mobileUrl":"","imageType":"normal","width":90,"height":14,"mobiledx":-1,"mobiledy":0,"fileSize":1811,"maskref":"20","url":"mobile/txt__default_6H3KuLYtnMU.png"},{"kind":"asset","id":63,"mobileUrl":"","imageType":"normal","width":17,"height":18,"mobiledx":0,"mobiledy":0,"fileSize":1351,"maskref":"21","url":"mobile/txt__default_6i8XYg16LFq.png"},{"kind":"asset","id":64,"mobileUrl":"","imageType":"normal","width":76,"height":8,"mobiledx":0,"mobiledy":0,"fileSize":377,"maskref":"22","url":"mobile/txt__default_5xtJ5T95Kdy.png"},{"kind":"asset","id":65,"width":0,"height":0,"duration":4943,"fileSize":98987,"url":"story_content/6bRhW5hHyV9_44100_160_1.mp3"},{"kind":"asset","id":66,"imageType":"normal","width":88,"height":88,"mobiledx":0,"mobiledy":0,"fileSize":15938,"maskref":"23","url":"mobile/5mhUyOe5HjX.png"},{"kind":"asset","id":67,"imageType":"normal","width":108,"height":108,"mobiledx":0,"mobiledy":0,"fileSize":4108,"maskref":"24","url":"mobile/6nWotxJhCgB_FFFFFF.png"},{"kind":"asset","id":68,"mobileUrl":"","imageType":"normal","width":748,"height":32,"mobiledx":0,"mobiledy":0,"fileSize":1601,"maskref":"25","url":"mobile/txt__default_6BFBhzLBRyN.png"},{"kind":"asset","id":69,"width":0,"height":0,"duration":5935,"fileSize":118840,"url":"story_content/6DiH7gHayyJ_44100_160_1.mp3"},{"kind":"asset","id":70,"width":0,"height":0,"duration":9045,"fileSize":181011,"url":"story_content/5uhi3JtT9OV_44100_160_1.mp3"},{"kind":"asset","id":71,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":72,"mobileUrl":"story_content/Slide5j7bF8t4UnZ.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5j7bF8t4UnZ.jpg"},{"kind":"asset","id":73,"imageType":"normal","width":300,"height":227,"mobiledx":0,"mobiledy":0,"fileSize":23238,"url":"mobile/6RjAkPAHTlT.jpg"},{"kind":"asset","id":74,"imageType":"normal","width":316,"height":221,"mobiledx":0,"mobiledy":0,"fileSize":16883,"url":"mobile/6co5LARH9hR.jpg"},{"kind":"asset","id":75,"imageType":"normal","width":354,"height":236,"mobiledx":0,"mobiledy":0,"fileSize":164947,"url":"mobile/6dJSdUxWbji.jpg"},{"kind":"asset","id":76,"imageType":"normal","width":356,"height":212,"mobiledx":0,"mobiledy":0,"fileSize":443648,"url":"mobile/5zVEzrd3BdV.jpg"},{"kind":"asset","id":77,"imageType":"normal","width":309,"height":221,"mobiledx":0,"mobiledy":0,"fileSize":8228,"url":"mobile/5WXbRkBOGtx.jpg"},{"kind":"asset","id":78,"imageType":"normal","width":255,"height":152,"mobiledx":0,"mobiledy":0,"fileSize":23133,"url":"mobile/6CKruSDDpsn_P_77_0_255_152.jpg"},{"kind":"asset","id":79,"width":0,"height":0,"duration":5909,"fileSize":118318,"url":"story_content/5mNC7r9Fpbb_44100_160_1.mp3"},{"kind":"asset","id":80,"imageType":"normal","width":46,"height":52,"mobiledx":0,"mobiledy":0,"fileSize":94475,"maskref":"26","url":"mobile/5lOve8gMZEt.png"},{"kind":"asset","id":81,"width":0,"height":0,"duration":8418,"fileSize":168473,"url":"story_content/6beUko5krHJ_44100_160_1.mp3"},{"kind":"asset","id":82,"width":0,"height":0,"duration":9175,"fileSize":183624,"url":"story_content/6TVFOZj8kdS_44100_160_1.mp3"},{"kind":"asset","id":83,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":84,"width":0,"height":0,"duration":9175,"fileSize":183624,"url":"story_content/6TVFOZj8kdS_44100_160_1.mp3"},{"kind":"asset","id":85,"width":0,"height":0,"duration":8418,"fileSize":168473,"url":"story_content/6beUko5krHJ_44100_160_1.mp3"},{"kind":"asset","id":86,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":87,"mobileUrl":"story_content/Slide65DohxLz3o8.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide65DohxLz3o8.jpg"},{"kind":"asset","id":88,"mobileUrl":"story_content/Shape5qZAgYNtHaA.swf","imageType":"normal","width":180,"height":85,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5qZAgYNtHaA.png"},{"kind":"asset","id":89,"mobileUrl":"story_content/Slide609FjmX1uzs.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide609FjmX1uzs.jpg"},{"kind":"asset","id":90,"width":0,"height":0,"duration":4578,"fileSize":91673,"url":"story_content/6GBuqbYyNXn_44100_160_1.mp3"},{"kind":"asset","id":91,"width":0,"height":0,"duration":4943,"fileSize":98987,"url":"story_content/6ogaL0uMKrL_44100_160_1.mp3"},{"kind":"asset","id":92,"width":0,"height":0,"duration":18162,"fileSize":363346,"url":"story_content/62fAzMPOIXx_44100_160_1.mp3"},{"kind":"asset","id":93,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":94,"width":0,"height":0,"duration":18162,"fileSize":363346,"url":"story_content/62fAzMPOIXx_44100_160_1.mp3"},{"kind":"asset","id":95,"width":0,"height":0,"duration":4943,"fileSize":98987,"url":"story_content/6ogaL0uMKrL_44100_160_1.mp3"},{"kind":"asset","id":96,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":97,"mobileUrl":"story_content/Slide5eShzRgW8sQ.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5eShzRgW8sQ.jpg"},{"kind":"asset","id":98,"imageType":"normal","width":572,"height":424,"mobiledx":0,"mobiledy":0,"fileSize":45281,"url":"mobile/6RnS0v9a2eX.jpg"},{"kind":"asset","id":99,"imageType":"normal","width":410,"height":580,"mobiledx":0,"mobiledy":0,"fileSize":1737347,"maskref":"27","url":"mobile/5W1mr5Si6nV.png"},{"kind":"asset","id":100,"width":0,"height":0,"duration":5518,"fileSize":110481,"url":"story_content/6SDw5thhuhn_44100_160_1.mp3"},{"kind":"asset","id":101,"imageType":"normal","width":46,"height":42,"mobiledx":0,"mobiledy":0,"fileSize":77200,"maskref":"28","url":"mobile/6JleUK5VHC0_1A202F.png"},{"kind":"asset","id":102,"width":0,"height":0,"duration":9201,"fileSize":184146,"url":"story_content/6JrglHsD24G_44100_160_1.mp3"},{"kind":"asset","id":103,"width":0,"height":0,"duration":10324,"fileSize":206611,"url":"story_content/6EcEPBpcoWB_44100_160_1.mp3"},{"kind":"asset","id":104,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":105,"width":0,"height":0,"duration":9201,"fileSize":184146,"url":"story_content/6JrglHsD24G_44100_160_1.mp3"},{"kind":"asset","id":106,"width":0,"height":0,"duration":10324,"fileSize":206611,"url":"story_content/6EcEPBpcoWB_44100_160_1.mp3"},{"kind":"asset","id":107,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":108,"mobileUrl":"story_content/Slide6d8qgGs4vjC.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6d8qgGs4vjC.jpg"},{"kind":"asset","id":109,"mobileUrl":"story_content/Shape5q89ZwN3RgD.swf","imageType":"normal","width":194,"height":80,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5q89ZwN3RgD.png"},{"kind":"asset","id":110,"mobileUrl":"story_content/Slide5zIrg6sWBBN.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide5zIrg6sWBBN.jpg"},{"kind":"asset","id":111,"width":0,"height":0,"duration":4263,"fileSize":85403,"url":"story_content/5oP5kYMKaqx_44100_160_1.mp3"},{"kind":"asset","id":112,"mobileUrl":"","imageType":"normal","width":144,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1030,"maskref":"29","url":"mobile/txt__default_6jdvHbSiHYE.png"},{"kind":"asset","id":113,"imageType":"normal","width":200,"height":200,"mobiledx":0,"mobiledy":0,"fileSize":720256,"maskref":"30","url":"mobile/6HrQvviyAkG.png"},{"kind":"asset","id":114,"imageType":"normal","width":196,"height":196,"mobiledx":0,"mobiledy":0,"fileSize":602713,"maskref":"31","url":"mobile/5jWurvDETNY.png"},{"kind":"asset","id":115,"imageType":"normal","width":186,"height":115,"mobiledx":0,"mobiledy":0,"fileSize":172559,"maskref":"32","url":"mobile/5jIMv8n1It7.png"},{"kind":"asset","id":116,"imageType":"normal","width":58,"height":58,"mobiledx":0,"mobiledy":0,"fileSize":12153,"maskref":"33","url":"mobile/5wGPHM4vxRi_R238099.png"},{"kind":"asset","id":117,"imageType":"normal","width":58,"height":58,"mobiledx":0,"mobiledy":0,"fileSize":8906,"maskref":"34","url":"mobile/5wGPHM4vxRi_RB2BDE5.png"},{"kind":"asset","id":118,"imageType":"normal","width":58,"height":58,"mobiledx":0,"mobiledy":0,"fileSize":12203,"maskref":"35","url":"mobile/5wGPHM4vxRi.png"},{"kind":"asset","id":119,"imageType":"normal","width":58,"height":58,"mobiledx":0,"mobiledy":0,"fileSize":8906,"maskref":"36","url":"mobile/5wGPHM4vxRi_RCAB6F3.png"},{"kind":"asset","id":120,"width":0,"height":0,"duration":7295,"fileSize":146007,"url":"story_content/6lQhyko7oC8_44100_160_1.mp3"},{"kind":"asset","id":121,"width":0,"height":0,"duration":16254,"fileSize":325207,"url":"story_content/6JOzNi04MCi_44100_160_1.mp3"},{"kind":"asset","id":122,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":123,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1925,"maskref":"37","url":"mobile/txt__default_6SDY7u57ScG.png"},{"kind":"asset","id":124,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1693,"maskref":"38","url":"mobile/txt__default_Disabled_6SDY7u57ScG.png"},{"kind":"asset","id":125,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1952,"maskref":"39","url":"mobile/txt__default_Down_6SDY7u57ScG.png"},{"kind":"asset","id":126,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":2046,"maskref":"40","url":"mobile/txt__default_Hover_6SDY7u57ScG.png"},{"kind":"asset","id":127,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":1810,"maskref":"41","url":"mobile/txt__default_Hover_Disabled_6SDY7u57ScG.png"},{"kind":"asset","id":128,"mobileUrl":"","imageType":"normal","width":134,"height":46,"mobiledx":-4,"mobiledy":-4,"fileSize":2035,"maskref":"42","url":"mobile/txt__default_Hover_Down_6SDY7u57ScG.png"},{"kind":"asset","id":129,"mobileUrl":"","imageType":"normal","width":144,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1030,"maskref":"43","url":"mobile/txt__default_61j0tOoGGDn.png"},{"kind":"asset","id":130,"width":0,"height":0,"duration":7295,"fileSize":146007,"url":"story_content/6lQhyko7oC8_44100_160_1.mp3"},{"kind":"asset","id":131,"width":0,"height":0,"duration":16254,"fileSize":325207,"url":"story_content/6JOzNi04MCi_44100_160_1.mp3"},{"kind":"asset","id":132,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":133,"mobileUrl":"story_content/Slide6OiERwzxhcP.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6OiERwzxhcP.jpg"},{"kind":"asset","id":134,"imageType":"normal","width":246,"height":179,"mobiledx":0,"mobiledy":0,"fileSize":99583,"maskref":"44","url":"mobile/6VX1wzxXetE.png"},{"kind":"asset","id":135,"imageType":"normal","width":245,"height":184,"mobiledx":0,"mobiledy":0,"fileSize":112034,"maskref":"45","url":"mobile/6gEwn9EL1QT.png"},{"kind":"asset","id":136,"imageType":"normal","width":246,"height":179,"mobiledx":0,"mobiledy":0,"fileSize":109073,"maskref":"46","url":"mobile/67rHzkytjvC.png"},{"kind":"asset","id":137,"imageType":"normal","width":1737,"height":1199,"mobiledx":0,"mobiledy":0,"fileSize":1073518,"url":"mobile/6c9V8x2cV0q_P_182_0_1737_1199.jpg"},{"kind":"asset","id":138,"mobileUrl":"story_content/Shape6fxPNO2INLF.swf","imageType":"normal","width":141,"height":48,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape6fxPNO2INLF.png"},{"kind":"asset","id":139,"imageType":"normal","width":190,"height":95,"mobiledx":0,"mobiledy":0,"fileSize":63728,"maskref":"47","url":"mobile/5nuY12mUJs6_RFFF0E4.png"},{"kind":"asset","id":140,"width":0,"height":0,"duration":3506,"fileSize":70252,"url":"story_content/5xzUC1qXCd8_44100_160_1.mp3"},{"kind":"asset","id":141,"imageType":"normal","width":254,"height":234,"mobiledx":0,"mobiledy":0,"fileSize":223032,"maskref":"48","url":"mobile/5mHDuFk2I6n_RFF817D.png"},{"kind":"asset","id":142,"imageType":"normal","width":263,"height":264,"mobiledx":0,"mobiledy":0,"fileSize":55050,"url":"mobile/5c2k7hHHmq9.jpg"},{"kind":"asset","id":143,"mobileUrl":"story_content/Slide6EiP4GlP16L.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6EiP4GlP16L.jpg"},{"kind":"asset","id":144,"mobileUrl":"story_content/Shape68Dq312gz9U.swf","imageType":"normal","width":181,"height":79,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape68Dq312gz9U.png"},{"kind":"asset","id":145,"mobileUrl":"story_content/Slide6Os8ovjK47Q.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6Os8ovjK47Q.jpg"},{"kind":"asset","id":146,"mobileUrl":"story_content/Shape5oyWtWfiLVf.swf","imageType":"normal","width":213,"height":22,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5oyWtWfiLVf.png"},{"kind":"asset","id":147,"imageType":"normal","width":135,"height":120,"mobiledx":0,"mobiledy":0,"fileSize":14256,"url":"mobile/5k8wfIOYsrk_P_28_34_135_120.jpg"},{"kind":"asset","id":148,"imageType":"normal","width":195,"height":184,"mobiledx":0,"mobiledy":0,"fileSize":26014,"url":"mobile/5t94g4liVSR_P_22_19_195_184.jpg"},{"kind":"asset","id":149,"imageType":"normal","width":179,"height":180,"mobiledx":0,"mobiledy":0,"fileSize":20087,"url":"mobile/6etO7z1HfCX_P_33_0_179_180.jpg"},{"kind":"asset","id":150,"imageType":"normal","width":234,"height":147,"mobiledx":0,"mobiledy":0,"fileSize":23127,"url":"mobile/5Y2G1DALy17.jpg"},{"kind":"asset","id":151,"imageType":"normal","width":190,"height":183,"mobiledx":0,"mobiledy":0,"fileSize":11141,"url":"mobile/5dO4kfG0Jsr_P_35_0_190_183.jpg"},{"kind":"asset","id":152,"imageType":"normal","width":148,"height":232,"mobiledx":0,"mobiledy":0,"fileSize":126857,"maskref":"49","url":"mobile/60DdQXcHuBr.png"},{"kind":"asset","id":153,"mobileUrl":"story_content/Shape5yIXKrpNEYC.swf","imageType":"normal","width":244,"height":22,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Shape5yIXKrpNEYC.png"},{"kind":"asset","id":154,"width":0,"height":0,"duration":4813,"fileSize":96375,"url":"story_content/6gczo2mRdWa_44100_160_1.mp3"},{"kind":"asset","id":155,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":156,"width":0,"height":0,"duration":7659,"fileSize":153322,"url":"story_content/6Jxmyk8yc9l_44100_160_1.mp3"},{"kind":"asset","id":157,"width":0,"height":0,"duration":5047,"fileSize":101077,"url":"story_content/5i9kjrH08y6_44100_160_1.mp3"},{"kind":"asset","id":158,"width":0,"height":0,"duration":2043,"fileSize":40995,"url":"story_content/644uoLhbs9R_44100_160_1.mp3"},{"kind":"asset","id":159,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":160,"width":0,"height":0,"duration":7659,"fileSize":153322,"url":"story_content/6Jxmyk8yc9l_44100_160_1.mp3"},{"kind":"asset","id":161,"width":0,"height":0,"duration":5047,"fileSize":101077,"url":"story_content/5i9kjrH08y6_44100_160_1.mp3"},{"kind":"asset","id":162,"width":0,"height":0,"duration":2043,"fileSize":40995,"url":"story_content/644uoLhbs9R_44100_160_1.mp3"},{"kind":"asset","id":163,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":164,"mobileUrl":"story_content/Slide66qG0dJUlCh.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide66qG0dJUlCh.jpg"},{"kind":"asset","id":165,"imageType":"normal","width":1397,"height":1397,"mobiledx":0,"mobiledy":0,"fileSize":542241,"url":"mobile/5r5k2uhLlYo_B10_C-10_P_0_325_1397_1397.jpg"},{"kind":"asset","id":166,"mobileUrl":"","imageType":"normal","width":137,"height":138,"mobiledx":-2,"mobiledy":-2,"fileSize":6193,"maskref":"50","url":"mobile/txt__default_5tFa03qgZKo.png"},{"kind":"asset","id":167,"imageType":"normal","width":222,"height":222,"mobiledx":0,"mobiledy":0,"fileSize":65784,"maskref":"51","url":"mobile/5nyDWME0NEY_FEFEFE_P_0_2_222_222.png"},{"kind":"asset","id":168,"imageType":"normal","width":202,"height":202,"mobiledx":0,"mobiledy":0,"fileSize":17368,"url":"mobile/6l1BjXwHzz4_P_23_0_201_201.jpg"},{"kind":"asset","id":169,"imageType":"normal","width":225,"height":225,"mobiledx":0,"mobiledy":0,"fileSize":5538,"url":"mobile/5xdrvwl3d4p.jpg"},{"kind":"asset","id":170,"width":0,"height":0,"duration":4890,"fileSize":97942,"url":"story_content/5r233cjRbI4_44100_160_1.mp3"},{"kind":"asset","id":171,"imageType":"normal","width":102,"height":72,"mobiledx":0,"mobiledy":0,"fileSize":224068,"maskref":"52","url":"mobile/6aYP8HAzx1B.png"},{"kind":"asset","id":172,"imageType":"normal","width":592,"height":480,"mobiledx":0,"mobiledy":0,"fileSize":72847,"maskref":"53","url":"mobile/5oxeH3ErBL0_F0F0F0_P_141_0_591_480.png"},{"kind":"asset","id":173,"mobileUrl":"","imageType":"normal","width":68,"height":113,"mobiledx":-32,"mobiledy":-32,"fileSize":1468,"maskref":"54","url":"mobile/txt__default_5g3WYS9B3Lo.png"},{"kind":"asset","id":174,"width":0,"height":0,"duration":14609,"fileSize":292293,"url":"story_content/5YC0QBiRC8A_44100_160_1.mp3"},{"kind":"asset","id":175,"width":0,"height":0,"duration":4368,"fileSize":87493,"url":"story_content/5mbGDMv6U37_44100_160_1.mp3"},{"kind":"asset","id":176,"width":0,"height":0,"duration":4237,"fileSize":84881,"url":"story_content/60rfTIXl3IC_44100_160_1.mp3"},{"kind":"asset","id":177,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":178,"mobileUrl":"","imageType":"normal","width":68,"height":113,"mobiledx":-32,"mobiledy":-32,"fileSize":1468,"maskref":"55","url":"mobile/txt__default_65S2DkLQ99V.png"},{"kind":"asset","id":179,"width":0,"height":0,"duration":14609,"fileSize":292293,"url":"story_content/5YC0QBiRC8A_44100_160_1.mp3"},{"kind":"asset","id":180,"width":0,"height":0,"duration":4368,"fileSize":87493,"url":"story_content/5mbGDMv6U37_44100_160_1.mp3"},{"kind":"asset","id":181,"width":0,"height":0,"duration":4237,"fileSize":84881,"url":"story_content/60rfTIXl3IC_44100_160_1.mp3"},{"kind":"asset","id":182,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":183,"mobileUrl":"story_content/Slide6HkVh9ZJH2R.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6HkVh9ZJH2R.jpg"},{"kind":"asset","id":184,"imageType":"normal","width":1278,"height":1278,"mobiledx":0,"mobiledy":0,"fileSize":1012185,"url":"mobile/5rENtsY3Glc_P_321_0_1278_1278.jpg"},{"kind":"asset","id":185,"mobileUrl":"","imageType":"normal","width":142,"height":142,"mobiledx":-2,"mobiledy":-2,"fileSize":6356,"maskref":"56","url":"mobile/txt__default_628L4WVFbYa.png"},{"kind":"asset","id":186,"imageType":"normal","width":1199,"height":1199,"mobiledx":0,"mobiledy":0,"fileSize":763757,"url":"mobile/6c9V8x2cV0q_P_360_0_1199_1199.jpg"},{"kind":"asset","id":187,"imageType":"normal","width":1080,"height":1080,"mobiledx":0,"mobiledy":0,"fileSize":1106870,"url":"mobile/62PmvACB5XC_P_419_0_1080_1080.jpg"},{"kind":"asset","id":188,"imageType":"normal","width":1280,"height":1280,"mobiledx":0,"mobiledy":0,"fileSize":1390925,"url":"mobile/6bckyLOrxfm_P_320_0_1280_1280.jpg"},{"kind":"asset","id":189,"imageType":"normal","width":88,"height":88,"mobiledx":0,"mobiledy":0,"fileSize":10853,"maskref":"57","url":"mobile/5x3XU2hrxIg_X.png"},{"kind":"asset","id":190,"width":0,"height":0,"duration":4002,"fileSize":80179,"url":"story_content/68ZXWDBw64g_44100_160_1.mp3"},{"kind":"asset","id":191,"width":0,"height":0,"duration":11944,"fileSize":239003,"url":"story_content/6nG2qd4heGR_44100_160_1.mp3"},{"kind":"asset","id":192,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":193,"width":0,"height":0,"duration":4002,"fileSize":80179,"url":"story_content/68ZXWDBw64g_44100_160_1.mp3"},{"kind":"asset","id":194,"width":0,"height":0,"duration":11944,"fileSize":239003,"url":"story_content/6nG2qd4heGR_44100_160_1.mp3"},{"kind":"asset","id":195,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":196,"mobileUrl":"story_content/Slide6maJw43qpRV.swf","imageType":"normal","width":960,"height":540,"mobiledx":0,"mobiledy":0,"fileSize":0,"url":"mobile/Slide6maJw43qpRV.jpg"},{"kind":"asset","id":197,"imageType":"normal","width":194,"height":216,"mobiledx":0,"mobiledy":0,"fileSize":42043,"maskref":"58","url":"mobile/5odrT8ceSnB_F5F5F5_P_0_-2_194_216.png"},{"kind":"asset","id":198,"mobileUrl":"","imageType":"normal","width":130,"height":131,"mobiledx":-2,"mobiledy":-2,"fileSize":5856,"maskref":"59","url":"mobile/txt__default_5xxgpKrrNQ7.png"},{"kind":"asset","id":199,"imageType":"normal","width":204,"height":204,"mobiledx":0,"mobiledy":0,"fileSize":3479,"url":"mobile/6AdIAg2LVu4.jpg"},{"kind":"asset","id":200,"imageType":"normal","width":221,"height":221,"mobiledx":0,"mobiledy":0,"fileSize":13331,"url":"mobile/5ZYFf8587cn_P_85_0_221_221.jpg"},{"kind":"asset","id":201,"imageType":"normal","width":128,"height":128,"mobiledx":0,"mobiledy":0,"fileSize":6363,"maskref":"60","url":"mobile/5r9xJDvBTGN.png"},{"kind":"asset","id":202,"width":0,"height":0,"duration":4342,"fileSize":86971,"url":"story_content/6DAWGRV6btz_44100_160_1.mp3"},{"kind":"asset","id":203,"mobileUrl":"","imageType":"normal","width":144,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1030,"maskref":"61","url":"mobile/txt__default_5bDhBEyGRZs.png"},{"kind":"asset","id":204,"imageType":"normal","width":68,"height":68,"mobiledx":0,"mobiledy":0,"fileSize":76477,"maskref":"62","url":"mobile/6eLCjQU02QF.png"},{"kind":"asset","id":205,"width":0,"height":0,"duration":8913,"fileSize":178399,"url":"story_content/66LrcfFE2sb_44100_160_1.mp3"},{"kind":"asset","id":206,"width":0,"height":0,"duration":4237,"fileSize":84881,"url":"story_content/6inev4jRkBx_44100_160_1.mp3"},{"kind":"asset","id":207,"width":0,"height":0,"duration":2802,"fileSize":56146,"url":"story_content/6PV3fUNoQKw_44100_160_1.mp3"},{"kind":"asset","id":208,"width":0,"height":0,"duration":9645,"fileSize":193028,"url":"story_content/6e88h66ZHQs_44100_160_1.mp3"},{"kind":"asset","id":209,"mobileUrl":"","imageType":"normal","width":144,"height":67,"mobiledx":-32,"mobiledy":-32,"fileSize":1030,"maskref":"63","url":"mobile/txt__default_5XpschPqn4R.png"},{"kind":"asset","id":210,"width":0,"height":0,"duration":2802,"fileSize":56146,"url":"story_content/6PV3fUNoQKw_44100_160_1.mp3"},{"kind":"asset","id":211,"width":0,"height":0,"duration":4237,"fileSize":84881,"url":"story_content/6inev4jRkBx_44100_160_1.mp3"},{"kind":"asset","id":212,"width":0,"height":0,"duration":8913,"fileSize":178399,"url":"story_content/66LrcfFE2sb_44100_160_1.mp3"},{"kind":"asset","id":213,"width":0,"height":0,"duration":6380,"fileSize":127722,"url":"story_content/5npOPsoOYwb_44100_160_1.mp3"},{"kind":"asset","id":214,"imageType":"normal","width":137,"height":198,"mobiledx":0,"mobiledy":0,"fileSize":39974,"maskref":"64","url":"mobile/6rgYUvBRomv.png"},{"kind":"asset","id":215,"imageType":"normal","width":190,"height":81,"mobiledx":0,"mobiledy":0,"fileSize":10554,"maskref":"65","url":"mobile/5tVdz5tjirn.png"}],"fontLib":[{"name":"Verdana Pro SemibolBold9CE9434B"},{"name":"Oswald Light Charset0_v400F0EA3"},{"name":"Lato Charset0_v8MUn45tBE51451DC"},{"name":"LatoBold Charset0_vBoldEA24EE17"},{"name":"Lato Light Charset0_v8sD1CF4FE6"},{"name":"Lato LightBold CharBold30770A0A"},{"name":"Open Sans Charset0_v9TY33EDE6F2"},{"name":"Open SansBold CharsBoldE47A47C6"},{"name":"Oswald LightBold ChBoldAF84F3B9"},{"name":"Wingdings Charset0_v8sYB58B7A1D"},{"name":"Lato SemiboldBold CBoldFC61D9DD"},{"name":"Amiri Quran Charset0_vA096D8656"},{"name":"VerdanaBold CharsetBold7FD69FB3"},{"name":"Arial Rounded MT BoBoldAD39CAD8"}],"xapi":{"activityId":"urn:articulate:storyline:6eqep6CQk8H","manualConfiguration":false,"lrsEnabled":true},"scorings":[{"kind":"scoring","description":"JE SECURISE (version du 13/02/24)","lmstext":"ZERO ACCIDENT: UN JEU D\'ENFANT, une aventure préventive pour sécuriser la maison","type":"view","passPercent":80,"viewThreshold":22,"slidesViewedMode":"project","passStatus":"pass","failStatus":"incomplete","scoreRefs":[],"id":"scoringId_Slides"}],"slideCount":22,"flags":["BackgroundAudioVolumeVariable","ConnectionMessages","DropInBase","DropInMisc","DropInVectors","JsApi","LayerPresentAsDialog","MultipleQuizTracking","PlayerTooltips","UpdatedThemeEditor"],"defaultFont":"Open SansD6FFC9F9","fontScale":100,"colorGroups":[{"id":"window","colors":[{"id":"background","value":"#212121"},{"id":"border","value":"#454545"},{"id":"activeBorder","value":"#BABBBA"},{"id":"shadow","value":"rgba(0, 0, 0, 0.85)"},{"id":"divider","value":"#7A7A7A"}]},{"id":"button","colors":[{"id":"icon","value":"#BABBBA"},{"id":"iconHover","value":"#F8F8F8"},{"id":"border","value":"#7A7A7A"},{"id":"background","value":"#212121"}]},{"id":"text","colors":[{"id":"default","value":"#BABBBA"},{"id":"active","value":"#F8F8F8"}]},{"id":"select","colors":[{"id":"border","value":"#7A7A7A"},{"id":"background","value":"rgba(255, 255, 255, 0.06)"},{"id":"openBorder","value":"#BABBBA"}]},{"id":"selectList","colors":[{"id":"border","value":"#505050"},{"id":"background","value":"#212121"}]},{"id":"listitem","colors":[{"id":"selectedBorder","value":"#F8F8F8"}]},{"id":"scrollbar","colors":[{"id":"thumbBackground","value":"#BABBBA"}]},{"id":"base","colors":[{"id":"accent","value":"#4FBDF4"}]}],"id":"_player","variables":[{"kind":"variable","name":"QuizAdvanceModeWarningShown","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"CurrentQuiz_6AinT2WqVAs","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_694mw7yIglY","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6bOsRTrhs7k","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_62idXSnMZL5","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5g7Qg4RWDPK","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5p31KAqcjJA","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5egGfQqZkDb","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6ZTEsIshGPW","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6ML5zeVqhOR","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_5cNUFQh1AxU","type":"string","value":"","resume":true},{"kind":"variable","name":"CurrentQuiz_6MbCw3zA6X4","type":"string","value":"","resume":true},{"kind":"variable","name":"Monrésultat","type":"number","value":0,"resume":true},{"kind":"variable","name":"LastSlideViewed_6eqep6CQk8H","type":"string","value":"_player.6FTsIra1rdq.5hXbdowgFm5","resume":true},{"kind":"variable","name":"5hXbdowgFm5_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5xZ1dDfSZHX_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6r2Ya5AQ4hM","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6JzoDbVOfGk_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6FEMkStR7zl_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6OFCpjXd6l4","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6AinT2WqVAs_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6PTrxUIN1eO","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"694mw7yIglY_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6Sal6CIdrQA_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6mXvRm3imEa_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_67in7jrfvAp","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6bOsRTrhs7k_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5dcskZN08U2","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"62idXSnMZL5_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6LAIvhlx5ek_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6r2Lr4OhfYx","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5g7Qg4RWDPK_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5couOGvhgC0","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5p31KAqcjJA_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6KCNIB5inyd_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6BMRqfqDmyy","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5egGfQqZkDb_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"61XOHmemRkI_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6Q4mPLrKWvP_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_6ObmagFTM4C","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6ZTEsIshGPW_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5mRasnpZbWx","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6ML5zeVqhOR_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5nNxthafK5g","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5cNUFQh1AxU_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"ReviewMode_5iHW2XPPuAX","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"6MbCw3zA6X4_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"5q071U8mzsW_RetryModeInteractionIncompleteOnLoad","type":"boolean","value":false,"resume":true},{"kind":"variable","name":"PrintPromptWindowQuizVar_5z8FfNXtrJD","type":"string","value":"","resume":true},{"kind":"variable","name":"PrintPromptUsername_5z8FfNXtrJD","type":"string","value":"","resume":true}],"actionGroups":{"ActGrpOnPrevButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_prev_slide"}]},"ActGrpOnNextButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_next_slide"}]},"ActGrpOnFinishButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_slide_finish"}]},"ActGrpOnSubmitButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_submit_slide"}]},"ActGrpOnSubmitAllButtonClick":{"kind":"actiongroup","actions":[{"kind":"trigger_submitall_slide"}]},"_setstates":{"kind":"actiongroup","actions":[{"kind":"if_action","condition":{"statement":{"kind":"varexists","value":"_state","type":"string"}},"thenActions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"varexists","value":"_disabled","type":"string"},{"kind":"compare","operator":"eq","valuea":"#_disabled","typea":"var","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"set_enabled","objRef":{"type":"string","value":"_this"},"enabled":{"type":"boolean","value":false}}],"elseActions":[{"kind":"set_enabled","objRef":{"type":"string","value":"_this"},"enabled":{"type":"boolean","value":true}}]},{"kind":"adjustvar","variable":"_tempStateNameBuilder","operator":"set","value":{"type":"var","value":"#_state"}},{"kind":"foreach","iterables":[{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_hover"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_hover"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Hover"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_down"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_down"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Down"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_visited"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_visited"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Visited"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_checked"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_checked"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Selected"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_disabled"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_disabled"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Disabled"}]},{"kind":"iterable","valueref":[{"kind":"valueref","name":"valueref1","type":"string","value":"_review"},{"kind":"valueref","name":"valueref2","type":"var","value":"#_review"},{"kind":"valueref","name":"valueref3","type":"string","value":"_Review"}]}],"actions":[{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"varexists","value":"valueref1","type":"valueref"},{"kind":"compare","operator":"eq","valuea":"valueref2","typea":"valueref","valueb":true,"typeb":"boolean"}]}},"thenActions":[{"kind":"adjustvar","variable":"_tempStateName","operator":"set","value":{"type":"var","value":"#_tempStateNameBuilder"}},{"kind":"adjustvar","variable":"_tempStateName","operator":"add","value":{"type":"valueref","value":"valueref3"}},{"kind":"if_action","condition":{"statement":{"kind":"stateexists","objRef":{"type":"string","value":"_this"},"stateRef":{"type":"var","value":"#_tempStateName"}}},"thenActions":[{"kind":"adjustvar","variable":"_tempStateNameBuilder","operator":"set","value":{"type":"var","value":"#_tempStateName"}}],"elseActions":[]}]}]},{"kind":"adjustvar","variable":"_stateName","operator":"set","value":{"type":"var","value":"#_tempStateNameBuilder"}},{"kind":"setobjstate","stateRef":{"type":"var","value":"#_stateName"},"objRef":{"type":"string","value":"_this"}}]},{"kind":"if_action","condition":{"statement":{"kind":"and","statements":[{"kind":"actiongroupexists","value":"ActGrpSetStatesFinal","type":"string"}]}},"thenActions":[{"kind":"exe_actiongroup","id":"ActGrpSetStatesFinal"}]}]}},"events":[{"kind":"onobjectevent","eventName":"prev_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnPrevButtonClick"}]},{"kind":"onobjectevent","eventName":"next_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnNextButtonClick"}]},{"kind":"onobjectevent","eventName":"finish_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnFinishButtonClick"}]},{"kind":"onobjectevent","eventName":"submit_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnSubmitButtonClick"}]},{"kind":"onobjectevent","eventName":"submitall_pressed","actions":[{"kind":"exe_actiongroup","id":"ActGrpOnSubmitAllButtonClick"}]}]}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/frame.js b/public/zeroaccident/je_securise/html5/data/js/frame.js new file mode 100644 index 0000000..2e33a16 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/frame.js @@ -0,0 +1 @@ +window.globalProvideData('frame', '{"default_layout":"npnxnanbnsnfns00000000001","textdirection":"ltr","renderingEngineType":1,"device":false,"fontscale":100,"captionFontScale":100,"kbshortcuts":false,"skip_nav_enabled":true,"chromeless":true,"outputtype":"undefined","theme":"unified","themeAccentColor":"0x4FBDF4","layouts":{"npnxnanbsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npnxnanbsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"pxabnsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"pxabnsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"npxnabnsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npxnabnsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"npnxnanbnsnfns00000000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npnxnanbnsnfns00000000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"pxabnsnfns00000000000":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"pxabnsnfns00000000000","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"npnxnanbsnfns10110000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"npnxnanbsnfns10110000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"},"pxabnsnfns10110000001":{"kind":"layout","font":"Open SansD6FFC9F9","controllayout":"pxabnsnfns10110000001","colorscheme":"npnxnanbnsnfns00000000001","string_table":"npnxnanbnsnfns00000000001"}},"orientations":{"phone":["portrait","landscape"],"tablet":["portrait","landscape"]},"controlOptions":{"sidebarOptions":{"titleEnabled":false,"titleText":"ZERO ACCIDENT: UN JEU D'ENFANT, une aventure préventive pour sécuriser la maison","logoEnabled":false,"sidebarEnabled":false,"sidebarPos":"left","closed":false,"tabs":{},"timeEnabled":false,"timeFormat":"none","videoEnabled":false,"height":135,"logoAltText":null},"menuOptions":{"flow":"free","wrapListItems":false,"tooltips":true,"autocollapse":true,"autonumber":false,"enableResultsIcons":true},"controls":{"volume":false,"seekbar":false,"readonly":false,"readonlyOnce":false,"pauseplay":false,"replay":false,"search":false,"closed_captions":false,"font":"Open SansD6FFC9F9","settings":false,"fullScreenToggle":false,"playbackSpeedControl":false},"bottomBarOptions":{"bottomBarEnabled":true},"buttonoptions":{"next":"icon","previous":"icon","submit":"icon"},"courseOptions":{"thumbnailEnabled":true,"thumbnailDisplayName":"Slide: TITRE","thumbnailUrl":"story_content/5kbQGCCqxfK.png"}},"controlLayouts":{"npnxnanbsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":false,"next":false,"swipeleft":false,"swiperight":false,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":true,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"pxabnsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":true,"next":true,"swipeleft":true,"swiperight":true,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"npxnabnsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":false,"next":true,"swipeleft":false,"swiperight":true,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"npnxnanbnsnfns00000000001":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":false,"next":false,"swipeleft":false,"swiperight":false,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"pxabnsnfns00000000000":{"volume":false,"seekbar":false,"replay":false,"pauseplay":false,"logo":false,"previous":true,"next":true,"swipeleft":true,"swiperight":true,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":false},"npnxnanbsnfns10110000001":{"volume":false,"seekbar":true,"replay":true,"pauseplay":true,"logo":false,"previous":false,"next":false,"swipeleft":false,"swiperight":false,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":true,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true},"pxabnsnfns10110000001":{"volume":false,"seekbar":true,"replay":true,"pauseplay":true,"logo":false,"previous":true,"next":true,"swipeleft":true,"swiperight":true,"fullScreenToggle":false,"playbackSpeedControl":false,"submit":false,"finish":false,"submitall":false,"resources":false,"glossary":false,"transcript":false,"outline":{"enabled":false,"search":false},"close_btn":true}},"stringTables":{"npnxnanbnsnfns00000000001":{"kind":"string_table","string":{"enable_keyboardshortcuts":"Activer les raccourcis clavier","continue":"Continuer","continueresponsive":"Continuer","clear":"Effacer la recherche","close":"Fermer","filter":"Filtre","prev":"PRÉC","restart":"Redémarrer","next":"SUIVANT","finish":"TERMINER","submitall":"TOUT VALIDER","submit":"VALIDER","check_include":"Cocher pour inclure","background_audio":"Fond sonore","acc_modern_video_volume":"volume de la vidéo","acc_modern_video_mute":"couper le son de la vidéo","modern_video_settings_close":"Fermer les paramètres de la vidéo","acc_modern_video_pip":"Image dans l\'image","acc_modern_video_playback_speed":"vitesse de lecture","acc_modern_video_captions":"sous-titres de la vidéo","acc_modern_video_play":"lire la vidéo","acc_modern_video_pause":"mettre la vidéo en pause","acc_modern_video_fullscreen":"vidéo en plein écran","acc_modern_video_settings":"paramètres de la vidéo","modern_video_playback_speed_title":"Vitesse de lecture","modern_video_playback_settings":"Paramètres de lecture de la vidéo","modern_video_captions_label":"Sous-titres","modern_video_captions_on":"Activés","modern_video_captions_off":"Désactivés","modern_video_normal_speed":"Normal","definition":"Définition ","search_results":"Résultats de la recherche","terms":"Conditions","search_in":"Rechercher dans:","progress_hours":"heures","progress_minutes":"minutes","progress_seconds":"secondes","progress_hour":"heure","progress_minute":"minute","progress_second":"seconde","transcript_chk":"Commentaires","slide_text_chk":"Slide Texte","three_image_visited":"visité","three_image_count_of_total":"%count% sur %total%","three_image_count_of_total_visited":"%count% sur %total% visités","acc_three_image_step_count_of_total":"étape %count% sur %total%","acc_three_image_count_of_total_items_visited":"%count% sur %total% éléments visités","acc_three_image_count_of_total_item_visited":"%count% sur %total% élément visité","three_image_camera_right":"caméra déplacée vers la droite","three_image_camera_left":"caméra déplacée vers la gauche","three_image_camera_down":"caméra déplacée vers le bas","three_image_camera_up":"caméra déplacée vers le haut","three_image_progress_audio":"progression","three_image_progress_video":"progression","three_image_play_audio":"lancer l\'audio","three_image_play_video":"lancer la vidéo","three_image_interaction_prev":"précédent","three_image_interaction_next":"suivant","three_image_interaction_guided":"mode visite guidée","three_image_interaction_free":"mode navigation libre","three_image_video_volume":"volume de la vidéo","three_image_pause_audio":"mettre en pause l\'audio","three_image_pause_video":"mettre en pause la vidéo","three_image_audio":"audio","three_image_marker":"marqueur","three_image_interaction_step":"étape","three_image_label":"étiquette","three_image_tooltip":"info-bulle","three_image_interaction":"interaction de l\'image 360°","three_image_video":"vidéo","three_image_hotspot":"zone de clic","three_image_instructions":"Utiliser les touches W (vers le haut), A (à gauche), S (vers le bas) et D (à droite) pour se déplacer dans l\'image à 360 degrés. Appuyer sur la touche Tab pour passer aux marqueurs interactifs et aux zones de clic.","three_image_item":"élément","three_image_items":"éléments","three_image_of":"sur","three_image_total_items":"%total% éléments","three_image_total_item":"%total% élément","acc_cc_show":"Afficher les sous-titres (Ctrl+Alt+C)","acc_enter_fullscreen":"Activer le mode plein écran (Ctrl+Alt+F)","acc_mute":"Couper le son (Ctrl+Alt+M)","acc_exit_fullscreen":"Désactiver le mode plein écran (Ctrl+Alt+F)","acc_play":"Lecture (Ctrl+Alt+P)","acc_settings":"Paramètres","acc_pause":"Pause (Ctrl+Alt+P)","acc_previous_visual":"Précédent (Ctrl+Alt+,)","search_toggle":"Rechercher","acc_replay":"Rejouer (Ctrl+Alt+R)","acc_unmute":"Remettre le son (Ctrl+Alt+M)","acc_next_visual":"Suivant (Ctrl+Alt+.)","acc_submit":"Valider (Ctrl+Alt+S)","acc_playback_speed":"Vitesse de lecture","acc_cc_hide":"Masquer les sous-titres (Ctrl+Alt+C)","search":"Recherche...","acc_skipnavigation":"Revenir sur la diapositive","resume":"Reprendre","acc_slide_progress":"progression dans la diapositive","mobile_start":"Commencer le module","desktop_start":"Commencer le module","acc_search_input":"recherche","acc_locked":"verrouillé","acc_visited":"visité","sidebar_toggle":"Ouvrir / fermer le menu latéral","send_an_email":"Envoyer un courrier électronique","question_list":"Liste des questions","disabled_orientation":"Faites pivoter votre appareil","transcript":"Commentaires","glossary":"Glossaire ","outline":"Menu","exit":"Quitter","resources":"Ressources","closed_captions":"Sous-titres","more_info":"Plus d\'infos","bio":"Biographie","keyboardshortcuts_lower":"Raccourcis clavier","accessible_text":"Fonction Texte accessible","zoom_to_fit":"Utiliser le zoom du navigateur","acctext_shortcut":"Activer / Désactiver la fonction Texte accessible","background_audio_shortcut":"Activer / Désactiver le fond sonore","togglezoom":"Activer / désactiver le zoom pour remplir l\'écran","closedcaptions_shortcut":"Activer / Désactiver les sous-titres","shortcuthelp":"Afficher la liste des raccourcis clavier","mute_shortcut":"Couper / remettre le son","action":"Action","shortcut":"Raccourci","playpause_shortcut":"Lire / mettre en pause","fullscreen_shortcut":"Activer / Désactiver le mode plein écran","previous_shortcut":"Précédent","replay_shortcut":"Rejouer","next_shortcut":"Suivant","keyboardshortcuts":"Raccourcis clavier","submit_shortcut":"Valider","acc_active":"actif","alt_key":"Alt","ctrl_key":"Ctrl","enter_key":"Entrée","spacebar_key":"Espace","shift_key":"Maj","acc_previous":"Précédent (Ctrl+Alt+Virgule)","acc_next":"Suivant (Ctrl+Alt+Point)","acc_finish":"terminer","acc_submitall":"tout valider","acc_definition":"Définition","acc_resources":"ressources ","transcript_show_timestamp":"Afficher le minutage","transcript_auto_scroll":"Défilement automatique","acc_window_move":"Déplacer la fenêtre","acc_window_close":"Fermer","acc_window_options":"Options","acc_video_transcript_list":"Transcription","acc_modern_video_transcript":"Ouvrir","acc_window_resize":"Redimernsionner la fenêtre","video_transcript_resume_autoscroll":"Reprendre le défilement automatique","video_transcript_select_track":"Sélectionner une piste","video_transcript_title":"Transcriptions","streaming_video_local_playback_learn_more":"En savoir plus","streaming_video_local_playback_republish":"Pour regarder cette vidéo, utilisez la fonction de prévisualisation de Storyline 360, téléchargez votre module publié sur un serveur, publiez votre module sur Review 360 ou passez en qualité vidéo statique.","streaming_video_local_playback_title":"La vidéo en streaming n\'est pas disponible pour la lecture en local.","playback_speed_title":"Vitesse du lecteur","playback_speed_normal":"Normale"}}},"fonts":[{"name":"Open SansD6FFC9F9","files":[{"bold":true,"italic":false,"fileData":"data:application/font-woff;base64,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"},{"bold":false,"italic":false,"fileData":"data:application/font-woff;base64,d09GRgABAAAAAD/wABMAAAAAdtwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAyRAAADaoAABV0nhJEHUdERUYAAC/oAAAAHgAAAB4AJgOvR1BPUwAAMAgAAAA0AAAAOAs3DzdHU1VCAAAwPAAAAgYAAAPGDis9t09TLzIAAAIkAAAAXwAAAGChPpnQY21hcAAABAQAAACMAAAAwgb0EIFjdnQgAAAKNAAAAFkAAACiD00YpGZwZ20AAASQAAAEqQAAB7R+YbYRZ2FzcAAAL9gAAAAQAAAAEAAVACNnbHlmAAAKkAAAHfkAAC0eIHWAgGhlYWQAAAGoAAAANgAAADb3duKmaGhlYQAAAeAAAAAhAAAAJA3MCWhobXR4AAAChAAAAYAAAA6EzEgrjGtlcm4AACmEAAADiQAACIJBlUDzbG9jYQAAKIwAAAD1AAAHVjUSKq1tYXhwAAACBAAAACAAAAAgBTEIYm5hbWUAAC0QAAACsgAABVhyuzWucG9zdAAAL8QAAAATAAAAIP9pAGZwcmVwAAAJPAAAAPgAAAEJQ7eWpAABAAAAARmaW6N0r18PPPUACQgAAAAAAMk1MYsAAAAAyehMTPua/dUJoghiAAAACQACAAAAAAAAeNpjYGRg4Oj9u4KBgXPN71n/qjkXMQBFkAHzDACncAdGAAAAAAEAAAOqAEIABQA6AAQAAgAQAC8AXAAAAQ4HtAADAAF42mNgZtnGOIGBlYGDdRarMQMDozyEZr7IkMb4kYOJiZuNjZmVhYmJ5QED03sHBoVoBgYGDSBmMHQMdmYACvxmYZP/J8LQwtHLFKHAwDgfJMfiwboNSCkwMAMA3CMPPAB42u2XvUtCURjGH899rzo4RAgNIiENEiIR1SASLv0F0iwREhdBQsQppMnBKUSIJodoarpTQ0gQ0XCHCBHpT5C2iGi159wcSiSCihzODx7O1/ue93xw7uWVO1yDSBRQUfhYG2jYKazpevAYjv2ASuAWDVVAntr07dtwAq/IqTa2VQIn6glR9u1RXapIFagU1aBq47ZDlXz7BHL4gLWPmC7tOWoFnh1B3R7AkyqVYLvP9hCeOme8pdGOv4YkvFAGXjBMZVGX3rh8pk8RJSljnn6XcgOEHMSkg7Ac0K+FPKYgnUCT8QoyhGvdo8qyKnVU1QXisoukPMJVQZyq4Kil7Vl3QxW4ul8Gvr2rfawt+ve4zz4WOXYmiueYwYKsco4wlHU1Pf5PsMo4nNzLb8fQd4E/Qp/7l+P197vQgsHwD0g3EDGnYDDM8hvlv5qa5TWGaohrmdsyGAyzgJXGujSZ67wgzVxw2c/XjpizTMnf7PLnbxdznsrkfCr7/VzhDRIfY2t42mNgYGBkYAZiBgYeBhaGbUBaiUEByGICksoMmgzWDPYMXgxRDFkMVQwbGLYwnGR4wPCK6dhvlv//gWoVgKpVGbSBahwZfBgSGHLgal4A1TD8////MQwyMEBZh2DwXysDA9hmGJBgwAQgMRWgHWoM6gwaQPdoMWgzT2PQZe5lMmEyZYpligMALFwyZXjadVXPU9tGFN4VBgwYIlPKMNUhq27swmCXdJK2QClsbcnYddNiDDMr6EEiJmN64pRDpp3xrYxI/5cncjE55dpD/4cc2ls5Jtf0vZVNIDPVCGvf937u994uavvwIND7e+3d1s5PPz76ofl9o75d871q5Tu1tfntxjfra6tff/XlF/dXPi+XFj8rFu7JT927C3N5+87M9NTkRHZ8bDQzYnFWEsBDH0YKIl+LpC+jerkk/IWuVy75shaCiATgJ1OU9bqBZAQiFFDET3QDDkGh5ZMPLFVqqa4tuS022AalkAL+8qTo84OWxvUfngwEXJn1I7POFI0wjYLrooepiqoVPtSedmM/xBp5MjVZldXjyXKJJZNTuJzCFSzK04QvbnKzsBb99cRi2WlKizv1ow7stLTvOa4blEsNmJGeUbGqCQljVRg3IcUJlc7ORVJ6FT/v2+woXM51ZCf6WcNIhL7xiB/Hv0N+GZakB0vP/l7AnR9DSXo+LFPU5u51nub7lBxGC7YU8RuG25FX/95GogEyVrDfMFqCVQW+q116nBpyHcc1KWpxGEf9d70jKWwZJ7lcfOoj3WxHY4j+u5fnDtSeB2CHXb4eDLZe223CR61DDVahJroRIvhuSXfVcfPXNjv/p2ZIC5KDDLsu0XDeV+wIBei1dCoLduRcMLWyHIAVkubVUPPxPml6Q821eyixt822jiFTaHSkj4yfR9A7wun6hRojbZh567gyns2LtZXA2AqsqtE5ETBaRJLQ66YDzg25xLYRZt6mnysHExTzs2JNYhiK40s/HLxPuwsYQCDR9eV0EPY0KA8XKhp0zE/ur6BHFGLDTjzTTFiRpzAnK9fdpbL8k7Y2LgM3mKsCCx8PvGDFN+dK+HHopSVQLNnSl+zBu9fJQ+G8eMAessAj4/kqTlnRj3XnCdwNnQ6euydCOy6oADscSH0c0NghQ0uvHTMcgZmVPd1sy2brQK8OCkkVFC5T8D8II7WThsEBhGwhK7TljARoaCMgariQlQ38hfFCFv9sJNygNLiVDaG5w4bWWAYsCf/YG9iRfCvoKI1TtT6MNkYixqnWHTdw06dcslAtBonRI0uk1ocqvKZQkcX5rNYNRFwu0NALLY9lILsC1I6mvRE9huUBGYbzQa/2bkk3yEKamIvqoUBkQm3ZuUkubBv5Wqx/oG4M1SLOymY7puByEJBh5Q1gNMJqNe+Yu4AOtMS7V9h4pM2BjhOl6DB31ymIbHRi2dYbxhrvk9+cZ5RrljV5c69SLuHVVkkkP2slip+1D/SlzZg429MXFreqYSVI7qFOXwrGlEEtQgkkQZBAkXZRyBp751Ix1jPajAGM/LjPmcGyQ4yzx30rxew0UdEkUsxCTSbVqKF1BrFsivUMZp6EEWVqclRl1YTKWdOWk3CCLhB5yRmb4OxFjk9zJ0GvXQP3eS+ZUE5q0UMLlVZ4tv8+9f6BfpFj6GZ+MVGFHhyXhS42G/+t+KJDg/Jr0I3DgA4bm8fW4MuBy01sk9zEQsZyMCmPKzAlK4RvEb6V4mOEj+OI8nmO7j3s/Q5wmoBD7eKRFJ/86cT2FXUqwEsltv8p/wcp9yEpAAAAeNpNi7tOw0AQRXe8TqJUY4iwiMAe83Ca7Vj6RClMwoJ4mJHiREpFT2FTQ4OUJoiWr/C6y1/wIRR8gnGoOMXVPbq6o8/u0STiCEKmiWQKAcNhWIby2gzoymgySUyDc49jfcr9Xk0dt6a2rOlyqmnabD29yy2Q7OrmLQHlUJZSXiR9+k7gRB/zoT5gX+/xDiB7GhnxBh3CL3QQa3TaDggGLfhJvIhS/AjXE/DqQws28FE9pEqZTae+N7Z7u7CwsnG6zdHd3LZXVvB8MasA3rO39VqMA2PP0pmNgszYx6Z4QeWLcZbnSi3z4lltKVReqP/86f7yF3E7QQZ42mMTYRBn8GPdBiRLWbexnmVAASweDCIMExkY/r8B8RDkPxEQCdQl/GfK/7f/Wv+/+rcSKCLxbw8DWYADQnUzNDLcZZjB0M/QxzCToYOhkZGfoQsATT0f/wAAAHjavVp5XJTl9n+e93m32feNfRgGBFSEAUY0Y1QEQQ1CJMfMrMzMrisulT8z9bqluWDiblpGiGTGRUxT0zTX1GyxzMpfWXotr9lqKfP4O+87Mywu9/5zPz/mMwzMO3P28z3nPO9BDNqHEKvkGhFBArJsZwnHsERAKC0jzYPTPGme9E4mp8Hphec+Uti0fQTzTGAO13i9aAR7ATFoFqlmtoa+HevTICKwhBUVPCMQgnI9xzMMRpyTY/AYgA4mLuKEJ85t92Qyk5o8IplrDFxl9NITAS0PSPIH0IpEsWilb4AYG2VhzQqDWq0w6rQqVmkyma3RMQLL21iMHKyd43gzr3SSCBuxK+1xTpFVa9T3+aOwJhbpDfr7/A6LoViDiw1YY9AYOJuJKDmU5sn1GHNy0tIeesjg8aQakMfT/CqLaoNXWWKjLUd+yn9lZARfJS2cFtDCJD+znPLTQ+SnBcO/5NMeOJIeL5tXRk+Vzi2h13FsHv0Rp5bOL8XpZbPLsNj0PU7rQU+RmbRuOi3FW6TndFw2DTfQvtJzGq3DZYhDI25e5jtwx5ACWZATdUDpqJcvAek5pbVdVHx8x3bKTno+w0M0sakaeHRK5zvZHW6HYBLA8PDIldWUTA+KyXp4gn4AM3oyDHpXPM+ZeVd8YlZmtifDiqV3s7MyE299H7vwL0X9N27sX4SPrnxpwepllUvW4OqisrKSkrKyInxs5UsLVy6rXPgypU2fLiWpLFNbi8twaU3td5eunDt/4UrT2c2bXn9j82uvbT5/6crX5y/8SOKuF4GbIWbG3bzMfcwdRyrQMAvd7+tksqJo3pWS2jG1g0ub6Ii2KrK9HnWh32PSJXXQduLSiCORpKTEpRnjFEX+OBblpiI7KJpmywHn5KbeoinoZMsO6WTK8GItYzFb3ZnZ3o5MUDmLmRdwNvBgBOxK4iWt8breD0x//Ily/5jVP79M+4wZ3H413TG/YUC3hANvvrJz7lq8vHNPW03ePJz6/Y5Jv1V99i92aa+pA/tM69/vkaE31q7CNXn+4d0nzrs+4/Dwhx8dmVNV8/qyp7Y9RJ+59/XH6Lcv0a/qRw7+BCEsZQ7OlTPHvB0RwnKMlDHHpSAMJ4ucKMEckb5RSncxTviGBkX51AJSsojV6lRJ0tdyW6WZSW/0enjQ1GhzJTKlqytfWbzkpfnrl65i0rECn9iyj2b8dpVm767FByWq3YCqOkyVVQJdpNUpCZvUlirWM4Ir25iVySR5rEZGvbpy/fyXlix+RSJL/6JdanbhY1d/wyf2vUnTgeoIdJ5NZveDZ9v5TIhlFRyn1hBBFEr8SCdiEaU9JCddUN0gB8grg8sA+WTwMC/iNXTYfDocr5pPbC/Qclz7Aq4Durn0TzwKXUEiMmzjkAISGqXJNoPMdNt4WUYvHqKLeDRramR3zRXbMHpt/AicMRi+W4bPMLnMOLC4YRuDOBbeSvOEvmvKclrK8I/4zIoV8PaKm+fxPPQLSG/3qXiE1BoFKfYrrEiOMNk/3nD8QMis6JbTpXuPHE/PkT179erZPT9XsqsZIO2s7F/TdgaxHCGMMWxSUBayijkbOFcteVROBwYNv3mZ7SBngw2sZjYiNY94h11h6eNXCETXx08cwXhPbesXVzxj0Bs9GUYs/zbI77Adfvrj8h9Xfrtyrembqo3Vy5ZVb6xivqKz6At4Gh6Pn8Pj6XO0ku6jX+Ek3BUebnoOpN4FUh8DaZQowadXICxilZpVCAJW8NiOJExJM+aE2AN3p8uQ6eV5IQl7mGOviJbMTwbimQtY44wJlo5143EqUBwGqO4GFHOgVJ/NjgUTMmkxGxGpV/bx6wVs7+uXCIfVsoXUcjqz8L1MMHOFpKCpIUctTtbdlIunbx3beeFzD746bODRKyd+WHOa7mWuLsIz61cs7j9x3j3F42o+rp9Pr35ID4mSJ4aAXSNBgiTU05cQiUyCgIg1XsO3SyY2q83ax2+zKd3umD5+t6A09PErW6yMcuxp8ksryTBAhsUK4rDO+MSkLKvVE2fQO11ZzeAJ4krykitrF2+tpV/T3yfse/Dhz4biKXTI4srNh5c+N7R2VNmgH2d8epkdsqA+RrQ2VJ76xtV+XVo6TsbKRctnP/VsZv7Ygvv3SzUxFaw3ktsD/jCie3wxRk7BMCqBIMIRkxlzRq6vX6ETjEYi8KTZP+HMkkT2hKHQJecWhn+c4DMX4B478szLgRymcesZOlcpdkqhXlxCt+KSJeSrpmR8YVHD0NzAJAmpwH7REBMRqIsvVkccZtFsI2xUJAJjIcRbLOBDC8+r+/j520zXYrYM1mJGrnjZYmAqvTNeSDJJpTSb6XARK+g5em1G/oePb91P5z38crmX+Syw3V1Bpn5/6Dylxes7eKrX4oxoL1O3khbaJMtMBKnSwKtWlIDyfK4Ig8rpBGkMJNGtVmmj+/lVWq2ZmG19/GYHEfv5oalpLVtOKxuFcRM5M2wWcCFDPKGIc8UjLuxXHmqHdSIuxr3Hde/32I9/qtWjr7x//q9PztM/8I8L11YuGVTlL1nKjMNv4s2mRQ56lh6su/LBd/QGHnD4H5uWVBfNyH+ifoQUj+DTVLAnDx2THnMcYgAYCdPXT3gk+TBsNsgCDGhowTiaGdJ0nhwP1HLRK2ddPwmYAr0BmyxrH486on6+ZJsu0dyeRCsUhDeYdXxaJ96QHJcc18efnKxG6oh+frUDufr5kXB7cOfcWjWDddEaQresTHei1AuQcIMAdRLHS9YI1lam9+EfZi+tr6Jf/dCEM154+sfJry9fVr3mvWWzcZepCye9vGjyEu7Yzo1/qy8c8M6UxjPHd91YcN+2sS/vvlH99OwFzz6yvMC3mjzx9LDBf+9xzwuDH58s+XYkaCdhhg25UXdffKQhXqkEo4Fvk7Qx4FmzVsuYzXZwrcAI/fxM27Az5qS2cSyGWIOwA2g0ufigRoCTVmNQCdBJ0iKRdQdGTMgrGX71d5Xa2zj+ve9ufrjs3NPUvGjN4qUPrhxYupTkN1WbF0VAknr6P/DPD7/D4kp6Fnd6e+Pi14qez3+yfrgkuVw52GFyRwMYroe0QMhq05qK/Vp9cxEJY3io8rWuJYZMT8YtVWXSlNa1hbwzZ45UYhi5Fs4CXiJgQzxEkkbDKRRmk0pf7Ffp5cLYhktzeSTNLFoKpWUyMOnSraVeMj9JbPIlnSJvnic54I1IlIhyfNFOyHzBZEJRWjapHUIJ+oSYYn+CVa8s9OvZNo5o6wUIIW92dltIh9IBeWWRJArpj529H51bMHNKcdUjXXefePeTpL7PPd69/ukuub6czDy8NHvi8rKKCaXDx7jT5zy2a3PhmMdGl49/2Ek/m5vfw1cgWQV+OD23CwJdC9LGMFqViDlpPiGswOp1WqbQr+K0WijIiDVKnbIMmS0lNdjlO6VJBXswhpDj4atDGwONDXVMj0VMLn281umyJtfhUzSN23U9jxmJ3y+fOrSCdgUuRyBM90BuayF241ChL9HERit1DodWyQpaqBiizq6zF/l1Oi3SOor8WiOyFfnhe3evOCFwcsaxUlJaWIOZdcGYEUQll8EQ+usIXgstBbtkPu5Hr12hTC22N6zbuvc6Tn/rH9vf4Rq37JqxyaHMoWcPfEnyxs2eMiqwJPDVvMq5z0sVcirk20kZTRJ9ZqI1K7TEZjeiQr+RVfFgL1PbAg3OjEcGPfJkeC28Kw4ZMo0JngybkEi6/kwvYc1fKw+sOEd30w2bcO7nF+p6V3Me+i69RL+hh7zLcvBc/OS3uOztssr7pOgCi3EDwWLQ0UkZo2UViEVGE6cp8nOE1Rb5JS/d3vUgJ0ykcYjAHy6DJw5o0Ml0EX0K78UD8LMNwOv7aycxYBlziVbR6VwjnU1fxzE4/sZYaEtAZ+BL/gS+Kqmq8UolZpGIYYLkFYV+ADiG4Qr9DMEQ1dh416omCWEJPcmfTadIWmAKMyTwCjOLa1xOk6sCF1pxUqAMXwR0k5iImChVtzAyBpH/Ng6uMAdcURsmD8QDl5aHPMd1k3MTtDCLDobRRopsVDSKLITazKnVhkK/muVshX7OdPfa7DTwbfwo/S1VQy9o1Rf/POHqOtpAF27HAy/+cLTHwe30d/oJdmL7iiV0B0MDOe5EPB8P+w4/sK28qoy+Ry/Qz+kJF34vqDsXK1vZ43MoMEYiy3KI06hFUugXRU7JE+hi5IEV8rBVFjYrD22LB357uNjaJlpbS5haZmugBKaiSma0ZIEyCKJymYPXF8VhJYGej2ACLTvLs0V+nijhv6KgE6Hk23NvK/zQa3oNSVBoBYONKQ/QujqGqat71MXWuh991H2j3IXwzaF0Gh4hT0nRPo1KFLU6BUHgOCi/slXDYwEJVprsLCBt5tVDsgv6PfZE7V46LXKJ+elx0OoP3HOqdfRx0ANoCYAG9GPQ1QFBYwtBmaIkpNNypFYKqevfrQp+lwdSyATxZBc5jodOR8NrzBasNBAeukMt4iWTSja15dxqUuyyWqRWEMDNY5DadxcmJVQvatdihE+K+GNaqxWpmtOv+qRpCNd4o4iF+YRseWXP9V9C/pSmVj3q6LMoAL6xTgdQazCqiKATCRbCvryNryvEGNgmMl7wZ+57Td+I+rV7SbTIaJmX2WOfNzTtA4ZdIrE7lxRI2CBF9547TUSFfgVLdIV+YrozNgTjNw61noi4PXQtPSDBEh6K82DiefRGReDnX/+89suvAZiMNtDREMUj8ON4Hh1L19PP6HGcgVNgOkqnx4M4xY6Qs9iIMn0RSrA72BmZzEqIMqWSFwRjkV8g/C15nNNSAGFikJvwOByaFVzsCHqKXqirxVOYhIBq5bdH9xzZw6q//ikAdghEVm5YslC2At0oW0EHWZ7pg8HJCqIQJWQ50QgaR6FfwwomSHAYrXIPNqd46/zWS8cbWLizVb49gQdfo+e9d7XMRbqgB63CRcx/tM9JsI8aOp/ePrcGY0atMAgqpVJQMKzVptBA8hT5NRqGEPAfISpGjpW7Fj1ZctlerEXPgfzusNkACfESDBzoF/jFI3QdPXmpoWbz7q+YoYH1XOOJk/Tr4YExzNDKRYuWPA8xK3WTDGBkgmS9GBM0ZHYTx7oT1THEagWctLJE0SaUWrfEst9cceGxBRrFpMTgyZiEk3IHCTOklWXoP6/SpgWDPhlRW9dtUeUHb9JTX2zP2rZ5zorOs+ZdeAPP2vd5z42J7adX9H2kNLPw8IZNh0te6jvhib6P3J9euktCBCPYbxDYT4DJ24gwhwkRYexnARPYcHVoBq4gNAJkOZn5tTSd7U3TudjlckXYCTnjADoG5PYZ9FgpwMhtNIiE1QChkI6e1uliMEsxIQNWELk4B/2I/gmPc7WH39txmGtsuu86/RbHNZEtTfnbD7z/Nnkb+MAPu18+KYjwqaBwqkRoqAiRBPWEjgiAuAdLXRRMCl5WvT3wc03gtwZc0iU+oUvw1KPpvldXvbIBqEUiJPQFag7p3MGhjIywaLWcwm4A8FYEIcUTOpWV6QKaJEqNmUTdJFEPMTF5uPdr6BlLJrZ2ot/W0CkNFztZI7Mw34BNnZymrAsN5OPuB81/X9vkAebP7Fm1/U3yTNO01fsXfkBmSdaD4sFWydXE5TOyPKdSIl6jZkRWAYWKbQ1utqAYIIHUJnowW7UPOpCxDfgC7boLP4VHb6NdmZmBqUwTszOwm+kZ6ItCVpsidztxPh3LMZxAFErEYYFwLZYL9VhAFMIfe5huePbb1F5HHTuZs8zZpumBI0wamSOdCAK1XBmTUn02aCoEJLCYVao4FuCAYLFN79LmbEWeK51sbpOJiAE9ebfpTxIzi12xctaNJxGGCeYMMfJOoGtqRKxKyT+PUVpE+JwNu8D2WR6Ie2Ic3b2+3bG48e3ZM5l7cy29tmUBEgy5eZkcZwdJvkQFPne8qIqJcTiMIoE+gVHFFPgZFYxHFl2+H/I6It/PWQEycv/9cO5MCo1uerdXHiFCpywWgxtCNkuQp3NS6hRLX3321R2MaeeYZ+e94bl/3yMHdlPt6reqD745as0ThTWrcV89nzd9Stm09hlb9gbME2tXPiYIoyoGDQG5twJOTOTNUFdjUZ4vXmmz6XTqaKImcU4NUluMBqUByg8IzFuROd8PNbA1YEBnkXtLzcMhkE1McglSF2MWPNm28NApTc5bPv/p59NPvXWP2jW5WhQnfFBbtap2ZVUVO4ieob/A49Pi0hd5M5097fGN8/dfvHjo3KnTH0lRVAEWns8ODvbrOsBTBbHbeA1IpkdGkMx6a7/Ohfp1K4AWdHdypkPvzgy/Qm9gxe/F6zp4vDMyaP2r6+ctHm3GbqzGJtw+3vaiNZqWH/2869IcsA9wZb1gHyPYp4fPGc3bkFZr4A1xTqNFB2JhNVEowDwKPTHl+4n17uYJzqMuPnxyafMkJcH7LtmXmSFYJasUFd9/9tPV0+cmawS2eg5dV7tydW3l6lVLX8eJWAeP9q8U98N7/ro8eccJ16VD509+dDokpRFsY0IRqKsv1q60qQgBHImKtKny/TYb4nmzbChtG0O17ok9rU1mtFic1qC5eAKTqxP8Nu1XehFzX564GtBwO2reemPg2jV/X6tlui0w43ZYwArcmf789ZP7Dhe9lOgk39etWPu65LVo6Pm0fCwyS1O0Wa02MQykPbFYlZAKSoB8gcv3mwQdkbLBE25WQ2etBgkA5VYdeogsb5beGS5AUAPW0UvVBw7gRx6YmDo0b8ggbCOHmnLIoT73dMMvuWbFTn2hQLrbkkTNbDpYJgV5UXc02ndvqqOzWx3bjUs3YRPHpMRHxbodyh49o3RZuqx8v9i1wK+MF1N0ok60pqQwBf4UXbvcAn87vbVjgd8aGTJds4vtaWnSnbPUu1RyS/hAKUlOAHngl45QpWOBxJbfEAwtd6Kk2zbSP1mZ8Bebfiyq/Zd701NHFg16r/5d+iX952eXnp+QkuPrNeCpzw+W96KGqgWnjoxecWjcc4NmTPj1j4nPsb2ftLvGFWzYK3Ye0CG1alHju+srh1VGmEqy7hmU4qr5W8N+8w3kHzz1KX+vv5F7KiZdvvYc+GkroGoexLlVmlm0alFUIKvCarNrFUYjm+836pUIKSxSKWjutMJZLyGVIRjAhnDGB2GKrHt2xhsvV1eLyvRtE44cYd6f/fddpwP7IbuTB3QufvDdDwNZUq/3CgTKcO4ceEsHFcggnXphrDdohN5+DaPDUmScaH2oIw2/pNXxES6vrm7onNKuS5d2KZ3Z3jg5Jyu7c2evF2jfXELNMm01sqP2PqtJpdKIoiPCqu/tt/oUOgTRh0JejWjDxNRqqNG35pb6cNdePe8rbOFIzY455gEPsE039HSX8FCYuWxTXA42JQhYAVRA6UOyNuHBSVJEEh4+I3+aPwaR6kL5PpfFYDCCC1wKo4skuKOsFovRwWocgHaxDr1JB/24RR52ckPH3hCInltvebZySot3bJJv4mxhD/HusZNWv1Q9dvKaJdVzIsW0zSMxLhbTd07euYM5MnNm/Y7AGun1nU8D+9jeVSWDdpYPe/cjyWuhiAF5zSjdZ0dmKWTMCqtFrdDrIWD0eqXubgHTNl5sraOlbr0khuftcQcPS9Gy87TM936/zDSIc48CT8mbMBuZkAaqf4RDaQUs0RN9GwBuPRuB25gsCdhQ6zu+7KP0lytLv/sfrL5yAeuadte8+uqmTa+9Ws246W/04xcw8waUhFR6gt746MuzH586IyHtVsCTibLWTpTri3OoWEEQY42iMd7FqpBOZ8n36/QKnRiJolqgNrelwW5OGhltoUhaWxlBqpwS3LYqllKhVFfPsYm+2tFf/OvnKzVVzKrahRs2mItLh5bTbnxm1aASepr+KhVOcn7nMffFQxeOHj8r2Qok9cq2ClZ2fbSVREQ49I44Z0SkTRcdE2PVmEwCoK9eg/L9mn9XuoK1KyPb21yobM1VzBuaqHnmvuoV3JpNlatXTv3kytXT3zyjsM+sVmkqJtd/7L5w9PzJk2fmw+ikghmmY23VXx/gT4flvx6MI5IEcupRis+sUSiUSgYma50GKS1ydurD97vb3JkNF4Kw8ZiNhV1seZmzdlfPM4nd6tjB6lW6zzcEGtjex56aEJyHSAVwSUDZvqjgPMSZmuehfL9VzxNFc/yk3Wki4ltu5GQmJoXuprcZiEjFdye+eLZ4W9mMBWM2rJye+8WetzZ1fW32pKc7DFu4fx5OXVnda1W7jv0H+B68N2fA3/rMXt17Tl5R9/b3ds4qWAwyxt68zNRw+RA10sRrNitUCiNh7TalSW8q8Gt9ep0AjhJCjoo43qZhDPrHIp1pGaRi6fVYpDM0s5Uxti+1Rz6ZQt9buzZ/KL6XvjdkokaYpjHgYmZBSa8f6PTAlMdGShm9EbIrh+0NsZ3pc2CToFYrTUqLVa3R6EWzTs5qqyrctUpdu6ftrB+epSAgwp2rAfeFpH65ep5d4dk24fAhtncgB4rAp4zvxttL7y/fc4o5Hp4QGOAs3XtWYqVawymwTm6QPeGpyikPPZ5sowkmj/V0aP3lEq2omvhBPR0KRCd9l5eF+zGdbkhTmg2Q1AXUogDxzYrI6BibVauBWZAVI4wA+aKl9Wzl8TTPVwTSkRekI3CjUYopmKxkltnAkk07YsoU28Wc3Es/3TJyjCiq0o1HGg50Nous6906eoqZ2fXUmw8HpsFU+hgt6ZOzLYuZGJhfNzGhivkShAKpkkBHUdYx3mcQOB56H+kWOxZVFhaUbTtkheYrLM9ab9OZu7ETx71DZ+Ilu+hxenQXk87Y6GC8MXApcBLvonlAn4F854G+RZqlQU1itbEapIHWWBMpQmXNzWh1RgL1rUU3PhjZ0O55mfqrxSZR0/9CPU3Of2du3yJv3ubCbmDgRacf9lxj/udG3I7VhlnqvWtQcBIjo4Dj7ZNYgZ/TYbHAL1W7u09iZFTT90x54CRzMVDPPDSOlE+f3rQTkGsaGcxc4Y7JKO/0aTXIJJ2AReiVe62EBUNFfNB6w8oUrs1SwHlbwfu0bTNmNJZWls3YVjHx/pKKcaX9K9ilMxq3zSxbVNYws3T8uP5l48ajWyY/BcjPPq9oPflJqzKQV4ILz+s0Ju5o+y2+Mewv927tbum+J/PmzeCpplDBJKJ2QExAk1AuLkXiP7CFS0SpWfAJeTbknfCJPPgEj3ouRHCdSTSErsvdu3y9d/D6Nvl61N2uT7pPvp5wl+u4zzX5erJ8XRpRQL8toJ8WskshIL0ONNSCip6I0KpaSEnAMItLOmFwYfW04bZq66ipkwfOmgtmuzr3+eSUWTNs3pmzMxFwhK6ejYKuPhEVQuoKqC/TiMLvq1u9X9zyPv8xvJ+EChnA+5bvcaOar++/w/Xi0PVMaOV6yudE5ptPIxTqBGxsRfiUVM0bEY/sDnlvJJHo+v3nvZHWjYDt2tdn/vjri8//CrCrF764bt2iF1cxafR3ehhnYS0MXVn0GP35w3/+cOKDy5ekyO8AInjZIUgJs6hBPuFHKrXAQvgr9KGVEWkNrYVzcGdEkHdGvBvEnvdWDcLT5jPpPy3o2WnseOwCmskQR5+BRg5ALbu0MWLTYi60MpJot2FbaGmkeUQKnYndYWmEFzibk3zWVIqXrB3Xfv7kgWsGD9r7y8EvZuykOxhmzyycNnlE/+4PPNGtaFRNTVXFO89f5OWdEbqMjWQngBcKfImEDW6NsMGtEfaWrZFEeWvE/W/v4f1X90aI8B/3Rmy0hh0ue8Uozeq374308yuMWl1wdURPEppXe0DWO2yPuO+wPTL8TE0gg9nz9hk6W61MzqM5kfRFXDGVHGzKw4O/+Lp8cGCdvOcGloxmH/732yN6eXvE/V/ZHhmyPrw9wiTeeXsEsii0PcLwEGNBf29iU0HK23cy9CihzU4GvnUng24KbmUA1dBWBlCNlDNzJOjuhii6yx6DsmWPIVHeY3D/f+wx4J/+0x5DEIW4AyEUAtwCuxTKGo1r7qRTpMxQWiJISkpMTIKFpLZ3JuX7E5yRUboInd1oh27arjdCk2Zs003b5TktrNbtzTQnRZerdUfdutlk+tYuZ9dtXrxyOT6rUI29cOanXz8+N0Vln3n5r1+W9flo0sLXJm8/mvrtB//74akzTyU89jrugJVYxOnVlTc2Xr6cvy6l46bK4F0sXCHv5hkaEcthgsKrecH7bUdqpeNp9H928MjoAAAAeNpjYGCQh0NXhrMMZxntGPcwXmViYNIGwnCmUqYupjVMR5nZmQ2YC5nPswiyxLDsZLnN6sW6nPUumyAUZgDhcnYmdgf2GvaN7Pc59DkSOCZz7AbCm5zinH6cUzgvcqlwFXId4XrBLcPtzN3OvZ37Hg8XEtTkaeW5xSvKm8G7lfcrXyffcb6v/MZA6MW/iP+OgKxAkcAxgZ+C3oLdgicE3wtZCWUJLRY6TywUZodCNaKhOUnQHQ2GC6cLl49CCuCCUTjM4BrhHVSGJ4RvjMJRSAX4UERBxEukW+S1qIFotWiz6DLRdWLcYuJQWAWH/cRBALO+itMAAAB42i2VMW7bQBBFVwkcBJtCJpATBDIZCzAM0ARorahOshm7kUhRtkSlT5nUBtKlCnIBlypJwnV6H8KXcJ0yyt8XF34Y7M78/Ts7powxPWPefje93pc3Cl59NQdmsP8mpuZYHEEHM/NenO4fxIv9D/ES5vBq/yjO4QIWrJfES+KKeAVv4Y71BrawEy0eLB4sHiweLB4sHiweLB4sHiweLB4sHiweLB4sHiweLB4sHiweLB4sHiwe3pkT89v0Tbi/F4cwhglM5bBvzvdP4kj5feNgJh5q98EE1AbUBtQG1AbUBtQG1AbUBtQOzIF2B8bCUDkDKXie9NQX6fg4gSk5I501kIKnVzgyfcVHJoADZR4p81Ec7Z9FB8esZ8QTMeSskLNCTgk5JUItQi1CLUItQi1CLUItQi1C7aO6d6cX68vPsWo9P+jvGIVT3XErWhiyMoQxTGAKz6V2qrN87GCm02NcxbiK0YxxFeMqxlWMqxhXMa7OTP/vHzGAA73FGTln7CZoJmgmaCZoJmgmaCbkJ2gmVKXcMTWHqkq5acpNU2Y45XYpt0u5XcrtUmY71SRvxQsyL2EOr+BcDlNNsmfBSkm8JK6IV5x4S7xGeQNruIWf8bajqoEt7MRz+X8SAzjQjUZauRcD6O8y0vqDGLI7hDFM4FS1I93C8xLm8IrdOVzAgvWSeElcEa/gLdyx3sAWdqLDlcOVw5XDlcOVw5XDlcOVw5XDlcOVw5XDlcOVw5XDlcOVw5XDlcOVw5XDlcOVw5XD1Zj3HfO+Y953zPtmTEXGPGS4zeTWxyG7QxjD//lT3SuTW89LmMMrdv03LeOblsmtXy+Jl8QV8UrdyPimZXpxX7Vjt4Et7MQJHZvQsQkdm9Cxqf4rPa04I569xH6uZszVjLmaMVcznfJsLvTNPhatmFOVU5VTlVOVU5VTlVP1SVV3ohWvqbqmak48J14QL4gL4uIl9soFygXKBcoFyiWZJZklmSWZJZklmSWZlf+NEi3001IxLRXTUjEtFdNSMSEVs1ExCRWTUDEJFZNwQx9u6MMa5TXKa74qa74qayZhw+6G3Q27G3Y37NZ4qPFQ46Hm9JrTa06vOb3m9JrTt2hu0dyiuUVzi+ZPvsY7OrOjMw1x8xL7LjV0qaFLDV1q6FJLZktmS2ZLZktmS2ZLZkdmR2ZHZkdmR2ZHZuczX//yry/q9f8BOrrw2AAAAHjadVLPaxNBFH6b9Cdtg4gHEZE5ijSTTfGgRYS0DaUQWmilJxGmu+Nm2mR3mZkQ0qNXb/4NXnrzDxBP4tmT+Bf4d/jN7CRNbc0ys9+8973vffOyRPQoek0RVb+XWBWOaBWnCtdomT4GXKcn9CnghTnOIq3Tl4CXaIW+BrxMxzPOCj2g7wGv0WP6HfA68RneIB4tBdygZ9FzdIwWVnHS0buAI7of/Qy4Ro2aDbhOr2ofAl6Y4yzSw9q3gJfoXu1XwMv0ecZZoae1PwGv0Yt6I+B1ejvDG8DnATfoTf3HnsqUVZcyZamwgiVFOdEq61t2xbbidtzE1t5k+0WRDSTbLXRZaGFVkfOjUubsROSGKcMEs1qkcij0BSveT+kiT9lQTNiZZFpmylip0UflLJHaCrzPR1qZVCVO0PBjmY0GQndMIvNUatZk1z12RmqQsnYcn0ptwGZt3o5d2mVnFXP++taW263WeDzmIqQTZHlSDFt2UspUGpXlEON9Oxz0FCgG5kZex/Yl65QiwStkNtm08RaP57U9ixc6aw0qpmn1Dna7hyfdJpi0R4oyLIt1SZJSYlgCZwGUUEElTUh7Vh9RRldYWxRTG6sZUJs2Ed0HuwBvAB1Gu8Aa1W4XXr+gHF/hEWISiNEJ4jkZIOV319F6dgrGEG9NF4gV9P6Wuqt0Xh1rgveZj2rsmVezQDrcR/luiY+4e1Xncxr5exlwFLJThwYej73OCL2chw5iifeceg2Ge7M777GDGoUq19XNJ6ZTX2GCtotyn5lWT2tv97h7fu4/sIhuUwvP2D8c+ZvVSajlHg3BtJhS6echvZsM3MoZ95pDuO75OUjvp5rcaM6PBc/NuAMdAV51ulnjvoJ/b7yFDvF/fV9rce85Q3ZwQ9Mg0qMDzKNLh5hX13910PwLDCkNMwAAeNpjYGYAg/9pDGkMWAAAKe0BzwAAAQADAAgACgANAAf//wAPAAEAAAAMAAAAFgAAAAIAAQAAA6kAAQAEAAAAAQAAAAB42mNgZGBg4GIwYTBjYMxJLMlj4GAQYGDy9fdRYBAL8vdVYJBhYPj/H6gGhWRgAAD1gAqCeNqNk0toU1EQhv85k7T1qn3GWGOUWLQUkaJRu3AhIlhNSY10UYpgIAgW4TYtJKXgsq3vR1tfe93pypUrVy5EN65ciBsVFUREinThyva/k4NoKiLD/f5z75k5j5m5EAAByvIREpaqZTShFW6wkM+gZ6gwmMFhYHkZa6CcWUvfZrQhgY1I2fcAMTRwdh0ELWjHBnRis5+Jo5FcD8cVO5DEJqSxJTw7WsIj42Pjk7A8OYanxufGl+H46RCvjG/Goy/vjJ+NixMRfxh/RpRYpRRWJTC2G1OVyu490mXcacySWTlgPGTsJ/dK3jhkHKlGqxWNZ4xl3ld4u3o2rmLTLzqa/kWFmfqTzkb/r9FTT6mjY9YbVmnA7G9FN3rRh4Pox3EMo+ijTng95/Wh12dev3ldqqm0ek16zdZuJMesznFd0Jt6S2/rHdt7gAa8pQne0xw+0BSfaDG+9bKXduEG5jCPBXzBV+63iO9YkpMyKlNyT+67F+61HtGj9Ba9qw/sVikEOqOzel4v6EW9pJf1il7Va5EPey39m0+dh85aPTpoYLemuea0TrOujtXj2PKYqEXTJ0GfJLu9k92bYmen7RQz3Am1CHqIxfkIjv4V0YyYzum8ZGRb1BmyXXYweTkZsJP3WQ/F+TclGNeFHlfkWXMouFOmeb1Ov5zbTxbcPjJv582tAGpChLkAAHja1Zh5XBPXFsezEZawaQjIHiiKLIE7hEgQXCL4WASkBAFRkBBDCFtoEjZFhVBZpYKCCm5BkKIiYlleoSyKKEuLSJWiUlEUq0+syiJYUfsmCZtL+/y8z+f98TKfYbjnztx77j3n9713BoFAICWH+IogBMJXNYTkR/ABQoIXVt401Tl1UgkpixIJCQ6waRUKiYRwQB4rY6aMRmnJIAADq2CGRWKQQhsUEiOigy+B+TyLzgm9JB2EveRYjwhG8BFcRASChRDA50rxAQzmNYZRE35fl7T31svVpZFRVQRv2rKCges7RMIFAUCI3gaEqGARGoVEoVSpi/tev2KcOzae82hJzS/+vUBp1lWkDOwUXeIjegMGi0dtoEMagCAuKOCVfVg8Dp3DjjInukQxLSAzYCKuQOMNZyqI3pxIFpEuYERGc6LYRDqLF8thsvhEBxrQ01ACNmAZRAGSn7+GEmQFF62tyBRbiq0/2PyZnVoDK2mnZv+pU3Edi0ckEZ2sQPLx+YNEyiDQydkIkJyBSk5GtNaMehEa0lODTNRdN1muyw1Pyx2jePtRnvQsCwx29/rS+quW7SG6Ge13TFvDFCZsbh0S5E7sq6isiT0wcsqVudbJIhy3z2Od2Z5nfq5ZN2SHtMxfCU/73epaM0a6EDOQfabtG93CCDe5fL2B/ufsQV6LS8uxIPvB+03qxcx4jtr2syQUGk6i4uRWkHwRWGPl4OjLyMgikZilYAkwmikDZOqiUIEgermlJZfJj7aIhQfPhwdoweRGAkV4RnTxSOSfGBRAALK4pI8xB6ZgqWiJyCjVcPpBJi/ivecsBXw+icmwgO1AXfzQYnETikBhplO0HFAW21XEdgwahb0A9MTlBRg4PCV4sABSgadVEg2sN50Gkaw+SCW0EIlEeF5e126UdHdIyahlQOt8EaqoVEhSTCEk2ygIlc0r/TUYNTdl3qX3j+TmVvlorS4d3tdEta2MWSZYfmj9kE19QUZn/hrdyro2Ubbvvde9WzFrKB7IHvIJjXb308Zto4Opbiiqe0r8lTf0e8P3sGl3Sg4cC1Q8dP9kU7Nw96Wgwbtnl95sO7lu6+027U2N5bZyvVTDInKWZWbhcIOswSpHmrxsDUvHqMH5umPScFF3B6pardu7Tb04afMfCSsDeDvSNY6ZO5zopF/dsWLCdPn36/MQJyMVUgL+CKSPL6ryVYm+NPXybL5IWWOgVT0pqEPFLCoVMzI8Hm/cI3P5mfWmwDoXq1EyrL5W+CRNq8+pWTP/brbXPxwm+yOdlaCSD9WXnDVPCf40iADw4oIcXtGXxReweFFEB0Y0C1IDC8VmWTzOMYYXzIiK5UREsGbioQDHI5QRJ2BBukBbbMDh1aQGogOLJ+CEcJgMAYcbBekDXWn81KerxVriz0hpWrZkWKnWc7IVF8kzsv2fsEKINPxQrkKkCgK2K6DEGXWq87uSn7qI5xR2ZJSnxbyo9hi5e1Glmc1oLN6qc/uHPzrJZ74GGX479/SH31l2TKW552n8aFzpTq598/5zSvWh4xF5nY1epDPOK17W9gZs0UYdf20ZrlcyWVxYqtWOGtzl5vVAOejpap2ddUoDq9qq76Y1btkWBlmgC5LxZU7EqxBfyZfUFW9Nzl9YsLBuINTy9G8PWjL3mF7KMkgLaUzx8+XGNNufXpIW0KlKsD/+9RPviwpRre8uu96pk11w0DCxf6Vxj1780+NQx8hvhpr9rVVODoVaW0R6OUOBL58ljuw4E4zc+9IdN3DN0Kcsv6siPbbiWb3S2JD7LdFUqKhCza4q7eIP08ToB8k3/0tiLJwlhhzAwhcUEgFoUm4sB1SwTGQtskoFf8UNaa7MTxUHmoQieAlF/g4hSCzsoQQhcGaWaAKNmfxG4xVhhMCJRiVBJAr5Q5DAnHYN/+OJX4ujDpSRUGB2oFlYjvxFx62rMtMv6q6cSXFge+d+/COMl9JzJ2NLBLVyqGO/R+ENw2DC5Cobg/XRUNJIFjWt6vHjg4h33RsOeBj9fMrYY1vFPxm0MdOrjzpuBd75wWz3ypqjNbcGff9sqr6882W34rEXB9+ZXbfz0tamGk+ucgVCzBv4ZE3rmOW1ZPA7i0WDG1VMdpcbPtr8oY63fKYybABFqlALhwgGn08kEz1jgiM4TKInjxPJ4CW8r1giLUYQyuVxBAkSadoCihU0J01xEcxIM7n2Mz2YhgAOrz6nTV4MX0D0YAniuLxwyA7YSm+w8mbxIvlEbggxhs8iMgREcYbw4RSJi4t7P0V40QziUqYJsIW9s5DG13i29ZmBOnC3siTLtBgAVgDYkqw+R/5NbN3qoNOqLlwfjcSQjsBUpd6R8m+/SvkmK+NVOiaDgK0nfW2QP9RzxNNt6mfDxtuj31Hs9PZekp96g7fwb85IXGG3WG9izG/7kXFkzRWF75OuNhkLGGxj97CHT5MZfgnF9zRUFxKMKwfdrXeZOREd6wZCjEIyu9bX61+mtnvnDPImNENiwupcQrupCUqnQVm/eZDzsb7TashTKX3UXGCLP4Benrjau/bsPUvtlF/LFnitRFX1mb01qP12c7EK7lSpqqeytYX7t1c7Ahff2NMwFpVo0oAMeAOl+ffu2c32S9cUNVNePDErNniUM5HysOz3oPjA7UEpb31xATQlpnfQLw4Gz6XyFyL74Rnp+6SUo8U2IoYD2ICFxQWlOiNTX61FymqggQ9YOiNNFFJd5y/jx4zmA9PZO1FAT0vn72L9kcgjZ7GkiGGALUUBok1gI/AFG9Tl4axmsyzZnBB496oPZKf3rxi1vQ+va6WWZ38Tfqk7KeyG8yLz7ZoWYLH6F9MUiuCyue/3G8uX2MQt6UrBow7UZsGDmv0P/V9CEpICEd5GAXgbJTJMJf4VEKOZDLIEgCZSthkCYoke0IG0wCJp7i+QpDzZYRZwFKnLyhh1jNrBa+FlS6Lbi1bl6cuRWimHS4r0Rj/Bvyz0hTt5N2knGJxKQll8G7iSY79zzaRR7VAKXwOzC6N6pOj+62TL4Qudjo949zxrN6gSU6IO7Bsq/DKs2gb69SRpeA+iTXf9I3er+t2vPJpeszewXoQ1bevcStVSVY1fGwuNpW5DqwS1VAUcncgKiRVqbxxMedjocpLq83CAFqfspwKEMnh4HzM1zb+QBy/YCZ0E9UhPOjddUyvlo33M/yt+YK7CT9lY2c5/U6EC6ixXr70/MHHSSTZoSu5wuwxmKOycQMCf2YvJ4rG+3OAYXhQEZ4RkBtQI7tworiAhmkV0gbUg7l0yESuBvXScFEcOmyNgRBBdHGedJRHdOUwel88NERDp8J84Bo9F9GFEcLZK14VYK2iRZBePwampeIvbXh/N4knq+DM9o/+i5799PcpzFOVzEjcoXetXz7aiZLqRzwQSi9z6TNOofYdOrn6h6YIz1KOvb3Eo7cw65fM8yhlbJkOw1WPaGS3MqTvU3SlH2cF74OT7NuHHTNdHq6NJFOauiqTu1nM3pyY73mTc7CsR9cuPnhjd/rwr5uIky3Or4dHGHQ1nv1/3k99aZfeejW7uM7RLgWm3SzLvunjJe857yJFNAo5Sua4AcL6IbESUVPKMXPlMMkkaX9JH0nWgO8xUShTsKEWnpJX30Wn6megU4/ATGyE0iJlHITGaP49Cq2bvQn1yRAwO429GxOIBfbEvX2Dg7Ej6NGoWYOWl41wDOwbPJUYVTqS5rxDa0oUFAc/0p17vPH4zTLvLphE07v/8bKfy1ZaCX5iNL2r2PwzjBQ++/Nme+qxshdyWeqdk4ZZN61zGdYmvVfbLX9PV9HHUOJE+NpV9tGJSiTJgr1jumBe01vTwu8NcN7vz1uxo1dQ//W03+z+IEJ6hJLLWvT0UWUPIczmSHq3atOJ8cH51f/WN24+P0nJ2vttRV7JvOGrUMPNK3DL3TH8cXQa6brb0nNdg9rbwmjjHRsWz4wGLzR90ZYKV69BHEjpLPSpwLT8ZyeIu5gknVEfqc2oPF97cbI8feYLCLjJ2t8/gkjOvpw78y48cs2J4P+e+I9cDEdHdu/u2T2lh6aof3QxCc0aD6gcfYwNsDfBWv0NCNBvGIhOFRILkH/9vsfcJoM99WhJFA9V5GaEIifWnOZsL8mhIcf6HLJg2cyUcpAzm1xLAF3MPYiB4/XN+8KRfg7n3ynmCrzHxn6xxTXr+og94hElOWmvXcKP++W3t5mC7gYVPXbFfr/2K1oF6Z6GcP5Zx3mucNhxpZe7cbJLb8J1lwFYja4v6A9W1rvyD9yaO0yYnQ2tfJmHjaU30nAs747026ZxWNljza5P8EfL1f3jm2MkUqJpt5DzdfZPZQ7qEPWD9u1rxkdER79W9ThoiHEJ/T8jzgZXaRWL8CJHb55zHQkJkBGwKFYee/T95Ff7Ex7p5UQmAtxfzYoCb++KIhEMwWyMDqcBrGAQogAIto1Ag4P9RCLw15Mxwjc+0jJX1s9/Q949TfVRVPg6B7sW4jIrDXMMH4Q/X3vbIXf3i+HM7fWNXn/Llb8vywhInj1zctX1/kId2q5lvft6P6oOFbHKPmQm+/WlTw8bz6BKTgqe66QVGaXEqhzvVpm7ccHETKLevsOASO9Bdjx+qXDOwrfLR7J0qbyw/RW2s7FUsvsU8W5lfHep36X6fyZ+5JW0IxL8BnMn9MwAA"}]}],"sounds":{"enabled":true,"sound":[]},"navData":{"outline":{"links":[{"kind":"slidelink","slideid":"_player.6FTsIra1rdq","slidetitle":"","displaytext":"JE SECURISE","expand":true,"type":"slide","links":[{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5hXbdowgFm5","slidetitle":"TITRE","displaytext":"TITRE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5xZ1dDfSZHX","slidetitle":"ACCUEIL","displaytext":"ACCUEIL","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6FEMkStR7zl","slidetitle":"SALLE DE BAIN","displaytext":"SALLE DE BAIN","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6AinT2WqVAs","slidetitle":"TABLE A LANGER","displaytext":"TABLE A LANGER","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.694mw7yIglY","slidetitle":"NOYADE SDB","displaytext":"NOYADE SDB","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6Sal6CIdrQA","slidetitle":"SALLE A MANGER/SALON","displaytext":"SALLE A MANGER/SALON","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6mXvRm3imEa","slidetitle":"CHAMBRE","displaytext":"CHAMBRE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6bOsRTrhs7k","slidetitle":"INTOX chambre","displaytext":"INTOX chambre","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.62idXSnMZL5","slidetitle":"SUFFOCATION LIT","displaytext":"SUFFOCATION LIT","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6LAIvhlx5ek","slidetitle":"ESPACES DE TRANSISTION","displaytext":"ESPACES DE TRANSISTION","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5p31KAqcjJA","slidetitle":"PLANTES INTERIEURES","displaytext":"PLANTES INTERIEURES","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6KCNIB5inyd","slidetitle":"EXTERIEUR","displaytext":"EXTERIEUR","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5egGfQqZkDb","slidetitle":"NOYADE EXTERIEURE","displaytext":"NOYADE EXTERIEURE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.61XOHmemRkI","slidetitle":" INTOX PLANTES ","displaytext":" INTOX PLANTES ","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6Q4mPLrKWvP","slidetitle":"CUISINE","displaytext":"CUISINE","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6ZTEsIshGPW","slidetitle":"SUFFOCATION cuisine ","displaytext":"SUFFOCATION cuisine ","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6ML5zeVqhOR","slidetitle":"CHUTES salon","displaytext":"CHUTES salon","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5cNUFQh1AxU","slidetitle":"REPONSES INTOX PLANTES ","displaytext":"REPONSES INTOX PLANTES ","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.6MbCw3zA6X4","slidetitle":"CHUTES cuisine","displaytext":"CHUTES cuisine","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5q071U8mzsW","slidetitle":"GENERIQUE FIN","displaytext":"GENERIQUE FIN","expand":false,"type":"slide"},{"kind":"slidelink","slideid":"_player.6FTsIra1rdq.5g7Qg4RWDPK","slidetitle":"CHUTE ESCALIER","displaytext":"CHUTE ESCALIER","expand":false,"type":"slide"}]}]}},"resourceData":{"description":""}}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/data/js/paths.js b/public/zeroaccident/je_securise/html5/data/js/paths.js new file mode 100644 index 0000000..07b9063 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/data/js/paths.js @@ -0,0 +1 @@ +window.globalProvideData('paths', '{"Lib":{"commandset-0":{"nodeType":"g","children":[{"nodeType":"path","d":"M2E-06,92.955437C-3.1E-05,41.617611 41.617458,5E-05 92.955284,-3E-06L92.955284,-3E-06L92.955223,6E-06C144.29306,-8.8E-05 185.910675,41.617382 185.910751,92.955353 185.910751,92.955368 185.910751,92.955391 185.910751,92.955406L185.910751,92.955406L185.910767,92.955383 185.910767,555.999939 0,555.999939 0,92.955383z","id":"path-1","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-1":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-2","children":[{"nodeType":"path","d":"M0,0L328.333312988281,0 328.333312988281,55.9107666015625 0,55.9107666015625z","id":"path-2","fill":"none"}]},{"nodeType":"g","id":"shape-3","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-3","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-2":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Verdana Pro SemibolBold4C7DA11F","font-size":"42.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 32.25 59.333334 74.125001 98.083335 125.166669 149.416669 177.750003 197.2291709 210.7083379 234.6666719 261.7500059 276.5416729","y":45.896,"children":["Je sécurise "]}]}]},"commandset-3":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-4","children":[{"nodeType":"path","d":"M0,0L512,0 512,96 0,96z","id":"path-4","fill":"none"}]},{"nodeType":"g","id":"shape-5","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-5","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-4":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 30.0240002 42.7600012 59.144002 75.6880026 82.2160034 97.4480038 113.4160042 129.3840046 136.4880056 153.1600065 165.8960075 182.5360088 195.7840099 201.96001 208.4880108 225.6720108 242.3120121 248.8400129 257.7680134 270.5040144 287.6880144 294.2160152 310.8880161 316.4560164 329.1920174 345.8320187 357.1600188 372.4240206 389.0640219 402.312023","y":43.176,"children":["ZER0 ACCIDENT: UN JEU D’ENFANT"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 28.4560003 37.1813335 45.6079998 49.9599996 58.3866659 66.2373329 74.6639992 83.3893324 89.3626658 98.1519991 104.4453322 112.8719985 117.2239983 126.1199982 132.4133313 140.8399976 148.6906646 157.1173309 165.8426641 171.8159975 176.1679973 184.0186643 192.4453306 196.7973304 205.6933303 214.2053304 222.9946637 229.3306637 233.6826635 241.4266639 249.8533302 258.1519972 266.9413305 273.2773305 277.6293303 285.3733307 293.799997 300.135997 304.4879968 308.7973301 317.2666637 321.6186635 335.3573291 343.8266627 348.1786625 355.9226629 364.434663 373.1599962","y":83.336,"children":["Une aventure préventive pour sécuriser la maison"]}]}]},"commandset-5":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-6","children":[{"nodeType":"path","d":"M0,0L960,0 960,234 0,234z","id":"path-6","fill":"#0070C0","fill-opacity":0.12}]},{"nodeType":"g","id":"shape-7","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-7","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-6":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"383.4746704 408.8613396 416.0666733 425.6240072 444.5520086 451.7573423 482.4080114 501.3360128 510.8933467 527.0960139 547.8533477 568.6106815 576.5253482 583.7306819","y":41.848,"children":["A la maison, "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"400.1813354 409.6640024 417.5786691","y":86.648,"children":["j’"]}]},{"nodeType":"text","font-family":"LatoBold Charset1_ Bold9683179C","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"417.5786743 437.1226749 458.3466758 472.7946767 482.9120111 500.7200117 510.8373461 531.9493475 551.9040155","y":86.648,"children":["anticipe"]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"551.9039917 559.8186584 567.0239921 574.2293258 581.4346595 588.6399932 595.8453269 603.0506606 610.2559943 617.461328 624.6666617 631.8719954 639.0773291","y":86.648,"children":[", "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"221.8773193 231.3599863 250.9226541 258.1279878","y":131.448,"children":["je "]}]},{"nodeType":"text","font-family":"LatoBold Charset1_ Bold9683179C","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"258.1279907 274.4426594 294.3973274 312.205328 333.4293289 348.6799974 358.7973318 375.1120005 395.0666685","y":131.448,"children":["sécurise"]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"395.0666504 402.2719841 432.9226532 453.679987 474.4373208 481.6426545","y":131.448,"children":[" mon "]}]},{"nodeType":"text","font-family":"LatoBold Charset1_ Bold9683179C","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"481.6426392 501.5973072 522.1493092 542.0666447 552.1839791 567.4346476 588.6586485 609.8826494 631.1066503 651.0613183 682.4959859 702.4506539 723.6746548 738.1226557","y":131.448,"children":["environnement"]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"463.2559814 482.8186493 496.7439833","y":176.248,"children":["et"]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"496.7440186 503.9493523","y":176.248,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"309.7133179 327.1479855 346.7106533 356.2679872 377.025321 386.5826549 393.7879886 414.6573238 434.2199916 441.4253253 472.0759944 492.8333282 513.590662 520.7959957","y":221.048,"children":["celui de mon "]}]},{"nodeType":"text","font-family":"LatoBold Charset1_ Bold9683179C","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"520.7960205 540.7506886 561.9746895 575.0600224 594.604023 615.8280239 630.2760248 637.4813585","y":221.048,"children":["enfant "]}]},{"nodeType":"text","font-family":"Lato Charset1_ 6PljEAS77BABB85A","font-size":"37.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"637.4813232 650.2866573","y":221.048,"children":["!"]}]}]},"commandset-7":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-8","children":[{"nodeType":"path","d":"M0,0L148,0 148,32.860931 0,32.860931z","id":"path-8","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-9","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-9","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-8":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-10","children":[{"nodeType":"path","d":"M0,0L148,0 148,32.860931 0,32.860931z","id":"path-10","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-11","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-11","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-9":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-12","children":[{"nodeType":"path","d":"M0,0L148,0 148,32.860931 0,32.860931z","id":"path-12","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-13","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-13","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-10":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"50.6920013 60.4680014 69.4440022 75.4680024 82.1400023 90.6360026 97.3080025","y":22.692,"children":["Entrer"]}],"style":{"fontWeight":"bold"}}]},"commandset-11":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-16","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-16","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-17","fill":"url(#gradient-mask-pathwrap-16)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-16","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-16","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-18","fill":"url(#gradient-mask-pathwrap-16)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-16","children":[{"nodeType":"path","d":"M0,0L267,0 267,157 0,157z","id":"path-19","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.52333331108093262]}],"id":"image-15","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,314]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-16","mask":"url(#mask-pathwrap-16)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,314]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-16","mask":"url(#mask-pathwrap-16)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-12":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-20","children":[{"nodeType":"path","d":"M0,0L137,0 137,36 0,36z","id":"path-20","fill":"none"}]},{"nodeType":"g","id":"shape-21","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-21","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-13":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.5455732 40.4244814 45.2734399 57.1679721 71.277349 77.457037 87.738288 93.917976 109.0937592 119.5481869","y":24.952,"children":["LA CUISINE"]}]}]},"commandset-14":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-24","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-24","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-25","fill":"url(#gradient-mask-pathwrap-24)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-24","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-24","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-26","fill":"url(#gradient-mask-pathwrap-24)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-24","children":[{"nodeType":"path","d":"M0,0L289,0 289,154 0,154z","id":"path-27","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.47384616732597351]}],"id":"image-23","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,308]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-24","mask":"url(#mask-pathwrap-24)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,308]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-24","mask":"url(#mask-pathwrap-24)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-15":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-28","children":[{"nodeType":"path","d":"M0,0L324,0 324,61 0,61z","id":"path-28","fill":"none"}]},{"nodeType":"g","id":"shape-29","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-29","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-16":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"110.9264221 121.4719954 131.9264231 136.7753816 147.0566326 159.9355408 170.481114 185.3378855 200.5136687 205.3626272 213.0735657","y":24.952,"children":["LE SALON /"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"213.0735779 217.9225364","y":24.952,"children":[" "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"68.2473907 78.792964 91.6718722 96.5208307 106.8020817 119.6809899 130.2265631 140.7721363 151.226564 156.0755225 168.9544307 173.8033892 191.4036509 204.2825591 219.4583423 232.97527 243.4296977 255.7526156","y":50.372,"children":["LA SALLE A MANGER"]}]}]},"commandset-17":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-32","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-32","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-33","fill":"url(#gradient-mask-pathwrap-32)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-32","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-32","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-34","fill":"url(#gradient-mask-pathwrap-32)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-32","children":[{"nodeType":"path","d":"M0,0L267,0 267,156 0,156z","id":"path-35","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.51999998092651367]}],"id":"image-31","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,312]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-32","mask":"url(#mask-pathwrap-32)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,312]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-32","mask":"url(#mask-pathwrap-32)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-18":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-36","children":[{"nodeType":"path","d":"M0,0L231,0 231,36 0,36z","id":"path-36","fill":"none"}]},{"nodeType":"g","id":"shape-37","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-37","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-19":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"33.6373596 44.1829329 57.0618411 61.9107996 72.1920506 85.0709588 95.616532 106.1621052 116.6165329 121.4654914 135.2832004 145.7376281 150.5865866 163.1282545 176.0071627 182.1868507 197.3626339","y":24.952,"children":["LA SALLE DE BAIN"]}]}]},"commandset-20":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-40","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-40","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-41","fill":"url(#gradient-mask-pathwrap-40)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-40","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-40","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-42","fill":"url(#gradient-mask-pathwrap-40)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-40","children":[{"nodeType":"path","d":"M0,0L261,0 261,152 0,152z","id":"path-43","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.51700681447982788]}],"id":"image-39","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,304]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-40","mask":"url(#mask-pathwrap-40)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,304]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-40","mask":"url(#mask-pathwrap-40)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-21":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-44","children":[{"nodeType":"path","d":"M0,0L181,0 181,36 0,36z","id":"path-44","fill":"none"}]},{"nodeType":"g","id":"shape-45","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-45","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-22":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.5455732 40.4244814","y":24.952,"children":["LA"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40.4244804 45.2734389","y":24.952,"children":[" "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.2734375 57.1679697 71.4505224 84.3294306 101.9296923 114.4713602 126.7942781 137.2487058","y":24.952,"children":["CHAMBRE"]}]}]},"commandset-23":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-46","children":[{"nodeType":"path","d":"M0,0L278,0 278,61 0,61z","id":"path-46","fill":"none"}]},{"nodeType":"g","id":"shape-47","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-47","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-24":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"67.3912811 77.9368544 88.3912821 98.6725331 103.5214916 113.9759193 124.2571703 135.9785257 148.8574339 160.7519661 171.2063938 181.4876448 186.3366033 200.1543123 210.60874","y":24.952,"children":["LES ESPACES DE"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"79.2402344 84.0891929 94.8990894 107.2220073 120.1009155 135.2766987 145.5579497 151.7376377 162.5475342 168.7272222 183.5839937 198.7597769","y":50.372,"children":[" TRANSITION"]}]}]},"commandset-25":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-50","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-50","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-51","fill":"url(#gradient-mask-pathwrap-50)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-50","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-50","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-52","fill":"url(#gradient-mask-pathwrap-50)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-50","children":[{"nodeType":"path","d":"M0,0L260,0 260,158 0,158z","id":"path-53","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.54109591245651245]}],"id":"image-49","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,316]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-50","mask":"url(#mask-pathwrap-50)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,316]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-50","mask":"url(#mask-pathwrap-50)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-26":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-56","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-56","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-57","fill":"url(#gradient-mask-pathwrap-56)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-56","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-56","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-58","fill":"url(#gradient-mask-pathwrap-56)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-56","children":[{"nodeType":"path","d":"M0,0L290,0 290,163 0,163z","id":"path-59","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-55","data-original-image":"01","x":0,"y":0,"opacity":1}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,326]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-56","mask":"url(#mask-pathwrap-56)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,326]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-56","mask":"url(#mask-pathwrap-56)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-27":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-60","children":[{"nodeType":"path","d":"M0,0L226,0 226,36 0,36z","id":"path-60","fill":"none"}]},{"nodeType":"g","id":"shape-61","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-61","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-28":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"55.9244766 66.4700499 70.5169254 80.9713531 93.4218746 104.2317711 114.6861988 127.0091167 133.1888047 143.6432324 157.7526093 170.0755272","y":24.952,"children":["L’EXTERIEUR"]}]}]},"commandset-29":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-62","children":[{"nodeType":"path","d":"M0,0L883,0 883,105 0,105z","id":"path-62","fill":"none"}]},{"nodeType":"g","id":"shape-63","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-63","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-30":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"39.9799194 49.5479202 62.8279209 69.3559217 81.7719221 88.9399223 101.1959228 108.363923 117.9639234 131.2439241 137.7719249 150.8599252 164.6839256 178.0279255 191.915926 205.7399264 219.0199271 225.5479279 239.5319272 246.6999274 259.9799281 273.0679284 286.3479291 292.8759299 306.7319308 320.0119315 326.5399323 347.7879334 361.1319333 367.6599341 388.9079352 402.2519351 409.4199353 421.6759358 435.0839377 448.8119374 455.3399382 468.6199389 478.2199393 484.7479401 492.2039404 498.4119406 511.6919413 518.7959423 525.9639425 547.2119436 554.3799438 568.1079435 581.3879442 587.915945 601.7719459 615.0519466 627.3079471 633.8359479 646.0919484 653.2599486 662.859949 676.6839494 689.89995 699.4999504 706.6679506 720.0759525 733.8039522 746.0599527 752.5879535 765.9319534 772.4599542 782.6039543 789.7719545 802.027955 815.9159555 829.7399559 843.0199566 849.5479574","y":43.176,"children":["Je visite chaque pièce de ma maison et j’élimine des situations à risque "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"180.1079712 193.9639721 200.1719723 213.5159722 226.6039725 239.6919728 246.859973 260.7159739 273.9959746 287.7239743 297.3239747 303.8519755 317.7079764 330.9879771 337.5159779 344.6199789 357.9639788 364.4919796 376.90798 384.0759802 397.3559809 403.8839817 416.971982 430.3799839 444.2039843 454.2839852 467.6279851 481.3559848 490.9559852 504.2359859 510.7639867 524.747986 538.1559879 551.9799883 562.1239884 568.6519892 589.8999903 603.3079922 617.0359919 623.5639927 636.8439934 650.5719931 659.7879937 673.1319936 686.8599933 696.4599937 702.8919939","y":90.6,"children":["d’accident de la vie courante pour mon enfant."]}],"style":{"fontWeight":"bold"}}]},"commandset-31":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-64","children":[{"nodeType":"path","d":"M0,0L103,0 103,44 0,44z","id":"path-64","fill":"none"}]},{"nodeType":"g","id":"shape-65","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-65","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-32":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 5.6880002 12.0600004 14.3760004 19.7760005 26.5080004 31.5120006 36.9120007 39.2280007 46.0200015 52.3920017 54.7080017 57.7980016 63.8760017 66.1920017","y":12.244,"children":["Je sors de la "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 9.7860003 15.8640004 18.9540003 24.3540004 31.0860003 37.8180002 40.1340002 44.6520003 46.9680003 52.6560005 59.0280007 61.3440007 67.3200005 74.0520004 77.1420003 82.5420004 84.8580004","y":26.644,"children":["maison / Je vois "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 9.7860003 16.5180002 23.2500001 25.5660001 30.5700003 36.9420005 42.3420006 49.0740005 52.1640004 56.6820005 62.7600006 67.2780007","y":41.044,"children":["mon résultat"]}],"style":{"fontWeight":"bold"}}]},"commandset-33":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-67","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.3},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[0.699999988079071,0.699999988079071]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-4.5,"y":-4.5,"width":37,"height":37}]},{"nodeType":"g","id":"shape-68","children":[{"nodeType":"path","d":"M28,14C28,21.7319864976311 21.7319864976311,28 14,28 6.26801350236889,28 0,21.7319864976311 0,14 0,6.26801350236889 6.26801350236889,0 14,0 21.7319864976311,0 28,6.26801350236889 28,14z","id":"path-68","fill":"#1888E7","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-66","filter":"url(#filter-67)","data-angle":45,"data-distance":3,"data-height":28,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":28},{"nodeType":"g","id":"pathwrap-66","children":[{"nodeType":"path","d":"M18.619221,9.298958C18.124376,8.969061 17.464581,8.969061 16.969736,9.463906 16.639839,9.958752 16.639839,10.618546 17.134684,11.113391 18.124376,11.938133 18.78417,13.257721 18.78417,14.742257 18.78417,17.381433 16.47489,19.525763 13.835715,19.525763 11.19654,19.525763 9.05221,17.381433 9.05221,14.742257 9.05221,13.257721 9.712004,11.938133 10.701694,11.113391 11.19654,10.618546 11.19654,9.958752 10.701694,9.463906 10.371798,8.969061 9.547055,8.969061 9.217158,9.298958 7.732622,10.618546 6.742931,12.597927 6.742931,14.742257 6.742931,18.701021 9.876952,21.835041 13.835715,21.835041 17.794479,21.835041 21.093449,18.701021 21.093449,14.742257 21.093449,12.597927 20.103758,10.618546 18.619221,9.298958z","fill-rule":"nonzero","id":"path-69","fill":"#FFFFFF","fill-opacity":1},{"nodeType":"path","d":"M13.835715,15.896896C14.495509,15.896896 14.990355,15.402051 14.990355,14.742257 14.990355,7.154628 14.990355,7.154628 14.990355,7.154628 14.990355,6.494833 14.495509,5.999988 13.835715,5.999988 13.175921,5.999988 12.681076,6.494833 12.681076,7.154628 12.681076,14.742257 12.681076,14.742257 12.681076,14.742257 12.681076,15.402051 13.175921,15.896896 13.835715,15.896896z","fill-rule":"nonzero","id":"path-70","fill":"#FFFFFF","fill-opacity":1}],"className":"uneventable"}],"className":"eventable"},"commandset-34":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-71","children":[{"nodeType":"path","d":"M0,0L217,0 217,54 0,54z","id":"path-71","fill":"none"}]},{"nodeType":"g","id":"shape-72","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-72","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-35":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"12 40.890625 60.21875 79.859375 88.171875 101.234375 119.1875 134.453125 154.09375 162.1875 173.484375 191.28125 202.578125","y":39.203,"children":["Mon résultat"]}]}]},"commandset-36":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L288,0 288,135 0,135z","id":"path-73","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-37":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-74","children":[{"nodeType":"path","d":"M0,0L288,0 288,40 0,40z","id":"path-74","fill":"none"}]},{"nodeType":"g","id":"shape-75","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-75","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-38":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"99.8854218 113.7141981 125.3873758 137.3112039 141.1210999 149.1992249 158.544928 170.2181057 179.9003977 188.114591","y":28.515,"children":["MON SCORE"]}]}]},"commandset-39":{"nodeType":"g","children":[{"nodeType":"line","id":"line-76","x1":0,"y1":0,"x2":232,"y2":0,"stroke-width":1,"stroke":"#BFBFBF","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-40":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-77","children":[{"nodeType":"path","d":"M0,0L828,0 828,170 0,170z","id":"path-77","fill":"none"}]},{"nodeType":"g","id":"shape-78","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-78","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-41":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"63.7919312 76.8265972 88.7945967 92.9119301 110.3092632 121.1145963 129.1465959 134.6399292 145.9679293 154.8639292 166.1919293 170.3092627 182.3839297 193.7119298 197.8292632 209.6692634 218.5652633 229.701263 240.3252626 251.6532627 263.6212622 271.6532618 277.1465951 289.1145946 301.0825941 305.1999275 317.2745945 328.6025946 338.202594 342.3199274 353.1252605 363.2585937 373.3919269 378.8852602 390.9599272 402.2879273 414.2559268 422.2879264 431.8879258 436.0052592 448.0799262 459.4079263 463.5252597 469.018593 479.8239261 483.9412595 494.7572595 500.2505928 511.5785929 515.6959263 525.8292595 537.797259 549.7652585 558.1279246 568.9332577 580.9012572 588.9332568 600.2612569 604.9012568 609.0185902 620.9865897 632.9545892 637.0719226 648.9119228 660.2399229 672.2079224 680.239922 684.3572554 692.389255 704.3572545 716.325254 721.7759204 733.7439199 745.7119194 754.6079193 764.2079187 768.3252521","y":26.056,"children":["En matière de prévention des accidents de la vie courante, on peut toujours "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"355.6959839 365.2959833 369.2746501 380.0799832 397.4773163 408.8053164 414.2986497 419.791983 431.7599825 440.6559824 451.9839825 460.8799824 464.9973158 472.3039822 476.4213156","y":51.656,"children":["s’améliorer ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"245.9839783 256.0959778 260.0746446 270.8799777 282.8479772 290.8799768 296.3733101 306.5066433 311.9999766 323.8399768 335.1679769 339.2853103 351.3599773 362.6879774 368.1386438 378.9439769 383.0613103 395.1359773 400.6293106 411.9573107 423.9253102 428.0426436 438.1759768 449.5039769 458.3999768 466.4319764 477.2373095 482.7306428 494.6986423 504.2986417 508.4159751 517.311975 522.8053083 532.4053077 544.4799747 556.4479742 567.7759743 577.3759737 582.0159736","y":77.256,"children":["J’anticipe déjà bien certains risques."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"137.7866211 147.8986206 159.2266207 163.3439541 175.1839543 186.5119544 198.4799539 208.7306205 212.8479539 222.9812871 234.9492866 246.9172861 254.9492857 260.442619 272.4106185 284.378618 295.7066181 304.602618 308.7199514 319.5252845 323.6426179 335.7172849 346.8532846 357.4772842 368.8052843 374.2986176 386.2666171 398.1066173 409.9466175 421.2746176 430.1706175 434.2879509 451.685284 463.0132841 472.6132835 476.7306169 485.6266168 496.9546169 509.4559501 520.1439498 529.7546161 541.0826162 550.6826156 554.799949 566.874616 578.2026161 582.3199495 594.1599497 603.0559496 614.1919493 624.8159489 636.143949 648.1119485 656.1439481 661.6372814 673.6052809 685.5732804 690.2132803","y":102.856,"children":["Je peux continuer à développer mes réexes de prévention."]}],"style":{"fontWeight":"bold"}}]},"commandset-42":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-79","children":[{"nodeType":"path","d":"M0,0L288,0 288,135 0,135z","id":"path-79","fill":"none"}]},{"nodeType":"g","id":"shape-80","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-80","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":13,"y":5}],"className":"uneventable"}],"className":"eventable"},"commandset-43":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-81","children":[{"nodeType":"path","d":"M289.999969,0C292.761414,-5E-06 294.999969,2.238568 294.999969,4.999998 294.999969,4.999999 294.999969,5 294.999969,5.000001L294.999969,5.000001L294.999969,19.999998C294.999969,22.761421 292.761414,24.999998 290,24.999998L290,24.999998L5.000001,24.999998C2.238578,25 2E-06,22.761425 0,20.000002L0,20.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-81","fill":"#1888E7","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-82","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-82","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-44":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-83","children":[{"nodeType":"path","d":"M289.999969,0C292.761414,-5E-06 294.999969,2.238568 294.999969,4.999998 294.999969,4.999999 294.999969,5 294.999969,5.000001L294.999969,5.000001L294.999969,19.999998C294.999969,22.761421 292.761414,24.999998 290,24.999998L290,24.999998L5.000001,24.999998C2.238578,25 2E-06,22.761425 0,20.000002L0,20.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-83","fill":"#1477CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-84","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-84","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-45":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-85","children":[{"nodeType":"path","d":"M289.999969,0C292.761414,-5E-06 294.999969,2.238568 294.999969,4.999998 294.999969,4.999999 294.999969,5 294.999969,5.000001L294.999969,5.000001L294.999969,19.999998C294.999969,22.761421 292.761414,24.999998 290,24.999998L290,24.999998L5.000001,24.999998C2.238578,25 2E-06,22.761425 0,20.000002L0,20.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-85","fill":"#6FA2EB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-86","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-86","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-46":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"47.4414062 59.9023438 69.7226563 73.7695313 79.4179688 85.0664063 94.0429688 100.5742188 104.7304688 113.7070313 119.3554688 123.5117188 130.0429688 139.0195313 143.0664063 152.7304688 162.5507813 171.5273438 178.0585938 182.2148438 192.0195313 196.0664063 205.8867188 213.5195313 217.6757813 223.3242188 232.2226563 238.7539063 248.5585938","y":19.207,"children":["Quitter et rejouer plus tard"]}]}]},"commandset-47":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L69,0 69,75 0,75z","id":"path-88","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.23875433206558228,0.23885349929332733]}],"id":"image-87","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-48":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-89","children":[{"nodeType":"path","d":"M0,0L148,0 148,37 0,37z","id":"path-89","fill":"none"}]},{"nodeType":"g","id":"shape-90","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-90","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-49":{"nodeType":"g","children":[]},"commandset-50":{"nodeType":"g","children":[{"nodeType":"path","d":"M28,14C28,21.7319864976311 21.7319864976311,28 14,28 6.26801350236889,28 0,21.7319864976311 0,14 0,6.26801350236889 6.26801350236889,0 14,0 21.7319864976311,0 28,6.26801350236889 28,14z","id":"path-91","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"g","id":"shape-92","children":[{"nodeType":"path","d":"M13.259054,18.042534C12.764209,18.042534 12.269363,18.207481 11.939466,18.537378 11.444621,18.867275 11.279673,19.362122 11.279673,19.856968 11.279673,20.516762 11.444621,21.011606 11.939466,21.341503 12.269363,21.6714 12.764209,21.836349 13.259054,21.836349 13.918848,21.836349 14.413693,21.6714 14.74359,21.341503 15.238436,21.011606 15.403384,20.516762 15.403384,19.856968 15.403384,19.362122 15.238436,18.867275 14.74359,18.537378 14.413693,18.207481 13.918848,18.042534 13.259054,18.042534z","fill-rule":"nonzero","id":"path-92","fill":"#000000","fill-opacity":1},{"nodeType":"path","d":"M17.217817,6.990986C16.393074,6.331192 15.403384,6.001296 14.083797,6.001296 13.094106,6.001296 12.104415,6.166244 11.444621,6.331192 10.784827,6.661089 10.125032,6.990986 9.630187,7.320883 9.30029,7.485832 9.30029,7.485832 9.30029,7.485832 10.619879,10.125008 10.619879,10.125008 10.619879,10.125008 10.949776,9.795111 10.949776,9.795111 10.949776,9.795111 11.114724,9.795111 11.279673,9.630162 11.60957,9.465214 11.774518,9.465214 11.939466,9.300265 12.269363,9.300265 12.434312,9.135317 12.764209,9.135317 12.929157,8.970368 13.094106,8.970368 13.424003,8.970368 13.588951,8.970368 14.248745,8.970368 14.578642,9.135317 14.74359,9.300265 14.908539,9.465214 15.073487,9.795111 15.073487,10.125008 15.073487,10.454905 14.908539,10.784801 14.74359,10.94975 14.578642,11.114698 14.413693,11.444595 14.248745,11.609544 13.918848,11.939441 13.588951,12.104389 13.424003,12.434286 12.929157,12.764183 12.764209,13.09408 12.434312,13.423977 12.269363,13.753874 11.939466,14.248719 11.774518,14.908513 11.774518,15.23841 11.774518,15.568307 11.774518,16.063152 11.774518,16.2281 11.774518,16.557997 11.774518,16.722946 11.774518,17.052843 11.774518,17.052843 11.774518,17.052843 12.104415,17.052843 12.104415,17.052843 12.104415,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,16.722946 14.74359,16.722946 14.74359,16.722946 14.74359,16.2281 14.74359,15.733255 14.908539,15.403358 15.073487,15.073462 15.403384,14.908513 15.568333,14.578616 15.89823,14.248719 16.063177,14.083771 16.393074,13.918822 16.88792,13.588925 17.052868,13.259028 17.382765,12.929132 17.712662,12.599235 18.042559,12.104389 18.207508,11.609544 18.372456,11.114698 18.537405,10.454905 18.537405,9.795111 18.537405,8.640471 18.042559,7.65078 17.217817,6.990986z","fill-rule":"nonzero","id":"path-93","fill":"#000000","fill-opacity":1}],"className":"uneventable"}],"className":"eventable"},"commandset-51":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-94","children":[{"nodeType":"path","d":"M0,0L186.005798,0 186.005798,80.736816 0,80.736816z","id":"path-94","fill":"none"}]},{"nodeType":"g","id":"shape-95","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-95","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-52":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-96","children":[{"nodeType":"path","d":"M0,0L186.005798,0 186.005798,80.736816 0,80.736816z","id":"path-96","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-97","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-97","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-53":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-98","children":[{"nodeType":"path","d":"M0,0L186.005798,0 186.005798,80.736816 0,80.736816z","id":"path-98","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-99","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-99","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-54":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-100","children":[{"nodeType":"path","d":"M0,0L186.005798,0 186.005798,80.736816 0,80.736816z","id":"path-100","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-101","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-101","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-55":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 19.8879986 31.2159987 39.2479983 51.2159978 63.1839973 72.0799972 76.1973306","y":23.156,"children":["Retour "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.8053331 28.7733326 32.890666 43.0239992 54.9919987 66.9599982 72.4533315 82.7039981 86.8213315","y":48.756,"children":["au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.074667 29.4026671 33.5200005 39.0133338 49.8186669 53.9360003 65.7760005 71.2693338 82.5973339 92.7306671 104.0586672","y":74.356,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-56":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,19.193373L39.713825,0.159465C39.49218,0.04612 39.249542,-4.5E-05 39.010777,0.004158 38.998421,0.003304 38.986069,0.004158 38.972744,0.003304 38.960388,0.004158 38.94796,0.003304 38.934639,0.004158 38.695873,-4.5E-05 38.453312,0.04612 38.231667,0.159465L38.231667,0.159465L0.865657,19.194225C0.220663,19.523228 -1.6E-05,20.250973 0.371901,20.820126L0.371901,20.820126L4.417066,27.001356C4.788983,27.570444 5.613869,27.765152 6.258862,27.436937L6.258862,27.436937L38.973637,10.771778 71.688484,27.437004C72.333557,27.765152 73.158295,27.56959 73.530281,27.000502L73.530281,27.000502L77.575447,20.819273C77.947365,20.250973 77.725716,19.523228 77.081696,19.193373z","fill-rule":"nonzero","id":"path-102","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-57":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-4.2E-05L-2.4E-05,13.736545 -2.4E-05,31.921816 -2.4E-05,38.267612 -2.4E-05,39.059975C-2.4E-05,40.374474 1.207277,41.439625 2.69614,41.439625L2.69614,41.439625L3.596051,41.439625 8.090252,41.439625 20.226595,41.439625 20.226595,18.836666C20.226595,18.179384 20.830654,17.646414 21.57464,17.646414L21.57464,17.646414L32.362938,17.646414C33.107815,17.646414 33.710983,18.179384 33.710983,18.836666L33.710983,18.836666L33.710983,41.440479 45.846359,41.440479 50.340485,41.440479 51.240471,41.440479C52.729336,41.440479 53.936562,40.375324 53.936562,39.060829L53.936562,39.060829L53.936562,38.268467 53.936562,31.922668 53.936562,13.738186 26.966892,-4.2E-05z","fill-rule":"nonzero","id":"path-103","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-58":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.132169L10.787307,1.189392C10.787307,0.532178 10.183171,-2E-06 9.438293,-2E-06L9.438293,-2E-06L1.348001,-2E-06C0.604015,-2E-06 -4.6E-05,0.532966 -4.6E-05,1.189392L-4.6E-05,1.189392L-4.6E-05,4.637595 10.787307,10.132169z","fill-rule":"nonzero","id":"path-104","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-59":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-105","children":[{"nodeType":"path","d":"M0,0L375.333343505859,0 375.333343505859,44 0,44z","id":"path-105","fill":"none"}]},{"nodeType":"g","id":"shape-106","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-106","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-60":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.5280008 29.3920011 45.2960023 51.8240031 67.1840037 83.0880049 95.9520052 108.8160055 122.1920069 128.7200077 146.032008 159.4080094 165.9360102 182.6400107 198.5440119 206.2880123 223.568013","y":42.25,"children":[" LA SALLE DE BAIN"]}],"style":{"fontWeight":"bold"}}]},"commandset-61":{"nodeType":"g","children":[{"nodeType":"path","d":"M65,50C65,77.6142374915397 50.4492543695008,100 32.5,100 14.5507456304992,100 0,77.6142374915397 0,50 0,22.3857625084603 14.5507456304992,0 32.5,0 50.4492543695008,0 65,22.3857625084603 65,50z","id":"path-107","fill":"#0072BC","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-62":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-108","children":[{"nodeType":"path","d":"M0,0L678,0 678,101 0,101z","id":"path-108","fill":"#0072BC","fill-opacity":1}]},{"nodeType":"g","id":"shape-109","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-109","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-63":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.7466669 34.3866672 45.3733339 52.8400001 58.2800002 69.3733334 79.9066672 90.4933343 101.480001 106.3066678 111.7466679 119.2133341 129.8533344 140.8400011 148.3066673 153.7466674 164.8666673 172.7333346 183.3733349 194.4933348 202.3600021 212.8933359 218.333336 223.6933361 229.1333362 242.4400045 247.0800048 257.6133386 267.2933389 274.7600051 280.2000052 285.586672 296.1200058 301.5600059 318.73334 329.3733403 346.5466744 357.0800082 367.986675 375.4533412 380.8933413 391.9066746 402.4400084 407.8800085 413.2666753 423.8533424 429.2933425 436.7600087 447.400009 452.8400091 458.2266759 468.7600097 476.2266759 483.6933421 494.2266759 499.0533427","y":36.813,"children":["Tout beau, tout propre ! C’est le moment de la toilette."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.6853333 33.5866662 37.7039996","y":69.971,"children":["Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.7039986 47.303998 58.6319981 64.1253314 75.4533315 85.5866647 93.6186643 99.1119976 111.0799971 123.0479966 135.0159961 146.3439962 150.4613296","y":69.971,"children":["sélectionne "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"150.4613342 162.109334 172.4880009 184.0293341 193.2026673 197.3200007 202.3866673 212.7653342 216.8826676 221.9493342 227.0160008 236.189334 243.7946669 254.6959998 258.8133332 275.7840001 286.685333 295.8586662 299.9759996","y":69.971,"children":["dans la liste mes "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"299.9760132 311.1653461 322.4933462 332.0933456 340.1253452 351.4533453 361.0533447 365.1706781 377.2453451 388.5733452 392.6906786 404.5306788 413.4266787 424.5626784 435.186678 446.5146781 458.4826776 466.5146772 472.0080105 483.97601 495.9440095 500.0613429","y":69.971,"children":["gestes de prévention "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"500.0613403 511.4746733 519.9440069 525.0106735 536.5520067 545.0213403 550.0880069 557.6933398 568.0720067 573.1386733 581.6080069 592.5093398 601.682673","y":69.971,"children":["prioritaires"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"601.6826782 605.5440116","y":69.971,"children":["."]}]}]},"commandset-64":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-110","children":[{"nodeType":"path","d":"M0,0L890.666687011719,0 890.666687011719,49 0,49z","id":"path-110","fill":"none"}]},{"nodeType":"g","id":"shape-111","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-111","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-65":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 25.776001 41.6800022 58.9600029 72.8480034 80.5920038 97.2000055 104.9440059 121.0400066 134.416008 140.9440088 153.8080091 167.1840105 182.5440111 189.0720119 206.0960121 213.8400125 229.2000131 246.8000135 264.6240148 278.0000162 293.3600168","y":41.176,"children":["J’ANTICIPE LES RISQUES"]}],"style":{"fontWeight":"bold"}}]},"commandset-66":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-112","children":[{"nodeType":"path","d":"M0,0L202.66667175293,0 202.66667175293,44 0,44z","id":"path-112","fill":"none"}]},{"nodeType":"g","id":"shape-113","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-113","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-67":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.079998 72.2259979 75.8619981 79.4979983 86.607998 90.2799982 97.7139977 104.8239974 108.4959976 115.9839975 123.1299974 126.8019976 134.1639971","y":33.39,"children":["Dans la salle de bain"]}]}]},"commandset-68":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-114","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-114","fill":"#0072BC","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-115","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-115","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-69":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-116","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-116","fill":"#0064A5","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-117","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-117","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-70":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-118","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-118","fill":"#6C93C8","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-119","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-119","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-71":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-120","children":[{"nodeType":"path","d":"M107.333359,0C110.094788,-5E-06 112.333366,2.238568 112.333366,4.999998 112.333366,4.999999 112.333366,5 112.333366,5.000001L112.333366,5.000001L112.333366,26.999998C112.333366,29.761421 110.094795,31.999998 107.333374,31.999998L107.333374,31.999998L5.000001,31.999998C2.238578,32 2E-06,29.761425 0,27.000002L0,27.000002L0,5.000003C-2E-06,2.23858 2.238572,3E-06 4.999995,0z","id":"path-120","fill":"#5E81B0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-121","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-121","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-72":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.1373291 38.53333 47.9879971 52.794664 57.6013309 68.1666652 78.0786659 85.8626663","y":23.724,"children":["Valider"]}],"style":{"fontWeight":"bold"}}]},"commandset-73":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L935,0 935,215 0,215z","id":"path-122","fill":"none"}],"className":"eventable"},"commandset-74":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-123","children":[{"nodeType":"path","d":"M0,0L935,0 935,87 0,87z","id":"path-123","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-124","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-124","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-75":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.8000002","y":26.156,"children":["3"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.7999992 29.8933325 46.1066656 57.0079985 66.1813317 70.2986651 81.9466649 93.4879981 104.389331 108.5066644 125.4773313 137.0186645 148.5599977 152.6773311 163.578664 175.1199972 181.98933 192.3679969 203.9093301 211.514663 215.6319964 224.8053296 235.7066625 239.8239959 248.2933295 259.1946624 266.7999953 278.3413285 289.8826617 298.3519953 309.8933285 320.7946614","y":26.156,"children":["-Dès que mon enant se retourne"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"320.7946777 324.9120111","y":26.156,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.4133329 31.7919998 40.2613334 44.3786668 49.4453334 60.9866666 66.0533332 73.1466664 90.1173333 101.0186662 117.9893331 128.890666 133.1039991 137.2213325 142.2453327 153.1466656 157.263999 168.6773319 177.1466655 187.8559989 198.2453317 203.3119983 214.2133312 225.7546644 234.9279976 239.045331 244.1119976 255.0133305 259.1306639 267.5999975 272.6666641 281.8399973 293.4879971 305.0293303 315.9306632 320.0479966","y":51.756,"children":["par lui-même, je préviens le risque "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.6479998 32.5493327 36.6666661","y":77.356,"children":["de "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"36.6666641 46.7999973 58.7679968 70.7359963 78.7679959 90.095996 94.2133294","y":77.356,"children":["chute "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"94.2133331 105.114666 116.6559992 120.7733326 135.4506655","y":77.356,"children":["en …"]}]}]},"commandset-76":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"4 11.0933332 18.1866664 29.3333329 40.2346658 45.3013324 56.2026653 65.9093322 73.5146651 78.5813317 90.1226649 101.6639981 113.2053313 124.1066642 132.5759978 139.669331 146.7626642","y":31.756,"children":["--Sélectionner--"]}]}]},"commandset-77":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.9965668 33.5800162 37.3556276","y":19.833,"children":["en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.355629 48.2129564 56.3706245 66.7584467 77.6157742 87.5243082 95.1929073 105.1014413 116.076146 123.4415225 127.2171339 137.1256679 140.9012793 145.9386881 149.5871416 159.2511412 169.1694571 179.0779911 190.0526958 199.3450037 209.7328259 213.5084373","y":19.833,"children":["préparant à l’avance "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"213.5084229 220.4825449 231.0659943 241.6494437 248.6235657 252.3991771 261.3002296 271.2967964 275.0724078 285.7536708 296.3371202 306.9205696 313.8946916 317.670303 322.2773315 325.5345298 335.0518094 345.6352588 352.9126035 362.4298831 367.076037 370.8516484 381.5329114 391.5294782 399.9414617 410.5249111 415.171065 425.7545144 429.5301258 439.5266926 446.5008146 450.276426 460.8598754 470.8564422 474.6320536","y":19.833,"children":["tout ce dont j’aurai besoin et ne "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 28.3176365 31.7411182 42.1289404 47.1663492 58.1410539 63.1784627 73.4391267 84.4138314 94.8016536 98.577265 109.4345925 119.3431265 128.1463654 131.9219768","y":43.308,"children":["m’éloigne pas "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"131.9219818 142.6032448 152.5998116 156.375423 161.0215769 170.5388565 174.3144679 181.2885899 190.8058695 201.4871325 206.1332864 216.1298532 219.9054646 229.4227442 233.1983556 237.8445095 247.3617891 257.9452385 267.8146471 277.8112139 284.3549546 288.2185982","y":43.308,"children":["de la table à langer."]}]}]},"commandset-78":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 28.56217 38.5587368 45.5328588 52.5069808 62.0242604 72.6077098 79.5818318 83.3574432","y":31.571,"children":["mettant "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"83.3574448 94.3321495 105.3068542 113.4645223 122.2677612 126.0433726 137.1158909 147.5037131 151.2793245 162.136652 173.1113567 181.2690248 188.6344013 199.0222235 209.4100457 213.1856571 224.2581754 227.6816571 238.0694793 249.044184 255.7346456 265.6431796 276.6178843 283.9832608","y":31.571,"children":["hors de portée d’enant"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"19.563px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"283.9832764 287.84692 291.6225314 298.5966534 309.1801028 319.7635522 328.1755357 331.9511471 336.597301 346.5938678 355.0058513 358.7814627 369.2475357 377.013948 387.5973974 398.2786604 408.8621098 413.5082637 420.4823857 428.8943692 432.6699806 443.3512436 447.2148872 457.5538021 467.0808626 476.9502712 481.5964251 491.5929919 502.1764413 512.1730081 516.0366517","y":31.571,"children":[", tous les produits d’hygiène."]}]}]},"commandset-79":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.7626667 31.1413336 39.6106672 51.258667 61.6373339 73.1786671 80.784 84.9013334 96.4426666 107.9839998 118.8853327 123.0026661","y":32.256,"children":["gardant une "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"123.0026627 140.3999958 151.2053289 156.6986622 168.6666617 172.7839951 182.3839945 194.351994 203.2479939 207.3653273 212.8586606 224.8266601 230.3199934","y":32.256,"children":["main sur lui"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"230.3199921 234.5333252","y":32.256,"children":["."]}]}]},"commandset-80":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-125","children":[{"nodeType":"path","d":"M0,0L935,0 935,58 0,58z","id":"path-125","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-126","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-126","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-81":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 25.8000002","y":37.256,"children":["1"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.7999992 32.8933325 42.5786658 53.4799987 57.5973321 69.010665 77.4799986 88.189332 98.5786648 103.6453314 114.5466643 126.0879975 135.2613307 139.3786641 144.4453307 155.3466636 159.463997 167.9333306 172.9999972 182.1733304 193.8213302 205.3626634 216.2639963 220.3813297 232.0293295 242.9306624 247.0479958","y":37.256,"children":["-Je préviens le risque de "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"247.0480347 257.1813679 269.1493674 281.1173669 289.1493665 300.4773666","y":37.256,"children":["chute"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"300.477356 315.1546888","y":37.256,"children":["…"]}]}]},"commandset-82":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-127","children":[{"nodeType":"path","d":"M0,0L935,0 935,62 0,62z","id":"path-127","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-128","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-128","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-83":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 25.8000002","y":26.456,"children":["2"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.7999992 32.8933325 42.5786658 53.4799987 57.5973321 69.010665 77.4799986 88.189332 98.5786648 103.6453314 114.5466643 126.0879975 135.2613307 139.3786641 144.4453307 155.3466636 159.463997 167.9333306 172.9999972 182.1733304 193.8213302 205.3626634 216.2639963 220.3813297 232.0293295 236.2426626","y":26.456,"children":["-Je préviens le risque d’"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"236.242691 241.7360244 253.7040239 261.7360235 273.0640236 283.3146902 288.8080235 298.9413567 309.7466898 317.7786894 323.2720227 335.2400222 347.2080217","y":26.456,"children":["intoxication"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"347.2080078 351.3253412","y":26.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.9013329 35.4426661 50.119999","y":52.056,"children":["en…"]}]}]},"commandset-84":{"nodeType":"g","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-129","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]},"commandset-85":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"12.338px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 6.9218764 14.4943733 17.6992805 25.2597291 30.2960116 37.217888 44.7783366 51.6399709 56.6762534 63.5378877 71.1103846 75.4659258 78.670833 85.5324673 88.7373745 91.8579421 93.954385 100.8160193 106.9969118 113.8585461 121.431043 127.3046978 134.2265742 137.4314814 141.7870226 149.2390347 156.8115316 161.1670728 164.37198 170.2456348 177.1675112 180.3724184 187.932867 195.3848791 202.957376 207.3129172 210.5178244 213.638392 215.7348349 222.5964692 230.1689661 235.2052486 242.0668829 245.1874505 248.3923577","y":20.385,"children":["en préparant à l’avance tout ce dont j’aurai "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"12.338px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 7.5604486 14.482325 20.3680286 27.8200407 30.9406083 38.5131052 41.7180124 48.6398888 52.99543 56.2003372 63.7728341 70.6947105 73.8996177 85.3758359 87.4722788 94.3941552 97.5147228 104.9667349 108.0873025 114.8465241 122.419021 129.3408974 132.5458046 140.1062532 146.9678875 152.8535911 156.0584983 163.6189469 170.5408233 173.7457305 176.8662981 183.7279324 186.9328396 191.2883808 198.1500151 205.7104637 208.8310313 215.7529077 218.9578149 225.8194492 229.0243564 232.144924 239.0065583 246.5790552 253.3382768 260.2601532 265.2964357 268.5796584","y":37.187,"children":["besoin et ne m’éloigne pas de la table à langer."]}]}]},"commandset-86":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 14.8828125 23.859375 29.5078125 35.15625 44.0546875 53.875 59.5234375 63.6796875 73.5 83.1640625 89.6953125 97.328125 101.484375 111.2890625 120.265625 124.421875 134.2265625 143.890625 150.421875 156.0703125 165.046875 174.0234375 178.1796875 187.984375 190.703125 199.6796875 209.5 214.921875 223.8203125 233.640625 239.2890625 243.2109375 247.3671875","y":19.312,"children":["mettant hors de portée d’enfant, "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 5.6484375 15.3125 25.1328125 32.765625 36.921875 40.96875 49.9453125 57.578125 61.734375 71.5390625 78.0703125 87.734375 97.5390625 107.359375 111.40625 117.0546875 124.6875 128.84375 138.6484375 141.3671875 151.1875 159.25 168.015625 172.0625 181.0390625 190.859375 199.8359375 204.09375","y":41.102,"children":["tous les produits d’hygiène."]}]}]},"commandset-87":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 8.765625 17.6640625 24.1953125 34 42.8984375 52.71875 58.3671875 62.5234375 72.34375 82.1640625 91.140625 95.296875 110.1796875 119.078125 123.125 132.9453125 137.1015625 144.734375 154.5546875 161.0859375 165.2421875 169.2890625 179.109375 183.15625 187.4140625","y":19.207,"children":["gardant une main sur lui."]}]}]},"commandset-88":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-132","children":[{"nodeType":"path","d":"M0,0L960,0 960,40 0,40z","id":"path-132","fill":"#275114","fill-opacity":1}],"className":"uneventable"},{"nodeType":"path","d":"M930,10L949,10 949,29 930,29z","id":"path-133","fill":"#275114","fill-opacity":1},{"nodeType":"g","id":"shape-130","children":[{"nodeType":"line","id":"line-130","x1":936,"y1":14,"x2":947,"y2":25,"fill":"#275114","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-131","children":[{"nodeType":"line","id":"line-131","x1":936,"y1":25,"x2":947,"y2":14,"fill":"#275114","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-134","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-134","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]}],"className":"eventable"},"commandset-89":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"438.703125 453.84375 468.3398438 478.1367188 487.9335938 501.3984376 512.8242189 521.2968752","y":29.311,"children":["Correct"]}]}]},"commandset-90":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-137","children":[{"nodeType":"path","d":"M0,0L960,0 960,40 0,40z","id":"path-137","fill":"#8F0000","fill-opacity":1}],"className":"uneventable"},{"nodeType":"path","d":"M930,10L949,10 949,29 930,29z","id":"path-138","fill":"#8F0000","fill-opacity":1},{"nodeType":"g","id":"shape-135","children":[{"nodeType":"line","id":"line-135","x1":936,"y1":14,"x2":947,"y2":25,"fill":"#8F0000","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-136","children":[{"nodeType":"line","id":"line-136","x1":936,"y1":25,"x2":947,"y2":14,"fill":"#8F0000","fill-opacity":1,"stroke-width":2,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"square","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-139","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-139","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]}],"className":"eventable"},"commandset-91":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"429.8496094 436.5410156 451.2714844 462.6972656 477.1933594 486.9902344 496.7871094 510.2519532 521.6777344 530.1503906","y":29.311,"children":["Incorrect"]}]}]},"commandset-92":{"nodeType":"g","children":[{"nodeType":"path","d":"M1E-06,141.551025C-4.6E-05,63.374626 63.374397,7.7E-05 141.550797,-4E-06L141.550797,-4E-06L213.115494,1.3E-05C291.291931,-0.000127 354.666534,63.374287 354.666656,141.550903 354.666656,141.550934 354.666656,141.550949 354.666656,141.55098L354.666656,141.55098L354.666687,141.550949 354.666687,881 0,881 0,141.550949z","id":"path-140","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-93":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L148,0 148,160 0,160z","id":"path-142","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.501694917678833,0.5]}],"id":"image-141","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-94":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-143","children":[{"nodeType":"path","d":"M0,0L152,0 152,58 0,58z","id":"path-143","fill":"none"}]},{"nodeType":"g","id":"shape-144","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-144","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-95":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.104001 33.7440023 49.7120027 66.5120038 82.8960046 99.2800054 112.0160064 127.9840068 141.2320079","y":43.176,"children":["INCORRECT"]}]}]},"commandset-96":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-145","children":[{"nodeType":"path","d":"M0,0L317,0 317,36 0,36z","id":"path-145","fill":"none"}]},{"nodeType":"g","id":"shape-146","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-146","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-97":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.1119995 31.4399996 35.557333 47.3973332 58.7253333 70.6933328 80.9439994 85.0613328 92.3573328 103.1626659 108.6559992 117.5519991 128.8799992 132.9973326 150.3946657 155.887999 167.2159991 179.1839986 189.4346652 194.0746651 198.1919985 208.303998 219.6319981 223.7493315 232.6453314 243.9733315 255.3013316 264.901331 274.5013304 285.3066635 290.7999968 302.1279969 306.7679968","y":26.056,"children":["Je peux aire mieux. Je rééssaie."]}],"style":{"fontWeight":"bold"}}]},"commandset-98":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-147","children":[{"nodeType":"path","d":"M0,0L132,0 132,32.000031 0,32.000031z","id":"path-147","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-148","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-148","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-99":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-149","children":[{"nodeType":"path","d":"M0,0L132,0 132,32.000031 0,32.000031z","id":"path-149","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-150","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-150","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-100":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-151","children":[{"nodeType":"path","d":"M0,0L132,0 132,32.000031 0,32.000031z","id":"path-151","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-152","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-152","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-101":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-153","children":[{"nodeType":"path","d":"M0,0L132,0 132,32.000031 0,32.000031z","id":"path-153","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-154","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-154","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-102":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.5703125 36.1328125 45.5859375 55.0390625 62.9921875 70.9453125 80.609375 89.7109375 99.1640625 106.4296875","y":22.207,"children":["Réessayer"]}]}]},"commandset-103":{"nodeType":"g","children":[{"nodeType":"path","d":"M-2E-06,167.094055C-5.6E-05,74.810631 74.810371,8.5E-05 167.093796,-8E-06L167.093796,-8E-06L251.572403,1.6E-05C343.855865,-0.00015 418.666473,74.810242 418.666626,167.093903 418.666626,167.093933 418.666626,167.093979 418.666626,167.094009L418.666626,167.094009L418.666656,167.093964 418.666656,914 0,914 0,167.093964z","id":"path-155","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-104":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L143,0 143,155 0,155z","id":"path-157","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-156","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-105":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-158","children":[{"nodeType":"path","d":"M0,0L575.333374023438,0 575.333374023438,33 0,33z","id":"path-158","fill":"none"}]},{"nodeType":"g","id":"shape-159","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-159","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-106":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 29.6640015 36.1920023 51.6480017 64.3840027 81.5680027 96.3840027 102.9120035 123.4880037 129.056004 144.3200058 164.896006 177.632007 189.8560079 196.9600089 213.76001 230.1440108 242.8800118 259.2640126 265.7920134 272.2240136","y":31.964,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-107":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-161","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":143.5,"height":51.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-160","filter":"url(#filter-161)","data-angle":45,"data-distance":4,"data-height":29,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":121},{"nodeType":"g","id":"pathwrap-160","children":[{"nodeType":"g","id":"shape-162","children":[{"nodeType":"path","d":"M0,0L118.666718,0 118.666718,26.749969 0,26.749969z","id":"path-162","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-163","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-163","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-108":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-165","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-164","filter":"url(#filter-165)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-164","children":[{"nodeType":"g","id":"shape-166","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-166","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-167","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-167","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-109":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-169","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-168","filter":"url(#filter-169)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-168","children":[{"nodeType":"g","id":"shape-170","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-170","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-171","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-171","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-110":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-173","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-172","filter":"url(#filter-173)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-172","children":[{"nodeType":"g","id":"shape-174","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-174","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-175","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-175","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-111":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-177","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-176","filter":"url(#filter-177)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-176","children":[{"nodeType":"g","id":"shape-178","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-178","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-179","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-179","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-112":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.2890625 32.3828125 42.046875 51.8671875 57.515625 61.5625 71.3828125 81.203125 90.1796875 96.7109375","y":19.707,"children":["Continuer"]}]}]},"commandset-113":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"28.7890625 38.8828125 48.546875 58.3671875 64.015625 68.0625 77.8828125 87.703125 96.6796875 103.2109375","y":22.207,"children":["Continuer"]}]}]},"commandset-114":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-180","children":[{"nodeType":"path","d":"M0,0L703,0 703,46 0,46z","id":"path-180","fill":"none"}]},{"nodeType":"g","id":"shape-181","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-181","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-115":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5tE987STzWF","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-182","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5tE987STzWF","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 72.2900016 80.2246687 87.3600018 90.8433349 97.9860017 104.2926686 111.7873357 114.6180025 122.6260029 130.12067 136.4273369 139.2580037 147.2660041 155.2006712 163.1353383 171.0700054 178.5646725 186.0593396 192.3660065 195.1966733 203.2046737 210.6993408 213.5300076 217.0133407 219.286674 226.7813411 234.7160082 242.7240086 250.6586757 258.1533428 263.3820096 270.8766767 273.7073435 281.5540103 289.0486774 294.871344 306.5386776 313.6740107 321.6086778 329.1033449 337.038012 342.2666788 349.7613459 352.5920127 358.8986796 366.8333467 372.6560133 375.4866801 378.9700132 386.4646803 392.7713472 395.602014 402.7373471 409.4106807 416.0840143 419.5673474 427.5753478 435.0700149 443.004682 448.2333488 454.5400157 457.3706825 465.3786829 472.87335 475.7040168 479.1873499 486.322683 489.1533498 496.2960166 499.7793497 507.2740168 510.1046836 516.7780172 524.7126843 532.6473514 538.1033517 545.2386848 553.1733519 558.4020187 565.8966858","y":19.476,"children":[": Analyse des données de l’enquête permanente sur les accidents de la vie courante"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.8306668 20.2306669 28.8986671 36.7380006 45.9706676 56.2886684 60.6886685 63.5193353 69.8260022 77.7606693 83.5833359 86.4140027 89.8973358 97.0326689 99.8633357 107.7100025 115.2046696 121.0273362 124.5106693 132.4453364 140.4533368 147.9480039 150.7786707 159.2853378 167.7920049 176.298672 184.8053391 189.6820061 198.1886732 206.6953403 215.2020074 223.7086745 226.6053413 229.4360081 237.099341 244.2346741 252.1693412 257.398008 264.8926751 267.7233419 276.428009 284.3626761 292.3706765 295.8540096 299.3373427 307.3453431 315.2800102 322.7746773 325.6053441 333.5546782 339.0106785 346.1460116 354.0806787 360.7540123 368.2486794","y":37.076,"children":[" (EPAC) sur la période 2014-2018. Santé Publique France"]}]}]},"commandset-116":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-183","children":[{"nodeType":"path","d":"M0,0L696,0 696,314 0,314z","id":"path-183","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-184","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-184","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-117":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6FMVC69fExu","d":"M8,26.3999938964844L115.178657531738,26.3999938964844 115.178657531738,27.3999938964844 8,27.3999938964844z","id":"path-185","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"5lSzl986oHB","d":"M8,52.3999938964844L106.858673095703,52.3999938964844 106.858673095703,53.3999938964844 8,53.3999938964844z","id":"path-186","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"5bskF3bz53T","d":"M8,129.399993896484L109.866661071777,129.399993896484 109.866661071777,131.399993896484 8,131.399993896484z","id":"path-187","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"5c9XpXFQqZP","d":"M110,129.399993896484L115.066665649414,129.399993896484 115.066665649414,131.399993896484 110,131.399993896484z","id":"path-188","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","data-ref-id":"6FMVC69fExu","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 24.6399994 35.9679995 45.5679989 49.6853323 62.4853325 66.6026659 83.999999 95.9679985 101.4613318 111.0613312 115.1786646","y":24.456,"children":["Dès 3 mois "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"115.1786575 119.8186574 123.9359908 135.9039903 147.8719898 151.9893232 163.3173233 175.2853228 182.5813228 193.3866559 205.3546554 213.386655 217.5039884 227.6373216 239.6053211 257.0026542 274.3999873 285.7279874 297.6959869 307.8293201 319.1573202 323.2746536 334.0799867 338.1973201 347.7973195 359.1253196 363.242653 372.1386529 383.466653 391.4986526 403.4666521 415.4346516 424.3306515 436.298651 447.6266511 456.522651 460.6399844 472.4799846 483.2853177 492.1813176 496.298651 501.7919843 513.7599838 519.2533171 523.3706505 540.7679836 552.0959837 569.4933168 580.8213169 585.4613168","y":24.456,"children":[", un enant commence à se retourner par lui même."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","data-ref-id":"5lSzl986oHB","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.4293337 32.2453337 43.0506668 55.0186663 63.0506659 67.1679993 79.9679995 84.0853329 94.890666 106.8586655","y":50.056,"children":["Avant 1 an"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"106.8586731 111.498673 115.6160064 121.1093397 131.9146728 136.0320062 146.1653394 158.1333389 170.1013384 178.133338 189.4613381 193.5786715 205.6533385 216.9813386 228.8213388 240.7893383 246.2826716 255.882671 260.0000044 265.4933377 276.2986708 280.4160042 288.4480038 299.2533369 311.3280039 316.8213372 328.1493373 332.2666707 343.0720038 347.1893372 352.6826705 363.4880036 375.4560031 386.6453361 397.9733362 406.8693361 410.9866695 419.8826694 431.2106695 443.0506697 451.9466696 463.2746697 472.8746691 484.2026692 496.1706687 504.2026683 515.5306684 519.6480018 532.448002 549.2373353 553.3546687 565.4293357 576.7573358 586.3573352 590.4746686 601.2800017 611.4133349 621.5466681 627.0400014 639.1146684 650.4426685 662.410668 670.4426676 680.042667","y":50.056,"children":[", la chute depuis la table à langer représente 7% des accidents"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"680.0427246 684.160058","y":50.056,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.074667 31.4026671 35.5200005 41.0133338 51.8186669 55.9360003 66.7520003 72.2453336 83.5733337 87.6906671 97.8240003 109.7919998 121.7599993 130.1226654 140.9279985 152.895998 160.9279976 172.2559977 176.3733311 181.013331","y":75.656,"children":["de la vie courante ."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5bskF3bz53T","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":126.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"5c9XpXFQqZP","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":126.856,"children":[":"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":178.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 80.2245007 91.1258336 95.243167 111.5204993 114.8271659 125.7284988 130.7951654 142.3364986 147.4031652 158.1658319 169.7071651 180.608498 184.7258314 196.1391643 206.5178312 215.6911644 219.8084978 231.4564976 242.3578305 246.4751639 251.5418305 261.9204974 266.0378308 273.6431637 284.0218306 295.6698304 300.736497 311.6378299 315.7551633 326.1338302 330.2511636 335.3178302 345.6964971 357.2378303 368.000497 378.9018299 387.3711635 391.4884969 408.4591638 419.3604967 436.3311636 447.2324965 451.3498299 462.8911631 474.4324963 478.5498297 490.1978295 498.6671631 509.568496 516.4378288 520.5551622 525.6218288 537.163162 546.3364952 553.9418281 564.320495 575.8618282 583.4671611","y":178.056,"children":["Je ne m’éloigne pas de la table à langer même un bre instant"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":229.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 80.0965004 88.565834 99.4671669 110.8804998 121.2591667 129.7285003 140.6298332 144.7471666 155.1258335 159.2431669 164.3098335 167.8618335 177.973833 188.3631658 198.7418327 210.2831659 219.9898328 230.8911657 235.0084991 242.613832 254.1551652 265.6964984 273.3018313 277.4191647 287.1258316 298.0271645 302.1444979 313.7924977 325.3338309 336.8751641 344.480497 348.5978304 353.6218306 357.1738306 367.5524975 372.6191641 376.7364975 388.3844973 399.2858302 408.4591634 420.0004966 425.0671632 436.6084964 440.7258298 452.1391627 463.6804959 475.2218291 483.6911627 487.8084961 492.8751627 503.2538296 514.7951628 525.5578295 536.4591624 544.928496 549.0458294 566.0164963 577.5578295 589.0991627 593.2164961 604.117829 615.6591622 622.528495 632.9071619 644.4484951 652.053828","y":229.256,"children":["Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enant"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":280.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 79.4458342 89.8245011 98.2938347 109.9418345 120.8431674 124.9605008 136.501834 148.0431672 156.5125008 165.685834 169.8031674 181.4511672 192.3525001 196.4698335 205.6431667 216.0218336 220.139167 231.5524999 243.0938331 251.5631667 259.1684996 270.0698325 280.9711654 285.0884988 292.6938317 304.2351649 315.7764981 323.381831 327.4991644 338.9124973 347.3818309 358.9231641 370.5711639 382.1124971 387.1791637 394.7844966 398.90183 410.5498298 421.4511627 425.5684961 434.7418293 446.2831625 451.3498291 462.8911623 467.0084957 477.9098286 485.5151615 489.6324949 501.2804947 505.4938278 516.7684946 527.1578274 537.9204941 542.9871607 553.8884936 565.4298268 576.3311597 580.4484931 592.0964929 603.6378261 607.8511592 612.9178258 617.9844924","y":280.456,"children":["Je garde hors de sa portée tout produit de soin et d’hygiène qu’il"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"617.9845581 622.1018915","y":280.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 51.4133329 62.9546661 74.4959993 82.9653329 90.9013328 101.2799997 106.3466663 113.9519992 118.0693326 128.4479995 136.0533324 143.6586653 151.5946652 161.9733321 173.386665 184.2879979 192.7573315 196.8746649 207.7759978 215.3813307 219.4986641 229.6106636 239.9999964 250.3786633 255.4453299 266.3466628 274.8159964","y":306.056,"children":["pourrait attraper et avaler"]}]}]},"commandset-118":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L71,0 71,69 0,69z","id":"path-190","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.46710526943206787,0.463087260723114]}],"id":"image-189","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-119":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L49,0 49,49 0,49z","id":"path-192","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-191","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-120":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L98,0 98,52 0,52z","id":"path-194","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.53061223030090332]}],"id":"image-193","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-121":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-195","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-122":{"nodeType":"g","children":[{"nodeType":"path","d":"M-5E-06,206.666809C-7.4E-05,92.527969 92.527641,0.0001 206.666473,-1.6E-05L206.666473,-1.6E-05L206.666351,1.5E-05C320.805206,-0.000187 413.33316,92.527489 413.333344,206.666611 413.333344,206.666656 413.333344,206.666702 413.333344,206.666748L413.333344,206.666748L413.333374,206.666687 413.333374,909 0,909 0,206.666687z","id":"path-196","fill":"#F2F2F2","fill-opacity":1}],"className":"eventable"},"commandset-123":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L145,0 145,158 0,158z","id":"path-198","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.50173008441925049,0.5031847357749939]}],"id":"image-197","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-124":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-199","children":[{"nodeType":"path","d":"M0,0L317.333374023438,0 317.333374023438,33 0,33z","id":"path-199","fill":"none"}]},{"nodeType":"g","id":"shape-200","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-200","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-125":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 22.4960008 37.7600026 44.8640036 51.3920044 62.7200045 77.9840063 85.0880073 98.3360084 104.8640092 117.0880101 129.8240111 136.3520119 152.416013 169.2160141 185.8560154 192.3840162 208.3520166 225.9200174 242.7200185 249.8240195 264.6400195 271.1680203 277.6000205 284.1280213 290.6560221","y":30.964,"children":["J’AI FAIT LE BON CHOIX ! "]}]}]},"commandset-126":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6YOJyjWmIHj","d":"M8,26.3999938964844L115.178657531738,26.3999938964844 115.178657531738,27.3999938964844 8,27.3999938964844z","id":"path-201","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"6H9qg7EnmQQ","d":"M8,52.3999938964844L106.858673095703,52.3999938964844 106.858673095703,53.3999938964844 8,53.3999938964844z","id":"path-202","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"6mKv6GedlLO","d":"M8,129.399993896484L109.866661071777,129.399993896484 109.866661071777,131.399993896484 8,131.399993896484z","id":"path-203","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"6Hoa26jWKAq","d":"M110,129.399993896484L115.066665649414,129.399993896484 115.066665649414,131.399993896484 110,131.399993896484z","id":"path-204","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","data-ref-id":"6YOJyjWmIHj","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 24.6399994 35.9679995 45.5679989 49.6853323 62.4853325 66.6026659 83.999999 95.9679985 101.4613318 111.0613312 115.1786646","y":24.456,"children":["Dès 3 mois "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"115.1786575 119.8186574 123.9359908 135.9039903 147.8719898 151.9893232 163.3173233 175.2853228 182.5813228 193.3866559 205.3546554 213.386655 217.5039884 227.6373216 239.6053211 257.0026542 274.3999873 285.7279874 297.6959869 307.8293201 319.1573202 323.2746536 334.0799867 338.1973201 347.7973195 359.1253196 363.242653 372.1386529 383.466653 391.4986526 403.4666521 415.4346516 424.3306515 436.298651 447.6266511 456.522651 460.6399844 472.4799846 483.2853177 492.1813176 496.298651 501.7919843 513.7599838 519.2533171 523.3706505 540.7679836 552.0959837 569.4933168 580.8213169 585.4613168","y":24.456,"children":[", un enant commence à se retourner par lui même."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"585.4614258 589.5787592","y":24.456,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","data-ref-id":"6H9qg7EnmQQ","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.4293337 32.2453337 43.0506668 55.0186663 63.0506659 67.1679993 79.9679995 84.0853329 94.890666 106.8586655","y":50.056,"children":["Avant 1 an"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"106.8586731 111.498673 115.6160064 121.1093397 131.9146728 136.0320062 146.1653394 158.1333389 170.1013384 178.133338 189.4613381 193.5786715 205.6533385 216.9813386 228.8213388 240.7893383 246.2826716 255.882671 260.0000044 265.4933377 276.2986708 280.4160042 288.4480038 299.2533369 311.3280039 316.8213372 328.1493373 332.2666707 343.0720038 347.1893372 352.6826705 363.4880036 375.4560031 386.6453361 397.9733362 406.8693361 410.9866695 419.8826694 431.2106695 443.0506697 451.9466696 463.2746697 472.8746691 484.2026692 496.1706687 504.2026683 515.5306684 519.6480018 532.448002 549.2373353 553.3546687 565.4293357 576.7573358 586.3573352 590.4746686 601.2800017 611.4133349 621.5466681 627.0400014 639.1146684 650.4426685 662.410668 670.4426676 680.042667","y":50.056,"children":[", la chute depuis la table à langer représente 7% des accidents"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"680.0427246 684.160058","y":50.056,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.074667 31.4026671 35.5200005 41.0133338 51.8186669 55.9360003 66.7520003 72.2453336 83.5733337 87.6906671 97.8240003 109.7919998 121.7599993 130.1226654 140.9279985 152.895998 160.9279976 172.2559977 176.3733311 181.013331","y":75.656,"children":["de la vie courante ."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6mKv6GedlLO","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":126.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"6Hoa26jWKAq","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":126.856,"children":[":"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":178.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 80.2245007 91.1258336 95.243167 111.5204993 114.8271659 125.7284988 130.7951654 142.3364986 147.4031652 158.1658319 169.7071651 180.608498 184.7258314 196.1391643 206.5178312 215.6911644 219.8084978 231.4564976 242.3578305 246.4751639 251.5418305 261.9204974 266.0378308 273.6431637 284.0218306 295.6698304 300.736497 311.6378299 315.7551633 326.1338302 330.2511636 335.3178302 345.6964971 357.2378303 368.000497 378.9018299 387.3711635 391.4884969 408.4591638 419.3604967 436.3311636 447.2324965 451.3498299 462.8911631 474.4324963 478.5498297 490.1978295 498.6671631 509.568496 516.4378288 520.5551622 525.6218288 537.163162 546.3364952 553.9418281 564.320495 575.8618282 583.4671611","y":178.056,"children":["Je ne m’éloigne pas de la table à langer même un bre instant"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":229.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 80.0965004 88.565834 99.4671669 110.8804998 121.2591667 129.7285003 140.6298332 144.7471666 155.1258335 159.2431669 164.3098335 167.8618335 177.973833 188.3631658 198.7418327 210.2831659 219.9898328 230.8911657 235.0084991 242.613832 254.1551652 265.6964984 273.3018313 277.4191647 287.1258316 298.0271645 302.1444979 313.7924977 325.3338309 336.8751641 344.480497 348.5978304 353.6218306 357.1738306 367.5524975 372.6191641 376.7364975 388.3844973 399.2858302 408.4591634 420.0004966 425.0671632 436.6084964 440.7258298 452.1391627 463.6804959 475.2218291 483.6911627 487.8084961 492.8751627 503.2538296 514.7951628 525.5578295 536.4591624 544.928496 549.0458294 566.0164963 577.5578295 589.0991627 593.2164961 604.117829 615.6591622 622.528495 632.9071619 644.4484951 652.053828","y":229.256,"children":["Je prépare à l’avance tout ce dont j’ai besoin pour langer mon enant"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":280.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 79.4458342 89.8245011 98.2938347 109.9418345 120.8431674 124.9605008 136.501834 148.0431672 156.5125008 165.685834 169.8031674 181.4511672 192.3525001 196.4698335 205.6431667 216.0218336 220.139167 231.5524999 243.0938331 251.5631667 259.1684996 270.0698325 280.9711654 285.0884988 292.6938317 304.2351649 315.7764981 323.381831 327.4991644 338.9124973 347.3818309 358.9231641 370.5711639 382.1124971 387.1791637 394.7844966 398.90183 410.5498298 421.4511627 425.5684961 434.7418293 446.2831625 451.3498291 462.8911623 467.0084957 477.9098286 485.5151615 489.6324949 501.2804947 505.4938278 516.7684946 527.1578274 537.9204941 542.9871607 553.8884936 565.4298268 576.3311597 580.4484931 592.0964929 603.6378261 607.8511592 612.9178258 617.9844924","y":280.456,"children":["Je garde hors de sa portée tout produit de soin et d’hygiène qu’il"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"617.9845581 622.1018915","y":280.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 51.4133329 62.9546661 74.4959993 82.9653329 90.9013328 101.2799997 106.3466663 113.9519992 118.0693326 128.4479995 136.0533324 143.6586653 151.5946652 161.9733321 173.386665 184.2879979 192.7573315 196.8746649 207.7759978 215.3813307 219.4986641 229.6106636 239.9999964 250.3786633 255.4453299 266.3466628 274.8159964","y":306.056,"children":["pourrait attraper et avaler"]}]}]},"commandset-127":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-206","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-205","filter":"url(#filter-206)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":115},{"nodeType":"g","id":"pathwrap-205","children":[{"nodeType":"g","id":"shape-207","children":[{"nodeType":"path","d":"M0,0L112.666718,0 112.666718,32 0,32z","id":"path-207","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-208","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-208","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-128":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14.0379944 27.5433292 38.0153303 48.4873314 55.5153322 60.3219991 70.7940002 81.2660013 91.178002 98.9620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-129":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"23.5379944 37.0433292 47.5153303 57.9873314 65.0153322 69.8219991 80.2940002 90.7660013 100.678002 108.4620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-130":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-209","children":[{"nodeType":"path","d":"M0,0L670,0 670,46 0,46z","id":"path-209","fill":"none"}]},{"nodeType":"g","id":"shape-210","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-210","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-131":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6oj9JOHVCWw","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-211","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6oj9JOHVCWw","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 72.2900016 80.2246687 87.3600018 90.8433349 97.9860017 104.2926686 111.7873357 114.6180025 122.6260029 130.12067 136.4273369 139.2580037 147.2660041 155.2006712 163.1353383 171.0700054 178.5646725 186.0593396 192.3660065 195.1966733 203.2046737 210.6993408 213.5300076 217.0133407 219.286674 226.7813411 234.7160082 242.7240086 250.6586757 258.1533428 263.3820096 270.8766767 273.7073435 281.5540103 289.0486774 294.871344 306.5386776 313.6740107 321.6086778 329.1033449 337.038012 342.2666788 349.7613459 352.5920127 358.8986796 366.8333467 372.6560133 375.4866801 378.9700132 386.4646803 392.7713472 395.602014 402.7373471 409.4106807 416.0840143 419.5673474 427.5753478 435.0700149 443.004682 448.2333488 454.5400157 457.3706825 465.3786829 472.87335 475.7040168 479.1873499 486.322683 489.1533498 496.2960166 499.7793497 507.2740168 510.1046836 516.7780172 524.7126843 532.6473514 538.1033517 545.2386848 553.1733519 558.4020187 565.8966858","y":19.476,"children":[": Analyse des données de l’enquête permanente sur les accidents de la vie courante"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"565.8966064 568.7272732","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.4000001 26.0680003 33.9073338 43.1400008 53.4580016 57.8580017 60.6886685 66.9953354 74.9300025 80.7526691 83.5833359 87.066669 94.2020021 97.0326689 104.8793357 112.3740028 118.1966694 121.6800025 129.6146696 137.62267 145.1173371 147.9480039 156.454671 164.9613381 173.4680052 181.9746723 186.8513393 195.3580064 203.8646735 212.3713406 220.8780077 223.7746745 226.6053413 234.2686742 241.4040073 249.3386744 254.5673412 262.0620083 264.8926751 273.5973422 281.5320093 289.5400097 293.0233428 296.5066759 304.5146763 312.4493434 319.9440105 322.7746773 330.7240114 336.1800117 343.3153448 351.2500119 357.9233455 365.4180126","y":37.076,"children":["(EPAC) sur la période 2014-2018. Santé Publique France"]}]}]},"commandset-132":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L607,0 607,237 0,237z","id":"path-212","fill":"#4F81BD","fill-opacity":0.58,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-133":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[2,2]},{"type":"rotate","args":[0]}],"patternUnits":"userSpaceOnUse","id":"pattern-213","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5]}],"id":"image-214","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1}]},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-214"},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-214"},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-214"},{"nodeType":"use","transform":[{"type":"scale","args":[1,1]}],"xlink:href":"#image-214"}]}]},{"nodeType":"g","id":"shape-215","children":[{"nodeType":"path","d":"M0,43.722404C-1.4E-05,19.575209 19.57514,2.2E-05 43.722336,-2E-06L43.722336,-2E-06L563.277466,3E-06C587.424683,-4E-05 606.999878,19.575104 606.999939,43.722366 606.999939,43.722374 606.999939,43.722385 606.999939,43.722393L606.999939,43.722393L607,43.722382 607,88.375 0,88.375 0,43.722382z","id":"path-215","fill":"url(#pattern-213)","stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-134":{"nodeType":"g","children":[{"nodeType":"path","d":"M24,0L249.333282470703,0 249.333282470703,114.5 24,114.5z","id":"path-216","fill":"none"}],"className":"eventable"},"commandset-135":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-217","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-218","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-218","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-219","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-219","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-220","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-220","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-221","fill":"url(#gradient-fill-217)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-222","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-136":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-223","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-224","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-224","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-225","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-225","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-226","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-226","fill":"#FFFFFF","fill-opacity":0,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-227","fill":"#FFFFFF","fill-opacity":0},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-228","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-229","fill":"url(#gradient-fill-223)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-137":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-231","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":270.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-232","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-233","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-233","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-234","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-234","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-235","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-235","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-230","filter":"url(#filter-231)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":225.333},{"nodeType":"g","id":"pathwrap-230","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-236","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-237","fill":"url(#gradient-fill-232)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-238","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-138":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-240","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":270.333,"height":89},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-241","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-242","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-242","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-243","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-243","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-244","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-244","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-239","filter":"url(#filter-240)","data-angle":0,"data-distance":0,"data-height":44,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":225.333},{"nodeType":"g","id":"pathwrap-239","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-245","fill":"#FFFFFF","fill-opacity":0,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-246","fill":"#FFFFFF","fill-opacity":0},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-247","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-248","fill":"url(#gradient-fill-241)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-139":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 55.1520004 62.9360008 71.5920009 78.9600019","y":28.192,"children":["Faux"]}]}]},"commandset-140":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-249","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-250","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-250","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-251","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-251","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-252","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-252","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-253","fill":"url(#gradient-fill-249)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-254","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-255","children":[{"nodeType":"path","d":"M-8,21.6L-8,20.799999 -6,18.799999 -5.2,18.799999 -2.4,21.6 5.2,14 6,14 8,16 8,16.799999 -2,26.799999 -2.8,26.799999z","id":"path-255","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-141":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-256","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-257","children":[{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-258","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-258","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-259","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-259","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-260","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-260","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-261","fill":"url(#gradient-fill-256)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-262","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-263","fill":"url(#gradient-fill-257)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-142":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-264","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-265","children":[{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-266","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-266","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-267","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-267","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-268","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-268","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-269","fill":"url(#gradient-fill-264)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-270","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-271","fill":"url(#gradient-fill-265)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-272","children":[{"nodeType":"path","d":"M-8,21.6L-8,20.799999 -6,18.799999 -5.2,18.799999 -2.4,21.6 5.2,14 6,14 8,16 8,16.799999 -2,26.799999 -2.8,26.799999z","id":"path-272","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-143":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-273","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-274","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-274","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-275","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-275","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-276","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-276","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-277","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-277","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-278","fill":"url(#gradient-fill-273)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-279","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-144":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,0.72222222222222221]},{"type":"translate","args":[-0.80555555555555558,-0.72222222222222221]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-280","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.2307692307692308]},{"type":"translate","args":[-1.3076923076923077,-1.1923076923076923]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-281","children":[{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#B3CB6E","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#81A942","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-282","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-282","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-283","children":[{"nodeType":"path","d":"M215.333252,1E-06C220.85611,-9E-06 225.333267,4.477136 225.333267,9.999996 225.333267,9.999998 225.333267,10.000001 225.333267,10.000003L225.333267,10.000003L225.333267,33.999996C225.333267,39.522842 220.856125,43.999996 215.333282,43.999996L215.333282,43.999996L10.000003,43.999996C4.477157,44 3E-06,39.52285 1E-06,34.000004L1E-06,34.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-283","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-284","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-284","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-285","children":[{"nodeType":"path","d":"M35,22C35,28.3512746230541 29.8512746230541,33.5 23.5,33.5 17.1487253769459,33.5 12,28.3512746230541 12,22 12,15.6487253769459 17.1487253769459,10.5 23.5,10.5 29.8512746230541,10.5 35,15.6487253769459 35,22z","id":"path-285","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-286","fill":"url(#gradient-fill-280)"},{"nodeType":"path","d":"M32.5,22C32.5,26.9705627484771 28.4705627484771,31 23.5,31 18.5294372515229,31 14.5,26.9705627484771 14.5,22 14.5,17.0294372515229 18.5294372515229,13 23.5,13 28.4705627484771,13 32.5,17.0294372515229 32.5,22z","id":"path-287","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,22C30,25.5898508739002 27.0898508739002,28.5 23.5,28.5 19.9101491260998,28.5 17,25.5898508739002 17,22 17,18.4101491260998 19.9101491260998,15.5 23.5,15.5 27.0898508739002,15.5 30,18.4101491260998 30,22z","id":"path-288","fill":"url(#gradient-fill-281)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-145":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 55.7280006 61.6800007 69.4640011 73.2640011","y":28.192,"children":["Vrai"]}]}]},"commandset-146":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-289","children":[{"nodeType":"path","d":"M0,0L313.333343505859,0 313.333343505859,44 0,44z","id":"path-289","fill":"none"}]},{"nodeType":"g","id":"shape-290","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-290","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-147":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.079998 72.2259979 75.8619981 79.4979983 86.607998 90.2799982 97.7139977 104.8239974 108.4959976 115.9839975 123.1299974 126.8019976 134.1639971","y":33.39,"children":["Dans la salle de bain"]}]}]},"commandset-148":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-291","children":[{"nodeType":"path","d":"M0,0L864,0 864,51 0,51z","id":"path-291","fill":"none"}]},{"nodeType":"g","id":"shape-292","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-292","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-149":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 191.3120108 197.8400116 215.1200123 232.5600128 247.1840133 263.0880145 280.4000148 293.7760162","y":41.176,"children":["JE PREVIENS LA NOYADE"]}],"style":{"fontWeight":"bold"}}]},"commandset-150":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-293","children":[{"nodeType":"path","d":"M0,0L544,0 544,90 0,90z","id":"path-293","fill":"none"}]},{"nodeType":"g","id":"shape-294","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-294","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-151":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"50.0799561 67.2266235 77.8666238 88.7732906 94.2132907 104.7466245 115.6532913 122.7999578 133.3866249 144.2932917 151.7599579 157.199958 168.3199579 178.8532917 189.8399584 197.3066246 202.7466247 212.426625 222.9599588 228.3999589 233.839959 244.7466258 255.3866261 265.5466259 276.0799597 283.9999593 289.4399594 300.0266265 305.4132933 316.0532936 323.9732932 333.6532935 339.0932936 350.1332936 361.1199603 365.7599606 371.1999607 376.5866275 382.0266276 392.9332944 397.5732947 407.7332945 413.1732946 423.7599617 429.1999618 440.2399618 451.2266285 461.7599623 467.1999624 480.1332948 493.9199617","y":36.813,"children":["Mon enant peut se noyer alors qu’il n’y a que 20"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"493.9200439 499.360044","y":36.813,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"107.0399628 117.4132967 127.9466305 138.8532973 146.3199635 151.7599636 168.9332977 179.4666315 186.9332977 194.799965 205.3332988 215.0132991 220.4532992 231.4666325 236.1066328 246.6399666 257.2266337 268.2133004 273.6533005 284.6666338 295.2533009 306.1599677 315.839968 321.2799681 326.6666349 337.253302 342.6933021 353.7866353 364.3733024 369.8133025 381.3066363 392.2133031 402.8533034 408.2933035 416.1599708 426.6933046 432.1333047 436.9599715","y":76.333,"children":["centimètres d’eau dans la baignoire ."]}]}]},"commandset-152":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-295","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,27 0,27z","id":"path-295","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-296","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-296","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-153":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-297","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,27 0,27z","id":"path-297","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-298","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-298","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-154":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-299","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,27 0,27z","id":"path-299","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-300","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-300","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-155":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-301","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,27 0,27z","id":"path-301","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-302","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-302","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-156":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"28.5413284 39.9373293 49.84933 57.6333304 62.4399973 72.7626644 82.6746651 90.4586655","y":20.724,"children":["Vérier"]}],"style":{"fontWeight":"bold"}}]},"commandset-157":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-303","children":[{"nodeType":"path","d":"M0,0L566.666687011719,0 566.666687011719,39 0,39z","id":"path-303","fill":"none"}]},{"nodeType":"g","id":"shape-304","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-304","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-158":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 29.6640015 36.1920023 51.6480017 64.3840027 81.5680027 96.3840027 102.9120035 123.4880037 129.056004 144.3200058 164.896006 177.632007 189.8560079 196.9600089 213.76001 230.1440108 242.8800118 259.2640126 265.7920134 272.2240136","y":41.176,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-159":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-306","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-305","filter":"url(#filter-306)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-305","children":[{"nodeType":"g","id":"shape-307","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-307","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-308","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-308","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-160":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-310","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-309","filter":"url(#filter-310)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-309","children":[{"nodeType":"g","id":"shape-311","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-311","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-312","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-312","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-161":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-314","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-313","filter":"url(#filter-314)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-313","children":[{"nodeType":"g","id":"shape-315","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-315","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-316","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-316","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-162":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-318","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-317","filter":"url(#filter-318)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-317","children":[{"nodeType":"g","id":"shape-319","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-319","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-320","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-320","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-163":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Arial Charset1_ 6mi4qEYE137BDA4","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.5312462 39.0117168 49.3932275 59.7747382 64.9609364 69.1080721 79.4895828 89.8710935 100.2526042 106.4687507","y":22.777,"children":["Continuer"]}]}]},"commandset-164":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-321","children":[{"nodeType":"path","d":"M0,0L670.5,0 670.5,292 0,292z","id":"path-321","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-322","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-322","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-165":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"675Bsefuosz","d":"M8,151L109.866661071777,151 109.866661071777,153 8,153z","id":"path-323","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 27.8186665 39.786666 51.7546655 55.8719989 67.199999 79.1679985 86.4639985 97.2693316 109.2373311 117.2693307 121.3866641 133.2266643 144.5546644 156.5226639 164.5546635 168.6719969 178.2719963 189.5999964 193.7173298 205.6853293 217.4613293 228.0853289 239.413329 248.3093289 252.4266623 263.7546624 275.7226619 279.8399953 297.2373284 309.2053279 314.6986612 326.6666607 336.2666601 340.3839935 352.4586605 363.7866606 367.903994 380.7039942 384.8213276 402.2186607 407.711994 419.6799935 431.647993 439.6799926 451.0079927 460.6079921 464.7253255 476.7999925 487.6053256 499.5733251 509.1733245 513.2906579 526.0906581 538.8906583 543.0079917 553.1413249 570.538658 574.6559914 586.7306584 590.4639915 601.7919916 612.5973247 624.5653242 628.6826576","y":32.656,"children":["Mon enant peut se noyer en moins de 3 minutes dans 20 cm d’eau "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.5999994 28.4053325 40.373332 49.9733314 54.0906648 66.1653318 75.0613317 87.0293312 92.5226645 100.5546641 104.6719975 111.9786639","y":58.256,"children":["sans bruit !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 19.3386669 30.144 34.2613334 46.2293329 58.0053329 68.8213329 79.626666 91.701333 103.0293331 107.1466665 118.4746666 128.074666 136.1066656 140.223999 145.7173323 156.5226654 160.6399988 172.479999 181.3759989 192.703999 210.1013321 215.5946654 226.9226655 235.8186654 247.1466655 251.2639989 261.3973321 272.2026652 284.1706647 293.7706641 305.0986642 309.2159976 321.2906646 332.6186647 336.7359981 354.1333312 366.1013307 374.9973306 383.0293302 393.8346633 399.3279966 404.8213299 412.8533295 424.1813296 428.298663 440.37333 451.7013301 461.3013295 465.4186629 476.746663 488.7146625 496.0106625 506.8159956 518.7839951 526.8159947 536.4159941 540.5333275 551.8613276 563.8293271 571.8613267 580.7573266 592.0853267 596.2026601 609.0026603 613.1199937 624.4479938 632.4799934","y":83.856,"children":["La noyade est la première cause de mortalité des enants entre 1 et"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 12.1173334 24.9173336 29.034667 39.8400001 51.8079996 61.407999 65.5253324 72.8319988 76.9493322","y":109.456,"children":[" 4 ans ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"675Bsefuosz","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":147.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":147.856,"children":[":"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 12.1173334","y":173.456,"children":[" "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":199.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 77.8565007 89.3978339 97.8671675 108.0645008 118.9658337 124.0325003 129.0991669 134.1658335 145.0671664 149.1844998 166.1551667 177.6964999 189.2378331 193.3551665 204.2564994 215.7978326 222.6671654 233.0458323 244.5871655 252.1924984 256.3098318 267.9578316 278.3364985 289.8778317 299.0511649 303.1684983 308.2351649 311.5418315 322.4431644 332.8218313 344.3631645 348.4804979 360.1284977 371.0298306 375.147164 382.0164968 392.3951637 402.1018306 413.6431638 425.184497 429.3018304 440.7151633 451.6164962 460.0858298 477.0564967 487.4351636 498.9764968 509.8778297 521.4191629 529.0244958 539.9258287 544.0431621 554.944495 562.5498279","y":199.056,"children":["Je surveille mon enant dans l’eau de açon permanente et"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"562.5498657 566.6671991","y":199.056,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 47.9359999 58.3146668 69.7279997 81.1413326 89.6106662 101.1519994 110.8586663 122.3999995 133.3013324 144.2026653","y":224.656,"children":["rapprochée"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":275.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 57.7285013 69.2698345 78.9765014 90.5178346 102.0591678 106.1765012 117.824501 122.8911676 132.0645008 143.4778337 155.0191669 164.1925001 169.2591667 176.8644996 181.9311662 188.800499 192.9178324 204.5658322 215.4671651 219.5844985 228.7578317 239.6591646 249.3658315 260.9071647 269.3764983 274.4431649 282.0484978 292.9498307 297.0671641 308.6084973 319.5098302 323.6271636 332.0964972 342.9978301 359.968497 371.3818299 376.4484965 386.8271634 396.5338303 407.4351632 411.5524966 428.5231635 438.9018304 443.0191638 453.4084966 458.4751632 469.2378299 474.3044965 479.3711631 489.74983 501.2911632 510.9978301 521.899163","y":275.856,"children":["Aucun dispositi de sécurité ne remplace ma vigilance"]}]}]},"commandset-166":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-324","children":[{"nodeType":"path","d":"M0,0L109,0 109,30 0,30z","id":"path-324","fill":"#FFFFFF","fill-opacity":0,"stroke-width":2,"stroke":"#002060","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-325","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-325","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-167":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#1F497D","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.776 28.7520008 31.8400009 39.0400007 46.944001 54.9120019 63.8880027 68.0080031 74.680003 77.7680031 87.3680035","y":20.792,"children":["En savoir +"]}],"style":{"fontWeight":"bold"}}]},"commandset-168":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L93,0 93,46 0,46z","id":"path-327","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.47448980808258057,0.46938776969909668]}],"id":"image-326","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-169":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-328","children":[{"nodeType":"path","d":"M0,0L686,0 686,63 0,63z","id":"path-328","fill":"none"}]},{"nodeType":"g","id":"shape-329","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-329","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-170":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6gC4VykM94U","d":"M14,21L63.8300018310547,21 63.8300018310547,22 14,22z","id":"path-330","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6gC4VykM94U","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 21.6633329 29.598 37.5326671 43.3553337 50.0286673 57.5233344 63.8300013","y":19.476,"children":["Sources"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"63.8300018 67.3133349 70.1440017 74.5293352 83.2340023 90.8973352 102.5940019 110.2573348 113.0880016 120.9346684 128.8693355 136.8040026 142.6266692 145.457336 153.1206689 160.256002 168.1906691 173.4193359 180.914003 183.7446698 192.4493369 200.384004 208.3920044 211.8753375 215.3586706 223.366671 231.3013381 238.7960052 241.626672 249.5760061 255.0320064 262.1673395 270.1020066 276.7753402 284.2700073 289.4986741 292.3293409 299.9926738 307.9273409 313.7500075 320.7606743 328.2553414 331.7386745 335.2220076 338.7053407 345.8406738 353.7753409 360.4486745 367.9433416 370.7740084 378.2686755 386.1153423 389.5986754 397.6066758 405.1013429 416.7686765 420.2520096 428.1866767 431.6700098 439.6046769 447.0040099 450.487343 458.4953434 466.4300105 473.9246776 476.7553444 484.7633448 492.2580119 498.5646788 501.3953456 509.3300127 517.1326798 524.2753466 531.4106797 539.4186801 546.9133472 553.2200141 556.0506809 560.9273479 563.7580147 573.012682 580.5073491 586.814016 594.7486831 598.2320162 603.460683 610.5960161 615.8246829 622.1313498 624.9620166 632.970017 640.4646841","y":19.476,"children":[": IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"640.4645996 643.2952664","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 17.4833331 19.7566664 27.2513335 35.1860006 43.194001 51.1286681 58.6233352 63.852002 71.3466691 74.1773359 85.2653362 96.3753368 104.1413371 113.5940043 124.7406718 133.408672 141.0720049 143.9026717 152.4093388 160.9160059 169.422673 177.9293401","y":37.076,"children":["l’enquête NOYADES 2021"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 23.4013338 31.3360009 38.0093345 45.9440016 53.8786687 59.7013353 67.1960024 75.0426692 83.0506696 87.7733363 90.6040031 99.1106702 107.1186706 115.6253377 124.1320048 131.9786716 139.986672 144.7093387 147.5400055 151.9400056 160.6446727 166.4673393 174.4020064 179.6306732 187.1253403 194.5246733 202.0193404 208.6486739 211.4793407 218.4900075 226.4246746 231.6533414 237.476008 244.9706751 247.8013419 255.296009 263.2306761 267.9533428 275.0886759 283.023343 288.2520098 291.0826766 299.090677 306.5853441 312.892011 315.7226778 321.5453444 325.0286775 331.3353444 339.3433448 347.2780119 354.772679 361.0793459 363.9100127 371.9180131 379.8526802 391.5200138 399.0146809 405.3213478 410.5500146 414.0333477 422.0413481 429.9760152 437.4706823 443.7773492 448.1773493 451.0080161 455.4813495 461.7880164 468.9233495 476.8580166 482.0866834 489.5813505 492.4780173 499.8773503 507.8120174 515.7466845 521.9726848 524.8693516 529.5920183 535.4146849","y":54.676,"children":["Bochurepd 1b23pd (Protégez votre enant des risques domestiques) /santé.gouv.r"]}]}]},"commandset-171":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-331","children":[{"nodeType":"path","d":"M0,0L671,0 671,291 0,291z","id":"path-331","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-332","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-332","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-172":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6my3kAkvz8C","d":"M8,144.100006103516L109.866661071777,144.100006103516 109.866661071777,146.100006103516 8,146.100006103516z","id":"path-333","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 27.8186665 39.786666 51.7546655 55.8719989 67.199999 79.1679985 86.4639985 97.2693316 109.2373311 117.2693307 121.3866641 133.2266643 144.5546644 156.5226639 164.5546635 168.6719969 178.2719963 189.5999964 193.7173298 205.6853293 217.4613293 228.0853289 239.413329 248.3093289 252.4266623 263.7546624 275.7226619 279.8399953 297.2373284 309.2053279 314.6986612 326.6666607 336.2666601 340.3839935 352.4586605 363.7866606 367.903994 380.7039942 384.8213276 402.2186607 407.711994 419.6799935 431.647993 439.6799926 451.0079927 460.6079921 464.7253255 476.7999925 487.6053256 499.5733251 509.1733245 513.2906579 526.0906581 538.8906583 543.0079917 553.1413249 570.538658 574.6559914 586.7306584 590.4639915 601.7919916 612.5973247 624.5653242 628.6826576","y":24.156,"children":["Mon enant peut se noyer en moins de 3 minutes dans 20 cm d’eau "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 17.5999994 28.4053325 40.373332 49.9733314 54.0906648 66.1653318 75.0613317 87.0293312 92.5226645 100.5546641 104.6719975 111.9786639","y":49.756,"children":["sans bruit !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 19.3386669 30.144 34.2613334 46.2293329 58.0053329 68.8213329 79.626666 91.701333 103.0293331 107.1466665 118.4746666 128.074666 136.1066656 140.223999 145.7173323 156.5226654 160.6399988 172.479999 181.3759989 192.703999 210.1013321 215.5946654 226.9226655 235.8186654 247.1466655 251.2639989 261.3973321 272.2026652 284.1706647 293.7706641 305.0986642 309.2159976 321.2906646 332.6186647 336.7359981 354.1333312 366.1013307 374.9973306 383.0293302 393.8346633 399.3279966 404.8213299 412.8533295 424.1813296 428.298663 440.37333 451.7013301 461.3013295 465.4186629 476.746663 488.7146625 496.0106625 506.8159956 518.7839951 526.8159947 536.4159941 540.5333275 544.6506609 555.978661 567.9466605 575.9786601 584.87466 596.2026601 600.3199935 613.1199937 617.2373271 628.5653272 636.5973268 640.7146602 653.5146604 657.6319938","y":75.356,"children":["La noyade est la première cause de mortalité des enants entre 1 et 4 "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.8053331 30.7733326 40.373332 44.4906654 51.7973318 55.9146652","y":100.956,"children":["ans ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6my3kAkvz8C","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":140.956,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277 119.0506611","y":140.956,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":192.156,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 77.8565007 89.3978339 97.8671675 108.0645008 118.9658337 124.0325003 129.0991669 134.1658335 145.0671664 149.1844998 166.1551667 177.6964999 189.2378331 193.3551665 204.2564994 215.7978326 222.6671654 233.0458323 244.5871655 252.1924984 256.3098318 267.9578316 278.3364985 289.8778317 299.0511649 303.1684983 308.2351649 311.5418315 322.4431644 332.8218313 344.3631645 348.4804979 360.1284977 371.0298306 375.147164 382.0164968 392.3951637 402.1018306 413.6431638 425.184497 429.3018304 440.7151633 451.6164962 460.0858298 477.0564967 487.4351636 498.9764968 509.8778297 521.4191629 529.0244958 539.9258287 544.0431621 554.944495 562.5498279","y":192.156,"children":["Je surveille mon enant dans l’eau de açon permanente et"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"562.5498657 566.6671991","y":192.156,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 47.9359999 58.3146668 69.7279997 81.1413326 89.6106662 101.1519994 110.8586663 122.3999995 133.3013324 144.2026653 148.3199987","y":217.756,"children":["rapprochée "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":268.956,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 57.7285013 69.2698345 78.9765014 90.5178346 102.0591678 106.1765012 117.824501 122.8911676 132.0645008 143.4778337 155.0191669 164.1925001 169.2591667 176.8644996 181.9311662 188.800499 192.9178324 204.5658322 215.4671651 219.5844985 228.7578317 239.6591646 249.3658315 260.9071647 269.3764983 274.4431649 282.0484978 292.9498307 297.0671641 308.6084973 319.5098302 323.6271636 332.0964972 342.9978301 359.968497 371.3818299 376.4484965 386.8271634 396.5338303 407.4351632 411.5524966 428.5231635 438.9018304 443.0191638 453.4084966 458.4751632 469.2378299 474.3044965 479.3711631 489.74983 501.2911632 510.9978301 521.899163","y":268.956,"children":["Aucun dispositi de sécurité ne remplace ma vigilance"]}]}]},"commandset-173":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-335","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-334","filter":"url(#filter-335)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":115},{"nodeType":"g","id":"pathwrap-334","children":[{"nodeType":"g","id":"shape-336","children":[{"nodeType":"path","d":"M0,0L114.666718,0 114.666718,32 0,32z","id":"path-336","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-337","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-337","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-174":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-339","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-338","filter":"url(#filter-339)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-338","children":[{"nodeType":"g","id":"shape-340","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-340","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-341","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-341","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-175":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-343","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-342","filter":"url(#filter-343)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-342","children":[{"nodeType":"g","id":"shape-344","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-344","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-345","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-345","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-176":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-347","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-346","filter":"url(#filter-347)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-346","children":[{"nodeType":"g","id":"shape-348","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-348","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-349","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-349","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-177":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-351","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-350","filter":"url(#filter-351)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-350","children":[{"nodeType":"g","id":"shape-352","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-352","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-353","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-353","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-178":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.7179985 29.8499994 39.9486665 50.0473336 56.7020005 61.1353339 71.234001 81.3326681 90.8713358 98.2820023","y":23.224,"children":["Continuer"]}]}]},"commandset-179":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.2179985 38.3499994 48.4486665 58.5473336 65.2020005 69.6353339 79.734001 89.8326681 99.3713358 106.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-180":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5x00DUb7XBa","d":"M14,21L63.8300018310547,21 63.8300018310547,22 14,22z","id":"path-354","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5x00DUb7XBa","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 21.6633329 29.598 37.5326671 43.3553337 50.0286673 57.5233344 63.8300013","y":19.476,"children":["Sources"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"63.8300018 67.3133349 70.1440017 74.5293352 83.2340023 90.8973352 102.5940019 110.2573348 113.0880016 120.9346684 128.8693355 136.8040026 142.6266692 145.457336 153.1206689 160.256002 168.1906691 173.4193359 180.914003 183.7446698 192.4493369 200.384004 208.3920044 211.8753375 215.3586706 223.366671 231.3013381 238.7960052 241.626672 249.5760061 255.0320064 262.1673395 270.1020066 276.7753402 284.2700073 289.4986741 292.3293409 299.9926738 307.9273409 313.7500075 320.7606743 328.2553414 331.7386745 335.2220076 338.7053407 345.8406738 353.7753409 360.4486745 367.9433416 370.7740084 378.2686755 386.1153423 389.5986754 397.6066758 405.1013429 416.7686765 420.2520096 428.1866767 431.6700098 439.6046769 447.0040099 450.487343 458.4953434 466.4300105 473.9246776 476.7553444 484.7633448 492.2580119 498.5646788 501.3953456 509.3300127 517.1326798 524.2753466 531.4106797 539.4186801 546.9133472 553.2200141 556.0506809 560.9273479 563.7580147 573.012682 580.5073491 586.814016 594.7486831 598.2320162 603.460683 610.5960161 615.8246829 622.1313498 624.9620166 632.970017 640.4646841","y":19.476,"children":[": IPSOS pour Santé Publique France/ Surveillance épidémiologique des noyades - Résultats de"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"640.4645996 643.2952664","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 17.4833331 19.7566664 27.2513335 35.1860006 43.194001 51.1286681 58.6233352 63.852002 71.3466691 74.1773359 85.2653362 96.3753368 104.1413371 113.5940043 124.7406718 133.408672 141.0720049 143.9026717 152.4093388 160.9160059 169.422673 177.9293401","y":37.076,"children":["l’enquête NOYADES 2021"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 23.4013338 31.3360009 38.0093345 45.9440016 53.8786687 59.7013353 67.1960024 75.0426692 83.0506696 87.7733363 90.6040031 99.1106702 107.1186706 115.6253377 124.1320048 131.9786716 139.986672 144.7093387 147.5400055 151.9400056 160.6446727 166.4673393 174.4020064 179.6306732 187.1253403 194.5246733 202.0193404 208.6486739 211.4793407 218.4900075 226.4246746 231.6533414 237.476008 244.9706751 247.8013419 255.296009 263.2306761 267.9533428 275.0886759 283.023343 288.2520098 291.0826766 299.090677 306.5853441 312.892011 315.7226778 321.5453444 325.0286775 331.3353444 339.3433448 347.2780119 354.772679 361.0793459 363.9100127 371.9180131 379.8526802 391.5200138 399.0146809 405.3213478 410.5500146 414.0333477 422.0413481 429.9760152 437.4706823 443.7773492 448.1773493 451.0080161 455.4813495 461.7880164 468.9233495 476.8580166 482.0866834 489.5813505 492.4780173 499.8773503 507.8120174 515.7466845 521.9726848 524.8693516 529.5920183 535.4146849","y":54.676,"children":["Bochurepd 1b23pd (Protégez votre enant des risques domestiques) /santé.gouv.r"]}]}]},"commandset-181":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-355","children":[{"nodeType":"path","d":"M0,0L480,0 480,58 0,58z","id":"path-355","fill":"none"}]},{"nodeType":"g","id":"shape-356","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-356","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-182":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.9280005 27.4960008 42.7600026 49.8640036 56.3920044 67.7200045 82.9840063 90.0880073 103.3360084 109.8640092 122.0880101 134.8240111 141.3520119 157.416013 174.2160141 190.8560154 197.3840162 213.3520166 230.9200174 247.7200185 254.8240195 269.6400195 276.1680203 282.6000205 289.1280213","y":43.176,"children":["J’AI FAIT LE BON CHOIX ! "]}]}]},"commandset-183":{"nodeType":"g","children":[]},"commandset-184":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-357","children":[{"nodeType":"path","d":"M0,0L196.005798,0 196.005798,83.736816 0,83.736816z","id":"path-357","fill":"none"}]},{"nodeType":"g","id":"shape-358","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-358","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-185":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-359","children":[{"nodeType":"path","d":"M0,0L196.005798,0 196.005798,83.736816 0,83.736816z","id":"path-359","fill":"#4F81BD","fill-opacity":1}]},{"nodeType":"g","id":"shape-360","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-360","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-186":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-361","children":[{"nodeType":"path","d":"M0,0L196.005798,0 196.005798,83.736816 0,83.736816z","id":"path-361","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-362","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-362","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-187":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-363","children":[{"nodeType":"path","d":"M0,0L196.005798,0 196.005798,83.736816 0,83.736816z","id":"path-363","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-364","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-364","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-188":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 19.8879986 31.2159987 39.2479983 51.2159978 63.1839973 72.0799972 76.1973306","y":24.656,"children":["Retour "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.8053331 28.7733326 32.890666 43.0239992 54.9919987 66.9599982 72.4533315 82.7039981 86.8213315","y":50.256,"children":["au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.074667 29.4026671 33.5200005 39.0133338 49.8186669 53.9360003 65.7760005 71.2693338 82.5973339 92.7306671 104.0586672","y":75.856,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-189":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,19.906548L39.713825,0.165393C39.49218,0.047837 39.249542,-4.4E-05 39.010777,0.004315 38.998421,0.003429 38.986069,0.004315 38.972744,0.003429 38.960388,0.004315 38.94796,0.003429 38.934639,0.004315 38.695873,-4.4E-05 38.453312,0.047837 38.231667,0.165393L38.231667,0.165393L0.865657,19.907433C0.220663,20.248659 -1.6E-05,21.003445 0.371901,21.593746L0.371901,21.593746L4.417066,28.004654C4.788983,28.594887 5.613869,28.796831 6.258862,28.456421L6.258862,28.456421L38.973637,11.17203 71.688484,28.45649C72.333557,28.796831 73.158295,28.594002 73.530281,28.003769L73.530281,28.003769L77.575447,21.592861C77.947365,21.003445 77.725716,20.248659 77.081696,19.906548z","fill-rule":"nonzero","id":"path-365","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-190":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-1.3E-05L-2.4E-05,14.247001 -2.4E-05,33.108002 -2.4E-05,39.689598 -2.4E-05,40.511406C-2.4E-05,41.874748 1.207277,42.979477 2.69614,42.979477L2.69614,42.979477L3.596051,42.979477 8.090252,42.979477 20.226595,42.979477 20.226595,19.536633C20.226595,18.854927 20.830654,18.302155 21.57464,18.302155L21.57464,18.302155L32.362938,18.302155C33.107815,18.302155 33.710983,18.854927 33.710983,19.536633L33.710983,19.536633L33.710983,42.980362 45.846359,42.980362 50.340485,42.980362 51.240471,42.980362C52.729336,42.980362 53.936562,41.875633 53.936562,40.512291L53.936562,40.512291L53.936562,39.690483 53.936562,33.108887 53.936562,14.248703 26.966892,-1.3E-05z","fill-rule":"nonzero","id":"path-366","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-191":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.508626L10.787307,1.233577C10.787307,0.551944 10.183171,-9E-06 9.438293,-9E-06L9.438293,-9E-06L1.348001,-9E-06C0.604015,-9E-06 -4.6E-05,0.552762 -4.6E-05,1.233577L-4.6E-05,1.233577L-4.6E-05,4.809899 10.787307,10.508626z","fill-rule":"nonzero","id":"path-367","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-192":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-368","children":[{"nodeType":"path","d":"M0,0L465.333343505859,0 465.333343505859,44 0,44z","id":"path-368","fill":"none"}]},{"nodeType":"g","id":"shape-369","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-369","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-193":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.8640003 36.2400017 42.7680025 58.1280031 74.0320043 86.8000049 104.2400054 121.5200061 128.0480069 141.4240083 155.3120088 161.8400096 174.7040099 190.6080111 197.1360119 212.4960125 228.4000137 241.264014 254.1280143 267.5040157 274.0320165 289.9360177 296.4640185 317.68002 333.5840212 350.8640219 368.112023 381.4880244 398.5120246","y":42.25,"children":["LE SALON ET LA SALLE À MANGER"]}],"style":{"fontWeight":"bold"}}]},"commandset-194":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-370","children":[{"nodeType":"path","d":"M0,0L187.005798,0 187.005798,90.736816 0,90.736816z","id":"path-370","fill":"none"}]},{"nodeType":"g","id":"shape-371","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-371","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-195":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-372","children":[{"nodeType":"path","d":"M0,0L187.005798,0 187.005798,90.736816 0,90.736816z","id":"path-372","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-373","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-373","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-196":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-374","children":[{"nodeType":"path","d":"M0,0L187.005798,0 187.005798,90.736816 0,90.736816z","id":"path-374","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-375","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-375","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-197":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-376","children":[{"nodeType":"path","d":"M0,0L187.005798,0 187.005798,90.736816 0,90.736816z","id":"path-376","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-377","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-377","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-198":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 19.8879986 31.2159987 39.2479983 51.2159978 63.1839973 72.0799972 76.1973306","y":28.156,"children":["Retour "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.8053331 28.7733326 32.890666 43.0239992 54.9919987 66.9599982 72.4533315 82.7039981 86.8213315","y":53.756,"children":["au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.074667 29.4026671 33.5200005 39.0133338 49.8186669 53.9360003 65.7760005 71.2693338 82.5973339 92.7306671 104.0586672","y":79.356,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-199":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,21.570637L39.713825,0.179212C39.49218,0.051828 39.249542,-5.5E-05 39.010777,0.004668 38.998421,0.003709 38.986069,0.004668 38.972744,0.003709 38.960388,0.004668 38.94796,0.003709 38.934639,0.004668 38.695873,-5.5E-05 38.453312,0.051828 38.231667,0.179212L38.231667,0.179212L0.865657,21.571596C0.220663,21.941349 -1.6E-05,22.75923 0.371901,23.398878L0.371901,23.398878L4.417066,30.345707C4.788983,30.985283 5.613869,31.204107 6.258862,30.835241L6.258862,30.835241L38.973637,12.105954 71.688484,30.835316C72.333557,31.204107 73.158295,30.984324 73.530281,30.344748L73.530281,30.344748L77.575447,23.397919C77.947365,22.75923 77.725716,21.941349 77.081696,21.570637z","fill-rule":"nonzero","id":"path-378","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-200":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,0L-2.4E-05,15.437996 -2.4E-05,35.875687 -2.4E-05,43.007473 -2.4E-05,43.89798C-2.4E-05,45.37529 1.207277,46.572372 2.69614,46.572372L2.69614,46.572372L3.596051,46.572372 8.090252,46.572372 20.226595,46.572372 20.226595,21.169817C20.226595,20.431124 20.830654,19.83214 21.57464,19.83214L21.57464,19.83214L32.362938,19.83214C33.107815,19.83214 33.710983,20.431124 33.710983,21.169817L33.710983,21.169817L33.710983,46.57333 45.846359,46.57333 50.340485,46.57333 51.240471,46.57333C52.729336,46.57333 53.936562,45.376247 53.936562,43.898937L53.936562,43.898937L53.936562,43.008434 53.936562,35.876648 53.936562,15.43984 26.966892,0z","fill-rule":"nonzero","id":"path-379","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-201":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,11.387082L10.787307,1.336675C10.787307,0.598061 10.183171,-3.4E-05 9.438293,-3.4E-05L9.438293,-3.4E-05L1.348001,-3.4E-05C0.604015,-3.4E-05 -4.6E-05,0.598946 -4.6E-05,1.336675L-4.6E-05,1.336675L-4.6E-05,5.211964 10.787307,11.387082z","fill-rule":"nonzero","id":"path-380","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-202":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-381","children":[{"nodeType":"path","d":"M0,0L351.333343505859,0 351.333343505859,44 0,44z","id":"path-381","fill":"none"}]},{"nodeType":"g","id":"shape-382","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-382","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-203":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.3120003 43.2160015 60.4960022 75.8560028 82.3840036 95.2480039 111.1520051 117.6800059 134.2880076 152.4960078 168.400009 189.6160105 206.320011 223.3440112 236.7200126","y":42.25,"children":["DANS LA CHAMBRE"]}],"style":{"fontWeight":"bold"}}]},"commandset-204":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L131.27685546875,0 131.27685546875,60 0,60z","id":"path-383","fill":"#FFFFFF","fill-opacity":0}],"className":"eventable"},"commandset-205":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,58,48]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-384","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5517241358757019]}],"id":"image-385","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-385"}]}]},{"nodeType":"g","id":"shape-386","children":[{"nodeType":"path","d":"M99.999969,1E-06C108.836525,-1.4E-05 115.999985,7.163418 115.999992,15.999995 115.999992,15.999998 115.999992,16 115.999992,16.000004L115.999992,16.000004L115.999992,79.999992C115.999992,88.836548 108.836555,95.999992 100,95.999992L100,95.999992L16.000006,95.999992C7.163451,96 6E-06,88.836555 1E-06,80L1E-06,80L0,16.00001C-5E-06,7.163456 7.163431,9E-06 15.999984,0z","id":"path-386","fill":"url(#pattern-384)"}]}],"className":"eventable"},"commandset-206":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-387","children":[{"nodeType":"path","d":"M0,0L134,0 134,40 0,40z","id":"path-387","fill":"none"}]},{"nodeType":"g","id":"shape-388","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-388","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-207":{"nodeType":"g","children":[{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.8632812 24.5253906 32.4941406 41.0429687 45.1445312 53.1601562 61.7089843 67.1757812 71.2773437 75.3789062 82.4980468 87.9648437 93.9296874 101.8984374 109.017578 116.1367186","y":17.064,"children":["Jeu anti stress"]}]},{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"24.9003906 29.0019531 41.6992187 49.7148437 58.1054687 66.6542968 74.6230468 80.0898437 84.1914062 92.5820312 101.1308593 109.0996093","y":31.648,"children":[" magnétique"]}]}]},"commandset-208":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-389","children":[{"nodeType":"path","d":"M0,0L97,0 97,25 0,25z","id":"path-389","fill":"none"}]},{"nodeType":"g","id":"shape-390","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-390","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-209":{"nodeType":"g","children":[{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.1640625 30.1796875 38.5703125 46.8085938 52.2753907 60.2441407 68.7929688 75.9121094 83.8808594","y":17.064,"children":["Vapoteuse"]}]}]},"commandset-210":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L65,0 65,110 0,110z","id":"path-392","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-391","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-211":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,50,45]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-393","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.20408163964748383,0.21791768074035645]}],"id":"image-394","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-394"}]}]},{"nodeType":"g","id":"shape-395","children":[{"nodeType":"path","d":"M84.999969,1E-06C93.284241,-1.4E-05 99.999985,6.715704 99.999992,14.999995 99.999992,14.999998 99.999992,15.000001 99.999992,15.000004L99.999992,15.000004L99.999992,74.999992C99.999992,83.284264 93.284264,89.999992 85,89.999992L85,89.999992L15.000005,89.999992C6.715734,90 4E-06,83.284271 0,75L0,75L0,15.00001C-6E-06,6.71574 6.715715,8E-06 14.999984,-1E-06z","id":"path-395","fill":"url(#pattern-393)"}]}],"className":"eventable"},"commandset-212":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-396","children":[{"nodeType":"path","d":"M0,0L165,0 165,40 0,40z","id":"path-396","fill":"none"}]},{"nodeType":"g","id":"shape-397","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-397","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-213":{"nodeType":"g","children":[{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 24.0488281 32.5976562 36.6992187 40.8007812 48.7695312 55.8886718 59.9902343 67.9589843 75.0781249 82.1972655 90.1660155 98.7148436 104.1816405 108.283203 116.251953 120.3535155 124.455078 132.423828 139.5429686 143.8789061","y":16.064,"children":["Huiles essentielles,"]}]},{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14 24.0488281 32.5976562 36.6992187 40.8007812 48.7695312 55.8886718 59.9902343 68.3808593 76.3496093 80.4511718 93.1484374 101.1640624 108.283203 115.4023436 123.4179686 131.8085936 139.7773436 152.3632811","y":30.648,"children":["Huiles de massage…"]}]}]},"commandset-214":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,68,56]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-398","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.57435899972915649]}],"id":"image-399","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-399"}]}]},{"nodeType":"g","id":"shape-400","children":[{"nodeType":"path","d":"M117.333298,2E-06C127.642609,-1.7E-05 135.999969,8.357322 135.999985,18.666662 135.999985,18.666666 135.999985,18.666668 135.999985,18.666672L135.999985,18.666672L135.999985,93.333321C135.999985,103.642639 127.642639,111.999985 117.333328,111.999992L117.333328,111.999992L18.666674,111.999992C8.35736,111.999992 6E-06,103.642647 1E-06,93.333336L1E-06,93.333336L0,18.666679C-7E-06,8.357366 8.357335,1E-05 18.666649,-1E-06z","id":"path-400","fill":"url(#pattern-398)"}]}],"className":"eventable"},"commandset-215":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-401","children":[{"nodeType":"path","d":"M0,0L60,0 60,25 0,25z","id":"path-401","fill":"none"}]},{"nodeType":"g","id":"shape-402","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-402","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-216":{"nodeType":"g","children":[{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6464844 24.7480469 32.546875 38.5117188 46.4804688","y":17.064,"children":["Livre"]}]}]},"commandset-217":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"30.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.1693335 25.1186672 37.9373346 53.853335 69.0946699 85.1026712 98.412005 111.2306724 117.4866724 129.8146725 142.6333399 157.3533392 163.6093392 179.9240059 187.3453402 202.0653395 218.9320063 236.0133395 248.8320069 263.5520062 269.7160062","y":39.585,"children":["J’ECARTE LES RISQUES."]}],"style":{"fontWeight":"bold"}}]},"commandset-218":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L293.230224609375,0 293.230224609375,243 0,243z","id":"path-403","fill":"#4F81BD","fill-opacity":1}],"className":"eventable"},"commandset-219":{"nodeType":"g","children":[{"nodeType":"path","d":"M132.11474609375,121.5C132.11474609375,188.602597104441 102.539852794548,243 66.057373046875,243 29.5748932992022,243 0,188.602597104441 0,121.5 0,54.3974028955586 29.5748932992022,0 66.057373046875,0 102.539852794548,0 132.11474609375,54.3974028955586 132.11474609375,121.5z","id":"path-404","fill":"#4F81BD","fill-opacity":1}],"className":"eventable"},"commandset-220":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-405","children":[{"nodeType":"path","d":"M0,0L340,0 340,74 0,74z","id":"path-405","fill":"none"}]},{"nodeType":"g","id":"shape-406","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-406","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-221":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.6453333 32.1573334 45.895999 59.6346646 68.0613309 76.7866641 82.7599975 87.1119973 91.4213306 95.7733304 109.511996 113.8639958 119.8373292 128.2639955 134.5999955 138.9519953 143.2613286 151.6879949 156.0399947 162.3759947 166.7279945 174.4719949 183.3039947 192.093328 200.5199943 204.8719941 213.6826611 217.394661 225.8639946 234.1626616 242.4613286 246.8133284 255.6239954 264.0506617 272.7759949 278.7493283 283.1013281 291.5279944 299.3786614 307.8053277 316.1039947 320.4559945","y":30.451,"children":["Comment limiter le risque d’accident avec "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.810667 30.2373333 37.9813337 42.3333335 50.8453336 59.7199998 64.2639999 72.6906662 78.6639996 86.408 90.7599998 99.6559997 105.9493328 114.3759991 122.1199995 130.5466658 139.271999 145.2453324 152.9893328 157.3413326 166.1519996 174.6213332 183.3466664 191.0906668 195.4426666 199.7519999 208.2213335 212.5733333 220.8720003 229.6613336 238.1306672 251.8693328 260.743999 267.0373321 275.4639984 279.8159982 289.9279977","y":62.067,"children":["des objets présents dans la chambre ?"]}]}]},"commandset-222":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,55,49.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-407","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.56122446060180664,0.6428571343421936]}],"id":"image-408","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-408"}]}]},{"nodeType":"g","id":"shape-409","children":[{"nodeType":"path","d":"M93.499969,1E-06C102.612671,-1.6E-05 109.999985,7.387274 109.999992,16.499994 109.999992,16.499998 109.999992,16.5 109.999992,16.500004L109.999992,16.500004L109.999992,82.499992C109.999992,91.612694 102.612694,98.999992 93.5,98.999992L93.5,98.999992L16.500006,98.999992C7.387309,99 5E-06,91.612701 1E-06,82.5L1E-06,82.5L0,16.50001C-5E-06,7.387313 7.387288,9E-06 16.499983,-1E-06z","id":"path-409","fill":"url(#pattern-407)"}]}],"className":"eventable"},"commandset-223":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-410","children":[{"nodeType":"path","d":"M0,0L129,0 129,25 0,25z","id":"path-410","fill":"none"}]},{"nodeType":"g","id":"shape-411","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-411","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-224":{"nodeType":"g","children":[{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.7949219 25.8964844 29.9980469 37.9667969 45.0859375 49.1875 57.578125 65.8164062 74.3652343 79.8320312 88.0703124 96.6191405 103.7382811","y":17.064,"children":["Piles boutons"]}]}]},"commandset-225":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-412","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-412","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-413","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-413","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-226":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-414","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-414","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-415","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-415","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-227":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-416","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-416","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-417","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-417","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-228":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-418","children":[{"nodeType":"path","d":"M0,0L105.333374,0 105.333374,27.162354 0,27.162354z","id":"path-418","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#808080","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-419","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-419","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-229":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"23.137331 34.5333319 43.987999 48.7946659 53.6013328 64.1666671 74.0786678 81.8626682","y":20.724,"children":["Valider"]}],"style":{"fontWeight":"bold"}}]},"commandset-230":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-420","children":[{"nodeType":"path","d":"M0,0L186.66667175293,0 186.66667175293,44 0,44z","id":"path-420","fill":"none"}]},{"nodeType":"g","id":"shape-421","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-421","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-231":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 80.1099978 91.7019969 99.1899968 104.4999967 111.6099964","y":33.39,"children":["Dans la chambre"]}]}]},"commandset-232":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L62,0 62,78 0,78z","id":"path-423","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.39743590354919434,0.5]}],"id":"image-422","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-233":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-424","children":[{"nodeType":"path","d":"M0,0L148,0 148,83 0,83z","id":"path-424","fill":"none"}]},{"nodeType":"g","id":"shape-425","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-425","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-234":{"nodeType":"g","children":[{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.4765625 38.8496094 46.8183594 55.2089844 59.3105469 66.3710938 74.3867188 87.0839844 95.0527344 103.6015625 109.0683594 116.1875 120.5234375","y":17.064,"children":["Médicaments,"]}]},{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"28.0595703 36.7431641 44.9814454 57.678711 66.069336 70.1708985 78.1396485 90.8369141 98.8056641 107.3544922 112.8212891 119.9404297 124.0419922","y":31.648,"children":["Compléments "]}]},{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"29.796875 37.8125 41.9140625 46.015625 58.7128906 66.6816406 75.2304687 80.6972656 88.7128906 92.8144531 98.7792968 106.7480468 113.8671874 118.2031249 122.3046874","y":46.232,"children":["alimentaires, "]}]},{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.6875 54.4824219 60.4472656 68.6855469 77.0761719 85.625 89.7265625 95.1933594 102.3125 106.4140625","y":60.816,"children":["Produits "]}]},{"nodeType":"text","font-family":"VerdanaBold CharsetBoldA64163E0","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"36.0927734 43.2119141 48.678711 57.2275391 65.6181641 73.5869141 78.6552735 82.756836 90.772461 99.3212891 104.788086 111.9072266","y":75.4,"children":["stupéfiants"]}]}]},"commandset-235":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L201,0 201,122 0,122z","id":"path-426","fill":"#FFFFFF","fill-opacity":0}],"className":"eventable"},"commandset-236":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-427","children":[{"nodeType":"path","d":"M0,0L327,0 327,110 0,110z","id":"path-427","fill":"none"}]},{"nodeType":"g","id":"shape-428","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-428","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-237":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"69.307991 86.0279922 103.3399925 116.043993 122.2199931 129.819993 134.779993 151.1319942 162.5399951 178.1079959 194.2519969 210.6039981 223.3079986 239.6599998 245.8359999 257.6920008","y":36.584,"children":["Sur l’étagère ?"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10.332016 27.6440163 44.9560166 51.1320167 64.8920169 82.2040172 94.9080177 101.0840178 108.6840177 124.2520185 130.4280186 141.8360195 157.4040203 174.8760204 182.4760203 198.8280215 205.0040216 222.4760217 238.8280229 245.004023 262.3160233 279.6280236 287.2280235 298.6360244 304.8120245 316.6680254","y":74.984,"children":["ou sur la table de nuit ?"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"90.5553207 96.1553211 104.6299886 114.1686563 117.7713232 127.9633236 137.5019913 147.4886589 151.9219923 161.0033264 169.4966602 179.0353279 182.6379948 187.0713282 189.9646616 200.0633287 210.2553291 214.6513295 224.1899972 230.8446641 236.4446645","y":100.224,"children":["(Je déplace l’objet)"]}]}]},"commandset-238":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-430","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":139.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-429","filter":"url(#filter-430)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":117},{"nodeType":"g","id":"pathwrap-429","children":[{"nodeType":"g","id":"shape-431","children":[{"nodeType":"path","d":"M0,0L115,0 115,32 0,32z","id":"path-431","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-432","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-432","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-239":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-434","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-433","filter":"url(#filter-434)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-433","children":[{"nodeType":"g","id":"shape-435","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-435","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-436","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-436","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-240":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-437","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-437","fill":"#B3A2C7","fill-opacity":1}]},{"nodeType":"g","id":"shape-438","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-438","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-241":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-440","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-439","filter":"url(#filter-440)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-439","children":[{"nodeType":"g","id":"shape-441","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-441","fill":"#B3A2C7","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-442","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-442","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-242":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-444","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":156.5,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-443","filter":"url(#filter-444)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":134},{"nodeType":"g","id":"pathwrap-443","children":[{"nodeType":"g","id":"shape-445","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-445","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-446","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-446","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-243":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#A6A6A6","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.2179985 38.3499994 48.4486665 58.5473336 65.2020005 69.6353339 79.734001 89.8326681 99.3713358 106.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-244":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-447","children":[{"nodeType":"path","d":"M0,0L667,0 667,243 0,243z","id":"path-447","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-448","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-448","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-245":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6ozJjVOuIIL","d":"M10,94L111.866661071777,94 111.866661071777,96 10,96z","id":"path-449","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.9866667 32.3146668 41.9146662 46.0319996 56.8373327 66.9706659 77.1039991 82.5973324 94.6719994 105.9999995 117.967999 125.9999986 135.599998 139.7173314 151.7919984 163.1199985 167.2373319 172.7306652 183.5359983 187.6533317 198.4693317 203.962665 215.2906651 219.4079985 229.5413317 241.5093312 253.4773307 261.8399968 272.6453299 284.6133294 292.645329 303.9733291 308.0906625 319.9306627 330.7359958 339.6319957 343.7493291 355.0773292 362.3733292 369.6693292 380.9973293 389.0293289 398.6293283 402.7466617 412.8799949 424.8479944 430.3413277 447.7386608 453.2319941 465.3066611 477.2746606 488.6026607 498.2026601 502.3199935 513.6479936 521.6799932 525.7973266 536.6026597 546.2026591 558.0426593 569.7439923 580.5599923 590.8106589 596.3039922 607.6319923 611.7493257","y":24.056,"children":["Les accidents de la vie courante par eets chimiques et asphyxie "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.3280001 33.2959996 41.3279992 49.6906653 60.4959984 65.9893317 77.9573312 89.2853313 101.2533308 109.2853304 113.4026638 125.3706633 137.3386628 141.4559962 150.3519961 155.8453294 165.4453288 177.5199958 189.4879953 200.8159954 204.9333288 217.0079958 221.6479957 233.6159952 245.5839947 255.1839941 267.0239943 272.5173276 280.5493272 291.3546603 296.8479936 302.3413269 311.9413263 322.7466594 330.778659 336.2719923 348.2399918 360.2079913 364.3253247 375.6533248 381.1466581 392.2826578 402.9066574 414.2346575 418.3519909 425.6586573","y":49.656,"children":["entrainent un risque d’hospitalisation élevé !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6ozJjVOuIIL","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":91.256,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":91.256,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":142.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 78.6191674 88.9978343 100.5391675 111.3018342 122.2031671 126.3205005 143.2911674 154.1925003 163.3658335 167.4831669 178.8964998 189.7978327 197.4031656 202.4698322 210.0751651 219.2484983 223.3658317 234.9071649 246.5551647 251.5791649 262.4804978 270.0858307 279.2591639 283.3764973 294.2778302 301.8831631 306.0004965 317.4138294 325.883163 337.4244962 349.072496 360.6138292 365.6804958 373.2858287 382.4591619 386.5764953 390.6938287 402.2351619 413.7764951 422.2458287 431.4191619 435.5364953 447.1844951 458.085828 462.2031614 467.269828 477.6484949 481.7658283 492.1551611 503.6964943 514.5978272 518.7151606 529.6164935 537.2218264 541.3391598 552.9871596 563.8884925 568.0058259 573.0724925 583.4511594 587.5684928 598.9818257 610.5231589 618.9924925 626.5978254 637.4991583 648.4004912","y":142.456,"children":["Je range mes petits objets et produits hors de la vue et de la portée"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"648.4005127 652.5178461","y":142.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 53.6479998 64.5493327 73.7226659 77.8399993 88.7413322 100.2826654 107.1519982 117.5306651 129.0719983 136.6773312 145.8506644","y":168.056,"children":["des enants"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":219.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 81.4458342 91.8245011 100.2938347 111.9418345 122.8431674 126.9605008 132.0271674 142.9285003 152.1018335 156.2191669 165.9258338 177.467167 189.0085002 196.6138331 207.515166 219.0564992 229.4351661 240.9764993 248.5818322 257.7551654 261.8724988 273.5204986 276.8271652 288.3684984 296.837832 301.9044986 312.6671653 317.7338319 329.2751651 340.176498 344.2938314 355.1951643 362.8004972 366.9178306 371.9844972 382.8858301 392.0591633 396.1764967 413.1471636 423.5258305 428.5924971 440.1338303 447.7391632 452.8058298 463.7071627 475.2484959 484.4218291 488.5391625 495.4084953 506.3098282 514.7791618 531.7498287 542.6511616 551.8244948","y":219.256,"children":["Je garde les contenants d’origine et les maintiens ermés"]}]}]},"commandset-246":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L44,0 44,44 0,44z","id":"path-451","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-450","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-247":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L59,0 59,58 0,58z","id":"path-453","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.38815790414810181,0.38926175236701965]}],"id":"image-452","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-248":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 24.4960008 39.7600026 46.8640036 53.3920044 64.7200045 79.9840063 87.0880073 100.3360084 106.8640092 119.0880101 131.8240111 138.3520119 154.416013 171.2160141 187.8560154 194.3840162 210.3520166 227.9200174 244.7200185 251.8240195 266.6400195 273.1680203 279.6000205","y":41.176,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-249":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L38,0 38,42 0,42z","id":"path-455","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.35185185074806213,0.3888888955116272]}],"id":"image-454","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-250":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-456","children":[{"nodeType":"path","d":"M0,0L745,0 745,46 0,46z","id":"path-456","fill":"none"}]},{"nodeType":"g","id":"shape-457","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-457","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-251":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6jfWL54SUQ3","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-458","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6jfWL54SUQ3","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-252":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-459","data-original-image":"01","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-460","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-253":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 17.5020003 24.6373334 27.4680002 34.1413338 42.0760009 50.010668 56.3173349 64.252002 75.9193356 87.5866692 94.7220023 99.9506691 103.4340022 111.3686693 119.3033364 122.1340032 130.1420036 137.6366707 140.4673375 148.3140043 154.1366709 162.071338 170.0793384 178.0140055 181.4973386 186.7260054 193.0326723 195.8633391 199.3466722 202.8300053 206.3133384 209.7966715 216.4700051 219.9533382 225.182005 232.6766721 238.983339 241.8140058 249.3086729 255.6153398 260.8440066 263.6746734 271.6826738 278.8180069 286.752674 294.152007 301.6466741 307.4693407 314.9640078 322.8986749 329.2053418 336.7000089 339.5306757 347.3773425 355.3120096 363.2466767 369.0693433 371.9000101 383.5673437 390.7026768 393.5333436 399.8400105 406.9753436 414.9100107 420.1386775 427.6333446 430.4640114 437.9586785 443.1873453 446.0180121 453.8646789 461.359346 469.2940131 474.5226799 477.3533467 489.0206803 496.5153474 501.7440142 506.972681 512.7953476 520.2900147 523.1206815 526.6040146 533.7393477 536.5700145 542.8766814 550.0120145 557.9466816 563.1753484 570.6700155 573.5006823 581.5086827 589.0033498 591.8340166 603.5013502 611.4360173 619.3706844 622.2013512 629.6960183 637.6306854 642.3533521 649.4886852 657.4233523 662.6520191 665.4826859 672.977353 680.9120201 683.7426869 691.7506873 698.8860204 706.8206875 714.2200205 721.7146876 727.5373542","y":19.476,"children":["La consommation de produits illicites est dangereuse pour ma santé et peut mettre la santé de mon enant en danger"]}]}]},"commandset-254":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 80.1099978 91.7019969 99.1899968 104.4999967 111.6099964","y":33.39,"children":["Dans la chambre"]}]}]},"commandset-255":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"30.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.1693335 31.9880009 38.2440009 53.6693349 69.9840016 82.802669 98.412003 105.8333373 118.6520047 135.2120061 149.9320054 156.1880054 168.5160055 181.3346729 187.5906729 203.9053396 211.3266739 226.0466732 242.91334 259.9946732 272.8133406 279.0693406 295.6600083 308.4786757 314.7346757 329.454675 346.5360082 358.9866756 371.437343 388.1506761 404.0666765 418.2040104 431.5133442 438.9346785 455.6480116 472.208013 478.464013 489.6266803 495.8826803 508.7013477 522.0106815 538.7240146 555.8053478 568.2560152 580.7066826 593.52535 613.8573507 626.6760181 643.2360195 656.5453533","y":39.585,"children":["JE PREVIENS LE RISQUE DE SUFFOCATION / ETOUFFEMENT"]}],"style":{"fontWeight":"bold"}}]},"commandset-256":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-464","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-463","filter":"url(#filter-464)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-463","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-465","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.59333330392837524,0.59471362829208374]}],"id":"image-462","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-257":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-467","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":245.5,"height":202.5},{"nodeType":"filter","id":"filter-469","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-466","filter":"url(#filter-467)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-466","filter":"url(#filter-469)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-466","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-470","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.59333330392837524,0.59471362829208374]}],"id":"image-468","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-258":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-474","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":270,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-473","filter":"url(#filter-474)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":180},{"nodeType":"g","id":"pathwrap-473","children":[{"nodeType":"path","d":"M0,0L180,0 180,135 0,135z","id":"path-475","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.56962025165557861,0.610859751701355]}],"id":"image-472","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-259":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-477","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":247.5,"height":202.5},{"nodeType":"filter","id":"filter-479","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":270,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-476","filter":"url(#filter-477)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":180},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-476","filter":"url(#filter-479)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":180},{"nodeType":"g","id":"pathwrap-476","children":[{"nodeType":"path","d":"M0,0L180,0 180,135 0,135z","id":"path-480","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.56962025165557861,0.610859751701355]}],"id":"image-478","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-260":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-484","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":267,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-483","filter":"url(#filter-484)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":177},{"nodeType":"g","id":"pathwrap-483","children":[{"nodeType":"path","d":"M0,0L177,0 177,135 0,135z","id":"path-485","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.57203388214111328]}],"id":"image-482","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-261":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-487","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":244.5,"height":202.5},{"nodeType":"filter","id":"filter-489","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":267,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-486","filter":"url(#filter-487)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":177},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-486","filter":"url(#filter-489)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":177},{"nodeType":"g","id":"pathwrap-486","children":[{"nodeType":"path","d":"M0,0L177,0 177,135 0,135z","id":"path-490","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.57203388214111328]}],"id":"image-488","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-262":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-494","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-493","filter":"url(#filter-494)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-493","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-495","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.63679248094558716]}],"id":"image-492","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-263":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-497","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":245.5,"height":202.5},{"nodeType":"filter","id":"filter-499","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-496","filter":"url(#filter-497)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-496","filter":"url(#filter-499)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-496","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-500","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.63679248094558716]}],"id":"image-498","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-264":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-504","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-503","filter":"url(#filter-504)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-503","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-505","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.57605177164077759,0.610859751701355]}],"id":"image-502","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-265":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-507","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":245.5,"height":202.5},{"nodeType":"filter","id":"filter-509","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-506","filter":"url(#filter-507)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-506","filter":"url(#filter-509)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-506","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-510","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.57605177164077759,0.610859751701355]}],"id":"image-508","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-266":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-514","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-513","filter":"url(#filter-514)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-513","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-515","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.69803923368453979,0.88815790414810181]}],"id":"image-512","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-267":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-517","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":245.5,"height":202.5},{"nodeType":"filter","id":"filter-519","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":268,"height":225}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-516","filter":"url(#filter-517)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-516","filter":"url(#filter-519)","data-angle":0,"data-distance":0,"data-height":135,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":178},{"nodeType":"g","id":"pathwrap-516","children":[{"nodeType":"path","d":"M0,0L178,0 178,135 0,135z","id":"path-520","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.69803923368453979,0.88815790414810181]}],"id":"image-518","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-268":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-521","children":[{"nodeType":"path","d":"M-1E-06,158.500092C-5.5E-05,70.96299 70.962723,8.5E-05 158.499832,-6E-06L158.499832,-6E-06L158.499725,1.1E-05C246.036865,-0.000145 316.999847,70.962601 316.999969,158.499939 316.999969,158.499969 316.999969,158.500015 316.999969,158.500046L316.999969,158.500046L317,158.5 317,455.129883 0,455.129883 0,158.5z","id":"path-521","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-522","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[90]}],"id":"text-522","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":90,"x":388,"y":68}],"className":"uneventable"}],"className":"eventable"},"commandset-269":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5YQJXr978wH","d":"M135,294.019989013672L173.293334960938,294.019989013672 173.293334960938,295.019989013672 135,295.019989013672z","id":"path-523","fill":"#FFFFFF","fill-opacity":1},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"52.2199936 64.9399939 75.9266606 81.3666607 98.5399948 109.1799951 126.3533292 136.886663 147.7933298 155.259996 160.6999961 171.7133294 182.6999961 188.1399962 198.5133301 209.1533304 220.1399971 230.513331 241.4999977 252.0333315 259.9533311 264.7799979","y":164.833,"children":["Au moment du coucher,"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"264.7799988 270.2199988","y":164.833,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-39.5267029 -28.4867029 -17.5000362 -6.9667024 -1.5800356 8.0999647 13.5399648 24.1799651 35.2732983 40.9532986 51.4866324 58.9532986 68.6332989 74.073299 79.7532993 90.2866331 95.7266332","y":204.353,"children":["quels objets je "]}]},{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"95.7266388 104.1266394 115.193306 123.193306 129.1666394 137.56664 148.6333066 154.0733067","y":204.353,"children":["retire "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"154.0733032 165.0866365 176.0733032 181.5133033 186.8999701 192.3399702 199.8066364 205.2466365 216.3666364 227.0066367 237.9933034 245.913303 251.3533031 262.473303 270.3399703 280.8733041 290.6866376 301.2199714 312.1266382 317.5666383 325.4866379 330.926638 336.3133048 346.8466386 356.5266389 361.966639","y":204.353,"children":["du lit pour prévenir les "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-28.3400421 -20.4200425 -14.9800424 -5.3000421 5.7399579 16.7266246 27.2599584 36.9399587 42.3799588 53.3932921 58.0332924 68.5666262 76.0332924 86.6732927 97.6599594 111.0999599 121.6332937 138.8066278 149.3399616 160.2466284 167.7132946 173.1532947 183.793295 194.7799617 200.2199618 211.2332951 221.7666289 227.206629 236.8866293 247.873296 261.3132965 271.9532968 282.3266307 292.8066312 300.2732974 305.7132975 316.3532978 327.2599646 332.6999647 345.339965","y":243.873,"children":["risques d’étouement ou de suocation ?"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"345.3400269 350.7800269","y":243.873,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-64 -60.9119999 -57.8239998 -54.7359997 -51.6479996 -48.5599995 -45.4719994 -42.3839993 -39.2959992 -36.2079991 -33.119999 -30.0319989 -26.9439988 -23.8559987 -20.7679986 -17.6799985","y":291.836,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-17.6799965 -5.3066635 1.7866697 11.472003 22.3733359 26.4906693 35.6640025 46.5653354 51.632002 62.5333349 72.2400018 79.8453347 84.9120013 96.4533345 107.9946677 119.5360009 130.4373338 134.5546672","y":291.836,"children":["1-Je sélectionne "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"5YQJXr978wH","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"134.5546875 142.1600204 153.7013536 165.2426868 172.8480197","y":291.836,"children":["tout"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"172.8480225 176.9653559 186.6720228 197.5733557 201.6906891 213.3386889 224.8800221 235.781355 239.8986884 244.9226886 255.8240215 259.9413549 270.1386882 281.0400211 292.5813543 302.4053547 306.5226881 314.9920217 325.8933546 333.4986875 338.5653541 347.0346877 357.9360206 366.4053542","y":291.836,"children":[" ce que je veux retirer"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-64 -59.8826666 -55.7653332 -51.6479998 -47.5306664 -43.413333 -39.2959996 -35.1786662 -31.0613328 -26.9439994 -22.826666 -18.7093326 -6.3359996 0.7573336 4.874667 14.5600003 25.4613332 29.5786666 39.7759999 50.6773328 59.1466664 64.213333 75.5839995 86.4853324","y":317.436,"children":[" 2- Je vérie"]}]}]},"commandset-270":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-524","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,27 0,27z","id":"path-524","fill":"#BFBFBF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-525","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-525","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-271":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-526","children":[{"nodeType":"path","d":"M0,0L118.666687,0 118.666687,27 0,27z","id":"path-526","fill":"#DFDFDF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-527","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-527","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-272":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"15.697px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"30.1720963 40.3734388 49.6473865 56.7752962 61.5655584 72.4260416 81.6999893 88.827899","y":19.589,"children":["Vérier"]}]}]},"commandset-273":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-528","children":[{"nodeType":"path","d":"M0,0L276,0 276,58 0,58z","id":"path-528","fill":"none"}]},{"nodeType":"g","id":"shape-529","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-529","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-274":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.9280005 34.6640015 41.1920023 56.6480017 69.3840027 86.5680027 101.3840027 107.9120035 119.2400036 134.5040054 141.6080064 157.9920072 170.7280082 177.256009 197.8320092 204.9360102 217.6720112 234.8560112 249.6720112 256.200012 262.6320122","y":43.176,"children":["JE PEUX FAIRE MIEUX !"]}]}]},"commandset-275":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-531","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137,"height":57}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-530","filter":"url(#filter-531)","data-angle":45,"data-distance":4,"data-height":34.5,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":114.5},{"nodeType":"g","id":"pathwrap-530","children":[{"nodeType":"g","id":"shape-532","children":[{"nodeType":"path","d":"M0,0L112.333344,0 112.333344,32.000031 0,32.000031z","id":"path-532","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-533","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-533","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-276":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-534","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-534","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-535","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-535","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-277":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-536","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-536","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-537","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-537","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-278":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-538","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-538","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-539","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-539","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-279":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-540","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-540","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-541","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-541","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-280":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"15.2179985 28.3499994 38.4486665 48.5473336 55.2020005 59.6353339 69.734001 79.8326681 89.3713358 96.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-281":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-543","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":683.5,"height":340.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-542","filter":"url(#filter-543)","data-angle":45,"data-distance":4,"data-height":318,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":661},{"nodeType":"g","id":"pathwrap-542","children":[{"nodeType":"g","id":"shape-544","children":[{"nodeType":"path","d":"M0,0L657,0 657,314 0,314z","id":"path-544","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-545","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-545","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-282":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6WhOlIU4xBW","d":"M10,104L111.866661071777,104 111.866661071777,106 10,106z","id":"path-546","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.4346666 37.4026661 48.7306662 58.7999993 62.9173327 68.410666 79.7386661 89.3386655 93.4559989 110.853332 122.8213315 128.3146648 140.2826643 149.8826637 153.9999971 166.0746641 177.4026642 181.5199976 194.3199978 198.4373312 209.2426643 221.2106638 225.8506637 229.9679971 235.4613304 246.7893305 256.3893299 260.5066633 271.3119964 281.4453296 291.5786628 297.0719961 309.1466631 320.4746632 332.4426627 340.4746623 350.0746617 354.1919951 366.2666621 377.5946622 381.7119956 387.2053289 398.010662 402.1279954 412.9439954 418.4373287 429.7653288 433.8826622 444.0159954 455.9839949 467.9519944 476.3146605 487.1199936 499.0879931 507.1199927 518.4479928 522.5653262 532.1653256 544.1333251 553.029325 563.845325 569.3386583 580.6666584 592.6346579 604.6026574 615.9306575 627.898657 635.9306566 640.04799","y":24.056,"children":["Chez les moins de 1 an, les accidents de la vie courante surviennent "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.4933333 26.8213334 30.9386668 42.778667 48.2720003 60.2399998 69.8399992 73.9573326 83.557332 95.5253315 107.493331 118.1173306 129.4453307 141.4133302 149.4453298 153.5626632 159.0559965 171.023996 179.9199959 189.5199953 193.6373287 205.7119957 209.6906625 220.4959956 230.6293288 238.6613284 244.1546617 254.9706617 260.463995 268.4959946 279.8239947 289.4239941 293.5413275 304.3573275 309.8506608 317.8826604 328.6879935 334.1813268 345.5093269 355.1093263 359.2266597 366.0533265 380.1546601 392.1226596 397.6159929 406.5119928 417.8399929 422.4799928 426.5973262 446.4159927 457.2213258 469.1893253 480.3786583 491.7066584 499.2693248 503.9093247 508.0266581 524.6666575 542.106658 555.9946566 575.8133231 582.6186562 596.5066548 603.3333216 610.639988","y":49.656,"children":["le plus souvent lors d’activités vitales (Boire, Manger, DORMIR)!"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6WhOlIU4xBW","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":100.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":100.856,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":152.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 59.2165012 69.5951681 86.565835 97.4671679 109.0085011 119.387168 130.1498347 141.0511676 145.168501 156.7098342 168.2511674 172.3685008 177.4351674 182.501834 193.4031669 204.9445001 209.0618335 220.7098333 231.6111662 235.7284996 244.9018328 256.443166 273.4138329 290.3844998 301.2858327 306.3524993 311.4191659 315.5364993 324.7098325 336.2511657 347.8991655 356.3684991 367.269832 371.3871654 382.2884983 389.8938312 394.0111646 403.7178315 415.2591647 426.8004979 436.5071648 448.048498 458.9498309 463.0671643 480.0378312 491.5791644 503.1204976 507.237831 518.1391639 529.6804971 536.5498299 546.9284968 558.46983 566.0751629 570.1924963 579.3658295 590.9071627 599.3764963 603.4938297 608.5604963 619.4618292","y":152.056,"children":["J’aménage un lieu de sommeil sobre et couche mon enant sur le"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"619.461853 623.5791864","y":152.056,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 53.6479998 65.189333 74.3626662","y":177.656,"children":["dos"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"74.3626709 78.4800043","y":177.656,"children":[" "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":254.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 82.0965004 90.565834 95.6325006 106.0218334 111.0885 116.1551666 127.0564995 137.8191662 142.8858328 153.7871657 157.9044991 162.9711657 173.8724986 183.0458318 187.1631652 198.0644981 209.7124979 221.2538311 226.3204977 237.7338306 248.6351635 265.6058304 276.5071633 288.0484965 295.6538294 304.8271626 308.944496 320.5924958 331.4938287 335.6111621 347.024495 358.5658282 369.4671611 377.9364947 383.0031613 392.7098282 404.2511614 409.317828 416.9231609 428.4644941 436.9338277 447.8351606 451.952494 462.3311609 473.8724941 483.6964945 487.8138279 499.3551611 510.8964943 519.3658279 536.3364948 547.2378277 556.4111609 560.5284943 572.1764941 583.077827","y":254.456,"children":["Je privilégie les équipements de puériculture aux normes de"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"583.0778809 587.1952143","y":254.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 51.1733332 62.0746661 71.781333 83.3226662 91.7919998 96.8586664 104.4639993 115.3653322 119.4826656 135.6106659 147.8133322","y":280.056,"children":["sécurité NF"]}]}]},"commandset-283":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-550","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":139,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-549","filter":"url(#filter-550)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"g","id":"pathwrap-549","children":[{"nodeType":"path","d":"M0,0L49,0 49,37 0,37z","id":"path-551","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.16333332657814026,0.1629955917596817]}],"id":"image-548","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-284":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-553","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":116.5,"height":104.5},{"nodeType":"filter","id":"filter-555","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":139,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-552","filter":"url(#filter-553)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-552","filter":"url(#filter-555)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"g","id":"pathwrap-552","children":[{"nodeType":"path","d":"M0,0L49,0 49,37 0,37z","id":"path-556","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.16333332657814026,0.1629955917596817]}],"id":"image-554","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-285":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-560","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":140,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-559","filter":"url(#filter-560)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":50},{"nodeType":"g","id":"pathwrap-559","children":[{"nodeType":"path","d":"M0,0L50,0 50,37 0,37z","id":"path-561","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15822784602642059,0.16742081940174103]}],"id":"image-558","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-286":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-563","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":117.5,"height":104.5},{"nodeType":"filter","id":"filter-565","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":140,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-562","filter":"url(#filter-563)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":50},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-562","filter":"url(#filter-565)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":50},{"nodeType":"g","id":"pathwrap-562","children":[{"nodeType":"path","d":"M0,0L50,0 50,37 0,37z","id":"path-566","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.15822784602642059,0.16742081940174103]}],"id":"image-564","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-287":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-570","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":139,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-569","filter":"url(#filter-570)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"g","id":"pathwrap-569","children":[{"nodeType":"path","d":"M0,0L49,0 49,37 0,37z","id":"path-571","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.13841807842254639,0.15677966177463532]}],"id":"image-568","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-288":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-573","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":116.5,"height":104.5},{"nodeType":"filter","id":"filter-575","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":139,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-572","filter":"url(#filter-573)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-572","filter":"url(#filter-575)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":49},{"nodeType":"g","id":"pathwrap-572","children":[{"nodeType":"path","d":"M0,0L49,0 49,37 0,37z","id":"path-576","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.13841807842254639,0.15677966177463532]}],"id":"image-574","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-289":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-580","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":142,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-579","filter":"url(#filter-580)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":52},{"nodeType":"g","id":"pathwrap-579","children":[{"nodeType":"path","d":"M0,0L52,0 52,37 0,37z","id":"path-581","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.14606741070747376,0.17452830076217651]}],"id":"image-578","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-290":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-583","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":119.5,"height":104.5},{"nodeType":"filter","id":"filter-585","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":142,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-582","filter":"url(#filter-583)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":52},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-582","filter":"url(#filter-585)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":52},{"nodeType":"g","id":"pathwrap-582","children":[{"nodeType":"path","d":"M0,0L52,0 52,37 0,37z","id":"path-586","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.14606741070747376,0.17452830076217651]}],"id":"image-584","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-291":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-590","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":143,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-589","filter":"url(#filter-590)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":53},{"nodeType":"g","id":"pathwrap-589","children":[{"nodeType":"path","d":"M0,0L53,0 53,37 0,37z","id":"path-591","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.20784313976764679,0.2434210479259491]}],"id":"image-588","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-292":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-593","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":120.5,"height":104.5},{"nodeType":"filter","id":"filter-595","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":143,"height":127}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-592","filter":"url(#filter-593)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":53},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-592","filter":"url(#filter-595)","data-angle":0,"data-distance":0,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":53},{"nodeType":"g","id":"pathwrap-592","children":[{"nodeType":"path","d":"M0,0L53,0 53,37 0,37z","id":"path-596","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.20784313976764679,0.2434210479259491]}],"id":"image-594","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-293":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L20,0 20,22 0,22z","id":"path-598","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.43478259444236755,0.42307692766189575]}],"id":"image-597","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-294":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-599","children":[{"nodeType":"path","d":"M0,0L139,0 139,39 0,39z","id":"path-599","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-600","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-600","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-295":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3120003 26.0440002 31.0480004 40.8340007 47.2060009 49.5220009 58.8340012 65.9380013 68.2540013 74.764002 81.9640018 89.1640016 93.3940016 100.5940014 107.7940012 114.994001 117.310001","y":16.844,"children":["Norme NF S54-007 "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3120003 26.0440002 31.0480004 40.8340007 47.2060009 49.5220009 58.8340012 65.9380013 68.2540013 75.5860011 84.8980014 87.2140014 94.4140012 101.614001 103.930001 111.1300008 118.3300006 125.5300004","y":31.244,"children":["Norme NF EN 14 988"]}],"style":{"fontWeight":"bold"}}]},"commandset-296":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-601","children":[{"nodeType":"path","d":"M0,0L746,0 746,46 0,46z","id":"path-601","fill":"none"}]},{"nodeType":"g","id":"shape-602","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-602","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-297":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6KnSkxsAkTo","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-603","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6KnSkxsAkTo","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-298":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-605","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":679.5,"height":340.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-604","filter":"url(#filter-605)","data-angle":45,"data-distance":4,"data-height":318,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":657},{"nodeType":"g","id":"pathwrap-604","children":[{"nodeType":"g","id":"shape-606","children":[{"nodeType":"path","d":"M0,0L653,0 653,314 0,314z","id":"path-606","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-607","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-607","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-299":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5lvr9VYYlPL","d":"M10,104L111.866661071777,104 111.866661071777,106 10,106z","id":"path-608","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.4346666 37.4026661 48.7306662 58.7999993 62.9173327 68.410666 79.7386661 89.3386655 93.4559989 110.853332 122.8213315 128.3146648 140.2826643 149.8826637 153.9999971 166.0746641 177.4026642 181.5199976 194.3199978 198.4373312 209.2426643 221.2106638 225.8506637 229.9679971 235.4613304 246.7893305 256.3893299 260.5066633 271.3119964 281.4453296 291.5786628 297.0719961 309.1466631 320.4746632 332.4426627 340.4746623 350.0746617 354.1919951 366.2666621 377.5946622 381.7119956 387.2053289 398.010662 402.1279954 412.9439954 418.4373287 429.7653288 433.8826622 444.0159954 455.9839949 467.9519944 476.3146605 487.1199936 499.0879931 507.1199927 518.4479928 522.5653262 532.1653256 544.1333251 553.029325 563.845325 569.3386583 580.6666584 592.6346579 604.6026574 615.9306575 627.898657 635.9306566 640.04799","y":24.056,"children":["Chez les moins de 1 an, les accidents de la vie courante surviennent "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 15.4933333 26.8213334 30.9386668 42.778667 48.2720003 60.2399998 69.8399992 73.9573326 83.557332 95.5253315 107.493331 118.1173306 129.4453307 141.4133302 149.4453298 153.5626632 159.0559965 171.023996 179.9199959 189.5199953 193.6373287 205.7119957 209.6906625 220.4959956 230.6293288 238.6613284 244.1546617 254.9706617 260.463995 268.4959946 279.8239947 289.4239941 293.5413275 304.3573275 309.8506608 317.8826604 328.6879935 334.1813268 345.5093269 355.1093263 359.2266597 366.0533265 380.1546601 392.1226596 397.6159929 406.5119928 417.8399929 422.4799928 426.5973262 446.4159927 457.2213258 469.1893253 480.3786583 491.7066584 499.2693248 503.9093247 508.0266581 524.6666575 542.106658 555.9946566 575.8133231 582.6186562 596.5066548 603.3333216 610.639988","y":49.656,"children":["le plus souvent lors d’activités vitales (Boire, Manger, DORMIR)!"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5lvr9VYYlPL","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":100.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":100.856,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":152.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 59.2165012 69.5951681 86.565835 97.4671679 109.0085011 119.387168 130.1498347 141.0511676 145.168501 156.7098342 168.2511674 172.3685008 177.4351674 182.501834 193.4031669 204.9445001 209.0618335 220.7098333 231.6111662 235.7284996 244.9018328 256.443166 273.4138329 290.3844998 301.2858327 306.3524993 311.4191659 315.5364993 324.7098325 336.2511657 347.8991655 356.3684991 367.269832 371.3871654 382.2884983 389.8938312 394.0111646 403.7178315 415.2591647 426.8004979 436.5071648 448.048498 458.9498309 463.0671643 480.0378312 491.5791644 503.1204976 507.237831 518.1391639 529.6804971 536.5498299 546.9284968 558.46983 566.0751629 570.1924963 579.3658295 590.9071627 599.3764963 603.4938297 608.5604963 619.4618292","y":152.056,"children":["J’aménage un lieu de sommeil sobre et couche mon enant sur le"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"619.461853 623.5791864","y":152.056,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 53.6479998 65.189333 74.3626662","y":177.656,"children":["dos"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":254.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 82.0965004 90.565834 95.6325006 106.0218334 111.0885 116.1551666 127.0564995 137.8191662 142.8858328 153.7871657 157.9044991 162.9711657 173.8724986 183.0458318 187.1631652 198.0644981 209.7124979 221.2538311 226.3204977 237.7338306 248.6351635 265.6058304 276.5071633 288.0484965 295.6538294 304.8271626 308.944496 320.5924958 331.4938287 335.6111621 347.024495 358.5658282 369.4671611 377.9364947 383.0031613 392.7098282 404.2511614 409.317828 416.9231609 428.4644941 436.9338277 447.8351606 451.952494 462.3311609 473.8724941 483.6964945 487.8138279 499.3551611 510.8964943 519.3658279 536.3364948 547.2378277 556.4111609 560.5284943 572.1764941 583.077827","y":254.456,"children":["Je privilégie les équipements de puériculture aux normes de"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"583.0778809 587.1952143","y":254.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 51.1733332 62.0746661 71.781333 83.3226662 91.7919998 96.8586664 104.4639993 115.3653322 119.4826656 135.6106659 147.8133322","y":280.056,"children":["sécurité NF"]}]}]},"commandset-300":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-610","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":133,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-609","filter":"url(#filter-610)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":110.5},{"nodeType":"g","id":"pathwrap-609","children":[{"nodeType":"g","id":"shape-611","children":[{"nodeType":"path","d":"M0,0L108.333374,0 108.333374,32 0,32z","id":"path-611","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-612","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-612","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-301":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13.2179985 26.3499994 36.4486665 46.5473336 53.2020005 57.6353339 67.734001 77.8326681 87.3713358 94.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-302":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-613","children":[{"nodeType":"path","d":"M0,0L326,0 326,58 0,58z","id":"path-613","fill":"none"}]},{"nodeType":"g","id":"shape-614","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-614","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-303":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.9280005 27.4960008 42.7600026 49.8640036 56.3920044 67.7200045 82.9840063 90.0880073 103.3360084 109.8640092 122.0880101 134.8240111 149.5440104 156.0720112 172.1360123 188.9360134 205.5760147 220.296014 226.8240148 242.7920152 260.360016 277.1600171 284.2640181 299.0800181 305.6080189 312.0400191","y":43.176,"children":["J’AI FAIT LES BONS CHOIX !"]}]}]},"commandset-304":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-615","children":[{"nodeType":"path","d":"M0,0L153.333374023438,0 153.333374023438,42 0,42z","id":"path-615","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-616","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-616","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-305":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 53.9133355 64.2600028 72.1533362 74.7266697 81.9600033 89.9600033 97.9600033 102.6600036 110.6600036 118.6600036 126.6600036 129.2333371","y":18.16,"children":["Norme NF S54-007 "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 53.9133355 64.2600028 72.1533362 74.7266697 82.8733362 93.2200035 95.793337 103.793337 111.793337 114.3666705 122.3666705 130.3666705 138.3666705","y":34.16,"children":["Norme NF EN 14 988"]}],"style":{"fontWeight":"bold"}}]},"commandset-306":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-620","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":144,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-619","filter":"url(#filter-620)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":54},{"nodeType":"g","id":"pathwrap-619","children":[{"nodeType":"path","d":"M0,0L54,0 54,41 0,41z","id":"path-621","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.18000000715255737,0.18061673641204834]}],"id":"image-618","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-307":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-623","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":121.5,"height":108.5},{"nodeType":"filter","id":"filter-625","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":144,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-622","filter":"url(#filter-623)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":54},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-622","filter":"url(#filter-625)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":54},{"nodeType":"g","id":"pathwrap-622","children":[{"nodeType":"path","d":"M0,0L54,0 54,41 0,41z","id":"path-626","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.18000000715255737,0.18061673641204834]}],"id":"image-624","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-308":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-630","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":145,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-629","filter":"url(#filter-630)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":55},{"nodeType":"g","id":"pathwrap-629","children":[{"nodeType":"path","d":"M0,0L55,0 55,41 0,41z","id":"path-631","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.17405062913894653,0.18552036583423615]}],"id":"image-628","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-309":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-633","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":122.5,"height":108.5},{"nodeType":"filter","id":"filter-635","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":145,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-632","filter":"url(#filter-633)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":55},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-632","filter":"url(#filter-635)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":55},{"nodeType":"g","id":"pathwrap-632","children":[{"nodeType":"path","d":"M0,0L55,0 55,41 0,41z","id":"path-636","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.17405062913894653,0.18552036583423615]}],"id":"image-634","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-310":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-640","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":144,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-639","filter":"url(#filter-640)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":54},{"nodeType":"g","id":"pathwrap-639","children":[{"nodeType":"path","d":"M0,0L54,0 54,41 0,41z","id":"path-641","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.1525423675775528,0.173728808760643]}],"id":"image-638","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-311":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-643","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":121.5,"height":108.5},{"nodeType":"filter","id":"filter-645","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":144,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-642","filter":"url(#filter-643)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":54},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-642","filter":"url(#filter-645)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":54},{"nodeType":"g","id":"pathwrap-642","children":[{"nodeType":"path","d":"M0,0L54,0 54,41 0,41z","id":"path-646","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.1525423675775528,0.173728808760643]}],"id":"image-644","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-312":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-650","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":147,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-649","filter":"url(#filter-650)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":57},{"nodeType":"g","id":"pathwrap-649","children":[{"nodeType":"path","d":"M0,0L57,0 57,41 0,41z","id":"path-651","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.16011236608028412,0.19339622557163239]}],"id":"image-648","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-313":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-653","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":124.5,"height":108.5},{"nodeType":"filter","id":"filter-655","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":147,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-652","filter":"url(#filter-653)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":57},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-652","filter":"url(#filter-655)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":57},{"nodeType":"g","id":"pathwrap-652","children":[{"nodeType":"path","d":"M0,0L57,0 57,41 0,41z","id":"path-656","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.16011236608028412,0.19339622557163239]}],"id":"image-654","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-314":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-660","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":149,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-659","filter":"url(#filter-660)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":59},{"nodeType":"g","id":"pathwrap-659","children":[{"nodeType":"path","d":"M0,0L59,0 59,41 0,41z","id":"path-661","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.23137255012989044,0.26973685622215271]}],"id":"image-658","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-315":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-663","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":126.5,"height":108.5},{"nodeType":"filter","id":"filter-665","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":149,"height":131}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-662","filter":"url(#filter-663)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":59},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-662","filter":"url(#filter-665)","data-angle":0,"data-distance":0,"data-height":41,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":59},{"nodeType":"g","id":"pathwrap-662","children":[{"nodeType":"path","d":"M0,0L59,0 59,41 0,41z","id":"path-666","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.23137255012989044,0.26973685622215271]}],"id":"image-664","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-316":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L23,0 23,26 0,26z","id":"path-668","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-667","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-317":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6cwOGpBDu5L","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-669","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6cwOGpBDu5L","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-318":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-670","children":[{"nodeType":"path","d":"M0,0L180.00592,0 180.00592,84.736816 0,84.736816z","id":"path-670","fill":"none"}]},{"nodeType":"g","id":"shape-671","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-671","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-319":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-672","children":[{"nodeType":"path","d":"M0,0L180.00592,0 180.00592,84.736816 0,84.736816z","id":"path-672","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-673","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-673","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-320":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-674","children":[{"nodeType":"path","d":"M0,0L180.00592,0 180.00592,84.736816 0,84.736816z","id":"path-674","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-675","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-675","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-321":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-676","children":[{"nodeType":"path","d":"M0,0L180.00592,0 180.00592,84.736816 0,84.736816z","id":"path-676","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-677","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-677","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-322":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 19.8879986 31.2159987 39.2479983 51.2159978 63.1839973 72.0799972 76.1973306","y":25.156,"children":["Retour "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 16.8053331 28.7733326 32.890666 43.0239992 54.9919987 66.9599982 72.4533315 82.7039981 86.8213315","y":50.756,"children":["au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.074667 29.4026671 33.5200005 39.0133338 49.8186669 53.9360003 65.7760005 71.2693338 82.5973339 92.7306671 104.0586672","y":76.356,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-323":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081749,20.144304L39.713852,0.167395C39.492203,0.048435 39.249569,-1.8E-05 39.010803,0.004393 38.998447,0.003497 38.986092,0.004393 38.972771,0.003497 38.960415,0.004393 38.947987,0.003497 38.934662,0.004393 38.695896,-1.8E-05 38.453335,0.048435 38.231689,0.167395L38.231689,0.167395L0.865652,20.145201C0.220658,20.490501 -2.1E-05,21.254301 0.371896,21.851652L0.371896,21.851652L4.417064,28.339121C4.788981,28.936403 5.613868,29.140759 6.258862,28.796284L6.258862,28.796284L38.973663,11.305477 71.688538,28.796352C72.333603,29.140759 73.158348,28.935507 73.530334,28.338224L73.530334,28.338224L77.5755,21.850756C77.947418,21.254301 77.725777,20.490501 77.081749,20.144304z","fill-rule":"nonzero","id":"path-678","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-324":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-6E-06L-2.4E-05,14.417157 -2.4E-05,33.503414 -2.4E-05,40.163612 -2.4E-05,40.995232C-2.4E-05,42.374855 1.207277,43.492779 2.69614,43.492779L2.69614,43.492779L3.596051,43.492779 8.090252,43.492779 20.226595,43.492779 20.226595,19.769962C20.226595,19.080116 20.830654,18.520741 21.57464,18.520741L21.57464,18.520741L32.362938,18.520741C33.107815,18.520741 33.710983,19.080116 33.710983,19.769962L33.710983,19.769962L33.710983,43.493675 45.846359,43.493675 50.340485,43.493675 51.240471,43.493675C52.729336,43.493675 53.936562,42.375751 53.936562,40.996128L53.936562,40.996128L53.936562,40.164509 53.936562,33.504307 53.936562,14.41888 26.966892,-6E-06z","fill-rule":"nonzero","id":"path-679","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-325":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.634129L10.787307,1.248294C10.787307,0.55852 10.183171,-2.6E-05 9.438293,-2.6E-05L9.438293,-2.6E-05L1.348001,-2.6E-05C0.604015,-2.6E-05 -4.6E-05,0.559347 -4.6E-05,1.248294L-4.6E-05,1.248294L-4.6E-05,4.867334 10.787307,10.634129z","fill-rule":"nonzero","id":"path-680","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-326":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-681","children":[{"nodeType":"path","d":"M0,0L495.333343505859,0 495.333343505859,44 0,44z","id":"path-681","fill":"none"}]},{"nodeType":"g","id":"shape-682","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-682","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-327":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.3120003 43.2160015 60.4960022 75.8560028 82.3840036 95.2480039 108.6240053 123.9840059 130.5120067 143.8880081 159.2480087 174.0320081 189.9040078 206.5120095 219.8880109 235.2480115 241.7760123 259.0880126 272.464014 278.9920148 292.8800153 309.9040155 325.8080167 343.0880174 358.448018 366.1920184 380.0800189 387.8240193 405.2640198 422.5440205","y":42.25,"children":["DANS LES ESPACES DE TRANSITION"]}],"style":{"fontWeight":"bold"}}]},"commandset-328":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-683","children":[{"nodeType":"path","d":"M0,0L153,0 153,37 0,37z","id":"path-683","fill":"none"}]},{"nodeType":"g","id":"shape-684","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-684","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-329":{"nodeType":"g","children":[{"nodeType":"path","d":"M24,0L394.666687011719,0 394.666687011719,112 24,112z","id":"path-685","fill":"none"}],"className":"eventable"},"commandset-330":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,1]},{"type":"translate","args":[-0.80555555555555558,-1]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-686","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-687","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-687","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-688","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-688","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-689","children":[{"nodeType":"path","d":"M35,27C35,33.3512746230541 29.8512746230541,38.5 23.5,38.5 17.1487253769459,38.5 12,33.3512746230541 12,27 12,20.6487253769459 17.1487253769459,15.5 23.5,15.5 29.8512746230541,15.5 35,20.6487253769459 35,27z","id":"path-689","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-690","fill":"url(#gradient-fill-686)"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-691","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-331":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,1]},{"type":"translate","args":[-0.80555555555555558,-1]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-692","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.5384615384615386]},{"type":"translate","args":[-1.3076923076923077,-1.5769230769230769]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-693","children":[{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-694","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-694","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-695","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-695","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-696","children":[{"nodeType":"path","d":"M35,27C35,33.3512746230541 29.8512746230541,38.5 23.5,38.5 17.1487253769459,38.5 12,33.3512746230541 12,27 12,20.6487253769459 17.1487253769459,15.5 23.5,15.5 29.8512746230541,15.5 35,20.6487253769459 35,27z","id":"path-696","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-697","fill":"url(#gradient-fill-692)"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-698","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,27C30,30.5898508739002 27.0898508739002,33.5 23.5,33.5 19.9101491260998,33.5 17,30.5898508739002 17,27 17,23.4101491260998 19.9101491260998,20.5 23.5,20.5 27.0898508739002,20.5 30,23.4101491260998 30,27z","id":"path-699","fill":"url(#gradient-fill-693)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-332":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,1]},{"type":"translate","args":[-0.80555555555555558,-1]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-700","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-701","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-701","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-702","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-702","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-703","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-703","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-704","children":[{"nodeType":"path","d":"M35,27C35,33.3512746230541 29.8512746230541,38.5 23.5,38.5 17.1487253769459,38.5 12,33.3512746230541 12,27 12,20.6487253769459 17.1487253769459,15.5 23.5,15.5 29.8512746230541,15.5 35,20.6487253769459 35,27z","id":"path-704","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-705","fill":"url(#gradient-fill-700)"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-706","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-333":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,1]},{"type":"translate","args":[-0.80555555555555558,-1]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-707","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.5384615384615386]},{"type":"translate","args":[-1.3076923076923077,-1.5769230769230769]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-708","children":[{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-709","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-709","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-710","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-710","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-711","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-711","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-712","children":[{"nodeType":"path","d":"M35,27C35,33.3512746230541 29.8512746230541,38.5 23.5,38.5 17.1487253769459,38.5 12,33.3512746230541 12,27 12,20.6487253769459 17.1487253769459,15.5 23.5,15.5 29.8512746230541,15.5 35,20.6487253769459 35,27z","id":"path-712","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-713","fill":"url(#gradient-fill-707)"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-714","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,27C30,30.5898508739002 27.0898508739002,33.5 23.5,33.5 19.9101491260998,33.5 17,30.5898508739002 17,27 17,23.4101491260998 19.9101491260998,20.5 23.5,20.5 27.0898508739002,20.5 30,23.4101491260998 30,27z","id":"path-715","fill":"url(#gradient-fill-708)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-334":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 57.010417 68.875001 81.968751 93.145835","y":35.276,"children":["Faux"]}]}]},"commandset-335":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,1]},{"type":"translate","args":[-0.80555555555555558,-1]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-716","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-717","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-717","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-718","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-718","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-719","children":[{"nodeType":"path","d":"M35,27C35,33.3512746230541 29.8512746230541,38.5 23.5,38.5 17.1487253769459,38.5 12,33.3512746230541 12,27 12,20.6487253769459 17.1487253769459,15.5 23.5,15.5 29.8512746230541,15.5 35,20.6487253769459 35,27z","id":"path-719","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-720","fill":"url(#gradient-fill-716)"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-721","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-722","children":[{"nodeType":"path","d":"M-8,26.6L-8,25.799999 -6,23.799999 -5.2,23.799999 -2.4,26.6 5.2,19 6,19 8,21 8,21.799999 -2,31.799999 -2.8,31.799999z","id":"path-722","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-336":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.77777777777777779,1]},{"type":"translate","args":[-0.80555555555555558,-1]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-723","children":[{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#EDEDED","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F2F2F2","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[1.3076923076923077,1.5384615384615386]},{"type":"translate","args":[-1.3076923076923077,-1.5769230769230769]},{"type":"scale","args":[1,1]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-724","children":[{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#F8AF57","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F47B34","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-725","children":[{"nodeType":"path","d":"M360.666656,1E-06C366.189514,-9E-06 370.666656,4.477136 370.666656,9.999996 370.666656,9.999998 370.666656,10.000001 370.666656,10.000003L370.666656,10.000003L370.666656,43.999996C370.666656,49.522842 366.189514,53.999996 360.666687,53.999996L360.666687,53.999996L10.000003,53.999996C4.477157,54 3E-06,49.52285 1E-06,44.000004L1E-06,44.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-725","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-726","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-726","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-727","children":[{"nodeType":"path","d":"M35,27C35,33.3512746230541 29.8512746230541,38.5 23.5,38.5 17.1487253769459,38.5 12,33.3512746230541 12,27 12,20.6487253769459 17.1487253769459,15.5 23.5,15.5 29.8512746230541,15.5 35,20.6487253769459 35,27z","id":"path-727","fill":"#F0F0F0","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-728","fill":"url(#gradient-fill-723)"},{"nodeType":"path","d":"M32.5,27C32.5,31.9705627484771 28.4705627484771,36 23.5,36 18.5294372515229,36 14.5,31.9705627484771 14.5,27 14.5,22.0294372515229 18.5294372515229,18 23.5,18 28.4705627484771,18 32.5,22.0294372515229 32.5,27z","id":"path-729","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":0.74,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M30,27C30,30.5898508739002 27.0898508739002,33.5 23.5,33.5 19.9101491260998,33.5 17,30.5898508739002 17,27 17,23.4101491260998 19.9101491260998,20.5 23.5,20.5 27.0898508739002,20.5 30,23.4101491260998 30,27z","id":"path-730","fill":"url(#gradient-fill-724)","stroke-width":1,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-731","children":[{"nodeType":"path","d":"M-8,26.6L-8,25.799999 -6,23.799999 -5.2,23.799999 -2.4,26.6 5.2,19 6,19 8,21 8,21.799999 -2,31.799999 -2.8,31.799999z","id":"path-731","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-337":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"46 58.697917 67.406251 79.270835 84.6666685","y":35.276,"children":["Vrai"]}]}]},"commandset-338":{"nodeType":"g","children":[{"nodeType":"path","d":"M62.9999694824219,64C62.9999694824219,99.3462239891708 48.8969459336844,128 31.4999847412109,128 14.1030235487374,128 0,99.3462239891708 0,64 0,28.6537760108292 14.1030235487374,0 31.4999847412109,0 48.8969459336844,0 62.9999694824219,28.6537760108292 62.9999694824219,64z","id":"path-732","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-339":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-733","children":[{"nodeType":"path","d":"M0,0L506.000030517578,0 506.000030517578,129 0,129z","id":"path-733","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-734","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-734","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-340":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.1866665 33.7200003 39.1600004 50.2800003 55.6666671 66.6533338 76.3333341 81.7733342 91.4533345 102.0933348 113.0800015 122.893335 133.4266688 144.3333356 151.8000018 156.6266686 162.0666687 167.4533355 178.0400026 183.4800027 193.8533366 204.8400033 215.82667 223.2933362 233.82667 239.2666701 250.2800034 260.8666705 271.7733373 281.4533376 286.8933377 292.2800045 296.9200048 307.4533386 317.1333389 327.5066728 338.0933399 343.4800067 348.9200068 359.4533406 367.3733402 372.8133403 382.4933406 393.4800073 401.4000069 411.2133404 416.6533405 427.1866743 438.0933411 445.5600073","y":37.813,"children":["Le plus souvent, la chute dans l’escalier survient"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"445.5599976 450.9999976 456.4399977","y":37.813,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.5333338 34.4400006 41.9066668 49.7733341 60.3066679 65.746668 75.5333349 80.973335 91.5066688 98.973335 104.4133351 117.4533341 122.8933342 133.4800013 144.3866681 154.0666684 158.8933352","y":77.333,"children":["entre 1 et 4 ans."]}]}]},"commandset-341":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-735","children":[{"nodeType":"path","d":"M0,0L99.000061,0 99.000061,32 0,32z","id":"path-735","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-736","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-736","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-342":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-737","children":[{"nodeType":"path","d":"M0,0L99.000061,0 99.000061,32 0,32z","id":"path-737","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-738","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-738","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-343":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-739","children":[{"nodeType":"path","d":"M0,0L99.000061,0 99.000061,32 0,32z","id":"path-739","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-740","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-740","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-344":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"18.5413303 29.9373312 39.8493319 47.6333323 52.4399992 62.7626663 72.674667 80.4586674","y":23.224,"children":["Vérier"]}],"style":{"fontWeight":"bold"}}]},"commandset-345":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 321.4560186 327.9840194 344.5920211 362.8000213 380.6240226 394.5120231 407.8880245","y":41.176,"children":["JE PREVIENS LE RISQUE DE CHUTE"]}],"style":{"fontWeight":"bold"}}]},"commandset-346":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-741","children":[{"nodeType":"path","d":"M0,0L284,0 284,44 0,44z","id":"path-741","fill":"none"}]},{"nodeType":"g","id":"shape-742","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-742","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-347":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 61.3719976 65.0439978 72.1539975 78.6879969 86.1939965 93.3399964 100.3419963 107.451996 113.9859954 117.6579956 125.0919951 132.2019948 135.873995 140.913995 146.2239949 153.3699948 160.7319943 167.2659937 170.9379939 175.9779939 179.6499941 186.8319943 194.1939938","y":33.39,"children":["Dans les espaces de transition"]}]}]},"commandset-348":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 29.6640015 36.1920023 51.6480017 64.3840027 81.5680027 96.3840027 102.9120035 123.4880037 129.056004 144.3200058 164.896006 177.632007 189.8560079 196.9600089 213.76001 230.1440108 242.8800118 259.2640126","y":30.964,"children":["JE PEUX M’AMELIORER"]}]}]},"commandset-349":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-744","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":143.5,"height":57}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-743","filter":"url(#filter-744)","data-angle":45,"data-distance":4,"data-height":34.5,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":121},{"nodeType":"g","id":"pathwrap-743","children":[{"nodeType":"g","id":"shape-745","children":[{"nodeType":"path","d":"M0,0L118.666718,0 118.666718,32.375 0,32.375z","id":"path-745","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-746","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-746","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-350":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.0379944 30.5433292 41.0153303 51.4873314 58.5153322 63.3219991 73.7940002 84.2660013 94.178002 101.9620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-351":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-747","children":[{"nodeType":"path","d":"M0,0L700,0 700,320 0,320z","id":"path-747","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-748","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-748","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-352":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6BaWRXwOPyy","d":"M8,88.2000122070313L109.866661071777,88.2000122070313 109.866661071777,90.2000122070313 8,90.2000122070313z","id":"path-749","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"6cwZjvlOqV9","d":"M110,88.2000122070313L115.066665649414,88.2000122070313 115.066665649414,90.2000122070313 110,90.2000122070313z","id":"path-750","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"6Z588VPJl7M","d":"M420,154.200012207031L439.359985351563,154.200012207031 439.359985351563,155.200012207031 420,155.200012207031z","id":"path-751","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 23.4346666 35.4026661 46.7306662 56.7999993 60.9173327 66.410666 77.7386661 87.3386655 91.4559989 102.783999 114.7519985 122.0479985 132.8533316 144.8213311 152.8533307 162.4533301 167.09333 171.2106634 176.7039967 187.5093298 191.6266632 201.7599964 213.7279959 225.6959954 233.727995 245.0559951 249.1733285 261.2479955 272.0533286 284.0213281 293.6213275 297.7386609 303.2319942 306.9653273 318.2933274 327.8933268 338.02666 348.8319931 354.3253264 359.8186597 371.1466598 380.0426597 384.1599931 395.4879932 405.0879926 413.1199922 417.2373256 429.0773258 434.5706591 446.5386586 456.138658 460.2559914 467.5519914 476.4479913 487.7759914 499.8506584 511.8186579 523.146658 535.1146575 543.1466571 554.4746572 558.5919906 569.9199907 581.8879902 589.9199898 598.8159897 610.1439898 614.2613232","y":24.256,"children":["Chez les enants, la chute dans l’escalier est plus réquente entre "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.8000002 24.9173336 36.2453337 44.2773333 48.3946667 61.1946669 65.3120003 76.1173334 88.0853329 97.6853323 102.3253322","y":49.856,"children":["1 et 4 ans."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6BaWRXwOPyy","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":85.056,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"6cwZjvlOqV9","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":85.056,"children":[":"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":126.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 60.1925011 71.093834 80.2671672 84.3845006 96.0325004 107.5738336 118.4751665 122.5924999 139.5631668 151.1045 162.6458332 166.7631666 177.6644995 189.2058327 196.0751655 206.4538324 217.9951656 225.6004985 229.7178319 238.8911651 249.792498 253.9098314 265.5578312 276.4591641 287.872497 292.9391636 303.3178305 313.0244974 323.9258303 328.0431637 339.4564966 349.8351635 358.3044971 362.4218305 367.4884971 379.0298303 384.0964969 388.2138303 405.1844972 416.0858301 433.056497 443.9578299 448.171163 452.2884964 462.6778292 466.7951626 476.5018295 488.0431627 505.0138296 516.4271625 524.8964961 529.9631627 539.1364959 543.2538293 553.6324962 557.7498296 570.1231626 574.240496 585.6538289 596.0324958 603.6378287 611.2431616 622.1444945 631.3178277 635.5311608","y":126.656,"children":["Dès que mon enant se déplace par lui même, y compris à 4 pattes,"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"635.53125 639.6485834","y":126.656,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 45.0240002 49.2373333 54.3039999 65.8453331 75.0186663 82.6239992 93.0026661 98.0693327 103.1359993 114.0373322 118.1546656 129.6959988 141.237332 152.1386649 156.2559983","y":152.256,"children":["j’installe une "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"156.256012 168.3306789 179.136012 188.0320119 196.9280118 202.4213451 213.7493452 222.6453451 233.9733452 238.0906786 250.1653456 261.4933457 265.6106791 275.2106785 286.5386786 296.6720118 308.6400113 317.5360112 323.0293445 331.0613441 342.3893442 346.5066776","y":152.256,"children":["barrière de sécurité "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"346.5066833 357.4080162 368.9493494 373.0666828","y":152.256,"children":["en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"373.0666809 385.0346804 395.8400135 407.808013 415.8400126 419.957346","y":152.256,"children":["haut "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","data-ref-id":"6Z588VPJl7M","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"419.9573364 431.2853365 439.3173361","y":152.256,"children":["et"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"439.3173218 443.4346552 454.9759884 466.5173216 477.4186545 481.5359879 491.9146548 503.455988 511.0613209 519.5306545 530.4319874 534.5493208 545.4506537 556.9919869 561.1093203","y":152.256,"children":[" une autre en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"561.109314 573.1839809 583.989314 593.5893134 597.7066468","y":152.256,"children":["bas "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"597.706665 609.3546648 620.2559977 624.3733311","y":152.256,"children":["de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 45.0666666 48.3733332 59.2746661 68.4479993 78.1546662 88.5333331 93.5999997 98.6666663 109.5679992 118.0373328","y":177.856,"children":["l’escalier"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":219.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 57.8778343 62.9445009 74.4858341 83.6591673 91.2645002 101.6431671 106.7098337 111.7765003 122.6778332 126.7951666 138.3364998 149.877833 153.9951664 170.9658333 182.5071665 194.1551663 205.0564992 210.1231658 221.0244987 225.1418321 234.848499 246.3898322 257.9311654 264.8004982 276.3418314 284.811165 301.7818319 312.6831648 316.8004982 327.1791651 338.7204983 348.5444987 352.6618321 362.9231656 372.747166 377.8138326 388.5764993 399.4778322 411.0191654 420.7258323 431.6271652 440.8004984 444.9178318 456.5658316 467.4671645 471.5844979 480.7578311 491.659164 501.3658309 512.9071641 521.3764977 526.4431643 534.0484972 544.9498301 549.0671635 560.7151633 571.6164962 575.7338296 585.4404965 596.3418294 605.5151626","y":219.456,"children":["J’installe un modèle conorme aux exigences de sécurité de ces"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"605.5151978 609.6325312","y":219.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 50.9013329 62.5493327 74.0906659 79.1573325 90.5706654 101.4719983 118.4426652 129.3439981 140.8853313 148.4906642 157.6639974 161.7813308 173.4293306 184.3306635 188.4479969 199.8613298 211.402663 222.3039959 230.7733295 235.8399961 245.546663 257.0879962 262.1546628 269.7599957 281.3013289 289.7706625 300.6719954","y":245.056,"children":["équipements de puériculture"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":286.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 60.1925011 71.093834 80.2671672 84.3845006 96.0325004 107.5738336 111.7871667 116.8538333 121.9204999 126.0378333 143.0085002 153.3871671 161.8565007 171.5631676 183.1045008 194.0058337 198.1231671 207.2965003 218.1978332 229.7391664 234.805833 239.0191661 243.1364995 248.1604997 259.0618326 263.179166 274.5924989 285.4938318 297.035165 306.8591654 310.9764988 316.0431654 327.5844986 332.6511652 336.7684986 347.1471655 358.5604984 369.9738313 378.4431649 389.3444978 400.885831 412.5338308 421.0031644 431.9044973 436.0218307 446.4004976 450.517831 467.4884979 479.0298311 490.5711643 498.1764972 509.0778301 517.5471637 521.6644971 532.56583 540.1711629 544.2884963 555.9364961 566.837829 576.0111622 585.7178291 596.619162 608.1604952 619.808495 628.2778286 639.1791615 643.2964949 648.3631615 659.2644944 668.4378276","y":286.656,"children":["Dès qu’il marche seul, je peux lui apprendre à monter et descendre les"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"668.4378662 672.5551996","y":286.656,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 56.9706669 67.3493338 75.8186674 85.5253343 97.0666675 107.9680004 117.1413336 121.3546667 125.4720001","y":312.256,"children":["marches. "]}]}]},"commandset-353":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-752","children":[{"nodeType":"path","d":"M0,0L753,0 753,46 0,46z","id":"path-752","fill":"none"}]},{"nodeType":"g","id":"shape-753","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-753","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-354":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6byCmhM2E2J","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-754","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6byCmhM2E2J","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-355":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-755","children":[{"nodeType":"path","d":"M0,0L153,0 153,26 0,26z","id":"path-755","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-756","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-756","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-356":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 53.9133355 64.2600028 72.1533362 74.7266697 82.8733362 93.2200035 95.793337 103.793337 111.793337 119.793337 127.793337","y":18.16,"children":["Norme NF EN 1930"]}],"style":{"fontWeight":"bold"}}]},"commandset-357":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 22.4960008 37.7600026 44.8640036 51.3920044 62.7200045 77.9840063 85.0880073 98.3360084 104.8640092 117.0880101 129.8240111 136.3520119 152.416013 169.2160141 185.8560154 192.3840162 208.3520166 225.9200174 242.7200185 249.8240195 264.6400195 271.1680203 277.6000205","y":31.964,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-358":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-757","children":[{"nodeType":"path","d":"M0,0L696,0 696,320 0,320z","id":"path-757","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-758","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-758","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-359":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6UnHIbL9G9R","d":"M8,88.2000122070313L109.866661071777,88.2000122070313 109.866661071777,90.2000122070313 8,90.2000122070313z","id":"path-759","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"6T2ndbcaQi9","d":"M110,88.2000122070313L115.066665649414,88.2000122070313 115.066665649414,90.2000122070313 110,90.2000122070313z","id":"path-760","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"6BZJLXNzvqp","d":"M420,154.200012207031L439.359985351563,154.200012207031 439.359985351563,155.200012207031 420,155.200012207031z","id":"path-761","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 23.4346666 35.4026661 46.7306662 56.7999993 60.9173327 66.410666 77.7386661 87.3386655 91.4559989 102.783999 114.7519985 122.0479985 132.8533316 144.8213311 152.8533307 162.4533301 167.09333 171.2106634 176.7039967 187.5093298 191.6266632 201.7599964 213.7279959 225.6959954 233.727995 245.0559951 249.1733285 261.2479955 272.0533286 284.0213281 293.6213275 297.7386609 303.2319942 306.9653273 318.2933274 327.8933268 338.02666 348.8319931 354.3253264 359.8186597 371.1466598 380.0426597 384.1599931 395.4879932 405.0879926 413.1199922 417.2373256 429.0773258 434.5706591 446.5386586 456.138658 460.2559914 467.5519914 476.4479913 487.7759914 499.8506584 511.8186579 523.146658 535.1146575 543.1466571 554.4746572 558.5919906 569.9199907 581.8879902 589.9199898 598.8159897 610.1439898 614.2613232","y":24.256,"children":["Chez les enants, la chute dans l’escalier est plus réquente entre "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.8000002 24.9173336 36.2453337 44.2773333 48.3946667 61.1946669 65.3120003 76.1173334 88.0853329 97.6853323 102.3253322","y":49.856,"children":["1 et 4 ans."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6UnHIbL9G9R","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":85.056,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"6T2ndbcaQi9","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":85.056,"children":[":"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":126.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 60.1925011 71.093834 80.2671672 84.3845006 96.0325004 107.5738336 118.4751665 122.5924999 139.5631668 151.1045 162.6458332 166.7631666 177.6644995 189.2058327 196.0751655 206.4538324 217.9951656 225.6004985 229.7178319 238.8911651 249.792498 253.9098314 265.5578312 276.4591641 287.872497 292.9391636 303.3178305 313.0244974 323.9258303 328.0431637 339.4564966 349.8351635 358.3044971 362.4218305 367.4884971 379.0298303 384.0964969 388.2138303 405.1844972 416.0858301 433.056497 443.9578299 448.171163 452.2884964 462.6778292 466.7951626 476.5018295 488.0431627 505.0138296 516.4271625 524.8964961 529.9631627 539.1364959 543.2538293 553.6324962 557.7498296 570.1231626 574.240496 585.6538289 596.0324958 603.6378287 611.2431616 622.1444945 631.3178277 635.5311608","y":126.656,"children":["Dès que mon enant se déplace par lui même, y compris à 4 pattes,"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"635.53125 639.6485834","y":126.656,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 45.0240002 49.2373333 54.3039999 65.8453331 75.0186663 82.6239992 93.0026661 98.0693327 103.1359993 114.0373322 118.1546656 129.6959988 141.237332 152.1386649 156.2559983","y":152.256,"children":["j’installe une "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"156.256012 168.3306789 179.136012 188.0320119 196.9280118 202.4213451 213.7493452 222.6453451 233.9733452 238.0906786 250.1653456 261.4933457 265.6106791 275.2106785 286.5386786 296.6720118 308.6400113 317.5360112 323.0293445 331.0613441 342.3893442 346.5066776","y":152.256,"children":["barrière de sécurité "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"346.5066833 357.4080162 368.9493494 373.0666828","y":152.256,"children":["en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"373.0666809 385.0346804 395.8400135 407.808013 415.8400126 419.957346","y":152.256,"children":["haut "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","data-ref-id":"6BZJLXNzvqp","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"419.9573364 431.2853365 439.3173361","y":152.256,"children":["et"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"439.3173218 443.4346552 454.9759884 466.5173216 477.4186545 481.5359879 491.9146548 503.455988 511.0613209 519.5306545 530.4319874 534.5493208 545.4506537 556.9919869 561.1093203","y":152.256,"children":[" une autre en "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"561.109314 573.1839809 583.989314 593.5893134 597.7066468","y":152.256,"children":["bas "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"597.706665 609.3546648 620.2559977 624.3733311","y":152.256,"children":["de "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 45.0666666 48.3733332 59.2746661 68.4479993 78.1546662 88.5333331 93.5999997 98.6666663 109.5679992 118.0373328","y":177.856,"children":["l’escalier"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":219.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 57.8778343 62.9445009 74.4858341 83.6591673 91.2645002 101.6431671 106.7098337 111.7765003 122.6778332 126.7951666 138.3364998 149.877833 153.9951664 170.9658333 182.5071665 194.1551663 205.0564992 210.1231658 221.0244987 225.1418321 234.848499 246.3898322 257.9311654 264.8004982 276.3418314 284.811165 301.7818319 312.6831648 316.8004982 327.1791651 338.7204983 348.5444987 352.6618321 362.9231656 372.747166 377.8138326 388.5764993 399.4778322 411.0191654 420.7258323 431.6271652 440.8004984 444.9178318 456.5658316 467.4671645 471.5844979 480.7578311 491.659164 501.3658309 512.9071641 521.3764977 526.4431643 534.0484972 544.9498301 549.0671635 560.7151633 571.6164962 575.7338296 585.4404965 596.3418294 605.5151626","y":219.456,"children":["J’installe un modèle conorme aux exigences de sécurité de ces"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"605.5151978 609.6325312","y":219.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 50.9013329 62.5493327 74.0906659 79.1573325 90.5706654 101.4719983 118.4426652 129.3439981 140.8853313 148.4906642 157.6639974 161.7813308 173.4293306 184.3306635 188.4479969 199.8613298 211.402663 222.3039959 230.7733295 235.8399961 245.546663 257.0879962 262.1546628 269.7599957 281.3013289 289.7706625 300.6719954","y":245.056,"children":["équipements de puériculture"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":286.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 60.1925011 71.093834 80.2671672 84.3845006 96.0325004 107.5738336 111.7871667 116.8538333 121.9204999 126.0378333 143.0085002 153.3871671 161.8565007 171.5631676 183.1045008 194.0058337 198.1231671 207.2965003 218.1978332 229.7391664 234.805833 239.0191661 243.1364995 248.1604997 259.0618326 263.179166 274.5924989 285.4938318 297.035165 306.8591654 310.9764988 316.0431654 327.5844986 332.6511652 336.7684986 347.1471655 358.5604984 369.9738313 378.4431649 389.3444978 400.885831 412.5338308 421.0031644 431.9044973 436.0218307 446.4004976 450.517831 467.4884979 479.0298311 490.5711643 498.1764972 509.0778301 517.5471637 521.6644971 532.56583 540.1711629 544.2884963 555.9364961 566.837829 576.0111622 585.7178291 596.619162 608.1604952 619.808495 628.2778286 639.1791615 643.2964949 648.3631615 659.2644944 668.4378276","y":286.656,"children":["Dès qu’il marche seul, je peux lui apprendre à monter et descendre les"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"668.4378662 672.5551996","y":286.656,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 56.9706669 67.3493338 75.8186674 85.5253343 97.0666675 107.9680004 117.1413336 121.3546667 125.4720001","y":312.256,"children":["marches. "]}]}]},"commandset-360":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-763","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":149,"height":59.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-762","filter":"url(#filter-763)","data-angle":45,"data-distance":4,"data-height":37,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":126.5},{"nodeType":"g","id":"pathwrap-762","children":[{"nodeType":"g","id":"shape-764","children":[{"nodeType":"path","d":"M0,0L124.333282,0 124.333282,35 0,35z","id":"path-764","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-765","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-765","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-361":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"19.5379944 33.0433292 43.5153303 53.9873314 61.0153322 65.8219991 76.2940002 86.7660013 96.678002 104.4620024","y":24.724,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-362":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6mqprIU0tD3","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-766","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6mqprIU0tD3","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-363":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-770","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":376,"height":302}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-769","filter":"url(#filter-770)","data-angle":0,"data-distance":0,"data-height":212,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":286},{"nodeType":"g","id":"pathwrap-769","children":[{"nodeType":"path","d":"M0,0L286,0 286,212 0,212z","id":"path-771","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-768","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-364":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-773","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":353.5,"height":279.5},{"nodeType":"filter","id":"filter-775","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":376,"height":302}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-772","filter":"url(#filter-773)","data-angle":0,"data-distance":0,"data-height":212,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":286},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-772","filter":"url(#filter-775)","data-angle":0,"data-distance":0,"data-height":212,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":286},{"nodeType":"g","id":"pathwrap-772","children":[{"nodeType":"path","d":"M0,0L286,0 286,212 0,212z","id":"path-776","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-774","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-365":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-780","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":295,"height":380}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-779","filter":"url(#filter-780)","data-angle":0,"data-distance":0,"data-height":290,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":205},{"nodeType":"g","id":"pathwrap-779","children":[{"nodeType":"path","d":"M0,0L205,0 205,290 0,290z","id":"path-781","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-778","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-366":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-783","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[5.25,5.25]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-33.75,"y":-33.75,"width":272.5,"height":357.5},{"nodeType":"filter","id":"filter-785","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":295,"height":380}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-782","filter":"url(#filter-783)","data-angle":0,"data-distance":0,"data-height":290,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":205},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-782","filter":"url(#filter-785)","data-angle":0,"data-distance":0,"data-height":290,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":205},{"nodeType":"g","id":"pathwrap-782","children":[{"nodeType":"path","d":"M0,0L205,0 205,290 0,290z","id":"path-786","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-784","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-367":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 314.2880174 327.6640188 341.5520193 358.9920198 376.8160211 389.8080226 402.8000241 416.1760255 437.392027 450.7680284 468.0480291 481.9360296 488.3680298","y":41.176,"children":["JE PREVIENS LE RISQUE D’ETOUFFEMENT."]}],"style":{"fontWeight":"bold"}}]},"commandset-368":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-787","children":[{"nodeType":"path","d":"M-3E-06,97.251999C-3.5E-05,43.541248 43.541092,4.6E-05 97.251846,-8E-06L97.251846,-8E-06L98.747826,7E-06C152.458588,-9.1E-05 195.999847,43.541016 195.999924,97.251915 195.999924,97.25193 195.999924,97.251953 195.999924,97.251968L195.999924,97.251968L195.999939,97.251945 195.999939,486.363831 0,486.363831 0,97.251945z","id":"path-787","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-788","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[90]}],"id":"text-788","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":90,"x":341,"y":143}],"className":"uneventable"}],"className":"eventable"},"commandset-369":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-140 -134.5599999 -129.1199998 -123.6799997 -118.2399996 -104.9333313 -94.293331 -77.1199969 -59.9466628 -49.413329 -38.5066622 -31.039996 -25.5999959 -14.479996 -6.6133287 3.9200051 14.8266719 25.8400052 33.7066725 44.2400063 49.6800064 59.3600067 70.000007 75.4400071 86.3466739 96.0266742 101.4666743 112.4800076 123.0133414 128.4533415 145.6266756 156.1600094 165.8400097 171.2800098 182.4000097 187.7866765 198.3733436 209.2800104 216.7466766 227.2800104 236.9600107 242.4000108 253.4133441 258.0533444 263.4933445 274.4000113 281.8666775 292.4000113 300.3200109 305.760011 316.2933448 327.2800115 335.2000111 340.6400112 346.0800113 351.5200114 356.9600115 362.4000116 367.8400117 373.2800118 378.7200119 384.160012 389.6000121","y":209.693,"children":[" Comment prendre soins de mes plantes d’intérieur "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-140 -125.8399992 -121.0133324","y":249.213,"children":["…."]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-121.0133362 -110.4800024 -103.0133362 -97.5733361 -86.4533362 -78.5866689 -68.0533351 -58.3733348 -47.840001 -39.9200014 -30.1066679 -19.5733341 -11.6533345 -6.2133344 -0.7733343 16.3999998 27.0400001 37.9466669 43.386667 53.9200008 64.8266676 71.9733341 82.5600012 93.466668 100.9333342 106.3733343 119.0133346","y":249.213,"children":["et préserver mon enant ?"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-140 -136.9119999 -133.8239998 -130.7359997 -127.6479996","y":277.976,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-127.647995 -117.9626617 -107.0613288 -102.9439954","y":277.976,"children":["Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-102.9440002 -92.810667 -80.8426675 -68.874668 -63.3813347 -53.7813353 -48.288002 -38.6880026 -34.5706692","y":277.976,"children":["choisis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-34.5706711 -29.5040045 -18.6026716 -14.4853382 2.4853287 13.8346615 24.0319948 34.9333277 46.4746609 50.5919943 62.2399941 66.4533272 77.727994 87.9253273 99.5733271 107.509327 117.8879939 125.4933268 136.3946597 144.8639933 148.9813267 154.0479933 164.9493262 174.1226594 178.2399928 189.6533257 194.7199923 205.0986592 216.6399924 224.2453253 235.1466582 244.3199914 248.4373248 253.5039914 264.4053243 268.5226577 279.9359906 285.0026572 296.5439904 305.7173236","y":277.976,"children":["le moyen d’hydrater les plantes le plus"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"305.7173767 309.8347101","y":277.976,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#BFBFBF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-140 -125.3226671 -121.109334","y":303.576,"children":["…."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-121.1093292 -111.9359961 -100.3946629 -91.9253293 -87.8079959 -76.394663 -64.8533298 -53.3119966 -44.842663 -40.7253296 -23.7546627 -12.2133295 -0.6719963 3.4453371 14.34667 25.8880032 32.757336 43.1360029 54.6773361 62.282669 66.4960021","y":303.576,"children":["sûr pour mon enant."]}]}]},"commandset-370":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-789","children":[{"nodeType":"path","d":"M0,0L204,0 204,27 0,27z","id":"path-789","fill":"none"}]},{"nodeType":"g","id":"shape-790","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-790","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-371":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5507812 26.3769531 33.625 36.7421875 40.8085938 43.9257813 47.8984376 55.1464845 60.5957032 66.044922 73.1347658 76.2519533 83.341797 91.2285158 94.3457033 101.5937502 107.042969 113.8222659 117.4843753 121.1464847 128.2363284 131.3535159 138.9472659 146.3769534 151.8261722 158.916016 166.8027348 172.7675786 179.8574224 183.9238286","y":17.826,"children":["Oya ( Jarre en argile poreuse)"]}]}]},"commandset-372":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-791","children":[{"nodeType":"path","d":"M0,0L120,0 120,27 0,27z","id":"path-791","fill":"none"}]},{"nodeType":"g","id":"shape-792","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-792","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-373":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.0625 21.7246094 25.3867188 29.0488282 36.138672 42.1035158 45.2207033 52.8144533 55.4160158 62.5058596 69.7539065 77.6406252","y":17.826,"children":["Billes d’eau"]}]}]},"commandset-374":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-794","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":145,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-793","filter":"url(#filter-794)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":122.5},{"nodeType":"g","id":"pathwrap-793","children":[{"nodeType":"g","id":"shape-795","children":[{"nodeType":"path","d":"M0,0L120.333374,0 120.333374,32 0,32z","id":"path-795","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-796","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-796","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-375":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.5379944 31.0433292 41.5153303 51.9873314 59.0153322 63.8219991 74.2940002 84.7660013 94.678002 102.4620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-376":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-797","children":[{"nodeType":"path","d":"M0,0L680,0 680,279.575500488281 0,279.575500488281z","id":"path-797","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-798","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-798","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-377":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6NCQzeWtZPg","d":"M8,130.399993896484L109.866661071777,130.399993896484 109.866661071777,132.399993896484 8,132.399993896484z","id":"path-799","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"5vwsiB1Nb4W","d":"M110,130.399993896484L115.066665649414,130.399993896484 115.066665649414,132.399993896484 110,132.399993896484z","id":"path-800","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.8000002 24.9173336 32.2133336 44.1813331 49.6746664 59.2746658 63.3919992 72.9919986 84.9599981 93.855998 97.9733314 110.7733316 123.5733318 128.2133317 132.3306651 137.8239984 149.1519985 158.7519979 162.8693313 168.3626646 180.3306641 191.5199971 202.8479972 212.4479966 220.4799962 225.9733295 237.941329 249.9093285 259.5093279 263.6266613 275.7013283 287.0293284 291.1466618 303.2213288 308.7146621 314.2079954 319.7013287 331.0293288 340.6293282 344.7466616 356.8213286 360.5546617 371.8826618 382.6879949 394.6559944 398.7733278 408.3733272 420.3413267 429.2373266 440.0533266 445.5466599 456.87466 468.8426595 480.810659 492.1386591 504.1066586 512.1386582 516.2559916 527.0613247 531.1786581","y":34.656,"children":["7 ois sur 10, les ingestions de billes d’eau surviennent à "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.074667 32.0426665 49.4399996 54.9333329 65.0666661 70.5599994 76.0533327 87.3813328 91.4986662 102.8266663 110.8586659 114.9759993 125.1093325 137.077332 148.4053321 158.4746652 162.5919986 174.5599981 186.5279976 190.645331 201.9733311 213.9413306 221.2373306 232.0426637 244.0106632 252.0426628 256.1599962 268.2346632 279.5626633 283.6799967 301.0773298 313.0453293 318.5386626 330.5066621 340.1066615 344.2239949 356.2986619 367.626662 371.7439954 384.5439956 388.661329 399.4666621 411.4346616 421.034661 425.6746609 429.7919943","y":60.256,"children":["domicile et chez un enant de moins de 6 ans. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0346661 26.5279994 32.0213327 43.3493328 52.9493322 57.0666656 68.9066658 80.2346659 92.2026654 102.826665 114.1546651 126.1226646 134.1546642 138.2719976 155.6693307 166.9973308 178.9653303 190.2933304 199.1893303 203.3066637 208.7573301 220.7253296 230.325329 242.399996 254.3679955 258.3466623 269.1519954 273.2693288 278.7626621 282.4959952 294.4639947 304.5973279 314.7306611 320.2239944 332.1919939 341.7919933 347.2853266 359.2533261 371.2213256 375.338659 380.8319923 392.7999918 400.8319914 412.1599915 421.7599909 429.7919905 435.2853238 447.2533233 458.0586564 463.5519897 474.8799898 479.5199897","y":85.856,"children":["Elles peuvent mener jusqu’à l’occlusion intestinale."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6NCQzeWtZPg","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":127.456,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"5vwsiB1Nb4W","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":127.456,"children":[":"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":178.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 57.8778343 69.1525011 79.3498344 90.9978342 98.9338341 109.312501 116.9178339 127.8191668 131.9365002 142.8378331 150.443166 154.5604994 166.2084992 177.1098321 186.816499 198.3578322 206.8271658 217.7284987 221.8458321 238.816499 249.7178319 258.8911651 263.0084985 274.4218314 279.488498 289.8671649 301.4084981 309.013831 319.9151639 329.0884971 333.2058305 343.31783 353.5151633 364.4164962 374.1231631 378.2404965 389.7818297 401.3231629 405.4404963 417.0884961 422.1551627 431.3284959 442.7418288 454.283162 463.4564952 468.5231618 476.1284947 481.1951613 488.0644941 492.1818275 503.8298273 515.3711605 526.2724934 530.3898268 547.3604937 558.9018269 570.4431601 574.5604935 585.4618264 597.0031596 603.8724924 614.2511593 625.7924925 633.3978254 637.5151588 649.056492 659.9578249","y":178.656,"children":["J’hydrate et décore mes plantes avec un dispositi que mon enant ne"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"659.9578247 664.0751581","y":178.656,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 51.4133329 62.9546661 74.4959993 82.9653329 90.9013328 101.2799997 105.3973331 116.810666 127.1893329 136.3626661 140.4799995 150.591999 160.9813318 171.3599987 176.4266653 187.3279982 195.7973318","y":204.256,"children":["pourra pas avaler"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":245.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 77.8565007 88.2351676 93.3018342 102.4751674 106.5925008 118.2405006 129.7818338 140.6831667 144.8005001 149.8671667 154.0804998 165.621833 174.7951662 185.1738331 195.9364998 206.8378327 210.9551661 216.0218327 227.5631659 239.2111657 244.2778323 255.9258321 267.4671653 278.3684982 282.4858316 294.1338314 305.0351643 314.2084975 318.3258309 329.9738307 335.0404973 340.1071639 345.1738305 356.0751634 365.2484966 369.36583 381.0138298 384.3204964 395.2218293 405.6004962 417.1418294 421.2591628 432.1604957 441.3338289 448.9391618 453.0564952 464.704495 475.6058279 485.3124948 496.853828 508.3951612 517.5684944 528.4698273 533.5364939 538.6031605 543.6698271 554.57116 558.6884934 568.3951603 579.9364935 590.8378264 600.4804932 604.5978266 609.6644932 620.5658261 629.7391593","y":245.856,"children":["Je sais que l’usage ludique des billes d’eau est déconseillé chez les"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"629.7391968 633.8565302","y":245.856,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 50.9013329 62.4426661 69.3119989 79.6906658 91.231999 98.8373319 108.0106651","y":271.456,"children":["enants"]}]}]},"commandset-378":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-801","children":[{"nodeType":"path","d":"M0,0L707,0 707,63 0,63z","id":"path-801","fill":"none"}]},{"nodeType":"g","id":"shape-802","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-802","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-379":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6FymQwW2oao","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-803","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6FymQwW2oao","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 72.2900016 83.3780019 91.0413348 99.709335 107.3726679 110.2033347 115.0800017 117.9106685 127.1653358 134.3006689 142.1473357 149.9940025 157.9286696 163.7513362 168.980003 171.8106698 179.8186702 182.0920035 189.5866706 194.8153374 202.7500045 210.7580049 218.252672 221.0833388 229.0913392 236.5860063 239.4166731 244.6453399 252.140007 258.8940072 262.3773403 269.0506739 276.853341 283.9960078 287.4793409 294.8786739 298.362007 301.8453401 308.9806732 316.9153403 323.5886739 331.083341 333.9140078 347.2460085 354.3813416 357.8646747 360.6953415 369.2020086 377.7086757 386.2153428 394.7220099 397.6186767","y":19.476,"children":[": ANSES - Rapport d’étude de toxicovigilance Mai 2021,"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"397.6186523 400.4493191","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.3853335 25.3200006 32.7193336 40.2140007 46.5206676 51.7493344 55.2326675 63.1673346 71.1020017 73.9326685 81.9406689 89.435336 92.2660028 100.2740032 103.7573363 107.2406694 110.7240025 118.2186696 124.5253365 127.3560033 135.3640037 137.637337 145.1320041 152.2673372 160.2020043 163.0326711 172.4853383 180.4200054 187.5553385 191.0386716 198.1813384 204.4880053 211.9826724 214.8133392 222.8213396 230.3160067 236.6226736 239.4533404 246.126674 253.2620071 259.568674 262.3993408 269.8940079 277.828675 283.6513416 291.1460087 298.5453417 302.0286748 308.3353417 313.5640085 319.3866751 326.8813422 333.1880091 336.0186759 338.8493427 346.6960095 353.8313426 359.6540092 362.484676 365.9680091 373.4626762 379.7693431 382.6000099 392.9180107 400.4126778 408.3473449 413.5760117 419.3986783 426.8933454 433.2000123 436.0306791 445.4833463 453.4180134 458.6466802 462.1300133 469.9766801 477.9113472 481.3946803 487.7013472 495.6360143 503.5706814 506.4013482 509.232015 517.2400154 525.1746825 528.0053493 536.5120164 544.0066835 549.8293501 552.6600169 556.1140169 563.24935 571.0006837 578.1433505 581.6266836 589.1213507 594.9440173 597.7746841 606.2813512 614.7880183 623.2946854 631.8013525 634.6320193 641.7673524 649.7020195 652.5326863 661.0393534 669.5460205 672.3766873","y":37.076,"children":["Ingestion de billes d’eau Analyse des cas enregistrés par les Centres Antipoison du 1er janvier 2010 au 31 "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.0080004 28.5026675 35.1760011 42.6706682 54.3380018 62.3460022 68.1686688 75.6633359 78.4940027 87.0006698 95.5073369 104.014004 112.5206711","y":54.676,"children":["décembre 2019"]}]}]},"commandset-380":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L23,0 23,22 0,22z","id":"path-805","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.523809552192688]}],"id":"image-804","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-381":{"nodeType":"g","children":[{"nodeType":"path","d":"M19,9C19,13.9705627484771 14.7467051233925,18 9.5,18 4.25329487660746,18 0,13.9705627484771 0,9 0,4.02943725152286 4.25329487660746,0 9.5,0 14.7467051233925,0 19,4.02943725152286 19,9z","id":"path-806","fill":"#D9D9D9","fill-opacity":1,"stroke-width":1,"stroke":"#BFBFBF","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-382":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 22.4960008 37.7600026 44.8640036 51.3920044 62.7200045 77.9840063 85.0880073 98.3360084 104.8640092 117.0880101 129.8240111 136.3520119 152.416013 169.2160141 185.8560154 192.3840162 208.3520166 225.9200174 242.7200185 249.8240195 264.6400195 271.1680203 277.6000205","y":30.964,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-383":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-808","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":136,"height":56.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-807","filter":"url(#filter-808)","data-angle":45,"data-distance":4,"data-height":34,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":113.5},{"nodeType":"g","id":"pathwrap-807","children":[{"nodeType":"g","id":"shape-809","children":[{"nodeType":"path","d":"M0,0L111.333374,0 111.333374,32 0,32z","id":"path-809","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0070C0","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-810","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-810","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-384":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13.0379944 26.5433292 37.0153303 47.4873314 54.5153322 59.3219991 69.7940002 80.2660013 90.178002 97.9620024","y":23.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-385":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-811","children":[{"nodeType":"path","d":"M0,0L686.5,0 686.5,288 0,288z","id":"path-811","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-812","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-812","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-386":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5azZVXyt3H7","d":"M8,144L109.866661071777,144 109.866661071777,146 8,146z","id":"path-813","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"6JE3fbdfQqL","d":"M110,144L115.066665649414,144 115.066665649414,146 110,146z","id":"path-814","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.8000002 24.9173336 32.2133336 44.1813331 49.6746664 59.2746658 63.3919992 72.9919986 84.9599981 93.855998 97.9733314 110.7733316 123.5733318 128.2133317 132.3306651 137.8239984 149.1519985 158.7519979 162.8693313 168.3626646 180.3306641 191.5199971 202.8479972 212.4479966 220.4799962 225.9733295 237.941329 249.9093285 259.5093279 263.6266613 275.7013283 287.0293284 291.1466618 303.2213288 308.7146621 314.2079954 319.7013287 331.0293288 340.6293282 344.7466616 356.8213286 360.5546617 371.8826618 382.6879949 394.6559944 398.7733278 408.3733272 420.3413267 429.2373266 440.0533266 445.5466599 456.87466 468.8426595 480.810659 492.1386591 504.1066586 512.1386582 516.2559916 527.0613247 531.1786581","y":38.656,"children":["7 ois sur 10, les ingestions de billes d’eau surviennent à "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 20.074667 32.0426665 49.4399996 54.9333329 65.0666661 70.5599994 76.0533327 87.3813328 91.4986662 102.8266663 110.8586659 114.9759993 125.1093325 137.077332 148.4053321 158.4746652 162.5919986 174.5599981 186.5279976 190.645331 201.9733311 213.9413306 221.2373306 232.0426637 244.0106632 252.0426628 256.1599962 268.2346632 279.5626633 283.6799967 301.0773298 313.0453293 318.5386626 330.5066621 340.1066615 344.2239949 356.2986619 367.626662 371.7439954 384.5439956 388.661329 399.4666621 411.4346616 421.034661 425.6746609 429.7919943","y":64.256,"children":["domicile et chez un enant de moins de 6 ans. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0346661 26.5279994 32.0213327 43.3493328 52.9493322 57.0666656 68.9066658 80.2346659 92.2026654 102.826665 114.1546651 126.1226646 134.1546642 138.2719976 155.6693307 166.9973308 178.9653303 190.2933304 199.1893303 203.3066637 208.7573301 220.7253296 230.325329 242.399996 254.3679955 258.3466623 269.1519954 273.2693288 278.7626621 282.4959952 294.4639947 304.5973279 314.7306611 320.2239944 332.1919939 341.7919933 347.2853266 359.2533261 371.2213256 375.338659 380.8319923 392.7999918 400.8319914 412.1599915 421.7599909 429.7919905 435.2853238 447.2533233 458.0586564 463.5519897 474.8799898 479.5199897","y":89.856,"children":["Elles peuvent mener jusqu’à l’occlusion intestinale."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5azZVXyt3H7","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":141.056,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"6JE3fbdfQqL","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277","y":141.056,"children":[":"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":182.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 57.8778343 69.1525011 79.3498344 90.9978342 98.9338341 109.312501 116.9178339 127.8191668 131.9365002 142.8378331 150.443166 154.5604994 166.2084992 177.1098321 186.816499 198.3578322 206.8271658 217.7284987 221.8458321 238.816499 249.7178319 258.8911651 263.0084985 274.4218314 279.488498 289.8671649 301.4084981 309.013831 319.9151639 329.0884971 333.2058305 343.31783 353.5151633 364.4164962 374.1231631 378.2404965 389.7818297 401.3231629 405.4404963 417.0884961 422.1551627 431.3284959 442.7418288 454.283162 463.4564952 468.5231618 476.1284947 481.1951613 488.0644941 492.1818275 503.8298273 515.3711605 526.2724934 530.3898268 547.3604937 558.9018269 570.4431601 574.5604935 585.4618264 597.0031596 603.8724924 614.2511593 625.7924925 633.3978254 637.5151588 649.056492 659.9578249","y":182.656,"children":["J’hydrate et décore mes plantes avec un dispositi que mon enant ne"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"659.9578247 664.0751581","y":182.656,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 51.4133329 62.9546661 74.4959993 82.9653329 90.9013328 101.2799997 105.3973331 116.810666 127.1893329 136.3626661 140.4799995 150.591999 160.9813318 171.3599987 176.4266653 187.3279982 195.7973318","y":208.256,"children":["pourra pas avaler"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":249.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 53.6645012 64.5658341 68.6831675 77.8565007 88.2351676 93.3018342 102.4751674 106.5925008 118.2405006 129.7818338 140.6831667 144.8005001 149.8671667 154.0804998 165.621833 174.7951662 185.1738331 195.9364998 206.8378327 210.9551661 216.0218327 227.5631659 239.2111657 244.2778323 255.9258321 267.4671653 278.3684982 282.4858316 294.1338314 305.0351643 314.2084975 318.3258309 329.9738307 335.0404973 340.1071639 345.1738305 356.0751634 365.2484966 369.36583 381.0138298 384.3204964 395.2218293 405.6004962 417.1418294 421.2591628 432.1604957 441.3338289 448.9391618 453.0564952 464.704495 475.6058279 485.3124948 496.853828 508.3951612 517.5684944 528.4698273 533.5364939 538.6031605 543.6698271 554.57116 558.6884934 568.3951603 579.9364935 590.8378264 600.4804932 604.5978266 609.6644932 620.5658261 629.7391593","y":249.856,"children":["Je sais que l’usage ludique des billes d’eau est déconseillé chez les"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"629.7391968 633.8565302","y":249.856,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 50.9013329 62.4426661 69.3119989 79.6906658 91.231999 98.8373319 108.0106651","y":275.456,"children":["enants"]}]}]},"commandset-387":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5pkFKop3JCA","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-815","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5pkFKop3JCA","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 72.2900016 83.3780019 91.0413348 99.709335 107.3726679 110.2033347 115.0800017 117.9106685 127.1653358 134.3006689 142.1473357 149.9940025 157.9286696 163.7513362 168.980003 171.8106698 179.8186702 182.0920035 189.5866706 194.8153374 202.7500045 210.7580049 218.252672 221.0833388 229.0913392 236.5860063 239.4166731 244.6453399 252.140007 258.8940072 262.3773403 269.0506739 276.853341 283.9960078 287.4793409 294.8786739 298.362007 301.8453401 308.9806732 316.9153403 323.5886739 331.083341 333.9140078 347.2460085 354.3813416 357.8646747 360.6953415 369.2020086 377.7086757 386.2153428 394.7220099 397.6186767","y":19.476,"children":[": ANSES - Rapport d’étude de toxicovigilance Mai 2021,"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"397.6186523 400.4493191","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 17.3853335 25.3200006 32.7193336 40.2140007 46.5206676 51.7493344 55.2326675 63.1673346 71.1020017 73.9326685 81.9406689 89.435336 92.2660028 100.2740032 103.7573363 107.2406694 110.7240025 118.2186696 124.5253365 127.3560033 135.3640037 137.637337 145.1320041 152.2673372 160.2020043 163.0326711 172.4853383 180.4200054 187.5553385 191.0386716 198.1813384 204.4880053 211.9826724 214.8133392 222.8213396 230.3160067 236.6226736 239.4533404 246.126674 253.2620071 259.568674 262.3993408 269.8940079 277.828675 283.6513416 291.1460087 298.5453417 302.0286748 308.3353417 313.5640085 319.3866751 326.8813422 333.1880091 336.0186759 338.8493427 346.6960095 353.8313426 359.6540092 362.484676 365.9680091 373.4626762 379.7693431 382.6000099 392.9180107 400.4126778 408.3473449 413.5760117 419.3986783 426.8933454 433.2000123 436.0306791 445.4833463 453.4180134 458.6466802 462.1300133 469.9766801 477.9113472 481.3946803 487.7013472 495.6360143 503.5706814 506.4013482 509.232015 517.2400154 525.1746825 528.0053493 536.5120164 544.0066835 549.8293501 552.6600169 556.1140169 563.24935 571.0006837 578.1433505 581.6266836 589.1213507 594.9440173 597.7746841 606.2813512 614.7880183 623.2946854 631.8013525 634.6320193 641.7673524 649.7020195 652.5326863 661.0393534 669.5460205 672.3766873","y":37.076,"children":["Ingestion de billes d’eau Analyse des cas enregistrés par les Centres Antipoison du 1er janvier 2010 au 31 "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.0080004 28.5026675 35.1760011 42.6706682 54.3380018 62.3460022 68.1686688 75.6633359 78.4940027 87.0006698 95.5073369 104.014004 112.5206711","y":54.676,"children":["décembre 2019"]}]}]},"commandset-388":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-816","children":[{"nodeType":"path","d":"M0,0L194,0 194,79.736816 0,79.736816z","id":"path-816","fill":"none"}]},{"nodeType":"g","id":"shape-817","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-817","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-389":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-818","children":[{"nodeType":"path","d":"M0,0L194,0 194,79.736816 0,79.736816z","id":"path-818","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-819","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-819","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-390":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-820","children":[{"nodeType":"path","d":"M0,0L194,0 194,79.736816 0,79.736816z","id":"path-820","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-821","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-821","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-391":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-822","children":[{"nodeType":"path","d":"M0,0L194,0 194,79.736816 0,79.736816z","id":"path-822","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-823","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-823","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-392":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.7353525 29.1231747 36.4885512 47.4632559 58.4379606 66.5956287 70.3712401","y":24.095,"children":["Retour "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.908534 26.8832387 30.6588501 39.951158 50.9258627 61.9005674 66.9379762 76.3378785 80.1134899","y":47.571,"children":["au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 17.0725183 27.4603405 31.2359519 36.2733607 46.1818947 49.9575061 60.8148336 65.8522424 76.2400646 85.5323725 95.9201947","y":71.046,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-393":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081749,18.955671L39.713852,0.157522C39.492203,0.045581 39.249569,-1.3E-05 39.010803,0.004138 38.998447,0.003295 38.986092,0.004138 38.972771,0.003295 38.960415,0.004138 38.947987,0.003295 38.934662,0.004138 38.695896,-1.3E-05 38.453335,0.045581 38.231689,0.157522L38.231689,0.157522L0.865652,18.956514C0.220658,19.281443 -2.1E-05,20.000172 0.371896,20.562277L0.371896,20.562277L4.417064,26.666945C4.788981,27.228983 5.613868,27.42128 6.258862,27.097132L6.258862,27.097132L38.973663,10.63839 71.688538,27.097197C72.333603,27.42128 73.158348,27.22814 73.530334,26.666101L73.530334,26.666101L77.5755,20.561434C77.947418,20.000172 77.725777,19.281443 77.081749,18.955671z","fill-rule":"nonzero","id":"path-824","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-394":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,0L-2.4E-05,13.566457 -2.4E-05,31.526501 -2.4E-05,37.793701 -2.4E-05,38.576252C-2.4E-05,39.87447 1.207277,40.92643 2.69614,40.92643L2.69614,40.92643L3.596051,40.92643 8.090252,40.92643 20.226595,40.92643 20.226595,18.603411C20.226595,17.954271 20.830654,17.427902 21.57464,17.427902L21.57464,17.427902L32.362938,17.427902C33.107815,17.427902 33.710983,17.954271 33.710983,18.603411L33.710983,18.603411L33.710983,40.927273 45.846359,40.927273 50.340485,40.927273 51.240471,40.927273C52.729336,40.927273 53.936562,39.875313 53.936562,38.577095L53.936562,38.577095L53.936562,37.794544 53.936562,31.527344 53.936562,13.568078 26.966892,0z","fill-rule":"nonzero","id":"path-825","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-395":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,10.006609L10.787307,1.174615C10.787307,0.525544 10.183171,-4.4E-05 9.438293,-4.4E-05L9.438293,-4.4E-05L1.348001,-4.4E-05C0.604015,-4.4E-05 -4.6E-05,0.526322 -4.6E-05,1.174615L-4.6E-05,1.174615L-4.6E-05,4.580102 10.787307,10.006609z","fill-rule":"nonzero","id":"path-826","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-396":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-827","children":[{"nodeType":"path","d":"M0,0L636.333312988281,0 636.333312988281,44 0,44z","id":"path-827","fill":"none"}]},{"nodeType":"g","id":"shape-828","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-828","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-397":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.3120003 43.2160015 60.4960022 75.8560028 82.3840036 95.2480039 108.6240053 115.1520061 124.7200069 140.6240081 157.6480083 174.9600086 182.704009 199.9840097 206.4160099 212.9440107 228.3040113 246.1280126 263.1520128 269.6800136 282.5440139 298.4480151 304.9760159 318.8640164 332.2400178 349.264018 366.2880182 382.1920194 397.55202 412.9120206 426.288022 432.8160228 450.2560233 468.0800246 474.6080254 487.4720257 500.8480271 507.3760279 524.0800284 539.9840296 552.7520302 569.3600319 586.8000324 604.0800331","y":42.25,"children":["DANS LE JARDIN, SUR LA TERRASSE OU LE BALCON"]}],"style":{"fontWeight":"bold"}}]},"commandset-398":{"nodeType":"g","children":[{"nodeType":"path","d":"M24,0L765.333374023438,0 765.333374023438,239.5 24,239.5z","id":"path-829","fill":"none"}],"className":"eventable"},"commandset-399":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.63636374670613838]},{"type":"translate","args":[-0.54545459668499285,-0.6363637033572983]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-830","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-831","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-831","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-832","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-832","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-833","children":[{"nodeType":"path","d":"M32.999996,13C34.104565,12.999998 34.999996,13.895427 34.999996,14.999999 34.999996,14.999999 34.999996,15 34.999996,15L34.999996,34.999996C34.999996,36.104568 34.104568,36.999996 33,36.999996L13,36.999996C11.895431,37 11,36.104568 11,35L10.999999,15.000001C10.999999,13.895432 11.895429,13.000001 12.999997,12.999999z","id":"path-833","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-834","fill":"url(#gradient-fill-830)"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-835","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-400":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.63636374670613838]},{"type":"translate","args":[-0.54545459668499285,-0.6363637033572983]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-836","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,1.1718750698491973]},{"type":"translate","args":[-1,-1.48437508847565]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-837","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-838","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-838","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-839","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-839","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-840","children":[{"nodeType":"path","d":"M32.999996,13C34.104565,12.999998 34.999996,13.895427 34.999996,14.999999 34.999996,14.999999 34.999996,15 34.999996,15L34.999996,34.999996C34.999996,36.104568 34.104568,36.999996 33,36.999996L13,36.999996C11.895431,37 11,36.104568 11,35L10.999999,15.000001C10.999999,13.895432 11.895429,13.000001 12.999997,12.999999z","id":"path-840","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-841","fill":"url(#gradient-fill-836)"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-842","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,26.6L16,25.799999 18,23.799999 18.799999,23.799999 21.6,26.6 29.200001,19 30,19 32,21 32,21.799999 22,31.799999 21.200001,31.799999z","id":"path-843","fill":"url(#gradient-fill-837)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-401":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-845","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":786,"height":95},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.63636374670613838]},{"type":"translate","args":[-0.54545459668499285,-0.6363637033572983]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-846","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-847","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-847","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-848","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-848","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-849","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-849","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-844","filter":"url(#filter-845)","data-angle":0,"data-distance":0,"data-height":50,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":741},{"nodeType":"g","id":"pathwrap-844","children":[{"nodeType":"path","d":"M32.999996,13C34.104565,12.999998 34.999996,13.895427 34.999996,14.999999 34.999996,14.999999 34.999996,15 34.999996,15L34.999996,34.999996C34.999996,36.104568 34.104568,36.999996 33,36.999996L13,36.999996C11.895431,37 11,36.104568 11,35L10.999999,15.000001C10.999999,13.895432 11.895429,13.000001 12.999997,12.999999z","id":"path-850","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-851","fill":"url(#gradient-fill-846)"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-852","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-402":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-854","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#1DC7F4","flood-opacity":0.8},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[3.5,3.5]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-22.5,"y":-22.5,"width":786,"height":95},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.63636374670613838]},{"type":"translate","args":[-0.54545459668499285,-0.6363637033572983]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-855","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,1.1718750698491973]},{"type":"translate","args":[-1,-1.48437508847565]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-856","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-857","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-857","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-858","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-858","fill":"#0DDAEF","fill-opacity":0.24}]},{"nodeType":"g","id":"shape-859","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-859","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-853","filter":"url(#filter-854)","data-angle":0,"data-distance":0,"data-height":50,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":741},{"nodeType":"g","id":"pathwrap-853","children":[{"nodeType":"path","d":"M32.999996,13C34.104565,12.999998 34.999996,13.895427 34.999996,14.999999 34.999996,14.999999 34.999996,15 34.999996,15L34.999996,34.999996C34.999996,36.104568 34.104568,36.999996 33,36.999996L13,36.999996C11.895431,37 11,36.104568 11,35L10.999999,15.000001C10.999999,13.895432 11.895429,13.000001 12.999997,12.999999z","id":"path-860","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-861","fill":"url(#gradient-fill-855)"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-862","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,26.6L16,25.799999 18,23.799999 18.799999,23.799999 21.6,26.6 29.200001,19 30,19 32,21 32,21.799999 22,31.799999 21.200001,31.799999z","id":"path-863","fill":"url(#gradient-fill-856)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"}],"className":"eventable"},"commandset-403":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 56.1466665 61.2133331 65.3306665 76.8719997 88.4133329 92.5306663 103.4319992 112.6053324 120.2106653 124.3279987 135.7413316 140.8079982 152.3493314 161.5226646 166.5893312 177.4906641 189.0319973 197.5013309 206.6746641 210.8879972 215.0053306 226.5466638 238.087997 242.2053304 253.6186633 264.5199962 276.0613294 283.6666623 287.7839957 295.3893286 306.9306618 318.471995 327.6453282 331.7626616 340.9359948 352.477328 360.9466616 371.1439949 382.0453278 387.1119944 392.178661 397.2453276 408.1466605 416.6159941 420.7333275 431.6346604 443.1759936 447.293327 464.2639939 475.1653268 492.1359937 503.0373266 507.15466 514.7599929 525.6613258 542.6319927 554.0453256 563.2186588 567.4319919","y":33.256,"children":["Si on est plusieurs, on peut tous surveiller en même temps."]}]}]},"commandset-404":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.63636374670613838]},{"type":"translate","args":[-0.54545459668499285,-0.6363637033572983]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-864","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-865","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-865","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-866","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-866","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-867","children":[{"nodeType":"path","d":"M32.999996,13C34.104565,12.999998 34.999996,13.895427 34.999996,14.999999 34.999996,14.999999 34.999996,15 34.999996,15L34.999996,34.999996C34.999996,36.104568 34.104568,36.999996 33,36.999996L13,36.999996C11.895431,37 11,36.104568 11,35L10.999999,15.000001C10.999999,13.895432 11.895429,13.000001 12.999997,12.999999z","id":"path-867","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-868","fill":"url(#gradient-fill-864)"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-869","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-870","children":[{"nodeType":"path","d":"M-8,24.6L-8,23.799999 -6,21.799999 -5.2,21.799999 -2.4,24.6 5.2,17 6,17 8,19 8,19.799999 -2,29.799999 -2.8,29.799999z","id":"path-870","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-405":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.54545464003383293,0.63636374670613838]},{"type":"translate","args":[-0.54545459668499285,-0.6363637033572983]},{"type":"scale","args":[1.0000001733953603,1.0000001733953603]},{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-fill-871","children":[{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#DBDBDB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#F4F4F4","stop-opacity":1}]},{"nodeType":"linearGradient","gradientTransform":[{"type":"translate","args":[0.75,1.1718750698491973]},{"type":"translate","args":[-1,-1.48437508847565]},{"type":"scale","args":[1.5,1.8750001117587156]},{"type":"rotate","args":[0,0.5,0.5]}],"id":"gradient-fill-872","children":[{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"0%","stop-color":"#629FCC","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1},{"nodeType":"stop","offset":"100%","stop-color":"#3B60AB","stop-opacity":1}]}]},{"nodeType":"g","id":"shape-873","children":[{"nodeType":"path","d":"M730.999939,1E-06C736.522827,-9E-06 740.999939,4.477136 740.999939,9.999996 740.999939,9.999998 740.999939,10.000001 740.999939,10.000003L740.999939,10.000003L740.999939,39.999996C740.999939,45.522842 736.522827,49.999996 731,49.999996L731,49.999996L10.000003,49.999996C4.477157,50 3E-06,45.52285 1E-06,40.000004L1E-06,40.000004L0,10.000006C-4E-06,4.47716 4.477144,5E-06 9.99999,-1E-06z","id":"path-873","fill":"#FFFFFF","fill-opacity":0}]},{"nodeType":"g","id":"shape-874","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-874","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-875","children":[{"nodeType":"path","d":"M32.999996,13C34.104565,12.999998 34.999996,13.895427 34.999996,14.999999 34.999996,14.999999 34.999996,15 34.999996,15L34.999996,34.999996C34.999996,36.104568 34.104568,36.999996 33,36.999996L13,36.999996C11.895431,37 11,36.104568 11,35L10.999999,15.000001C10.999999,13.895432 11.895429,13.000001 12.999997,12.999999z","id":"path-875","fill":"#F4F4F4","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":0.24,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-876","fill":"url(#gradient-fill-871)"},{"nodeType":"path","d":"M31.999996,14C33.104565,13.999998 33.999996,14.895427 33.999996,15.999999 33.999996,15.999999 33.999996,16 33.999996,16L33.999996,33.999996C33.999996,35.104568 33.104568,35.999996 32,35.999996L14,35.999996C12.895431,36 12,35.104568 12,34L11.999999,16C11.999999,14.895432 12.895429,14.000001 13.999997,13.999999z","id":"path-877","fill":"none","stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"},{"nodeType":"path","d":"M16,26.6L16,25.799999 18,23.799999 18.799999,23.799999 21.6,26.6 29.200001,19 30,19 32,21 32,21.799999 22,31.799999 21.200001,31.799999z","id":"path-878","fill":"url(#gradient-fill-872)","stroke-width":1,"stroke":"#4F81BD","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}],"className":"uneventable"},{"nodeType":"g","id":"shape-879","children":[{"nodeType":"path","d":"M-8,24.6L-8,23.799999 -6,21.799999 -5.2,21.799999 -2.4,24.6 5.2,17 6,17 8,19 8,19.799999 -2,29.799999 -2.8,29.799999z","id":"path-879","fill":"#275114","fill-opacity":1,"stroke-width":1,"stroke":"#FFFFFF","stroke-opacity":1,"stroke-linecap":"round","stroke-linejoin":"round"}]}],"className":"eventable"},"commandset-406":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 54.6853333 65.5866662 69.7039996 86.6746665 97.5759994 101.6933328 111.3999997 122.9413329 134.4826661 143.6559993 154.0346662 163.7413331 172.2106667 183.1119996 187.229333 198.7706662 210.3119994 215.378666 227.0266658 238.567999 249.4693319 266.4399988 277.3413317 288.8826649 296.4879978 300.6053312 310.9839981 315.1013315 320.1679981 330.546665 334.6639984 343.8373316 355.3786648 363.8479984 374.0453317 384.9466646 390.0133312 395.0799978 400.1466644 410.5253313 422.0666645 431.7733314 442.6746643 446.7919977 458.4399975 469.3413304 473.4586638 490.4293307 501.9706639 513.5119971 517.6293305 528.5306634 540.0719966 546.9413294 557.3199963 568.8613295 576.4666624 580.5839958 592.2319956 602.6106625 614.1519957 623.3253289 627.4426623 632.5093289 635.8159955 646.7173284 657.0959953 668.6373285","y":33.256,"children":["Je me consacre uniquement à la surveillance de mon enant dans l’eau"]}]}]},"commandset-407":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 54.6853333 65.5866662 69.7039996 79.4106665 90.9519997 102.4933329 112.8826657 121.3519993 132.2533322 136.3706656 141.4373322 152.3386651 156.4559985 168.1039983 178.4826652 187.6559984 196.8293316 201.8959982 213.4373314 217.5546648 227.6666643 237.8639976 248.7653305 258.4719974 262.5893308 274.130664 285.6719972 296.5733301 300.6906635 312.1039964 320.57333 332.1146632 339.7199961 350.621329 360.3279959 367.9333288 372.9999954 384.5413286 396.0826618 400.1999952 410.5786621 422.2266619 432.6053288 444.0186617 451.6239946 462.5253275 473.4266604 477.5439938 489.1919936 500.7333268 511.1119937 522.6533269 534.3013267 538.4186601 543.4853267 548.5519933 552.6693267 563.5173263 566.8239929 577.7253258 586.898659 594.5039919 598.6213253 610.0346582 620.4133251 629.5866583 633.7039917 645.2453249 652.8506578 657.9173244 662.983991 668.0506576 677.2239908 688.1253237","y":33.256,"children":["Je couvre le bassin avec une protection adaptée quand il n’est pas utilisé"]}]}]},"commandset-408":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 54.6853333 65.5866662 69.7039996 78.8773328 90.418666 98.8879996 109.0853329 119.9866658 125.0533324 130.119999 135.1866656 146.0879985 150.2053319 167.1759988 178.717332 190.2586652 194.3759986 205.2773315 216.8186647 223.6879975 234.0666644 245.6079976 253.2133305 257.3306639 268.9786637 280.5199969 290.8986638 302.439997 314.0879968 318.2053302 323.2719968 328.3386634 332.4559968 337.479997 349.0213302 360.5626634 371.4639963 375.5813297 387.2293295 397.6079964 409.1493296 418.3226628 422.4399962 427.5066628 438.4079957 442.5253291 447.5493293 457.9279962 466.3973298 478.0453296 483.1119962 494.6533294","y":33.256,"children":["Je surveille mon enant quand il joue dans le jardin"]}]}]},"commandset-409":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45 54.6853333 65.5866662 69.7039996 78.1733332 89.0746661 98.2479993 105.8533322 116.7546651 120.8719985 131.2506654 135.3679988 145.0746657 156.6159989 164.2213318 175.1226647 179.2399981 190.8879979 202.4293311 206.5466645 218.1946643 228.5733312 237.7466644 246.9199976 251.9866642 263.5279974 267.6453308 279.2933306 290.8346638 301.2133307 312.7546639 324.4026637 328.5199971 345.490664 357.0319972 368.5733304 372.6906638 383.5919967 395.1333299 402.0026627 412.3813296 423.9226628 431.5279957 435.6453291 446.546662 455.7199952 463.3253281 467.4426615 479.0906613 489.4693282 501.0106614 510.1839946 514.301328 519.3679946 522.6746612 533.5759941 543.954661 555.4959942","y":33.256,"children":["Je reste à côté du bassin quand mon enant est dans l’eau"]}]}]},"commandset-410":{"nodeType":"g","children":[{"nodeType":"path","d":"M81.3333435058594,43.5C81.3333435058594,67.5243866176395 63.1262543884475,87 40.6666717529297,87 18.2070891174119,87 0,67.5243866176395 0,43.5 0,19.4756133823605 18.2070891174119,0 40.6666717529297,0 63.1262543884475,0 81.3333435058594,19.4756133823605 81.3333435058594,43.5z","id":"path-880","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-411":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-881","children":[{"nodeType":"path","d":"M0,0L733,0 733,88 0,88z","id":"path-881","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-882","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-882","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-412":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14.3799744 28.5133076 39.4999743 44.1399746 54.6733084 64.3533087 71.8199749 77.259975 87.6333089 98.1666427 103.6066428 114.6466428 125.6333095 136.1666433 141.6066434 147.2866437 157.8199775 163.2599776 180.4333117 190.9666455 198.4333117 208.113312 213.5533121 224.0866459 234.9933127 240.4333128 251.5533127 256.9399795 267.5266466 277.8999805 288.4333143 293.8733144 304.9933143 315.6333146 326.6199813 334.5399809 339.979981 351.0999809 358.9666482 369.499982 379.3133155 389.8466493 400.7533161 406.1933162 414.1133158 419.5533159 430.5399826 441.4466494 451.9799832 457.4199833 468.3266501 478.9666504 489.1266502 499.7133173 510.7266506 521.2599844 526.6999845 537.7133178 548.2999849 559.2066517 568.886652 574.3266521 579.7133189 590.2466527 595.6866528 606.8066527 617.3399865 624.8066527 630.2466528 637.713319 643.1533191 654.2466523 664.8333194 674.5133197 684.19332 689.6333201 700.5399869 705.979987 718.6199873","y":36.813,"children":["Qu’est ce que je mets en place pour prévenir une noyade dans le petit bassin ?"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"288.9440002 298.5440006 301.6320007 308.3040006 316.8000009 325.680001 334.6560018 343.6320026 350.8320024 359.3280027 366.5280025 369.6160026 372.7040027 380.8080028 386.832003 392.8560032 401.3520035 410.3280043 419.384005 428.3600058 436.8560061 444.0560059","y":60.312,"children":["4 réponses attendues"]}],"style":{"fontWeight":"bold"}}]},"commandset-413":{"nodeType":"g","children":[{"nodeType":"path","d":"M20,6.750015L13.249985,0 13.249985,3.375008 0,3.375008 0,10.125023 13.249985,10.125023 13.249985,13.500031z","id":"path-883","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-414":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-884","children":[{"nodeType":"path","d":"M0,0L107.000031,0 107.000031,26 0,26z","id":"path-884","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-885","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-885","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-415":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-886","children":[{"nodeType":"path","d":"M0,0L107.000031,0 107.000031,26 0,26z","id":"path-886","fill":"#0062A9","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-887","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-887","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-416":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-888","children":[{"nodeType":"path","d":"M0,0L107.000031,0 107.000031,26 0,26z","id":"path-888","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-889","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-889","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-417":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-890","children":[{"nodeType":"path","d":"M0,0L107.000031,0 107.000031,26 0,26z","id":"path-890","fill":"#5E80B3","fill-opacity":1,"stroke-width":1,"stroke":"#9F9F9F","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-891","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-891","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-418":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"17.117px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.1107788 35.560957 44.650301 51.7882605 56.1959935 65.6619206 74.7512646 81.8892241","y":19.624,"children":["Vérier"]}],"style":{"fontWeight":"bold"}}]},"commandset-419":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 321.4560186 327.9840194 345.2640201 362.7040206 377.3280211 393.2320223 410.5440226 423.920024","y":41.176,"children":["JE PREVIENS LE RISQUE DE NOYADE"]}],"style":{"fontWeight":"bold"}}]},"commandset-420":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 62.3439985 69.4899984 74.7999983 82.2339978 85.905998 93.2679975 96.5259974 100.1979976 106.731997 114.1479964 119.4939961 123.1659963 126.8019965 133.9479964 137.6199966 142.6599966 149.7699963 155.115996 160.4259959 167.5719958 174.1059952 180.6399946 187.7499943 191.4219945 198.6039947 206.0199941 209.6919943 213.3279945 220.4379942 224.1099944 231.5979943 238.7439942 242.3799944 249.3819943 256.5639945 263.925994","y":33.39,"children":["Dans le jardin, sur la terrasse ou le balcon"]}]}]},"commandset-421":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-892","children":[{"nodeType":"path","d":"M0,0L117.999969,0 117.999969,25.5 0,25.5z","id":"path-892","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-893","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-893","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-422":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-894","children":[{"nodeType":"path","d":"M0,0L117.999969,0 117.999969,25.5 0,25.5z","id":"path-894","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-895","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-895","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-423":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-896","children":[{"nodeType":"path","d":"M0,0L117.999969,0 117.999969,25.5 0,25.5z","id":"path-896","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-897","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-897","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-424":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-898","children":[{"nodeType":"path","d":"M0,0L117.999969,0 117.999969,25.5 0,25.5z","id":"path-898","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-899","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-899","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-425":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"17.117px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"20.0621681 32.4466133 42.0494795 51.6523457 58.0970502 62.5047832 72.1076494 81.7105156 90.7998596 97.9378191","y":19.624,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-426":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 29.6640015 36.1920023 51.6480017 64.3840027 81.5680027 96.3840027 102.9120035 114.2400036 129.5040054 136.6080064 152.9920072 165.7280082 172.256009 192.8320092 199.9360102 212.6720112 229.8560112 244.6720112 251.200012 257.6320122","y":30.964,"children":["JE PEUX FAIRE MIEUX !"]}]}]},"commandset-427":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-900","children":[{"nodeType":"path","d":"M0,0L692,0 692,298 0,298z","id":"path-900","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-901","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-901","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-428":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6Gl0Xir8yzu","d":"M8,87.3999938964844L109.866661071777,87.3999938964844 109.866661071777,89.3999938964844 8,89.3999938964844z","id":"path-902","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"6Ezr4FmxrgA","d":"M110,87.3999938964844L115.066665649414,87.3999938964844 115.066665649414,89.3999938964844 110,89.3999938964844z","id":"path-903","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"6Ezr4FmxrgA","d":"M115,87.3999938964844L119.117332458496,87.3999938964844 119.117332458496,89.3999938964844 115,89.3999938964844z","id":"path-904","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0880003 29.9840002 41.3120003 50.9119997 55.0293331 67.1040001 71.744 84.5440002 88.6613336 100.6293331 112.4053331 123.0293327 134.3573328 138.4746662 148.0746656 160.0426651 168.938665 173.0559984 185.8559986 189.973332 196.7999988 209.599999 222.3999992 239.1893325 246.0159993 250.1333327 261.4613328 271.0613322 279.0933318 283.2106652 295.1786647 307.1466642 311.2639976 322.5919977 334.5599972 341.8559972 352.6613303 364.6293298 372.6613294 376.7786628 388.8533298 400.1813299 404.2986633 421.6959964 433.6639959 439.1573292 451.1253287 460.7253281 464.8426615 476.9173285 488.2453286 492.362662 505.1626622 509.2799956 520.0853287 532.0533282 541.6533276 545.770661 553.0773274 557.1946608","y":24.456,"children":["Près d’1 noyé sur 5 (23%) est un enant de moins de 6 ans ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.9866667 30.3146668 34.4320002 51.8293333 62.6346664 74.6026659 86.6773329 98.6453324 109.9733325 114.0906659 126.1653329 137.493333 141.6106664 151.2106658 163.1786653 172.0746652 182.6986648 194.0266649 199.5199982 205.0133315 210.5066648 221.3119979 233.2799974 243.4133306 254.7413307 258.8586641 270.1866642 282.1546637 286.2719971 297.5999972 307.1999966 315.2319962 319.3493296 324.8426629 335.647996 339.7653294 349.8986626 360.7039957 372.6719952 382.2719946 393.5999947 397.7173281 403.2106614 414.0159945 418.1333279 429.9733281 435.4666614 447.4346609 457.0346603 461.1519937 468.4479937 477.3439936 488.6719937 500.7466607 512.7146602 524.0426603 536.0106598 544.0426594 555.3706595 560.0106594","y":50.056,"children":["Le manque de surveillance en est la cause la plus réquente."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6Gl0Xir8yzu","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":85.256,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"6Ezr4FmxrgA","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277 119.0506611","y":85.256,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":136.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 59.6271677 71.1685009 75.2858343 84.4591675 95.3605004 106.9018336 111.9685002 116.0858336 126.4645005 138.1125003 149.6538335 154.7205001 162.325833 173.2271659 177.3444993 187.7231662 196.8964994 206.0698326 217.6111658 226.0804994 236.9818323 241.0991657 246.1658323 256.5444992 260.6618326 269.8351658 281.376499 289.8458326 300.0431659 310.9444988 316.0111654 321.077832 326.1444986 336.5231655 348.0644987 357.7711656 368.6724985 372.7898319 383.6911648 395.232498 399.3498314 409.0564983 420.5978315 432.1391647 439.7444976 444.8111642 456.3524974 467.8938306 472.011164 482.9124969 490.5178298 494.6351632 506.283163 517.1844959 521.3018293 538.2724962 548.6511631 560.1924963 565.2591629 576.1604958 584.6298294 595.5311623","y":136.456,"children":["Un seul adulte assure la surveillance en continu et de manière"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"595.53125 599.6485834","y":136.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 47.9359999 58.3146668 69.7279997 81.1413326 89.6106662 101.1519994 110.8586663 122.3999995 133.3013324 144.2026653","y":162.056,"children":["rapprochée"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":213.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 56.5871677 68.1285009 72.2458343 81.9525012 92.3311681 101.5045013 105.6218347 117.2698345 128.1711674 132.2885008 143.829834 155.3711672 166.9125004 171.0298338 182.571167 190.1764999 195.2431665 200.3098331 205.3764997 214.5498329 224.9284998 232.5338327 237.6004993 249.1418325 260.6831657 264.8964988 269.0138322 274.0804988 284.9818317 289.0991651 300.7471649 311.1258318 320.299165 329.4724982 334.5391648 346.080498 350.1978314 361.8458312 373.3871644 384.2884973 389.3551639 393.4724973 405.1204971 416.6618303 420.8751634 425.94183 431.0084966 435.12583 444.2991632 455.8404964 460.907163 468.5124959 472.725829 476.8431624 487.7444953 496.9178285 504.5231614 508.6404948 525.6111617 530.6778283 539.8511615 543.9684949 555.5098281 567.0511613 575.5204949 584.6938281 588.8111615 600.4591613 604.0111613 614.3898282 621.9951611 629.600494 640.5018269 645.5684935 657.1098267 664.7151596 675.6164925","y":213.256,"children":["En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"675.6166382 679.7339716","y":213.256,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 51.4133329 61.7919998 70.2613334 74.3786668 85.92 97.4613332 101.5786666 113.2266664 118.293333 127.4666662 138.8799991 150.4213323 159.5946655 164.6613321 172.266665 177.3333316 184.2026644 188.3199978 198.6986647 210.3466645 220.7253314 232.1386643 239.7439972 250.6453301 254.7626635 261.1626636 272.8106634 283.1893303 291.6586639 300.1279975 305.1946641 316.095997 324.5653306 335.4666635 344.6399967 348.8533298 352.9706632 363.3493301 368.4159967 378.7946636 387.2639972 404.2346641 415.135997 419.3493301 423.4666635 433.1733304 444.7146636 456.2559968 466.4533301 477.354663 485.8239966 493.4293295 504.9706627 513.4399963 524.3413292 528.5546623 532.6719957 543.0506626 554.6986624 563.167996 568.2346626 572.351996 581.5253292 592.4266621 597.4933287 609.0346619 620.5759951 624.6933285 629.7599951 640.661328 644.7786614","y":238.856,"children":["par un dispositi adapté (barrières, alarme, couverture, abri selon le "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 56.9706669 68.5120001 80.1599999 91.0613328 96.1279994 107.0293323 111.1466657 122.7946655 133.6959984 137.8133318 149.4613316 159.8399985 169.0133317 178.1866649 183.2533315 194.7946647 201.1946648","y":264.456,"children":["modèle de bassin)"]}]}]},"commandset-429":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-905","children":[{"nodeType":"path","d":"M0,0L692,0 692,46 0,46z","id":"path-905","fill":"none"}]},{"nodeType":"g","id":"shape-906","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-906","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-430":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"60YIBTwEcfU","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-907","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"60YIBTwEcfU","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 67.2226679 75.0693347 81.3760016 89.3106687 95.6173356 98.4480024 106.2946692 114.2293363 122.1640034 127.98667 130.8173368 138.4806697 145.6160028 153.5506699 158.7793367 166.2740038 169.1046706 176.9513374 184.8860045 192.8940049 196.377338 199.8606711 207.8686715 215.8033386 223.2980057 226.1286725 234.0780066 239.5340069 246.66934 254.6040071 261.2773407 268.7720078 271.6026746 276.8313414 279.6620082 287.3253411 295.2600082 301.0826748 308.0933416 315.5880087 319.0713418 322.5546749 326.038008 333.1733411 341.1080082 347.7813418 355.2760089 358.1066757 365.6013428 373.4480096 376.9313427 384.9393431 392.4340102 404.1013438 407.5846769 415.519344 419.0026771 426.9373442 434.3366772 437.8200103 445.8280107 453.7626778 461.2573449 464.0880117 472.0960121 479.5906792 485.8973461 488.7280129 496.66268 504.4653471 511.6080139 518.743347 526.7513474 534.2460145 540.5526814 543.3833482 548.2600152 551.090682 560.3453493 567.8400164 574.1466833 582.0813504 585.5646835 590.7933503 597.9286834 603.1573502 609.4640171 612.2946839 620.3026843 627.7973514","y":19.476,"children":[": Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"627.7972412 630.627908","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 16.4833331 18.7566664 26.2513335 34.1860006 42.194001 50.1286681 57.6233352 62.852002 70.3466691 73.1773359 84.2653362 95.3753368 103.1413371 112.5940043 123.7406718 132.408672 140.0720049 142.9026717 151.4093388 159.9160059 168.422673 176.9293401","y":37.076,"children":["l’enquête NOYADES 2021"]}]}]},"commandset-431":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-908","children":[{"nodeType":"path","d":"M0,0L196,0 196,26 0,26z","id":"path-908","fill":"none","stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-909","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-909","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-432":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"13.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.3466673 27.8266678 33.3866677 44.2600016 51.340002 57.340002 59.9133355 70.2600028 78.1533362 86.3333365 94.3333365 102.3333365 107.0333368 115.0333368 123.0333368 131.0333368 133.6066703 140.3600034 142.9333369 145.5066704 153.5066704 161.5066704 169.5066704","y":18.16,"children":["Normes NFP90-306 à 309"]}],"style":{"fontWeight":"bold"}}]},"commandset-433":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L78,0 78,39 0,39z","id":"path-911","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.39795917272567749,0.39795917272567749]}],"id":"image-910","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-434":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L77,0 77,100 0,100z","id":"path-913","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.38499999046325684,0.5]}],"id":"image-912","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-435":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L75,0 75,98 0,98z","id":"path-915","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.38265305757522583,0.5]}],"id":"image-914","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-436":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L93,0 93,75 0,75z","id":"path-917","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.65217393636703491]}],"id":"image-916","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-437":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L19,0 19,19 0,19z","id":"path-919","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.32758620381355286,0.32758620381355286]}],"id":"image-918","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-438":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L29,0 29,29 0,29z","id":"path-921","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-920","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-439":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-922","children":[{"nodeType":"path","d":"M0,0L346.666656494141,0 346.666656494141,33 0,33z","id":"path-922","fill":"none"}]},{"nodeType":"g","id":"shape-923","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-923","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-440":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 16.9280005 22.4960008 37.7600026 44.8640036 51.3920044 62.7200045 77.9840063 85.0880073 98.3360084 104.8640092 117.0880101 129.8240111 144.5440104 151.0720112 167.1360123 183.9360134 200.5760147 215.296014 221.8240148 237.7920152 255.360016 272.1600171 279.2640181 294.0800181 300.6080189 307.0400191","y":30.964,"children":["J’AI FAIT LES BONS CHOIX !"]}]}]},"commandset-441":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5sV3I37LwiC","d":"M8,87.3999938964844L109.866661071777,87.3999938964844 109.866661071777,89.3999938964844 8,89.3999938964844z","id":"path-924","fill":"#00B050","fill-opacity":1},{"nodeType":"path","data-ref-id":"6b5hw7BMXcD","d":"M110,87.3999938964844L115.066665649414,87.3999938964844 115.066665649414,89.3999938964844 110,89.3999938964844z","id":"path-925","fill":"#002060","fill-opacity":1},{"nodeType":"path","data-ref-id":"6b5hw7BMXcD","d":"M115,87.3999938964844L119.117332458496,87.3999938964844 119.117332458496,89.3999938964844 115,89.3999938964844z","id":"path-926","fill":"#002060","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0880003 29.9840002 41.3120003 50.9119997 55.0293331 67.1040001 71.744 84.5440002 88.6613336 100.6293331 112.4053331 123.0293327 134.3573328 138.4746662 148.0746656 160.0426651 168.938665 173.0559984 185.8559986 189.973332 196.7999988 209.599999 222.3999992 239.1893325 246.0159993 250.1333327 261.4613328 271.0613322 279.0933318 283.2106652 295.1786647 307.1466642 311.2639976 322.5919977 334.5599972 341.8559972 352.6613303 364.6293298 372.6613294 376.7786628 388.8533298 400.1813299 404.2986633 421.6959964 433.6639959 439.1573292 451.1253287 460.7253281 464.8426615 476.9173285 488.2453286 492.362662 505.1626622 509.2799956 520.0853287 532.0533282 541.6533276 545.770661 553.0773274 557.1946608","y":24.456,"children":["Près d’1 noyé sur 5 (23%) est un enant de moins de 6 ans ! "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 18.9866667 30.3146668 34.4320002 51.8293333 62.6346664 74.6026659 86.6773329 98.6453324 109.9733325 114.0906659 126.1653329 137.493333 141.6106664 151.2106658 163.1786653 172.0746652 182.6986648 194.0266649 199.5199982 205.0133315 210.5066648 221.3119979 233.2799974 243.4133306 254.7413307 258.8586641 270.1866642 282.1546637 286.2719971 297.5999972 307.1999966 315.2319962 319.3493296 324.8426629 335.647996 339.7653294 349.8986626 360.7039957 372.6719952 382.2719946 393.5999947 397.7173281 403.2106614 414.0159945 418.1333279 429.9733281 435.4666614 447.4346609 457.0346603 461.1519937 468.4479937 477.3439936 488.6719937 500.7466607 512.7146602 524.0426603 536.0106598 544.0426594 555.3706595 560.0106594","y":50.056,"children":["Le manque de surveillance en est la cause la plus réquente."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5sV3I37LwiC","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 21.0240002 34.5706663 46.8586664 61.5040006 73.7920007 90.1653337 96.3200001 109.8666662","y":85.256,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","data-ref-id":"6b5hw7BMXcD","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"109.8666611 114.9333277 119.0506611","y":85.256,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":136.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 59.6271677 71.1685009 75.2858343 84.4591675 95.3605004 106.9018336 111.9685002 116.0858336 126.4645005 138.1125003 149.6538335 154.7205001 162.325833 173.2271659 177.3444993 187.7231662 196.8964994 206.0698326 217.6111658 226.0804994 236.9818323 241.0991657 246.1658323 256.5444992 260.6618326 269.8351658 281.376499 289.8458326 300.0431659 310.9444988 316.0111654 321.077832 326.1444986 336.5231655 348.0644987 357.7711656 368.6724985 372.7898319 383.6911648 395.232498 399.3498314 409.0564983 420.5978315 432.1391647 439.7444976 444.8111642 456.3524974 467.8938306 472.011164 482.9124969 490.5178298 494.6351632 506.283163 517.1844959 521.3018293 538.2724962 548.6511631 560.1924963 565.2591629 576.1604958 584.6298294 595.5311623","y":136.456,"children":["Un seul adulte assure la surveillance en continu et de manière"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"595.53125 599.6485834","y":136.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 47.9359999 58.3146668 69.7279997 81.1413326 89.6106662 101.1519994 110.8586663 122.3999995 133.3013324 144.2026653","y":162.056,"children":["rapprochée"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"8 43.9791679","y":213.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.9791679 56.5871677 68.1285009 72.2458343 81.9525012 92.3311681 101.5045013 105.6218347 117.2698345 128.1711674 132.2885008 143.829834 155.3711672 166.9125004 171.0298338 182.571167 190.1764999 195.2431665 200.3098331 205.3764997 214.5498329 224.9284998 232.5338327 237.6004993 249.1418325 260.6831657 264.8964988 269.0138322 274.0804988 284.9818317 289.0991651 300.7471649 311.1258318 320.299165 329.4724982 334.5391648 346.080498 350.1978314 361.8458312 373.3871644 384.2884973 389.3551639 393.4724973 405.1204971 416.6618303 420.8751634 425.94183 431.0084966 435.12583 444.2991632 455.8404964 460.907163 468.5124959 472.725829 476.8431624 487.7444953 496.9178285 504.5231614 508.6404948 525.6111617 530.6778283 539.8511615 543.9684949 555.5098281 567.0511613 575.5204949 584.6938281 588.8111615 600.4591613 604.0111613 614.3898282 621.9951611 629.600494 640.5018269 645.5684935 657.1098267 664.7151596 675.6164925","y":213.256,"children":["En cas de non utilisation, le bassin quel qu’il soit, est mis hors d’atteinte"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"675.6166382 679.7339716","y":213.256,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 51.4133329 61.7919998 70.2613334 74.3786668 85.92 97.4613332 101.5786666 113.2266664 118.293333 127.4666662 138.8799991 150.4213323 159.5946655 164.6613321 172.266665 177.3333316 184.2026644 188.3199978 198.6986647 210.3466645 220.7253314 232.1386643 239.7439972 250.6453301 254.7626635 261.1626636 272.8106634 283.1893303 291.6586639 300.1279975 305.1946641 316.095997 324.5653306 335.4666635 344.6399967 348.8533298 352.9706632 363.3493301 368.4159967 378.7946636 387.2639972 404.2346641 415.135997 419.3493301 423.4666635 433.1733304 444.7146636 456.2559968 466.4533301 477.354663 485.8239966 493.4293295 504.9706627 513.4399963 524.3413292 528.5546623 532.6719957 543.0506626 554.6986624 563.167996 568.2346626 572.351996 581.5253292 592.4266621 597.4933287 609.0346619 620.5759951 624.6933285 629.7599951 640.661328 644.7786614","y":238.856,"children":["par un dispositi adapté (barrières, alarme, couverture, abri selon le "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40 56.9706669 68.5120001 80.1599999 91.0613328 96.1279994 107.0293323 111.1466657 122.7946655 133.6959984 137.8133318 149.4613316 159.8399985 169.0133317 178.1866649 183.2533315 194.7946647 201.1946648","y":264.456,"children":["modèle de bassin)"]}]}]},"commandset-442":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-927","data-original-image":"02","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-928","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-443":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-929","data-original-image":"03","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-930","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-444":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-931","data-original-image":"04","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-932","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-445":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-933","data-original-image":"05","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-934","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-446":{"nodeType":"g","children":[{"nodeType":"image","transform":[{"type":"scale","args":[1,1]}],"id":"image-935","data-original-image":"06","x":0,"y":0,"opacity":1},{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-936","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"eventable"},"commandset-447":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.0379944 29.5433292 40.0153303 50.4873314 57.5153322 62.3219991 72.7940002 83.2660013 93.178002 100.9620024","y":21.224,"children":["Continuer"]}],"style":{"fontWeight":"bold"}}]},"commandset-448":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5lvUkwTMAWZ","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-937","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5lvUkwTMAWZ","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 67.2226679 75.0693347 81.3760016 89.3106687 95.6173356 98.4480024 106.2946692 114.2293363 122.1640034 127.98667 130.8173368 138.4806697 145.6160028 153.5506699 158.7793367 166.2740038 169.1046706 176.9513374 184.8860045 192.8940049 196.377338 199.8606711 207.8686715 215.8033386 223.2980057 226.1286725 234.0780066 239.5340069 246.66934 254.6040071 261.2773407 268.7720078 271.6026746 276.8313414 279.6620082 287.3253411 295.2600082 301.0826748 308.0933416 315.5880087 319.0713418 322.5546749 326.038008 333.1733411 341.1080082 347.7813418 355.2760089 358.1066757 365.6013428 373.4480096 376.9313427 384.9393431 392.4340102 404.1013438 407.5846769 415.519344 419.0026771 426.9373442 434.3366772 437.8200103 445.8280107 453.7626778 461.2573449 464.0880117 472.0960121 479.5906792 485.8973461 488.7280129 496.66268 504.4653471 511.6080139 518.743347 526.7513474 534.2460145 540.5526814 543.3833482 548.2600152 551.090682 560.3453493 567.8400164 574.1466833 582.0813504 585.5646835 590.7933503 597.9286834 603.1573502 609.4640171 612.2946839 620.3026843 627.7973514","y":19.476,"children":[": Ipsos pour Santé publique France / Surveillance épidémiologique des noyades - Résultats de"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"627.7972412 630.627908","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 16.4833331 18.7566664 26.2513335 34.1860006 42.194001 50.1286681 57.6233352 62.852002 70.3466691 73.1773359 84.2653362 95.3753368 103.1413371 112.5940043 123.7406718 132.408672 140.0720049 142.9026717 151.4093388 159.9160059 168.422673 176.9293401","y":37.076,"children":["l’enquête NOYADES 2021"]}]}]},"commandset-449":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-938","children":[{"nodeType":"path","d":"M0,0L109,0 109,30 0,30z","id":"path-938","fill":"#FFFFFF","fill-opacity":0,"stroke-width":2,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-939","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-939","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-450":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 314.2880174 322.0320178 339.3120185 353.200019 370.6400195 386.0960189 393.8400193 410.448021 425.2000218 439.0880223 446.8320227 464.2720232 481.5520239","y":41.176,"children":["JE PREVIENS LE RISQUE D’INTOXICATION"]}],"style":{"fontWeight":"bold"}}]},"commandset-451":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L244,0 244,177 0,177z","id":"path-941","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.99186992645263672,0.98882681131362915]}],"id":"image-940","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-452":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L239,0 239,180 0,180z","id":"path-943","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.97551017999649048,0.97826087474823]}],"id":"image-942","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-453":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L240,0 240,175 0,175z","id":"path-945","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.97560977935791016,0.9776536226272583]}],"id":"image-944","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-454":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-949","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":305,"height":234}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-948","filter":"url(#filter-949)","data-angle":0,"data-distance":0,"data-height":144,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":215},{"nodeType":"g","id":"pathwrap-948","children":[{"nodeType":"path","d":"M0,0L215,0 215,144 0,144z","id":"path-950","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.1237766295671463,0.12010008096694946]}],"id":"image-947","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-455":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-951","children":[{"nodeType":"path","d":"M0,0L117,0 117,25 0,25z","id":"path-951","fill":"none"}]},{"nodeType":"g","id":"shape-952","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-952","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-456":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"40.7010002 50.0130005 59.8230009 68.8650007 76.2990002 78.6150002","y":16.844,"children":["HOUX "]}],"style":{"fontWeight":"bold"}}]},"commandset-457":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-953","children":[{"nodeType":"path","d":"M0,0L124,0 124,25 0,25z","id":"path-953","fill":"none"}]},{"nodeType":"g","id":"shape-954","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-954","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-458":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.5629959 36.8749962 46.6849966 54.2269974 61.4809976 68.8129974 78.1249977 84.6349984 88.4629982 96.4369982 98.7529982","y":16.844,"children":["HORTENSIA "]}],"style":{"fontWeight":"bold"}}]},"commandset-459":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-955","children":[{"nodeType":"path","d":"M0,0L93.3333129882813,0 93.3333129882813,25 0,25z","id":"path-955","fill":"none"}]},{"nodeType":"g","id":"shape-956","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-956","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-460":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.9799995 34.6619997 42.0959992 49.3499994 53.1779992 59.6879999 67.0199997","y":16.844,"children":["CYTISE"]}],"style":{"fontWeight":"bold"}}]},"commandset-461":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-957","children":[{"nodeType":"path","d":"M0,0L151.999984741211,0 151.999984741211,25 0,25z","id":"path-957","fill":"none"}]},{"nodeType":"g","id":"shape-958","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-958","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-462":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34.3239975 40.7019978 48.3279982 57.369998 65.1819983 69.0099981 76.3419979 84.1539982 86.4699982 94.0239981 103.8339985 110.3439992 117.675999","y":16.844,"children":["LAURIER ROSE"]}],"style":{"fontWeight":"bold"}}]},"commandset-463":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-959","children":[{"nodeType":"path","d":"M-1E-06,63.333351C-2.3E-05,28.355337 28.355234,3.2E-05 63.333248,-4E-06L63.333248,-4E-06L63.333206,4E-06C98.311226,-5.9E-05 126.666565,28.355183 126.666618,63.333294 126.666618,63.333305 126.666618,63.333317 126.666618,63.333328L126.666618,63.333328L126.666626,63.333313 126.666626,698.755493 0,698.755493 0,63.333313z","id":"path-959","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-960","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[90]}],"id":"text-960","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":90,"x":411,"y":285}],"className":"uneventable"}],"className":"eventable"},"commandset-464":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.7359996 -274.4719992 -271.2079988 -267.9439984 -264.679998 -261.4159976 -258.1519972 -254.8879968 -251.6239964 -248.359996 -245.0959956 -241.8319952 -238.5679948","y":288.972,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.7359996 -274.4719992 -271.2079988 -267.9439984 -264.679998 -261.4159976 -258.1519972 -254.8879968 -251.6239964 -248.359996 -245.0959956 -241.8319952 -238.5679948 -235.3039944 -232.039994 -228.7759936 -225.5119932 -222.2479928 -218.9839924 -215.719992 -212.4559916 -209.1919912 -205.9279908 -202.6639904 -199.39999 -196.1359896 -192.8719892","y":325.409,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-192.871994 -179.5653257 -168.9253254 -151.7519913 -134.5786572 -124.0453234 -113.1386566 -105.6719904 -100.2319903 -94.55199 -89.9119897 -79.3786559 -69.005322 -58.4186549 -50.4986553 -43.0319891 -32.4986553 -27.0586552 -21.6719884 -11.1386546 -5.6986545 2.2213451 7.6613452 17.3413455 28.3813455 39.3680122 49.901346 55.3413461 66.3546794 70.9946797 76.4346798 87.3413466 94.8080128 105.3680132 115.5013464 120.9413465 131.3146804 141.7946809 149.2613471 154.7013472 165.3413475 176.2480143 181.6880144 192.7013477 203.2880148 214.1946816 223.8746819 229.314682 246.4880161 257.1280164 268.0346832 273.4746833 279.1546836 289.7413507 297.608018 308.6213513 314.0613514 324.9680182 330.4080183 343.0480186","y":325.409,"children":["Comment j’écarte le risque d’intoxication dans mon jardin ?"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.9119999 -274.8239998 -271.7359997 -268.6479996 -265.5599995 -262.4719994 -259.3839993 -256.2959992 -253.2079991 -250.119999 -247.0319989 -243.9439988 -240.8559987 -237.7679986 -234.6799985 -231.5919984 -228.5039983 -225.4159982 -222.3279981 -219.239998 -216.1519979 -213.0639978 -209.9759977 -206.8879976","y":354.172,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-206.8880005 -202.7706671 -198.6533337 -194.5360003 -190.4186669 -186.3013335 -182.1840001 -178.0666667 -173.9493333 -169.8319999 -165.7146665 -153.3413335 -146.2480003 -142.1306669 -132.4453336 -121.5440007 -117.4266673","y":354.172,"children":[" 1- Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-117.4266815 -108.5306816 -97.2026815 -89.1706819 -77.2026824 -65.2346829 -56.338683 -44.3706835 -33.0426834 -28.92535","y":354.172,"children":["retourne "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-28.925354 -21.3200212 -9.778688 1.7626452 9.3679781 20.269311 29.4426442 33.5599776 38.6266442 49.5279771 58.7013103 62.8186437 73.7199766 81.3253095 86.3919761 98.0399759 109.5813091 120.482642 128.0879749 135.6933078 146.5946407 155.7679739 159.981307 164.0986404","y":354.172,"children":["toutes les étiquettes, "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -276.8826666 -272.7653332 -268.6479998 -264.5306664 -260.413333 -256.2959996 -252.1786662 -248.0613328 -243.9439994 -239.826666 -235.7093326 -231.5919992 -227.4746658 -223.3573324 -219.239999 -215.1226656 -211.0053322 -206.8879988 -202.7706654 -198.653332 -194.5359986 -190.4186652 -186.3013318 -182.1839984 -178.066665 -173.9493316 -169.8319982 -165.7146648 -153.3413318 -146.2479986 -136.5626653 -125.6613324 -121.543999","y":379.772,"children":[" 2-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-121.5440063 -116.050673 -110.5573397 -100.9573403 -96.8400069","y":379.772,"children":["lis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-96.8400116 -91.773345 -80.8720121 -71.6986789 -67.5813455 -62.5146789 -50.9733457 -44.1040129 -32.5626797 -24.0933461 -7.1226792 3.2559877 10.8613206 15.9279872 27.4693204 39.0106536 48.1839868 52.3013202 56.4186536 65.5919868 77.0053197 87.9066526 97.6133195 102.6799861 114.0506526 125.6986524 137.2399856 148.1413185 157.3146517 161.4319851 171.810652 175.9279854 185.6346523 197.1759855 207.5546524 219.2026522 230.7439854 241.6453183 245.7626517 256.1519845 266.5306514 274.999985 280.0666516 290.9679845 298.5733174 309.4746503","y":379.772,"children":["les inormations spéciques à chaque variété"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"309.4747314 313.5920649","y":379.772,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -276.8826666 -272.7653332 -268.6479998 -264.5306664 -260.413333 -256.2959996 -252.1786662 -248.0613328 -243.9439994 -239.826666 -235.7093326 -231.5919992 -227.4746658 -223.3573324 -219.239999 -215.1226656 -211.0053322 -206.8879988 -202.7706654 -198.653332 -194.5359986 -190.4186652 -186.3013318 -182.1839984 -178.066665 -173.9493316 -169.8319982 -165.7146648 -153.3413318 -146.2479986 -142.1306652 -132.4453319 -121.543999 -117.4266656 -107.7199987 -102.6533321 -97.5866655 -85.9386657 -74.3973325 -63.4959996 -59.3786662 -50.205333 -38.6639998 -30.1946662 -26.0773328","y":405.372,"children":[" 3- Je clique sur "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-26.0773163 -12.989316 -7.4959827 3.3093504 15.2773499 23.3093495 34.6373496 43.5333495","y":405.372,"children":["Planter"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.5333557 47.7466888","y":405.372,"children":["."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"-281 -277.9119999 -271.5599997","y":425.708,"children":[" r"]}]}]},"commandset-465":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"29.0453339 40.4973345 45.3040014 54.7586685 65.2306696 72.2586704 82.1706711 89.9546715","y":20.724,"children":["Planter"]}],"style":{"fontWeight":"bold"}}]},"commandset-466":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L95,0 95,48 0,48z","id":"path-962","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.50526314973831177]}],"id":"image-961","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-467":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L240,0 240,174 0,174z","id":"path-964","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.97560977935791016,0.97206705808639526]}],"id":"image-963","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-468":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-968","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":305,"height":239}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-967","filter":"url(#filter-968)","data-angle":0,"data-distance":0,"data-height":149,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":215},{"nodeType":"g","id":"pathwrap-967","children":[{"nodeType":"path","d":"M0,0L215,0 215,149 0,149z","id":"path-969","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.1237766295671463,0.12427022308111191]}],"id":"image-966","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-469":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L239,0 239,179 0,179z","id":"path-971","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.97551017999649048,0.97282606363296509]}],"id":"image-970","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-470":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-972","children":[{"nodeType":"path","d":"M0,0L244,0 244,177 0,177z","id":"path-972","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#FE635B","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-973","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-973","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-471":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 24.5760002 34.4880009 44.1600018 49.2640019 57.9440022 67.7200022","y":27.492,"children":["CYTISE"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.776 30.3759999 39.3520007 46.0240006 53.6240005 62.1200008 65.6000011 68.6880012 77.0800014 86.0560022 95.032003 102.2320028 109.4320026 117.9280029 125.1280027 128.608003 131.6960031 140.0880033 146.3600036 154.4640037 158.5840041 167.5600049 176.0560052 183.256005 186.7360053 189.8240054","y":46.692,"children":["Ecorce, gousses, graines, "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 18.4720001 26.9680004 35.9440012 40.0640016 44.184002 48.3040024 56.8000027 64.0000025 67.0880026 75.5840029 81.6080031 84.6960032 94.0720036 102.5680039 111.5440047 118.2160046 125.4160044 128.5040045 134.5280047 143.024005 150.7120057 154.8320061 163.8880068 172.8640076 181.3600079 188.5600077","y":65.892,"children":["euilles et eurs toxiques"]}],"style":{"fontWeight":"bold"}}]},"commandset-472":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L127,0 127,101 0,101z","id":"path-975","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.43162393569946289]}],"id":"image-974","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-473":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#A0A8AB","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.5680008 32.9440022 39.472003 55.5680037 72.5920039 85.9680053 102.2560054 110.0000058 123.3760072 140.6560079 156.0160085 162.5440093 175.4080096 188.784011 195.3120118 212.336012 220.0800124 235.440013 253.0400134 270.8640147 284.2400161 290.7680169 308.0800172 314.2880174 322.0320178 339.3120185 353.200019 370.6400195 386.0960189 393.8400193 410.448021 425.2000218 439.0880223 446.8320227 464.2720232 481.5520239","y":41.176,"children":["JE PREVIENS LE RISQUE D’INTOXICATION"]}],"style":{"fontWeight":"bold"}}]},"commandset-474":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#A0A8AB","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 62.3439985 69.4899984 74.7999983 82.2339978 85.905998 93.2679975 96.5259974 100.1979976 106.731997 114.1479964 119.4939961 123.1659963 126.8019965 133.9479964 137.6199966 142.6599966 149.7699963 155.115996 160.4259959 167.5719958 174.1059952 180.6399946 187.7499943 191.4219945 198.6039947 206.0199941 209.6919943 213.3279945 220.4379942 224.1099944 231.5979943 238.7439942 242.3799944 249.3819943 256.5639945 263.925994","y":33.39,"children":["Dans le jardin, sur la terrasse ou le balcon"]}]}]},"commandset-475":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-976","children":[{"nodeType":"path","d":"M0,0L239,0 239,180 0,180z","id":"path-976","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-977","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-977","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-476":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.5040007 31.6720009 43.7280016 54.144002 59.2480021 69.0240021 79.4400025 82.5280026 92.6000031 105.680003 114.3600033 124.1360033","y":38.592,"children":["LAURIER ROSE"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.8720007 30.368001 39.3440018 43.4640022 47.5840026 51.704003 60.2000033 67.4000031 70.4880032 78.9840035 85.0080037 88.0960038 97.4720042 105.9680045 114.9440053 121.6160052 128.816005 131.9040051 137.9280053 144.6000052 153.0960055 160.2960053 163.3840054 169.4080056 177.9040059 185.5920066 189.712007 198.7680077 207.7440085 216.2400088 223.4400086","y":57.792,"children":["Feuilles et eurs très toxiques"]}],"style":{"fontWeight":"bold"}}]},"commandset-477":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L119,0 119,110 0,110z","id":"path-979","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.4685039222240448,0.470085471868515]}],"id":"image-978","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-478":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-983","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.69},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[7,7]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-45,"y":-45,"width":306,"height":239}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-982","filter":"url(#filter-983)","data-angle":0,"data-distance":0,"data-height":149,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":216},{"nodeType":"g","id":"pathwrap-982","children":[{"nodeType":"path","d":"M0,0L216,0 216,149 0,149z","id":"path-984","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.12435232847929001,0.12427022308111191]}],"id":"image-981","data-original-image":"01","x":0,"y":0,"opacity":1}]}],"className":"eventable"},"commandset-479":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-985","children":[{"nodeType":"path","d":"M0,0L240,0 240,175 0,175z","id":"path-985","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-986","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-986","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-480":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 25.4160004 38.4960003 48.552001 58.2240019 68.0000019 80.4160023 89.0960026 94.2000027 104.8320036","y":37.692,"children":["HORTENSIA"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.8160009 26.9360013 35.0400014 44.0160022 50.0400024 58.5360027 61.6240028 70.6000036 79.5760044 88.5520052 91.6400053 97.6640055 106.1600058 113.8480065 117.9680069 127.0240076 136.0000084 144.4960087","y":56.892,"children":["Plante non toxique"]}],"style":{"fontWeight":"bold"}}]},"commandset-481":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L132,0 132,104 0,104z","id":"path-988","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.50190114974975586,0.39393940567970276]}],"id":"image-987","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-482":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-989","children":[{"nodeType":"path","d":"M0,0L215,0 215,172 0,172z","id":"path-989","fill":"#FFFFFF","fill-opacity":1,"stroke-width":3,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-990","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-990","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-483":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 25.4160004 38.4960003 50.552001 60.4640017","y":24.992,"children":["HOUX"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.8720007 30.368001 39.3440018 43.4640022 47.5840026 51.704003 60.2000033 67.4000031 70.4880032 78.9840035 85.0080037 88.0960038 97.1520045 105.2560046 109.376005 117.8720053 125.0720051 128.1600052 134.8320051 143.8080059 152.7840067 161.1760069 169.6720072 172.7600073","y":44.192,"children":["Feuilles et baies rouge "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#FF0000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.0240002 27.5200005 35.2080012 39.3280016 48.3840023 57.3600031 65.8560034 73.0560032","y":63.392,"children":["toxiques"]}],"style":{"fontWeight":"bold"}}]},"commandset-484":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L113,0 113,103 0,103z","id":"path-992","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.44488188624382019,0.44017094373703003]}],"id":"image-991","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-485":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-993","children":[{"nodeType":"path","d":"M0,0L198.33332824707,0 198.33332824707,44 0,44z","id":"path-993","fill":"none"}]},{"nodeType":"g","id":"shape-994","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-994","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-486":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.8640003 38.7680015 45.2960023 61.904004 79.7280053 87.4720057 102.8320063 110.5760067 127.8560074 141.2320088","y":42.25,"children":["LA CUISINE"]}],"style":{"fontWeight":"bold"}}]},"commandset-487":{"nodeType":"g","children":[{"nodeType":"path","d":"M28,14C28,21.7319864976311 21.7319864976311,28 14,28 6.26801350236889,28 0,21.7319864976311 0,14 0,6.26801350236889 6.26801350236889,0 14,0 21.7319864976311,0 28,6.26801350236889 28,14z","id":"path-995","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#262626","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"},{"nodeType":"g","id":"shape-996","children":[{"nodeType":"path","d":"M13.259054,18.042534C12.764209,18.042534 12.269363,18.207481 11.939466,18.537378 11.444621,18.867275 11.279673,19.362122 11.279673,19.856968 11.279673,20.516762 11.444621,21.011606 11.939466,21.341503 12.269363,21.6714 12.764209,21.836349 13.259054,21.836349 13.918848,21.836349 14.413693,21.6714 14.74359,21.341503 15.238436,21.011606 15.403384,20.516762 15.403384,19.856968 15.403384,19.362122 15.238436,18.867275 14.74359,18.537378 14.413693,18.207481 13.918848,18.042534 13.259054,18.042534z","fill-rule":"nonzero","id":"path-996","fill":"#000000","fill-opacity":1},{"nodeType":"path","d":"M17.217817,6.990986C16.393074,6.331192 15.403384,6.001296 14.083797,6.001296 13.094106,6.001296 12.104415,6.166244 11.444621,6.331192 10.784827,6.661089 10.125032,6.990986 9.630187,7.320883 9.30029,7.485832 9.30029,7.485832 9.30029,7.485832 10.619879,10.125008 10.619879,10.125008 10.619879,10.125008 10.949776,9.795111 10.949776,9.795111 10.949776,9.795111 11.114724,9.795111 11.279673,9.630162 11.60957,9.465214 11.774518,9.465214 11.939466,9.300265 12.269363,9.300265 12.434312,9.135317 12.764209,9.135317 12.929157,8.970368 13.094106,8.970368 13.424003,8.970368 13.588951,8.970368 14.248745,8.970368 14.578642,9.135317 14.74359,9.300265 14.908539,9.465214 15.073487,9.795111 15.073487,10.125008 15.073487,10.454905 14.908539,10.784801 14.74359,10.94975 14.578642,11.114698 14.413693,11.444595 14.248745,11.609544 13.918848,11.939441 13.588951,12.104389 13.424003,12.434286 12.929157,12.764183 12.764209,13.09408 12.434312,13.423977 12.269363,13.753874 11.939466,14.248719 11.774518,14.908513 11.774518,15.23841 11.774518,15.568307 11.774518,16.063152 11.774518,16.2281 11.774518,16.557997 11.774518,16.722946 11.774518,17.052843 11.774518,17.052843 11.774518,17.052843 12.104415,17.052843 12.104415,17.052843 12.104415,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,17.052843 14.74359,16.722946 14.74359,16.722946 14.74359,16.722946 14.74359,16.2281 14.74359,15.733255 14.908539,15.403358 15.073487,15.073462 15.403384,14.908513 15.568333,14.578616 15.89823,14.248719 16.063177,14.083771 16.393074,13.918822 16.88792,13.588925 17.052868,13.259028 17.382765,12.929132 17.712662,12.599235 18.042559,12.104389 18.207508,11.609544 18.372456,11.114698 18.537405,10.454905 18.537405,9.795111 18.537405,8.640471 18.042559,7.65078 17.217817,6.990986z","fill-rule":"nonzero","id":"path-997","fill":"#000000","fill-opacity":1}],"className":"uneventable"}],"className":"eventable"},"commandset-488":{"nodeType":"g","children":[{"nodeType":"path","d":"M77.081696,18.717915L39.713825,0.155519C39.49218,0.044983 39.249542,-3.9E-05 39.010777,0.004059 38.998421,0.003227 38.986069,0.004059 38.972744,0.003227 38.960388,0.004059 38.94796,0.003227 38.934639,0.004059 38.695873,-3.9E-05 38.453312,0.044983 38.231667,0.155519L38.231667,0.155519L0.865657,18.718748C0.220663,19.0396 -1.6E-05,19.749315 0.371901,20.304371L0.371901,20.304371L4.417066,26.332478C4.788983,26.887468 5.613869,27.077353 6.258862,26.757269L6.258862,26.757269L38.973637,10.504943 71.688484,26.757334C72.333557,27.077353 73.158295,26.886635 73.530281,26.331644L73.530281,26.331644L77.575447,20.303537C77.947365,19.749315 77.725716,19.0396 77.081696,18.717915z","fill-rule":"nonzero","id":"path-998","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-489":{"nodeType":"g","children":[{"nodeType":"path","d":"M26.966892,-3E-05L-2.4E-05,13.396269 -2.4E-05,31.131046 -2.4E-05,37.319641 -2.4E-05,38.092377C-2.4E-05,39.37431 1.207277,40.413074 2.69614,40.413074L2.69614,40.413074L3.596051,40.413074 8.090252,40.413074 20.226595,40.413074 20.226595,18.370047C20.226595,17.729048 20.830654,17.20928 21.57464,17.20928L21.57464,17.20928L32.362938,17.20928C33.107815,17.20928 33.710983,17.729048 33.710983,18.370047L33.710983,18.370047L33.710983,40.41391 45.846359,40.41391 50.340485,40.41391 51.240471,40.41391C52.729336,40.41391 53.936562,39.375145 53.936562,38.093208L53.936562,38.093208L53.936562,37.320477 53.936562,31.13188 53.936562,13.397869 26.966892,-3E-05z","fill-rule":"nonzero","id":"path-999","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-490":{"nodeType":"g","children":[{"nodeType":"path","d":"M10.787307,9.881142L10.787307,1.159906C10.787307,0.518974 10.183171,-2.3E-05 9.438293,-2.3E-05L9.438293,-2.3E-05L1.348001,-2.3E-05C0.604015,-2.3E-05 -4.6E-05,0.519742 -4.6E-05,1.159906L-4.6E-05,1.159906L-4.6E-05,4.522686 10.787307,9.881142z","fill-rule":"nonzero","id":"path-1000","fill":"#000000","fill-opacity":1}],"className":"eventable"},"commandset-491":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1001","children":[{"nodeType":"path","d":"M0,0L181.005798,0 181.005798,78.736786 0,78.736786z","id":"path-1001","fill":"none"}]},{"nodeType":"g","id":"shape-1002","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1002","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-492":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1003","children":[{"nodeType":"path","d":"M0,0L181.005798,0 181.005798,78.736786 0,78.736786z","id":"path-1003","fill":"#C0504D","fill-opacity":1}]},{"nodeType":"g","id":"shape-1004","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1004","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-493":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1005","children":[{"nodeType":"path","d":"M0,0L181.005798,0 181.005798,78.736786 0,78.736786z","id":"path-1005","fill":"#A8A8A8","fill-opacity":1}]},{"nodeType":"g","id":"shape-1006","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1006","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-494":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1007","children":[{"nodeType":"path","d":"M0,0L181.005798,0 181.005798,78.736786 0,78.736786z","id":"path-1007","fill":"#CACACA","fill-opacity":1}]},{"nodeType":"g","id":"shape-1008","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1008","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-495":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 18.7353525 29.1231747 36.4885512 47.4632559 58.4379606 66.5956287 70.3712401","y":23.595,"children":["Retour "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 15.908534 26.8832387 30.6588501 39.951158 50.9258627 61.9005674 66.9379762 76.3378785 80.1134899","y":47.071,"children":["au choix "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"19.563px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6 17.0725183 27.4603405 31.2359519 36.2733607 46.1818947 49.9575061 60.8148336 65.8522424 76.2400646 85.5323725 95.9201947","y":70.546,"children":["de la pièce"]}],"style":{"fontWeight":"bold"}}]},"commandset-496":{"nodeType":"g","children":[{"nodeType":"path","d":"M119.999992370605,60C119.999992370605,93.1370849898476 93.1370790683512,120 59.9999961853027,120 26.8629133022542,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629133022542,0 59.9999961853027,0 93.1370790683512,0 119.999992370605,26.8629150101524 119.999992370605,60z","id":"path-1009","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-497":{"nodeType":"g","children":[{"nodeType":"path","d":"M120.000015258789,60C120.000015258789,93.1370849898476 93.1370968328404,120 60.0000076293945,120 26.8629184259487,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629184259487,0 60.0000076293945,0 93.1370968328404,0 120.000015258789,26.8629150101524 120.000015258789,60z","id":"path-1010","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-498":{"nodeType":"g","children":[{"nodeType":"path","d":"M121.000015258789,60C121.000015258789,93.1370849898476 93.9132392077558,120 60.5000076293945,120 27.0867760510333,120 0,93.1370849898476 0,60 0,26.8629150101524 27.0867760510333,0 60.5000076293945,0 93.9132392077558,0 121.000015258789,26.8629150101524 121.000015258789,60z","id":"path-1011","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#385D8A","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-499":{"nodeType":"g","children":[{"nodeType":"path","d":"M-3E-06,183.386932C-6.3E-05,82.105202 82.104919,8.7E-05 183.386642,-1.4E-05L183.386642,-1.4E-05L217.112823,1.6E-05C318.394562,-0.000173 400.499786,82.104759 400.499939,183.386765 400.499939,183.386795 400.499939,183.386841 400.499939,183.386871L400.499939,183.386871L400.499969,183.386826 400.499969,641 0,641 0,183.386826z","id":"path-1012","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-500":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1013","children":[{"nodeType":"path","d":"M0,0L212.617889404297,0 212.617889404297,22 0,22z","id":"path-1013","fill":"#FFFFFF","fill-opacity":1}]},{"nodeType":"g","id":"shape-1014","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1014","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-501":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"50.0359955 61.7719965 70.4279966 73.5159967 79.8679969 83.6679969 90.547997 99.2839971 107.9399972 116.1159978 119.2039979 124.0039981 133.2839988 136.4439989 145.7239996 148.8839997 158.1640004 162.9640006","y":17.192,"children":["Un risque (1,2,3)"]}]}]},"commandset-502":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L10.6666259765625,0 10.6666259765625,17 0,17z","id":"path-1015","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-503":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1016","children":[{"nodeType":"path","d":"M0,0L599,0 599,82.0000076293945 0,82.0000076293945z","id":"path-1016","fill":"none"}]},{"nodeType":"g","id":"shape-1017","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1017","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-504":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 28.9759998 38.552 54.0079994 69.4639988 78.9439993 88.7599993 95.4799996 100.3759995 109.856 125.3119994 135.3199998 144.8000003 154.1360007 164.0240012 173.5040017 180.6320015 185.5280014 200.9840008 210.560001 220.376001 225.2720009 234.7520014 244.5680014 251.0000016 260.5280015 270.3440015 277.0640018 281.9600017 291.8720014 301.3520019 306.2480018 314.9600017 319.1360018 328.6160023 335.3360026 344.9120028 354.8000033 366.896003 376.3760035 383.5040033 388.4000032 397.8800037 406.7120035 416.192004 425.5280044 430.4240043 440.336004 449.8160045 458.5280044 463.4240043 473.0000045 482.9840047 488.0960047 497.5760052 504.2960055 513.0080054","y":33.632,"children":["Comment empêcher mon enant de s’étouer avec des objets"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"513.0079956 517.9039955","y":33.632,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 26.9119997 36.3920002 41.2880001 46.1360001 55.664 60.5599999 69.8960003 79.7840008 84.6800007 93.3920006 98.2880005 108.1040005 117.584001 122.4800009","y":69.2,"children":["de la cuisine "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"122.480011 132.5920105","y":69.2,"children":["?"]}]}]},"commandset-505":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L564,0 564,280.25 0,280.25z","id":"path-1018","fill":"none"}],"className":"eventable"},"commandset-506":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.6549482 32.9778652","y":32.242,"children":["3."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"32.9778633 37.1341133","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.1341133 53.9869785 64.3684892 74.5950527 86.0520849 96.5247421 103.1145868 112.019535 116.595056 121.4440145 131.8255252 136.5468797 153.9101629 164.2916736 175.7487058 182.3385505 191.2434987","y":32.242,"children":["Magnets, aimants"]}]}]},"commandset-507":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34 48.333334 54.4166675","y":33.276,"children":["B."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"21.333px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"54.4166679 59.9583349","y":33.276,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"14.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"59.9583359 68.0078154 77.0097685 82.996748 87.9668002 96.1237016 103.1061235 111.3346391 115.1445351 124.1464882 133.0052128 138.9921923 145.9889374 149.7988334 158.7864642 167.0149798 170.8248758 179.8125066 188.6712312 194.6582107 199.8359451 208.0644607 216.2929763","y":33.276,"children":["Surface hors de portée"]}]}]},"commandset-508":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34 46.8789082 52.2018252","y":32.242,"children":["A."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"52.2018242 56.3580742","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.3580742 66.6848974 71.4062519 79.0260439 90.3007841 95.0221386 102.6419306 107.4908891 113.8164106 124.2890678 131.9088598 149.272143 159.7448002","y":32.242,"children":["Tiroir fermé"]}]}]},"commandset-509":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34 45.8945322 51.2174492","y":32.242,"children":["C."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"51.2174492 55.3736992","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"55.3736992 66.6119814 77.8867216 84.4765663 89.3255248 95.6510463 106.1237035 113.7434955 131.1067787 141.5794359","y":32.242,"children":["Pot fermé"]}]}]},"commandset-510":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.6549482 32.9778652","y":32.242,"children":["2."]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"32.9778633 37.1341133","y":32.242,"children":[" "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.1341133 47.3789053 57.760416 66.6471357 75.5520839 80.4010424 91.8398451 96.5611996 106.9427103 115.8476585 122.4375032 127.1588577 138.5976604 150.0546926 160.5273498","y":32.242,"children":["Sacs plastique"]}]}]},"commandset-511":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 27.6549482","y":32.242,"children":["1"]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"27.6549473 31.9127598 36.0690098","y":32.242,"children":[". "]}]},{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"18.667px","fill":"#4B4B4B","fill-opacity":1,"children":[{"nodeType":"tspan","x":"36.0690117 47.3072939 57.7799511 64.3697958 69.0911503 75.680995 84.5859432 89.4349017 99.8164124 104.5377669 109.2591214 126.6224046 137.0950618 148.552094 155.1419387 164.0468869 168.8958454 177.8007936 188.2734508 197.1601705 206.0651187","y":32.242,"children":["Petits aliments secs"]}]}]},"commandset-512":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,58.5,57.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1020","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.86666667461395264,0.95833331346511841]}],"id":"image-1021","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1021"}]},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1022","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1022","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1023","fill":"url(#gradient-mask-pathwrap-1022)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1022","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1022","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1024","fill":"url(#gradient-mask-pathwrap-1022)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-1022","children":[{"nodeType":"path","d":"M57.500023,114.999992C25.74365,115.000008 1.2E-05,89.256393 1E-06,57.500042 -2.6E-05,25.743677 25.743563,3.5E-05 57.499928,-2E-06L57.499928,-2E-06L59.499905,3E-06C91.256279,-5.4E-05 116.999947,25.74353 116.999992,57.499916 117.000038,89.256287 91.256447,114.999947 59.50013,114.999992 59.500122,114.999992 59.500111,114.999992 59.500103,114.999992z","id":"path-1025","fill":"#EDEDED","fill-opacity":1},{"nodeType":"path","d":"M57.500023,114.999992C25.74365,115.000008 1.2E-05,89.256393 1E-06,57.500042 -2.6E-05,25.743677 25.743563,3.5E-05 57.499928,-2E-06L57.499928,-2E-06L59.499905,3E-06C91.256279,-5.4E-05 116.999947,25.74353 116.999992,57.499916 117.000038,89.256287 91.256447,114.999947 59.50013,114.999992 59.500122,114.999992 59.500111,114.999992 59.500103,114.999992z","id":"path-1026","fill":"url(#pattern-1020)"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,232]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1022","mask":"url(#mask-pathwrap-1022)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,232]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1022","mask":"url(#mask-pathwrap-1022)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-513":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1027","children":[{"nodeType":"path","d":"M0,0L41.3333435058594,0 41.3333435058594,40 0,40z","id":"path-1027","fill":"none"}]},{"nodeType":"g","id":"shape-1028","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1028","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-514":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 31.333334","y":27.802,"children":["B"]}]}]},"commandset-515":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1029","children":[{"nodeType":"path","d":"M0,0L40,0 40,40 0,40z","id":"path-1029","fill":"none"}]},{"nodeType":"g","id":"shape-1030","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1030","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-516":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 29.177084","y":27.802,"children":["3"]}]}]},"commandset-517":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1031","children":[{"nodeType":"path","d":"M0,0L48,0 48,40 0,40z","id":"path-1031","fill":"none"}]},{"nodeType":"g","id":"shape-1032","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1032","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-518":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 31.71875","y":27.802,"children":["A"]}]}]},"commandset-519":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L87,0 87,82 0,82z","id":"path-1034","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.446153849363327,0.44565218687057495]}],"id":"image-1033","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-520":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1035","children":[{"nodeType":"path","d":"M0,0L36,0 36,40 0,40z","id":"path-1035","fill":"none"}]},{"nodeType":"g","id":"shape-1036","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1036","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-521":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 29.177084","y":27.802,"children":["2"]}]}]},"commandset-522":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 30.59375","y":27.802,"children":["C"]}]}]},"commandset-523":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1037","children":[{"nodeType":"path","d":"M0,0L47,0 47,40 0,40z","id":"path-1037","fill":"none"}]},{"nodeType":"g","id":"shape-1038","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1038","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-524":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17 29.177084","y":27.802,"children":["1"]}]}]},"commandset-525":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"29.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.7706671 31.0320006 37.0160008 51.7706681 67.3760024 79.6373359 94.5680028 101.6666699 113.9280034 129.7680026 143.8480025 149.8320027 155.8160029 167.6080037 179.8693372 185.8533374 201.4586717 208.5573388 222.6373387 238.7706719 255.1093388 267.3706723 273.3546725 289.2240067 301.4853402 307.4693404 321.5493403 337.8880072 349.7973414 361.7066756 377.6933423 392.9173432 406.4400101 419.1706772 426.2693443 442.256011 458.0960102 463.9920106 469.9760108 482.2373443 494.9680114 510.9546781 527.293345 539.2026792 551.1120134 563.3733469 582.8213469 595.0826804 610.9226796 623.6533467","y":37.995,"children":["JE PREVIENS LE RISQUE DE SUFFOCATION, ETOUFFEMENT"]}],"style":{"fontWeight":"bold"}}]},"commandset-526":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8739984 58.5459986 65.5479985 72.9639979 76.6359981 83.1699975 86.8419977 94.2039972 101.3139969","y":33.39,"children":["Dans la cuisine"]}]}]},"commandset-527":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1039","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-1039","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1040","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1040","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-528":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1041","children":[{"nodeType":"path","d":"M0,0L121.666687,0 121.666687,32.860931 0,32.860931z","id":"path-1041","fill":"#E1E1E1","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1042","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1042","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-529":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"18.667px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"31.6373291 43.03333 52.4879971 57.294664 62.1013309 72.6666652 82.5786659 90.3626663","y":23.724,"children":["Valider"]}],"style":{"fontWeight":"bold"}}]},"commandset-530":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57.5,58]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1044","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.64245808124542236,0.644444465637207]}],"id":"image-1045","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1045"}]},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1046","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1046","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1047","fill":"url(#gradient-mask-pathwrap-1046)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1046","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1046","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1048","fill":"url(#gradient-mask-pathwrap-1046)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-1046","children":[{"nodeType":"path","d":"M1E-06,57.500046C-3.1E-05,25.743668 25.743576,1.9E-05 57.499905,3E-06 89.256279,-5.4E-05 114.999947,25.74353 114.999992,57.499992 114.999992,57.499996 114.999992,57.5 114.999992,57.500004L114.999992,57.500004L114.999992,58.499992C114.999992,90.256363 89.256371,115.999992 57.500019,115.999992 25.743652,116 1.9E-05,90.256386 1E-06,58.500023z","id":"path-1049","fill":"#EDEDED","fill-opacity":1},{"nodeType":"path","d":"M1E-06,57.500046C-3.1E-05,25.743668 25.743576,1.9E-05 57.499905,3E-06 89.256279,-5.4E-05 114.999947,25.74353 114.999992,57.499992 114.999992,57.499996 114.999992,57.5 114.999992,57.500004L114.999992,57.500004L114.999992,58.499992C114.999992,90.256363 89.256371,115.999992 57.500019,115.999992 25.743652,116 1.9E-05,90.256386 1E-06,58.500023z","id":"path-1050","fill":"url(#pattern-1044)"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1046","mask":"url(#mask-pathwrap-1046)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1046","mask":"url(#mask-pathwrap-1046)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-531":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,58.5,58.5]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1051","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.795918345451355]}],"id":"image-1052","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1052"}]}]},{"nodeType":"g","id":"shape-1053","children":[{"nodeType":"path","d":"M99.865746,17.134254L115.00666,43.359085 115.00666,73.640915 99.865746,99.865746 73.640915,115.00666 43.359085,115.00666 17.134254,99.865746 1.99334,73.640915 1.99334,43.359085 17.134254,17.134254 43.359085,1.99334 73.640915,1.99334z","id":"path-1053","fill":"url(#pattern-1051)"}]}],"className":"eventable"},"commandset-532":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,56,54]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1054","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5894736647605896,0.5901639461517334]}],"id":"image-1055","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1055"}]}]},{"nodeType":"g","id":"shape-1056","children":[{"nodeType":"path","d":"M96.183769,15.816235L110.159996,40.023773 110.159996,67.976227 96.183769,92.183769 71.976227,106.159996 40.023773,106.159996 15.816235,92.183769 1.840006,67.976227 1.840006,40.023773 15.816235,15.816235 40.023773,1.840006 71.976227,1.840006z","id":"path-1056","fill":"url(#pattern-1054)"}]}],"className":"eventable"},"commandset-533":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,56,58]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1058","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.75675678253173828,0.5]}],"id":"image-1059","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1059"}]},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1060","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1060","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1061","fill":"url(#gradient-mask-pathwrap-1060)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"},{"nodeType":"linearGradient","data-is-reflection-gradient":true,"gradientTransform":[{"type":"rotate","args":[90,0.5,0.5]}],"id":"gradient-mask-pathwrap-1060","children":[{"nodeType":"stop","offset":"0%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"65%","stop-color":"#FFFFFF","stop-opacity":0},{"nodeType":"stop","offset":"100%","stop-color":"#FFFFFF","stop-opacity":0.52}]},{"nodeType":"mask","id":"mask-pathwrap-1060","children":[{"nodeType":"rect","width":1.2,"height":1.2,"id":"path-1062","fill":"url(#gradient-mask-pathwrap-1060)","x":-0.1,"y":-0.1}],"maskContentUnits":"objectBoundingBox"}]},{"nodeType":"g","id":"pathwrap-1060","children":[{"nodeType":"path","d":"M2E-06,56.000046C-2.9E-05,25.072096 25.072004,2E-05 55.999908,2E-06 86.927856,-5.3E-05 111.999947,25.07196 111.999992,55.999992 111.999992,55.999996 111.999992,56 111.999992,56.000004L111.999992,56.000004L111.999985,59.999992C111.999992,90.927933 86.92794,115.999992 56.000015,116 25.072077,116 1.7E-05,90.927963 0,60.000023z","id":"path-1063","fill":"#EDEDED","fill-opacity":1},{"nodeType":"path","d":"M2E-06,56.000046C-2.9E-05,25.072096 25.072004,2E-05 55.999908,2E-06 86.927856,-5.3E-05 111.999947,25.07196 111.999992,55.999992 111.999992,55.999996 111.999992,56 111.999992,56.000004L111.999992,56.000004L111.999985,59.999992C111.999992,90.927933 86.92794,115.999992 56.000015,116 25.072077,116 1.7E-05,90.927963 0,60.000023z","id":"path-1064","fill":"url(#pattern-1058)"}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1060","mask":"url(#mask-pathwrap-1060)","data-adornment-type":"reflection"},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"translate","args":[0,234]},{"type":"scale","args":[1,-1]}],"xlink:href":"#pathwrap-1060","mask":"url(#mask-pathwrap-1060)","data-adornment-type":"reflection"}],"className":"eventable"},"commandset-534":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1065","children":[{"nodeType":"path","d":"M0,0L233,0 233,22 0,22z","id":"path-1065","fill":"#FFFFFF","fill-opacity":1}]},{"nodeType":"g","id":"shape-1066","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1066","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-535":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"16px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"12.4079895 24.1439905 32.7999906 35.8879907 43.9599912 52.1359918 59.0159919 64.7199924 72.895993 75.9839931 84.7199932 92.8959938 95.9839939 104.5439943 110.8959945 118.927995 126.5759952 134.7519958 143.4079959 149.1119964 152.9119964 161.5679965 170.2239966 173.3119967 178.1119969 188.4239972 191.5839973 201.8399978 204.5359979 215.7919984 220.5919986","y":17.192,"children":["Un geste de prévention (A,B,C)"]}]}]},"commandset-536":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L11,0 11,17 0,17z","id":"path-1067","fill":"#FFFFFF","fill-opacity":1}],"className":"eventable"},"commandset-537":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1068","children":[{"nodeType":"path","d":"M0,0L514,0 514,54 0,54z","id":"path-1068","fill":"none"}]},{"nodeType":"g","id":"shape-1069","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1069","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-538":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.546875 36.5 44.8125 64.421875 82.375 102.015625 118.78125 127.09375 137.9375 155.734375 163.828125 176.890625 194.84375 203.15625 232.921875 241.015625 258.96875 278.609375 295.375 303.6875 312.234375 320.546875 328.859375 337.40625 355.359375 363.671875 376.734375 394.6875 412.640625 427.90625 443.171875 460.96875 469.0625 487.015625 495.328125 503.84375","y":39.203,"children":["Je peux faire mieux ! Je réessaie ."]}]}]},"commandset-539":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1070","children":[{"nodeType":"path","d":"M0,0L132,0 132,32.000031 0,32.000031z","id":"path-1070","fill":"#0070C0","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1071","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1071","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-540":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1072","children":[{"nodeType":"path","d":"M0,0L132,0 132,32.000031 0,32.000031z","id":"path-1072","fill":"#6C92CB","fill-opacity":1,"stroke-width":1,"stroke":"#0E62AA","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1073","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1073","data-reference-type":"text","data-reference-id":"02","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-541":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"16px","fill":"#A6A6A6","fill-opacity":1,"children":[{"nodeType":"tspan","x":"25.5703125 36.1328125 45.5859375 55.0390625 62.9921875 70.9453125 80.609375 89.7109375 99.1640625 106.4296875","y":22.207,"children":["Réessayer"]}]}]},"commandset-542":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1074","children":[{"nodeType":"path","d":"M0,0L403,0 403,58 0,58z","id":"path-1074","fill":"none"}]},{"nodeType":"g","id":"shape-1075","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1075","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-543":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.9680004 38.7040014 45.2320022 61.8720035 67.4400038 80.1760048 94.8960041 108.1440052 114.672006 128.8160061 144.0800079 158.8000072 165.328008 178.5760091 195.3760102 212.5600102 225.8080113 232.3360121 247.6000139 254.1280147 265.4560148 280.7200166 287.8240176 301.0720187 307.6000195 320.3360205 335.1520205 350.3840209 366.3520213 379.6000224 386.1280232 392.5600234","y":43.176,"children":["CE N’EST PAS TOUT À FAIT EXACT !"]}]}]},"commandset-544":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1076","children":[{"nodeType":"path","d":"M0,0L499.399597167969,0 499.399597167969,33 0,33z","id":"path-1076","fill":"none"}]},{"nodeType":"g","id":"shape-1077","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1077","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-545":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 31.6640015 38.1920023 53.6480017 66.3840027 83.5680027 98.3840027 104.9120035 125.4880037 131.056004 146.3200058 166.896006 179.632007 191.8560079 198.9600089 215.76001 232.1440108 244.8800118 261.2640126 267.7920134 274.2240136","y":41.176,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-546":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1079","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1078","filter":"url(#filter-1079)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1078","children":[{"nodeType":"g","id":"shape-1080","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1080","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1081","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1081","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-547":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1083","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1082","filter":"url(#filter-1083)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1082","children":[{"nodeType":"g","id":"shape-1084","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1084","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-1085","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1085","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-548":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1087","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1086","filter":"url(#filter-1087)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1086","children":[{"nodeType":"g","id":"shape-1088","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1088","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-1089","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1089","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-549":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1091","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1090","filter":"url(#filter-1091)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1090","children":[{"nodeType":"g","id":"shape-1092","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1092","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-1093","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1093","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-550":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L54,0 54,54 0,54z","id":"path-1095","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1094","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-551":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1096","children":[{"nodeType":"path","d":"M0,0L759,0 759,46 0,46z","id":"path-1096","fill":"none"}]},{"nodeType":"g","id":"shape-1097","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1097","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-552":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5nmb9EQr8Sj","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1098","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5nmb9EQr8Sj","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-553":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1099","children":[{"nodeType":"path","d":"M0,0L622,0 622,237 0,237z","id":"path-1099","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1100","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1100","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-554":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6WoVdOXJF5b","d":"M10,104L111.866661071777,104 111.866661071777,106 10,106z","id":"path-1101","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.9866667 32.3146668 41.9146662 46.0319996 56.8373327 66.4373321 78.2773323 89.9786653 100.7946653 111.0453319 116.5386652 127.8666653 137.4666647 141.5839981 152.9119982 160.9439978 165.0613312 174.6613306 186.6293301 193.9253301 201.2213301 213.1893296 223.3226628 234.1279959 242.1599955 247.6533288 259.6213283 271.5893278 281.1893272 285.3066606 296.6346607 308.6026602 316.6346598 324.9973259 335.802659 341.2959923 353.2639918 364.5919919 376.5599914 384.591991 388.7093244 400.6773239 412.6453234 416.7626568 425.6586567 431.15199 440.7519894 452.8266564 464.7946559 476.122656 480.2399894","y":24.056,"children":["Les asphyxies et suocations entrainent un risque "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.074667 26.7146669 38.6826664 50.6506659 60.2506653 72.0906655 77.5839988 85.6159984 96.4213315 101.9146648 107.4079981 117.0079975 127.8133306 135.8453302 141.3386635 153.306663 165.2746625 169.3919959 177.4239955 186.3199954 197.6479955 207.2479949 211.3653283 222.6933284 228.1866617 239.3226614 249.946661 261.2746611 265.3919945 270.0319944 274.1493278 284.282661 288.0159941 299.3439942 308.9439936 316.9759932 321.0933266 326.5866599 337.91466 342.0319934 351.6319928 357.1253261 368.3146591 380.2826586 391.6106587 395.7279921 407.8026591 419.1306592 423.2479926 428.7413259 440.069326 452.0373255 460.9333254 465.0506588 476.2399918 484.6026579 495.1413246 505.9573246 511.4506579 519.4826575 530.8106576 534.927991 542.2346574","y":49.656,"children":["d’hospitalisation très élévé , c’est le signe de leur gravité !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6WoVdOXJF5b","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":100.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":100.856,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":152.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 78.6191674 88.9978343 100.5391675 111.3018342 122.2031671 126.3205005 137.8618337 149.4031669 157.8725005 167.0458337 171.1631671 182.8111669 193.7124998 197.8298332 209.2431661 220.7844993 229.2538329 236.8591658 247.7604987 258.6618316 262.779165 274.4271648 285.3284977 294.5018309 298.6191643 309.5204972 321.0618304 327.9311632 338.3098301 349.8511633 357.4564962 366.6298294 370.7471628 375.8138294 386.7151623 395.8884955 400.0058289 411.4191618 422.3204947 429.9258276 434.9924942 442.5978271 451.7711603 455.8884937 466.2671606 471.3338272 476.4004938 493.3711607 504.2724936 515.8138268 523.4191597 532.5924929 536.805826 540.9231594 545.989826 556.8911589 566.0644921","y":152.056,"children":["Je range hors de portée des enants les petits aliments, les"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"566.0646362 570.1819696","y":152.056,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 53.4133329 64.3146658 71.9199987 76.9866653 84.5919982 93.7653314 97.8826648 109.423998 121.0719978 126.095998 136.9973309 144.6026638 153.775997 157.8933304 168.7946633 176.3999962 180.5173296 185.5839962 196.4853291 205.6586623 209.7759957 218.9493289 229.3279958 239.0346627 248.2079959","y":177.656,"children":["petits objets et les sacs"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":228.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 77.5525003 88.4538332 96.9231668 113.8938337 124.7951666 128.9125 133.9791666 144.8804995 154.0538327 158.1711661 167.877833 179.4191662 190.9604994 198.5658323 209.4671652 221.0084984 231.3871653 242.9284985 250.5338314 259.7071646","y":228.856,"children":["Je erme les contenants"]}]}]},"commandset-555":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6VYmpbQO1Tb","d":"M10,104L111.866661071777,104 111.866661071777,106 10,106z","id":"path-1102","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.9866667 32.3146668 41.9146662 46.0319996 56.8373327 66.4373321 78.2773323 89.9786653 100.7946653 111.0453319 116.5386652 127.8666653 137.4666647 141.5839981 152.9119982 160.9439978 165.0613312 174.6613306 186.6293301 193.9253301 201.2213301 213.1893296 223.3226628 234.1279959 242.1599955 247.6533288 259.6213283 271.5893278 281.1893272 285.3066606 296.6346607 308.6026602 316.6346598 324.9973259 335.802659 341.2959923 353.2639918 364.5919919 376.5599914 384.591991 388.7093244 400.6773239 412.6453234 416.7626568 425.6586567 431.15199 440.7519894 452.8266564 464.7946559 476.122656 480.2399894","y":24.056,"children":["Les asphyxies et suocations entrainent un risque "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.074667 26.7146669 38.6826664 50.6506659 60.2506653 72.0906655 77.5839988 85.6159984 96.4213315 101.9146648 107.4079981 117.0079975 127.8133306 135.8453302 141.3386635 153.306663 165.2746625 169.3919959 177.4239955 186.3199954 197.6479955 207.2479949 211.3653283 222.6933284 228.1866617 239.3226614 249.946661 261.2746611 265.3919945 270.0319944 274.1493278 284.282661 288.0159941 299.3439942 308.9439936 316.9759932 321.0933266 326.5866599 337.91466 342.0319934 351.6319928 357.1253261 368.3146591 380.2826586 391.6106587 395.7279921 407.8026591 419.1306592 423.2479926 428.7413259 440.069326 452.0373255 460.9333254 465.0506588 476.2399918 484.6026579 495.1413246 505.9573246 511.4506579 519.4826575 530.8106576 534.927991 542.2346574","y":49.656,"children":["d’hospitalisation très élévé , c’est le signe de leur gravité !"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6VYmpbQO1Tb","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":100.856,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":100.856,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":152.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 78.6191674 88.9978343 100.5391675 111.3018342 122.2031671 126.3205005 137.8618337 149.4031669 157.8725005 167.0458337 171.1631671 182.8111669 193.7124998 197.8298332 209.2431661 220.7844993 229.2538329 236.8591658 247.7604987 258.6618316 262.779165 274.4271648 285.3284977 294.5018309 298.6191643 309.5204972 321.0618304 327.9311632 338.3098301 349.8511633 357.4564962 366.6298294 370.7471628 375.8138294 386.7151623 395.8884955 400.0058289 411.4191618 422.3204947 429.9258276 434.9924942 442.5978271 451.7711603 455.8884937 466.2671606 471.3338272 476.4004938 493.3711607 504.2724936 515.8138268 523.4191597 532.5924929 536.805826 540.9231594 545.989826 556.8911589 566.0644921","y":152.056,"children":["Je range hors de portée des enants les petits aliments, les"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"566.0646362 570.1819696","y":152.056,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 53.4133329 64.3146658 71.9199987 76.9866653 84.5919982 93.7653314 97.8826648 109.423998 121.0719978 126.095998 136.9973309 144.6026638 153.775997 157.8933304 168.7946633 176.3999962 180.5173296 185.5839962 196.4853291 205.6586623 209.7759957 218.9493289 229.3279958 239.0346627 248.2079959","y":177.656,"children":["petits objets et les sacs"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":228.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 77.5525003 88.4538332 96.9231668 113.8938337 124.7951666 128.9125 133.9791666 144.8804995 154.0538327 158.1711661 167.877833 179.4191662 190.9604994 198.5658323 209.4671652 221.0084984 231.3871653 242.9284985 250.5338314 259.7071646","y":228.856,"children":["Je erme les contenants"]}]}]},"commandset-556":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1104","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":140.5,"height":48.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1103","filter":"url(#filter-1104)","data-angle":45,"data-distance":4,"data-height":26,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":118},{"nodeType":"g","id":"pathwrap-1103","children":[{"nodeType":"g","id":"shape-1105","children":[{"nodeType":"path","d":"M0,0L117.333344,0 117.333344,26 0,26z","id":"path-1105","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1106","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1106","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-557":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1108","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1107","filter":"url(#filter-1108)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1107","children":[{"nodeType":"g","id":"shape-1109","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1109","fill":"#0062A9","fill-opacity":1}]},{"nodeType":"g","id":"shape-1110","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1110","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-558":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1112","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1111","filter":"url(#filter-1112)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1111","children":[{"nodeType":"g","id":"shape-1113","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1113","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1114","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1114","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-559":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1116","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1115","filter":"url(#filter-1116)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1115","children":[{"nodeType":"g","id":"shape-1117","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1117","fill":"#6C92CB","fill-opacity":1}]},{"nodeType":"g","id":"shape-1118","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1118","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-560":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1120","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":154.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1119","filter":"url(#filter-1120)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":132},{"nodeType":"g","id":"pathwrap-1119","children":[{"nodeType":"g","id":"shape-1121","children":[{"nodeType":"path","d":"M0,0L132,0 132,32 0,32z","id":"path-1121","fill":"#5E80B3","fill-opacity":1}]},{"nodeType":"g","id":"shape-1122","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1122","data-reference-type":"text","data-reference-id":"03","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-561":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.7179985 30.8499994 40.9486665 51.0473336 57.7020005 62.1353339 72.234001 82.3326681 91.8713358 99.2820023","y":20.224,"children":["Continuer"]}]}]},"commandset-562":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1123","children":[{"nodeType":"path","d":"M0,0L428.333374023438,0 428.333374023438,34 0,34z","id":"path-1123","fill":"none"}]},{"nodeType":"g","id":"shape-1124","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1124","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-563":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#010101","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 24.4960008 39.7600026 46.8640036 53.3920044 64.7200045 79.9840063 87.0880073 100.3360084 106.8640092 119.0880101 131.8240111 138.3520119 154.416013 171.2160141 187.8560154 194.3840162 210.3520166 227.9200174 244.7200185 251.8240195 266.6400195 273.1680203 279.6000205","y":41.176,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-564":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5hfYsCKtH17","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1125","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5hfYsCKtH17","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-565":{"nodeType":"g","children":[{"nodeType":"path","d":"M-2E-06,124.337402C-4.6E-05,55.667812 55.667603,6.5E-05 124.337196,-7E-06L124.337196,-7E-06L124.33712,1.4E-05C193.006729,-0.00011 248.67453,55.667511 248.674637,124.337288 248.674637,124.337311 248.674637,124.337334 248.674637,124.337357L248.674637,124.337357L248.674652,124.337326 248.674652,822.333374 0,822.333374 0,124.337326z","id":"path-1126","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-566":{"nodeType":"g","children":[{"nodeType":"path","d":"M120,60C120,93.1370849898476 93.1370849898476,120 60,120 26.8629150101524,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629150101524,0 60,0 93.1370849898476,0 120,26.8629150101524 120,60z","id":"path-1127","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#B8BBC1","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-567":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1128","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.081603437662124634,0.081603437662124634]}],"id":"image-1129","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1129"}]}]},{"nodeType":"g","id":"shape-1130","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1130","fill":"url(#pattern-1128)"}]}],"className":"eventable"},"commandset-568":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1131","children":[{"nodeType":"path","d":"M0,0L48,0 48,56 0,56z","id":"path-1131","fill":"none"}]},{"nodeType":"g","id":"shape-1132","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1132","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-569":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6.5919991 17.706666 23.9999991 32.5119992 41.4079991","y":20.361,"children":["Drop"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"6.8266659 15.5093327 24.0213328 32.746666 41.1733323","y":45.653,"children":["Zone"]}]}]},"commandset-570":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"39.6240005 43.4320006 51.029335 58.4773354 66.1120028 73.4853367 77.2933368 85.0026707 92.3760046","y":59.605,"children":[" Zone de"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"92.3759995 96.1839995","y":59.605,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"48.229332 55.9386659 63.3119998 71.0960002 78.5440006 83.7706675","y":87.269,"children":["dépôt"]}]}]},"commandset-571":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1133","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.51351350545883179,0.51351350545883179]}],"id":"image-1134","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1134"}]}]},{"nodeType":"g","id":"shape-1135","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1135","fill":"url(#pattern-1133)"}]}],"className":"eventable"},"commandset-572":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1136","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.56435644626617432,0.56435644626617432]}],"id":"image-1137","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1137"}]}]},{"nodeType":"g","id":"shape-1138","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1138","fill":"url(#pattern-1136)"}]}],"className":"eventable"},"commandset-573":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1139","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.50666666030883789,0.50666666030883789]}],"id":"image-1140","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1140"}]}]},{"nodeType":"g","id":"shape-1141","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1141","fill":"url(#pattern-1139)"}]}],"className":"eventable"},"commandset-574":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1142","children":[{"nodeType":"path","d":"M0,0L601.333374023438,0 601.333374023438,70 0,70z","id":"path-1142","fill":"none"}]},{"nodeType":"g","id":"shape-1143","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1143","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-575":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.9200001 31.9000006 42.7960005 55.0600004 59.6920004","y":26.688,"children":["1-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"59.6919975 71.0919981 84.5559978 98.0199975 104.1999973 114.9999975 121.1799973 131.9799975 136.6119975","y":26.688,"children":["choisis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"136.6119995 142.3119998 154.5759997 159.2079997 172.3120007 178.012001 188.3320007 201.1719999 214.1559992 224.4759989 230.1759992 238.731999 244.4319993 252.159999 256.791999 261.423999 267.1239993 279.3879992 284.0199992 296.8599984 302.5599987 315.543998 325.8639977 330.4959977 342.1719973 355.2759983 366.9519979 379.7919971 388.3479969 400.6119968 405.2439968","y":26.688,"children":["le dispositi le plus adapté "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.9200001 31.9000006 36.5320006 47.4280005 59.6920004 64.3240004 70.0240007 82.2880006 86.9200006","y":55.488,"children":["2- Je le "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"86.9199982 100.5039997 113.2480001 126.5679998 140.0319995 150.8319997 163.5760001 168.2080001","y":55.488,"children":["dépose "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"168.2080078 181.3120089 192.9880085 205.9720078 216.2920075 220.9240075 226.6240078 238.8880077 243.5200077 254.4400078 266.7040077 276.2320076 287.1520077 292.852008 305.1160079 309.7480079 320.668008 326.3680083 334.3480088 345.2680089 358.2520082 371.2360075 379.7920073 389.3200072 401.5840071 406.3240073","y":55.488,"children":["dans le cercle ci-contre."]}]}]},"commandset-576":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1144","children":[{"nodeType":"path","d":"M0,0L621,0 621,46 0,46z","id":"path-1144","fill":"none"}]},{"nodeType":"g","id":"shape-1145","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1145","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-577":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.3066683 33.9466686 51.1200027 68.2933368 78.8266706 89.7333374 97.2000036 102.6400037 108.320004 112.9600043 123.4933381 140.6666722 151.7866721 162.3200059 172.6933398 183.6800065 194.2133403 199.6533404 216.8266745 227.4666748 238.3733416 243.8133417 254.3466755 265.2533423 272.4000088 282.9866759 293.8933427 301.3600089 306.800009 317.8133423 322.4533426 333.0933429 344.0800096 353.8933431 361.8133427 367.2533428 375.1733424 380.6133425 386.0000093 396.5866764 402.0266765 413.1466764 423.7866767 431.7066763 439.1733425 449.7066763 455.1466764 462.2933429 472.8266767 483.7333435 494.2666773 501.7333435 509.6000108 520.1333446","y":34.813,"children":["Comment j’empêche mon enant d’ouvrir la porte enêtre"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"520.1334229 525.5734229","y":34.813,"children":[" "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.5333338 28 33.4400001 44.4533334 49.0933337 59.6800008 65.0666676 70.4533344 80.9866682 88.9066678 94.3466679 104.0266682 114.560002 125.5466687 130.9333355 136.3733356 146.0533359 157.0400026 164.9600022 170.4000023 175.7866691 186.3200029 191.760003 202.8533362 213.4400033 218.8266701 229.200004 239.8400043 250.7466711 256.1866712 268.8266715","y":74.333,"children":["et d’aller seul sur le balcon ?"]}]}]},"commandset-578":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1146","children":[{"nodeType":"path","d":"M0,0L776,0 776,56 0,56z","id":"path-1146","fill":"none"}]},{"nodeType":"g","id":"shape-1147","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1147","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-579":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 65.0439978 72.1899977 75.8259979 83.0079981 90.3699976","y":33.39,"children":["Dans le salon"]}]}]},"commandset-580":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1149","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":148.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1148","filter":"url(#filter-1149)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":126},{"nodeType":"g","id":"pathwrap-1148","children":[{"nodeType":"g","id":"shape-1150","children":[{"nodeType":"path","d":"M0,0L125.666718,0 125.666718,32 0,32z","id":"path-1150","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1151","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1151","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-581":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"22.2179985 35.3499994 45.4486665 55.5473336 62.2020005 66.6353339 76.734001 86.8326681 96.3713358 103.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-582":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1152","children":[{"nodeType":"path","d":"M0,0L578.666687011719,0 578.666687011719,33 0,33z","id":"path-1152","fill":"none"}]},{"nodeType":"g","id":"shape-1153","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1153","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-583":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 31.6640015 38.1920023 53.6480017 66.3840027 83.5680027 98.3840027 104.9120035 125.4880037 131.056004 146.3200058 166.896006 179.632007 191.8560079 198.9600089 215.76001 232.1440108 244.8800118 261.2640126 267.7920134 274.3200142 280.7520144","y":41.176,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-584":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L51,0 51,36 0,36z","id":"path-1155","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1154","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-585":{"nodeType":"g","children":[{"nodeType":"path","d":"M30.439898,17.645935L20.499998,27.585836 10.560099,17.645937 10.145936,18.060099 20.085836,27.999998 10.145937,37.939896 10.5601,38.354057 20.499998,28.414162 30.439898,38.354057 30.854059,37.939896 20.91416,27.999998 30.854059,18.060099z","id":"path-1156","fill":"#000000","fill-opacity":1,"stroke-width":1,"stroke":"#BB4741","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-586":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L53,0 53,43 0,43z","id":"path-1158","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.089527025818824768,0.089583329856395721]}],"id":"image-1157","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-587":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1159","children":[{"nodeType":"path","d":"M0,0L695,0 695,314 0,314z","id":"path-1159","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1160","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1160","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-588":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5zsqAMP7Wmj","d":"M10,181L111.866661071777,181 111.866661071777,183 10,183z","id":"path-1161","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.1119995 32.079999 41.6799984 53.7546654 65.7226649 70.2133313 81.0186644 85.1359978 97.935998 102.0533314 112.8586645 124.826664 134.4266634 139.0666633 143.1839967 148.67733 159.4826631 163.5999965 175.4399967 186.2453298 195.1413297 203.1733293 208.6666626 219.9946627 224.1119961 233.7119955 245.679995 257.5199952 268.8479953 277.7439952 283.2373285 294.5653286 306.5333281 315.429328 326.7573281 330.8746615 342.9493285 354.917328 359.0346614 369.1679946 381.1359941 390.031994 401.8719942 411.4719936 415.589327 427.663994 432.815994 444.7839935 456.751993 460.8693264 472.1973265 484.165326 491.461326 502.2666591 514.2346586 522.2666582 526.3839916 537.7119917 547.3119911 555.3439907 559.4613241 571.3013243 576.7946576 588.7626571 598.3626565 602.4799899 607.9733232 619.9413227 631.9093222 640.8053221 652.8799891 664.2079892 668.3253226","y":24.056,"children":["Jusqu\'à 7 ans, la partie supérieure du corps d\'un enant est plus lourde "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.074667 34.0426665 45.3706666 49.488 54.9813333 65.7866664 69.9039998 81.744 92.5493331 101.445333 109.4773326 114.9706659 126.298666 130.4159994 135.9093327 147.8773322 155.1733322 166.5013323 175.3973322 180.8906655 192.2186656 204.1866651 213.082665 224.4106651 229.050665 233.1679984","y":49.656,"children":["que la partie inérieure. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.8053331 22.2986664 26.4159998 38.4906668 49.2959999 58.8959993 69.0293325 80.997332 86.4906653 97.8186654 101.9359988 114.0106658 125.9786653 137.9466648 148.079998 152.1973314 159.4933314 170.2986645 180.4319977 185.925331 191.4186643 202.7466644 220.1439975 231.4719976 243.4399971 251.4719967 255.5893301 266.9173302 278.8853297 283.0026631 293.5413298 304.3573298 315.1626629 327.1306624 335.162662 339.8026619 343.9199953 353.5199947 365.4879942 377.4559937 387.0559931 391.1733265 396.6666598 400.911993 412.2399931 419.5359931 426.8319931 438.1599932 446.1919928 450.3093262 462.3839932 473.7119933 477.8293267 487.4293261 499.3973256 511.3653251 515.4826585 527.3226587 539.2906582 544.7839915 556.8586585 566.4586579 571.0986578","y":75.256,"children":["Il bascule donc acilement en avant, sous l\'eet de son poids."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.8000002 39.5893335 43.7066669 55.7813339 67.109334 76.7093334 80.8266668 90.96 102.9279995 114.895999 122.9279986 134.2559987 143.8559981 147.9733315 160.0479985 164.2933317 175.6213318 187.5893313 194.8853313 205.6906644 217.6586639 225.6906635 235.2906629 239.4079963 251.4826633 262.8106634 266.9279968 279.727997 283.8453304 294.6506635 298.7679969 311.5679971 315.6853305 326.4906636 338.4586631 348.0586625 352.1759959 361.7759953 373.1039954 377.2213288 389.061329 397.9573289 409.9253284 421.9999954 433.9679949 439.4613282 449.0613276 460.3893277 472.3573272 480.3893268 484.5066602 496.5813272 501.7333272 513.7013267 525.6693262 536.9973263 541.1146597 553.0826592 563.8879923 575.8559918 583.8879914 595.2159915 607.183991 616.0799909 620.1973243 632.2719913 643.5999914 647.7173248","y":100.856,"children":["6% des chutes d\'enants de 1 à 4 ans se produisent d\'une hauteur de "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.8400002 27.3333335 39.301333 48.9013324 53.0186658 65.0933328 76.4213329 80.5386663 93.3386665 97.4559999 114.853333 126.1813331 134.2133327 143.1093326 154.4373327 159.0773326 163.194666","y":126.456,"children":["plus de 1 mètre. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5zsqAMP7Wmj","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":177.656,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277","y":177.656,"children":[":"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 14.1173334","y":203.256,"children":[" "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":228.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 58.9711678 69.8725007 81.4138339 86.4805005 97.1898339 107.3871672 118.2885001 122.4058335 130.0111664 141.5524996 153.0938328 160.6991657 164.8164991 176.229832 184.6991656 196.2404988 213.2111657 224.7524989 236.2938321 243.899165 255.4404982 260.5071648 268.9764984 279.8778313 283.9951647 294.3738316 298.491165 309.9044979 318.3738315 329.2751644 339.0991648 344.1658314 361.1364983 366.2031649 373.8084978 384.7098307 388.8271641 400.4751639 411.3764968 420.54983 424.6671634 431.5364962 442.4378291 453.9791623 464.8804952 472.4858281 480.9551617 491.8564946 501.0298278 505.1471612 516.0484941 523.653827 527.7711604 539.4191602 549.7978271 554.8644937 564.5711606 576.1124938 587.653827 596.8271602","y":228.856,"children":["J’enlève tout promontoire à proximité des enêtres et balcons"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":280.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 58.9711678 69.8725007 86.8431676 98.2565005 109.1578334 118.8645003 130.4058335 141.3071664 145.4244998 150.4911664 153.797833 165.3391662 176.8804994 187.0778327 197.9791656 206.4484992 214.0538321 225.5951653 234.0644989 244.9658318 249.0831652 260.731165 271.6324979 275.7498313 280.8164979 291.1951648 295.3124982 302.181831 313.0831639 324.6244971 335.52583 343.1311629 351.6004965 362.5018294 366.6191628 378.0324957 388.4111626 396.8804962 400.9978296 412.5391628 424.080496 428.1978294 439.8458292 444.9124958 454.085829 465.4991619 477.0404951 486.2138283 491.2804949 498.8858278 503.9524944 510.8218272 514.9391606 525.3178275 536.9658273 547.3444942 558.7578271 566.36316 577.2644929 581.477826","y":280.056,"children":["J’empêche l’ouverture de la enêtre par un dispositi adapté."]}]}]},"commandset-589":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1162","children":[{"nodeType":"path","d":"M0,0L43,0 43,30 0,30z","id":"path-1162","fill":"none"}]},{"nodeType":"g","id":"shape-1163","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1163","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-590":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#53575E","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.6000004 32.6480017","y":19.792,"children":["1m"]}],"style":{"fontWeight":"bold"}}]},"commandset-591":{"nodeType":"g","children":[{"nodeType":"line","id":"line-1164","x1":0,"y1":0,"x2":22,"y2":0,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-592":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1165","children":[{"nodeType":"path","d":"M0,0L688,0 688,28 0,28z","id":"path-1165","fill":"none"}]},{"nodeType":"g","id":"shape-1166","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1166","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-593":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5bS2Zsn2MOm","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1167","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5bS2Zsn2MOm","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.1820058 215.634673 223.5693401 227.0526732 234.19534 240.5020069 247.996674 250.8273408 258.8353412 266.3300083 269.1606751 272.6440082 279.7793413 282.6100081 294.2773417 302.2120088 308.0346754 313.2633422 320.3986753 323.8820084 327.3653415 332.5940083 340.0886754 342.9193422 350.766009 357.9013421 363.7240087 366.5546755 373.6900086 380.3633422 387.0366758 390.5200089 398.5280093 406.0226764 413.9573435 419.1860103 422.0166771 430.0246775 437.5193446 440.3500114 443.8333445 450.9686776 453.7993444 460.9420112 464.4253443 471.9200114 474.7506782 481.4240118 489.3586789 497.293346 502.7493463 509.8846794 517.8193465 523.0480133 530.5426804 533.3733472 540.8680143 548.8026814 551.6333482 559.5826823 565.0386826 572.1740157 580.1086828 586.7820164 594.2766835 597.1733503 600.0040171 608.5106842 617.0173513 625.5240184 634.0306855 638.9073525 647.4140196 655.9206867 664.4273538 672.9340209","y":19.476,"children":[": Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016"]}]}]},"commandset-594":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5UiyloCx8S3","d":"M10,181L111.866661071777,181 111.866661071777,183 10,183z","id":"path-1168","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.1119995 32.079999 41.6799984 53.7546654 65.7226649 70.2133313 81.0186644 85.1359978 97.935998 102.0533314 112.8586645 124.826664 134.4266634 139.0666633 143.1839967 148.67733 159.4826631 163.5999965 175.4399967 186.2453298 195.1413297 203.1733293 208.6666626 219.9946627 224.1119961 233.7119955 245.679995 257.5199952 268.8479953 277.7439952 283.2373285 294.5653286 306.5333281 315.429328 326.7573281 330.8746615 342.9493285 354.917328 359.0346614 369.1679946 381.1359941 390.031994 401.8719942 411.4719936 415.589327 427.663994 432.815994 444.7839935 456.751993 460.8693264 472.1973265 484.165326 491.461326 502.2666591 514.2346586 522.2666582 526.3839916 537.7119917 547.3119911 555.3439907 559.4613241 571.3013243 576.7946576 588.7626571 598.3626565 602.4799899 607.9733232 619.9413227 631.9093222 640.8053221 652.8799891 664.2079892 668.3253226","y":24.056,"children":["Jusqu\'à 7 ans, la partie supérieure du corps d\'un enant est plus lourde "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.074667 34.0426665 45.3706666 49.488 54.9813333 65.7866664 69.9039998 81.744 92.5493331 101.445333 109.4773326 114.9706659 126.298666 130.4159994 135.9093327 147.8773322 155.1733322 166.5013323 175.3973322 180.8906655 192.2186656 204.1866651 213.082665 224.4106651 229.050665 233.1679984","y":49.656,"children":["que la partie inérieure. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 16.8053331 22.2986664 26.4159998 38.4906668 49.2959999 58.8959993 69.0293325 80.997332 86.4906653 97.8186654 101.9359988 114.0106658 125.9786653 137.9466648 148.079998 152.1973314 159.4933314 170.2986645 180.4319977 185.925331 191.4186643 202.7466644 220.1439975 231.4719976 243.4399971 251.4719967 255.5893301 266.9173302 278.8853297 283.0026631 293.5413298 304.3573298 315.1626629 327.1306624 335.162662 339.8026619 343.9199953 353.5199947 365.4879942 377.4559937 387.0559931 391.1733265 396.6666598 400.911993 412.2399931 419.5359931 426.8319931 438.1599932 446.1919928 450.3093262 462.3839932 473.7119933 477.8293267 487.4293261 499.3973256 511.3653251 515.4826585 527.3226587 539.2906582 544.7839915 556.8586585 566.4586579 571.0986578","y":75.256,"children":["Il bascule donc acilement en avant, sous l\'eet de son poids."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.8000002 39.5893335 43.7066669 55.7813339 67.109334 76.7093334 80.8266668 90.96 102.9279995 114.895999 122.9279986 134.2559987 143.8559981 147.9733315 160.0479985 164.2933317 175.6213318 187.5893313 194.8853313 205.6906644 217.6586639 225.6906635 235.2906629 239.4079963 251.4826633 262.8106634 266.9279968 279.727997 283.8453304 294.6506635 298.7679969 311.5679971 315.6853305 326.4906636 338.4586631 348.0586625","y":100.856,"children":["6% des chutes d\'enants de 1 à 4 ans"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#0070C0","fill-opacity":1,"children":[{"nodeType":"tspan","x":"348.0586548 352.1759882","y":100.856,"children":[" "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"352.1759949 361.7759943 373.1039944 377.2213278 389.061328 397.9573279 409.9253274 421.9999944 433.9679939 439.4613272 449.0613266 460.3893267 472.3573262 480.3893258 484.5066592 496.5813262 501.7333262 513.7013257 525.6693252 536.9973253 541.1146587 553.0826582 563.8879913 575.8559908 583.8879904 595.2159905 607.18399 616.0799899 620.1973233","y":100.856,"children":["se produisent d\'une hauteur "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.074667 33.4026671 37.5200005 49.3600007 54.853334 66.8213335 76.4213329 80.5386663 92.6133333 103.9413334 108.0586668 120.858667 124.9760004 142.3733335 153.7013336 161.7333332 170.6293331 181.9573332 186.5973331 190.7146665","y":126.456,"children":["de plus de 1 mètre. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5UiyloCx8S3","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":177.656,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277","y":177.656,"children":[":"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 14.1173334","y":203.256,"children":[" "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":228.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 58.9711678 69.8725007 81.4138339 86.4805005 97.1898339 107.3871672 118.2885001 122.4058335 130.0111664 141.5524996 153.0938328 160.6991657 164.8164991 176.229832 184.6991656 196.2404988 213.2111657 224.7524989 236.2938321 243.899165 255.4404982 260.5071648 268.9764984 279.8778313 283.9951647 294.3738316 298.491165 309.9044979 318.3738315 329.2751644 339.0991648 344.1658314 361.1364983 366.2031649 373.8084978 384.7098307 388.8271641 400.4751639 411.3764968 420.54983 424.6671634 431.5364962 442.4378291 453.9791623 464.8804952 472.4858281 480.9551617 491.8564946 501.0298278 505.1471612 516.0484941 523.653827 527.7711604 539.4191602 549.7978271 554.8644937 564.5711606 576.1124938 587.653827 596.8271602","y":228.856,"children":["J’enlève tout promontoire à proximité des enêtres et balcons"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":280.056,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 58.9711678 69.8725007 86.8431676 98.2565005 109.1578334 118.8645003 130.4058335 141.3071664 145.4244998 150.4911664 153.797833 165.3391662 176.8804994 187.0778327 197.9791656 206.4484992 214.0538321 225.5951653 234.0644989 244.9658318 249.0831652 260.731165 271.6324979 275.7498313 280.8164979 291.1951648 295.3124982 302.181831 313.0831639 324.6244971 335.52583 343.1311629 351.6004965 362.5018294 366.6191628 378.0324957 388.4111626 396.8804962 400.9978296 412.5391628 424.080496 428.1978294 439.8458292 444.9124958 454.085829 465.4991619 477.0404951 486.2138283 491.2804949 498.8858278 503.9524944 510.8218272 514.9391606 525.3178275 536.9658273 547.3444942 558.7578271 566.36316 577.2644929 581.477826","y":280.056,"children":["J’empêche l’ouverture de la enêtre par un dispositi adapté."]}]}]},"commandset-595":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 24.4960008 39.7600026 46.8640036 53.3920044 64.7200045 79.9840063 87.0880073 100.3360084 106.8640092 119.0880101 131.8240111 138.3520119 154.416013 171.2160141 187.8560154 194.3840162 210.3520166 227.9200174 244.7200185 251.8240195 266.6400195 273.1680203 279.6000205","y":42.176,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-596":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6XgaYlaS752","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1169","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6XgaYlaS752","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.1820058 215.634673 223.5693401 227.0526732 234.19534 240.5020069 247.996674 250.8273408 258.8353412 266.3300083 269.1606751 272.6440082 279.7793413 282.6100081 294.2773417 302.2120088 308.0346754 313.2633422 320.3986753 323.8820084 327.3653415 332.5940083 340.0886754 342.9193422 350.766009 357.9013421 363.7240087 366.5546755 373.6900086 380.3633422 387.0366758 390.5200089 398.5280093 406.0226764 413.9573435 419.1860103 422.0166771 430.0246775 437.5193446 440.3500114 443.8333445 450.9686776 453.7993444 460.9420112 464.4253443 471.9200114 474.7506782 481.4240118 489.3586789 497.293346 502.7493463 509.8846794 517.8193465 523.0480133 530.5426804 533.3733472 540.8680143 548.8026814 551.6333482 559.5826823 565.0386826 572.1740157 580.1086828 586.7820164 594.2766835 597.1733503 600.0040171 608.5106842 617.0173513 625.5240184 634.0306855 638.9073525 647.4140196 655.9206867 664.4273538 672.9340209","y":19.476,"children":[": Santé Publique France/Anlyse de la mortalité par accident de la vie courante en France, 2012-2016"]}]}]},"commandset-597":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"16px","fill":"#53575E","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.6000004 32.6480017","y":21.792,"children":["1m"]}],"style":{"fontWeight":"bold"}}]},"commandset-598":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,126.666748C-4.3E-05,56.710697 56.710487,6.7E-05 126.666542,-5E-06L126.666542,-5E-06L126.666458,1.1E-05C196.622528,-0.000116 253.333221,56.710388 253.333328,126.666634 253.333328,126.666656 253.333328,126.666679 253.333328,126.666702L253.333328,126.666702L253.333344,126.666672 253.333344,793.333252 0,793.333252 0,126.666672z","id":"path-1170","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-599":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1171","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.089201875030994415,0.089201875030994415]}],"id":"image-1172","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1172"}]}]},{"nodeType":"g","id":"shape-1173","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1173","fill":"url(#pattern-1171)"}]}],"className":"eventable"},"commandset-600":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"54.6973343 57.6893344 63.658668 69.5106682 75.509335 81.3026685 84.2946686 87.2866687","y":62.761,"children":[" Zone "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"35.7186661 41.7759995 47.569333 50.5613331 56.6773333 59.64 65.4626666 71.4613334 75.5680004 81.3320008 85.4386678 88.4306679 94.2826681 100.2813349","y":84.497,"children":["de plantation"]}]}]},"commandset-601":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1174","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.095079235732555389,0.095079235732555389]}],"id":"image-1175","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1175"}]}]},{"nodeType":"g","id":"shape-1176","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1176","fill":"url(#pattern-1174)"}]}],"className":"eventable"},"commandset-602":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1177","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.10555555671453476,0.10555555671453476]}],"id":"image-1178","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1178"}]}]},{"nodeType":"g","id":"shape-1179","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1179","fill":"url(#pattern-1177)"}]}],"className":"eventable"},"commandset-603":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,57,57]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1180","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.089062497019767761,0.089062497019767761]}],"id":"image-1181","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1181"}]}]},{"nodeType":"g","id":"shape-1182","children":[{"nodeType":"path","d":"M114,57C114,88.4802307403552 88.4802307403552,114 57,114 25.5197692596448,114 0,88.4802307403552 0,57 0,25.5197692596448 25.5197692596448,0 57,0 88.4802307403552,0 114,25.5197692596448 114,57z","id":"path-1182","fill":"url(#pattern-1180)"}]}],"className":"eventable"},"commandset-604":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1183","children":[{"nodeType":"path","d":"M0,0L559.333374023438,0 559.333374023438,70 0,70z","id":"path-1183","fill":"none"}]},{"nodeType":"g","id":"shape-1184","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1184","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-605":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.6853333 30.5866662 34.7039996","y":24.056,"children":["Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34.7039986 46.5439987 52.037332 62.8426651 74.8106646 82.8426642 94.1706643 98.2879977","y":24.056,"children":["plante "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"98.2879944 103.354661 114.2559939 118.3733273 130.0213271 141.5626603 146.6293269 155.8026601 164.9759933 176.5173265 188.0586597 192.1759931 203.8239929 215.3653261 220.4319927 224.5493261 236.0906593 246.9919922 251.1093256 262.5226585 270.9919921 281.893325 291.0666582 301.9679911 313.5093243 321.1146572 332.0159901 336.1333235 347.5466564 357.9253233 367.0986565 371.2159899 382.8639897 393.7653226 397.882656 405.4879889 416.3893218 426.2133222 431.2799888 440.9866557 446.0533223 453.6586552 464.5599881 468.6773215 479.5786544 491.1199876 495.237321 500.3039876 511.2053205 515.3226539","y":24.056,"children":["le buisson qui ne présente pas de toxicité en le "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.074667 33.4026671 45.2426673 57.2106668 66.8106662 77.6159993 89.5839988 97.6159984 101.7333318","y":49.656,"children":["déposant "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"101.7333298 113.3813295 123.7599964 135.3013296 144.4746628 148.5919962 153.6586628 164.5599957 168.6773291 178.383996 189.2853289 197.7546625 207.4613294 212.527996 223.4293289 227.5466623 237.2533292 242.3199958 249.413329 259.1199959 270.6613291 282.2026623 289.8079952 298.2773288 309.1786617 313.3919948","y":49.656,"children":["dans le cercle ci-contre."]}]}]},"commandset-606":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1185","children":[{"nodeType":"path","d":"M0,0L559.333312988281,0 559.333312988281,59 0,59z","id":"path-1185","fill":"none"}]},{"nodeType":"g","id":"shape-1186","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1186","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-607":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 22.6933336 33.3333339 44.3200006 52.2400002 57.6800003 68.666667 79.5733338 85.0133339 90.6933342 101.3333345 106.7200013 112.1600014 117.6000015 123.2800018 133.8666689 141.7333362 152.7466695 158.1866696 169.0933364 174.5333365 184.2133368 194.8000039 205.7066707 215.386671 220.8266711 231.8400044 242.4266715 253.3333383 264.6666723 275.2000061 283.1200057","y":34.813,"children":["Pour un joli jardin sans danger"]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"283.1200256 288.5600257","y":34.813,"children":[" "]}]}]},"commandset-608":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 19.3779993 26.5239992 33.8859987 40.4199981 44.0919983 47.7279985 54.8379982 58.5099984 62.3439985 69.4899984 74.7999983 82.2339978 85.905998 93.2679975 96.9399977 100.1979976 103.8699978 110.4039972 117.8199966 123.1659963 126.8379965 130.4739967 137.6199966 141.2919968 146.3319968 153.4419965 158.7879962 164.0979961 171.243996 177.7779954 184.3119948 191.4219945 195.0939947 202.2759949 209.6919943 213.3639945 216.9999947 224.1099944 227.7819946 235.2699945 242.4159944 246.0519946 253.0539945 260.2359947 267.5979942","y":33.39,"children":["Dans le jardin , sur la terrasse ou le balcon"]}]}]},"commandset-609":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1187","children":[{"nodeType":"path","d":"M0,0L577.333374023438,0 577.333374023438,33 0,33z","id":"path-1187","fill":"none"}]},{"nodeType":"g","id":"shape-1188","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1188","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-610":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 31.6640015 38.1920023 53.6480017 66.3840027 83.5680027 98.3840027 104.9120035 125.4880037 131.056004 146.3200058 166.896006 179.632007 191.8560079 198.9600089 215.76001 232.1440108 244.8800118 261.2640126 267.7920134 274.3200142 280.7520144","y":42.176,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-611":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1189","children":[{"nodeType":"path","d":"M0,0L684,0 684,262 0,262z","id":"path-1189","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1190","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1190","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-612":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6UHw8oTg5rA","d":"M10,78L111.866661071777,78 111.866661071777,80 10,80z","id":"path-1191","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.4346666 36.7626667 45.6586666 53.6906662 64.4959993 69.9893326 81.9573321 91.5573315 95.6746649 106.2986645 117.6266646 128.8159976 140.1439977 148.1759973 158.9813304 170.9493299 181.1999965 185.3173299 197.1573301 208.4853302 220.4533297 231.0773293 242.4053294 254.3733289 262.4053285 266.5226619 277.850662 285.8826616 294.7786615 306.1066616 310.223995 321.0293281 325.1466615 334.0426614 339.5359947 349.1359941 361.2106611 373.1786606 384.5066607 388.6239941 400.4639943 412.4319938 424.3999933 433.2959932 437.4133266 442.9066599 453.711993 457.8293264 467.4293258 478.2346589 490.2026584 498.234658 509.5626581 513.6799915 525.647991 537.6159905 555.0133236 565.8186567 571.31199 583.2799895 594.6079896 599.2479895","y":24.056,"children":["Certains végétaux peuvent être à risque pour la santé humaine."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6UHw8oTg5rA","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":75.256,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":75.256,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":126.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 62.1925011 73.093834 82.2671672 86.3845006 91.4511672 95.0031672 105.3818341 115.088501 126.6298342 137.0085011 144.613834 148.8271671 152.9445005 157.9685007 168.8698336 172.987167 189.2644993 193.4778324 198.544499 210.0858322 216.955165 228.4964982 236.9658318 253.9364987 264.8378316 268.955165 278.1284982 289.6698314 298.139165 302.2564984 307.323165 317.7018319 321.8191653 333.3604985 344.9018317 354.6084986 359.6751652 370.064498 375.1311646 382.7364975 393.6378304 397.7551638 409.4031636 420.3044965 429.4778297 433.5951631 443.7924964 454.6938293 465.456496 476.3578289 483.9631618 494.3418287 505.8831619 515.7071623 519.9204954","y":126.456,"children":["Dès l’achat, je m’inorme sur la nocivité des végétaux."]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"519.9205933 524.0379267","y":126.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 14.1173334 18.2346668 22.3520002 26.4693336 30.586667 34.7040004 38.8213338 42.9386672 52.6240005 63.5253334 67.6426668 79.0559997 89.9573326 101.4986658 111.3226662 115.4399996 125.8186665 137.3599997 146.5333329 155.7066661 160.7733327 164.8906661 169.9573327 180.8586656 184.975999 191.8453318 202.2239987 207.2906653 215.7599989 226.6613318 230.7786652 239.9519984 251.4933316 259.9626652 264.0799986 269.1466652 280.0479981 284.1653315 293.3386647 298.4053313 306.0106642 316.9119971 321.0293305 336.7519972 352.4746639 367.6639969 371.87733 383.2906629 388.3573295 398.7359964 410.2773296 417.8826625 428.7839954 437.9573286 445.0506618 453.5199954 458.586662 467.7599952 479.407995 490.9493282 501.8506611 506.0639942 511.1306608 522.671994 529.5413268 541.08266","y":152.056,"children":[" Je peux aussi le aire sur le site www.plantes-risque.ino"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":203.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 62.1925011 73.093834 82.2671672 86.3845006 98.0325004 109.5738336 120.4751665 124.5924999 134.2991668 145.2004997 150.2671663 160.6458332 164.7631666 175.6644995 184.8378327 192.4431656 196.560499 207.9738319 219.5151651 228.6884983 237.8618315 242.9284981 254.5764979 259.6431645 270.5444974 274.7578305 278.8751639 283.8991641 287.4511641 297.829831 309.2431639 320.6564968 329.1258304 340.0271633 351.5684965 363.2164963 372.3898295 376.5071629 386.8858298 391.0031632 407.9738301 419.5151633 431.0564965 435.1738299 446.0751628 457.616496 464.4858288 474.8644957 486.4058289 494.0111618 498.1284952 508.5071621 512.6244955","y":203.256,"children":["Dès que celà est possible, j’apprends à mon enant à "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"512.6244507 520.1444502 532.1124497 543.4404498 547.5577832 559.3977834 570.2031165 579.8031159 583.9204493 595.1097823 607.0777818 619.0457813 627.0777809 638.405781 647.3017809","y":203.256,"children":["“ne pas goûter"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"647.3018188 654.3951521 658.5124855 662.6298189 666.7471523 670.8644857","y":203.256,"children":["” "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 47.0666666 57.9679995 67.1413327 71.2586661 82.671999 87.7386656 98.1173325 109.6586657 117.2639986 128.1653315 137.3386647 141.5519978","y":228.856,"children":["les plantes."]}]}]},"commandset-613":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L44,0 44,44 0,44z","id":"path-1193","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1192","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-614":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1194","children":[{"nodeType":"path","d":"M0,0L461,0 461,28 0,28z","id":"path-1194","fill":"none"}]},{"nodeType":"g","id":"shape-1195","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1195","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-615":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6GA9YkxOnfY","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1196","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6GA9YkxOnfY","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 72.2900016 83.3780019 91.0413348 99.709335 107.3726679 112.2493349 121.5040022 130.9566694 139.4633365 147.9700036 156.4766707 164.9833378 168.5400047 175.5360055 183.0306726 189.7846728 193.2680059 199.9413395 207.7440066 214.8866734 218.3700065 225.7693395 229.2526726 232.7360057 239.8713388 247.8060059 254.4793395 261.9740066 264.8706734 272.7173402 280.7253406 285.4480073","y":19.476,"children":[": ANSES-RA2021-Toxicovigilance.pd"]}]}]},"commandset-616":{"nodeType":"g","children":[{"nodeType":"path","d":"M21.629206,2E-06C33.574703,-2.1E-05 43.258461,10.414964 43.25848,23.26255 43.25848,23.262554 43.25848,23.26256 43.25848,23.262564","id":"path-1197","fill":"none","stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-617":{"nodeType":"g","children":[{"nodeType":"path","d":"M20.515274,1E-06C31.845556,-8E-06 41.030567,8.495864 41.030575,18.976072 41.030575,18.976072 41.030575,18.976074 41.030575,18.976074","id":"path-1198","fill":"none","stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-618":{"nodeType":"g","children":[{"nodeType":"path","d":"M70.252258,15.602264L48.049034,0 0,0 0,31.204529 48.049034,31.204529z","id":"path-1199","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-619":{"nodeType":"g","children":[{"nodeType":"path","d":"M8.781555,4.200607C8.781555,6.520538 6.815737,8.401215 4.390778,8.401215 1.965818,8.401215 0,6.520538 0,4.200607 0,1.880676 1.965818,0 4.390778,0 6.815737,0 8.781555,1.880676 8.781555,4.200607z M4.580948,4.200607C4.580948,4.200607 4.495805,4.200607 4.390778,4.200607 4.285749,4.200607 4.200607,4.200607 4.200607,4.200607 4.200607,4.200607 4.285749,4.200607 4.390778,4.200607 4.495805,4.200607 4.580948,4.200607 4.580948,4.200607z","id":"path-1200","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-620":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1201","children":[{"nodeType":"path","d":"M34.53076171875,12.0017395019531C34.53076171875,18.6301172003237 26.8007874080283,24.0034790039063 17.265380859375,24.0034790039063 7.72997431072171,24.0034790039063 0,18.6301172003237 0,12.0017395019531 0,5.37336180358259 7.72997431072171,0 17.265380859375,0 26.8007874080283,0 34.53076171875,5.37336180358259 34.53076171875,12.0017395019531z","id":"path-1201","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1202","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1202","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-621":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Arial Rounded MT BoBold9478A73B","font-size":"21.333px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"14.609375 20.390625","y":19.844,"children":["i"]}]}]},"commandset-622":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1203","children":[{"nodeType":"path","d":"M0,0L642,0 642,262 0,262z","id":"path-1203","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1204","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1204","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-623":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6k9IimivrpX","d":"M10,78L111.866661071777,78 111.866661071777,80 10,80z","id":"path-1205","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.4346666 36.7626667 45.6586666 53.6906662 64.4959993 69.9893326 81.9573321 91.5573315 95.6746649 106.2986645 117.6266646 128.8159976 140.1439977 148.1759973 158.9813304 170.9493299 181.1999965 185.3173299 197.1573301 208.4853302 220.4533297 231.0773293 242.4053294 254.3733289 262.4053285 266.5226619 277.850662 285.8826616 294.7786615 306.1066616 310.223995 321.0293281 325.1466615 334.0426614 339.5359947 349.1359941 361.2106611 373.1786606 384.5066607 388.6239941 400.4639943 412.4319938 424.3999933 433.2959932 437.4133266 442.9066599 453.711993 457.8293264 467.4293258 478.2346589 490.2026584 498.234658 509.5626581 513.6799915 525.647991 537.6159905 555.0133236 565.8186567 571.31199 583.2799895 594.6079896 599.2479895","y":24.056,"children":["Certains végétaux peuvent être à risque pour la santé humaine."]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6k9IimivrpX","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":75.256,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":75.256,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":126.456,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 62.1925011 73.093834 82.2671672 86.3845006 91.4511672 95.0031672 105.3818341 115.088501 126.6298342 137.0085011 144.613834 148.8271671 152.9445005 157.9685007 168.8698336 172.987167 189.2644993 193.4778324 198.544499 210.0858322 216.955165 228.4964982 236.9658318 253.9364987 264.8378316 268.955165 278.1284982 289.6698314 298.139165 302.2564984 307.323165 317.7018319 321.8191653 333.3604985 344.9018317 354.6084986 359.6751652 370.064498 375.1311646 382.7364975 393.6378304 397.7551638 409.4031636 420.3044965 429.4778297 433.5951631 443.7924964 454.6938293 465.456496 476.3578289 483.9631618 494.3418287 505.8831619 515.7071623 519.9204954 524.0378288 533.7231621 544.624495 548.7418284 560.1551613 571.0564942 582.5978274 592.4218278","y":126.456,"children":["Dès l’achat, je m’inorme sur la nocivité des végétaux. Je peux"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"592.421936 596.5392694","y":126.456,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 52.3786669 63.9200001 73.0933333 82.2666665 87.3333331 91.4506665 96.5173331 107.418666 111.5359994 118.4053322 128.7839991 133.8506657 142.3199993 153.2213322 157.3386656 166.5119988 178.053332 186.5226656 190.639999 195.7066656 206.6079985 210.7253319 219.8986651 224.9653317 232.5706646 243.4719975 247.5893309 263.3119976 279.0346643 294.2239973 298.4373304 309.8506633 314.9173299 325.2959968 336.83733 344.4426629 355.3439958 364.517329 371.6106622 380.0799958 385.1466624 394.3199956 405.9679954 417.5093286 428.4106615 432.6239946 437.6906612 449.2319944 456.1013272 467.6426604","y":152.056,"children":["aussi le aire sur le site www.plantes-risque.ino"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":203.256,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 62.1925011 73.093834 82.2671672 86.3845006 98.0325004 109.5738336 120.4751665 124.5924999 134.2991668 145.2004997 150.2671663 160.6458332 164.7631666 175.6644995 184.8378327 192.4431656 196.560499 207.9738319 219.5151651 228.6884983 237.8618315 242.9284981 254.5764979 259.6431645 270.5444974 274.7578305 278.8751639 283.8991641 287.4511641 297.829831 309.2431639 320.6564968 329.1258304 340.0271633 351.5684965 363.2164963 372.3898295 376.5071629 386.8858298 391.0031632 407.9738301 419.5151633 431.0564965 435.1738299 446.0751628 457.616496 464.4858288 474.8644957 486.4058289 494.0111618 498.1284952 508.5071621 512.6244955 524.1658287 535.0671616 539.184495 550.5978279 560.9764948 570.149828","y":203.256,"children":["Dès que celà est possible, j’apprends à mon enant à ne pas"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"570.1498413 574.2671747","y":203.256,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"42 49.0933332 59.8559999 71.3973331 82.9386663 90.5439992 101.4453321 109.9146657 117.0079989 121.1253323 126.1919989 137.0933318 146.266665 150.3839984 161.7973313 166.8639979 177.2426648 188.783998 196.3893309 207.2906638 216.463997 220.6773301","y":228.856,"children":["“goûter” les plantes."]}]}]},"commandset-624":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 24.4960008 39.7600026 46.8640036 53.3920044 64.7200045 79.9840063 87.0880073 100.3360084 106.8640092 119.0880101 131.8240111 138.3520119 154.416013 171.2160141 187.8560154 194.3840162 210.3520166 227.9200174 244.7200185 251.8240195 266.6400195 273.1680203 279.6000205","y":40.176,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-625":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6PL2YiOoZbJ","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1206","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6PL2YiOoZbJ","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 72.2900016 83.3780019 91.0413348 99.709335 107.3726679 112.2493349 121.5040022 130.9566694 139.4633365 147.9700036 156.4766707 164.9833378 168.5400047 175.5360055 183.0306726 189.7846728 193.2680059 199.9413395 207.7440066 214.8866734 218.3700065 225.7693395 229.2526726 232.7360057 239.8713388 247.8060059 254.4793395 261.9740066 264.8706734 272.7173402 280.7253406 285.4480073","y":19.476,"children":[": ANSES-RA2021-Toxicovigilance.pd"]}]}]},"commandset-626":{"nodeType":"g","children":[{"nodeType":"path","d":"M17.962267,1E-06C27.882561,-7E-06 35.924549,6.956449 35.924557,15.537688 35.924557,15.537688 35.924557,15.537689 35.924557,15.537689","id":"path-1207","fill":"none","stroke-width":1,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-627":{"nodeType":"g","children":[{"nodeType":"path","d":"M1E-06,120.08342C-4E-05,53.763233 53.763039,6.5E-05 120.083214,-4E-06L120.083214,-4E-06L120.083138,6E-06C186.403336,-0.000114 240.166565,53.762939 240.166672,120.083305 240.166672,120.083328 240.166672,120.083351 240.166672,120.083374L240.166672,120.083374L240.166687,120.083344 240.166687,793.333252 0,793.333252 0,120.083344z","id":"path-1208","fill":"#0070C0","fill-opacity":1}],"className":"eventable"},"commandset-628":{"nodeType":"g","children":[{"nodeType":"path","d":"M119.999969482422,60C119.999969482422,93.1370849898476 93.1370613038621,120 59.9999847412109,120 26.8629081785598,120 0,93.1370849898476 0,60 0,26.8629150101524 26.8629081785598,0 59.9999847412109,0 93.1370613038621,0 119.999969482422,26.8629150101524 119.999969482422,60z","id":"path-1209","fill":"#FFFFFF","fill-opacity":1,"stroke-width":1,"stroke":"#B8BBC1","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}],"className":"eventable"},"commandset-629":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,47.5,53]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1210","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.48969072103500366,0.49074074625968933]}],"id":"image-1211","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1211"}]}]},{"nodeType":"g","id":"shape-1212","children":[{"nodeType":"path","d":"M3E-06,47.500038C-2.4E-05,21.26651 21.266432,1.7E-05 47.49992,3E-06 73.733444,-4.4E-05 94.999954,21.266396 94.999992,47.499992 94.999992,47.499996 94.999992,47.5 94.999992,47.500004L94.999992,47.500004L94.999992,58.499992C94.999992,84.733513 73.733521,105.999992 47.500015,105.999992 21.266495,106 1.4E-05,84.733536 -2E-06,58.500019z","id":"path-1212","fill":"url(#pattern-1210)"}]}],"className":"eventable"},"commandset-630":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"37.0279999 44.6253343 52.0733347 59.7080021 67.081336 70.8893361 78.59867 85.9720039 89.780004","y":56.105,"children":["Zone de "]}]},{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"18.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"43.729332 51.4386659 58.8119998 66.5960002 74.0440006 79.2706675","y":83.769,"children":["dépôt"]}]}]},"commandset-631":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,51,51]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1213","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1214","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1214"}]}]},{"nodeType":"g","id":"shape-1215","children":[{"nodeType":"path","d":"M102,51C102,79.1665222413705 79.1665222413705,102 51,102 22.8334777586295,102 0,79.1665222413705 0,51 0,22.8334777586295 22.8334777586295,0 51,0 79.1665222413705,0 102,22.8334777586295 102,51z","id":"path-1215","fill":"url(#pattern-1213)"}]}],"className":"eventable"},"commandset-632":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,46,46]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1216","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.41628959774971008,0.41628959774971008]}],"id":"image-1217","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1217"}]}]},{"nodeType":"g","id":"shape-1218","children":[{"nodeType":"path","d":"M92,46C92,71.4050984922165 71.4050984922165,92 46,92 20.5949015077835,92 0,71.4050984922165 0,46 0,20.5949015077835 20.5949015077835,0 46,0 71.4050984922165,0 92,20.5949015077835 92,46z","id":"path-1218","fill":"url(#pattern-1216)"}]}],"className":"eventable"},"commandset-633":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"pattern","patternTransform":[{"type":"translate","args":[0,0]},{"type":"rotate","args":[0,51,51]},{"type":"translate","args":[0,0]}],"patternUnits":"userSpaceOnUse","id":"pattern-1219","data-type":"image","children":[{"nodeType":"defs","children":[{"nodeType":"image","transform":[{"type":"scale","args":[0.796875,0.796875]}],"id":"image-1220","data-original-image":"01","x":0,"y":0,"patternImage":true,"opacity":1,"preserveAspectRatio":"none"}]},{"nodeType":"use","xlink:href":"#image-1220"}]}]},{"nodeType":"g","id":"shape-1221","children":[{"nodeType":"path","d":"M102,51C102,79.1665222413705 79.1665222413705,102 51,102 22.8334777586295,102 0,79.1665222413705 0,51 0,22.8334777586295 22.8334777586295,0 51,0 79.1665222413705,0 102,22.8334777586295 102,51z","id":"path-1221","fill":"url(#pattern-1219)"}]}],"className":"eventable"},"commandset-634":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.4666672 34.333334 46.4400006 60.0666667 65.2133337","y":29.32,"children":["1-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"65.2133331 77.8800001 92.8400011 107.8000021 114.6666694 126.6666694 133.5333367 145.5333367 150.6800037","y":29.32,"children":["choisis "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"150.6800079 157.0133414 169.9866748 175.1333418 187.266675 201.6933432 214.6666766 221.0000101 232.4666773 246.0933434 251.2400104 265.6666786 278.640012 293.0666802 302.5733473 316.2000134 321.3466804 327.6800139 340.6533473 345.8000143 367.0133474 373.3466809 386.973347 401.4000152 413.6800159 418.8266829 431.8000163 446.3600167 459.3333501 473.6000175 483.1066846 496.7333507 510.3600168 515.5066838 528.4800172 533.6266842 554.8400173 569.2666855 583.6933537","y":29.32,"children":["la chaise haute la mieux adaptée à mon"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"583.6932983 588.8399653","y":29.32,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.6266661 38.0533343 46.6400014 59.6133348 74.040003 83.5466701 88.6933371 103.2533375 116.8800036 122.0266706 136.4533388 141.6000058 157.066673 170.0400064 184.4666746 195.9333418 201.0800088","y":61.32,"children":["enant de – 4ans "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 25.4666672 34.333334 46.4400006 60.0666667 65.2133337","y":93.32,"children":["2-Je "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"65.2133331 80.3066664 94.4666672 109.2666674 124.2266684 136.2266684 150.3866692 155.5333362","y":93.32,"children":["dépose "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"26.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"155.5333405 167.0000076 181.4266758 195.853344 201.000011 207.3333445 228.5466776 241.520011 254.9733449 268.600011 273.746678 288.3066784 301.2800118 315.70668 327.1733472 332.3200142 338.6533477 352.2800138 357.4266808 369.560014 383.1866801 393.7733472 405.9066804 412.2400139 425.86668 431.013347 444.4666809 455.053348 461.3866815 472.8533487 478.0000157 490.1333489 496.4666824 505.3333492 517.4666824 531.8933506 546.3200188 555.8266859 566.413353 580.0400191 585.306686","y":93.32,"children":["son image dans le cercle gris ci-contre."]}]}]},"commandset-635":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1222","children":[{"nodeType":"path","d":"M0,0L521.333374023438,0 521.333374023438,41 0,41z","id":"path-1222","fill":"none"}]},{"nodeType":"g","id":"shape-1223","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1223","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-636":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 26.0640011 32.5920019 45.2320022 58.3200025 64.8480033 71.3760041 84.4640044 96.0800046 105.0400046 117.7440051 124.2080048 130.6720045 143.3120048 149.8400056 163.1840055 175.9520061 189.1360071 198.6400078 205.1680086 218.4800079 225.0080087 237.648009 250.7360093 257.2640101 277.8720118 290.5760123 303.6640126 317.264013 329.9040133 339.408014","y":41.176,"children":["Bien installé pour bien manger"]}]}]},"commandset-637":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1225","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":140.5,"height":55.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1224","filter":"url(#filter-1225)","data-angle":45,"data-distance":4,"data-height":33,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":118},{"nodeType":"g","id":"pathwrap-1224","children":[{"nodeType":"g","id":"shape-1226","children":[{"nodeType":"path","d":"M0,0L117.333374,0 117.333374,32.000031 0,32.000031z","id":"path-1226","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1227","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1227","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-638":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"17.7179985 30.8499994 40.9486665 51.0473336 57.7020005 62.1353339 72.234001 82.3326681 91.8713358 99.2820023","y":23.224,"children":["Continuer"]}]}]},"commandset-639":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1228","children":[{"nodeType":"path","d":"M0,0L604.000061035156,0 604.000061035156,33 0,33z","id":"path-1228","fill":"none"}]},{"nodeType":"g","id":"shape-1229","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1229","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-640":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 31.6640015 38.1920023 53.6480017 66.3840027 83.5680027 98.3840027 104.9120035 125.4880037 131.056004 146.3200058 166.896006 179.632007 191.8560079 198.9600089 215.76001 232.1440108 244.8800118 261.2640126 267.7920134 274.2240136","y":42.176,"children":["JE PEUX M’AMELIORER !"]}]}]},"commandset-641":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1230","children":[{"nodeType":"path","d":"M0,0L659,0 659,263 0,263z","id":"path-1230","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1231","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1231","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-642":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5mfRkDvFw1c","d":"M10,129L111.866661071777,129 111.866661071777,131 10,131z","id":"path-1232","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.4400005 39.408 50.2133331 62.1813326 74.2559996 78.373333 90.3413325 102.309332 106.4266654 117.7546655 129.722665 137.018665 147.8239981 159.7919976 167.8239972 171.9413306 184.0159976 195.3439977 199.4613311 216.8586642 228.8266637 234.319997 246.2879965 255.8879959 260.0053293 272.0799963 283.4079964 287.5253298 300.32533 304.4426634 315.2479965 327.215996 331.3333294 341.4666626 353.4346621 365.4026616 373.4346612 384.7626613 389.4026612 393.5199946 399.0133279 409.818661 413.9359944 425.7759946 436.5813277 445.4773276 453.5093272 459.0026605 470.3306606 474.447994 479.9413273 491.2693274 500.8693268 512.1973269 523.525327 527.6426604 538.9706605 548.5706599 556.6026595 560.7199929 566.2133262 577.5413263 581.6586597","y":24.056,"children":["Quand un enant de moins de 1 an chute, la partie lésée est le "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.8400002 27.3333335 39.301333 48.9013324 53.0186658 62.6186652 74.5866647 86.5546642 97.1786638 108.5066639 120.4746634 128.506663 132.6239964 138.1173297 148.9226628 153.0399962 161.0719958 172.3999959 180.4319955 191.7599956 195.877329 203.1839954 207.3013288 214.1279956 226.9279958 239.727996 256.5173293 260.6346627 272.7093297 284.0373298 293.6373292 297.7546626 307.8879958 318.6933289 328.2933283 335.1199951","y":49.656,"children":["plus souvent la tête ! (72% des cas)"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.9866667 32.3146668 41.9146662 46.0319996 54.9279995 60.4213328 70.0213322 82.0959992 94.0639987 105.3919988 114.9919982 119.1093316 131.1839986 142.5119987 146.6293321 156.7626653 168.7306648 180.6986643 188.7306639 200.6986634 210.2986628 215.7919961 227.7599956 239.7279951 244.367995 248.4853284 260.5599954 271.8879955 276.0053289 287.8453291 293.3386624 304.1439955 309.6373288 320.9653289 325.0826623 337.0506618 349.0186613 353.1359947 365.2106617 376.5386618 380.6559952 390.7893284 402.7573279 420.154661 437.5519941 449.5199936 457.5519932 463.0453265 475.013326 486.9813255 491.0986589 500.6986583 512.6666578 524.6346573 532.6666569 536.7839903 545.6799902 557.0079903 568.3359904 573.8293237 583.4293231 588.069323 592.1866564","y":75.256,"children":["Les risques de contusion, de plaie ou de commotion sont réels. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"5mfRkDvFw1c","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":126.456,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":126.456,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":177.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 82.0965004 90.565834 95.6325006 106.0218334 111.0885 116.1551666 127.0564995 137.8191662 142.8858328 153.7871657 157.9044991 169.5524989 180.4538318 189.627165 193.7444984 204.6458313 216.2938311 227.8351643 232.9018309 244.3151638 255.2164967 272.1871636 283.0884965 294.6298297 302.2351626 311.4084958 315.5258292 325.9044961 337.4458293 347.2698297 351.3871631 362.9284963 374.4698295 382.9391631 399.90983 410.8111629 419.9844961 424.1018295 435.7498293 446.6511622 450.7684956 459.9418288 470.8431617 480.5498286 492.0911618 500.5604954 505.627162 513.2324949 524.1338278 528.2511612 544.3791615 556.5818278","y":177.656,"children":["Je privilégie des équipements aux normes de sécurité NF"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":228.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 59.2165012 69.5951681 78.7685013 87.9418345 99.4831677 107.9525013 118.8538342 122.9711676 134.5125008 146.053834 156.9551669 161.0725003 170.2458335 181.7871667 190.2565003 200.4538336 211.3551665 216.4218331 221.4884997 226.5551663 236.9338332 248.4751664 258.1818333 269.0831662 273.2004996 281.1364995 291.5151664 302.9284993 314.3418322 322.8111658 334.352499 344.0591659 355.6004991 366.501832 377.4031649 381.616498","y":228.856,"children":["J’assure une surveillance rapprochée."]}]}]},"commandset-643":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1233","children":[{"nodeType":"path","d":"M0,0L751,0 751,46 0,46z","id":"path-1233","fill":"none"}]},{"nodeType":"g","id":"shape-1234","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1234","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-644":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"5gxZFfIVGq3","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1235","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"5gxZFfIVGq3","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547 621.8500215 624.6806883 636.3480219 643.842689 649.0713558 654.8940224 662.8286895 670.6753563 678.6100234 682.0933565 685.5766896 690.8053564 697.9406895 701.4240226 709.3586897 716.8533568","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575 701.2480246 709.7546917 718.2613588 726.7680259 729.6646927","y":37.076,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-2018."]}]}]},"commandset-645":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1236","children":[{"nodeType":"path","d":"M0,0L136,0 136,39 0,39z","id":"path-1236","fill":"#F2F2F2","fill-opacity":1,"stroke-width":3,"stroke":"#000000","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1237","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1237","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-646":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L34,0 34,34 0,34z","id":"path-1239","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.5]}],"id":"image-1238","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-647":{"nodeType":"g","children":[{"nodeType":"defs","children":[{"nodeType":"filter","id":"filter-1241","children":[{"nodeType":"feFlood","result":"floodOut","flood-color":"#000000","flood-opacity":0.29},{"nodeType":"feGaussianBlur","result":"gaussOut","in":"SourceAlpha","stdDeviation":[1.75,1.75]},{"nodeType":"feComposite","in":"floodOut","in2":"gaussOut","operator":"in"}],"filterUnits":"userSpaceOnUse","x":-11.25,"y":-11.25,"width":137.5,"height":54.5}]},{"nodeType":"use","transform":[{"type":"translate","args":[0,0]},{"type":"scale","args":[1,1]}],"xlink:href":"#pathwrap-1240","filter":"url(#filter-1241)","data-angle":45,"data-distance":4,"data-height":32,"data-scale":1,"data-adornment-type":"drop-shadow","data-width":115},{"nodeType":"g","id":"pathwrap-1240","children":[{"nodeType":"g","id":"shape-1242","children":[{"nodeType":"path","d":"M0,0L114.333374,0 114.333374,32 0,32z","id":"path-1242","fill":"#0070C0","fill-opacity":1}]},{"nodeType":"g","id":"shape-1243","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1243","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}],"className":"eventable"},"commandset-648":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"18.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"16.2179985 29.3499994 39.4486665 49.5473336 56.2020005 60.6353339 70.734001 80.8326681 90.3713358 97.7820023","y":23.224,"children":["Continuer"]}]}]},"commandset-649":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1244","children":[{"nodeType":"path","d":"M0,0L659,0 659,237 0,237z","id":"path-1244","fill":"none","stroke-width":3,"stroke":"#00B050","stroke-opacity":1,"stroke-linecap":"flat","stroke-linejoin":"round"}]},{"nodeType":"g","id":"shape-1245","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1245","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-650":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6gKsVXEQXPK","d":"M10,128L111.866661071777,128 111.866661071777,130 10,130z","id":"path-1246","fill":"#00B050","fill-opacity":1},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 27.4400005 39.408 50.2133331 62.1813326 74.2559996 78.373333 90.3413325 102.309332 106.4266654 117.7546655 129.722665 137.018665 147.8239981 159.7919976 167.8239972 171.9413306 184.0159976 195.3439977 199.4613311 216.8586642 228.8266637 234.319997 246.2879965 255.8879959 260.0053293 272.0799963 283.4079964 287.5253298 300.32533 304.4426634 315.2479965 327.215996 331.3333294 341.4666626 353.4346621 365.4026616 373.4346612 384.7626613 389.4026612 393.5199946 399.0133279 409.818661 413.9359944 425.7759946 436.5813277 445.4773276 453.5093272 459.0026605 470.3306606 474.447994 479.9413273 491.2693274 500.8693268 512.1973269 523.525327 527.6426604 538.9706605 548.5706599 556.6026595 560.7199929 566.2133262 577.5413263 581.6586597","y":23.056,"children":["Quand un enant de moins de 1 an chute, la partie lésée est le "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 21.8400002 27.3333335 39.301333 48.9013324 53.0186658 62.6186652 74.5866647 86.5546642 97.1786638 108.5066639 120.4746634 128.506663 132.6239964 138.1173297 148.9226628 153.0399962 161.0719958 172.3999959 180.4319955 191.7599956 195.877329 203.1839954 207.3013288 214.1279956 226.9279958 239.727996 256.5173293 260.6346627 272.7093297 284.0373298 293.6373292 297.7546626 307.8879958 318.6933289 328.2933283 335.1199951","y":48.656,"children":["plus souvent la tête ! (72% des cas)"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 20.9866667 32.3146668 41.9146662 46.0319996 54.9279995 60.4213328 70.0213322 82.0959992 94.0639987 105.3919988 114.9919982 119.1093316 131.1839986 142.5119987 146.6293321 156.7626653 168.7306648 180.6986643 188.7306639 200.6986634 210.2986628 215.7919961 227.7599956 239.7279951 244.367995 248.4853284 260.5599954 271.8879955 276.0053289 287.8453291 293.3386624 304.1439955 309.6373288 320.9653289 325.0826623 337.0506618 349.0186613 353.1359947 365.2106617 376.5386618 380.6559952 390.7893284 402.7573279 420.154661 437.5519941 449.5199936 457.5519932 463.0453265 475.013326 486.9813255 491.0986589 500.6986583 512.6666578 524.6346573 532.6666569 536.7839903 545.6799902 557.0079903 568.3359904 573.8293237 583.4293231 588.069323 592.1866564","y":74.256,"children":["Les risques de contusion, de plaie ou de commotion sont réels. "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato SemiboldBold CBoldA9E0C2B9","font-size":"21.333px","data-ref-id":"6gKsVXEQXPK","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 23.0240002 36.5706663 48.8586664 63.5040006 75.7920007 92.1653337 98.3200001 111.8666662","y":125.456,"children":["PREVENIR"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"111.8666611 116.9333277 121.0506611","y":125.456,"children":[": "]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":176.656,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 66.5658341 70.6831675 82.0965004 90.565834 95.6325006 106.0218334 111.0885 116.1551666 127.0564995 137.8191662 142.8858328 153.7871657 157.9044991 169.5524989 180.4538318 189.627165 193.7444984 204.6458313 216.2938311 227.8351643 232.9018309 244.3151638 255.2164967 272.1871636 283.0884965 294.6298297 302.2351626 311.4084958 315.5258292 325.9044961 337.4458293 347.2698297 351.3871631 362.9284963 374.4698295 382.9391631 399.90983 410.8111629 419.9844961 424.1018295 435.7498293 446.6511622 450.7684956 459.9418288 470.8431617 480.5498286 492.0911618 500.5604954 505.627162 513.2324949 524.1338278 528.2511612 544.3791615 556.5818278","y":176.656,"children":["Je privilégie des équipements aux normes de sécurité NF"]}]},{"nodeType":"text","font-family":"Wingdings Charset1_ 5sLAD9CC606","font-size":"42.667px","fill":"#00B050","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 45.9791679","y":227.856,"children":["J"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"21.333px","fill":"#002060","fill-opacity":1,"children":[{"nodeType":"tspan","x":"45.9791679 55.6645012 59.2165012 69.5951681 78.7685013 87.9418345 99.4831677 107.9525013 118.8538342 122.9711676 134.5125008 146.053834 156.9551669 161.0725003 170.2458335 181.7871667 190.2565003 200.4538336 211.3551665 216.4218331 221.4884997 226.5551663 236.9338332 248.4751664 258.1818333 269.0831662 273.2004996 281.1364995 291.5151664 302.9284993 314.3418322 322.8111658 334.352499 344.0591659 355.6004991 366.501832 377.4031649 381.616498","y":227.856,"children":["J’assure une surveillance rapprochée."]}]}]},"commandset-651":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald Light Charset1_ 9B91E13F","font-size":"32px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"10 18.9280005 24.4960008 39.7600026 46.8640036 53.3920044 64.7200045 79.9840063 87.0880073 100.3360084 106.8640092 119.0880101 131.8240111 138.3520119 154.416013 171.2160141 187.8560154 194.3840162 210.3520166 227.9200174 244.7200185 251.8240195 266.6400195 273.1680203 279.6000205","y":41.176,"children":["J’AI FAIT LE BON CHOIX !"]}]}]},"commandset-652":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1247","children":[{"nodeType":"path","d":"M0,0L711.333374023438,0 711.333374023438,81 0,81z","id":"path-1247","fill":"none"}]},{"nodeType":"g","id":"shape-1248","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1248","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-653":{"nodeType":"g","children":[{"nodeType":"path","data-ref-id":"6Iq3JRRaVBU","d":"M13,21L56.5233345031738,21 56.5233345031738,22 13,22z","id":"path-1249","fill":"#000000","fill-opacity":1},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","data-ref-id":"6Iq3JRRaVBU","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.6633329 28.598 36.5326671 42.3553337 49.0286673 56.5233344","y":19.476,"children":["Source"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"56.5233345 60.0066676 62.8373344 70.5006673 77.6360004 85.5706675 90.7993343 98.2940014 101.1246682 109.8293353 117.7640024 125.7720028 129.2553359 132.738669 140.7466694 148.6813365 156.1760036 159.0066704 166.9560045 172.4120048 179.5473379 187.482005 194.1553386 201.6500057 206.8786725 214.1386732 221.6333403 227.9400072 230.770674 237.9060071 244.5793407 251.2526743 254.7360074 262.7440078 270.2386749 278.173342 283.4020088 289.7086757 292.5393425 300.5473429 308.04201 310.8726768 314.3560099 321.491343 324.3220098 331.4646766 334.9480097 342.4426768 345.2733436 351.9466772 359.8813443 367.8160114 373.2720117 380.4073448 388.3420119 393.5706787 401.0653458 403.8960126 410.5693462 418.5040133 425.9986804 432.6280139 435.4586807 438.9420138 446.4366809 452.7433478 455.5740146 467.2413482 475.1760153 478.6593484 486.5940155 492.9006824 495.7313492 503.7393496 511.2340167 514.0646835 522.5713506 531.0780177 533.9086845 541.0440176 548.9786847 555.2853516 558.1160184 565.6106855 573.5453526 576.3760194 584.3253535 589.7813538 596.9166869 604.851354 611.5246876 619.0193547","y":19.476,"children":[": Santé Publique France/Les accidents de la vie courante chez les moins de 15 ans en France"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"619.0192871 621.8499539 624.6806207","y":19.476,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 24.6673336 32.1620007 37.3906675 43.2133341 51.1480012 58.994668 66.9293351 70.4126682 73.8960013 79.1246681 86.2600012 89.7433343 97.6780014 105.1726685","y":37.076,"children":["métropolitaine"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.4526672 30.3873343 37.5226674 41.0060005 48.1486673 54.4553342 61.9500013 64.7806681 72.7886685 80.2833356 86.5900025 89.4206693 97.4286697 105.3633368 113.2980039 121.232671 128.7273381 136.2220052 142.5286721 145.3593389 153.3673393 160.8620064 163.6926732 167.1760063 169.4493396 176.9440067 184.8786738 192.8866742 200.8213413 208.3160084 213.5446752 221.0393423 223.8700091 231.7166759 239.211343 245.0340096 256.7013432 263.8366763 271.7713434 279.2660105 287.2006776 292.4293444 299.9240115 302.7546783 309.0613452 316.9960123 322.8186789 325.6493457 329.1326788 336.6273459 342.9340128 345.7646796 352.9000127 359.5733463 366.2466799 369.730013 377.7380134 385.2326805 393.1673476 398.3960144 404.7026813 407.5333481 415.5413485 423.0360156 425.8666824 429.3500155 436.4853486 439.3160154 446.4586822 449.9420153 457.4366824 460.2673492 466.9406828 474.8753499 482.810017 488.2660173 495.4013504 503.3360175 508.5646843 516.0593514 518.8900182 523.2900183 531.9580185 539.797352 549.030019 559.3480198 563.7480199 566.5786867 572.8853536 580.8200207 586.6426873 589.4733541 592.9566872 600.0920203 602.9226871 610.7693539 618.264021 624.0866876 627.5700207 635.5046878 643.5126882 651.0073553 653.8380221 662.3446892 670.8513563 679.3580234 687.8646905 692.7413575","y":54.676,"children":["Analyse des données de l’enquête permanente sur les accidents de la vie courante (EPAC) sur la période 2014-"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14.667px","fill":"#000000","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.5066671 30.0133342 38.5200013 47.0266684 49.9233352","y":72.276,"children":["2018."]}]}]},"commandset-654":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1250","children":[{"nodeType":"path","d":"M0,0L655,0 655,68 0,68z","id":"path-1250","fill":"none"}]},{"nodeType":"g","id":"shape-1251","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1251","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-655":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.6820002 26.6860004 33.0580006 39.8500014 42.9400013 47.4580014 52.8580015 55.1740015 58.2640014 68.0500017 74.1280018 80.4220019 86.7940021 92.1940022","y":15.844,"children":["Crédits images"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"92.1940079 95.044008 97.360008","y":15.844,"children":[": "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.1220002 22.9720003 28.4980003 34.3360001 40.8880006 46.5760008 52.4200007 54.7360007 60.8740007 63.7240008 69.1840008 75.3160008 81.8080004 87.2680004 93.4000004 95.7700005","y":30.244,"children":["Pixabay Licence,"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.0720005 28.2040005 34.6960001 43.1380005 49.6300001 56.1820006 62.3140006 64.6840007 67.5100007 73.9300003 79.9840002 82.8340003 85.1500003 92.3440005 99.9160005 109.0360004 115.528 124.6479999 132.2199999 139.4140001 141.7300001 147.5679999 151.8459998 154.1619998 161.2539998 167.7459994 173.7999993 176.6499994 179.4999995 184.6599993 191.1519989 193.4679989 205.3119988 208.1619989 214.0659992 216.9159993 223.3359989 229.4679989 236.0199994 238.8699995 244.7079993 247.0779994 249.3939994 257.8359998 266.2780002 268.5940002 276.2860001 282.5200003 286.5100005 292.7800005 300.5140007 302.8300007 309.7900007 312.1600008 319.1200008 321.4360008 328.3960008 334.8880004 339.1660003 343.4440002 349.8639998 355.0239996 357.8739997 361.5819994 365.2119998 370.6719998 375.4359997 381.5679997 387.4059995 391.6839994 394.5339995 400.2699996 406.4019996 411.8619996 418.3539992 427.8999997 437.4460002 443.9379998 450.4299994 455.5899992 457.9599993 464.4519989 469.2159988 475.2699987 479.5479986 482.3979987 485.2479988 490.7079988 496.8399988 503.3319984 508.4919982 514.6239982 519.783998 524.0619979 530.5059981 536.349998 540.3399982 545.499998 551.3379978 555.6159977 562.5759977 564.9459978 571.9059978 578.8659978 581.2359979 583.5519979 589.3959978 592.2459979 598.0839977 600.3999977","y":44.644,"children":["NeoCube.jpg: XRDoDRX at English Wikipedia, CC BY-SA 3.0 , via "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 24.8439999 27.694 33.5980003 36.4480004 45.9940009 52.1260009 58.6780014 61.5280015 67.3660013 69.6820013 78.1240017 84.6160013 94.1620018 103.7080023 110.2000019 116.6920015 121.8520013","y":59.044,"children":["Wikimedia Commons"]}]}]},"commandset-656":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1252","children":[{"nodeType":"path","d":"M0,0L796,0 796,296 0,296z","id":"path-1252","fill":"none"}]},{"nodeType":"g","id":"shape-1253","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1253","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-657":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 23.1290007 30.9830008 38.8370009 45.487001 52.9210005 60.691001 65.9620014 69.5670014 77.4210015 85.2750016","y":18.818,"children":["Conception"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"85.2750092 87.9770093 91.3020093 94.0040094 106.7300102 117.8670103 125.0210106 127.7230107 135.0380108 141.8490107 149.4230111 157.0670112 162.6250113 165.9500113 173.5240117 180.678012 183.3800121 194.0200124 204.8700128 213.8930135 218.0790138 228.6630144 231.4280145 234.1300146 238.3160149 245.8900153 252.953016 260.1070163 267.6810167 271.0060167 278.160017 285.7340174 291.2920175 298.4460178 301.1480179 308.6380181 315.7920184 323.4360185 330.2470184 337.3100191 344.8840195 351.9470202 355.2720202 362.9160203 370.4900207 377.644021 380.4090211 383.1110212 392.9600212 400.1140215 406.1340215 409.4590215 420.5960216 423.2980217 430.6130218 437.4240217 444.9980221 449.9890223 457.1430226 459.9080227 462.6100228 465.3120229 475.581023 483.1550234 486.4800234 493.1720238 500.3260241 505.8840242 511.9040242 515.2290242 520.2200244 527.3740247 530.0760248 537.7200249 544.8740252 547.5760253 556.5500253 562.1080254 569.2620257 574.2530259 581.0640258 588.1270265 595.7010269 602.8550272 605.5570273 616.7220273 623.0920277 629.4620281 632.7870281 640.4310282 647.5850285 655.1590289 660.1500291 666.961029 670.286029 677.4400293 680.1420294 687.7160298 690.4180299 698.5380298 706.6580297 714.7780296 722.8980295","y":18.818,"children":[" : Mme Sandrine DOVIN, Ingénieure pédagogique, Cesim Santé, Université de Bretagne Occidentale – 2023"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"722.8980713 725.6000714","y":18.818,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 15.7020001","y":35.618,"children":[" "]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.9160004 26.8880005 34.322 40.9720001 43.6740002 47.2790002 54.3700008 57.0720009 64.8420014 71.933002 77.7710023 83.0420027 86.6470027 93.2970028 96.9020028 104.6720033 111.7630039 117.0340043 120.6390043 128.4930044 136.3470045 139.0490046 146.0630055 152.7900057 160.5600062 167.9940057 173.832006 179.1030064 186.5370059 189.239006 197.1630067 204.5970062 210.8970064 213.5990065 225.0160073 232.4500068 243.8670076 251.7910083 257.6290086 265.0630081 271.3630083 274.0650084 281.9890091 289.8430092 292.5450093 302.67401 310.5280101 321.9450109 325.5500109 330.8210113 338.2550108 340.9570109 348.5520112 355.2020113 358.8070113 366.2410108 374.0950109 379.3660113 382.9710113 390.7130109 398.6370116 406.4910117 413.9250112 416.6270113 424.551012 432.4050121 435.1070122 442.8770127 448.715013 456.5690131 460.1460132 467.5800127 472.8510131 475.5530132 480.0330132 487.8030137 494.8940143 500.7320146 503.4340147 511.2880148 517.1260151 525.0500158 530.8880161 538.3220156 541.0240157 548.1150163 551.7200163 559.4900168 567.3440169 574.4350175 582.3590182 589.7930177 595.0640181 598.6690181 606.5930188 614.4470189 621.7060192 626.1860192","y":52.418,"children":["avec la participation experte des membres du Comité Scientique du projet (par ordre alphabétique)"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"626.1861572 629.5111573","y":52.418,"children":[":"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 31.8439999 34.546 43.8490005 54.7130008 66.1580014 76.7070021 81.1730022 88.6140027 99.478003 102.1800031 110.0480031 115.5360035 122.6270041 130.4810042 137.1310043 144.9850044 148.5900044 154.8900046","y":69.218,"children":["Mr ANOUILH François"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"154.8899994 157.6549995 160.3569996 167.6719997 174.4829996 181.5460003 188.7000006 193.3550008 197.8630012 205.0170015 216.1540016 227.2910017 234.445002 237.1470021 244.3010024 251.8750028 257.8950028 265.0490031 268.3740031 275.4370038 283.0110042 289.8220041 297.3960045 302.3870047 305.1520048 307.8540049 316.1280051 322.4980055 330.0720059 333.3970059 340.5510062 343.2530063 353.5220064 361.0960068 364.4210068 371.1130072 378.2670075 383.8250076 389.8450076 393.1700076 398.1610078 404.9720077 408.2970077 413.8550078 421.0090081 423.7110082 431.3550083 438.5090086 441.2110087 453.9370095 460.7480094 464.0730094 471.2270097 478.8010101 483.7920103 487.1170103 494.7610104 502.3350108 509.4890111 512.1910112 519.8350113 526.9890116 529.6910117 538.6650117 544.2230118 551.3770121 557.3970121 562.3880123 565.0900124 567.8550125 570.5570126 575.065013 582.6390134 588.1970135 599.3340136 606.1450135 611.1360137 618.290014 625.8640144 631.4220145 634.1240146 643.9730146 651.1270149 657.1470149 660.4720149 671.609015","y":69.218,"children":[", Sage-emme enseignant, Ecole Universitaire de Maïeutique de Brest , ormateur Cesim"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 37.4230004 44.8569999 47.559 56.8130007 64.2540012 73.5570017 84.421002 94.5500027 97.2520028 108.1160031 115.2070037 120.4780041 128.3320042 135.4230048 139.0280048 142.6330048 150.0670043","y":86.018,"children":["Mme BLANC Nathalie"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"150.0670319 152.832032 155.5340321 163.8430321 169.4010322 176.9750326 181.483033 188.6370333 194.6570333 200.6770333 207.8310336 215.405034 220.9630341 228.1170344 230.8190345 237.9730348 242.964035 245.6660351 252.0360355 259.6100359 266.7640362 272.3220363 278.6920367 286.2660371 293.4200374 300.9940378 306.5520379 313.7060382 316.4080383 323.5620386 331.136039 333.8380391 341.3280393 347.3480393 354.0400397 360.4100401 367.9840405 375.5580409 378.8830409 386.4570413 393.520042 396.845042 403.9990423 406.7010424 413.0710428 420.6450432 427.7080439 435.2820443 438.6070443 443.5980445 446.9230445 453.6150449 460.7690452 463.4710453 468.1260455 470.8280456 481.0970457 488.6710461 491.9960461 498.6880465 505.8420468 511.4000469 517.4200469 520.7450469 525.7360471 532.8900474 535.5920475 543.2360476 550.3900479 553.092048 565.8180488 573.3920492 580.9660496 585.9570498 593.44705 600.6010503 603.9260503 607.2510503 610.5760503 617.7300506 623.2880507","y":86.018,"children":[", Proesseure et chercheure en psychologie cognitive - Université de Montpellier"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 37.4230004 44.8569999 47.559 56.8130007 68.2580013 78.4010019 87.7040024 95.1450029 104.4480034 117.454003 126.0430037 136.907004 148.3520046 159.2160049 167.7700048 170.4720049 178.0670052 185.9210053 193.7750054 199.6130057 203.2180057 211.1420064 218.5760059 223.8470063 231.7010064","y":102.818,"children":["Mme BOUALAMPHONE Sourideth"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"231.7010193 234.4660194 237.1680195 247.8080198 254.8360206 261.528021 268.6820213 272.0070213 279.5810217 287.0710219 294.5610221 301.7150224 309.2890228 315.3090228 322.4630231 325.1650232 327.9300233 330.6320234 333.9570234 341.5310238 346.0390242 353.6130246 360.6760253 365.8840255 372.6950254 380.1850256 387.759026 391.084026 397.104026 402.0950262 409.2490265 411.9510266 420.0710265 430.7110268 433.4130269 439.7830273 447.3570277 454.511028 460.8390281 463.5410282 472.5640289 475.8890289 481.447029 486.4380292 494.0120296 500.8230295 504.1480295 510.9660293 516.9860293","y":102.818,"children":[", Développeuse , inographiste 3D chez Virtualys"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 31.8439999 34.546 44.6750007 56.1200013 66.669002 75.7830023 85.037003 93.5910029 102.0540032 104.7560033 115.6760034 119.2810034 127.2050041 130.8100041 138.2440036 144.0820039","y":119.618,"children":["Mr COURBET Didier"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"144.082016 146.8470161 149.5490162 157.8580162 163.4160163 170.9900167 175.4980171 182.6520174 188.6720174 194.6920174 201.8460177 209.4200181 214.9780182 217.6800183 225.3240184 232.4780187 238.4980187 241.2000188 251.4690189 259.0430193 262.3680193 269.0600197 276.21402 281.7720201 287.7920201 291.1170201 296.1080203 303.2620206 309.2820206 311.9840207 316.6390209 319.341021 329.190021 336.7640214 343.9180217 349.4760218 355.8460222 363.4200226 370.5740229 378.1480233 383.7060234 386.4080235 393.2190234 395.9210235 399.2460235 402.3470236 406.5330239 419.2590247 426.5740248 430.7600251 440.6090251 443.3110252 447.9660254 450.6680255 459.5020261 466.6560264 472.6760264 480.1660266 487.740027 495.3140274 501.3340274 508.1450273 515.7890274 519.1140274 526.2680277 528.9700278 536.6140279 543.7680282 546.4700283 549.7950283 556.6060282 559.3080283 566.4690286 569.7940286 576.164029 583.3180293 590.8920297 597.2620301 604.4160304 607.1180305 615.3920307 620.0470309 632.7730317 639.5840316 645.1420317 651.6100326 658.7640329 663.7550331 667.0800331 674.6540335 681.7170342 684.4190343 694.100035","y":119.618,"children":[", Proesseur des Universités - Chercheur à l\'IMSIC - Responsable de la Licence E-Marketing &"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"694.1001587 696.8021588","y":119.618,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 22.849 30.4230004 41.5600005 52.6970006 60.271001 67.8450014 71.1700014 77.5400018 84.3510017 89.3420019 92.6670019 100.2410023 107.8150027 110.5170028 121.1570031 124.4820031 131.5450038 134.8700038 139.861004 146.6720039 149.9970039 157.1510042","y":136.418,"children":["Communication Digitale"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 37.4230004 44.8569999 47.559 58.4790001 69.6090002 78.9120007 83.3780008 94.2420011 96.9440012 104.5390015 111.6300021 119.4840022 127.4080029 133.2460032 136.8510032 144.7050033 152.1390028","y":153.218,"children":["Mme DOVIN Sandrine"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"152.1390228 154.9040229 157.606023 161.7920233 169.3660237 176.4290244 183.5830247 191.1570251 194.4820251 201.6360254 209.2100258 214.7680259 221.9220262 224.6240263 232.1140265 239.2680268 246.9120269 253.7230268 260.7860275 268.3600279 275.4230286 278.7480286 286.3920287 293.9660291 301.1200294 303.8220295 313.6710295 320.8250298 326.8450298 330.1700298 341.3070299 344.00903 351.3240301 358.13503 365.7090304 370.7000306 377.8540309","y":153.218,"children":[", Ingénieure pédagogique Cesim Santé"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 31.8439999 34.546 45.4660001 56.0150008 66.1440015 74.9570022 86.4020028 96.5310035 107.9760041 110.6780042 117.3140044 124.7480039 130.5860042 138.4400043 149.8570051 157.2910046","y":170.018,"children":["Mr DUCROCQ Jérome"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"157.2910156 160.0560157 162.7580158 175.4840166 182.6380169 190.282017 197.4360173 203.8060177 207.1310177 214.7050181 217.4070182 224.9810186 230.5390187 237.6020194 244.7560197 252.3300201 257.3210203 260.6460203 266.6660203 271.6570205 278.8110208 281.5760209 284.278021 294.5470211 300.1050212 307.1680219 314.3220222 321.8960226 328.266023 335.4200233 341.4400233 344.1420234 352.2410234 359.3950237 367.0390238 370.3640238 377.1750237 382.1660239 387.724024 391.049024 398.6930241 406.2670245 413.4210248 419.4410248 422.1430249 431.9920249 442.5760255 452.8450256 455.5470257 463.1910258 470.3450261 473.0470262 482.0210262 487.5790263 494.7330266 500.7530266 505.7440268 508.5090269 511.211027 516.7690271 523.9230274 529.9430274 537.4330276 545.007028 552.5810284 558.6010284 565.4120283 573.0560284 576.3810284 583.5350287 586.2370288 593.8810289 601.4550293 604.1570294 611.4720295 620.4950302 633.221031 643.4900311 646.1920312 654.3120311 662.432031","y":170.018,"children":[", Médecin urgentiste, Urgences Pédiatriques CHU de Brest, responsable du SAMU 29"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 31.8439999 34.546 45.4660001 56.0150008 64.6040015 73.7180018 82.2720017 84.9740018 95.7330026 99.3380026 102.9430026 106.5480026 113.9820021 120.2820023","y":186.818,"children":["Mr DUPRE Gilles"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"120.2820206 123.0470207 125.7490208 136.3890211 143.4170219 150.1090223 157.2630226 160.5880226 168.162023 175.6520232 183.1420234 190.2960237 197.8700241 203.4280242 206.1300243 208.8950244 211.5970245 214.9220245 222.4960249 227.0040253 234.5780257 241.6410264 246.8490266 253.6600265 261.1500267 268.7240271 272.0490271 278.0690271 283.0600273 290.2140276 292.9160277 301.0360276 311.6760279 314.378028 320.7480284 328.3220288 335.4760291 341.8040292 344.5060293 353.52903 356.85403 362.4120301 367.4030303 374.9770307 381.7880306 385.1130306 391.9310304 397.9510304","y":186.818,"children":[", Développeur , inographiste 3D chez Virtualys"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 37.4230004 44.8569999 47.559 58.3180008 67.6210013 76.875002 85.9890023 90.4550024 99.0090023 106.4500028 109.1520029 118.4550034 126.3090035 134.1630036 141.5970031","y":203.618,"children":["Mme GABRIEL Anne"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"141.5970306 144.3620307 147.0640308 154.3790309 161.1900308 168.2530315 175.4070318 180.062032 184.5700324 191.7240327 202.8610328 213.9980329 221.1520332 223.8540333 231.0080336 238.582034 244.602034 251.7560343 255.0810343 262.144035 269.7180354 276.5290353 284.1030357 289.0940359 296.2480362 299.0130363 301.7150364 309.9890366 316.359037 323.9330374 327.2580374 334.4120377 337.1140378 347.3830379 354.9570383 358.2820383 364.9740387 372.128039 377.6860391 383.7060391 387.0310391 392.0220393 398.8330392 402.1580392 407.7160393 414.8700396 417.5720397 425.2160398 432.3700401 435.0720402 447.798041 454.6090409 457.9340409 465.0880412 472.6620416 477.6530418 480.9780418 488.6220419 496.1960423 503.3500426 506.0520427 513.6960428 520.8500431 523.5520432 532.5260432 538.0840433 545.2380436 551.2580436 556.2490438 558.9510439 561.716044 564.4180441 568.9260445 576.5000449 582.058045 593.1950451 600.006045 604.9970452 610.5550453 613.8800453 620.2500457 627.404046 630.1060461 639.9550461 647.1090464 653.1290464 656.4540464 667.5910465","y":203.618,"children":[", Sage-emme enseignante, Ecole Universitaire de Maïeutique de Brest , ormatrice Cesim"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 37.4230004 44.8569999 47.559 57.0790005 65.6330004 74.4460011 85.8910017 96.0340023 105.3370028 116.2010031 123.8240032 135.2690038 146.1330041 148.8350042 157.1230043 164.2140049 172.068005 179.7470049 186.8450054","y":220.418,"children":["Mme KEROUANTON Fanny"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"186.8450165 189.6100166 192.3120167 196.498017 207.1380173 215.4120175 218.1140176 225.6040178 233.1780182 240.3320185 245.8900186 249.2150186 255.585019 263.1590194 266.4840194 271.4750196 279.04902 284.6070201 291.7610204 294.5260205 297.2280206 303.2480206 310.4020209 315.960021 322.7780208 326.1030208 332.4730212 339.6270215 342.3290216 349.9730217 357.127022 359.8290221 370.4130227 377.567023 385.1410234 392.7150238 399.5260237 404.5170239 411.3280238 414.6530238 422.2270242 429.2900249 432.6150249 439.7690252 442.4710253 452.3200253 462.9040259 473.173026 475.8750261 484.8490261 493.6830267 501.9570269 509.272027 517.4550276","y":220.418,"children":[", IDE puériculture, service de Néonatalogie CHU BREST"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 31.8439999 34.546 39.9220004 42.9670005 53.8310008 62.3850007 71.499001 74.2010011 82.755001 88.5930013 99.1910018 106.2820024 114.1360025","y":237.218,"children":["Mr L’HER Erwan"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"114.1360016 116.9010017 119.6030018 127.9120018 138.1810019 142.8360021 151.1450021 161.7290027 164.4310028 172.0750029 179.2290032 181.9310033 193.0680034 200.2220037 207.8660038 215.0200041 221.3900045 224.7150045 232.2890049 239.4430052 242.1450053 245.4700053 253.0440057 258.0350059 265.1890062 270.7470063 278.3210067 285.475007 288.1770071 295.3310074 300.3220076 303.0240077 308.5820078 315.7360081 322.547008 330.1210084 333.4460084 344.5830085 351.3940084 356.3850086 359.7100086 367.284009 374.8580094 377.5600095 388.6970096 395.8510099 403.49501 406.82001 413.1900104 420.0010103 423.3260103 430.4800106 433.1820107 439.9930106 447.567011 450.2690111 460.1180111 470.7020117 480.9710118 483.6730119 491.317012 498.4710123 501.1730124 510.1470124 518.981013 527.2550132 534.5700133 541.4930136 544.2580137 546.9600138 557.6000141 560.9250141 566.4830142 573.6370145 580.0070149 584.9980151 592.1520154 599.7260158 605.2840159 607.986016 615.6300161 623.2040165 625.9060166 635.7550166 642.9090169 648.9290169 652.2540169 663.391017 666.0930171 673.4080172 680.2190171 687.7930175 692.7840177 699.938018","y":237.218,"children":[", PU-PH de médecine interne et réanimation médicale au CHU de BREST, Directeur du Cesim Santé"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 31.8439999 34.546 47.5519996 56.8550001 65.6680008 75.7970015 78.4990016 89.9440022 93.5490022 97.1540022 104.2520027 107.8570027 115.2910022 121.1290025","y":254.018,"children":["Mr MARC Olivier"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"121.1290131 123.8940132 126.5960133 137.0750134 144.2290137 149.4370139 156.2480138 163.8220142 168.8130144 171.5150145 179.1590146 186.3130149 189.015015 192.340015 199.1510149 201.853015 207.873015 215.4470154 221.8170158 225.1420158 232.2960161 237.2870163 244.4410166 247.1430167 256.1660174 259.4910174 265.0490175 270.0400177 277.6140181 284.425018 287.750018 294.5680178 300.5880178","y":254.018,"children":[", Gérant de la société Virtualys"]}]},{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 26.0059996 37.4230004 44.8569999 47.559 55.1540003 59.6200004 70.4840007 81.348001 92.7930016 96.4680016 104.9310019 113.4850018 120.9260023 128.3670028 132.8330029 141.3870028 150.5010031 153.2030032 155.9050033 163.5000036 170.5910042 178.4450043 186.369005 191.8570054 198.948006","y":270.818,"children":["Mme SINNO-TELLIER Sandra"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"198.9480133 201.7130134 204.4150135 213.4380142 221.0820143 224.3790145 231.9530149 235.2780149 242.8520153 247.8430155 254.9970158 257.6990159 264.5100158 267.2120159 270.5370159 277.3480158 280.0500159 290.6900162 294.0150162 299.5730163 306.7270166 313.097017 318.0880172 323.6460173 326.9710173 333.3410177 340.495018 343.1970181 350.8410182 357.9950185 364.0150185 366.7170186 375.7400193 379.0650193 386.2190196 391.7770197 396.7680199 403.9220202 409.9420202 412.6440203 419.7980206 424.7890208 427.4910209 435.135021 442.2890213 448.3090213 451.0110214 460.0340221 463.3590221 470.4220228 473.7470228 477.0720228 483.8830227 491.4570231 497.8270235 504.9810238 511.0010238 513.7030239 521.018024 527.8290239 535.4030243 538.7280243 543.7190245 550.5300244 553.8550244 559.4130245 566.5670248 572.5870248 575.3520249 578.054025 587.903025 595.4770254 603.0510258 608.6090259 616.253026 619.578026 627.1520264 633.9630263 638.9540265 644.5120266 647.8370266 654.207027 661.3610273 664.0630274 671.7070275 678.8610278 681.5630279 684.8880279 691.6990278","y":270.818,"children":[", Adjointe à la Directrice des Alertes et des Vigilances Sanitaires, Coordinatrice de la"]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"691.6991577 694.4011579","y":270.818,"children":[" "]}]},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"14px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 19.678 26.8320003 33.2790003 36.6040003 42.9740007 50.4220011 57.2400009 60.5650009 67.6280016 70.9530016 74.2780016 81.0890015 88.6630019 95.0330023 102.1870026 104.9520027 107.6540028 116.6770035 127.2610041 134.5760042 142.8500044 150.1650045","y":287.618,"children":["Toxicovigilance, ANSES"]}]}]},"commandset-658":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1254","children":[{"nodeType":"path","d":"M0,0L581.333374023438,0 581.333374023438,25 0,25z","id":"path-1254","fill":"none"}]},{"nodeType":"g","id":"shape-1255","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1255","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-659":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.6820002 26.6860004 33.0580006 39.8500014 42.9400013 47.4580014 52.8580015 55.1740015 61.6840022 68.4160021 75.148002 80.5480021 82.8640021 88.9420022 95.734003 102.5260038 105.6160037 110.1340038 113.2240037 119.9560036 126.6880035 133.4200034 139.7920036 142.8820035 148.2820036","y":16.844,"children":["Crédits Sons additionnels"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"148.2819977 150.5979977 153.4479978 155.7639978 161.2119978 167.7039974 172.8639972 178.9959972 185.4159968 191.9079964 194.2239964 200.4939964 208.2279966 215.7999966 224.9199965 228.5079966 237.5799971 239.8959971 243.8859973 246.2019973 252.3399973 258.1779971 264.4479971 270.9399967 277.4319963 283.9239959 288.2019958 294.6939954 300.8259954 307.3779959 313.8699955 320.0019955 322.3719956 328.8639952 333.6279951 339.681995 342.0519951","y":16.844,"children":[" : Joseph SARDIN - LaSonotheque.org."]}]}]},"commandset-660":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 20.3260002 27.0580001 30.148 35.9140003 38.2300003 45.0220011 51.3940013 53.7100013 59.1100014 65.1940015 71.9260014 76.4440015 83.1760014 89.5480016 94.9480017 101.3200019 103.6360019","y":16.844,"children":["Voix de synthèse "]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"12px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"103.6360168 106.486017 108.802017 117.8740175 123.7120173 128.1760175 134.0140173 139.5580174 145.6900174 151.8220174 156.1000173 158.4160173 160.7860174 166.2460174 172.738017 182.2840175 184.6000175 188.2000174 193.9360175 200.0680175 204.8320174 209.9920172 212.8420173 219.3340169 225.8260165 228.1420165 234.694017 236.554017 242.686017 247.8460168 253.0060166 258.8440164 261.6940165 265.2940164","y":16.844,"children":[": Narakeet .com (version d’essai)"]}]}]},"commandset-661":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1256","children":[{"nodeType":"path","d":"M0,0L234,0 234,23 0,23z","id":"path-1256","fill":"none"}]},{"nodeType":"g","id":"shape-1257","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1257","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-662":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Lato LightBold CharBold83E34BA1","font-size":"10.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"13 21.3199997 26.9839997 31.4319997 37.4159994 40.1626661 45.8266661 50.2746661 55.9386661 57.9973328 66.6959994 69.4426661 74.2426658 79.9066658 81.9653325 87.3679991 89.4266658 92.151999 98.1359987 104.1199984 108.5679984","y":15.528,"children":["Dernière mise à jour"]}],"style":{"fontWeight":"bold"}},{"nodeType":"text","font-family":"Lato Light Charset1_ 5mAED73F94","font-size":"10.667px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"108.5680008 111.1013341 113.1600008 118.0026674 123.1920008 128.8293342 134.0240006 136.5573339 142.0080003 146.2426671 148.3013338 154.4880003 160.6746668 166.8613333 173.0479998","y":15.528,"children":[": Janvier 2024"]}]}]},"commandset-663":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L69,0 69,99 0,99z","id":"path-1259","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.50364965200424194,0.5]}],"id":"image-1258","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"},"commandset-664":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1260","children":[{"nodeType":"path","d":"M0,0L276,0 276,46 0,46z","id":"path-1260","fill":"none"}]},{"nodeType":"g","id":"shape-1261","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1261","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}],"className":"eventable"},"commandset-665":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Oswald LightBold ChBold2680A628","font-size":"24px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"94.2120056 106.1400061 111.036006 121.5000057 126.8760056 136.8360056 147.1320061 154.3320059 164.3880057 171.5880055 176.4840054 181.7880053","y":33.632,"children":["A bientôt !"]}],"style":{"fontWeight":"bold"}}]},"commandset-666":{"nodeType":"g","children":[{"nodeType":"path","d":"M0,0L95,0 95,40 0,40z","id":"path-1263","fill":"none"},{"nodeType":"image","transform":[{"type":"scale","args":[0.5,0.49382716417312622]}],"id":"image-1262","data-original-image":"01","x":0,"y":0,"opacity":1}],"className":"eventable"}},"common":{"commandset-0":{"nodeType":"g","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1264","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}]},"commandset-1":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 12.1315117 23.6888037 35.9570341 45.2356806 50.0846391 61.8971401 72.9257866 83.5442768 94.5729233 103.678393 108.5273515 117.003915 128.0325615 139.8450625 151.4023545 163.6705849 175.4830859 183.9596494 194.9882959 199.8372544 211.1119946 215.9609531 221.6575678 232.932308 237.7812665 249.5937675 261.8619979 272.8906444 282.1692909 290.2721561 295.9687708 307.5260628 319.7942932 324.6432517 335.9179919 346.5364821 357.8112223 370.0794527 378.1823179 383.0312764","y":20.531,"children":["Vous devez répondre à la question avant "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 11.812501 22.8411475 27.690106 38.3085962 49.5833364 55.2799511 60.9765658 72.7890668 83.8177133 92.2942768 97.6171938","y":45.952,"children":["de valider."]}]}]},"commandset-2":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"38.859375 51.3203125 61.140625","y":21.207,"children":["OK"]}]}]},"commandset-3":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.4544277 22.7226581 30.8255233 39.3020868 50.3307333 59.436203 64.2851615 74.9036517 86.4609437 94.5638089 103.0403724 114.0690189 118.9179774 131.1862078 142.7434998 161.0729275 165.921886 177.734387 189.0091272 201.2773576 210.5560041 215.4049626 221.1015773 232.1302238 236.9791823 246.5768395 258.8450699 270.1198101 288.4492378 300.2617388 305.1106973 314.7083545 320.4049692 326.4114799","y":20.531,"children":["Entrez votre nom dans le champ ci-"]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 11.812501 22.8411475 32.119794 41.3984405 52.9557325 65.2239629 74.5026094 79.3515679 84.6744849","y":45.952,"children":["dessous :"]}]}]},"commandset-4":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 12.1315117 23.6888037 35.9570341 45.2356806 50.0846391 61.8971401 72.9257866 83.5442768 94.5729233 103.678393 108.5273515 115.7552172 127.0299574 132.7265721 141.2031356 152.2317821 157.0807406 168.8932416 179.9218881 192.8372533 198.533868 209.5625145 218.039078 222.8880365 228.5846512 239.8593914 244.7083499 251.9362156 262.9648621 275.2330925 286.261739 294.3646042 302.8411677 313.8698142 318.7187727 329.3372629 340.3659094 348.8424729 358.1211194 362.9700779 368.6666926 379.6953391 384.5442976","y":20.531,"children":["Vous devez aire déler la enêtre vers le "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 11.812501 23.0872412 32.3658877 37.2148462 48.4895864 59.1080766 70.3828168 82.6510472 90.7539124 95.6028709 107.4153719 118.4440184 123.2929769 133.9114671 145.1862073 150.882822 156.5794367 168.3919377 179.4205842 187.8971477 193.2200647","y":45.952,"children":["bas avant de valider."]}]}]},"commandset-5":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.281251 21.838543 34.1067734 46.3750038 57.649744 63.3463587 71.4492239 82.4778704 91.5833401 97.5898508 108.208341 119.765633 132.0338634 141.3125099 146.1614684 154.6380319 165.6666784 177.4791794 185.9557429 196.9843894 209.2526198 221.0651208 229.5416843 240.5703308 245.4192893 256.6940295 261.542988 267.2396027 272.2070509 283.2356974 295.5039278 307.3164288 315.7929923 327.3502843 333.046899 341.1497642 345.9987227 357.5560147 369.8242451 374.6732036","y":20.531,"children":["Souhaitez-vous reprendre à l\'endroit où "]}]},{"nodeType":"text","font-family":"Open SansBold CharsBold7360B1C1","font-size":"18.667px","fill":"#E2E2E2","fill-opacity":1,"children":[{"nodeType":"tspan","x":"0 10.6184902 22.1757822 34.4440126 43.7226591 48.5716176 59.1901078 70.7473998 83.0156302 92.2942767 97.1432352 108.1718817 116.2747469 127.3033934 136.5820399 141.4309984 152.7057386 161.1823021 169.6588656 180.6875121 188.7903773 199.8190238 204.6679823 213.5729305","y":45.952,"children":["vous vous êtes arrêté ?"]}]}]},"commandset-6":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"36.8359375 49.296875 59.1171875 63.1640625","y":21.207,"children":["Oui"]}]}]},"commandset-7":{"nodeType":"g","children":[{"nodeType":"text","font-family":"Open Sans Charset1_ 63f47901DBC","font-size":"16px","fill":"#FFFFFF","fill-opacity":1,"children":[{"nodeType":"tspan","x":"34.2265625 46.2890625 55.953125 65.7734375","y":21.207,"children":["Non"]}]}]},"commandset-8":{"nodeType":"g","children":[{"nodeType":"g","id":"shape-1265","children":[{"nodeType":"path","d":"M0,0L383,0 383,105 0,105z","id":"path-1265","fill":"#FFFFFF","fill-opacity":0}],"className":"uneventable"},{"nodeType":"g","id":"shape-1266","children":[{"nodeType":"use","transform":[{"type":"rotate","args":[0]}],"id":"text-1266","data-reference-type":"text","data-reference-id":"01","data-shadow":false,"data-rotation":0,"x":0,"y":0}],"className":"uneventable"}]}}}'); \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/lib/hls/hls.min.js b/public/zeroaccident/je_securise/html5/lib/hls/hls.min.js new file mode 100644 index 0000000..dc77dda --- /dev/null +++ b/public/zeroaccident/je_securise/html5/lib/hls/hls.min.js @@ -0,0 +1,2 @@ +"undefined"!=typeof window&&function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Hls=e():t.Hls=e()}(this,(()=>(()=>{var t={21:(t,e,r)=>{"use strict";r.r(e),r.d(e,{default:()=>u});var i=function(){function t(t,e){this.subtle=void 0,this.aesIV=void 0,this.subtle=t,this.aesIV=e}return t.prototype.decrypt=function(t,e){return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},e,t)},t}(),n=function(){function t(t,e){this.subtle=void 0,this.key=void 0,this.subtle=t,this.key=e}return t.prototype.expandKey=function(){return this.subtle.importKey("raw",this.key,{name:"AES-CBC"},!1,["encrypt","decrypt"])},t}(),a=r(145),s=function(){function t(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}var e=t.prototype;return e.uint8ArrayToUint32Array_=function(t){for(var e=new DataView(t),r=new Uint32Array(4),i=0;i<4;i++)r[i]=e.getUint32(4*i);return r},e.initTable=function(){var t=this.sBox,e=this.invSBox,r=this.subMix,i=r[0],n=r[1],a=r[2],s=r[3],o=this.invSubMix,l=o[0],u=o[1],d=o[2],h=o[3],c=new Uint32Array(256),f=0,g=0,v=0;for(v=0;v<256;v++)c[v]=v<128?v<<1:v<<1^283;for(v=0;v<256;v++){var p=g^g<<1^g<<2^g<<3^g<<4;p=p>>>8^255&p^99,t[f]=p,e[p]=f;var m=c[f],y=c[m],E=c[y],T=257*c[p]^16843008*p;i[f]=T<<24|T>>>8,n[f]=T<<16|T>>>16,a[f]=T<<8|T>>>24,s[f]=T,T=16843009*E^65537*y^257*m^16843008*f,l[p]=T<<24|T>>>8,u[p]=T<<16|T>>>16,d[p]=T<<8|T>>>24,h[p]=T,f?(f=m^c[c[c[E^m]]],g^=c[c[g]]):f=g=1}},e.expandKey=function(t){for(var e=this.uint8ArrayToUint32Array_(t),r=!0,i=0;i{"use strict";r.r(e),r.d(e,{canParse:()=>l,decodeFrame:()=>f,getID3Data:()=>s,getID3Frames:()=>c,getTimeStamp:()=>u,isFooter:()=>a,isHeader:()=>n,isTimeStampFrame:()=>d,testables:()=>E,utf8ArrayToStr:()=>y});var i,n=function(t,e){return e+10<=t.length&&73===t[e]&&68===t[e+1]&&51===t[e+2]&&t[e+3]<255&&t[e+4]<255&&t[e+6]<128&&t[e+7]<128&&t[e+8]<128&&t[e+9]<128},a=function(t,e){return e+10<=t.length&&51===t[e]&&68===t[e+1]&&73===t[e+2]&&t[e+3]<255&&t[e+4]<255&&t[e+6]<128&&t[e+7]<128&&t[e+8]<128&&t[e+9]<128},s=function(t,e){for(var r=e,i=0;n(t,e);)i+=10,i+=o(t,e+6),a(t,e+10)&&(i+=10),e+=i;if(i>0)return t.subarray(r,r+i)},o=function(t,e){var r=0;return r=(127&t[e])<<21,r|=(127&t[e+1])<<14,(r|=(127&t[e+2])<<7)|127&t[e+3]},l=function(t,e){return n(t,e)&&o(t,e+6)+10<=t.length-e},u=function(t){for(var e=c(t),r=0;r>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:u+=String.fromCharCode(a);break;case 12:case 13:s=t[d++],u+=String.fromCharCode((31&a)<<6|63&s);break;case 14:s=t[d++],o=t[d++],u+=String.fromCharCode((15&a)<<12|(63&s)<<6|(63&o)<<0)}}return u},E={decodeTextFrame:v};function T(){return i||void 0===self.TextDecoder||(i=new self.TextDecoder("utf-8")),i}},182:(t,e,r)=>{"use strict";r.r(e),r.d(e,{default:()=>o});var i=r(544),n=r(851),a=r(93),s=r(729);function o(t){var e=new s.EventEmitter,r=function(e,r){t.postMessage({event:e,data:r})};e.on(n.Events.FRAG_DECRYPTED,r),e.on(n.Events.ERROR,r),t.addEventListener("message",(function(n){var s=n.data;switch(s.cmd){case"init":var o=JSON.parse(s.config);t.transmuxer=new i.default(e,s.typeSupported,o,s.vendor,s.id),(0,a.enableLogs)(o.debug,s.id),function(){var t=function(t){a.logger[t]=function(e){r("workerLog",{logType:t,message:e})}};for(var e in a.logger)t(e)}(),r("init",null);break;case"configure":t.transmuxer.configure(s.config);break;case"demux":var u=t.transmuxer.push(s.data,s.decryptdata,s.chunkMeta,s.state);(0,i.isPromise)(u)?u.then((function(e){l(t,e)})):l(t,u);break;case"flush":var h=s.chunkMeta,c=t.transmuxer.flush(h);(0,i.isPromise)(c)?c.then((function(e){d(t,e,h)})):d(t,c,h)}}))}function l(t,e){if(!((r=e.remuxResult).audio||r.video||r.text||r.id3||r.initSegment))return!1;var r,i=[],n=e.remuxResult,a=n.audio,s=n.video;return a&&u(i,a),s&&u(i,s),t.postMessage({event:"transmuxComplete",data:e},i),!0}function u(t,e){e.data1&&t.push(e.data1.buffer),e.data2&&t.push(e.data2.buffer)}function d(t,e,r){e.reduce((function(e,r){return l(t,r)||e}),!1)||t.postMessage({event:"transmuxComplete",data:e[0]}),t.postMessage({event:"flush",data:r})}},544:(t,e,r)=>{"use strict";r.r(e),r.d(e,{TransmuxConfig:()=>at,TransmuxState:()=>st,default:()=>rt,isPromise:()=>nt});var i=r(851),n=r(973),a=r(21),s=r(965),o=r(181),l=r(856);function u(t,e){return void 0===t&&(t=""),void 0===e&&(e=9e4),{type:t,id:-1,pid:-1,inputTimeScale:e,sequenceNumber:-1,samples:[],dropped:0}}var d=r(63),h=r(145),c=function(){function t(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}var e=t.prototype;return e.resetInitSegment=function(t,e,r,i){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}},e.resetTimeStamp=function(t){this.initPTS=t,this.resetContiguity()},e.resetContiguity=function(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0},e.canParse=function(t,e){return!1},e.appendFrame=function(t,e,r){},e.demux=function(t,e){this.cachedData&&(t=(0,d.appendUint8Array)(this.cachedData,t),this.cachedData=null);var r,i=o.getID3Data(t,0),n=i?i.length:0,a=this._audioTrack,c=this._id3Track,g=i?o.getTimeStamp(i):void 0,v=t.length;for((null===this.basePTS||0===this.frameIndex&&(0,s.isFiniteNumber)(g))&&(this.basePTS=f(g,e,this.initPTS),this.lastPTS=this.basePTS),null===this.lastPTS&&(this.lastPTS=this.basePTS),i&&i.length>0&&c.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:l.MetadataSchema.audioId3,duration:Number.POSITIVE_INFINITY});n>>5}function E(t,e){return e+1=t.length)return!1;var i=y(t,e);if(i<=r)return!1;var n=e+i;return n===t.length||E(t,n)}return!1}function S(t,e,r,a,s){if(!t.samplerate){var o=function(t,e,r,a){var s,o,l,u,d=navigator.userAgent.toLowerCase(),h=a,c=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];s=1+((192&e[r+2])>>>6);var f=(60&e[r+2])>>>2;if(!(f>c.length-1))return l=(1&e[r+2])<<2,l|=(192&e[r+3])>>>6,v.logger.log("manifest codec:"+a+", ADTS type:"+s+", samplingIndex:"+f),/firefox/i.test(d)?f>=6?(s=5,u=new Array(4),o=f-3):(s=2,u=new Array(2),o=f):-1!==d.indexOf("android")?(s=2,u=new Array(2),o=f):(s=5,u=new Array(4),a&&(-1!==a.indexOf("mp4a.40.29")||-1!==a.indexOf("mp4a.40.5"))||!a&&f>=6?o=f-3:((a&&-1!==a.indexOf("mp4a.40.2")&&(f>=6&&1===l||/vivaldi/i.test(d))||!a&&1===l)&&(s=2,u=new Array(2)),o=f)),u[0]=s<<3,u[0]|=(14&f)>>1,u[1]|=(1&f)<<7,u[1]|=l<<3,5===s&&(u[1]|=(14&o)>>1,u[2]=(1&o)<<7,u[2]|=8,u[3]=0),{config:u,samplerate:c[f],channelCount:l,codec:"mp4a.40."+s,manifestCodec:h};t.trigger(i.Events.ERROR,{type:n.ErrorTypes.MEDIA_ERROR,details:n.ErrorDetails.FRAG_PARSING_ERROR,fatal:!0,reason:"invalid ADTS sampling index:"+f})}(e,r,a,s);if(!o)return;t.config=o.config,t.samplerate=o.samplerate,t.channelCount=o.channelCount,t.codec=o.codec,t.manifestCodec=o.manifestCodec,v.logger.log("parsed codec:"+t.codec+", rate:"+o.samplerate+", channels:"+o.channelCount)}}function b(t){return 9216e4/t}function L(t,e,r,i,n){var a,s=i+n*b(t.samplerate),o=function(t,e){var r=m(t,e);if(e+r<=t.length){var i=y(t,e)-r;if(i>0)return{headerLength:r,frameLength:i}}}(e,r);if(o){var l=o.frameLength,u=o.headerLength,d=u+l,h=Math.max(0,r+d-e.length);h?(a=new Uint8Array(d-u)).set(e.subarray(r+u,e.length),0):a=e.subarray(r+u,r+d);var c={unit:a,pts:s};return h||t.samples.push(c),{sample:c,length:d,missing:h}}var f=e.length-r;return(a=new Uint8Array(f)).set(e.subarray(r,e.length),0),{sample:{unit:a,pts:s},length:f,missing:-1}}function D(t,e){return D=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},D(t,e)}const A=function(t){var e,r;function i(e,r){var i;return(i=t.call(this)||this).observer=void 0,i.config=void 0,i.observer=e,i.config=r,i}r=t,(e=i).prototype=Object.create(r.prototype),e.prototype.constructor=e,D(e,r);var n=i.prototype;return n.resetInitSegment=function(e,r,i,n){t.prototype.resetInitSegment.call(this,e,r,i,n),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:r,duration:n,inputTimeScale:9e4,dropped:0}},i.probe=function(t){if(!t)return!1;for(var e=(o.getID3Data(t,0)||[]).length,r=t.length;e16384?t.subarray(0,16384):t,(0,d.findBox)(t,["moof"]).length>0},e.demux=function(t,e){this.timeOffset=e;var r=t,i=this.videoTrack,n=this.txtTrack;if(this.config.progressive){this.remainderData&&(r=(0,d.appendUint8Array)(this.remainderData,t));var a=(0,d.segmentValidRange)(r);this.remainderData=a.remainder,i.samples=a.valid||new Uint8Array}else i.samples=r;var s=this.extractID3Track(i,e);return n.samples=(0,d.parseSamples)(e,i),{videoTrack:i,audioTrack:this.audioTrack,id3Track:s,textTrack:this.txtTrack}},e.flush=function(){var t=this.timeOffset,e=this.videoTrack,r=this.txtTrack;e.samples=this.remainderData||new Uint8Array,this.remainderData=null;var i=this.extractID3Track(e,this.timeOffset);return r.samples=(0,d.parseSamples)(t,e),{videoTrack:e,audioTrack:u(),id3Track:i,textTrack:u()}},e.extractID3Track=function(t,e){var r=this.id3Track;if(t.samples.length){var i=(0,d.findBox)(t.samples,["emsg"]);i&&i.forEach((function(t){var i=(0,d.parseEmsg)(t);if(k.test(i.schemeIdUri)){var n=(0,s.isFiniteNumber)(i.presentationTime)?i.presentationTime/i.timeScale:e+i.presentationTimeDelta/i.timeScale,a=4294967295===i.eventDuration?Number.POSITIVE_INFINITY:i.eventDuration/i.timeScale;a<=.001&&(a=Number.POSITIVE_INFINITY);var o=i.payload;r.samples.push({data:o,len:o.byteLength,dts:n,pts:n,type:l.MetadataSchema.emsg,duration:a})}}))}return r},e.demuxSampleAes=function(t,e,r){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))},e.destroy=function(){},t}();var I=null,_=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],C=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],w=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],O=[0,1,1,4];function x(t,e,r,i,n){if(!(r+24>e.length)){var a=P(e,r);if(a&&r+a.frameLength<=e.length){var s=i+n*(9e4*a.samplesPerFrame/a.sampleRate),o={unit:e.subarray(r,r+a.frameLength),pts:s,dts:s};return t.config=[],t.channelCount=a.channelCount,t.samplerate=a.sampleRate,t.samples.push(o),{sample:o,length:a.frameLength,missing:0}}}}function P(t,e){var r=t[e+1]>>3&3,i=t[e+1]>>1&3,n=t[e+2]>>4&15,a=t[e+2]>>2&3;if(1!==r&&0!==n&&15!==n&&3!==a){var s=t[e+2]>>1&1,o=t[e+3]>>6,l=1e3*_[14*(3===r?3-i:3===i?3:4)+n-1],u=C[3*(3===r?0:2===r?1:2)+a],d=3===o?1:2,h=w[r][i],c=O[i],f=8*h*c,g=Math.floor(h*l/u+s)*c;if(null===I){var v=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);I=v?parseInt(v[1]):0}return!!I&&I<=87&&2===i&&l>=224e3&&0===o&&(t[e+3]=128|t[e+3]),{sampleRate:u,channelCount:d,frameLength:g,samplesPerFrame:f}}}function F(t,e){return 255===t[e]&&224==(224&t[e+1])&&0!=(6&t[e+1])}function M(t,e){return e+1t?(this.word<<=t,this.bitsAvailable-=t):(t-=this.bitsAvailable,t-=(e=t>>3)>>3,this.bytesAvailable-=e,this.loadWord(),this.word<<=t,this.bitsAvailable-=t)},e.readBits=function(t){var e=Math.min(this.bitsAvailable,t),r=this.word>>>32-e;return t>32&&v.logger.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=e,this.bitsAvailable>0?this.word<<=e:this.bytesAvailable>0&&this.loadWord(),(e=t-e)>0&&this.bitsAvailable?r<>>t))return this.word<<=t,this.bitsAvailable-=t,t;return this.loadWord(),t+this.skipLZ()},e.skipUEG=function(){this.skipBits(1+this.skipLZ())},e.skipEG=function(){this.skipBits(1+this.skipLZ())},e.readUEG=function(){var t=this.skipLZ();return this.readBits(t+1)-1},e.readEG=function(){var t=this.readUEG();return 1&t?1+t>>>1:-1*(t>>>1)},e.readBoolean=function(){return 1===this.readBits(1)},e.readUByte=function(){return this.readBits(8)},e.readUShort=function(){return this.readBits(16)},e.readUInt=function(){return this.readBits(32)},e.skipScalingList=function(t){for(var e=8,r=8,i=0;i=t.length)return void r();if(!(t[e].unit.length<32)){var i=this.decrypter.isSync();if(this.decryptAacSample(t,e,r,i),!i)return}}},e.getAvcEncryptedData=function(t){for(var e=16*Math.floor((t.length-48)/160)+16,r=new Int8Array(e),i=0,n=32;n=t.length)return void i();for(var n=t[e].units;!(r>=n.length);r++){var a=n[r];if(!(a.data.length<=48||1!==a.type&&5!==a.type)){var s=this.decrypter.isSync();if(this.decryptAvcSample(t,e,r,i,a,s),!s)return}}}},t}();function G(){return G=Object.assign?Object.assign.bind():function(t){for(var e=1;e1;){var l=new Uint8Array(o[0].length+o[1].length);l.set(o[0]),l.set(o[1],o[0].length),o[0]=l,o.splice(1,1)}if(1===((e=o[0])[0]<<16)+(e[1]<<8)+e[2]){if((r=(e[4]<<8)+e[5])&&r>t.size-6)return null;var u=e[7];192&u&&(n=536870912*(14&e[9])+4194304*(255&e[10])+16384*(254&e[11])+128*(255&e[12])+(254&e[13])/2,64&u?n-(a=536870912*(14&e[14])+4194304*(255&e[15])+16384*(254&e[16])+128*(255&e[17])+(254&e[18])/2)>54e5&&(v.logger.warn(Math.round((n-a)/9e4)+"s delta between PTS and DTS, align them"),n=a):a=n);var d=(i=e[8])+9;if(t.size<=d)return null;t.size-=d;for(var h=new Uint8Array(t.size),c=0,f=o.length;cg){d-=g;continue}e=e.subarray(d),g-=d,d=0}h.set(e,s),s+=g}return r&&(r-=i+3),{data:h,pts:n,dts:a,len:r}}return null}function Y(t,e){if(t.units.length&&t.frame){if(void 0===t.pts){var r=e.samples,i=r.length;if(!i)return void e.dropped++;var n=r[i-1];t.pts=n.pts,t.dts=n.dts}e.samples.push(t)}t.debug.length&&v.logger.log(t.pts+"/"+t.dts+":"+t.debug)}const q=function(){function t(t,e,r){this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._duration=0,this._pmtId=-1,this._avcTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.avcSample=null,this.remainderData=null,this.observer=t,this.config=e,this.typeSupported=r}t.probe=function(e){var r=t.syncOffset(e);return r>0&&v.logger.warn("MPEG2-TS detected but first sync word found @ offset "+r),-1!==r},t.syncOffset=function(t){for(var e=Math.min(940,t.length-376)+1,r=0;r>4>1){if((_=k+5+e[k+4])===k+K)continue}else _=k+4;switch(I){case f:R&&(g&&(o=W(g))&&this.parseAVCPES(l,c,o,!1),g={data:[],size:0}),g&&(g.data.push(e.subarray(_,k+K)),g.size+=k+K-_);break;case p:if(R){if(y&&(o=W(y)))switch(u.segmentCodec){case"aac":this.parseAACPES(u,o);break;case"mp3":this.parseMPEGPES(u,o)}y={data:[],size:0}}y&&(y.data.push(e.subarray(_,k+K)),y.size+=k+K-_);break;case m:R&&(E&&(o=W(E))&&this.parseID3PES(h,o),E={data:[],size:0}),E&&(E.data.push(e.subarray(_,k+K)),E.size+=k+K-_);break;case 0:R&&(_+=e[_]+1),b=this._pmtId=j(e,_);break;case b:R&&(_+=e[_]+1);var C=V(e,_,this.typeSupported,a);(f=C.avc)>0&&(l.pid=f),(p=C.audio)>0&&(u.pid=p,u.segmentCodec=C.segmentCodec),(m=C.id3)>0&&(h.pid=m),null===T||S||(v.logger.log("unknown PID '"+T+"' in TS found"),T=null,k=D-188),S=this.pmtParsed=!0;break;case 17:case 8191:break;default:T=I}}else A++;A>0&&this.observer.emit(i.Events.ERROR,i.Events.ERROR,{type:n.ErrorTypes.MEDIA_ERROR,details:n.ErrorDetails.FRAG_PARSING_ERROR,fatal:!1,reason:"Found "+A+" TS packet/s that do not start with 0x47"}),l.pesData=g,u.pesData=y,h.pesData=E;var w={audioTrack:u,videoTrack:l,id3Track:h,textTrack:c};return s&&this.extractRemainingSamples(w),w},e.flush=function(){var t,e=this.remainderData;return this.remainderData=null,t=e?this.demux(e,-1,!1,!0):{videoTrack:this._avcTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(t),this.sampleAes?this.decrypt(t,this.sampleAes):t},e.extractRemainingSamples=function(t){var e,r=t.audioTrack,i=t.videoTrack,n=t.id3Track,a=t.textTrack,s=i.pesData,o=r.pesData,l=n.pesData;if(s&&(e=W(s))?(this.parseAVCPES(i,a,e,!0),i.pesData=null):i.pesData=s,o&&(e=W(o))){switch(r.segmentCodec){case"aac":this.parseAACPES(r,e);break;case"mp3":this.parseMPEGPES(r,e)}r.pesData=null}else null!=o&&o.size&&v.logger.log("last AAC PES packet truncated,might overlap between fragments"),r.pesData=o;l&&(e=W(l))?(this.parseID3PES(n,e),n.pesData=null):n.pesData=l},e.demuxSampleAes=function(t,e,r){var i=this.demux(t,r,!0,!this.config.progressive),n=this.sampleAes=new B(this.observer,this.config,e);return this.decrypt(i,n)},e.decrypt=function(t,e){return new Promise((function(r){var i=t.audioTrack,n=t.videoTrack;i.samples&&"aac"===i.segmentCodec?e.decryptAacSamples(i.samples,0,(function(){n.samples?e.decryptAvcSamples(n.samples,0,0,(function(){r(t)})):r(t)})):n.samples&&e.decryptAvcSamples(n.samples,0,0,(function(){r(t)}))}))},e.destroy=function(){this._duration=0},e.parseAVCPES=function(t,e,r,i){var n,a=this,s=this.parseAVCNALu(t,r.data),o=this.avcSample,l=!1;r.data=null,o&&s.length&&!t.audFound&&(Y(o,t),o=this.avcSample=H(!1,r.pts,r.dts,"")),s.forEach((function(i){switch(i.type){case 1:n=!0,o||(o=a.avcSample=H(!0,r.pts,r.dts,"")),o.frame=!0;var s=i.data;if(l&&s.length>4){var u=new U(s).readSliceType();2!==u&&4!==u&&7!==u&&9!==u||(o.key=!0)}break;case 5:n=!0,o||(o=a.avcSample=H(!0,r.pts,r.dts,"")),o.key=!0,o.frame=!0;break;case 6:n=!0,(0,d.parseSEIMessageFromNALu)(i.data,1,r.pts,e.samples);break;case 7:if(n=!0,l=!0,!t.sps){var h=new U(i.data).readSPS();t.width=h.width,t.height=h.height,t.pixelRatio=h.pixelRatio,t.sps=[i.data],t.duration=a._duration;for(var c=i.data.subarray(1,4),f="avc1.",g=0;g<3;g++){var v=c[g].toString(16);v.length<2&&(v="0"+v),f+=v}t.codec=f}break;case 8:n=!0,t.pps||(t.pps=[i.data]);break;case 9:n=!1,t.audFound=!0,o&&Y(o,t),o=a.avcSample=H(!1,r.pts,r.dts,"");break;case 12:n=!0;break;default:n=!1,o&&(o.debug+="unknown NAL "+i.type+" ")}o&&n&&o.units.push(i)})),i&&o&&(Y(o,t),this.avcSample=null)},e.getLastNalUnit=function(t){var e,r,i=this.avcSample;if(i&&0!==i.units.length||(i=t[t.length-1]),null!==(e=i)&&void 0!==e&&e.units){var n=i.units;r=n[n.length-1]}return r},e.parseAVCNALu=function(t,e){var r,i,n=e.byteLength,a=t.naluState||0,s=a,o=[],l=0,u=-1,d=0;for(-1===a&&(u=0,d=31&e[0],a=0,l=1);l=0){var h={data:e.subarray(u,l-a-1),type:d};o.push(h)}else{var c=this.getLastNalUnit(t.samples);if(c&&(s&&l<=4-s&&c.state&&(c.data=c.data.subarray(0,c.data.byteLength-s)),(i=l-a-1)>0)){var f=new Uint8Array(c.data.byteLength+i);f.set(c.data,0),f.set(e.subarray(0,i),c.data.byteLength),c.data=f,c.state=0}}l=0&&a>=0){var g={data:e.subarray(u,n),type:d,state:a};o.push(g)}if(0===o.length){var v=this.getLastNalUnit(t.samples);if(v){var p=new Uint8Array(v.data.byteLength+e.byteLength);p.set(v.data,0),p.set(e,v.data.byteLength),v.data=p}}return t.naluState=a,o},e.parseAACPES=function(t,e){var r,a,s,o,l,u=0,d=this.aacOverFlow,h=e.data;if(d){this.aacOverFlow=null;var c=d.missing,f=d.sample.unit.byteLength;if(-1===c){var g=new Uint8Array(f+h.byteLength);g.set(d.sample.unit,0),g.set(h,f),h=g}else{var p=f-c;d.sample.unit.set(h.subarray(0,c),p),t.samples.push(d.sample),u=d.missing}}for(r=u,a=h.length;r4?r:"hvc1"===r||"hev1"===r?"hvc1.1.c.L120.90":"av01"===r?"av01.0.04M.08":"avc1"===r||e===$.ElementaryStreamTypes.VIDEO?"avc1.42e01e":"mp4a.40.5"}const J=function(){function t(){this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=void 0,this.initTracks=void 0,this.lastEndTime=null}var e=t.prototype;return e.destroy=function(){},e.resetTimeStamp=function(t){this.initPTS=t,this.lastEndTime=null},e.resetNextTimestamp=function(){this.lastEndTime=null},e.resetInitSegment=function(t,e,r){this.audioCodec=e,this.videoCodec=r,this.generateInitSegment(t),this.emitInitSegment=!0},e.generateInitSegment=function(t){var e=this.audioCodec,r=this.videoCodec;if(!t||!t.byteLength)return this.initTracks=void 0,void(this.initData=void 0);var i=this.initData=(0,d.parseInitSegment)(t);e||(e=Z(i.audio,$.ElementaryStreamTypes.AUDIO)),r||(r=Z(i.video,$.ElementaryStreamTypes.VIDEO));var n={};i.audio&&i.video?n.audiovideo={container:"video/mp4",codec:e+","+r,initSegment:t,id:"main"}:i.audio?n.audio={container:"audio/mp4",codec:e,initSegment:t,id:"audio"}:i.video?n.video={container:"video/mp4",codec:r,initSegment:t,id:"main"}:v.logger.warn("[passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes."),this.initTracks=n},e.remux=function(t,e,r,i,n){var a,o=this.initPTS,l=this.lastEndTime,u={audio:void 0,video:void 0,text:i,id3:r,initSegment:void 0};(0,s.isFiniteNumber)(l)||(l=this.lastEndTime=n||0);var h=e.samples;if(!h||!h.length)return u;var c={initPTS:void 0,timescale:1},f=this.initData;if(f&&f.length||(this.generateInitSegment(h),f=this.initData),!f||!f.length)return v.logger.warn("[passthrough-remuxer.ts]: Failed to generate initSegment."),u;this.emitInitSegment&&(c.tracks=this.initTracks,this.emitInitSegment=!1);var g=(0,d.getStartDTS)(f,h);(0,s.isFiniteNumber)(o)||(this.initPTS=c.initPTS=o=g-n);var p=(0,d.getDuration)(h,f),m=t?g-o:l,y=m+p;(0,d.offsetStartDTS)(f,h,o),p>0?this.lastEndTime=y:(v.logger.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());var E=!!f.audio,T=!!f.video,S="";E&&(S+="audio"),T&&(S+="video");var b={data1:h,startPTS:m,startDTS:m,endPTS:y,endDTS:y,type:S,hasAudio:E,hasVideo:T,nb:1,dropped:0};u.audio="audio"===b.type?b:void 0,u.video="audio"!==b.type?b:void 0,u.initSegment=c;var L=null!=(a=this.initPTS)?a:0;return u.id3=(0,Q.flushTextTrackMetadataCueSamples)(r,n,L,L),i.samples.length&&(u.text=(0,Q.flushTextTrackUserdataCueSamples)(i,n,L)),u},t}();var tt;try{tt=self.performance.now.bind(self.performance)}catch(t){v.logger.debug("Unable to use Performance API on this environment"),tt=self.Date.now}var et=[{demux:q,remux:Q.default},{demux:R,remux:J},{demux:A,remux:Q.default},{demux:X,remux:Q.default}],rt=function(){function t(t,e,r,i,n){this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.vendor=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=t,this.typeSupported=e,this.config=r,this.vendor=i,this.id=n}var e=t.prototype;return e.configure=function(t){this.transmuxConfig=t,this.decrypter&&this.decrypter.reset()},e.push=function(t,e,r,i){var n=this,a=r.transmuxing;a.executeStart=tt();var s=new Uint8Array(t),o=this.config,l=this.currentTransmuxState,u=this.transmuxConfig;i&&(this.currentTransmuxState=i);var d=i||l,h=d.contiguous,c=d.discontinuity,f=d.trackSwitch,g=d.accurateTimeOffset,v=d.timeOffset,p=d.initSegmentChange,m=u.audioCodec,y=u.videoCodec,E=u.defaultInitPts,T=u.duration,S=u.initSegmentData;(c||f||p)&&this.resetInitSegment(S,m,y,T),(c||p)&&this.resetInitialTimestamp(E),h||this.resetContiguity();var b=function(t,e){var r=null;return t.byteLength>0&&null!=e&&null!=e.key&&null!==e.iv&&null!=e.method&&(r=e),r}(s,e);if(b&&"AES-128"===b.method){var L=this.getDecrypter();if(!o.enableSoftwareAES)return this.decryptionPromise=L.webCryptoDecrypt(s,b.key.buffer,b.iv.buffer).then((function(t){var e=n.push(t,null,r);return n.decryptionPromise=null,e})),this.decryptionPromise;var D=L.softwareDecrypt(s,b.key.buffer,b.iv.buffer);if(!D)return a.executeEnd=tt(),it(r);s=new Uint8Array(D)}this.needsProbing(s,c,f)&&this.configureTransmuxer(s,u);var A=this.transmux(s,b,v,g,r),k=this.currentTransmuxState;return k.contiguous=!0,k.discontinuity=!1,k.trackSwitch=!1,a.executeEnd=tt(),A},e.flush=function(t){var e=this,r=t.transmuxing;r.executeStart=tt();var a=this.decrypter,s=this.currentTransmuxState,o=this.decryptionPromise;if(o)return o.then((function(){return e.flush(t)}));var l=[],u=s.timeOffset;if(a){var d=a.flush();d&&l.push(this.push(d,null,t))}var h=this.demuxer,c=this.remuxer;if(!h||!c)return this.observer.emit(i.Events.ERROR,i.Events.ERROR,{type:n.ErrorTypes.MEDIA_ERROR,details:n.ErrorDetails.FRAG_PARSING_ERROR,fatal:!0,reason:"no demux matching with content found"}),r.executeEnd=tt(),[it(t)];var f=h.flush(u);return nt(f)?f.then((function(r){return e.flushRemux(l,r,t),l})):(this.flushRemux(l,f,t),l)},e.flushRemux=function(t,e,r){var i=e.audioTrack,n=e.videoTrack,a=e.id3Track,s=e.textTrack,o=this.currentTransmuxState,l=o.accurateTimeOffset,u=o.timeOffset;v.logger.log("[transmuxer.ts]: Flushed fragment "+r.sn+(r.part>-1?" p: "+r.part:"")+" of level "+r.level);var d=this.remuxer.remux(i,n,a,s,u,l,!0,this.id);t.push({remuxResult:d,chunkMeta:r}),r.transmuxing.executeEnd=tt()},e.resetInitialTimestamp=function(t){var e=this.demuxer,r=this.remuxer;e&&r&&(e.resetTimeStamp(t),r.resetTimeStamp(t))},e.resetContiguity=function(){var t=this.demuxer,e=this.remuxer;t&&e&&(t.resetContiguity(),e.resetNextTimestamp())},e.resetInitSegment=function(t,e,r,i){var n=this.demuxer,a=this.remuxer;n&&a&&(n.resetInitSegment(t,e,r,i),a.resetInitSegment(t,e,r))},e.destroy=function(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)},e.transmux=function(t,e,r,i,n){return e&&"SAMPLE-AES"===e.method?this.transmuxSampleAes(t,e,r,i,n):this.transmuxUnencrypted(t,r,i,n)},e.transmuxUnencrypted=function(t,e,r,i){var n=this.demuxer.demux(t,e,!1,!this.config.progressive),a=n.audioTrack,s=n.videoTrack,o=n.id3Track,l=n.textTrack;return{remuxResult:this.remuxer.remux(a,s,o,l,e,r,!1,this.id),chunkMeta:i}},e.transmuxSampleAes=function(t,e,r,i,n){var a=this;return this.demuxer.demuxSampleAes(t,e,r).then((function(t){return{remuxResult:a.remuxer.remux(t.audioTrack,t.videoTrack,t.id3Track,t.textTrack,r,i,!1,a.id),chunkMeta:n}}))},e.configureTransmuxer=function(t,e){for(var r,i=this.config,n=this.observer,a=this.typeSupported,s=this.vendor,o=e.audioCodec,l=e.defaultInitPts,u=e.duration,d=e.initSegmentData,h=e.videoCodec,c=0,f=et.length;c{"use strict";var i,n;r.r(e),r.d(e,{ErrorDetails:()=>n,ErrorTypes:()=>i}),function(t){t.NETWORK_ERROR="networkError",t.MEDIA_ERROR="mediaError",t.KEY_SYSTEM_ERROR="keySystemError",t.MUX_ERROR="muxError",t.OTHER_ERROR="otherError"}(i||(i={})),function(t){t.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",t.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",t.KEY_SYSTEM_NO_SESSION="keySystemNoSession",t.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",t.KEY_SYSTEM_NO_INIT_DATA="keySystemNoInitData",t.MANIFEST_LOAD_ERROR="manifestLoadError",t.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",t.MANIFEST_PARSING_ERROR="manifestParsingError",t.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",t.LEVEL_EMPTY_ERROR="levelEmptyError",t.LEVEL_LOAD_ERROR="levelLoadError",t.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",t.LEVEL_SWITCH_ERROR="levelSwitchError",t.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",t.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",t.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",t.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",t.FRAG_LOAD_ERROR="fragLoadError",t.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",t.FRAG_DECRYPT_ERROR="fragDecryptError",t.FRAG_PARSING_ERROR="fragParsingError",t.REMUX_ALLOC_ERROR="remuxAllocError",t.KEY_LOAD_ERROR="keyLoadError",t.KEY_LOAD_TIMEOUT="keyLoadTimeOut",t.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",t.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",t.BUFFER_APPEND_ERROR="bufferAppendError",t.BUFFER_APPENDING_ERROR="bufferAppendingError",t.BUFFER_STALLED_ERROR="bufferStalledError",t.BUFFER_FULL_ERROR="bufferFullError",t.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",t.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",t.INTERNAL_EXCEPTION="internalException",t.INTERNAL_ABORTED="aborted",t.UNKNOWN="unknown"}(n||(n={}))},851:(t,e,r)=>{"use strict";var i;r.r(e),r.d(e,{Events:()=>i}),function(t){t.MEDIA_ATTACHING="hlsMediaAttaching",t.MEDIA_ATTACHED="hlsMediaAttached",t.MEDIA_DETACHING="hlsMediaDetaching",t.MEDIA_DETACHED="hlsMediaDetached",t.BUFFER_RESET="hlsBufferReset",t.BUFFER_CODECS="hlsBufferCodecs",t.BUFFER_CREATED="hlsBufferCreated",t.BUFFER_APPENDING="hlsBufferAppending",t.BUFFER_APPENDED="hlsBufferAppended",t.BUFFER_EOS="hlsBufferEos",t.BUFFER_FLUSHING="hlsBufferFlushing",t.BUFFER_FLUSHED="hlsBufferFlushed",t.MANIFEST_LOADING="hlsManifestLoading",t.MANIFEST_LOADED="hlsManifestLoaded",t.MANIFEST_PARSED="hlsManifestParsed",t.LEVEL_SWITCHING="hlsLevelSwitching",t.LEVEL_SWITCHED="hlsLevelSwitched",t.LEVEL_LOADING="hlsLevelLoading",t.LEVEL_LOADED="hlsLevelLoaded",t.LEVEL_UPDATED="hlsLevelUpdated",t.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",t.LEVELS_UPDATED="hlsLevelsUpdated",t.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",t.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",t.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",t.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",t.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",t.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",t.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",t.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",t.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",t.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",t.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",t.CUES_PARSED="hlsCuesParsed",t.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",t.INIT_PTS_FOUND="hlsInitPtsFound",t.FRAG_LOADING="hlsFragLoading",t.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",t.FRAG_LOADED="hlsFragLoaded",t.FRAG_DECRYPTED="hlsFragDecrypted",t.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",t.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",t.FRAG_PARSING_METADATA="hlsFragParsingMetadata",t.FRAG_PARSED="hlsFragParsed",t.FRAG_BUFFERED="hlsFragBuffered",t.FRAG_CHANGED="hlsFragChanged",t.FPS_DROP="hlsFpsDrop",t.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",t.ERROR="hlsError",t.DESTROYING="hlsDestroying",t.KEY_LOADING="hlsKeyLoading",t.KEY_LOADED="hlsKeyLoaded",t.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",t.BACK_BUFFER_REACHED="hlsBackBufferReached"}(i||(i={}))},817:(t,e,r)=>{"use strict";r.r(e),r.d(e,{default:()=>Ti});var i,n=r(945),a=r(965),s=r(851),o=r(973),l=r(93),u=r(63),d=/^(\d+)x(\d+)$/,h=/\s*(.+?)\s*=((?:\".*?\")|.*?)(?:,|$)/g,c=function(){function t(e){for(var r in"string"==typeof e&&(e=t.parseAttrList(e)),e)e.hasOwnProperty(r)&&(this[r]=e[r])}var e=t.prototype;return e.decimalInteger=function(t){var e=parseInt(this[t],10);return e>Number.MAX_SAFE_INTEGER?1/0:e},e.hexadecimalInteger=function(t){if(this[t]){var e=(this[t]||"0x").slice(2);e=(1&e.length?"0":"")+e;for(var r=new Uint8Array(e.length/2),i=0;iNumber.MAX_SAFE_INTEGER?1/0:e},e.decimalFloatingPoint=function(t){return parseFloat(this[t])},e.optionalFloat=function(t,e){var r=this[t];return r?parseFloat(r):e},e.enumeratedString=function(t){return this[t]},e.bool=function(t){return"YES"===this[t]},e.decimalResolution=function(t){var e=d.exec(this[t]);if(null!==e)return{width:parseInt(e[1],10),height:parseInt(e[2],10)}},t.parseAttrList=function(t){var e,r={};for(h.lastIndex=0;null!==(e=h.exec(t));){var i=e[2];0===i.indexOf('"')&&i.lastIndexOf('"')===i.length-1&&(i=i.slice(1,-1)),r[e[1]]=i}return r},t}();function f(){return f=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0)&&(!this.endOnNext||!!this.class)}}])&&g(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}(),p=r(923);function m(t,e){for(var r=0;rt.endSN||e>0||0===e&&r>0,this.updated||this.advanced?this.misses=Math.floor(.6*t.misses):this.misses=t.misses+1,this.availabilityDelay=t.availabilityDelay},e=t,(r=[{key:"hasProgramDateTime",get:function(){return!!this.fragments.length&&(0,a.isFiniteNumber)(this.fragments[this.fragments.length-1].programDateTime)}},{key:"levelTargetDuration",get:function(){return this.averagetargetduration||this.targetduration||10}},{key:"drift",get:function(){var t=this.driftEndTime-this.driftStartTime;return t>0?1e3*(this.driftEnd-this.driftStart)/t:1}},{key:"edge",get:function(){return this.partEnd||this.fragmentEnd}},{key:"partEnd",get:function(){var t;return null!==(t=this.partList)&&void 0!==t&&t.length?this.partList[this.partList.length-1].end:this.fragmentEnd}},{key:"fragmentEnd",get:function(){var t;return null!==(t=this.fragments)&&void 0!==t&&t.length?this.fragments[this.fragments.length-1].end:0}},{key:"age",get:function(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}},{key:"lastPartIndex",get:function(){var t;return null!==(t=this.partList)&&void 0!==t&&t.length?this.partList[this.partList.length-1].index:-1}},{key:"lastPartSn",get:function(){var t;return null!==(t=this.partList)&&void 0!==t&&t.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}}])&&m(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}(),E=r(960),T={audio:{a3ds:!0,"ac-3":!0,"ac-4":!0,alac:!0,alaw:!0,dra1:!0,"dts+":!0,"dts-":!0,dtsc:!0,dtse:!0,dtsh:!0,"ec-3":!0,enca:!0,g719:!0,g726:!0,m4ae:!0,mha1:!0,mha2:!0,mhm1:!0,mhm2:!0,mlpa:!0,mp4a:!0,"raw ":!0,Opus:!0,opus:!0,samr:!0,sawb:!0,sawp:!0,sevc:!0,sqcp:!0,ssmv:!0,twos:!0,ulaw:!0},video:{avc1:!0,avc2:!0,avc3:!0,avc4:!0,avcp:!0,av01:!0,drac:!0,dva1:!0,dvav:!0,dvh1:!0,dvhe:!0,encv:!0,hev1:!0,hvc1:!0,mjp2:!0,mp4v:!0,mvc1:!0,mvc2:!0,mvc3:!0,mvc4:!0,resv:!0,rv60:!0,s263:!0,svc1:!0,svc2:!0,"vc-1":!0,vp08:!0,vp09:!0},text:{stpp:!0,wvtt:!0}};function S(t,e){return MediaSource.isTypeSupported((e||"video")+'/mp4;codecs="'+t+'"')}var b=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-SESSION-DATA:([^\r\n]*)[\r\n]+/g,L=/#EXT-X-MEDIA:(.*)/g,D=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[\S ]*)/.source,/#EXT-X-BYTERANGE:*(.+)/.source,/#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/#.*/.source].join("|"),"g"),A=new RegExp([/#(EXTM3U)/.source,/#EXT-X-(DATERANGE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|")),k=/\.(mp4|m4s|m4v|m4a)$/i,R=function(){function t(){}return t.findGroup=function(t,e){for(var r=0;r2){var r=e.shift()+".";return(r+=parseInt(e.shift()).toString(16))+("000"+parseInt(e.shift()).toString(16)).slice(-4)}return t},t.resolve=function(t,e){return n.buildAbsoluteURL(e,t,{alwaysNormalize:!0})},t.parseMasterPlaylist=function(e,r){var i,n=[],a=[],s={},o=!1;for(b.lastIndex=0;null!=(i=b.exec(e));)if(i[1]){var l,u=new c(i[1]),d={attrs:u,bitrate:u.decimalInteger("AVERAGE-BANDWIDTH")||u.decimalInteger("BANDWIDTH"),name:u.NAME,url:t.resolve(i[2],r)},h=u.decimalResolution("RESOLUTION");h&&(d.width=h.width,d.height=h.height),I((u.CODECS||"").split(/[ ,]+/).filter((function(t){return t})),d),d.videoCodec&&-1!==d.videoCodec.indexOf("avc1")&&(d.videoCodec=t.convertAVC1ToAVCOTI(d.videoCodec)),null!==(l=d.unknownCodecs)&&void 0!==l&&l.length||a.push(d),n.push(d)}else if(i[3]){var f=new c(i[3]);f["DATA-ID"]&&(o=!0,s[f["DATA-ID"]]=f)}return{levels:a.length>0&&a.length-1){l.logger.warn("Keyformat "+$+" is not supported from the manifest");continue}if("identity"!==$)continue;Y&&(d=E.LevelKey.fromURL(e,q),q&&["AES-128","SAMPLE-AES","SAMPLE-AES-CENC"].indexOf(Y)>=0&&(d.method=Y,d.keyFormat=$,Q&&(d.keyID=Q),X&&(d.keyFormatVersions=X),d.iv=z));break;case"START":var Z=new c(M).decimalFloatingPoint("TIME-OFFSET");(0,a.isFiniteNumber)(Z)&&(h.startTimeOffset=Z);break;case"MAP":var J=new c(M);if(R.duration){var tt=new p.Fragment(i,e);w(tt,J,r,d),g=tt,R.initSegment=g,g.rawProgramDateTime&&!R.rawProgramDateTime&&(R.rawProgramDateTime=g.rawProgramDateTime)}else w(R,J,r,d),g=R,_=!0;break;case"SERVER-CONTROL":var et=new c(M);h.canBlockReload=et.bool("CAN-BLOCK-RELOAD"),h.canSkipUntil=et.optionalFloat("CAN-SKIP-UNTIL",0),h.canSkipDateRanges=h.canSkipUntil>0&&et.bool("CAN-SKIP-DATERANGES"),h.partHoldBack=et.optionalFloat("PART-HOLD-BACK",0),h.holdBack=et.optionalFloat("HOLD-BACK",0);break;case"PART-INF":var rt=new c(M);h.partTarget=rt.decimalFloatingPoint("PART-TARGET");break;case"PART":var it=h.partList;it||(it=h.partList=[]);var nt=T>0?it[it.length-1]:void 0,at=T++,st=new p.Part(new c(M),R,e,at,nt);it.push(st),R.duration+=st.duration;break;case"PRELOAD-HINT":var ot=new c(M);h.preloadHint=ot;break;case"RENDITION-REPORT":var lt=new c(M);h.renditionReports=h.renditionReports||[],h.renditionReports.push(lt);break;default:l.logger.warn("line parsed but not handled: "+o)}}}L&&!L.relurl?(f.pop(),S-=L.duration,h.partList&&(h.fragmentHint=L)):h.partList&&(C(R,L),R.cc=b,h.fragmentHint=R);var ut=f.length,dt=f[0],ht=f[ut-1];if((S+=h.skippedSegments*h.targetduration)>0&&ut&&ht){h.averagetargetduration=S/ut;var ct=ht.sn;h.endSN="initSegment"!==ct?ct:0,dt&&(h.startCC=dt.cc,dt.initSegment||h.fragments.every((function(t){return t.relurl&&(e=t.relurl,k.test(null!=(r=null===(i=n.parseURL(e))||void 0===i?void 0:i.path)?r:""));var e,r,i}))&&(l.logger.warn("MP4 fragments found but no init segment (probably no MAP, incomplete M3U8), trying to fetch SIDX"),(R=new p.Fragment(i,e)).relurl=ht.relurl,R.level=r,R.sn="initSegment",dt.initSegment=R,h.needSidxRanges=!0))}else h.endSN=0,h.startCC=0;return h.fragmentHint&&(S+=h.fragmentHint.duration),h.totalduration=S,h.endCC=b,I>0&&function(t,e){for(var r=t[e],i=e;i--;){var n=t[i];if(!n)return;n.programDateTime=r.programDateTime-1e3*n.duration,r=n}}(f,I),h},t}();function I(t,e){["video","audio","text"].forEach((function(r){var i=t.filter((function(t){return function(t,e){var r=T[e];return!!r&&!0===r[t.slice(0,4)]}(t,r)}));if(i.length){var n=i.filter((function(t){return 0===t.lastIndexOf("avc1",0)||0===t.lastIndexOf("mp4a",0)}));e[r+"Codec"]=n.length>0?n[0]:i[0],t=t.filter((function(t){return-1===i.indexOf(t)}))}})),e.unknownCodecs=t}function _(t,e,r){var i=e[r];i&&(t[r]=i)}function C(t,e){t.rawProgramDateTime?t.programDateTime=Date.parse(t.rawProgramDateTime):null!=e&&e.programDateTime&&(t.programDateTime=e.endProgramDateTime),(0,a.isFiniteNumber)(t.programDateTime)||(t.programDateTime=null,t.rawProgramDateTime=null)}function w(t,e,r,i){t.relurl=e.URI,e.BYTERANGE&&t.setByteRange(e.BYTERANGE),t.level=r,t.sn="initSegment",i&&(t.levelkey=i),t.initSegment=null}var O=r(308);function x(t,e){var r=t.url;return void 0!==r&&0!==r.indexOf("data:")||(r=e.url),r}const P=function(){function t(t){this.hls=void 0,this.loaders=Object.create(null),this.hls=t,this.registerListeners()}var e=t.prototype;return e.startLoad=function(t){},e.stopLoad=function(){this.destroyInternalLoaders()},e.registerListeners=function(){var t=this.hls;t.on(s.Events.MANIFEST_LOADING,this.onManifestLoading,this),t.on(s.Events.LEVEL_LOADING,this.onLevelLoading,this),t.on(s.Events.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.on(s.Events.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},e.unregisterListeners=function(){var t=this.hls;t.off(s.Events.MANIFEST_LOADING,this.onManifestLoading,this),t.off(s.Events.LEVEL_LOADING,this.onLevelLoading,this),t.off(s.Events.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),t.off(s.Events.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},e.createInternalLoader=function(t){var e=this.hls.config,r=e.pLoader,i=e.loader,n=new(r||i)(e);return t.loader=n,this.loaders[t.type]=n,n},e.getInternalLoader=function(t){return this.loaders[t.type]},e.resetInternalLoader=function(t){this.loaders[t]&&delete this.loaders[t]},e.destroyInternalLoaders=function(){for(var t in this.loaders){var e=this.loaders[t];e&&e.destroy(),this.resetInternalLoader(t)}},e.destroy=function(){this.unregisterListeners(),this.destroyInternalLoaders()},e.onManifestLoading=function(t,e){var r=e.url;this.load({id:null,groupId:null,level:0,responseType:"text",type:O.PlaylistContextType.MANIFEST,url:r,deliveryDirectives:null})},e.onLevelLoading=function(t,e){var r=e.id,i=e.level,n=e.url,a=e.deliveryDirectives;this.load({id:r,groupId:null,level:i,responseType:"text",type:O.PlaylistContextType.LEVEL,url:n,deliveryDirectives:a})},e.onAudioTrackLoading=function(t,e){var r=e.id,i=e.groupId,n=e.url,a=e.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:O.PlaylistContextType.AUDIO_TRACK,url:n,deliveryDirectives:a})},e.onSubtitleTrackLoading=function(t,e){var r=e.id,i=e.groupId,n=e.url,a=e.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:O.PlaylistContextType.SUBTITLE_TRACK,url:n,deliveryDirectives:a})},e.load=function(t){var e,r,i,n,a,s,o=this.hls.config,u=this.getInternalLoader(t);if(u){var d=u.context;if(d&&d.url===t.url)return void l.logger.trace("[playlist-loader]: playlist request ongoing");l.logger.log("[playlist-loader]: aborting previous loader for type: "+t.type),u.abort()}switch(t.type){case O.PlaylistContextType.MANIFEST:r=o.manifestLoadingMaxRetry,i=o.manifestLoadingTimeOut,n=o.manifestLoadingRetryDelay,a=o.manifestLoadingMaxRetryTimeout;break;case O.PlaylistContextType.LEVEL:case O.PlaylistContextType.AUDIO_TRACK:case O.PlaylistContextType.SUBTITLE_TRACK:r=0,i=o.levelLoadingTimeOut;break;default:r=o.levelLoadingMaxRetry,i=o.levelLoadingTimeOut,n=o.levelLoadingRetryDelay,a=o.levelLoadingMaxRetryTimeout}if(u=this.createInternalLoader(t),null!==(e=t.deliveryDirectives)&&void 0!==e&&e.part&&(t.type===O.PlaylistContextType.LEVEL&&null!==t.level?s=this.hls.levels[t.level].details:t.type===O.PlaylistContextType.AUDIO_TRACK&&null!==t.id?s=this.hls.audioTracks[t.id].details:t.type===O.PlaylistContextType.SUBTITLE_TRACK&&null!==t.id&&(s=this.hls.subtitleTracks[t.id].details),s)){var h=s.partTarget,c=s.targetduration;h&&c&&(i=Math.min(1e3*Math.max(3*h,.8*c),i))}var f={timeout:i,maxRetry:r,retryDelay:n,maxRetryDelay:a,highWaterMark:0},g={onSuccess:this.loadsuccess.bind(this),onError:this.loaderror.bind(this),onTimeout:this.loadtimeout.bind(this)};u.load(t,f,g)},e.loadsuccess=function(t,e,r,i){if(void 0===i&&(i=null),r.isSidxRequest)return this.handleSidxRequest(t,r),void this.handlePlaylistLoaded(t,e,r,i);this.resetInternalLoader(r.type);var n=t.data;0===n.indexOf("#EXTM3U")?(e.parsing.start=performance.now(),n.indexOf("#EXTINF:")>0||n.indexOf("#EXT-X-TARGETDURATION:")>0?this.handleTrackOrLevelPlaylist(t,e,r,i):this.handleMasterPlaylist(t,e,r,i)):this.handleManifestParsingError(t,r,"no EXTM3U delimiter",i)},e.loaderror=function(t,e,r){void 0===r&&(r=null),this.handleNetworkError(e,r,!1,t)},e.loadtimeout=function(t,e,r){void 0===r&&(r=null),this.handleNetworkError(e,r,!0)},e.handleMasterPlaylist=function(t,e,r,i){var n=this.hls,a=t.data,o=x(t,r),u=R.parseMasterPlaylist(a,o),d=u.levels,h=u.sessionData;if(d.length){var f=d.map((function(t){return{id:t.attrs.AUDIO,audioCodec:t.audioCodec}})),g=d.map((function(t){return{id:t.attrs.SUBTITLES,textCodec:t.textCodec}})),v=R.parseMasterPlaylistMedia(a,o,"AUDIO",f),p=R.parseMasterPlaylistMedia(a,o,"SUBTITLES",g),m=R.parseMasterPlaylistMedia(a,o,"CLOSED-CAPTIONS");v.length&&(v.some((function(t){return!t.url}))||!d[0].audioCodec||d[0].attrs.AUDIO||(l.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),v.unshift({type:"main",name:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new c({}),bitrate:0,url:""}))),n.trigger(s.Events.MANIFEST_LOADED,{levels:d,audioTracks:v,subtitles:p,captions:m,url:o,stats:e,networkDetails:i,sessionData:h})}else this.handleManifestParsingError(t,r,"no level found in manifest",i)},e.handleTrackOrLevelPlaylist=function(t,e,r,i){var n=this.hls,l=r.id,u=r.level,d=r.type,h=x(t,r),f=(0,a.isFiniteNumber)(l)?l:0,g=(0,a.isFiniteNumber)(u)?u:f,v=function(t){switch(t.type){case O.PlaylistContextType.AUDIO_TRACK:return O.PlaylistLevelType.AUDIO;case O.PlaylistContextType.SUBTITLE_TRACK:return O.PlaylistLevelType.SUBTITLE;default:return O.PlaylistLevelType.MAIN}}(r),p=R.parseLevelPlaylist(t.data,h,g,v,f);if(p.fragments.length){if(d===O.PlaylistContextType.MANIFEST){var m={attrs:new c({}),bitrate:0,details:p,name:"",url:h};n.trigger(s.Events.MANIFEST_LOADED,{levels:[m],audioTracks:[],url:h,stats:e,networkDetails:i,sessionData:null})}if(e.parsing.end=performance.now(),p.needSidxRanges){var y,E=null===(y=p.fragments[0].initSegment)||void 0===y?void 0:y.url;this.load({url:E,isSidxRequest:!0,type:d,level:u,levelDetails:p,id:l,groupId:null,rangeStart:0,rangeEnd:2048,responseType:"arraybuffer",deliveryDirectives:null})}else r.levelDetails=p,this.handlePlaylistLoaded(t,e,r,i)}else n.trigger(s.Events.ERROR,{type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.LEVEL_EMPTY_ERROR,fatal:!1,url:h,reason:"no fragments found in level",level:"number"==typeof r.level?r.level:void 0})},e.handleSidxRequest=function(t,e){var r=new Uint8Array(t.data),i=(0,u.findBox)(r,["sidx"])[0];if(i){var n=(0,u.parseSegmentIndex)(i);if(n){var a=n.references,s=e.levelDetails;a.forEach((function(t,e){var i=t.info,n=s.fragments[e];if(0===n.byteRange.length&&n.setByteRange(String(1+i.end-i.start)+"@"+String(i.start)),n.initSegment){var a=(0,u.findBox)(r,["moov"])[0],o=a?a.length:null;n.initSegment.setByteRange(String(o)+"@0")}}))}}},e.handleManifestParsingError=function(t,e,r,i){this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.MANIFEST_PARSING_ERROR,fatal:e.type===O.PlaylistContextType.MANIFEST,url:t.url,reason:r,response:t,context:e,networkDetails:i})},e.handleNetworkError=function(t,e,r,i){void 0===r&&(r=!1),l.logger.warn("[playlist-loader]: A network "+(r?"timeout":"error")+" occurred while loading "+t.type+" level: "+t.level+" id: "+t.id+' group-id: "'+t.groupId+'"');var n=o.ErrorDetails.UNKNOWN,a=!1,u=this.getInternalLoader(t);switch(t.type){case O.PlaylistContextType.MANIFEST:n=r?o.ErrorDetails.MANIFEST_LOAD_TIMEOUT:o.ErrorDetails.MANIFEST_LOAD_ERROR,a=!0;break;case O.PlaylistContextType.LEVEL:n=r?o.ErrorDetails.LEVEL_LOAD_TIMEOUT:o.ErrorDetails.LEVEL_LOAD_ERROR,a=!1;break;case O.PlaylistContextType.AUDIO_TRACK:n=r?o.ErrorDetails.AUDIO_TRACK_LOAD_TIMEOUT:o.ErrorDetails.AUDIO_TRACK_LOAD_ERROR,a=!1;break;case O.PlaylistContextType.SUBTITLE_TRACK:n=r?o.ErrorDetails.SUBTITLE_TRACK_LOAD_TIMEOUT:o.ErrorDetails.SUBTITLE_LOAD_ERROR,a=!1}u&&this.resetInternalLoader(t.type);var d={type:o.ErrorTypes.NETWORK_ERROR,details:n,fatal:a,url:t.url,loader:u,context:t,networkDetails:e};i&&(d.response=i),this.hls.trigger(s.Events.ERROR,d)},e.handlePlaylistLoaded=function(t,e,r,i){var n=r.type,a=r.level,o=r.id,l=r.groupId,u=r.loader,d=r.levelDetails,h=r.deliveryDirectives;if(null!=d&&d.targetduration){if(u)switch(d.live&&(u.getCacheAge&&(d.ageHeader=u.getCacheAge()||0),u.getCacheAge&&!isNaN(d.ageHeader)||(d.ageHeader=0)),n){case O.PlaylistContextType.MANIFEST:case O.PlaylistContextType.LEVEL:this.hls.trigger(s.Events.LEVEL_LOADED,{details:d,level:a||0,id:o||0,stats:e,networkDetails:i,deliveryDirectives:h});break;case O.PlaylistContextType.AUDIO_TRACK:this.hls.trigger(s.Events.AUDIO_TRACK_LOADED,{details:d,id:o||0,groupId:l||"",stats:e,networkDetails:i,deliveryDirectives:h});break;case O.PlaylistContextType.SUBTITLE_TRACK:this.hls.trigger(s.Events.SUBTITLE_TRACK_LOADED,{details:d,id:o||0,groupId:l||"",stats:e,networkDetails:i,deliveryDirectives:h})}}else this.handleManifestParsingError(t,r,"invalid target duration",i)},t}();var F=function(){function t(t){this.hls=void 0,this.loaders={},this.decryptkey=null,this.decrypturl=null,this.hls=t,this.registerListeners()}var e=t.prototype;return e.startLoad=function(t){},e.stopLoad=function(){this.destroyInternalLoaders()},e.registerListeners=function(){this.hls.on(s.Events.KEY_LOADING,this.onKeyLoading,this)},e.unregisterListeners=function(){this.hls.off(s.Events.KEY_LOADING,this.onKeyLoading)},e.destroyInternalLoaders=function(){for(var t in this.loaders){var e=this.loaders[t];e&&e.destroy()}this.loaders={}},e.destroy=function(){this.unregisterListeners(),this.destroyInternalLoaders()},e.onKeyLoading=function(t,e){var r=e.frag,i=r.type,n=this.loaders[i];if(r.decryptdata){var a=r.decryptdata.uri;if(a!==this.decrypturl||null===this.decryptkey){var o=this.hls.config;if(n&&(l.logger.warn("abort previous key loader for type:"+i),n.abort()),!a)return void l.logger.warn("key uri is falsy");var u=o.loader,d=r.loader=this.loaders[i]=new u(o);this.decrypturl=a,this.decryptkey=null;var h={url:a,frag:r,responseType:"arraybuffer"},c={timeout:o.fragLoadingTimeOut,maxRetry:0,retryDelay:o.fragLoadingRetryDelay,maxRetryDelay:o.fragLoadingMaxRetryTimeout,highWaterMark:0},f={onSuccess:this.loadsuccess.bind(this),onError:this.loaderror.bind(this),onTimeout:this.loadtimeout.bind(this)};d.load(h,c,f)}else this.decryptkey&&(r.decryptdata.key=this.decryptkey,this.hls.trigger(s.Events.KEY_LOADED,{frag:r}))}else l.logger.warn("Missing decryption data on fragment in onKeyLoading")},e.loadsuccess=function(t,e,r){var i=r.frag;i.decryptdata?(this.decryptkey=i.decryptdata.key=new Uint8Array(t.data),i.loader=null,delete this.loaders[i.type],this.hls.trigger(s.Events.KEY_LOADED,{frag:i})):l.logger.error("after key load, decryptdata unset")},e.loaderror=function(t,e){var r=e.frag,i=r.loader;i&&i.abort(),delete this.loaders[r.type],this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.KEY_LOAD_ERROR,fatal:!1,frag:r,response:t})},e.loadtimeout=function(t,e){var r=e.frag,i=r.loader;i&&i.abort(),delete this.loaders[r.type],this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.KEY_LOAD_TIMEOUT,fatal:!1,frag:r})},t}();function M(t,e){var r;try{r=new Event("addtrack")}catch(t){(r=document.createEvent("Event")).initEvent("addtrack",!1,!1)}r.track=t,e.dispatchEvent(r)}function N(t,e){var r=t.mode;if("disabled"===r&&(t.mode="hidden"),t.cues&&!t.cues.getCueById(e.id))try{if(t.addCue(e),!t.cues.getCueById(e.id))throw new Error("addCue is failed for: "+e)}catch(r){l.logger.debug("[texttrack-utils]: "+r);var i=new self.TextTrackCue(e.startTime,e.endTime,e.text);i.id=e.id,t.addCue(i)}"disabled"===r&&(t.mode=r)}function U(t){var e=t.mode;if("disabled"===e&&(t.mode="hidden"),t.cues)for(var r=t.cues.length;r--;)t.removeCue(t.cues[r]);"disabled"===e&&(t.mode=e)}function B(t,e,r,i){var n=t.mode;if("disabled"===n&&(t.mode="hidden"),t.cues&&t.cues.length>0)for(var a=function(t,e,r){var i=[],n=function(t,e){if(et[r].endTime)return-1;for(var i=0,n=r;i<=n;){var a=Math.floor((n+i)/2);if(et[a].startTime&&i-1)for(var a=n,s=t.length;a=e&&o.endTime<=r)i.push(o);else if(o.startTime>r)return i}return i}(t.cues,e,r),s=0;sj&&(h=j),h-d<=0&&(h=d+.25);for(var c=0;cn.startDate&&t.push(r),t}),[]).sort((function(t,e){return t.startDate.getTime()-e.startDate.getTime()}))[0];p&&(c=V(p.startDate,g),d=!0)}for(var m,y=Object.keys(n.attr),E=0;E.05&&this.forwardBufferLength>1){var u=Math.min(2,Math.max(1,a)),d=Math.round(2/(1+Math.exp(-.75*o-this.edgeStalled))*20)/20;t.playbackRate=Math.min(u,Math.max(1,d))}else 1!==t.playbackRate&&0!==t.playbackRate&&(t.playbackRate=1)}}}}},i.estimateLiveEdge=function(){var t=this.levelDetails;return null===t?null:t.edge+t.age},i.computeLatency=function(){var t=this.estimateLiveEdge();return null===t?null:t-this.currentTime},e=t,(r=[{key:"latency",get:function(){return this._latency||0}},{key:"maxLatency",get:function(){var t=this.config,e=this.levelDetails;return void 0!==t.liveMaxLatencyDuration?t.liveMaxLatencyDuration:e?t.liveMaxLatencyDurationCount*e.targetduration:0}},{key:"targetLatency",get:function(){var t=this.levelDetails;if(null===t)return null;var e=t.holdBack,r=t.partHoldBack,i=t.targetduration,n=this.config,a=n.liveSyncDuration,s=n.liveSyncDurationCount,o=n.lowLatencyMode,l=this.hls.userConfig,u=o&&r||e;(l.liveSyncDuration||l.liveSyncDurationCount||0===u)&&(u=void 0!==a?a:s*i);var d=i;return u+Math.min(1*this.stallCount,d)}},{key:"liveSyncPosition",get:function(){var t=this.estimateLiveEdge(),e=this.targetLatency,r=this.levelDetails;if(null===t||null===e||null===r)return null;var i=r.edge,n=t-e-this.edgeStalled,a=i-r.totalduration,s=i-(this.config.lowLatencyMode&&r.partTarget||r.targetduration);return Math.min(Math.max(a,n),s)}},{key:"drift",get:function(){var t=this.levelDetails;return null===t?1:t.drift}},{key:"edgeStalled",get:function(){var t=this.levelDetails;if(null===t)return 0;var e=3*(this.config.lowLatencyMode&&t.partTarget||t.targetduration);return Math.max(t.age-e,0)}},{key:"forwardBufferLength",get:function(){var t=this.media,e=this.levelDetails;if(!t||!e)return 0;var r=t.buffered.length;return(r?t.buffered.end(r-1):e.edge)-this.currentTime}}])&&Y(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}();function X(t,e){for(var r=0;rt.sn?(n=r-t.start,i=t):(n=t.start-r,i=e),i.duration!==n&&(i.duration=n)}else e.sn>t.sn?t.cc===e.cc&&t.minEndPTS?e.start=t.start+(t.minEndPTS-t.start):e.start=t.start+t.duration:e.start=Math.max(t.start-e.duration,0)}function rt(t,e,r,i,n,s){i-r<=0&&(l.logger.warn("Fragment should have a positive duration",e),i=r+e.duration,s=n+e.duration);var o=r,u=i,d=e.startPTS,h=e.endPTS;if((0,a.isFiniteNumber)(d)){var c=Math.abs(d-r);(0,a.isFiniteNumber)(e.deltaPTS)?e.deltaPTS=Math.max(c,e.deltaPTS):e.deltaPTS=c,o=Math.max(r,d),r=Math.min(r,d),n=Math.min(n,e.startDTS),u=Math.min(i,h),i=Math.max(i,h),s=Math.max(s,e.endDTS)}e.duration=i-r;var f=r-e.start;e.appendedPTS=i,e.start=e.startPTS=r,e.maxStartPTS=o,e.startDTS=n,e.endPTS=i,e.minEndPTS=u,e.endDTS=s;var g,v=e.sn;if(!t||vt.endSN)return 0;var p=v-t.startSN,m=t.fragments;for(m[p]=e,g=p;g>0;g--)et(m[g],m[g-1]);for(g=p;g=i.length||nt(e,i[r].start)}function nt(t,e){if(e){for(var r=t.fragments,i=t.skippedSegments;ie.partTarget&&(l+=1)}if((0,a.isFiniteNumber)(o))return new Q(o,(0,a.isFiniteNumber)(l)?l:void 0,q.No)}}},e.loadPlaylist=function(t){},e.shouldLoadTrack=function(t){return this.canLoad&&t&&!!t.url&&(!t.details||t.details.live)},e.playlistLoaded=function(t,e,r){var i=this,n=e.details,s=e.stats,o=s.loading.end?Math.max(0,self.performance.now()-s.loading.end):0;if(n.advancedDateTime=Date.now()-o,n.live||null!=r&&r.live){if(n.reloaded(r),r&&this.log("live playlist "+t+" "+(n.advanced?"REFRESHED "+n.lastPartSn+"-"+n.lastPartIndex:"MISSED")),r&&n.fragments.length>0&&function(t,e){for(var r=null,i=t.fragments,n=i.length-1;n>=0;n--){var s=i[n].initSegment;if(s){r=s;break}}t.fragmentHint&&delete t.fragmentHint.endPTS;var o,u,d,h,c,f=0;if(function(t,e,r){for(var i=e.skippedSegments,n=Math.max(t.startSN,e.startSN)-e.startSN,a=(t.fragmentHint?1:0)+(i?e.endSN:Math.min(t.endSN,e.endSN))-e.startSN,s=e.startSN-t.startSN,o=e.fragmentHint?e.fragments.concat(e.fragmentHint):e.fragments,l=t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments,u=n;u<=a;u++){var d=l[s+u],h=o[u];i&&!h&&u0){if(r&&T>r.tuneInGoal)this.warn("CDN Tune-in goal increased from: "+r.tuneInGoal+" to: "+T+" with playlist age: "+n.age),T=0;else{var S=Math.floor(T/n.targetduration);d+=S,void 0!==h&&(h+=Math.round(T%n.targetduration/n.partTarget)),this.log("CDN Tune-in age: "+n.ageHeader+"s last advanced "+y.toFixed(2)+"s goal: "+T+" skip sn "+S+" to part "+h)}n.tuneInGoal=T}if(u=this.getDeliveryDirectives(n,e.deliveryDirectives,d,h),c||!m)return void this.loadPlaylist(u)}else u=this.getDeliveryDirectives(n,e.deliveryDirectives,d,h);var b=function(t,e){var r,i=1e3*t.levelTargetDuration,n=i/2,a=t.age,s=a>0&&a<3*i,o=e.loading.end-e.loading.start,l=t.availabilityDelay;if(!1===t.updated)if(s){var u=333*t.misses;r=Math.max(Math.min(n,2*o),u),t.availabilityDelay=(t.availabilityDelay||0)+r}else r=n;else s?(l=Math.min(l||i/2,a),t.availabilityDelay=l,r=l+i-a):r=i-o;return Math.round(r)}(n,s);void 0!==d&&n.canBlockReload&&(b-=n.partTarget||1),this.log("reload live playlist "+t+" in "+Math.round(b)+" ms"),this.timer=self.setTimeout((function(){return i.loadPlaylist(u)}),b)}else this.clearTimer()},e.getDeliveryDirectives=function(t,e,r,i){var n=function(t,e){var r=t.canSkipUntil,i=t.canSkipDateRanges,n=t.endSN;return r&&(void 0!==e?e-n:0)-1&&null!==(e=t.context)&&void 0!==e&&e.deliveryDirectives)this.warn("retry playlist loading #"+this.retryCount+' after "'+t.details+'"'),this.loadPlaylist();else{var a=Math.min(Math.pow(2,this.retryCount)*i.levelLoadingRetryDelay,i.levelLoadingMaxRetryTimeout);this.timer=self.setTimeout((function(){return r.loadPlaylist()}),a),this.warn("retry playlist loading #"+this.retryCount+" in "+a+' ms after "'+t.details+'"')}else this.warn('cannot recover from error "'+t.details+'"'),this.clearTimer(),t.fatal=!0;return n},t}();function st(){return st=Object.assign?Object.assign.bind():function(t){for(var e=1;e0){r=n[0].bitrate,n.sort((function(t,e){return t.bitrate-e.bitrate})),this._levels=n;for(var f=0;fthis.hls.config.fragLoadingMaxRetry&&(s=d)):s=d}break;case o.ErrorDetails.LEVEL_LOAD_ERROR:case o.ErrorDetails.LEVEL_LOAD_TIMEOUT:n&&(n.deliveryDirectives&&(u=!1),s=n.level),l=!0;break;case o.ErrorDetails.REMUX_ALLOC_ERROR:s=null!=(i=r.level)?i:this.currentLevelIndex,l=!0}void 0!==s&&this.recoverLevel(r,s,l,u)}}},l.recoverLevel=function(t,e,r,i){var n=t.details,a=this._levels[e];if(a.loadError++,r){if(!this.retryLoadingOrFail(t))return void(this.currentLevelIndex=-1);t.levelRetry=!0}if(i){var s=a.url.length;if(s>1&&a.loadError-1&&this.currentLevelIndex!==o&&(this.warn(n+": switch to "+o),t.levelRetry=!0,this.hls.nextAutoLevel=o)}}},l.redundantFailover=function(t){var e=this._levels[t],r=e.url.length;if(r>1){var i=(e.urlId+1)%r;this.warn("Switching to redundant URL-id "+i),this._levels.forEach((function(t){t.urlId=i})),this.level=t}},l.onFragLoaded=function(t,e){var r=e.frag;if(void 0!==r&&r.type===O.PlaylistLevelType.MAIN){var i=this._levels[r.level];void 0!==i&&(i.fragmentError=0,i.loadError=0)}},l.onLevelLoaded=function(t,e){var r,i,n=e.level,a=e.details,s=this._levels[n];if(!s)return this.warn("Invalid level index "+n),void(null!==(i=e.deliveryDirectives)&&void 0!==i&&i.skip&&(a.deltaUpdateFailed=!0));n===this.currentLevelIndex?(0===s.fragmentError&&(s.loadError=0,this.retryCount=0),this.playlistLoaded(n,e,s.details)):null!==(r=e.deliveryDirectives)&&void 0!==r&&r.skip&&(a.deltaUpdateFailed=!0)},l.onAudioTrackSwitched=function(t,e){var r=this.hls.levels[this.currentLevelIndex];if(r&&r.audioGroupIds){for(var i=-1,n=this.hls.audioTracks[e.id].groupId,a=0;a0){var i=r.urlId,n=r.url[i];if(t)try{n=t.addDirectives(n)}catch(t){this.warn("Could not construct new URL with HLS Delivery Directives: "+t)}this.log("Attempt loading level index "+e+(t?" at sn "+t.msn+" part "+t.part:"")+" with URL-id "+i+" "+n),this.clearTimer(),this.hls.trigger(s.Events.LEVEL_LOADING,{url:n,level:e,id:i,deliveryDirectives:t||null})}},l.removeLevel=function(t,e){var r=function(t,r){return r!==e},i=this._levels.filter((function(i,n){return n!==t||i.url.length>1&&void 0!==e&&(i.url=i.url.filter(r),i.audioGroupIds&&(i.audioGroupIds=i.audioGroupIds.filter(r)),i.textGroupIds&&(i.textGroupIds=i.textGroupIds.filter(r)),i.urlId=0,!0)})).map((function(t,e){var r=t.details;return null!=r&&r.fragments&&r.fragments.forEach((function(t){t.level=e})),t}));this._levels=i,this.hls.trigger(s.Events.LEVELS_UPDATED,{levels:i})},n=i,(a=[{key:"levels",get:function(){return 0===this._levels.length?null:this._levels}},{key:"level",get:function(){return this.currentLevelIndex},set:function(t){var e,r=this._levels;if(0!==r.length&&(this.currentLevelIndex!==t||null===(e=r[t])||void 0===e||!e.details)){if(t<0||t>=r.length){var i=t<0;if(this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.OTHER_ERROR,details:o.ErrorDetails.LEVEL_SWITCH_ERROR,level:t,fatal:i,reason:"invalid level idx"}),i)return;t=Math.min(t,r.length-1)}this.clearTimer();var n=this.currentLevelIndex,a=r[n],l=r[t];this.log("switching to level "+t+" from "+n),this.currentLevelIndex=t;var u=st({},l,{level:t,maxBitrate:l.maxBitrate,uri:l.uri,urlId:l.urlId});delete u._urlId,this.hls.trigger(s.Events.LEVEL_SWITCHING,u);var d=l.details;if(!d||d.live){var h=this.switchParams(l.uri,null==a?void 0:a.details);this.loadPlaylist(h)}}}},{key:"manualLevel",get:function(){return this.manualLevelIndex},set:function(t){this.manualLevelIndex=t,void 0===this._startLevel&&(this._startLevel=t),-1!==t&&(this.level=t)}},{key:"firstLevel",get:function(){return this._firstLevel},set:function(t){this._firstLevel=t}},{key:"startLevel",get:function(){if(void 0===this._startLevel){var t=this.hls.config.startLevel;return void 0!==t?t:this._firstLevel}return this._startLevel},set:function(t){this._startLevel=t}},{key:"nextLoadLevel",get:function(){return-1!==this.manualLevelIndex?this.manualLevelIndex:this.hls.nextAutoLevel},set:function(t){this.level=t,-1===this.manualLevelIndex&&(this.hls.nextAutoLevel=t)}}])&&ot(n.prototype,a),Object.defineProperty(n,"prototype",{writable:!1}),i}(at);!function(t){t.NOT_LOADED="NOT_LOADED",t.APPENDING="APPENDING",t.PARTIAL="PARTIAL",t.OK="OK"}(ut||(ut={}));var ct=function(){function t(t){this.activeFragment=null,this.activeParts=null,this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hls=t,this._registerListeners()}var e=t.prototype;return e._registerListeners=function(){var t=this.hls;t.on(s.Events.BUFFER_APPENDED,this.onBufferAppended,this),t.on(s.Events.FRAG_BUFFERED,this.onFragBuffered,this),t.on(s.Events.FRAG_LOADED,this.onFragLoaded,this)},e._unregisterListeners=function(){var t=this.hls;t.off(s.Events.BUFFER_APPENDED,this.onBufferAppended,this),t.off(s.Events.FRAG_BUFFERED,this.onFragBuffered,this),t.off(s.Events.FRAG_LOADED,this.onFragLoaded,this)},e.destroy=function(){this._unregisterListeners(),this.fragments=this.timeRanges=null},e.getAppendedFrag=function(t,e){if(e===O.PlaylistLevelType.MAIN){var r=this.activeFragment,i=this.activeParts;if(!r)return null;if(i)for(var n=i.length;n--;){var a=i[n],s=a?a.end:r.appendedPTS;if(a.start<=t&&void 0!==s&&t<=s)return n>9&&(this.activeParts=i.slice(n-9)),a}else if(r.start<=t&&void 0!==r.appendedPTS&&t<=r.appendedPTS)return r}return this.getBufferedFrag(t,e)},e.getBufferedFrag=function(t,e){for(var r=this.fragments,i=Object.keys(r),n=i.length;n--;){var a=r[i[n]];if((null==a?void 0:a.body.type)===e&&a.buffered){var s=a.body;if(s.start<=t&&t<=s.end)return s}}return null},e.detectEvictedFragments=function(t,e,r){var i=this;Object.keys(this.fragments).forEach((function(n){var a=i.fragments[n];if(a)if(a.buffered){var s=a.range[t];s&&s.time.some((function(t){var r=!i.isTimeBuffered(t.startPTS,t.endPTS,e);return r&&i.removeFragment(a.body),r}))}else a.body.type===r&&i.removeFragment(a.body)}))},e.detectPartialFragments=function(t){var e=this,r=this.timeRanges,i=t.frag,n=t.part;if(r&&"initSegment"!==i.sn){var a=gt(i),s=this.fragments[a];s&&(Object.keys(r).forEach((function(t){var a=i.elementaryStreams[t];if(a){var o=r[t],l=null!==n||!0===a.partial;s.range[t]=e.getBufferedTimes(i,n,l,o)}})),s.loaded=null,Object.keys(s.range).length?s.buffered=!0:this.removeFragment(s.body))}},e.fragBuffered=function(t){var e=gt(t),r=this.fragments[e];r&&(r.loaded=null,r.buffered=!0)},e.getBufferedTimes=function(t,e,r,i){for(var n={time:[],partial:r},a=e?e.start:t.start,s=e?e.end:t.end,o=t.minEndPTS||s,l=t.maxStartPTS||a,u=0;u=d&&o<=h){n.time.push({startPTS:Math.max(a,i.start(u)),endPTS:Math.min(s,i.end(u))});break}if(ad)n.partial=!0,n.time.push({startPTS:Math.max(a,i.start(u)),endPTS:Math.min(s,i.end(u))});else if(s<=d)break}return n},e.getPartialFragment=function(t){var e,r,i,n=null,a=0,s=this.bufferPadding,o=this.fragments;return Object.keys(o).forEach((function(l){var u=o[l];u&&ft(u)&&(r=u.body.start-s,i=u.body.end+s,t>=r&&t<=i&&(e=Math.min(t-r,i-t),a<=e&&(n=u.body,a=e)))})),n},e.getState=function(t){var e=gt(t),r=this.fragments[e];return r?r.buffered?ft(r)?ut.PARTIAL:ut.OK:ut.APPENDING:ut.NOT_LOADED},e.isTimeBuffered=function(t,e,r){for(var i,n,a=0;a=i&&e<=n)return!0;if(e<=i)return!1}return!1},e.onFragLoaded=function(t,e){var r=e.frag,i=e.part;if("initSegment"!==r.sn&&!r.bitrateTest&&!i){var n=gt(r);this.fragments[n]={body:r,loaded:e,buffered:!1,range:Object.create(null)}}},e.onBufferAppended=function(t,e){var r=this,i=e.frag,n=e.part,a=e.timeRanges;if(i.type===O.PlaylistLevelType.MAIN)if(this.activeFragment=i,n){var s=this.activeParts;s||(this.activeParts=s=[]),s.push(n)}else this.activeParts=null;this.timeRanges=a,Object.keys(a).forEach((function(t){var e=a[t];if(r.detectEvictedFragments(t,e),!n)for(var s=0;st&&i.removeFragment(s)}}))},e.removeFragment=function(t){var e=gt(t);t.stats.loaded=0,t.clearElementaryStreamInfo(),delete this.fragments[e]},e.removeAllFragments=function(){this.fragments=Object.create(null),this.activeFragment=null,this.activeParts=null},t}();function ft(t){var e,r;return t.buffered&&((null===(e=t.range.video)||void 0===e?void 0:e.partial)||(null===(r=t.range.audio)||void 0===r?void 0:r.partial))}function gt(t){return t.type+"_"+t.level+"_"+t.urlId+"_"+t.sn}var vt=function(){function t(){this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}var e=t.prototype;return e.destroy=function(){this.onHandlerDestroying(),this.onHandlerDestroyed()},e.onHandlerDestroying=function(){this.clearNextTick(),this.clearInterval()},e.onHandlerDestroyed=function(){},e.hasInterval=function(){return!!this._tickInterval},e.hasNextTick=function(){return!!this._tickTimer},e.setInterval=function(t){return!this._tickInterval&&(this._tickInterval=self.setInterval(this._boundTick,t),!0)},e.clearInterval=function(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)},e.clearNextTick=function(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)},e.tick=function(){this._tickCallCount++,1===this._tickCallCount&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)},e.tickImmediate=function(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)},e.doTick=function(){},t}(),pt={length:0,start:function(){return 0},end:function(){return 0}},mt=function(){function t(){}return t.isBuffered=function(e,r){try{if(e)for(var i=t.getBuffered(e),n=0;n=i.start(n)&&r<=i.end(n))return!0}catch(t){}return!1},t.bufferInfo=function(e,r,i){try{if(e){var n,a=t.getBuffered(e),s=[];for(n=0;ns&&(i[a-1].end=t[n].end):i.push(t[n])}else i.push(t[n])}else i=t;for(var o,l=0,u=e,d=e,h=0;h=c&&e0)r=n+1;else{if(!(s<0))return a;i=n-1}}return null};function Dt(t,e,r,i){void 0===r&&(r=0),void 0===i&&(i=0);var n=null;return t?n=e[t.sn-e[0].sn+1]||null:0===r&&0===e[0].start&&(n=e[0]),n&&0===At(r,i,n)?n:Lt(e,At.bind(null,r,i))||n}function At(t,e,r){void 0===t&&(t=0),void 0===e&&(e=0);var i=Math.min(e,r.duration+(r.deltaPTS?r.deltaPTS:0));return r.start+r.duration-i<=t?1:r.start-i>t&&r.start?-1:0}function kt(t,e,r){var i=1e3*Math.min(e,r.duration+(r.deltaPTS?r.deltaPTS:0));return(r.endProgramDateTime||0)-i>t}function Rt(t){var e="function"==typeof Map?new Map:void 0;return Rt=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return It(t,arguments,wt(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),Ct(i,t)},Rt(t)}function It(t,e,r){return It=_t()?Reflect.construct.bind():function(t,e,r){var i=[null];i.push.apply(i,e);var n=new(Function.bind.apply(t,i));return r&&Ct(n,r.prototype),n},It.apply(null,arguments)}function _t(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function Ct(t,e){return Ct=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},Ct(t,e)}function wt(t){return wt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},wt(t)}var Ot=Math.pow(2,17),xt=function(){function t(t){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=t}var e=t.prototype;return e.destroy=function(){this.loader&&(this.loader.destroy(),this.loader=null)},e.abort=function(){this.loader&&this.loader.abort()},e.load=function(t,e){var r=this,i=t.url;if(!i)return Promise.reject(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.FRAG_LOAD_ERROR,fatal:!1,frag:t,networkDetails:null},"Fragment does not have a "+(i?"part list":"url")));this.abort();var n=this.config,a=n.fLoader,s=n.loader;return new Promise((function(i,l){r.loader&&r.loader.destroy();var u=r.loader=t.loader=a?new a(n):new s(n),d=Pt(t),h={timeout:n.fragLoadingTimeOut,maxRetry:0,retryDelay:0,maxRetryDelay:n.fragLoadingMaxRetryTimeout,highWaterMark:"initSegment"===t.sn?1/0:Ot};t.stats=u.stats,u.load(d,h,{onSuccess:function(e,n,a,s){r.resetLoader(t,u),i({frag:t,part:null,payload:e.data,networkDetails:s})},onError:function(e,i,n){r.resetLoader(t,u),l(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.FRAG_LOAD_ERROR,fatal:!1,frag:t,response:e,networkDetails:n}))},onAbort:function(e,i,n){r.resetLoader(t,u),l(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.INTERNAL_ABORTED,fatal:!1,frag:t,networkDetails:n}))},onTimeout:function(e,i,n){r.resetLoader(t,u),l(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,networkDetails:n}))},onProgress:function(r,i,n,a){e&&e({frag:t,part:null,payload:n,networkDetails:a})}})}))},e.loadPart=function(t,e,r){var i=this;this.abort();var n=this.config,a=n.fLoader,s=n.loader;return new Promise((function(l,u){i.loader&&i.loader.destroy();var d=i.loader=t.loader=a?new a(n):new s(n),h=Pt(t,e),c={timeout:n.fragLoadingTimeOut,maxRetry:0,retryDelay:0,maxRetryDelay:n.fragLoadingMaxRetryTimeout,highWaterMark:Ot};e.stats=d.stats,d.load(h,c,{onSuccess:function(n,a,s,o){i.resetLoader(t,d),i.updateStatsFromPart(t,e);var u={frag:t,part:e,payload:n.data,networkDetails:o};r(u),l(u)},onError:function(r,n,a){i.resetLoader(t,d),u(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.FRAG_LOAD_ERROR,fatal:!1,frag:t,part:e,response:r,networkDetails:a}))},onAbort:function(r,n,a){t.stats.aborted=e.stats.aborted,i.resetLoader(t,d),u(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.INTERNAL_ABORTED,fatal:!1,frag:t,part:e,networkDetails:a}))},onTimeout:function(r,n,a){i.resetLoader(t,d),u(new Ft({type:o.ErrorTypes.NETWORK_ERROR,details:o.ErrorDetails.FRAG_LOAD_TIMEOUT,fatal:!1,frag:t,part:e,networkDetails:a}))}})}))},e.updateStatsFromPart=function(t,e){var r=t.stats,i=e.stats,n=i.total;if(r.loaded+=i.loaded,n){var a=Math.round(t.duration/e.duration),s=Math.min(Math.round(r.loaded/n),a),o=(a-s)*Math.round(r.loaded/s);r.total=r.loaded+o}else r.total=Math.max(r.loaded,r.total);var l=r.loading,u=i.loading;l.start?l.first+=u.first-u.start:(l.start=u.start,l.first=u.first),l.end=u.end},e.resetLoader=function(t,e){t.loader=null,this.loader===e&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),e.destroy()},t}();function Pt(t,e){void 0===e&&(e=null);var r=e||t,i={frag:t,part:e,responseType:"arraybuffer",url:r.url,headers:{},rangeStart:0,rangeEnd:0},n=r.byteRangeStartOffset,s=r.byteRangeEndOffset;return(0,a.isFiniteNumber)(n)&&(0,a.isFiniteNumber)(s)&&(i.rangeStart=n,i.rangeEnd=s),i}var Ft=function(t){var e,r;function i(e){for(var r,i=arguments.length,n=new Array(i>1?i-1:0),a=1;a=e.endSN&&!t.nextStart){var n=e.partList;if(null!=n&&n.length){var a=n[n.length-1];return mt.isBuffered(this.media,a.start+a.duration/2)}var s=i.getState(r);return s===ut.PARTIAL||s===ut.OK}return!1},h.onMediaAttached=function(t,e){var r=this.media=this.mediaBuffer=e.media;this.onvseeking=this.onMediaSeeking.bind(this),this.onvended=this.onMediaEnded.bind(this),r.addEventListener("seeking",this.onvseeking),r.addEventListener("ended",this.onvended);var i=this.config;this.levels&&i.autoStartLoad&&this.state===Kt&&this.startLoad(i.startPosition)},h.onMediaDetaching=function(){var t=this.media;null!=t&&t.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),t&&this.onvseeking&&this.onvended&&(t.removeEventListener("seeking",this.onvseeking),t.removeEventListener("ended",this.onvended),this.onvseeking=this.onvended=null),this.media=this.mediaBuffer=null,this.loadedmetadata=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()},h.onMediaSeeking=function(){var t=this.config,e=this.fragCurrent,r=this.media,i=this.mediaBuffer,n=this.state,s=r?r.currentTime:0,o=mt.bufferInfo(i||r,s,t.maxBufferHole);if(this.log("media seeking to "+((0,a.isFiniteNumber)(s)?s.toFixed(3):s)+", state: "+n),n===Xt)this.resetLoadingState();else if(e&&!o.len){var l=t.maxFragLookUpTolerance,u=e.start-l,d=s>e.start+e.duration+l;(s0&&a&&a.key&&a.iv&&"AES-128"===a.method){var o=self.performance.now();return e.decrypter.webCryptoDecrypt(new Uint8Array(n),a.key.buffer,a.iv.buffer).then((function(e){var n=self.performance.now();return i.trigger(s.Events.FRAG_DECRYPTED,{frag:t,payload:e,stats:{tstart:o,tdecrypt:n}}),r.payload=e,r}))}return r})).then((function(r){var i=e.fragCurrent,n=e.hls,a=e.levels;if(!a)throw new Error("init load aborted, missing levels");a[t.level].details;var o=t.stats;e.state=Ht,e.fragLoadError=0,t.data=new Uint8Array(r.payload),o.parsing.start=o.buffering.start=self.performance.now(),o.parsing.end=o.buffering.end=self.performance.now(),r.frag===i&&n.trigger(s.Events.FRAG_BUFFERED,{stats:o,frag:i,part:null,id:t.type}),e.tick()})).catch((function(r){e.state!==Kt&&e.state!==Qt&&(e.warn(r),e.resetFragmentLoading(t))}))},h.fragContextChanged=function(t){var e=this.fragCurrent;return!t||!e||t.level!==e.level||t.sn!==e.sn||t.urlId!==e.urlId},h.fragBufferedComplete=function(t,e){var r,i,n=this.mediaBuffer?this.mediaBuffer:this.media;this.log("Buffered "+t.type+" sn: "+t.sn+(e?" part: "+e.index:"")+" of "+("[stream-controller]"===this.logPrefix?"level":"track")+" "+t.level+" "+(n?Nt(mt.getBuffered(n)):"(detached)")),this.state=Ht,n&&(!this.loadedmetadata&&n.buffered.length&&(null===(r=this.fragCurrent)||void 0===r?void 0:r.sn)===(null===(i=this.fragPrevious)||void 0===i?void 0:i.sn)&&(this.loadedmetadata=!0,this.seekToStartPos()),this.tick())},h.seekToStartPos=function(){},h._handleFragmentLoadComplete=function(t){var e=this.transmuxer;if(e){var r=t.frag,i=t.part,n=t.partsLoaded,a=!n||0===n.length||n.some((function(t){return!t})),s=new yt(r.level,r.sn,r.stats.chunkCount+1,0,i?i.index:-1,!a);e.flush(s)}},h._handleFragmentLoadProgress=function(t){},h._doFragLoad=function(t,e,r,i){var n=this;if(void 0===r&&(r=null),!this.levels)throw new Error("frag load aborted, missing levels");if(r=Math.max(t.start,r||0),this.config.lowLatencyMode&&e){var o=e.partList;if(o&&i){r>t.end&&e.fragmentHint&&(t=e.fragmentHint);var l=this.getNextPart(o,t,r);if(l>-1){var u=o[l];return this.log("Loading part sn: "+t.sn+" p: "+u.index+" cc: "+t.cc+" of playlist ["+e.startSN+"-"+e.endSN+"] parts [0-"+l+"-"+(o.length-1)+"] "+("[stream-controller]"===this.logPrefix?"level":"track")+": "+t.level+", target: "+parseFloat(r.toFixed(3))),this.nextLoadPosition=u.start+u.duration,this.state=Vt,this.hls.trigger(s.Events.FRAG_LOADING,{frag:t,part:o[l],targetBufferTime:r}),this.doFragPartsLoad(t,o,l,i).catch((function(t){return n.handleFragLoadError(t)}))}if(!t.url||this.loadedEndOfParts(o,r))return Promise.resolve(null)}}return this.log("Loading fragment "+t.sn+" cc: "+t.cc+" "+(e?"of ["+e.startSN+"-"+e.endSN+"] ":"")+("[stream-controller]"===this.logPrefix?"level":"track")+": "+t.level+", target: "+parseFloat(r.toFixed(3))),(0,a.isFiniteNumber)(t.sn)&&!this.bitrateTest&&(this.nextLoadPosition=t.start+t.duration),this.state=Vt,this.hls.trigger(s.Events.FRAG_LOADING,{frag:t,targetBufferTime:r}),this.fragmentLoader.load(t,i).catch((function(t){return n.handleFragLoadError(t)}))},h.doFragPartsLoad=function(t,e,r,i){var n=this;return new Promise((function(a,o){var l=[];!function r(u){var d=e[u];n.fragmentLoader.loadPart(t,d,i).then((function(i){l[d.index]=i;var o=i.part;n.hls.trigger(s.Events.FRAG_LOADED,i);var h=e[u+1];if(!h||h.fragment!==t)return a({frag:t,part:o,partsLoaded:l});r(u+1)})).catch(o)}(r)}))},h.handleFragLoadError=function(t){var e=t.data;return e&&e.details===o.ErrorDetails.INTERNAL_ABORTED?this.handleFragLoadAborted(e.frag,e.part):this.hls.trigger(s.Events.ERROR,e),null},h._handleTransmuxerFlush=function(t){var e=this.getCurrentContext(t);if(e&&this.state===qt){var r=e.frag,i=e.part,n=e.level,a=self.performance.now();r.stats.parsing.end=a,i&&(i.stats.parsing.end=a),this.updateLevelTiming(r,i,n,t.partial)}else this.fragCurrent||(this.state=Ht)},h.getCurrentContext=function(t){var e=this.levels,r=t.level,i=t.sn,n=t.part;if(!e||!e[r])return this.warn("Levels object was unset while buffering fragment "+i+" of level "+r+". The current chunk will not be buffered."),null;var a=e[r],s=n>-1?function(t,e,r){if(!t||!t.details)return null;var i=t.details.partList;if(i)for(var n=i.length;n--;){var a=i[n];if(a.index===r&&a.fragment.sn===e)return a}return null}(a,i,n):null,o=s?s.fragment:function(t,e,r){if(!t||!t.details)return null;var i=t.details,n=i.fragments[e-i.startSN];return n||((n=i.fragmentHint)&&n.sn===e?n:ea&&this.flushMainBuffer(s,t.start)}else this.flushMainBuffer(0,t.start)},h.getFwdBufferInfo=function(t,e){var r=this.config,i=this.getLoadPosition();if(!(0,a.isFiniteNumber)(i))return null;var n=mt.bufferInfo(t,i,r.maxBufferHole);if(0===n.len&&void 0!==n.nextStart){var s=this.fragmentTracker.getBufferedFrag(i,e);if(s&&n.nextStart=r&&(e.maxMaxBufferLength/=2,this.warn("Reduce max buffer length to "+e.maxMaxBufferLength+"s"),!0)},h.getNextFragment=function(t,e){var r=e.fragments,i=r.length;if(!i)return null;var n,a=this.config,s=r[0].start;if(e.live){var o=a.initialLiveManifestSize;if(i-1&&rr.start&&r.loaded},h.getInitialLiveFragment=function(t,e){var r=this.fragPrevious,i=null;if(r){if(t.hasProgramDateTime&&(this.log("Live playlist, switching playlist, load frag with same PDT: "+r.programDateTime),i=function(t,e,r){if(null===e||!Array.isArray(t)||!t.length||!(0,a.isFiniteNumber)(e))return null;if(e<(t[0].programDateTime||0))return null;if(e>=(t[t.length-1].endProgramDateTime||0))return null;r=r||0;for(var i=0;i=t.startSN&&n<=t.endSN){var s=e[n-t.startSN];r.cc===s.cc&&(i=s,this.log("Live playlist, switching playlist, load frag with next SN: "+i.sn))}i||(i=function(t,e){return Lt(t,(function(t){return t.cce?-1:0}))}(e,r.cc),i&&this.log("Live playlist, switching playlist, load frag with same CC: "+i.sn))}}else{var o=this.hls.liveSyncPosition;null!==o&&(i=this.getFragmentAtPosition(o,this.bitrateTest?t.fragmentEnd:t.edge,t))}return i},h.getFragmentAtPosition=function(t,e,r){var i,n=this.config,a=this.fragPrevious,s=r.fragments,o=r.endSN,l=r.fragmentHint,u=n.maxFragLookUpTolerance,d=!!(n.lowLatencyMode&&r.partList&&l);if(d&&l&&!this.bitrateTest&&(s=s.concat(l),o=l.sn),i=te-u?0:u):s[s.length-1]){var h=i.sn-r.startSN;if(this.fragmentTracker.getState(i)===ut.OK&&(a=i),a&&i.sn===a.sn&&!d&&a&&i.level===a.level){var c=s[h+1];i.sn=a-e.maxFragLookUpTolerance&&n<=s;if(null!==i&&r.duration>i&&(nr.startCC||t&&t.cc"+t.startSN+" prev-sn: "+(n?n.sn:"na")+" fragments: "+o),c}return u},h.waitForCdnTuneIn=function(t){return t.live&&t.canBlockReload&&t.partTarget&&t.tuneInGoal>Math.max(t.partHoldBack,3*t.partTarget)},h.setStartPosition=function(t,e){var r=this.startPosition;if(r"+t))}}])&&Ut(n.prototype,d),Object.defineProperty(n,"prototype",{writable:!1}),i}(vt);function te(){return self.MediaSource||self.WebKitMediaSource}function ee(){return self.SourceBuffer||self.WebKitSourceBuffer}var re=function(){var t=ENTRY_MODULE,e={},r=function r(i){var n=e[i];if(void 0!==n)return n.exports;var a=e[i]={exports:{}};return t[i].call(a.exports,a,a.exports,r),a.exports};r.m=t,r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,{a:e}),e},r.d=function(t,e){for(var i in e)r.o(e,i)&&!r.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i=r(ENTRY_MODULE);return i.default||i}.toString().split("ENTRY_MODULE"),ie="\\(\\s*(/\\*.*?\\*/)?\\s*.*?([\\.|\\-|\\+|\\w|/|@]+).*?\\)";function ne(t){return(t+"").replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}function ae(t,e,i){var n={};n[i]=[];var a=e.toString().replace(/^"[^"]+"/,"function"),s=a.match(/^function\s?\w*\(\w+,\s*\w+,\s*(\w+)\)/)||a.match(/^\(\w+,\s*\w+,\s*(\w+)\)\s?\=\s?\>/);if(!s)return n;for(var o,l=s[1],u=new RegExp("(\\\\n|\\W)"+ne(l)+ie,"g");o=u.exec(a);)"dll-reference"!==o[3]&&n[i].push(o[3]);for(u=new RegExp("\\("+ne(l)+'\\("(dll-reference\\s([\\.|\\-|\\+|\\w|/|@]+))"\\)\\)'+ie,"g");o=u.exec(a);)t[o[2]]||(n[i].push(o[1]),t[o[2]]=r(o[1]).m),n[o[2]]=n[o[2]]||[],n[o[2]].push(o[4]);for(var d,h=Object.keys(n),c=0;c0}),!1)}function oe(t,e,r,i){var n=t[i].map((function(t){return'"'+t+'": '+e[i][t].toString().replace(/^"[^"]+"/,"function")})).join(",");return re[0]+"{"+n+"}"+re[1]+'"'+r+'"'+re[2]}var le=r(544),ue=r(729),de=te()||{isTypeSupported:function(){return!1}},he=function(){function t(t,e,i,n){var a=this;this.hls=void 0,this.id=void 0,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.worker=void 0,this.onwmsg=void 0,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0;var u=t.config;this.hls=t,this.id=e,this.useWorker=!!u.enableWorker,this.onTransmuxComplete=i,this.onFlush=n;var d=function(t,e){(e=e||{}).frag=a.frag,e.id=a.id,a.hls.trigger(t,e)};this.observer=new ue.EventEmitter,this.observer.on(s.Events.FRAG_DECRYPTED,d),this.observer.on(s.Events.ERROR,d);var h={mp4:de.isTypeSupported("video/mp4"),mpeg:de.isTypeSupported("audio/mpeg"),mp3:de.isTypeSupported('audio/mp4; codecs="mp3"')},c=navigator.vendor;if(this.useWorker&&"undefined"!=typeof Worker){var f;l.logger.log("demuxing in webworker");try{f=this.worker=function(t,e){e=e||{};var i={main:r.m},n=e.all?{main:Object.keys(i.main)}:function(t,e){for(var r={main:[e]},i={main:[]},n={main:{}};se(r);)for(var a=Object.keys(r),s=0;s1&&u.id===(null==y?void 0:y.stats.chunkCount),D=!T&&(1===S||0===S&&(1===b||L&&b<=0)),A=self.performance.now();(T||S||0===n.stats.parsing.start)&&(n.stats.parsing.start=A),!a||!b&&D||(a.stats.parsing.start=A);var k=!(y&&(null===(h=n.initSegment)||void 0===h?void 0:h.url)===(null===(c=y.initSegment)||void 0===c?void 0:c.url)),R=new le.TransmuxState(E,D,o,T,p,k);if(!D||E||k){l.logger.log("[transmuxer-interface, "+n.type+"]: Starting new transmux session for sn: "+u.sn+" p: "+u.part+" level: "+u.level+" id: "+u.id+"\n discontinuity: "+E+"\n trackSwitch: "+T+"\n contiguous: "+D+"\n accurateTimeOffset: "+o+"\n timeOffset: "+p+"\n initSegmentChange: "+k);var I=new le.TransmuxConfig(r,i,e,s,d);this.configureTransmuxer(I)}if(this.frag=n,this.part=a,v)v.postMessage({cmd:"demux",data:t,decryptdata:m,chunkMeta:u,state:R},t instanceof ArrayBuffer?[t]:[]);else if(g){var _=g.push(t,m,u,R);(0,le.isPromise)(_)?_.then((function(t){f.handleTransmuxComplete(t)})):this.handleTransmuxComplete(_)}},e.flush=function(t){var e=this;t.transmuxing.start=self.performance.now();var r=this.transmuxer,i=this.worker;if(i)i.postMessage({cmd:"flush",chunkMeta:t});else if(r){var n=r.flush(t);(0,le.isPromise)(n)?n.then((function(r){e.handleFlushResult(r,t)})):this.handleFlushResult(n,t)}},e.handleFlushResult=function(t,e){var r=this;t.forEach((function(t){r.handleTransmuxComplete(t)})),this.onFlush(e)},e.onWorkerMessage=function(t){var e=t.data,r=this.hls;switch(e.event){case"init":self.URL.revokeObjectURL(this.worker.objectURL);break;case"transmuxComplete":this.handleTransmuxComplete(e.data);break;case"flush":this.onFlush(e.data);break;case"workerLog":l.logger[e.data.logType]&&l.logger[e.data.logType](e.data.message);break;default:e.data=e.data||{},e.data.frag=this.frag,e.data.id=this.id,r.trigger(e.event,e.data)}},e.configureTransmuxer=function(t){var e=this.worker,r=this.transmuxer;e?e.postMessage({cmd:"configure",config:t}):r&&r.configure(t)},e.handleTransmuxComplete=function(t){t.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(t)},t}(),ce=function(){function t(t,e,r,i){this.config=void 0,this.media=null,this.fragmentTracker=void 0,this.hls=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.config=t,this.media=e,this.fragmentTracker=r,this.hls=i}var e=t.prototype;return e.destroy=function(){this.media=null,this.hls=this.fragmentTracker=null},e.poll=function(t,e){var r=this.config,i=this.media,n=this.stalled;if(null!==i){var a=i.currentTime,s=i.seeking,o=this.seeking&&!s,u=!this.seeking&&s;if(this.seeking=s,a===t){if((u||o)&&(this.stalled=null),!(i.paused&&!s||i.ended||0===i.playbackRate)&&mt.getBuffered(i).length){var d=mt.bufferInfo(i,a,0),h=d.len>0,c=d.nextStart||0;if(h||c){if(s){var f=d.len>2,g=!c||e&&e.start<=a||c-a>2&&!this.fragmentTracker.getPartialFragment(a);if(f||g)return;this.moved=!1}if(!this.moved&&null!==this.stalled){var v,p=Math.max(c,d.start||0)-a,m=this.hls.levels?this.hls.levels[this.hls.currentLevel]:null,y=(null==m||null===(v=m.details)||void 0===v?void 0:v.live)?2*m.details.targetduration:2;if(p>0&&p<=y)return void this._trySkipBufferHole(null)}var E=self.performance.now();if(null!==n){var T=E-n;if(s||!(T>=250)||(this._reportStall(d),this.media)){var S=mt.bufferInfo(i,a,r.maxBufferHole);this._tryFixBufferStall(S,T)}}else this.stalled=E}}}else if(this.moved=!0,null!==n){if(this.stallReported){var b=self.performance.now()-n;l.logger.warn("playback not stuck anymore @"+a+", after "+Math.round(b)+"ms"),this.stallReported=!1}this.stalled=null,this.nudgeRetry=0}}},e._tryFixBufferStall=function(t,e){var r=this.config,i=this.fragmentTracker,n=this.media;if(null!==n){var a=n.currentTime,s=i.getPartialFragment(a);if(s&&(this._trySkipBufferHole(s)||!this.media))return;t.len>r.maxBufferHole&&e>1e3*r.highBufferWatchdogPeriod&&(l.logger.warn("Trying to nudge playhead over buffer-hole"),this.stalled=null,this._tryNudgeBuffer())}},e._reportStall=function(t){var e=this.hls,r=this.media;!this.stallReported&&r&&(this.stallReported=!0,l.logger.warn("Playback stalling at @"+r.currentTime+" due to low buffer ("+JSON.stringify(t)+")"),e.trigger(s.Events.ERROR,{type:o.ErrorTypes.MEDIA_ERROR,details:o.ErrorDetails.BUFFER_STALLED_ERROR,fatal:!1,buffer:t.len}))},e._trySkipBufferHole=function(t){var e=this.config,r=this.hls,i=this.media;if(null===i)return 0;for(var n=i.currentTime,a=0,u=mt.getBuffered(i),d=0;d=a&&n1?(i=0,this.bitrateTest=!0):i=r.nextAutoLevel),this.level=r.nextLoadLevel=i,this.loadedmetadata=!1}e>0&&-1===t&&(this.log("Override startPosition with lastCurrentTime @"+e.toFixed(3)),t=e),this.state=Ht,this.nextLoadPosition=this.startPosition=this.lastCurrentTime=t,this.tick()}else this._forceStartLoad=!0,this.state=Kt},u.stopLoad=function(){this._forceStartLoad=!1,t.prototype.stopLoad.call(this)},u.doTick=function(){switch(this.state){case Ht:this.doTickIdle();break;case Zt:var t,e=this.levels,r=this.level,i=null==e||null===(t=e[r])||void 0===t?void 0:t.details;if(i&&(!i.live||this.levelLastLoaded===this.level)){if(this.waitForCdnTuneIn(i))break;this.state=Ht;break}break;case Wt:var n,a=self.performance.now(),s=this.retryDate;(!s||a>=s||null!==(n=this.media)&&void 0!==n&&n.seeking)&&(this.log("retryDate reached, switch back to IDLE state"),this.resetStartWhenNotLoaded(this.level),this.state=Ht)}this.onTickEnd()},u.onTickEnd=function(){t.prototype.onTickEnd.call(this),this.checkBuffer(),this.checkFragmentChanged()},u.doTickIdle=function(){var t,e,r=this.hls,i=this.levelLastLoaded,n=this.levels,a=this.media,o=r.config,l=r.nextLoadLevel;if(null!==i&&(a||!this.startFragRequested&&o.startFragPrefetch)&&(!this.altAudio||!this.audioOnly)&&n&&n[l]){var u=n[l];this.level=r.nextLoadLevel=l;var d=u.details;if(!d||this.state===Zt||d.live&&this.levelLastLoaded!==l)this.state=Zt;else{var h=this.getMainFwdBufferInfo();if(null!==h&&!(h.len>=this.getMaxBufferLength(u.maxBitrate))){if(this._streamEnded(h,d)){var c={};return this.altAudio&&(c.type="video"),this.hls.trigger(s.Events.BUFFER_EOS,c),void(this.state=Xt)}this.backtrackFragment&&this.backtrackFragment.start>h.end&&(this.backtrackFragment=null);var f=this.backtrackFragment?this.backtrackFragment.start:h.end,g=this.getNextFragment(f,d);if(this.couldBacktrack&&!this.fragPrevious&&g&&"initSegment"!==g.sn&&this.fragmentTracker.getState(g)!==ut.OK){var v,m=(null!=(v=this.backtrackFragment)?v:g).sn-d.startSN,y=d.fragments[m-1];y&&g.cc===y.cc&&(g=y,this.fragmentTracker.removeFragment(y))}else this.backtrackFragment&&h.len&&(this.backtrackFragment=null);if(g&&this.fragmentTracker.getState(g)===ut.OK&&this.nextLoadPosition>f){var E=this.audioOnly&&!this.altAudio?p.ElementaryStreamTypes.AUDIO:p.ElementaryStreamTypes.VIDEO;a&&this.afterBufferFlushed(a,E,O.PlaylistLevelType.MAIN),g=this.getNextFragment(this.nextLoadPosition,d)}g&&(!g.initSegment||g.initSegment.data||this.bitrateTest||(g=g.initSegment),"identity"!==(null===(t=g.decryptdata)||void 0===t?void 0:t.keyFormat)||null!==(e=g.decryptdata)&&void 0!==e&&e.key?this.loadFragment(g,d,f):this.loadKey(g,d))}}}},u.loadFragment=function(e,r,i){var n,a=this.fragmentTracker.getState(e);this.fragCurrent=e,a===ut.NOT_LOADED?"initSegment"===e.sn?this._loadInitSegment(e):this.bitrateTest?(this.log("Fragment "+e.sn+" of level "+e.level+" is being downloaded to test bitrate and will not be buffered"),this._loadBitrateTestFrag(e)):(this.startFragRequested=!0,t.prototype.loadFragment.call(this,e,r,i)):a===ut.APPENDING?this.reduceMaxBufferLength(e.duration)&&this.fragmentTracker.removeFragment(e):0===(null===(n=this.media)||void 0===n?void 0:n.buffered.length)&&this.fragmentTracker.removeAllFragments()},u.getAppendedFrag=function(t){var e=this.fragmentTracker.getAppendedFrag(t,O.PlaylistLevelType.MAIN);return e&&"fragment"in e?e.fragment:e},u.getBufferedFrag=function(t){return this.fragmentTracker.getBufferedFrag(t,O.PlaylistLevelType.MAIN)},u.followingBufferedFrag=function(t){return t?this.getBufferedFrag(t.end+.5):null},u.immediateLevelSwitch=function(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)},u.nextLevelSwitch=function(){var t=this.levels,e=this.media;if(null!=e&&e.readyState){var r,i=this.getAppendedFrag(e.currentTime);if(i&&i.start>1&&this.flushMainBuffer(0,i.start-1),!e.paused&&t){var n=t[this.hls.nextLoadLevel],a=this.fragLastKbps;r=a&&this.fragCurrent?this.fragCurrent.duration*n.maxBitrate/(1e3*a)+1:0}else r=0;var s=this.getBufferedFrag(e.currentTime+r);if(s){var o=this.followingBufferedFrag(s);if(o){this.abortCurrentFrag();var l=o.maxStartPTS?o.maxStartPTS:o.start,u=o.duration,d=Math.max(s.end,l+Math.min(Math.max(u-this.config.maxFragLookUpTolerance,.5*u),.75*u));this.flushMainBuffer(d,Number.POSITIVE_INFINITY)}}}},u.abortCurrentFrag=function(){var t=this.fragCurrent;switch(this.fragCurrent=null,this.backtrackFragment=null,null!=t&&t.loader&&t.loader.abort(),this.state){case jt:case Vt:case Wt:case qt:case zt:this.state=Ht}this.nextLoadPosition=this.getLoadPosition()},u.flushMainBuffer=function(e,r){t.prototype.flushMainBuffer.call(this,e,r,this.altAudio?"video":null)},u.onMediaAttached=function(e,r){t.prototype.onMediaAttached.call(this,e,r);var i=r.media;this.onvplaying=this.onMediaPlaying.bind(this),this.onvseeked=this.onMediaSeeked.bind(this),i.addEventListener("playing",this.onvplaying),i.addEventListener("seeked",this.onvseeked),this.gapController=new ce(this.config,i,this.fragmentTracker,this.hls)},u.onMediaDetaching=function(){var e=this.media;e&&this.onvplaying&&this.onvseeked&&(e.removeEventListener("playing",this.onvplaying),e.removeEventListener("seeked",this.onvseeked),this.onvplaying=this.onvseeked=null,this.videoBuffer=null),this.fragPlaying=null,this.gapController&&(this.gapController.destroy(),this.gapController=null),t.prototype.onMediaDetaching.call(this)},u.onMediaPlaying=function(){this.tick()},u.onMediaSeeked=function(){var t=this.media,e=t?t.currentTime:null;(0,a.isFiniteNumber)(e)&&this.log("Media seeked to "+e.toFixed(3)),this.tick()},u.onManifestLoading=function(){this.log("Trigger BUFFER_RESET"),this.hls.trigger(s.Events.BUFFER_RESET,void 0),this.fragmentTracker.removeAllFragments(),this.couldBacktrack=!1,this.startPosition=this.lastCurrentTime=0,this.fragPlaying=null,this.backtrackFragment=null},u.onManifestParsed=function(t,e){var r,i,n,a=!1,s=!1;e.levels.forEach((function(t){(r=t.audioCodec)&&(-1!==r.indexOf("mp4a.40.2")&&(a=!0),-1!==r.indexOf("mp4a.40.5")&&(s=!0))})),this.audioCodecSwitch=a&&s&&!("function"==typeof(null==(n=ee())||null===(i=n.prototype)||void 0===i?void 0:i.changeType)),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=e.levels,this.startFragRequested=!1},u.onLevelLoading=function(t,e){var r=this.levels;if(r&&this.state===Ht){var i=r[e.level];(!i.details||i.details.live&&this.levelLastLoaded!==e.level||this.waitForCdnTuneIn(i.details))&&(this.state=Zt)}},u.onLevelLoaded=function(t,e){var r,i=this.levels,n=e.level,a=e.details,o=a.totalduration;if(i){this.log("Level "+n+" loaded ["+a.startSN+","+a.endSN+"], cc ["+a.startCC+", "+a.endCC+"] duration:"+o);var l=this.fragCurrent;!l||this.state!==Vt&&this.state!==Wt||l.level!==e.level&&l.loader&&(this.state=Ht,this.backtrackFragment=null,l.loader.abort());var u=i[n],d=0;if(a.live||null!==(r=u.details)&&void 0!==r&&r.live){if(a.fragments[0]||(a.deltaUpdateFailed=!0),a.deltaUpdateFailed)return;d=this.alignPlaylists(a,u.details)}if(u.details=a,this.levelLastLoaded=n,this.hls.trigger(s.Events.LEVEL_UPDATED,{details:a,level:n}),this.state===Zt){if(this.waitForCdnTuneIn(a))return;this.state=Ht}this.startFragRequested?a.live&&this.synchronizeToLiveEdge(a):this.setStartPosition(a,d),this.tick()}else this.warn("Levels were reset while loading level "+n)},u._handleFragmentLoadProgress=function(t){var e,r=t.frag,i=t.part,n=t.payload,a=this.levels;if(a){var s=a[r.level],o=s.details;if(o){var l=s.videoCodec,u=o.PTSKnown||!o.live,d=null===(e=r.initSegment)||void 0===e?void 0:e.data,h=this._getAudioCodec(s),c=this.transmuxer=this.transmuxer||new he(this.hls,O.PlaylistLevelType.MAIN,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,g=-1!==f,v=new yt(r.level,r.sn,r.stats.chunkCount,n.byteLength,f,g),p=this.initPTS[r.cc];c.push(n,d,h,l,r,i,o.totalduration,u,v,p)}else this.warn("Dropping fragment "+r.sn+" of level "+r.level+" after level details were reset")}else this.warn("Levels were reset while fragment load was in progress. Fragment "+r.sn+" of level "+r.level+" will not be buffered")},u.onAudioTrackSwitching=function(t,e){var r=this.altAudio,i=!!e.url,n=e.id;if(!i){if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;var a=this.fragCurrent;null!=a&&a.loader&&(this.log("Switching to main audio track, cancel main fragment load"),a.loader.abort()),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();var o=this.hls;r&&o.trigger(s.Events.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:"audio"}),o.trigger(s.Events.AUDIO_TRACK_SWITCHED,{id:n})}},u.onAudioTrackSwitched=function(t,e){var r=e.id,i=!!this.hls.audioTracks[r].url;if(i){var n=this.videoBuffer;n&&this.mediaBuffer!==n&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=n)}this.altAudio=i,this.tick()},u.onBufferCreated=function(t,e){var r,i,n=e.tracks,a=!1;for(var s in n){var o=n[s];if("main"===o.id){if(i=s,r=o,"video"===s){var l=n[s];l&&(this.videoBuffer=l.buffer)}}else a=!0}a&&r?(this.log("Alternate track found, use "+i+".buffered to schedule main fragment loading"),this.mediaBuffer=r.buffer):this.mediaBuffer=this.media},u.onFragBuffered=function(t,e){var r=e.frag,i=e.part;if(!r||r.type===O.PlaylistLevelType.MAIN){if(this.fragContextChanged(r))return this.warn("Fragment "+r.sn+(i?" p: "+i.index:"")+" of level "+r.level+" finished buffering, but was aborted. state: "+this.state),void(this.state===zt&&(this.state=Ht));var n=i?i.stats:r.stats;this.fragLastKbps=Math.round(8*n.total/(n.buffering.end-n.loading.first)),"initSegment"!==r.sn&&(this.fragPrevious=r),this.fragBufferedComplete(r,i)}},u.onError=function(t,e){switch(e.details){case o.ErrorDetails.FRAG_LOAD_ERROR:case o.ErrorDetails.FRAG_LOAD_TIMEOUT:case o.ErrorDetails.KEY_LOAD_ERROR:case o.ErrorDetails.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(O.PlaylistLevelType.MAIN,e);break;case o.ErrorDetails.LEVEL_LOAD_ERROR:case o.ErrorDetails.LEVEL_LOAD_TIMEOUT:this.state!==Qt&&(e.fatal?(this.warn(""+e.details),this.state=Qt):e.levelRetry||this.state!==Zt||(this.state=Ht));break;case o.ErrorDetails.BUFFER_FULL_ERROR:if("main"===e.parent&&(this.state===qt||this.state===zt)){var r=!0,i=this.getFwdBufferInfo(this.media,O.PlaylistLevelType.MAIN);i&&i.len>.5&&(r=!this.reduceMaxBufferLength(i.len)),r&&(this.warn("buffer full error also media.currentTime is not buffered, flush main"),this.immediateLevelSwitch()),this.resetLoadingState()}}},u.checkBuffer=function(){var t=this.media,e=this.gapController;if(t&&e&&t.readyState){if(this.loadedmetadata||!mt.getBuffered(t).length){var r=this.state!==Ht?this.fragCurrent:null;e.poll(this.lastCurrentTime,r)}this.lastCurrentTime=t.currentTime}},u.onFragLoadEmergencyAborted=function(){this.state=Ht,this.loadedmetadata||(this.startFragRequested=!1,this.nextLoadPosition=this.startPosition),this.tickImmediate()},u.onBufferFlushed=function(t,e){var r=e.type;if(r!==p.ElementaryStreamTypes.AUDIO||this.audioOnly&&!this.altAudio){var i=(r===p.ElementaryStreamTypes.VIDEO?this.videoBuffer:this.mediaBuffer)||this.media;this.afterBufferFlushed(i,r,O.PlaylistLevelType.MAIN)}},u.onLevelsUpdated=function(t,e){this.levels=e.levels},u.swapAudioCodec=function(){this.audioCodecSwap=!this.audioCodecSwap},u.seekToStartPos=function(){var t=this.media;if(t){var e=t.currentTime,r=this.startPosition;if(r>=0&&e0&&(n1&&!1===t.seeking){var r=t.currentTime;if(mt.isBuffered(t,r)?e=this.getAppendedFrag(r):mt.isBuffered(t,r+.1)&&(e=this.getAppendedFrag(r+.1)),e){this.backtrackFragment=null;var i=this.fragPlaying,n=e.level;i&&e.sn===i.sn&&i.level===n&&e.urlId===i.urlId||(this.hls.trigger(s.Events.FRAG_CHANGED,{frag:e}),i&&i.level===n||this.hls.trigger(s.Events.LEVEL_SWITCHED,{level:n}),this.fragPlaying=e)}}},n=i,(l=[{key:"nextLevel",get:function(){var t=this.nextBufferedFrag;return t?t.level:-1}},{key:"currentFrag",get:function(){var t=this.media;return t?this.fragPlaying||this.getAppendedFrag(t.currentTime):null}},{key:"currentProgramDateTime",get:function(){var t=this.media;if(t){var e=t.currentTime,r=this.currentFrag;if(r&&(0,a.isFiniteNumber)(e)&&(0,a.isFiniteNumber)(r.programDateTime)){var i=r.programDateTime+1e3*(e-r.start);return new Date(i)}}return null}},{key:"currentLevel",get:function(){var t=this.currentFrag;return t?t.level:-1}},{key:"nextBufferedFrag",get:function(){var t=this.currentFrag;return t?this.followingBufferedFrag(t):null}},{key:"forceStartLoad",get:function(){return this._forceStartLoad}}])&&fe(n.prototype,l),Object.defineProperty(n,"prototype",{writable:!1}),i}(Jt);const pe=function(){function t(t,e,r){void 0===e&&(e=0),void 0===r&&(r=0),this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=t,this.alpha_=t?Math.exp(Math.log(.5)/t):0,this.estimate_=e,this.totalWeight_=r}var e=t.prototype;return e.sample=function(t,e){var r=Math.pow(this.alpha_,t);this.estimate_=e*(1-r)+r*this.estimate_,this.totalWeight_+=t},e.getTotalWeight=function(){return this.totalWeight_},e.getEstimate=function(){if(this.alpha_){var t=1-Math.pow(this.alpha_,this.totalWeight_);if(t)return this.estimate_/t}return this.estimate_},t}(),me=function(){function t(t,e,r){this.defaultEstimate_=void 0,this.minWeight_=void 0,this.minDelayMs_=void 0,this.slow_=void 0,this.fast_=void 0,this.defaultEstimate_=r,this.minWeight_=.001,this.minDelayMs_=50,this.slow_=new pe(t),this.fast_=new pe(e)}var e=t.prototype;return e.update=function(t,e){var r=this.slow_,i=this.fast_;this.slow_.halfLife!==t&&(this.slow_=new pe(t,r.getEstimate(),r.getTotalWeight())),this.fast_.halfLife!==e&&(this.fast_=new pe(e,i.getEstimate(),i.getTotalWeight()))},e.sample=function(t,e){var r=(t=Math.max(t,this.minDelayMs_))/1e3,i=8*e/r;this.fast_.sample(r,i),this.slow_.sample(r,i)},e.canEstimate=function(){var t=this.fast_;return t&&t.getTotalWeight()>=this.minWeight_},e.getEstimate=function(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_},e.destroy=function(){},t}();function ye(t,e){for(var r=0;rp;b--){var D=v[b].maxBitrate;if((L=E?u*D/(6.4*E):u*D/g)=T||(l.logger.warn("Fragment "+t.sn+(e?" part "+e.index:"")+" of level "+t.level+" is loading too slowly and will cause an underbuffer; aborting and switching to level "+b+"\n Current BW estimate: "+((0,a.isFiniteNumber)(g)?(g/1024).toFixed(3):"Unknown")+" Kb/s\n Estimated load time for current fragment: "+T.toFixed(3)+" s\n Estimated load time for the next fragment: "+L.toFixed(3)+" s\n Time to underbuffer: "+S.toFixed(3)+" s"),r.nextLoadLevel=b,f&&this.bwEstimator.sample(h,o.loaded),this.clearTimer(),t.loader&&(this.fragCurrent=this.partCurrent=null,t.loader.abort()),r.trigger(s.Events.FRAG_LOAD_EMERGENCY_ABORTED,{frag:t,part:e,stats:o}))}}}}}},i.onFragLoaded=function(t,e){var r=e.frag,i=e.part;if(r.type===O.PlaylistLevelType.MAIN&&(0,a.isFiniteNumber)(r.sn)){var n=i?i.stats:r.stats,o=i?i.duration:r.duration;if(this.clearTimer(),this.lastLoadedFragLevel=r.level,this._nextAutoLevel=-1,this.hls.config.abrMaxWithRealBitrate){var l=this.hls.levels[r.level],u=(l.loaded?l.loaded.bytes:0)+n.loaded,d=(l.loaded?l.loaded.duration:0)+o;l.loaded={bytes:u,duration:d},l.realBitrate=Math.round(8*u/d)}if(r.bitrateTest){var h={stats:n,frag:r,part:i,id:r.type};this.onFragBuffered(s.Events.FRAG_BUFFERED,h)}}},i.onFragBuffered=function(t,e){var r=e.frag,i=e.part,n=i?i.stats:r.stats;if(!n.aborted&&r.type===O.PlaylistLevelType.MAIN&&"initSegment"!==r.sn){var a=n.parsing.end-n.loading.start;this.bwEstimator.sample(a,n.loaded),n.bwEstimate=this.bwEstimator.getEstimate(),r.bitrateTest?this.bitrateTestDelay=a/1e3:this.bitrateTestDelay=0}},i.onError=function(t,e){switch(e.details){case o.ErrorDetails.FRAG_LOAD_ERROR:case o.ErrorDetails.FRAG_LOAD_TIMEOUT:this.clearTimer()}},i.clearTimer=function(){self.clearInterval(this.timer),this.timer=void 0},i.getNextABRAutoLevel=function(){var t=this.fragCurrent,e=this.partCurrent,r=this.hls,i=r.maxAutoLevel,n=r.config,a=r.minAutoLevel,s=r.media,o=e?e.duration:t?t.duration:0,u=(s&&s.currentTime,s&&0!==s.playbackRate?Math.abs(s.playbackRate):1),d=this.bwEstimator?this.bwEstimator.getEstimate():n.abrEwmaDefaultEstimate,h=r.mainForwardBufferInfo,c=(h?h.len:0)/u,f=this.findBestLevel(d,a,i,c,n.abrBandWidthFactor,n.abrBandWidthUpFactor);if(f>=0)return f;l.logger.trace((c?"rebuffering expected":"buffer is empty")+", finding optimal quality level");var g=o?Math.min(o,n.maxStarvationDelay):n.maxStarvationDelay,v=n.abrBandWidthFactor,p=n.abrBandWidthUpFactor;if(!c){var m=this.bitrateTestDelay;m&&(g=(o?Math.min(o,n.maxLoadingDelay):n.maxLoadingDelay)-m,l.logger.trace("bitrate test took "+Math.round(1e3*m)+"ms, set first fragment max fetchDuration to "+Math.round(1e3*g)+" ms"),v=p=1)}return f=this.findBestLevel(d,a,i,c+g,v,p),Math.max(f,0)},i.findBestLevel=function(t,e,r,i,n,s){for(var o,u=this.fragCurrent,d=this.partCurrent,h=this.lastLoadedFragLevel,c=this.hls.levels,f=c[h],g=!(null==f||null===(o=f.details)||void 0===o||!o.live),v=null==f?void 0:f.codecSet,p=d?d.duration:u?u.duration:0,m=r;m>=e;m--){var y=c[m];if(y&&(!v||y.codecSet===v)){var E,T=y.details,S=(d?null==T?void 0:T.partTarget:null==T?void 0:T.averagetargetduration)||p;E=m<=h?n*t:s*t;var b=c[m].maxBitrate,L=b*S/E;if(l.logger.trace("level/adjustedbw/bitrate/avgDuration/maxFetchDuration/fetchDuration: "+m+"/"+Math.round(E)+"/"+b+"/"+S+"/"+i+"/"+L),E>b&&(0===L||!(0,a.isFiniteNumber)(L)||g&&!this.bitrateTestDelay||L0&&-1===t?(this.log("Override startPosition with lastCurrentTime @"+e.toFixed(3)),t=e,this.state=Ht):(this.loadedmetadata=!1,this.state=Yt),this.nextLoadPosition=this.startPosition=this.lastCurrentTime=t,this.tick()},n.doTick=function(){switch(this.state){case Ht:this.doTickIdle();break;case Yt:var e,r=this.levels,i=this.trackId,n=null==r||null===(e=r[i])||void 0===e?void 0:e.details;if(n){if(this.waitForCdnTuneIn(n))break;this.state=$t}break;case Wt:var a,s=performance.now(),o=this.retryDate;(!o||s>=o||null!==(a=this.media)&&void 0!==a&&a.seeking)&&(this.log("RetryDate reached, switch back to IDLE state"),this.resetStartWhenNotLoaded(this.trackId),this.state=Ht);break;case $t:var l=this.waitingData;if(l){var u=l.frag,d=l.part,h=l.cache,c=l.complete;if(void 0!==this.initPTS[u.cc]){this.waitingData=null,this.waitingVideoCC=-1,this.state=Vt;var f={frag:u,part:d,payload:h.flush(),networkDetails:null};this._handleFragmentLoadProgress(f),c&&t.prototype._handleFragmentLoadComplete.call(this,f)}else if(this.videoTrackCC!==this.waitingVideoCC)this.log("Waiting fragment cc ("+u.cc+") cancelled because video is at cc "+this.videoTrackCC),this.clearWaitingFragment();else{var g=this.getLoadPosition(),v=mt.bufferInfo(this.mediaBuffer,g,this.config.maxBufferHole);At(v.end,this.config.maxFragLookUpTolerance,u)<0&&(this.log("Waiting fragment cc ("+u.cc+") @ "+u.start+" cancelled because another fragment at "+v.end+" is needed"),this.clearWaitingFragment())}}else this.state=Ht}this.onTickEnd()},n.clearWaitingFragment=function(){var t=this.waitingData;t&&(this.fragmentTracker.removeFragment(t.frag),this.waitingData=null,this.waitingVideoCC=-1,this.state=Ht)},n.resetLoadingState=function(){this.clearWaitingFragment(),t.prototype.resetLoadingState.call(this)},n.onTickEnd=function(){var t=this.media;if(t&&t.readyState){var e=(this.mediaBuffer?this.mediaBuffer:t).buffered;!this.loadedmetadata&&e.length&&(this.loadedmetadata=!0),this.lastCurrentTime=t.currentTime}},n.doTickIdle=function(){var t,e,r=this.hls,i=this.levels,n=this.media,a=this.trackId,o=r.config;if(i&&i[a]&&(n||!this.startFragRequested&&o.startFragPrefetch)){var l=i[a].details;if(!l||l.live&&this.levelLastLoaded!==a||this.waitForCdnTuneIn(l))this.state=Yt;else{var u=this.mediaBuffer?this.mediaBuffer:this.media;this.bufferFlushed&&u&&(this.bufferFlushed=!1,this.afterBufferFlushed(u,p.ElementaryStreamTypes.AUDIO,O.PlaylistLevelType.AUDIO));var d=this.getFwdBufferInfo(u,O.PlaylistLevelType.AUDIO);if(null!==d){var h=this.getFwdBufferInfo(this.videoBuffer?this.videoBuffer:this.media,O.PlaylistLevelType.MAIN),c=d.len,f=this.getMaxBufferLength(null==h?void 0:h.len),g=this.audioSwitch;if(!(c>=f)||g){if(!g&&this._streamEnded(d,l))return r.trigger(s.Events.BUFFER_EOS,{type:"audio"}),void(this.state=Xt);var v=l.fragments[0].start,m=d.end;if(g&&n){var y=this.getLoadPosition();m=y,l.PTSKnown&&yv||d.nextStart)&&(this.log("Alt audio track ahead of main track, seek to start of alt audio track"),n.currentTime=v+.05)}if(!(h&&m>h.end+l.targetduration)&&(h&&h.len||!d.len)){var E=this.getNextFragment(m,l);E?"identity"!==(null===(t=E.decryptdata)||void 0===t?void 0:t.keyFormat)||null!==(e=E.decryptdata)&&void 0!==e&&e.key?this.loadFragment(E,l,m):this.loadKey(E,l):this.bufferFlushed=!0}}}}}},n.getMaxBufferLength=function(e){var r=t.prototype.getMaxBufferLength.call(this);return e?Math.max(r,e):r},n.onMediaDetaching=function(){this.videoBuffer=null,t.prototype.onMediaDetaching.call(this)},n.onAudioTracksUpdated=function(t,e){var r=e.audioTracks;this.resetTransmuxer(),this.levels=r.map((function(t){return new $(t)}))},n.onAudioTrackSwitching=function(t,e){var r=!!e.url;this.trackId=e.id;var i=this.fragCurrent;null!=i&&i.loader&&i.loader.abort(),this.fragCurrent=null,this.clearWaitingFragment(),r?this.setInterval(100):this.resetTransmuxer(),r?(this.audioSwitch=!0,this.state=Ht):this.state=Kt,this.tick()},n.onManifestLoading=function(){this.mainDetails=null,this.fragmentTracker.removeAllFragments(),this.startPosition=this.lastCurrentTime=0,this.bufferFlushed=!1},n.onLevelLoaded=function(t,e){this.mainDetails=e.details,null!==this.cachedTrackLoadedData&&(this.hls.trigger(s.Events.AUDIO_TRACK_LOADED,this.cachedTrackLoadedData),this.cachedTrackLoadedData=null)},n.onAudioTrackLoaded=function(t,e){var r;if(null!=this.mainDetails){var i=this.levels,n=e.details,a=e.id;if(i){this.log("Track "+a+" loaded ["+n.startSN+","+n.endSN+"],duration:"+n.totalduration);var s=i[a],o=0;if(n.live||null!==(r=s.details)&&void 0!==r&&r.live){var l=this.mainDetails;if(n.fragments[0]||(n.deltaUpdateFailed=!0),n.deltaUpdateFailed||!l)return;!s.details&&n.hasProgramDateTime&&l.hasProgramDateTime?(bt(n,l),o=n.fragments[0].start):o=this.alignPlaylists(n,s.details)}s.details=n,this.levelLastLoaded=a,this.startFragRequested||!this.mainDetails&&n.live||this.setStartPosition(s.details,o),this.state!==Yt||this.waitForCdnTuneIn(n)||(this.state=Ht),this.tick()}else this.warn("Audio tracks were reset while loading level "+a)}else this.cachedTrackLoadedData=e},n._handleFragmentLoadProgress=function(t){var e,r=t.frag,i=t.part,n=t.payload,a=this.config,s=this.trackId,o=this.levels;if(o){var l=o[s],u=l.details,d=a.defaultAudioCodec||l.audioCodec||"mp4a.40.2",h=this.transmuxer;h||(h=this.transmuxer=new he(this.hls,O.PlaylistLevelType.AUDIO,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)));var c=this.initPTS[r.cc],f=null===(e=r.initSegment)||void 0===e?void 0:e.data;if(void 0!==c){var g=i?i.index:-1,v=-1!==g,p=new yt(r.level,r.sn,r.stats.chunkCount,n.byteLength,g,v);h.push(n,f,d,"",r,i,u.totalduration,!1,p,c)}else this.log("Unknown video PTS for cc "+r.cc+", waiting for video PTS before demuxing audio frag "+r.sn+" of ["+u.startSN+" ,"+u.endSN+"],track "+s),(this.waitingData=this.waitingData||{frag:r,part:i,cache:new Te,complete:!1}).cache.push(new Uint8Array(n)),this.waitingVideoCC=this.videoTrackCC,this.state=$t}else this.warn("Audio tracks were reset while fragment load was in progress. Fragment "+r.sn+" of level "+r.level+" will not be buffered")},n._handleFragmentLoadComplete=function(e){this.waitingData?this.waitingData.complete=!0:t.prototype._handleFragmentLoadComplete.call(this,e)},n.onBufferReset=function(){this.mediaBuffer=this.videoBuffer=null,this.loadedmetadata=!1},n.onBufferCreated=function(t,e){var r=e.tracks.audio;r&&(this.mediaBuffer=r.buffer||null),e.tracks.video&&(this.videoBuffer=e.tracks.video.buffer||null)},n.onFragBuffered=function(t,e){var r=e.frag,i=e.part;r.type===O.PlaylistLevelType.AUDIO&&(this.fragContextChanged(r)?this.warn("Fragment "+r.sn+(i?" p: "+i.index:"")+" of level "+r.level+" finished buffering, but was aborted. state: "+this.state+", audioSwitch: "+this.audioSwitch):("initSegment"!==r.sn&&(this.fragPrevious=r,this.audioSwitch&&(this.audioSwitch=!1,this.hls.trigger(s.Events.AUDIO_TRACK_SWITCHED,{id:this.trackId}))),this.fragBufferedComplete(r,i)))},n.onError=function(e,r){switch(r.details){case o.ErrorDetails.FRAG_LOAD_ERROR:case o.ErrorDetails.FRAG_LOAD_TIMEOUT:case o.ErrorDetails.KEY_LOAD_ERROR:case o.ErrorDetails.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(O.PlaylistLevelType.AUDIO,r);break;case o.ErrorDetails.AUDIO_TRACK_LOAD_ERROR:case o.ErrorDetails.AUDIO_TRACK_LOAD_TIMEOUT:this.state!==Qt&&this.state!==Kt&&(this.state=r.fatal?Qt:Ht,this.warn(r.details+" while loading frag, switching to "+this.state+" state"));break;case o.ErrorDetails.BUFFER_FULL_ERROR:if("audio"===r.parent&&(this.state===qt||this.state===zt)){var i=!0,n=this.getFwdBufferInfo(this.mediaBuffer,O.PlaylistLevelType.AUDIO);n&&n.len>.5&&(i=!this.reduceMaxBufferLength(n.len)),i&&(this.warn("Buffer full error also media.currentTime is not buffered, flush audio buffer"),this.fragCurrent=null,t.prototype.flushMainBuffer.call(this,0,Number.POSITIVE_INFINITY,"audio")),this.resetLoadingState()}}},n.onBufferFlushed=function(t,e){e.type===p.ElementaryStreamTypes.AUDIO&&(this.bufferFlushed=!0)},n._handleTransmuxComplete=function(t){var e,r="audio",i=this.hls,n=t.remuxResult,a=t.chunkMeta,o=this.getCurrentContext(a);if(!o)return this.warn("The loading context changed while buffering fragment "+a.sn+" of level "+a.level+". This chunk will not be buffered."),void this.resetStartWhenNotLoaded(a.level);var l=o.frag,u=o.part,d=o.level.details,h=n.audio,c=n.text,f=n.id3,g=n.initSegment;if(!this.fragContextChanged(l)&&d){if(this.state=qt,this.audioSwitch&&h&&this.completeAudioSwitch(),null!=g&&g.tracks&&(this._bufferInitSegment(g.tracks,l,a),i.trigger(s.Events.FRAG_PARSING_INIT_SEGMENT,{frag:l,id:r,tracks:g.tracks})),h){var v=h.startPTS,m=h.endPTS,y=h.startDTS,E=h.endDTS;u&&(u.elementaryStreams[p.ElementaryStreamTypes.AUDIO]={startPTS:v,endPTS:m,startDTS:y,endDTS:E}),l.setElementaryStreamInfo(p.ElementaryStreamTypes.AUDIO,v,m,y,E),this.bufferFragmentData(h,l,u,a)}if(null!=f&&null!==(e=f.samples)&&void 0!==e&&e.length){var T=Se({id:r,frag:l,details:d},f);i.trigger(s.Events.FRAG_PARSING_METADATA,T)}if(c){var S=Se({id:r,frag:l,details:d},c);i.trigger(s.Events.FRAG_PARSING_USERDATA,S)}}},n._bufferInitSegment=function(t,e,r){if(this.state===qt){t.video&&delete t.video;var i=t.audio;if(i){i.levelCodec=i.codec,i.id="audio",this.log("Init audio buffer, container:"+i.container+", codecs[parsed]=["+i.codec+"]"),this.hls.trigger(s.Events.BUFFER_CODECS,t);var n=i.initSegment;if(null!=n&&n.byteLength){var a={type:"audio",frag:e,part:null,chunkMeta:r,parent:e.type,data:n};this.hls.trigger(s.Events.BUFFER_APPENDING,a)}this.tick()}}},n.loadFragment=function(e,r,i){var n=this.fragmentTracker.getState(e);this.fragCurrent=e,(this.audioSwitch||n===ut.NOT_LOADED||n===ut.PARTIAL)&&("initSegment"===e.sn?this._loadInitSegment(e):r.live&&!(0,a.isFiniteNumber)(this.initPTS[e.cc])?(this.log("Waiting for video PTS in continuity counter "+e.cc+" of live stream before loading audio fragment "+e.sn+" of level "+this.trackId),this.state=$t):(this.startFragRequested=!0,t.prototype.loadFragment.call(this,e,r,i)))},n.completeAudioSwitch=function(){var e=this.hls,r=this.media,i=this.trackId;r&&(this.log("Switching audio track : flushing all audio"),t.prototype.flushMainBuffer.call(this,0,Number.POSITIVE_INFINITY,"audio")),this.audioSwitch=!1,e.trigger(s.Events.AUDIO_TRACK_SWITCHED,{id:i})},i}(Jt);const De=Le;function Ae(t,e){for(var r=0;r=e.length)this.warn("Invalid id passed to audio-track controller");else{this.clearTimer();var r=e[this.trackId];this.log("Now switching to audio-track index "+t);var i=e[t],n=i.id,a=i.groupId,o=void 0===a?"":a,l=i.name,u=i.type,d=i.url;if(this.trackId=t,this.trackName=l,this.selectDefaultTrack=!1,this.hls.trigger(s.Events.AUDIO_TRACK_SWITCHING,{id:n,groupId:o,name:l,type:u,url:d}),!i.details||i.details.live){var h=this.switchParams(i.url,null==r?void 0:r.details);this.loadPlaylist(h)}}},l.selectInitialTrack=function(){this.tracksInGroup;var t=this.trackName,e=this.findTrackId(t)||this.findTrackId();-1!==e?this.setAudioTrack(e):(this.warn("No track found for running audio group-ID: "+this.groupId),this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.MEDIA_ERROR,details:o.ErrorDetails.AUDIO_TRACK_LOAD_ERROR,fatal:!0}))},l.findTrackId=function(t){for(var e=this.tracksInGroup,r=0;r=n[o].start&&s<=n[o].end){a=n[o];break}var l=r.start+r.duration;a?a.end=l:(a={start:s,end:l},n.push(a)),this.fragmentTracker.fragBuffered(r)}}},o.onBufferFlushing=function(t,e){var r=e.startOffset,i=e.endOffset;if(0===r&&i!==Number.POSITIVE_INFINITY){var n=this.currentTrackId,a=this.levels;if(!a.length||!a[n]||!a[n].details)return;var s=i-a[n].details.targetduration;if(s<=0)return;e.endOffsetSubtitles=Math.max(0,s),this.tracksBuffered.forEach((function(t){for(var e=0;e=s.length||n!==a)&&o){if(this.mediaBuffer=this.mediaBufferTimeRanges,i.live||null!==(r=o.details)&&void 0!==r&&r.live){var l=this.mainDetails;if(i.deltaUpdateFailed||!l)return;var u=l.fragments[0];o.details?0===this.alignPlaylists(i,o.details)&&u&&nt(i,u.start):i.hasProgramDateTime&&l.hasProgramDateTime?bt(i,l):u&&nt(i,u.start)}o.details=i,this.levelLastLoaded=n,this.tick(),i.live&&!this.fragCurrent&&this.media&&this.state===Ht&&(Dt(null,i.fragments,this.media.currentTime,0)||(this.warn("Subtitle playlist not aligned with playback"),o.details=void 0))}}},o._handleFragmentLoadComplete=function(t){var e=t.frag,r=t.payload,i=e.decryptdata,n=this.hls;if(!this.fragContextChanged(e)&&r&&r.byteLength>0&&i&&i.key&&i.iv&&"AES-128"===i.method){var a=performance.now();this.decrypter.webCryptoDecrypt(new Uint8Array(r),i.key.buffer,i.iv.buffer).then((function(t){var r=performance.now();n.trigger(s.Events.FRAG_DECRYPTED,{frag:e,payload:t,stats:{tstart:a,tdecrypt:r}})}))}},o.doTick=function(){if(this.media){if(this.state===Ht){var t=this.currentTrackId,e=this.levels;if(!e.length||!e[t]||!e[t].details)return;var r=e[t].details,i=r.targetduration,n=this.config,a=this.media,s=mt.bufferedInfo(this.tracksBuffered[this.currentTrackId]||[],a.currentTime-i,n.maxBufferHole),o=s.end;if(s.len>this.getMaxBufferLength()+i)return;var l,u=r.fragments,d=u.length,h=r.edge,c=this.fragPrevious;if(o>>=0)>i-1)throw new DOMException("Failed to execute '"+e+"' on 'TimeRanges': The index provided ("+r+") is greater than the maximum bound ("+i+")");return t[r][e]};this.buffered={get length(){return t.length},end:function(r){return e("end",r,t.length)},start:function(r){return e("start",r,t.length)}}};function Oe(t,e){for(var r=0;r-1&&(this.subtitleTrack=this.queuedDefaultTrack,this.queuedDefaultTrack=-1),this.useTextTrackPolling=!(this.media.textTracks&&"onchange"in this.media.textTracks),this.useTextTrackPolling?this.pollTrackChange(500):this.media.textTracks.addEventListener("change",this.asyncPollTrackChange))},o.pollTrackChange=function(t){self.clearInterval(this.subtitlePollingInterval),this.subtitlePollingInterval=self.setInterval(this.trackChangeListener,t)},o.onMediaDetaching=function(){this.media&&(self.clearInterval(this.subtitlePollingInterval),this.useTextTrackPolling||this.media.textTracks.removeEventListener("change",this.asyncPollTrackChange),this.trackId>-1&&(this.queuedDefaultTrack=this.trackId),Pe(this.media.textTracks).forEach((function(t){U(t)})),this.subtitleTrack=-1,this.media=null)},o.onManifestLoading=function(){this.tracks=[],this.groupId=null,this.tracksInGroup=[],this.trackId=-1,this.selectDefaultTrack=!0},o.onManifestParsed=function(t,e){this.tracks=e.subtitleTracks},o.onSubtitleTrackLoaded=function(t,e){var r=e.id,i=e.details,n=this.trackId,a=this.tracksInGroup[n];if(a){var s=a.details;a.details=e.details,this.log("subtitle track "+r+" loaded ["+i.startSN+"-"+i.endSN+"]"),r===this.trackId&&(this.retryCount=0,this.playlistLoaded(r,e,s))}else this.warn("Invalid subtitle track id "+r)},o.onLevelLoading=function(t,e){this.switchLevel(e.level)},o.onLevelSwitching=function(t,e){this.switchLevel(e.level)},o.switchLevel=function(t){var e=this.hls.levels[t];if(null!=e&&e.textGroupIds){var r=e.textGroupIds[e.urlId];if(this.groupId!==r){var i=this.tracksInGroup?this.tracksInGroup[this.trackId]:void 0,n=this.tracks.filter((function(t){return!r||t.groupId===r}));this.tracksInGroup=n;var a=this.findTrackId(null==i?void 0:i.name)||this.findTrackId();this.groupId=r;var o={subtitleTracks:n};this.log("Updating subtitle tracks, "+n.length+' track(s) found in "'+r+'" group-id'),this.hls.trigger(s.Events.SUBTITLE_TRACKS_UPDATED,o),-1!==a&&this.setSubtitleTrack(a,i)}}},o.findTrackId=function(t){for(var e=this.tracksInGroup,r=0;r=i.length)){this.clearTimer();var n=i[t];if(this.log("Switching to subtitle track "+t),this.trackId=t,n){var a=n.id,o=n.groupId,l=void 0===o?"":o,u=n.name,d=n.type,h=n.url;this.hls.trigger(s.Events.SUBTITLE_TRACK_SWITCH,{id:a,groupId:l,name:u,type:d,url:h});var c=this.switchParams(n.url,null==e?void 0:e.details);this.loadPlaylist(c)}else this.hls.trigger(s.Events.SUBTITLE_TRACK_SWITCH,{id:t})}}else this.queuedDefaultTrack=t},o.onTextTracksChanged=function(){if(this.useTextTrackPolling||self.clearInterval(this.subtitlePollingInterval),this.media&&this.hls.config.renderTextTracksNatively){for(var t=-1,e=Pe(this.media.textTracks),r=0;r-1&&this.toggleTrackModes(this.trackId)}},{key:"subtitleTracks",get:function(){return this.tracksInGroup}},{key:"subtitleTrack",get:function(){return this.trackId},set:function(t){this.selectDefaultTrack=!1;var e=this.tracksInGroup?this.tracksInGroup[this.trackId]:void 0;this.setSubtitleTrack(t,e)}}])&&Oe(n.prototype,a),Object.defineProperty(n,"prototype",{writable:!1}),i}(at);var Me,Ne=function(){function t(t){this.buffers=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.buffers=t}var e=t.prototype;return e.append=function(t,e){var r=this.queues[e];r.push(t),1===r.length&&this.buffers[e]&&this.executeNext(e)},e.insertAbort=function(t,e){this.queues[e].unshift(t),this.executeNext(e)},e.appendBlocker=function(t){var e,r=new Promise((function(t){e=t})),i={execute:e,onStart:function(){},onComplete:function(){},onError:function(){}};return this.append(i,t),r},e.executeNext=function(t){var e=this.buffers,r=this.queues,i=e[t],n=r[t];if(n.length){var a=n[0];try{a.execute()}catch(e){l.logger.warn("[buffer-operation-queue]: Unhandled exception executing the current operation"),a.onError(e),i&&i.updating||(n.shift(),this.executeNext(t))}}},e.shiftAndExecuteNext=function(t){this.queues[t].shift(),this.executeNext(t)},e.current=function(t){return this.queues[t][0]},t}(),Ue=te(),Be=/([ha]vc.)(?:\.[^.,]+)+/,Ge=function(){function t(t){var e=this;this.details=null,this._objectUrl=null,this.operationQueue=void 0,this.listeners=void 0,this.hls=void 0,this.bufferCodecEventsExpected=0,this._bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.appendError=0,this.tracks={},this.pendingTracks={},this.sourceBuffer=void 0,this._onMediaSourceOpen=function(){var t=e.hls,r=e.media,i=e.mediaSource;l.logger.log("[buffer-controller]: Media source opened"),r&&(e.updateMediaElementDuration(),t.trigger(s.Events.MEDIA_ATTACHED,{media:r})),i&&i.removeEventListener("sourceopen",e._onMediaSourceOpen),e.checkPendingTracks()},this._onMediaSourceClose=function(){l.logger.log("[buffer-controller]: Media source closed")},this._onMediaSourceEnded=function(){l.logger.log("[buffer-controller]: Media source ended")},this.hls=t,this._initSourceBuffer(),this.registerListeners()}var e=t.prototype;return e.hasSourceTypes=function(){return this.getSourceBufferTypes().length>0||Object.keys(this.pendingTracks).length>0},e.destroy=function(){this.unregisterListeners(),this.details=null},e.registerListeners=function(){var t=this.hls;t.on(s.Events.MEDIA_ATTACHING,this.onMediaAttaching,this),t.on(s.Events.MEDIA_DETACHING,this.onMediaDetaching,this),t.on(s.Events.MANIFEST_PARSED,this.onManifestParsed,this),t.on(s.Events.BUFFER_RESET,this.onBufferReset,this),t.on(s.Events.BUFFER_APPENDING,this.onBufferAppending,this),t.on(s.Events.BUFFER_CODECS,this.onBufferCodecs,this),t.on(s.Events.BUFFER_EOS,this.onBufferEos,this),t.on(s.Events.BUFFER_FLUSHING,this.onBufferFlushing,this),t.on(s.Events.LEVEL_UPDATED,this.onLevelUpdated,this),t.on(s.Events.FRAG_PARSED,this.onFragParsed,this),t.on(s.Events.FRAG_CHANGED,this.onFragChanged,this)},e.unregisterListeners=function(){var t=this.hls;t.off(s.Events.MEDIA_ATTACHING,this.onMediaAttaching,this),t.off(s.Events.MEDIA_DETACHING,this.onMediaDetaching,this),t.off(s.Events.MANIFEST_PARSED,this.onManifestParsed,this),t.off(s.Events.BUFFER_RESET,this.onBufferReset,this),t.off(s.Events.BUFFER_APPENDING,this.onBufferAppending,this),t.off(s.Events.BUFFER_CODECS,this.onBufferCodecs,this),t.off(s.Events.BUFFER_EOS,this.onBufferEos,this),t.off(s.Events.BUFFER_FLUSHING,this.onBufferFlushing,this),t.off(s.Events.LEVEL_UPDATED,this.onLevelUpdated,this),t.off(s.Events.FRAG_PARSED,this.onFragParsed,this),t.off(s.Events.FRAG_CHANGED,this.onFragChanged,this)},e._initSourceBuffer=function(){this.sourceBuffer={},this.operationQueue=new Ne(this.sourceBuffer),this.listeners={audio:[],video:[],audiovideo:[]}},e.onManifestParsed=function(t,e){var r=2;(e.audio&&!e.video||!e.altAudio)&&(r=1),this.bufferCodecEventsExpected=this._bufferCodecEventsTotal=r,this.details=null,l.logger.log(this.bufferCodecEventsExpected+" bufferCodec event(s) expected")},e.onMediaAttaching=function(t,e){var r=this.media=e.media;if(r&&Ue){var i=this.mediaSource=new Ue;i.addEventListener("sourceopen",this._onMediaSourceOpen),i.addEventListener("sourceended",this._onMediaSourceEnded),i.addEventListener("sourceclose",this._onMediaSourceClose),r.src=self.URL.createObjectURL(i),this._objectUrl=r.src}},e.onMediaDetaching=function(){var t=this.media,e=this.mediaSource,r=this._objectUrl;if(e){if(l.logger.log("[buffer-controller]: media source detaching"),"open"===e.readyState)try{e.endOfStream()}catch(t){l.logger.warn("[buffer-controller]: onMediaDetaching: "+t.message+" while calling endOfStream")}this.onBufferReset(),e.removeEventListener("sourceopen",this._onMediaSourceOpen),e.removeEventListener("sourceended",this._onMediaSourceEnded),e.removeEventListener("sourceclose",this._onMediaSourceClose),t&&(r&&self.URL.revokeObjectURL(r),t.src===r?(t.removeAttribute("src"),t.load()):l.logger.warn("[buffer-controller]: media.src was changed by a third party - skip cleanup")),this.mediaSource=null,this.media=null,this._objectUrl=null,this.bufferCodecEventsExpected=this._bufferCodecEventsTotal,this.pendingTracks={},this.tracks={}}this.hls.trigger(s.Events.MEDIA_DETACHED,void 0)},e.onBufferReset=function(){var t=this;this.getSourceBufferTypes().forEach((function(e){var r=t.sourceBuffer[e];try{r&&(t.removeBufferListeners(e),t.mediaSource&&t.mediaSource.removeSourceBuffer(r),t.sourceBuffer[e]=void 0)}catch(t){l.logger.warn("[buffer-controller]: Failed to reset the "+e+" buffer",t)}})),this._initSourceBuffer()},e.onBufferCodecs=function(t,e){var r=this,i=this.getSourceBufferTypes().length;Object.keys(e).forEach((function(t){if(i){var n=r.tracks[t];if(n&&"function"==typeof n.buffer.changeType){var a=e[t],s=a.id,o=a.codec,u=a.levelCodec,d=a.container,h=a.metadata,c=(n.levelCodec||n.codec).replace(Be,"$1"),f=(u||o).replace(Be,"$1");if(c!==f){var g=d+";codecs="+(u||o);r.appendChangeType(t,g),l.logger.log("[buffer-controller]: switching codec "+c+" to "+f),r.tracks[t]={buffer:n.buffer,codec:o,container:d,levelCodec:u,metadata:h,id:s}}}}else r.pendingTracks[t]=e[t]})),i||(this.bufferCodecEventsExpected=Math.max(this.bufferCodecEventsExpected-1,0),this.mediaSource&&"open"===this.mediaSource.readyState&&this.checkPendingTracks())},e.appendChangeType=function(t,e){var r=this,i=this.operationQueue,n={execute:function(){var n=r.sourceBuffer[t];n&&(l.logger.log("[buffer-controller]: changing "+t+" sourceBuffer type to "+e),n.changeType(e)),i.shiftAndExecuteNext(t)},onStart:function(){},onComplete:function(){},onError:function(e){l.logger.warn("[buffer-controller]: Failed to change "+t+" SourceBuffer type",e)}};i.append(n,t)},e.onBufferAppending=function(t,e){var r=this,i=this.hls,n=this.operationQueue,a=this.tracks,u=e.data,d=e.type,h=e.frag,c=e.part,f=e.chunkMeta,g=f.buffering[d],v=self.performance.now();g.start=v;var p=h.stats.buffering,m=c?c.stats.buffering:null;0===p.start&&(p.start=v),m&&0===m.start&&(m.start=v);var y=a.audio,E="audio"===d&&1===f.id&&"audio/mpeg"===(null==y?void 0:y.container),T={execute:function(){if(g.executeStart=self.performance.now(),E){var t=r.sourceBuffer[d];if(t){var e=h.start-t.timestampOffset;Math.abs(e)>=.1&&(l.logger.log("[buffer-controller]: Updating audio SourceBuffer timestampOffset to "+h.start+" (delta: "+e+") sn: "+h.sn+")"),t.timestampOffset=h.start)}}r.appendExecutor(u,d)},onStart:function(){},onComplete:function(){var t=self.performance.now();g.executeEnd=g.end=t,0===p.first&&(p.first=t),m&&0===m.first&&(m.first=t);var e=r.sourceBuffer,i={};for(var n in e)i[n]=mt.getBuffered(e[n]);r.appendError=0,r.hls.trigger(s.Events.BUFFER_APPENDED,{type:d,frag:h,part:c,chunkMeta:f,parent:h.type,timeRanges:i})},onError:function(t){l.logger.error("[buffer-controller]: Error encountered while trying to append to the "+d+" SourceBuffer",t);var e={type:o.ErrorTypes.MEDIA_ERROR,parent:h.type,details:o.ErrorDetails.BUFFER_APPEND_ERROR,err:t,fatal:!1};t.code===DOMException.QUOTA_EXCEEDED_ERR?e.details=o.ErrorDetails.BUFFER_FULL_ERROR:(r.appendError++,e.details=o.ErrorDetails.BUFFER_APPEND_ERROR,r.appendError>i.config.appendErrorMaxRetry&&(l.logger.error("[buffer-controller]: Failed "+i.config.appendErrorMaxRetry+" times to append segment in sourceBuffer"),e.fatal=!0,i.stopLoad())),i.trigger(s.Events.ERROR,e)}};n.append(T,d)},e.onBufferFlushing=function(t,e){var r=this,i=this.operationQueue,n=function(t){return{execute:r.removeExecutor.bind(r,t,e.startOffset,e.endOffset),onStart:function(){},onComplete:function(){r.hls.trigger(s.Events.BUFFER_FLUSHED,{type:t})},onError:function(e){l.logger.warn("[buffer-controller]: Failed to remove from "+t+" SourceBuffer",e)}}};e.type?i.append(n(e.type),e.type):this.getSourceBufferTypes().forEach((function(t){i.append(n(t),t)}))},e.onFragParsed=function(t,e){var r=this,i=e.frag,n=e.part,a=[],o=n?n.elementaryStreams:i.elementaryStreams;o[p.ElementaryStreamTypes.AUDIOVIDEO]?a.push("audiovideo"):(o[p.ElementaryStreamTypes.AUDIO]&&a.push("audio"),o[p.ElementaryStreamTypes.VIDEO]&&a.push("video")),0===a.length&&l.logger.warn("Fragments must have at least one ElementaryStreamType set. type: "+i.type+" level: "+i.level+" sn: "+i.sn),this.blockBuffers((function(){var t=self.performance.now();i.stats.buffering.end=t,n&&(n.stats.buffering.end=t);var e=n?n.stats:i.stats;r.hls.trigger(s.Events.FRAG_BUFFERED,{frag:i,part:n,stats:e,id:i.type})}),a)},e.onFragChanged=function(t,e){this.flushBackBuffer()},e.onBufferEos=function(t,e){var r=this;this.getSourceBufferTypes().reduce((function(t,i){var n=r.sourceBuffer[i];return e.type&&e.type!==i||n&&!n.ended&&(n.ended=!0,l.logger.log("[buffer-controller]: "+i+" sourceBuffer now EOS")),t&&!(n&&!n.ended)}),!0)&&this.blockBuffers((function(){var t=r.mediaSource;t&&"open"===t.readyState&&t.endOfStream()}))},e.onLevelUpdated=function(t,e){var r=e.details;r.fragments.length&&(this.details=r,this.getSourceBufferTypes().length?this.blockBuffers(this.updateMediaElementDuration.bind(this)):this.updateMediaElementDuration())},e.flushBackBuffer=function(){var t=this.hls,e=this.details,r=this.media,i=this.sourceBuffer;if(r&&null!==e){var n=this.getSourceBufferTypes();if(n.length){var o=e.live&&null!==t.config.liveBackBufferLength?t.config.liveBackBufferLength:t.config.backBufferLength;if((0,a.isFiniteNumber)(o)&&!(o<0)){var l=r.currentTime,u=e.levelTargetDuration,d=Math.max(o,u),h=Math.floor(l/u)*u-d;n.forEach((function(r){var n=i[r];if(n){var a=mt.getBuffered(n);a.length>0&&h>a.start(0)&&(t.trigger(s.Events.BACK_BUFFER_REACHED,{bufferEnd:h}),e.live&&t.trigger(s.Events.LIVE_BACK_BUFFER_REACHED,{bufferEnd:h}),t.trigger(s.Events.BUFFER_FLUSHING,{startOffset:0,endOffset:h,type:r}))}}))}}}},e.updateMediaElementDuration=function(){if(this.details&&this.media&&this.mediaSource&&"open"===this.mediaSource.readyState){var t=this.details,e=this.hls,r=this.media,i=this.mediaSource,n=t.fragments[0].start+t.totalduration,s=r.duration,o=(0,a.isFiniteNumber)(i.duration)?i.duration:0;t.live&&e.config.liveDurationInfinity?(l.logger.log("[buffer-controller]: Media Source duration is set to Infinity"),i.duration=1/0,this.updateSeekableRange(t)):(n>o&&n>s||!(0,a.isFiniteNumber)(s))&&(l.logger.log("[buffer-controller]: Updating Media Source duration to "+n.toFixed(3)),i.duration=n)}},e.updateSeekableRange=function(t){var e=this.mediaSource,r=t.fragments;if(r.length&&t.live&&null!=e&&e.setLiveSeekableRange){var i=Math.max(0,r[0].start),n=Math.max(i,i+t.totalduration);e.setLiveSeekableRange(i,n)}},e.checkPendingTracks=function(){var t=this.bufferCodecEventsExpected,e=this.operationQueue,r=this.pendingTracks,i=Object.keys(r).length;if(i&&!t||2===i){this.createSourceBuffers(r),this.pendingTracks={};var n=this.getSourceBufferTypes();if(0===n.length)return void this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.MEDIA_ERROR,details:o.ErrorDetails.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,reason:"could not create source buffer for media codec(s)"});n.forEach((function(t){e.executeNext(t)}))}},e.createSourceBuffers=function(t){var e=this.sourceBuffer,r=this.mediaSource;if(!r)throw Error("createSourceBuffers called when mediaSource was null");var i=0;for(var n in t)if(!e[n]){var a=t[n];if(!a)throw Error("source buffer exists for track "+n+", however track does not");var u=a.levelCodec||a.codec,d=a.container+";codecs="+u;l.logger.log("[buffer-controller]: creating sourceBuffer("+d+")");try{var h=e[n]=r.addSourceBuffer(d),c=n;this.addBufferListener(c,"updatestart",this._onSBUpdateStart),this.addBufferListener(c,"updateend",this._onSBUpdateEnd),this.addBufferListener(c,"error",this._onSBUpdateError),this.tracks[n]={buffer:h,codec:u,container:a.container,levelCodec:a.levelCodec,metadata:a.metadata,id:a.id},i++}catch(t){l.logger.error("[buffer-controller]: error while trying to add sourceBuffer: "+t.message),this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.MEDIA_ERROR,details:o.ErrorDetails.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:t,mimeType:d})}}i&&this.hls.trigger(s.Events.BUFFER_CREATED,{tracks:this.tracks})},e._onSBUpdateStart=function(t){this.operationQueue.current(t).onStart()},e._onSBUpdateEnd=function(t){var e=this.operationQueue;e.current(t).onComplete(),e.shiftAndExecuteNext(t)},e._onSBUpdateError=function(t,e){l.logger.error("[buffer-controller]: "+t+" SourceBuffer error",e),this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.MEDIA_ERROR,details:o.ErrorDetails.BUFFER_APPENDING_ERROR,fatal:!1});var r=this.operationQueue.current(t);r&&r.onError(e)},e.removeExecutor=function(t,e,r){var i=this.media,n=this.mediaSource,s=this.operationQueue,o=this.sourceBuffer[t];if(!i||!n||!o)return l.logger.warn("[buffer-controller]: Attempting to remove from the "+t+" SourceBuffer, but it does not exist"),void s.shiftAndExecuteNext(t);var u=(0,a.isFiniteNumber)(i.duration)?i.duration:1/0,d=(0,a.isFiniteNumber)(n.duration)?n.duration:1/0,h=Math.max(0,e),c=Math.min(r,u,d);c>h?(l.logger.log("[buffer-controller]: Removing ["+h+","+c+"] from the "+t+" SourceBuffer"),o.remove(h,c)):s.shiftAndExecuteNext(t)},e.appendExecutor=function(t,e){var r=this.operationQueue,i=this.sourceBuffer[e];if(!i)return l.logger.warn("[buffer-controller]: Attempting to append to the "+e+" SourceBuffer, but it does not exist"),void r.shiftAndExecuteNext(e);i.ended=!1,i.appendBuffer(t)},e.blockBuffers=function(t,e){var r=this;if(void 0===e&&(e=this.getSourceBufferTypes()),!e.length)return l.logger.log("[buffer-controller]: Blocking operation requested, but no SourceBuffers exist"),void Promise.resolve().then(t);var i=this.operationQueue,n=e.map((function(t){return i.appendBlocker(t)}));Promise.all(n).then((function(){t(),e.forEach((function(t){var e=r.sourceBuffer[t];e&&e.updating||i.shiftAndExecuteNext(t)}))}))},e.getSourceBufferTypes=function(){return Object.keys(this.sourceBuffer)},e.addBufferListener=function(t,e,r){var i=this.sourceBuffer[t];if(i){var n=r.bind(this,t);this.listeners[t].push({event:e,listener:n}),i.addEventListener(e,n)}},e.removeBufferListeners=function(t){var e=this.sourceBuffer[t];e&&this.listeners[t].forEach((function(t){e.removeEventListener(t.event,t.listener)}))},t}(),Ke={42:225,92:233,94:237,95:243,96:250,123:231,124:247,125:209,126:241,127:9608,128:174,129:176,130:189,131:191,132:8482,133:162,134:163,135:9834,136:224,137:32,138:232,139:226,140:234,141:238,142:244,143:251,144:193,145:201,146:211,147:218,148:220,149:252,150:8216,151:161,152:42,153:8217,154:9473,155:169,156:8480,157:8226,158:8220,159:8221,160:192,161:194,162:199,163:200,164:202,165:203,166:235,167:206,168:207,169:239,170:212,171:217,172:249,173:219,174:171,175:187,176:195,177:227,178:205,179:204,180:236,181:210,182:242,183:213,184:245,185:123,186:125,187:92,188:94,189:95,190:124,191:8764,192:196,193:228,194:214,195:246,196:223,197:165,198:164,199:9475,200:197,201:229,202:216,203:248,204:9487,205:9491,206:9495,207:9499},He=function(t){var e=t;return Ke.hasOwnProperty(t)&&(e=Ke[t]),String.fromCharCode(e)},je=15,Ve=100,We={17:1,18:3,21:5,22:7,23:9,16:11,19:12,20:14},Ye={17:2,18:4,21:6,22:8,23:10,19:13,20:15},qe={25:1,26:3,29:5,30:7,31:9,24:11,27:12,28:14},ze={25:2,26:4,29:6,30:8,31:10,27:13,28:15},Xe=["white","green","blue","cyan","red","yellow","magenta","black","transparent"];!function(t){t[t.ERROR=0]="ERROR",t[t.TEXT=1]="TEXT",t[t.WARNING=2]="WARNING",t[t.INFO=2]="INFO",t[t.DEBUG=3]="DEBUG",t[t.DATA=3]="DATA"}(Me||(Me={}));var Qe=function(){function t(){this.time=null,this.verboseLevel=Me.ERROR}return t.prototype.log=function(t,e){this.verboseLevel>=t&&l.logger.log(this.time+" ["+t+"] "+e)},t}(),$e=function(t){for(var e=[],r=0;rVe&&(this.logger.log(Me.DEBUG,"Too large cursor position "+this.pos),this.pos=Ve)},e.moveCursor=function(t){var e=this.pos+t;if(t>1)for(var r=this.pos+1;r=144&&this.backSpace();var e=He(t);this.pos>=Ve?this.logger.log(Me.ERROR,"Cannot insert "+t.toString(16)+" ("+e+") at position "+this.pos+". Skipping it!"):(this.chars[this.pos].setChar(e,this.currPenState),this.moveCursor(1))},e.clearFromPos=function(t){var e;for(e=t;e0&&(r=t?"["+e.join(" | ")+"]":e.join("\n")),r},e.getTextAndFormat=function(){return this.rows},t}(),rr=function(){function t(t,e,r){this.chNr=void 0,this.outputFilter=void 0,this.mode=void 0,this.verbose=void 0,this.displayedMemory=void 0,this.nonDisplayedMemory=void 0,this.lastOutputScreen=void 0,this.currRollUpRow=void 0,this.writeScreen=void 0,this.cueStartTime=void 0,this.logger=void 0,this.chNr=t,this.outputFilter=e,this.mode=null,this.verbose=0,this.displayedMemory=new er(r),this.nonDisplayedMemory=new er(r),this.lastOutputScreen=new er(r),this.currRollUpRow=this.displayedMemory.rows[14],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null,this.logger=r}var e=t.prototype;return e.reset=function(){this.mode=null,this.displayedMemory.reset(),this.nonDisplayedMemory.reset(),this.lastOutputScreen.reset(),this.outputFilter.reset(),this.currRollUpRow=this.displayedMemory.rows[14],this.writeScreen=this.displayedMemory,this.mode=null,this.cueStartTime=null},e.getHandler=function(){return this.outputFilter},e.setHandler=function(t){this.outputFilter=t},e.setPAC=function(t){this.writeScreen.setPAC(t)},e.setBkgData=function(t){this.writeScreen.setBkgData(t)},e.setMode=function(t){t!==this.mode&&(this.mode=t,this.logger.log(Me.INFO,"MODE="+t),"MODE_POP-ON"===this.mode?this.writeScreen=this.nonDisplayedMemory:(this.writeScreen=this.displayedMemory,this.writeScreen.reset()),"MODE_ROLL-UP"!==this.mode&&(this.displayedMemory.nrRollUpRows=null,this.nonDisplayedMemory.nrRollUpRows=null),this.mode=t)},e.insertChars=function(t){for(var e=0;e=46,e.italics)e.foreground="white";else{var r=Math.floor(t/2)-16;e.foreground=["white","green","blue","cyan","red","yellow","magenta"][r]}this.logger.log(Me.INFO,"MIDROW: "+JSON.stringify(e)),this.writeScreen.setPen(e)},e.outputDataUpdate=function(t){void 0===t&&(t=!1);var e=this.logger.time;null!==e&&this.outputFilter&&(null!==this.cueStartTime||this.displayedMemory.isEmpty()?this.displayedMemory.equals(this.lastOutputScreen)||(this.outputFilter.newCue(this.cueStartTime,e,this.lastOutputScreen),t&&this.outputFilter.dispatchCue&&this.outputFilter.dispatchCue(),this.cueStartTime=this.displayedMemory.isEmpty()?null:e):this.cueStartTime=e,this.lastOutputScreen.copy(this.displayedMemory))},e.cueSplitAtTime=function(t){this.outputFilter&&(this.displayedMemory.isEmpty()||(this.outputFilter.newCue&&this.outputFilter.newCue(this.cueStartTime,t,this.displayedMemory),this.cueStartTime=t))},t}(),ir=function(){function t(t,e,r){this.channels=void 0,this.currentChannel=0,this.cmdHistory=void 0,this.logger=void 0;var i=new Qe;this.channels=[null,new rr(t,e,i),new rr(t+1,r,i)],this.cmdHistory={a:null,b:null},this.logger=i}var e=t.prototype;return e.getHandler=function(t){return this.channels[t].getHandler()},e.setHandler=function(t,e){this.channels[t].setHandler(e)},e.addData=function(t,e){var r,i,n,a=!1;this.logger.time=t;for(var s=0;s ("+$e([i,n])+")"),(r=this.parseCmd(i,n))||(r=this.parseMidrow(i,n)),r||(r=this.parsePAC(i,n)),r||(r=this.parseBackgroundAttributes(i,n)),!r&&(a=this.parseChars(i,n))){var o=this.currentChannel;o&&o>0?this.channels[o].insertChars(a):this.logger.log(Me.WARNING,"No channel found yet. TEXT-MODE?")}r||a||this.logger.log(Me.WARNING,"Couldn't parse cleaned data "+$e([i,n])+" orig: "+$e([e[s],e[s+1]]))}},e.parseCmd=function(t,e){var r=this.cmdHistory;if(!((20===t||28===t||21===t||29===t)&&e>=32&&e<=47||(23===t||31===t)&&e>=33&&e<=35))return!1;if(ar(t,e,r))return nr(null,null,r),this.logger.log(Me.DEBUG,"Repeated command ("+$e([t,e])+") is dropped"),!0;var i=20===t||21===t||23===t?1:2,n=this.channels[i];return 20===t||21===t||28===t||29===t?32===e?n.ccRCL():33===e?n.ccBS():34===e?n.ccAOF():35===e?n.ccAON():36===e?n.ccDER():37===e?n.ccRU(2):38===e?n.ccRU(3):39===e?n.ccRU(4):40===e?n.ccFON():41===e?n.ccRDC():42===e?n.ccTR():43===e?n.ccRTD():44===e?n.ccEDM():45===e?n.ccCR():46===e?n.ccENM():47===e&&n.ccEOC():n.ccTO(e-32),nr(t,e,r),this.currentChannel=i,!0},e.parseMidrow=function(t,e){var r=0;if((17===t||25===t)&&e>=32&&e<=47){if((r=17===t?1:2)!==this.currentChannel)return this.logger.log(Me.ERROR,"Mismatch channel in midrow parsing"),!1;var i=this.channels[r];return!!i&&(i.ccMIDROW(e),this.logger.log(Me.DEBUG,"MIDROW ("+$e([t,e])+")"),!0)}return!1},e.parsePAC=function(t,e){var r,i=this.cmdHistory;if(!((t>=17&&t<=23||t>=25&&t<=31)&&e>=64&&e<=127||(16===t||24===t)&&e>=64&&e<=95))return!1;if(ar(t,e,i))return nr(null,null,i),!0;var n=t<=23?1:2;r=e>=64&&e<=95?1===n?We[t]:qe[t]:1===n?Ye[t]:ze[t];var a=this.channels[n];return!!a&&(a.setPAC(this.interpretPAC(r,e)),nr(t,e,i),this.currentChannel=n,!0)},e.interpretPAC=function(t,e){var r,i={color:null,italics:!1,indent:null,underline:!1,row:t};return r=e>95?e-96:e-64,i.underline=1==(1&r),r<=13?i.color=["white","green","blue","cyan","red","yellow","magenta","white"][Math.floor(r/2)]:r<=15?(i.italics=!0,i.color="white"):i.indent=4*Math.floor((r-16)/2),i},e.parseChars=function(t,e){var r,i,n=null,a=null;if(t>=25?(r=2,a=t-8):(r=1,a=t),a>=17&&a<=19?(i=17===a?e+80:18===a?e+112:e+144,this.logger.log(Me.INFO,"Special char '"+He(i)+"' in channel "+r),n=[i]):t>=32&&t<=127&&(n=0===e?[t]:[t,e]),n){var s=$e(n);this.logger.log(Me.DEBUG,"Char codes = "+s.join(",")),nr(t,e,this.cmdHistory)}return n},e.parseBackgroundAttributes=function(t,e){var r;if(!((16===t||24===t)&&e>=32&&e<=47||(23===t||31===t)&&e>=45&&e<=47))return!1;var i={};16===t||24===t?(r=Math.floor((e-32)/2),i.background=Xe[r],e%2==1&&(i.background=i.background+"_semi")):45===e?i.background="transparent":(i.foreground="black",47===e&&(i.underline=!0));var n=t<=23?1:2;return this.channels[n].setBkgData(i),nr(t,e,this.cmdHistory),!0},e.reset=function(){for(var t=0;tt)&&(this.startTime=t),this.endTime=e,this.screen=r,this.timelineController.createCaptionsTrack(this.trackName)},e.reset=function(){this.cueRanges=[],this.startTime=null},t}();const lr=function(){if("undefined"!=typeof self&&self.VTTCue)return self.VTTCue;var t=["","lr","rl"],e=["start","middle","end","left","right"];function r(t,e){if("string"!=typeof e)return!1;if(!Array.isArray(t))return!1;var r=e.toLowerCase();return!!~t.indexOf(r)&&r}function i(t){return r(e,t)}function n(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),i=1;i100)throw new Error("Position must be between 0 and 100.");E=t,this.hasBeenReset=!0}})),Object.defineProperty(o,"positionAlign",n({},l,{get:function(){return T},set:function(t){var e=i(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");T=e,this.hasBeenReset=!0}})),Object.defineProperty(o,"size",n({},l,{get:function(){return S},set:function(t){if(t<0||t>100)throw new Error("Size must be between 0 and 100.");S=t,this.hasBeenReset=!0}})),Object.defineProperty(o,"align",n({},l,{get:function(){return b},set:function(t){var e=i(t);if(!e)throw new SyntaxError("An invalid or illegal string was specified.");b=e,this.hasBeenReset=!0}})),o.displayState=void 0}return a.prototype.getCueAsHTML=function(){return self.WebVTT.convertCueToDOMTree(self,this.text)},a}();var ur=function(){function t(){}return t.prototype.decode=function(t,e){if(!t)return"";if("string"!=typeof t)throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(t))},t}();function dr(t){function e(t,e,r,i){return 3600*(0|t)+60*(0|e)+(0|r)+parseFloat(i||0)}var r=t.match(/^(?:(\d+):)?(\d{2}):(\d{2})(\.\d+)?/);return r?parseFloat(r[2])>59?e(r[2],r[3],0,r[4]):e(r[1],r[2],r[3],r[4]):null}var hr=function(){function t(){this.values=Object.create(null)}var e=t.prototype;return e.set=function(t,e){this.get(t)||""===e||(this.values[t]=e)},e.get=function(t,e,r){return r?this.has(t)?this.values[t]:e[r]:this.has(t)?this.values[t]:e},e.has=function(t){return t in this.values},e.alt=function(t,e,r){for(var i=0;i=0&&r<=100)return this.set(t,r),!0}return!1},t}();function cr(t,e,r,i){var n=i?t.split(i):[t];for(var a in n)if("string"==typeof n[a]){var s=n[a].split(r);2===s.length&&e(s[0],s[1])}}var fr=new lr(0,0,""),gr="middle"===fr.align?"middle":"center";function vr(t,e,r){var i=t;function n(){var e=dr(t);if(null===e)throw new Error("Malformed timestamp: "+i);return t=t.replace(/^[^\sa-zA-Z-]+/,""),e}function a(){t=t.replace(/^\s+/,"")}if(a(),e.startTime=n(),a(),"--\x3e"!==t.slice(0,3))throw new Error("Malformed time stamp (time stamps must be separated by '--\x3e'): "+i);t=t.slice(3),a(),e.endTime=n(),a(),function(t,e){var i=new hr;cr(t,(function(t,e){var n;switch(t){case"region":for(var a=r.length-1;a>=0;a--)if(r[a].id===e){i.set(t,r[a].region);break}break;case"vertical":i.alt(t,e,["rl","lr"]);break;case"line":n=e.split(","),i.integer(t,n[0]),i.percent(t,n[0])&&i.set("snapToLines",!1),i.alt(t,n[0],["auto"]),2===n.length&&i.alt("lineAlign",n[1],["start",gr,"end"]);break;case"position":n=e.split(","),i.percent(t,n[0]),2===n.length&&i.alt("positionAlign",n[1],["start",gr,"end","line-left","line-right","auto"]);break;case"size":i.percent(t,e);break;case"align":i.alt(t,e,["start",gr,"end","left","right"])}}),/:/,/\s/),e.region=i.get("region",null),e.vertical=i.get("vertical","");var n=i.get("line","auto");"auto"===n&&-1===fr.line&&(n=-1),e.line=n,e.lineAlign=i.get("lineAlign","start"),e.snapToLines=i.get("snapToLines",!0),e.size=i.get("size",100),e.align=i.get("align",gr);var a=i.get("position","auto");"auto"===a&&50===fr.position&&(a="start"===e.align||"left"===e.align?0:"end"===e.align||"right"===e.align?100:50),e.position=a}(t,e)}function pr(t){return t.replace(//gi,"\n")}var mr=function(){function t(){this.state="INITIAL",this.buffer="",this.decoder=new ur,this.regionList=[],this.cue=null,this.oncue=void 0,this.onparsingerror=void 0,this.onflush=void 0}var e=t.prototype;return e.parse=function(t){var e=this;function r(){var t=e.buffer,r=0;for(t=pr(t);r>>0).toString()};function Lr(t,e,r){return br(t.toString())+br(e.toString())+br(r)}function Dr(){return Dr=Object.assign?Object.assign.bind():function(t){for(var e=1;e=0&&(c[0]=Math.min(c[0],e),c[1]=Math.max(c[1],r),d=!0,f/(r-e)>.5))return}if(d||n.push([e,r]),this.config.renderTextTracksNatively){var g=this.captionsTracks[t];this.Cues.newCue(g,e,r,i)}else{var v=this.Cues.newCue(null,e,r,i);this.hls.trigger(s.Events.CUES_PARSED,{type:"captions",cues:v,track:t})}},e.onInitPtsFound=function(t,e){var r=this,i=e.frag,n=e.id,a=e.initPTS,o=e.timescale,l=this.unparsedVttFrags;"main"===n&&(this.initPTS[i.cc]=a,this.timescale[i.cc]=o),l.length&&(this.unparsedVttFrags=[],l.forEach((function(t){r.onFragLoaded(s.Events.FRAG_LOADED,t)})))},e.getExistingTrack=function(t){var e=this.media;if(e)for(var r=0;r0&&c.push(t)},d.onparsingerror=function(t){u=t},d.onflush=function(){u?l(u):o(c)},h.forEach((function(t){if(m){if(Sr(t,"X-TIMESTAMP-MAP=")){m=!1,t.slice(16).split(",").forEach((function(t){Sr(t,"LOCAL:")?g=t.slice(6):Sr(t,"MPEGTS:")&&(v=parseInt(t.slice(7)))}));try{p=function(t){var e=parseInt(t.slice(-3)),r=parseInt(t.slice(-6,-4)),i=parseInt(t.slice(-9,-7)),n=t.length>9?parseInt(t.substring(0,t.indexOf(":"))):0;if(!((0,a.isFiniteNumber)(e)&&(0,a.isFiniteNumber)(r)&&(0,a.isFiniteNumber)(i)&&(0,a.isFiniteNumber)(n)))throw Error("Malformed X-TIMESTAMP-MAP: Local:"+t);return e+=1e3*r,(e+=6e4*i)+36e5*n}(g)/1e3}catch(t){u=t}return}""===t&&(m=!1)}d.parse(t+"\n")})),d.flush()}(null!==(i=t.initSegment)&&void 0!==i&&i.data?(0,u.appendUint8Array)(t.initSegment.data,new Uint8Array(e)):e,this.initPTS[t.cc],this.timescale[t.cc],r,t.cc,t.start,(function(e){n._appendCues(e,t.level),o.trigger(s.Events.SUBTITLE_FRAG_PROCESSED,{success:!0,frag:t})}),(function(r){n._fallbackToIMSC1(t,e),l.logger.log("Failed to parse VTT cue: "+r),o.trigger(s.Events.SUBTITLE_FRAG_PROCESSED,{success:!1,frag:t,error:r})}))},e._fallbackToIMSC1=function(t,e){var r=this,i=this.tracks[t.level];i.textCodec||_r(e,this.initPTS[t.cc],this.timescale[t.cc],(function(){i.textCodec=Ar,r._parseIMSC1(t,e)}),(function(){i.textCodec="wvtt"}))},e._appendCues=function(t,e){var r=this.hls;if(this.config.renderTextTracksNatively){var i=this.textTracks[e];if(!i||"disabled"===i.mode)return;t.forEach((function(t){return N(i,t)}))}else{var n=this.tracks[e];if(!n)return;var a=n.default?"default":"subtitles"+e;r.trigger(s.Events.CUES_PARSED,{type:"subtitles",cues:t,track:a})}},e.onFragDecrypted=function(t,e){var r=e.frag;if(r.type===O.PlaylistLevelType.SUBTITLE){if(!(0,a.isFiniteNumber)(this.initPTS[r.cc]))return void this.unparsedVttFrags.push(e);this.onFragLoaded(s.Events.FRAG_LOADED,e)}},e.onSubtitleTracksCleared=function(){this.tracks=[],this.captionsTracks={}},e.onFragParsingUserdata=function(t,e){var r=this.cea608Parser1,i=this.cea608Parser2;if(this.enabled&&r&&i){var n=e.frag,a=e.samples;if(n.type!==O.PlaylistLevelType.MAIN||"NONE"!==this.closedCaptionsForLevel(n))for(var s=0;s0&&this.mediaWidth>0){var t=this.hls.levels;if(t.length){var e=this.hls;e.autoLevelCapping=this.getMaxLevel(t.length-1),e.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=e.autoLevelCapping}}},i.getMaxLevel=function(e){var r=this,i=this.hls.levels;if(!i.length)return-1;var n=i.filter((function(i,n){return t.isLevelAllowed(n,r.restrictedLevels)&&n<=e}));return this.clientRect=null,t.getMaxLevelByMediaSize(n,this.mediaWidth,this.mediaHeight)},i.startCapping=function(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,this.hls.firstLevel=this.getMaxLevel(this.firstLevel),self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())},i.stopCapping=function(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)},i.getDimensions=function(){if(this.clientRect)return this.clientRect;var t=this.media,e={width:0,height:0};if(t){var r=t.getBoundingClientRect();e.width=r.width,e.height=r.height,e.width||e.height||(e.width=r.right-r.left||t.width||0,e.height=r.bottom-r.top||t.height||0)}return this.clientRect=e,e},t.isLevelAllowed=function(t,e){return void 0===e&&(e=[]),-1===e.indexOf(t)},t.getMaxLevelByMediaSize=function(t,e,r){if(!t||!t.length)return-1;for(var i,n,a=t.length-1,s=0;s=e||o.height>=r)&&(i=o,!(n=t[s+1])||i.width!==n.width||i.height!==n.height)){a=s;break}}return a},e=t,(r=[{key:"mediaWidth",get:function(){return this.getDimensions().width*this.contentScaleFactor}},{key:"mediaHeight",get:function(){return this.getDimensions().height*this.contentScaleFactor}},{key:"contentScaleFactor",get:function(){var t=1;if(!this.hls.config.ignoreDevicePixelRatio)try{t=self.devicePixelRatio}catch(t){}return t}}])&&Ur(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}(),Gr=function(){function t(t){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=t,this.registerListeners()}var e=t.prototype;return e.setStreamController=function(t){this.streamController=t},e.registerListeners=function(){this.hls.on(s.Events.MEDIA_ATTACHING,this.onMediaAttaching,this)},e.unregisterListeners=function(){this.hls.off(s.Events.MEDIA_ATTACHING,this.onMediaAttaching)},e.destroy=function(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null},e.onMediaAttaching=function(t,e){var r=this.hls.config;if(r.capLevelOnFPSDrop){var i=e.media instanceof self.HTMLVideoElement?e.media:null;this.media=i,i&&"function"==typeof i.getVideoPlaybackQuality&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),r.fpsDroppedMonitoringPeriod)}},e.checkFPS=function(t,e,r){var i=performance.now();if(e){if(this.lastTime){var n=i-this.lastTime,a=r-this.lastDroppedFrames,o=e-this.lastDecodedFrames,u=1e3*a/n,d=this.hls;if(d.trigger(s.Events.FPS_DROP,{currentDropped:a,currentDecoded:o,totalDroppedFrames:r}),u>0&&a>d.config.fpsDroppedMonitoringThreshold*o){var h=d.currentLevel;l.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+h),h>0&&(-1===d.autoLevelCapping||d.autoLevelCapping>=h)&&(h-=1,d.trigger(s.Events.FPS_DROP_LEVEL_CAPPING,{level:h,droppedLevel:d.currentLevel}),d.autoLevelCapping=h,this.streamController.nextLevelSwitch())}}this.lastTime=i,this.lastDroppedFrames=r,this.lastDecodedFrames=e}},e.checkFPSInterval=function(){var t=this.media;if(t)if(this.isVideoPlaybackQualityAvailable){var e=t.getVideoPlaybackQuality();this.checkFPS(t,e.totalVideoFrames,e.droppedVideoFrames)}else this.checkFPS(t,t.webkitDecodedFrameCount,t.webkitDroppedFrameCount)},t}();var Kr;!function(t){t.WIDEVINE="com.widevine.alpha",t.PLAYREADY="com.microsoft.playready"}(Kr||(Kr={}));var Hr="undefined"!=typeof self&&self.navigator&&self.navigator.requestMediaKeySystemAccess?self.navigator.requestMediaKeySystemAccess.bind(self.navigator):null;function jr(t,e){for(var r=0;r3)return void this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.KEY_SYSTEM_ERROR,details:o.ErrorDetails.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0});var u=3-this._requestLicenseFailureCount+1;l.logger.warn("Retrying license request, "+u+" attempts left"),this._requestLicense(r,i)}},i._generateLicenseRequestChallenge=function(t,e){if(t.mediaKeySystemDomain===Kr.WIDEVINE)return e;throw new Error("unsupported key-system: "+t.mediaKeySystemDomain)},i._requestLicense=function(t,e){l.logger.log("Requesting content license for key-system");var r=this._mediaKeysList[0];if(!r)return l.logger.error("Fatal error: Media is encrypted but no key-system access has been obtained yet"),void this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.KEY_SYSTEM_ERROR,details:o.ErrorDetails.KEY_SYSTEM_NO_ACCESS,fatal:!0});try{var i=this.getLicenseServerUrl(r.mediaKeySystemDomain),n=this._createLicenseXhr(i,t,e);l.logger.log("Sending license request to URL: "+i);var a=this._generateLicenseRequestChallenge(r,t);n.send(a)}catch(t){l.logger.error("Failure requesting DRM license: "+t),this.hls.trigger(s.Events.ERROR,{type:o.ErrorTypes.KEY_SYSTEM_ERROR,details:o.ErrorDetails.KEY_SYSTEM_LICENSE_REQUEST_FAILED,fatal:!0})}},i.onMediaAttached=function(t,e){if(this._emeEnabled){var r=e.media;this._media=r,r.addEventListener("encrypted",this._onMediaEncrypted)}},i.onMediaDetached=function(){var t=this._media,e=this._mediaKeysList;t&&(t.removeEventListener("encrypted",this._onMediaEncrypted),this._media=null,this._mediaKeysList=[],Promise.all(e.map((function(t){if(t.mediaKeysSession)return t.mediaKeysSession.close().catch((function(){}))}))).then((function(){return t.setMediaKeys(null)})).catch((function(){})))},i.onManifestParsed=function(t,e){if(this._emeEnabled){var r=e.levels.map((function(t){return t.audioCodec})).filter((function(t){return!!t})),i=e.levels.map((function(t){return t.videoCodec})).filter((function(t){return!!t}));this._attemptKeySystemAccess(Kr.WIDEVINE,r,i)}},e=t,(r=[{key:"requestMediaKeySystemAccess",get:function(){if(!this._requestMediaKeySystemAccess)throw new Error("No requestMediaKeySystemAccess function configured");return this._requestMediaKeySystemAccess}}])&&jr(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),t}();var Wr,Yr,qr;function zr(t,e){for(var r=0;r=t.length?{done:!0}:{done:!1,value:t[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function $r(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,i=new Array(e);r-1?n+1:i.levels.length;e=i.levels.slice(0,a)}for(var s,o=Qr(e);!(s=o()).done;){var l=s.value;l.bitrate>r&&(r=l.bitrate)}return r>0?r:NaN},e.getBufferLength=function(t){var e=this.hls.media,r=t===Wr.AUDIO?this.audioBuffer:this.videoBuffer;return r&&e?1e3*mt.bufferInfo(r,e.currentTime,this.config.maxBufferHole).len:NaN},e.createPlaylistLoader=function(){var t=this.config.pLoader,e=this.applyPlaylistData,r=t||this.config.loader;return function(){function t(t){this.loader=void 0,this.loader=new r(t)}var i=t.prototype;return i.destroy=function(){this.loader.destroy()},i.abort=function(){this.loader.abort()},i.load=function(t,r,i){e(t),this.loader.load(t,r,i)},Xr(t,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),t}()},e.createFragmentLoader=function(){var t=this.config.fLoader,e=this.applyFragmentData,r=t||this.config.loader;return function(){function t(t){this.loader=void 0,this.loader=new r(t)}var i=t.prototype;return i.destroy=function(){this.loader.destroy()},i.abort=function(){this.loader.abort()},i.load=function(t,r,i){e(t),this.loader.load(t,r,i)},Xr(t,[{key:"stats",get:function(){return this.loader.stats}},{key:"context",get:function(){return this.loader.context}}]),t}()},t.uuid=function(){var t=URL.createObjectURL(new Blob),e=t.toString();return URL.revokeObjectURL(t),e.slice(e.lastIndexOf("/")+1)},t.serialize=function(t){for(var e,r=[],i=function(t){return!Number.isNaN(t)&&null!=t&&""!==t&&!1!==t},n=function(t){return Math.round(t)},a=function(t){return 100*n(t/100)},s={br:n,d:n,bl:a,dl:a,mtp:a,nor:function(t){return encodeURIComponent(t)},rtp:a,tb:n},o=Qr(Object.keys(t||{}).sort());!(e=o()).done;){var l=e.value,u=t[l];if(i(u)&&!("v"===l&&1===u||"pr"==l&&1===u)){var d=s[l];d&&(u=d(u));var h,c=typeof u;h="ot"===l||"sf"===l||"st"===l?l+"="+u:"boolean"===c?l:"number"===c?l+"="+u:l+"="+JSON.stringify(u),r.push(h)}}return r.join(",")},t.toHeaders=function(e){for(var r={},i=["Object","Request","Session","Status"],n=[{},{},{},{}],a={br:0,d:0,ot:0,tb:0,bl:1,dl:1,mtp:1,nor:1,nrr:1,su:1,cid:2,pr:2,sf:2,sid:2,st:2,v:2,bs:3,rtp:3},s=0,o=Object.keys(e);s=2)if(self.clearTimeout(this.requestTimeout),0===r.loading.first&&(r.loading.first=Math.max(self.performance.now(),r.loading.start)),4===i){e.onreadystatechange=null,e.onprogress=null;var a=e.status,s="arraybuffer"===e.responseType;if(a>=200&&a<300&&(s&&e.response||null!==e.responseText)){var o,u;if(r.loading.end=Math.max(self.performance.now(),r.loading.first),u=s?(o=e.response).byteLength:(o=e.responseText).length,r.loaded=r.total=u,!this.callbacks)return;var d=this.callbacks.onProgress;if(d&&d(r,t,o,e),!this.callbacks)return;var h={url:e.responseURL,data:o};this.callbacks.onSuccess(h,r,t,e)}else r.retry>=n.maxRetry||a>=400&&a<499?(l.logger.error(a+" while loading "+t.url),this.callbacks.onError({code:a,text:e.statusText},t,e)):(l.logger.warn(a+" while loading "+t.url+", retrying in "+this.retryDelay+"..."),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay),this.retryDelay=Math.min(2*this.retryDelay,n.maxRetryDelay),r.retry++)}else self.clearTimeout(this.requestTimeout),this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),n.timeout)}},e.loadtimeout=function(){l.logger.warn("timeout while loading "+this.context.url);var t=this.callbacks;t&&(this.abortInternal(),t.onTimeout(this.stats,this.context,this.loader))},e.loadprogress=function(t){var e=this.stats;e.loaded=t.loaded,t.lengthComputable&&(e.total=t.total)},e.getCacheAge=function(){var t=null;if(this.loader&&ei.test(this.loader.getAllResponseHeaders())){var e=this.loader.getResponseHeader("age");t=e?parseFloat(e):null}return t},t}();function ii(t){var e="function"==typeof Map?new Map:void 0;return ii=function(t){if(null===t||(r=t,-1===Function.toString.call(r).indexOf("[native code]")))return t;var r;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,i)}function i(){return ni(t,arguments,oi(this).constructor)}return i.prototype=Object.create(t.prototype,{constructor:{value:i,enumerable:!1,writable:!0,configurable:!0}}),si(i,t)},ii(t)}function ni(t,e,r){return ni=ai()?Reflect.construct.bind():function(t,e,r){var i=[null];i.push.apply(i,e);var n=new(Function.bind.apply(t,i));return r&&si(n,r.prototype),n},ni.apply(null,arguments)}function ai(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}function si(t,e){return si=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},si(t,e)}function oi(t){return oi=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},oi(t)}function li(){return li=Object.assign?Object.assign.bind():function(t){for(var e=1;e=i&&n(e,r,a.flush(),t)):n(e,r,l,t),o()})).catch((function(){return Promise.reject()}))}()},t}();function di(t,e){return new self.Request(t.url,e)}var hi=function(t){var e,r;function i(e,r,i){var n;return(n=t.call(this,e)||this).code=void 0,n.details=void 0,n.code=r,n.details=i,n}return r=t,(e=i).prototype=Object.create(r.prototype),e.prototype.constructor=e,si(e,r),i}(ii(Error));const ci=ui;var fi=/\s/;function gi(){return gi=Object.assign?Object.assign.bind():function(t){for(var e=1;e=16?o--:o++;var f=pr(l.trim()),g=Lr(e,r,f);t&&t.cues&&t.cues.getCueById(g)||((a=new d(e,r,f)).id=g,a.line=h+1,a.align="left",a.position=10+Math.min(80,10*Math.floor(8*o/32)),u.push(a))}return t&&u.length&&(u.sort((function(t,e){return"auto"===t.line||"auto"===e.line?0:t.line>8&&e.line>8?e.line-t.line:t.line-e.line})),u.forEach((function(e){return N(t,e)}))),u}},enableWebVTT:!0,enableIMSC1:!0,enableCEA708Captions:!0,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}),{},{subtitleStreamController:Ce,subtitleTrackController:Fe,timelineController:Mr,audioStreamController:De,audioTrackController:Re,emeController:Vr,cmcdController:Jr});function Ei(t,e){for(var r=0;r=e)return i;return 0}},{key:"maxAutoLevel",get:function(){var t=this.levels,e=this.autoLevelCapping;return-1===e&&t&&t.length?t.length-1:e}},{key:"nextAutoLevel",get:function(){return Math.min(Math.max(this.abrController.nextAutoLevel,this.minAutoLevel),this.maxAutoLevel)},set:function(t){this.abrController.nextAutoLevel=Math.max(this.minAutoLevel,t)}},{key:"playingDate",get:function(){return this.streamController.currentProgramDateTime}},{key:"mainForwardBufferInfo",get:function(){return this.streamController.getMainFwdBufferInfo()}},{key:"audioTracks",get:function(){var t=this.audioTrackController;return t?t.audioTracks:[]}},{key:"audioTrack",get:function(){var t=this.audioTrackController;return t?t.audioTrack:-1},set:function(t){var e=this.audioTrackController;e&&(e.audioTrack=t)}},{key:"subtitleTracks",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTracks:[]}},{key:"subtitleTrack",get:function(){var t=this.subtitleTrackController;return t?t.subtitleTrack:-1},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleTrack=t)}},{key:"media",get:function(){return this._media}},{key:"subtitleDisplay",get:function(){var t=this.subtitleTrackController;return!!t&&t.subtitleDisplay},set:function(t){var e=this.subtitleTrackController;e&&(e.subtitleDisplay=t)}},{key:"lowLatencyMode",get:function(){return this.config.lowLatencyMode},set:function(t){this.config.lowLatencyMode=t}},{key:"liveSyncPosition",get:function(){return this.latencyController.liveSyncPosition}},{key:"latency",get:function(){return this.latencyController.latency}},{key:"maxLatency",get:function(){return this.latencyController.maxLatency}},{key:"targetLatency",get:function(){return this.latencyController.targetLatency}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}}])&&Ei(e.prototype,r),i&&Ei(e,i),Object.defineProperty(e,"prototype",{writable:!1}),t}();Ti.defaultConfig=void 0},923:(t,e,r)=>{"use strict";r.r(e),r.d(e,{BaseSegment:()=>f,ElementaryStreamTypes:()=>i,Fragment:()=>g,Part:()=>v});var i,n=r(965),a=r(945),s=r(93),o=r(960),l=r(408);function u(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,d(t,e)}function d(t,e){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},d(t,e)}function h(t,e){for(var r=0;r>8*(15-r)&255;return e},r.setDecryptDataFromLevelKey=function(t,e){var r=t;return"AES-128"===(null==t?void 0:t.method)&&t.uri&&!t.iv&&((r=o.LevelKey.fromURI(t.uri)).method=t.method,r.iv=this.createInitializationVector(e),r.keyFormat="identity"),r},r.setElementaryStreamInfo=function(t,e,r,i,n,a){void 0===a&&(a=!1);var s=this.elementaryStreams,o=s[t];o?(o.startPTS=Math.min(o.startPTS,e),o.endPTS=Math.max(o.endPTS,r),o.startDTS=Math.min(o.startDTS,i),o.endDTS=Math.max(o.endDTS,n)):s[t]={startPTS:e,endPTS:r,startDTS:i,endDTS:n,partial:a}},r.clearElementaryStreamInfo=function(){var t=this.elementaryStreams;t[i.AUDIO]=null,t[i.VIDEO]=null,t[i.AUDIOVIDEO]=null},c(e,[{key:"decryptdata",get:function(){if(!this.levelkey&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkey){var t=this.sn;"number"!=typeof t&&(this.levelkey&&"AES-128"===this.levelkey.method&&!this.levelkey.iv&&s.logger.warn('missing IV for initialization segment with method="'+this.levelkey.method+'" - compliance issue'),t=0),this._decryptdata=this.setDecryptDataFromLevelKey(this.levelkey,t)}return this._decryptdata}},{key:"end",get:function(){return this.start+this.duration}},{key:"endProgramDateTime",get:function(){if(null===this.programDateTime)return null;if(!(0,n.isFiniteNumber)(this.programDateTime))return null;var t=(0,n.isFiniteNumber)(this.duration)?this.duration:0;return this.programDateTime+1e3*t}},{key:"encrypted",get:function(){var t;return!(null===(t=this.decryptdata)||void 0===t||!t.keyFormat||!this.decryptdata.uri)}}]),e}(f),v=function(t){function e(e,r,i,n,a){var s;(s=t.call(this,i)||this).fragOffset=0,s.duration=0,s.gap=!1,s.independent=!1,s.relurl=void 0,s.fragment=void 0,s.index=void 0,s.stats=new l.LoadStats,s.duration=e.decimalFloatingPoint("DURATION"),s.gap=e.bool("GAP"),s.independent=e.bool("INDEPENDENT"),s.relurl=e.enumeratedString("URI"),s.fragment=r,s.index=n;var o=e.enumeratedString("BYTERANGE");return o&&s.setByteRange(o,a),a&&(s.fragOffset=a.fragOffset+a.duration),s}return u(e,t),c(e,[{key:"start",get:function(){return this.fragment.start+this.fragOffset}},{key:"end",get:function(){return this.start+this.duration}},{key:"loaded",get:function(){var t=this.elementaryStreams;return!!(t.audio||t.video||t.audiovideo)}}]),e}(f)},960:(t,e,r)=>{"use strict";r.r(e),r.d(e,{LevelKey:()=>a});var i=r(945);function n(t,e){for(var r=0;r{"use strict";r.r(e),r.d(e,{LoadStats:()=>i});var i=function(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}}},965:(t,e,r)=>{"use strict";r.r(e),r.d(e,{MAX_SAFE_INTEGER:()=>n,isFiniteNumber:()=>i});var i=Number.isFinite||function(t){return"number"==typeof t&&isFinite(t)},n=Number.MAX_SAFE_INTEGER||9007199254740991},524:(t,e,r)=>{"use strict";r.r(e),r.d(e,{default:()=>p,flushTextTrackMetadataCueSamples:()=>y,flushTextTrackUserdataCueSamples:()=>E,normalizePts:()=>m});var i=r(965);const n=function(){function t(){}return t.getSilentFrame=function(t,e){if("mp4a.40.2"===t){if(1===e)return new Uint8Array([0,200,0,128,35,128]);if(2===e)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(3===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(4===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(5===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(6===e)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224])}else{if(1===e)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(2===e)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(3===e)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94])}},t}();var a=Math.pow(2,32)-1,s=function(){function t(){}return t.init=function(){var e;for(e in t.types={avc1:[],avcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]},t.types)t.types.hasOwnProperty(e)&&(t.types[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);var r=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),i=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);t.HDLR_TYPES={video:r,audio:i};var n=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),a=new Uint8Array([0,0,0,0,0,0,0,0]);t.STTS=t.STSC=t.STCO=a,t.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),t.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),t.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),t.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);var s=new Uint8Array([105,115,111,109]),o=new Uint8Array([97,118,99,49]),l=new Uint8Array([0,0,0,1]);t.FTYP=t.box(t.types.ftyp,s,l,s,o),t.DINF=t.box(t.types.dinf,t.box(t.types.dref,n))},t.box=function(t){for(var e=8,r=arguments.length,i=new Array(r>1?r-1:0),n=1;n>24&255,o[1]=e>>16&255,o[2]=e>>8&255,o[3]=255&e,o.set(t,4),a=0,e=8;a>24&255,e>>16&255,e>>8&255,255&e,i>>24,i>>16&255,i>>8&255,255&i,n>>24,n>>16&255,n>>8&255,255&n,85,196,0,0]))},t.mdia=function(e){return t.box(t.types.mdia,t.mdhd(e.timescale,e.duration),t.hdlr(e.type),t.minf(e))},t.mfhd=function(e){return t.box(t.types.mfhd,new Uint8Array([0,0,0,0,e>>24,e>>16&255,e>>8&255,255&e]))},t.minf=function(e){return"audio"===e.type?t.box(t.types.minf,t.box(t.types.smhd,t.SMHD),t.DINF,t.stbl(e)):t.box(t.types.minf,t.box(t.types.vmhd,t.VMHD),t.DINF,t.stbl(e))},t.moof=function(e,r,i){return t.box(t.types.moof,t.mfhd(e),t.traf(i,r))},t.moov=function(e){for(var r=e.length,i=[];r--;)i[r]=t.trak(e[r]);return t.box.apply(null,[t.types.moov,t.mvhd(e[0].timescale,e[0].duration)].concat(i).concat(t.mvex(e)))},t.mvex=function(e){for(var r=e.length,i=[];r--;)i[r]=t.trex(e[r]);return t.box.apply(null,[t.types.mvex].concat(i))},t.mvhd=function(e,r){r*=e;var i=Math.floor(r/(a+1)),n=Math.floor(r%(a+1)),s=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,255&e,i>>24,i>>16&255,i>>8&255,255&i,n>>24,n>>16&255,n>>8&255,255&n,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return t.box(t.types.mvhd,s)},t.sdtp=function(e){var r,i,n=e.samples||[],a=new Uint8Array(4+n.length);for(r=0;r>>8&255),a.push(255&n),a=a.concat(Array.prototype.slice.call(i));for(r=0;r>>8&255),s.push(255&n),s=s.concat(Array.prototype.slice.call(i));var o=t.box(t.types.avcC,new Uint8Array([1,a[3],a[4],a[5],255,224|e.sps.length].concat(a).concat([e.pps.length]).concat(s))),l=e.width,u=e.height,d=e.pixelRatio[0],h=e.pixelRatio[1];return t.box(t.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,l>>8&255,255&l,u>>8&255,255&u,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),o,t.box(t.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),t.box(t.types.pasp,new Uint8Array([d>>24,d>>16&255,d>>8&255,255&d,h>>24,h>>16&255,h>>8&255,255&h])))},t.esds=function(t){var e=t.config.length;return new Uint8Array([0,0,0,0,3,23+e,0,1,0,4,15+e,64,21,0,0,0,0,0,0,0,0,0,0,0,5].concat([e]).concat(t.config).concat([6,1,2]))},t.mp4a=function(e){var r=e.samplerate;return t.box(t.types.mp4a,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount,0,16,0,0,0,0,r>>8&255,255&r,0,0]),t.box(t.types.esds,t.esds(e)))},t.mp3=function(e){var r=e.samplerate;return t.box(t.types[".mp3"],new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount,0,16,0,0,0,0,r>>8&255,255&r,0,0]))},t.stsd=function(e){return"audio"===e.type?"mp3"===e.segmentCodec&&"mp3"===e.codec?t.box(t.types.stsd,t.STSD,t.mp3(e)):t.box(t.types.stsd,t.STSD,t.mp4a(e)):t.box(t.types.stsd,t.STSD,t.avc1(e))},t.tkhd=function(e){var r=e.id,i=e.duration*e.timescale,n=e.width,s=e.height,o=Math.floor(i/(a+1)),l=Math.floor(i%(a+1));return t.box(t.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,r>>24&255,r>>16&255,r>>8&255,255&r,0,0,0,0,o>>24,o>>16&255,o>>8&255,255&o,l>>24,l>>16&255,l>>8&255,255&l,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,n>>8&255,255&n,0,0,s>>8&255,255&s,0,0]))},t.traf=function(e,r){var i=t.sdtp(e),n=e.id,s=Math.floor(r/(a+1)),o=Math.floor(r%(a+1));return t.box(t.types.traf,t.box(t.types.tfhd,new Uint8Array([0,0,0,0,n>>24,n>>16&255,n>>8&255,255&n])),t.box(t.types.tfdt,new Uint8Array([1,0,0,0,s>>24,s>>16&255,s>>8&255,255&s,o>>24,o>>16&255,o>>8&255,255&o])),t.trun(e,i.length+16+20+8+16+8+8),i)},t.trak=function(e){return e.duration=e.duration||4294967295,t.box(t.types.trak,t.tkhd(e),t.mdia(e))},t.trex=function(e){var r=e.id;return t.box(t.types.trex,new Uint8Array([0,0,0,0,r>>24,r>>16&255,r>>8&255,255&r,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))},t.trun=function(e,r){var i,n,a,s,o,l,u=e.samples||[],d=u.length,h=12+16*d,c=new Uint8Array(h);for(r+=8+h,c.set(["video"===e.type?1:0,0,15,1,d>>>24&255,d>>>16&255,d>>>8&255,255&d,r>>>24&255,r>>>16&255,r>>>8&255,255&r],0),i=0;i>>24&255,a>>>16&255,a>>>8&255,255&a,s>>>24&255,s>>>16&255,s>>>8&255,255&s,o.isLeading<<2|o.dependsOn,o.isDependedOn<<6|o.hasRedundancy<<4|o.paddingValue<<1|o.isNonSync,61440&o.degradPrio,15&o.degradPrio,l>>>24&255,l>>>16&255,l>>>8&255,255&l],12+16*i);return t.box(t.types.trun,c)},t.initSegment=function(e){t.types||t.init();var r=t.moov(e),i=new Uint8Array(t.FTYP.byteLength+r.byteLength);return i.set(t.FTYP),i.set(r,t.FTYP.byteLength),i},t}();s.types=void 0,s.HDLR_TYPES=void 0,s.STTS=void 0,s.STSC=void 0,s.STCO=void 0,s.STSZ=void 0,s.VMHD=void 0,s.SMHD=void 0,s.STSD=void 0,s.FTYP=void 0,s.DINF=void 0;const o=s;var l=r(851),u=r(973),d=r(93),h=r(308),c=r(673);function f(){return f=Object.assign?Object.assign.bind():function(t){for(var e=1;e0?t:r.pts}),t[0].pts);return e&&d.logger.debug("PTS rollover detected"),r},e.remux=function(t,e,r,i,n,a,s,o){var l,u,c,f,g,v,p=n,T=n,S=t.pid>-1,b=e.pid>-1,L=e.samples.length,D=t.samples.length>0,A=s&&L>0||L>1;if((!S||D)&&(!b||A)||this.ISGenerated||s){this.ISGenerated||(c=this.generateIS(t,e,n));var k,R=this.isVideoContiguous,I=-1;if(A&&(I=function(t){for(var e=0;e0){d.logger.warn("[mp4-remuxer]: Dropped "+I+" out of "+L+" video samples due to a missing keyframe");var _=this.getVideoStartPts(e.samples);e.samples=e.samples.slice(I),e.dropped+=I,k=T+=(e.samples[0].pts-_)/e.inputTimeScale}else-1===I&&(d.logger.warn("[mp4-remuxer]: No keyframe found out of "+L+" video samples"),v=!1);if(this.ISGenerated){if(D&&A){var C=this.getVideoStartPts(e.samples),w=(m(t.samples[0].pts,C)-C)/e.inputTimeScale;p+=Math.max(0,w),T+=Math.max(0,-w)}if(D){if(t.samplerate||(d.logger.warn("[mp4-remuxer]: regenerate InitSegment as audio detected"),c=this.generateIS(t,e,n)),u=this.remuxAudio(t,p,this.isAudioContiguous,a,b||A||o===h.PlaylistLevelType.AUDIO?T:void 0),A){var O=u?u.endPTS-u.startPTS:0;e.inputTimeScale||(d.logger.warn("[mp4-remuxer]: regenerate InitSegment as video detected"),c=this.generateIS(t,e,n)),l=this.remuxVideo(e,T,R,O)}}else A&&(l=this.remuxVideo(e,T,R,0));l&&(l.firstKeyFrame=I,l.independent=-1!==I,l.firstKeyFramePTS=k)}}return this.ISGenerated&&(r.samples.length&&(g=y(r,n,this._initPTS,this._initDTS)),i.samples.length&&(f=E(i,n,this._initPTS))),{audio:u,video:l,initSegment:c,independent:v,text:f,id3:g}},e.generateIS=function(t,e,r){var n,a,s,l=t.samples,u=e.samples,d=this.typeSupported,h={},c=!(0,i.isFiniteNumber)(this._initPTS),f="audio/mp4";if(c&&(n=a=1/0),t.config&&l.length&&(t.timescale=t.samplerate,"mp3"===t.segmentCodec&&(d.mpeg?(f="audio/mpeg",t.codec=""):d.mp3&&(t.codec="mp3")),h.audio={id:"audio",container:f,codec:t.codec,initSegment:"mp3"===t.segmentCodec&&d.mpeg?new Uint8Array(0):o.initSegment([t]),metadata:{channelCount:t.channelCount}},c&&(s=t.inputTimeScale,n=a=l[0].pts-Math.round(s*r))),e.sps&&e.pps&&u.length&&(e.timescale=e.inputTimeScale,h.video={id:"main",container:"video/mp4",codec:e.codec,initSegment:o.initSegment([e]),metadata:{width:e.width,height:e.height}},c)){s=e.inputTimeScale;var g=this.getVideoStartPts(u),v=Math.round(s*r);a=Math.min(a,m(u[0].dts,g)-v),n=Math.min(n,g-v)}if(Object.keys(h).length)return this.ISGenerated=!0,c&&(this._initPTS=n,this._initDTS=a),{tracks:h,initPTS:n,timescale:s}},e.remuxVideo=function(t,e,r,i){var n,a,s=t.inputTimeScale,h=t.samples,p=[],y=h.length,E=this._initPTS,S=this.nextAvcDts,b=8,L=this.videoSampleDuration,D=Number.POSITIVE_INFINITY,A=Number.NEGATIVE_INFINITY,k=!1;r&&null!==S||(S=e*s-(h[0].pts-m(h[0].dts,h[0].pts)));for(var R=0;R0?R-1:R].dts&&(k=!0)}k&&h.sort((function(t,e){var r=t.dts-e.dts,i=t.pts-e.pts;return r||i})),n=h[0].dts;var _=h[h.length-1].dts-n,C=_?Math.round(_/(y-1)):L||t.inputTimeScale/30;if(r){var w=n-S,O=w>C,x=w<-1;if((O||x)&&(O?d.logger.warn("AVC: "+(0,c.toMsFromMpegTsClock)(w,!0)+" ms ("+w+"dts) hole between fragments detected, filling it"):d.logger.warn("AVC: "+(0,c.toMsFromMpegTsClock)(-w,!0)+" ms ("+w+"dts) overlapping between fragments detected"),!x||S>h[0].pts)){n=S;var P=h[0].pts-w;h[0].dts=n,h[0].pts=P,d.logger.log("Video: First PTS/DTS adjusted: "+(0,c.toMsFromMpegTsClock)(P,!0)+"/"+(0,c.toMsFromMpegTsClock)(n,!0)+", delta: "+(0,c.toMsFromMpegTsClock)(w,!0)+" ms")}}n=Math.max(0,n);for(var F=0,M=0,N=0;N0?Z.dts-h[$-1].dts:C;if(st=$>0?Z.pts-h[$-1].pts:C,ot.stretchShortVideoTrack&&null!==this.nextAudioPts){var ut=Math.floor(ot.maxBufferHole*s),dt=(i?D+i*s:this.nextAudioPts)-Z.pts;dt>ut?((L=dt-lt)<0?L=lt:Y=!0,d.logger.log("[mp4-remuxer]: It is approximately "+dt/90+" ms to the next segment; using duration "+L/90+" ms for the last video frame.")):L=lt}else L=lt}var ht=Math.round(Z.pts-Z.dts);q=Math.min(q,L),X=Math.max(X,L),z=Math.min(z,st),Q=Math.max(Q,st),p.push(new T(Z.key,L,tt,ht))}if(p.length)if(g){if(g<70){var ct=p[0].flags;ct.dependsOn=2,ct.isNonSync=0}}else if(v&&Q-z0&&(i&&Math.abs(D-L)<9e3||Math.abs(m(S[0].pts-v,D)-L)<20*g),S.forEach((function(t){t.pts=m(t.pts-v,D)})),!r||L<0){if(S=S.filter((function(t){return t.pts>=0})),!S.length)return;L=0===a?0:i&&!E?Math.max(0,D):S[0].pts}if("aac"===t.segmentCodec)for(var A=this.config.maxAudioFramesDrift,k=0,R=L;k=A*g&&w<1e4&&E){var O=Math.round(C/g);(R=_-O*g)<0&&(O--,R+=g),0===k&&(this.nextAudioPts=L=R),d.logger.warn("[mp4-remuxer]: Injecting "+O+" audio frame @ "+(R/s).toFixed(3)+"s due to "+Math.round(1e3*C/s)+" ms gap.");for(var x=0;x0))return;B+=b;try{M=new Uint8Array(B)}catch(t){return void this.observer.emit(l.Events.ERROR,l.Events.ERROR,{type:u.ErrorTypes.MUX_ERROR,details:u.ErrorDetails.REMUX_ALLOC_ERROR,fatal:!1,bytes:B,reason:"fail allocating audio mdat "+B})}p||(new DataView(M.buffer).setUint32(0,B),M.set(o.types.mdat,4))}M.set(V,b);var Y=V.byteLength;b+=Y,y.push(new T(!0,c,Y,0)),U=W}var q=y.length;if(q){var z=y[y.length-1];this.nextAudioPts=L=U+h*z.duration;var X=p?new Uint8Array(0):o.moof(t.sequenceNumber++,N/h,f({},t,{samples:y}));t.samples=[];var Q=N/s,$=L/s,Z={data1:X,data2:M,startPTS:Q,endPTS:$,startDTS:Q,endDTS:$,type:"audio",hasAudio:!0,hasVideo:!1,nb:q};return this.isAudioContiguous=!0,Z}},e.remuxEmptyAudio=function(t,e,r,i){var a=t.inputTimeScale,s=a/(t.samplerate?t.samplerate:a),o=this.nextAudioPts,l=(null!==o?o:i.startDTS*a)+this._initDTS,u=i.endDTS*a+this._initDTS,h=1024*s,c=Math.ceil((u-l)/h),f=n.getSilentFrame(t.manifestCodec||t.codec,t.channelCount);if(d.logger.warn("[mp4-remuxer]: remux empty Audio"),f){for(var g=[],v=0;v4294967296;)t+=r;return t}function y(t,e,r,i){var n=t.samples.length;if(n){for(var a=t.inputTimeScale,s=0;s{"use strict";var i;r.r(e),r.d(e,{MetadataSchema:()=>i}),function(t){t.audioId3="org.id3",t.dateRange="com.apple.quicktime.HLS",t.emsg="https://aomedia.org/emsg/ID3"}(i||(i={}))},308:(t,e,r)=>{"use strict";var i,n;r.r(e),r.d(e,{PlaylistContextType:()=>i,PlaylistLevelType:()=>n}),function(t){t.MANIFEST="manifest",t.LEVEL="level",t.AUDIO_TRACK="audioTrack",t.SUBTITLE_TRACK="subtitleTrack"}(i||(i={})),function(t){t.MAIN="main",t.AUDIO="audio",t.SUBTITLE="subtitle"}(n||(n={}))},93:(t,e,r)=>{"use strict";r.r(e),r.d(e,{enableLogs:()=>o,logger:()=>l});var i=function(){},n={trace:i,debug:i,log:i,warn:i,info:i,error:i},a=n;function s(t){var e=self.console[t];return e?e.bind(self.console,"["+t+"] >"):i}function o(t,e){if(self.console&&!0===t||"object"==typeof t){!function(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),i=1;i{"use strict";r.r(e),r.d(e,{RemuxerTrackIdConfig:()=>l,appendUint8Array:()=>b,bin2str:()=>u,computeRawDurationFromSamples:()=>E,discardEPB:()=>k,findBox:()=>g,getDuration:()=>y,getStartDTS:()=>m,offsetStartDTS:()=>T,parseEmsg:()=>R,parseInitSegment:()=>p,parseSEIMessageFromNALu:()=>A,parseSamples:()=>L,parseSegmentIndex:()=>v,readSint32:()=>c,readUint16:()=>d,readUint32:()=>h,segmentValidRange:()=>S,writeUint32:()=>f});var i=r(145),n=r(923),a=r(181),s=Math.pow(2,32)-1,o=[].push,l={video:1,audio:2,id3:3,text:4};function u(t){return String.fromCharCode.apply(null,t)}function d(t,e){var r=t[e]<<8|t[e+1];return r<0?65536+r:r}function h(t,e){var r=c(t,e);return r<0?4294967296+r:r}function c(t,e){return t[e]<<24|t[e+1]<<16|t[e+2]<<8|t[e+3]}function f(t,e,r){t[e]=r>>24,t[e+1]=r>>16&255,t[e+2]=r>>8&255,t[e+3]=255&r}function g(t,e){var r=[];if(!e.length)return r;for(var i=t.byteLength,n=0;n1?n+a:i;if(u(t.subarray(n+4,n+8))===e[0])if(1===e.length)r.push(t.subarray(n+8,s));else{var l=g(t.subarray(n+8,s),e.slice(1));l.length&&o.apply(r,l)}n=s}return r}function v(t){var e=[],r=t[0],i=8,n=h(t,i);i+=4,i+=0===r?8:16,i+=2;var a=t.length+0,s=d(t,i);i+=2;for(var o=0;o>>31)return console.warn("SIDX has hierarchical references (not supported)"),null;var f=h(t,l);l+=4,e.push({referenceSize:c,subsegmentDuration:f,info:{duration:f/n,start:a,end:a+c-1}}),a+=c,i=l+=4}return{earliestPresentationTime:0,timescale:n,version:r,referencesCount:s,references:e}}function p(t){for(var e=[],r=g(t,["moov","trak"]),i=0;i>1&63;return 39===r||40===r}return 6==(31&e)}function A(t,e,r,i){var n=k(t),s=0;s+=e;for(var o=0,l=0,u=!1,c=0;s=n.length)break;o+=c=n[s++]}while(255===c);l=0;do{if(s>=n.length)break;l+=c=n[s++]}while(255===c);var f=n.length-s;if(!u&&4===o&&s16){for(var b=[],L=0;L<16;L++){var D=n[s++].toString(16);b.push(1==D.length?"0"+D:D),3!==L&&5!==L&&7!==L&&9!==L||b.push("-")}for(var A=l-16,R=new Uint8Array(A),I=0;If)break}}function k(t){for(var e=t.byteLength,r=[],i=1;i{"use strict";function i(t,e,r,i){void 0===r&&(r=1),void 0===i&&(i=!1);var n=t*e*r;return i?Math.round(n):n}function n(t,e,r,n){return void 0===r&&(r=1),void 0===n&&(n=!1),i(t,e,1/r,n)}function a(t,e){return void 0===e&&(e=!1),i(t,1e3,1/9e4,e)}function s(t,e){return void 0===e&&(e=1),i(t,9e4,1/e)}r.r(e),r.d(e,{toMpegTsClockFromTimescale:()=>s,toMsFromMpegTsClock:()=>a,toTimescaleFromBase:()=>i,toTimescaleFromScale:()=>n})},145:(t,e,r)=>{"use strict";function i(t,e,r){return Uint8Array.prototype.slice?t.slice(e,r):new Uint8Array(Array.prototype.slice.call(t,e,r))}r.r(e),r.d(e,{sliceUint8:()=>i})},729:t=>{"use strict";var e=Object.prototype.hasOwnProperty,r="~";function i(){}function n(t,e,r){this.fn=t,this.context=e,this.once=r||!1}function a(t,e,i,a,s){if("function"!=typeof i)throw new TypeError("The listener must be a function");var o=new n(i,a||t,s),l=r?r+e:e;return t._events[l]?t._events[l].fn?t._events[l]=[t._events[l],o]:t._events[l].push(o):(t._events[l]=o,t._eventsCount++),t}function s(t,e){0==--t._eventsCount?t._events=new i:delete t._events[e]}function o(){this._events=new i,this._eventsCount=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(r=!1)),o.prototype.eventNames=function(){var t,i,n=[];if(0===this._eventsCount)return n;for(i in t=this._events)e.call(t,i)&&n.push(r?i.slice(1):i);return Object.getOwnPropertySymbols?n.concat(Object.getOwnPropertySymbols(t)):n},o.prototype.listeners=function(t){var e=r?r+t:t,i=this._events[e];if(!i)return[];if(i.fn)return[i.fn];for(var n=0,a=i.length,s=new Array(a);n{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var i in e)r.o(e,i)&&!r.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i=r(817);return i.default})())); +//# sourceMappingURL=hls.min.js.map \ No newline at end of file diff --git a/public/zeroaccident/je_securise/html5/lib/scripts/bootstrapper.min.js b/public/zeroaccident/je_securise/html5/lib/scripts/bootstrapper.min.js new file mode 100644 index 0000000..a949495 --- /dev/null +++ b/public/zeroaccident/je_securise/html5/lib/scripts/bootstrapper.min.js @@ -0,0 +1,37 @@ +/*! ds-bootstrap - v1.0.0.31722 - 2024-01-31 5:48pm UTC +* Copyright (c) 2024 ; Not Licensed */(function(){var __webpack_modules__={3847:function(t,e,n){var i,r;i=[n(8087)],void 0===(r=function(){Promise.resolve().then((function(){var t=[n(6486),n(6407),n(5273),n(5812),n(6295)];(function(t,e,i){Promise.resolve().then((function(){var e=[n(7510),n(9739),n(857),n(292),n(9229),n(1421),n(5611),n(4698),n(8766),n(7812),n(3754),n(4839),n(9343),n(8579),n(1251),n(8939),n(8880),n(5626),n(1419),n(2581),n(3034),n(373),n(7228),n(3716),n(3563),n(8901),n(9835),n(3400),n(9032),n(1070),n(3797),n(9904),n(6882),n(3005),n(4481),n(1291),n(8935),n(2972),n(9447),n(1681),n(7097),n(2075),n(5641),n(2499),n(1294),n(82),n(6194),n(4811),n(118),n(7235),n(7300),n(520),n(3586),n(5173),n(262),n(6978),n(5337),n(6334),n(6159),n(9005),n(4427),n(8945),n(4403),n(5485),n(6936),n(5470),n(3707),n(8467),n(8351)];(function(e,n,r,o,a,s,l,u,c,h,d,f,p,v,g,m,y,b,w,A,S,E,T,C,_,x,k,M,O,I,L,P,R,D,N,H,V,j,F,B,U,W,z,G,q,Y,X,K,J,Z,$,Q,tt,et,nt,it,rt,ot,at,st,lt,ut,ct,ht){if(!window.globals.unsupportedBrowser){var dt,ft=v.deviceView.isMobile?"MOBILE":"DESKTOP",pt=h.frameLocations[ft],vt=h.cssLocations[ft];if(window.globals.useJson&&i.loadFromJson(),!window.globals.AUTHORING_HOST_MODE){dt=function(){return DS.loadScript(h.slideLocation)},(v.deviceView.isMobile||v.theme.isUnified)&&(window.globals.scale="noscale"),window.globals.HAS_SLIDE&&window.globals.HAS_FRAME||P.initialize(window.globals.HAS_SLIDE);var gt=document.createElement("link");gt.type="text/css",gt.href=vt,gt.rel="stylesheet",gt.dataset.noprefix=!0,document.head.appendChild(gt)}if(window.DS=window.DS||{},Object.assign(window.DS,{_:t,globalEventHelper:e,analyticsHelper:n,animationClock:r,AnimationTimeline:o,appState:a,audioContext:s,automation:l,BaseModel:u,captionsManager:c,constants:h,DropIn:d.DropIn,DropInDOM:d.DropInDOM,debug:f,debugWindow:p,detection:v,dom:g,errorManager:m,events:y,fileProtocolOverrides:b,flagManager:w,focusManager:A,fontManager:S,jsAssetStore:E,jsonLoader:T,keyManager:C,localizationManager:_,MicroScrollBar:x,mobileChromeKiller:k,pinchZoomController:M,pubSub:O,playerGlobals:I,previewHelper:L,rangeSliders:R,requestAnimationFrame:D,scaler:N,shortcutManager:H,slideNumberManager:V,slideObjectUtils:j,slidesController:F,stringTabler:B,svgUtils:U,tabFocusBox:W,TimelineLite:z,ThreeSixtyImage:G,TransMatrix:q,TweenLite:TweenLite,utils:Y,vendorOverrides:X,vow:K,resolver:J,webObjectHelper:Z,windowOpen:$,windowManager:Q,mixer:tt,PostMessaging:et,ancestral:nt,resolveable:it,shortEventable:rt,subscribable:ot,Chunk:at,courseStateHelper:st,resumer:lt,lmsManager:ut,superagent:ct,Backbone:ht,clientHeight:document.body.clientHeight,clientWidth:document.body.clientWidth,loadScript:w.multiLangSupport?function(t,e){var n=document.createElement("script");return null!=e&&Object.keys(e).forEach((function(t){n.addEventListener(t,e[t])})),n.src=t,document.head.appendChild(n),n}:function(t,e){var n=document.createElement("script");return n.src=t,n.onload=e,document.head.appendChild(n),n}}),!window.globals.AUTHORING_HOST_MODE){var mt=function(){O.once(y.ds.PRESO_LOADED,(function(t){O.trigger(y.ds.PRESO_READY,DS.presentation,h.els.PRESO),J.initialize(),F.initialize(DS.presentation),l.initialize(F,DS.presentation),C.initialize(),Q.initialize(),$.initialize(DS.presentation),Z.initialize(DS.presentation),n.initialize(DS.presentation),f.initialize(window.globals.HAS_SLIDE?DS.presentation:void 0,window.globals.HAS_FRAME?DS.frame:void 0),L.initialize(DS.frame,DS.presentation,t),O.trigger(y.app.COMPLETE)}))};O.once(y.ds.FRAME_DATA_LOADED,(function(t){DS.frame=t,mt(),window.globals.HAS_SLIDE?dt():(w.register("slides",Y.getPath(window,"globals.features","").split(",")),DS.playerGlobals.presentation=DS.presentation,N.initialize(),O.trigger(y.ds.PRESO_LOADED),DS.frameModel.frame.controlOptions.controls.closed_captions&&O.trigger(y.captions.SHOW_BUTTON))})),window.globals.HAS_FRAME?DS.loadScript(pt):(mt(),dt(),document.querySelector("body > .slide-loader").style.display="none")}}}).apply(null,e)})).catch(n.oe)}).apply(null,t)})).catch(n.oe)}.apply(e,i))||(t.exports=r)},292:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(82),r=n(6295),o=n(5641),a=n(857),s=function(t,n){return e.findIndex(t,{id:n})},l=function(t){return t instanceof r||t instanceof o},u=function(t){this.playing=!1,this.currentTime=0,this.lastCallbackTime=-1,this.labels={},this.duration=0,this.callbacks=[],this.seekables=[],this.activeSeekables=[],null!=t&&(["onUpdate","onComplete"].forEach(function(e){this[e]=t[e]}.bind(this)),t.tweens&&t.tweens.forEach(function(t){var e=t.delay();l(t)&&(this.wrapGsap(t),e=i.toMilliseconds(e)),this.addSeekable(t,e,!0)}.bind(this)))};return e.extend(u.prototype,{add:function(t,n,i){if(e.isString(t))this.labels[t]=n;else{if(n=e.isString(n)?this.labels[n]:n||0,e.isFunction(t))return this.insertCallback(this.wrapCallback(t,n)),void this.updateDuration(n);l(t)&&this.wrapGsap(t),e.isFunction(t.stepAnimation)&&this.addSeekable(t,n,i)}},remove:function(t){var n,i,r,o;e.isString(t)?this.labels[t]=null:null!=t.timelineData&&(n=t.timelineData.seekableId,(i=s(this.callbacks,n))>=0&&(this.callbacks.splice(i,1),(r=s(this.seekables,n))>=0&&(this.seekables.splice(r,1),(o=s(this.activeSeekables,n))>=0&&(this.activeMutated=!0,this.activeSeekables.splice(o,1)))),t.timelineData=null,this.mutated=!0)},updateDuration:function(t){t>this.duration&&(this.duration=t,null!=this.timelineData&&this.timelineData.parent.childDurationChanged(this))},childDurationChanged:function(t){this.updateDuration(t.timelineData.startTime+t.totalTime())},wrapGsap:function(t){t.pause(),t.totalTime=function(){return i.toMilliseconds(t.duration())},t.stepAnimation=function(e,n){var r=i.toSeconds(e);t.seek(r,!0),t.render(r,!!n,!0)}},addSeekable:function(t,e,n){var r=t.totalTime(),o=i.clamp(0,r,this.currentTime-e),a=this.wrapSeekable(t,e);this.seekables.push(a),this.insertCallback(a),!n&&this.currentTime>=e&&((this.executingCallbacks||o<=r)&&a.timelineCallback(),this.executingCallbacks||t.stepAnimation(o)),this.updateDuration(e+t.totalTime())},wrapCallback:function(t,n){return{startTime:n,id:e.uniqueId("wc"),timelineCallback:t}},wrapSeekable:function(t,n){var i=e.uniqueId("ws"),r={startTime:n,id:i,seekable:t};return r.timelineCallback=function(){r.seekable.killed||this.activeSeekables.push(r)}.bind(this),t.timelineData={parent:this,seekableId:i,startTime:n},r},insertCallback:function(t){0===this.callbacks.length||t.startTime>=e.last(this.callbacks).startTime?this.callbacks.push(t):this.callbacks.splice(e.sortedLastIndexBy(this.callbacks,t,"startTime"),0,t)},hasParentTimeline:function(){return null!=this.timelineData},pause:function(){this.playing&&!this.hasParentTimeline()&&(this.playing=!1,this.currentTime=this.executingCallbacks?this.lastCallbackTime:a.time()-this.startTime)},play:function(){!this.playing&&!this.hasParentTimeline()&&this.currentTime0)&&!this.hasParentTimeline()&&(this.update(),a.requestAnimationFrame(this.tick.bind(this))))},stepAnimation:function(t,e){this.currentTime;this.currentTime=i.clamp(0,this.duration,t),this.update(e)},update:function(t){this.renderDirty=!1,!this.silent&&this.executeCallbacks()&&(this.updateActiveSeekables(t),this.onUpdate&&this.onUpdate(),this.currentTime>=this.duration&&(this.playing=!1,t||null==this.onComplete||this.onComplete()))},executeCallbacks:function(){this.executingCallbacks=!0;var t=e.sortedLastIndexBy(this.callbacks,{startTime:this.lastCallbackTime},"startTime");if(t>=this.callbacks.length)return this.executingCallbacks=!1,!0;for(var n=this.callbacks.slice(t),i=n.length,r=0,o=this.currentTime;!this.killed&&rthis.currentTime)return this.executingCallbacks=!1,!1;o=this.currentTime,r++}return this.executingCallbacks=!1,!0},updateActiveSeekables:function(t){var e,n,i,r=this.activeSeekables.length-1;for(this.activeMutated=!1;r>=0&&!this.killed;)(!this.activeMutated||r=n+e.totalTime()&&(!this.activeMutated||i===this.activeSeekables[r])&&this.activeSeekables.splice(r,1)),r--},kill:function(){this.killed||(this.killed=!0,null!=this.timelineData&&this.timelineData.parent.remove(this),this.timelineData=null,this.onUpdate=null,this.onComplete=null,this.labels=null,this.callbacks=null,this.activeSeekables=null,this.seekables.forEach((function(t){null!=t.seekable.kill&&t.seekable.kill()})),this.seekables=null)}}),u}.call(e,n,e,t))||(t.exports=i)},4698:function(t,e,n){var i;i=function(t){"use strict";n(3934);var e=n(5485),i=n(6486),r=n(8880),o=n(8939),a=n(6334),s=n(6978),l=n(262),u=n(5337),c=n(3586),h=n(82),d=o.throwError("BaseModel"),f=function(){},p=h.createSuper(e.Model),v=e.Model.extend({abilities:{resolveAsThis:!1,resolveAsParent:!1,beEventTarget:!1},mixins:[a,s,l,u],autoParse:!1,isModel:!0,constructor:function(t,n){i.bindAll(this,"createAbsoluteId");var o=this.initialize;this.initialize=f,this.autoParse&&((n=n||{}).parse=!0),e.Model.call(this,t,n),this.on(r.data.UPDATED,this.createAbsoluteId),this.createParentReference(n).buildAssociations().bindAssociations().createAbsoluteId(),c.initMixinsOf(this),this.initialize=o,this.initialize.apply(this,arguments),c.postInitMixinsOf(this)},index:function(){return this.collection||d("index","must have a `collection` defined"),this.collection.indexOf(this)},sibling:function(t){return this.collection||d("sibling","must have a `collection` defined"),t=t||0,this.collection.at(this.index()+t)},prevSibling:function(){return this.sibling(-1)},nextSibling:function(){return this.sibling(1)},toJSON:function(t){return h.isTrue(t)?h.cloneDeeply(this):p("toJSON").call(this)},buildAssociations:function(t){for(var e in this.associations)this.associations.hasOwnProperty(e)&&this.buildAssociation(e);return this},buildAssociation:function(t,e){var n=e||this.get(t),i={parent:this},r=this.associations[t];return n instanceof r||(this.attributes[t]=h.buildDataStructure(r,i,n)),this},bindAssociation:function(t){return this.on("change:"+t,(function(e,n,o){var a=this.previous(t);i.isFunction(a.set)?(a.set(n,{parent:this}),a.trigger(r.data.UPDATED),a.isCollection&&a.invoke("trigger",r.data.UPDATED),this.set(t,a,{silent:!0})):this.buildAssociation(t,n)})),this},bindAssociations:function(){for(var t in this.associations)this.associations.hasOwnProperty(t)&&this.bindAssociation(t);return this},buildAbsoluteId:function(){if(!this.id)return null;for(var t=this,e=[this.id];t=t.parent;)t.id&&e.push(t.id);return e.reverse().join(".")},createAbsoluteId:function(){this.absoluteId=this.buildAbsoluteId()},isType:function(t){return this.get("type")===t},isKind:function(t){return this.get("kind")===t}});v.addAssociation=function(t,e){this.prototype.associations.hasOwnProperty(t)||(this.prototype.associations[t]=e,this.shorthandify(t))};var g=v.extend;return v.extend=function(){var t=g.apply(this,arguments);return t.prototype.associations=i.extend({},t.prototype.associations,this.prototype.associations),t.shorthandify().shorthandify(i.keys(t.prototype.associations)),t},v}.call(e,n,e,t),void 0===i||(t.exports=i)},3511:function(t,e,n){var i;function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t,e){for(var n=0;n0&&(this.currentCaptions=this.currentCaptions.reduce((function(t,e){return s.isWithinRange(e.startTime,e.endTime,r)?t.push(e):n.trigger(i.captions.REMOVE,e.getCueAsHTML()),t}),[])),e.difference(this.captions,this.currentCaptions).forEach((function(e){s.isWithinRange(e.startTime,e.endTime,r)&&(t.currentCaptions.push(e),n.trigger(i.captions.ADD,e.getCueAsHTML()))}))}return this}},{key:"clearCaptions",value:function(){var t=this.slideOwner.currView.props.slideContainer;return null!=t&&this.currentCaptions.length>0&&this.currentCaptions.forEach((function(e){t.trigger(i.captions.REMOVE,e.getCueAsHTML())})),this.currentCaptions=[],this}}])&&o(n.prototype,u),c&&o(n,c),Object.defineProperty(n,"prototype",{writable:!1}),t}()}.call(e,n,e,t))||(t.exports=i)},3754:function(t,e,n){var i;function r(t,e,n){return(e=function(t){var e=function(t,e){if("object"!==o(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!==o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===o(e)?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}i=function(t){"use strict";var e,n,i,a="dv_",s=/([A-Z])/g,l=/Unknown|SVG/,u=function(t){return t.replace(s,"-$1").toLowerCase()},c="http://www.w3.org/2000/svg",h={image:"svg"},d={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,scale:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},f={};function p(t,e,n){DS.flagManager.dropInVectors?t[n?"innerHTML":"textContent"]=e:t.innerHTML=e}function v(t,e){return null==e||"boolean"==typeof e||""===e?"":isNaN(e)||0===e||d.hasOwnProperty(t)&&d[t]?""+e:("string"==typeof e&&(e=e.trim()),e+"px")}function g(t){if("html"===h[t])return!0;var e=!l.test(t+"");return e&&(h[t]="html"),e}function m(t){return a+t}function y(t,e,n,i,r){t.view=n,i.el=n,n.instance=i,n.dataset.displayName=i.displayName,n.dataset[m("comp")]=I.getDisplayNameIdx(i.displayName),null!=e&&e.ref&&r&&(r.refs[e.ref]=i),n.isComponent=!0,null!=r&&DS.flagManager.dropInVideo&&r[m("allComps")].push(i)}["acceptCharset","alignmentBaseline","baselineShift","clipPath","clipRule","colorInterpolation","colorInterpolationFilters","colorRendering","dominantBaseline","enableBackground","fillOpacity","fillRule","floodColor","floodOpacity","focusable","fontFamily","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontWeight","imageRendering","letterSpacing","lightingColor","markerEnd","markerMid","markerStart","overlinePosition","overlineThickness","paintOrder","pointerEvents","renderingIntent","shapeRendering","stopColor","stopOpacity","strikethroughPosition","strikethroughThickness","strokeDasharray","strokeDashoffset","strokeLinecap","strokeLinejoin","strokeMiterlimit","strokeOpacity","strokeWidth","textAnchor","textDecoration","textRendering","transformOrigin","underlinePosition","underlineThickness","unicodeBidi","vectorEffect","vertAdvY","vertOriginX","vertOriginY","wordSpacing","writingMode"].forEach((function(t){return f[t]=u(t)})),["xmlnsXlink","xlinkHref"].forEach((function(t){return f[t]=t.replace(s,":$1").toLowerCase()})),["crossOrigin"].forEach((function(t){return f[t]=t.toLowerCase()})),f.htmlFor="for";var b={findDOMNode:function(t){return null==t.isDropIn?t:t.el},unmountComponentAtNode:function(t){null!=t.firstElementChild&&(null!=t.firstElementChild.view&&t.firstElementChild.view.componentWillUnmount(),t.firstElementChild.remove())},semanticTextRenderer:function(){},updateWithProps:function(t,e,n){t.props=e,n.appendChild(t.el),t.doRender()},create:function(t,e){if("string"==typeof t)return document.createTextNode(t);if(t){var n=t.tag,i=t.attrs,r=t.children;if(n){if(i&&(i=i()),n.isComponent)return function(t,e,n,i){var r=new t;null!=e&&(r.props=e),function(t){for(var e in t)"function"==typeof t[e]&&(t[e]=t[e].bind(t))}(r),r.dropInInit(),r.state=r.getInitialState(),r.componentWillMount();var o=r.render();r.prevRender=o;var a=b.create(o,r);return DS.flagManager.dropInVectors?(r.rebuild=function(){r.refs={};var t=r.render();r.prevRender=t;var o=b.create(t,r);if("VectorSlideObject"===r.displayName&&o.classList.contains("slideobject-maskable")){var a=r.prevRender.attrs().style;for(var s in a)r.el.style[s]=o.style[s];for(r.el.innerHTML="";o.firstChild;)r.el.append(o.firstChild);o=r.el}else r.el.replaceWith(o);r.hasRebuilt=!0,y(n,e,o,r,i)},y(n,e,a,r,i)):(n.view=a,r.el=a,a.instance=r,a.dataset.displayName=r.displayName),r.mounted=!0,r.componentDidMount(),a}(n,i,t,e);DS.flagManager.dropInVectors||function(t){null!=t&&t.ref&&(t["data-"+m("ref")]=t.ref,delete t.ref)}(i);var o=t.el=function(t){var e=h[t];if(null!=e){if("html"===e)return document.createElement(t);if("svg"===e)return document.createElementNS(c,t)}var n=document.createElement(t);return g(n)?n:(h[t]="svg",document.createElementNS(c,t))}(n);return S(o,i),function(t,e,n){if(null!=e)for(var i=0;i0&&(e+="".concat(u(n),": ").concat(i,";"))}return e}var A={setInnerHtml:function(t,e){var n=Object.keys(e);if(1===n.length&&"0"===n[0]&&"object"!==o(e[0]))return p(t,e[0]?e[0]:""),!0;null!=e.dangerouslySetInnerHTML&&p(t,e.dangerouslySetInnerHTML.__html,!0)},applyStyle:function(t,e,n){if("style"===n)return t.style=w(e[n]),!0},applyEvent:function(t,e,n){if(n.startsWith("on"))return t[n.toLowerCase()]=e[n],!0},normalizeSrc:function(t,e,n){if("src"===n){if(t.dataset[m("src")]===e[n])return!0;t.dataset[m("src")]=e[n]}},exclude:function(t,e){if(null!=e.view&&null!=e.view.dropInSettings&&null!=e.view.dropInSettings.excludeAttribute)for(var n=e.view.dropInSettings.excludeAttribute,i=0;ie.children.length?function(t,e){for(var n=0;n=0;n--)null==e.children[n]&&null!=t.children[n]&&null!=t.children[n].el&&(t.pool[n]=t.children[n].el,t.children[n].el.remove(),t.children.pop())}(e,n))}function _(t,e,n,i){if(!DS.flagManager.dropInVectors||null!=e){if(null!=t&&null!=t.view)return t.view.instance.props=e.attrs(),void t.view.instance.doRender();if(null!=t&&null!=t.children&&null!=e&&null!=e.children&&C(t.el||i.el,t,e),null!=t&&t.style){var r=w(t.style),a=w(e.style);r!==a&&(t.el?t.el.style=a:i.el&&(i.el.style=a))}for(var s in t)if("style"!==s&&"el"!==s)if("dangerouslySetInnerHTML"!==s){var l=t[s],u=e[s];"object"===o(l)&&"object"===o(u)&&"dangerouslySetInnerHTML"!==s?_(l,u,t):l!==u&&(null!=i&&null!=i.el&&S(i.el,e,t),"attrs"===s?function(){var i=t.attrs(),r=e.attrs();_(i,r,n,t),t.attrs=function(){return r}}():null!=n&&n.el&&S(n.el,e,t))}else null!=i&&null!=i.el&&A.setInnerHtml(i.el,e)}}var x=["getInitialState","componentWillMount","componentDidMount","componentWillUpdate","componentDidUpdate","componentWillUnmount"];function k(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=[],i=[],r=0;r2?n-2:0),r=2;r1&&void 0!==arguments[1]?arguments[1]:"div",r=Object.keys(t);if(1===r.length){var o="dv_"+r;if(null!=M[o])return M[o];var a=I.createClass({displayName:"ReactWrapper",componentWillUnmount:function(){DS.flagManager.dropInVideo&&i.unmountComponentAtNode(this.el)},render:function(){var o=this;return null!=this.el&&(this.props.ref&&(this.wrappedRef=this.props.ref,delete this.props.ref),window.requestAnimationFrame((function(){DS.flagManager.dropInVideo&&o.reactView||(o.reactView=i.render(n.createElement(t[r],o.props),o.el))}))),I.createElement(e,{className:"r-wrap","data-ref":this.wrappedRef})}});return M[o]=a,a}}},L=(r(e={isDropIn:!0,mounted:!1,props:{},isMounted:function(){return this.mounted},setState:function(t,e){var n=this,i=!0;for(var r in t)this.state[r]!==t[r]&&(this.state[r]=t[r],i=!1);i||(null!=e&&(null==this.stateCallbacks&&(this.stateCallbacks=[]),this.stateCallbacks.push(e.bind(this))),clearTimeout(this.dropInUpdate),this.dropInUpdate=setTimeout((function(){return n.doRender()}),1))},getInitialState:function(){return{}},componentWillMount:function(){},componentDidMount:function(){},componentWillUpdate:function(){},componentDidUpdate:function(){},componentWillUnmount:function(){}},m("componentWillMount"),(function(){})),r(e,m("componentDidMount"),(function(){})),r(e,m("componentWillUpdate"),(function(){})),r(e,m("componentDidUpdate"),(function(){})),r(e,m("componentWillUnmount"),(function(){this.prepareToUnmount=!0;var t=this[m("allComps")];for(var e in t){var n=t[e];n.isDropIn&&n.componentWillUnmount()}})),r(e,"dropInInit",(function(){var t=this;this.constructor.displayName=this.displayName,DS.flagManager.dropInVectors?this.refs={}:this.refs=new Proxy({},{get:function(e,n){return t.el.querySelector("[data-".concat(m("ref"),"=").concat(n,"]"))}}),DS.flagManager.dropInVideo&&(this[m("allComps")]=[]),null!=this.mixins&&this.mixinOrder()})),r(e,"mixinOrder",(function(){var t=this,e=k(this.mixins).reverse().flat();e.push(this);var n={};x.forEach((function(t){for(var i=0;i1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,l=!(arguments.length>4&&void 0!==arguments[4])||arguments[4];if(function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),a(this,"onTouchMovePrevent",(function(t){t.preventDefault()})),a(this,"onMouseOver",(function(){n.hovered=!0,n.update()})),a(this,"onMouseOut",(function(){n.hovered=!1,n.update()})),i.bindAll(this,"onScrollBtnDown","onEndScrollDrag","onDragBtn","onScroll","onResize","unHighlight","delayedUpdate","update","onFocus","onKeyDown"),this.enabled=!0,this.hScroll=o,this.targetEl=e,this.hasTabIndex=l,this.isHidden=!1,this.highlight=!1,this.cls="".concat(r,"-").concat(o?"h":"","scroll"),this.targetId=r,this.marginTop=s,this.showOnlyOnHover=!1,this.hovered=!1,this.showOnlyWhenScrolling=!1,this.scrolling=!1,h.theme.isUnified){var u="".concat(this.cls,"-id");null==document.getElementById(u)&&this.createElements(u)}else this.createElements(null);this.update()}var e,n,d;return e=t,(n=[{key:"addOrRemoveClass",value:function(t,e,n){r[t?"addClass":"removeClass"](e,n)}},{key:"changeHighlight",value:function(){this.addOrRemoveClass(this.highlight,this.scrollBar,"highlight-scrollbar")}},{key:"changeHidden",value:function(){this.addOrRemoveClass(this.isHidden,this.scrollBar,"hidden")}},{key:"disableMobile",value:function(){this.targetEl.addEventListener("touchmove",this.onTouchMovePrevent)}},{key:"enableMobile",value:function(){this.targetEl.removeEventListener("touchmove",this.onTouchMovePrevent)}},{key:"initScroll",value:function(){this.targetEl.addEventListener("scroll",this.onScroll),f("resize",this.onResize),this.targetEl.style.overflowY="hidden !important",this.targetEl.style.overflowX="hidden !important",this.hasInited=!0}},{key:"createElements",value:function(t){this.scrollBar=document.createElement("div"),null!=t&&(this.scrollBar.id=t),this.scrollBar.setAttribute("class","scrollarea-scrollbar micro-scrollbar ".concat(this.hScroll?"horizontal-scroll ":"").concat(this.cls)),!this.hScroll&&this.marginTop>0&&(this.scrollBar.style.marginTop="".concat(this.marginTop,"px")),this.hasTabIndex&&this.scrollBar.setAttribute("tabindex",0),this.scrollBar.addEventListener("focus",this.onFocus),this.scrollBar.addEventListener("keydown",this.onKeyDown),this.scrollBtn=document.createElement("div"),this.scrollBtn.setAttribute("class","scrollarea-btn micro-scrollbar-btn"),this.scrollBtn.addEventListener("mousedown",this.onScrollBtnDown),this.scrollBtn.addEventListener("touchstart",this.onScrollBtnDown),this.scrollBar.appendChild(this.scrollBtn),this.targetEl.parentNode.appendChild(this.scrollBar),this.initScroll(),this.setupUpdateEvents()}},{key:"setupUpdateEvents",value:function(){var t=this;this.removeTabShowListener=u.addListener(s.tab.SHOW,(function(e){t.targetId===e&&t.delayedUpdate()})),this.removePanelShowListener=u.addListener(s.tabLink.SHOW_PANEL,(function(e){var n=e.model.name;t.targetId===n&&t.delayedUpdate()})),"search"===this.targetId?this.removeTargetListener=u.addListener(s.search.UPDATE_PANEL,(function(){setTimeout(t.delayedUpdate,v)})):"outline"===this.targetId?this.removeTargetListener=u.addListener(s.menuLinksListItem.TOGGLE,this.delayedUpdate):"transcript"===this.targetId&&(this.removeTargetListener=u.addListener(s.transcript.CHANGED,this.delayedUpdate)),DS.detection.deviceView.isMobile&&(this.teardownResize=f("resize",this.delayedUpdate))}},{key:"delayedUpdate",value:function(){var t=this;window.requestAnimationFrame((function(){return t.update(!1)}))}},{key:"onScroll",value:function(){var t=this;this.update(!0),this.showOnlyWhenScrolling&&(this.scrollStartTime=Date.now(),this.scrolling||(this.scrolling=!0,this.scrollHideInterval=setInterval((function(){Date.now()-t.scrollStartTime>=1e3&&(clearInterval(t.scrollHideInterval),t.scrolling=!1,t.update())}),200)))}},{key:"onFocus",value:function(t){DS.focusManager.setFocusRectOn(this.targetEl)}},{key:"onKeyDown",value:function(t){switch(t.which){case c.keys.LEFT:this.targetEl.hScrollEnabled&&(this.targetEl.scrollLeft-=10);break;case c.keys.RIGHT:this.targetEl.hScrollEnabled&&(this.targetEl.scrollLeft+=10);break;case c.keys.DOWN:this.targetEl.scrollTop+=10;break;case c.keys.UP:this.targetEl.scrollTop-=10;break;case c.keys.PAGE_DOWN:this.targetEl.scrollTop+=this.btnLength;break;case c.keys.PAGE_UP:this.targetEl.scrollTop-=this.btnLength;break;case c.keys.HOME:this.targetEl.scrollTop=0;break;case c.keys.END:this.targetEl.scrollTop=this.targetEl.scrollHeight}}},{key:"onResize",value:function(){this.update()}},{key:"canScroll",value:function(){var t=this.getTargetMetrics();return t.contentLength>t.scrollbarLength}},{key:"getTargetMetrics",value:function(){var t=this.targetEl,e=t.scrollHeight,n=t.scrollWidth,i=t.clientHeight,r=t.clientWidth,o=t.scrollTop,a=t.scrollLeft;return this.hScroll?{contentLength:n,scrollbarLength:r,currScrollPos:a}:{contentLength:e,scrollbarLength:i,currScrollPos:o}}},{key:"setEnabled",value:function(t){this.enabled=t,this.update()}},{key:"setShowOnlyOnHover",value:function(t){this.showOnlyOnHover=!0,this.hoverTargetEl=t,this.hoverTargetEl.addEventListener("mouseover",this.onMouseOver),this.hoverTargetEl.addEventListener("mouseout",this.onMouseOut)}},{key:"setShowOnlyWhenScrolling",value:function(){this.showOnlyWhenScrolling=!0}},{key:"update",value:function(t){if(this.hasInited&&null!=this.scrollBtn){this.targetEl.hScrollEnabled=this.hScroll&&this.enabled;var e=this.getTargetMetrics(),n=e.contentLength,i=e.scrollbarLength,r=e.currScrollPos;this.isHidden=this.shouldHideScrollbar(n,i);var o=i-(this.hsScroll?0:this.marginTop),a=n-o,s=l.clamp(0,1,r/a);this.btnLength=o/n*o,this.scrollBtn.style[this.hScroll?"width":"height"]=l.pxify(this.btnLength),this.scrollBtn.style[this.getPosAttrib()]=l.pxify(s*l.invertPercent(this.btnLength/i)*i),this.highlight=t,t&&(clearTimeout(this.colorId),this.colorId=setTimeout(this.unHighlight,1e3)),this.changeHighlight(),this.changeHidden(),null!=this.updateScroll&&this.updateScroll()}}},{key:"shouldHideScrollbar",value:function(t,e){return Math.abs(t-e)<2||!this.enabled||(this.showOnlyOnHover?!this.hovered&&!this.scrollByButton:!!this.showOnlyWhenScrolling&&!this.scrolling)}},{key:"getPosAttrib",value:function(){return this.hScroll?"left":"top"}},{key:"getPagePostion",value:function(t){return this.hScroll?t.pageX:t.pageY}},{key:"getParentPos",value:function(){return this.targetEl.getBoundingClientRect()[this.getPosAttrib()]}},{key:"onScrollBtnDown",value:function(t){this.scrollByButton=!0,this.startPos=this.getPagePostion(t)-this.getParentPos()-parseFloat(this.scrollBtn.style[this.getPosAttrib()]),document.body.addEventListener("mousemove",this.onDragBtn),document.body.addEventListener("mouseup",this.onEndScrollDrag)}},{key:"onEndScrollDrag",value:function(){this.scrollByButton=!1,document.body.removeEventListener("mouseup",this.onEndScrollDrag),document.body.removeEventListener("mousemove",this.onDragBtn),this.showOnlyOnHover&&this.update()}},{key:"onDragBtn",value:function(t){var e=this.getTargetMetrics(),n=e.contentLength,i=e.scrollbarLength,r=n-i,o=i-this.btnLength,a=this.getPagePostion(t)-this.getParentPos()-this.startPos,s=l.clamp(0,1,a/o);this.scrollBtn.style[this.getPosAttrib()]=l.pxify(s*l.invertPercent(this.btnLength/i)*i),this.targetEl[this.hScroll?"scrollLeft":"scrollTop"]=r*s}},{key:"unHighlight",value:function(){this.highlight=!1,this.changeHighlight()}},{key:"teardown",value:function(){this.scrollBar.removeEventListener("focus",this.onFocus),this.scrollBar.removeEventListener("keydown",this.onKeyDown),this.scrollBtn.removeEventListener("mousedown",this.onScrollBtnDown),this.scrollBtn.removeEventListener("touchstart",this.onScrollBtnDown),this.targetEl.removeEventListener("scroll",this.onScroll),this.enableMobile(),this.showOnlyOnHover&&null!=this.hoverTargetEl&&(this.hoverTargetEl.removeEventListener("mouseover",this.onMouseOver),this.hoverTargetEl.removeEventListener("mouseout",this.onMouseOut)),this.removeTabShowListener(),this.removePanelShowListener(),null!=this.removeTargetListener&&this.removeTargetListener(),null!=this.teardownResize&&this.teardownResize()}}])&&o(e.prototype,n),d&&o(e,d),Object.defineProperty(e,"prototype",{writable:!1}),t}();return g}.call(e,n,e,t),void 0===i||(t.exports=i)},5173:function(t,e,n){var i;i=function(t){"use strict";var e,i=n(4811),r=n(8939),o=n(7510).addWindowListener,a={},s="request",l="response",u="SUCCESS",c="ERROR",h=[s,l],d=function(t){var e,n=r.throwError("PostMessaging");if(null!=t.data){try{e=JSON.parse(t.data)}catch(t){return}(function(t){return null!=t&&null!=t.id&&null!=t.type&&-1!==h.indexOf(t.type)})(e)&&(null!=a[e.connectionId]?a[e.connectionId](e,t):n("No listener exists for connectionId: ",e.connectionId))}};return function(t,n){var h,f,p,v=r.throwError("PostMessaging"),g={},m=0,y=i.Deferred(),b=n,w=function(t,e,n,r,o){var a=++m,l=i.Deferred(),c={type:e,connectionId:b};return g[a]=l,e===s?(c.method=n,c.params=r,c.id=a):(c.id=n,c.data=r,c.status=null!=o?o:u),t.postMessage(JSON.stringify(c),"*"),l.always((function(){delete g[a]})).catch((function(t){delete g[a],v(t.message)})),l.promise()},A=function(t){h=function(e,n){return y.then((function(){return w(t,s,e,n)}))},f=function(e,n,i){return y.then((function(){return w(t,l,e,n,i)}))}};null==e&&(e=o("message",d,!1)),p=function(t,e){return a[t]=e,function(){delete a[t]}}(b,(function(e,n){var i,r,o;if(e.type===s)if("connect"===e.method)A(n.source),w(n.source,l,e.id),y.resolve();else if(null!=t[e.method])try{r=t[e.method].apply(void 0,Array.isArray(e.params)?e.params:[e.params]),null!=(o=r)&&"function"==typeof o.then?r.then((function(t){f(e.id,t)})):f(e.id,r)}catch(t){f(e.id,t.message,c)}else f(e.id,["No handler for this method ",e.method].join(""),c);else{if(null!=(i=g[e.id]))return void(e.status===u?i.resolve(e.data,n):i.reject(e.data,n));f(e.id,["No pending requests for this response id ",e.id].join(""),c)}})),this.ready=function(){return y},this.connect=function(t){return A(t),w(t,s,"connect").then(y.resolve),y},this.request=function(){if(null!=h)return h.apply(void 0,arguments);v("request","A destination iframe needs to be connected before sending requests to it. Try using `connect` first.")},this.tearDown=function(){p(),_.isEmpty(Object.keys(a))&&null!=e&&(e(),e=null)}}}.call(e,n,e,t),void 0===i||(t.exports=i)},2499:function(t,e,n){var i;function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t,e){for(var n=0;n0&&(n.cssRenderer.domElement.scrollLeft=0),n.cssRenderer.domElement.scrollTop>0&&(n.cssRenderer.domElement.scrollTop=0),n.cssScrollingId=window.requestAnimationFrame(n.fixCssScrolling)})),a(this,"onTextureReady",(function(){for(var e=t.loadTracker[n.slideObject.currSlideId],i=0;i\n ".concat(n.localizedText.initialViewSet,"\n ");var t=document.createElement("div");f.setStyles(t,{position:"absolute",width:"100%",height:"100%",left:0,top:0,background:"white",opacity:1}),n.el.appendChild(t),d.to(t,.3,{opacity:0,onComplete:function(){n.el.removeChild(t)}}),n.hideCrosshairUi(),n.initialLat=n.lat,n.initialLon=n.lon,null!=n.editorApi&&n.editorApi.onInitialCameraAngleSet(n.lat,n.lon),n.setMode(st.DEFAULT)}})),a(this,"onNavClicked",(function(t){t.stopPropagation()})),a(this,"goPrevGuidedClick",(function(t){n.guidedNavClicked=!0,n.goPrevGuided(),t.stopPropagation()})),a(this,"goPrevGuided",(function(){n.prevMarker=n.markersByIdx[n.markerIdxInView],n.nextMarker=n.markersByIdx[n.markerIdxInView-1],n.markerIdxInView--,n.isGuidedPrevShow=!0,n.nextMarker.disablePulse(),n.nextMarker.downActiveState(),n.prevMarker.active=!1,n.hideShowGuidedArrows()})),a(this,"goNextGuidedClick",(function(t){n.guidedNavClicked=!0,n.goNextGuided(),t.stopPropagation()})),a(this,"goNextGuided",(function(){n.markerIdxInView++,n.prevMarker=n.markersByIdx[n.markerIdxInView-1],n.nextMarker=n.markersByIdx[n.markerIdxInView],n.isGuidedNextShow=!0,n.nextMarker.disablePulse(),n.nextMarker.downActiveState(),n.prevMarker.active=!1,n.hideShowGuidedArrows()})),a(this,"animate",(function(t){t=t||performance.now();var e=n.kpPanAnimation,i=Math.min(t-n.lastTimeStampMs,1/e);n.lastTimeStampMs=t,n.width==n.newWidth&&n.height==n.newHeight||n.changeSize(),n.editMode&&null!=n.currMarker&&!n.currMarker.userData.cssMarker.isHotspot()&&n.moved&&(n.downOnMarker||n.hotspotLayer.down)&&n.moveCameraWithElement(),n.panToCoord?(n.phi+=e*(n.panCoord.phi-n.phi)*i,n.theta+=e*(n.panCoord.theta-n.theta)*i,n.lat=THREE.MathUtils.radToDeg(I-n.phi),n.lon=THREE.MathUtils.radToDeg(n.theta),Math.abs(n.phi-n.panCoord.phi)<.005&&Math.abs(n.theta-n.panCoord.theta)<.005&&n.panComplete()):(n.applyVelocity(),n.lat=Math.max(n.latMin,Math.min(n.latMax,n.lat)),n.phi=THREE.MathUtils.degToRad(90-n.lat),n.theta=THREE.MathUtils.degToRad(n.lon)),n.targetX=n.radius*Math.sin(n.phi)*Math.cos(n.theta),n.targetY=n.radius*Math.cos(n.phi),n.targetZ=n.radius*Math.sin(n.phi)*Math.sin(n.theta),n.camera.target.set(n.targetX,n.targetY,n.targetZ),n.camera.lookAt(n.camera.target),n.renderer.render(n.scene,n.camera),n.cssRenderer.render(n.cssScene,n.camera),n.editMode&&(n.updateHotspotStrokes(),n.displayBoundingBox(),null!=n.currMarker&&n.showMarkerBounds(),n.mode===st.SET_INITIAL_CAMERA_ANGLE&&n.updateLatLonUi()),n.animateId=window.requestAnimationFrame(n.animate)})),a(this,"onMouseDown",(function(t){n.contextMenuOrigin=null,n.hotspotLayer.lastHotspotIntersection=null,n.lastMouseEvent=t,n.moved=!1;var e=t.touches||[t];n.startX=e[0].screenX,n.startY=e[0].screenY;var i=X(t),r=K(t);if(n.editMode){if(!i&&!r)return}else if(!i)return;n.calcSceneRect();var o=q(t,n),a=o.pageX,s=o.pageY,l=o.gesture;if(n.startPageX=a,n.startPageY=s,r&&n.editMode){if(n.hotspotLayer.getHotspotIntersection(a,s))return;return n.contextMenuOrigin={pageX:a,pageY:s},t.preventDefault(),void n.editorApi.onRightClickImage()}if(!(l||n.mobileZoom>L||n.allowSwiping||n.hotspotLayer.onMouseDown(t,a,s)&&n.editMode)){if(n.editMode&&n.mode===st.ADD_MARKER)return t.stopPropagation(),n.placeMarker(a,s,n.upcomingMarkerData.props,n.upcomingMarkerData.id),void t.preventDefault();if(n.panToCoord=!1,n.editMode&&n.mode!=st.SET_INITIAL_CAMERA_ANGLE&&n.getMarkerIntersection(a,s,"over"))return n.boundingBox.style.display="block",void(n.downOnMarker=!0);null==n.hotspotLayer.draggableHotspot&&n.setCurrMarker(null),n.boundingBox.style.display="none",n.hideMarkerBounds(),n.isDragging=!0,n.forcingCameraTarget=!1,n.downX=a,n.downY=s,n.locX=a,n.locY=s,n.locXvel=0,n.locYvel=0,n.downLon=n.lon,n.downLat=n.lat,n.locDist=0}})),a(this,"setupSuppressOnSelectionChange",(function(){n.suppressOnSelectionChange+=1})),a(this,"teardownSuppressOnSelectionChange",(function(){n.suppressOnSelectionChange>0&&(n.suppressOnSelectionChange-=1)})),a(this,"withOnSelectionChange",(function(t){n.withoutOnSelectionChange(t),n.onSelectionChange()})),a(this,"withoutOnSelectionChange",(function(t){n.setupSuppressOnSelectionChange(),t(),n.teardownSuppressOnSelectionChange()})),a(this,"onSelectionChange",(function(){if(null!=n.editorApi&&0==n.suppressOnSelectionChange){var t,e=n.getCurrInputElement(),r=n.getInputType(e),o=n.getCurrMediaElementType(),a=n.getIsMediaShowing();if(null==e)t={isCollapsed:!0,isRightToLeft:!1,textInputType:r,supportsParagraphs:!1,type:"none",mediaType:o,isMediaShowing:a,spanStyle:null};else{var s=document.getSelection();t={isCollapsed:s.isCollapsed,isRightToLeft:null!=s.anchorNode?i.isRtlText(s.anchorNode.textContent):null,textInputType:r,supportsParagraphs:F(e),type:s.rangeCount>0?s.type.toLowerCase():"none",mediaType:o,isMediaShowing:a,spanStyle:s.rangeCount>0?it(e,s.getRangeAt(0)):null}}var l=JSON.stringify(t);n.lastSelectionChangedEventArgs!==l&&(n.editorApi.onSelectionChanged(t),n.lastSelectionChangedEventArgs=l)}})),a(this,"onMouseMove",(function(t){var e=q(t,n),r=e.pageX,o=e.pageY,a=e.gesture;if(n.lastMouseEvent=t,!(a||n.mobileZoom>L||n.allowSwiping)){n.pageX=r,n.pageY=o;var s=t.touches||[];if(!(!n.moved&&1===s.length&&Math.abs(n.startX-s[0].screenX)<1&&Math.abs(n.startY-s[0].screenY)<1||(n.moved=!0,n.hotspotLayer.onMouseMove(t,r,o),n.editMode&&n.hotspotLayer.isEditing())))if(n.canDragMarker())n.checkHideHotspotPanel(),n.dragMarker(r,o);else if(n.isDragging){n.prevLocX=n.locX,n.prevLocY=n.locY;var l=q(t,n),u=l.pageX,c=l.pageY;n.locX=u,n.locY=c,n.locDist=i.dist(n.locX,n.locY,n.prevLocX,n.prevLocY),n.locTheta=H(n.locX,n.locY,n.prevLocX,n.prevLocY),n.locXvel=n.locDist*Math.cos(n.locTheta),n.locYvel=n.locDist*Math.sin(n.locTheta),n.setLonLat(n.locX,n.locY),n.lastDragTime=performance.now()}else n.getMarkerIntersection(r,o,"move")}})),a(this,"onMouseUp",(function(t){if(n.lastMouseEvent){var e=q(n.lastMouseEvent,n),i=e.pageX,r=e.pageY;if(n.lastUpX=i,n.lastUpY=r,n.hotspotLayer.onMouseUp(t,i,r),n.getMarkerIntersection(i,r,"click"),null!=n.pinch.currMatrix&&(n.pinch.scale=n.pinch.currMatrix.getScale().x-.19999999999999996,n.pinch.matrix=n.pinch.currMatrix),n.draggingOffEdge&&(n.stopVelocity(),n.draggingOffEdge=!1),n.isDragging&&(performance.now()-n.lastDragTime>100&&n.stopVelocity(),n.isDragging=!1),n.downOnMarker){if(n.downOnMarker=!1,n.drag.started=!1,null!=n.currMarker)n.currMarker.userData.cssMarker.dragging=!1}else n.hotspotLayer.lastHotspotIntersection||"360-image"!==n.lastMouseEvent.target.dataset.canvasType||null!=n.threeSixtyAcc&&"CANVAS"===t.target.tagName&&n.threeSixtyAcc.el.focus()}})),this.model=e.model,this.el=e.el,this.cssEl=e.cssEl,this.overlaysEl=e.overlaysEl,this.editorApi=e.editorApi,this.suppressOnSelectionChange=0,this.markerShownCounter=0,this.mobileZoom=1,this.editorSettings=e.editorSettings,this.id="three-canvas-".concat(i.getPath(this,"slideObject.props.model.id",h.uniqueId("edit-mode"))),null!=this.editorApi&&this.setEditMode(!0),this.localizedText=e.localizedText||{},this.isDragging=!1,this.forcingCameraTarget=!1,this.newWidth=e.width,this.newHeight=e.height,this.origWidth=e.width,this.origHeight=e.height,this.nudgeOnLoad=e.nudgeOnLoad,this.downX=0,this.downY=0,this.downLon=0,this.downLat=0,this.lastTimeStampMs=performance.now(),this.kpPanAnimation=.008,this.lon=0,this.lat=0,this.phi=0,this.theta=0,this.radius=21,this.latMin=-89.8,this.latMax=89.5,this.oldIntersections={},this.drag={},this.sprites={},this.markersByIdx={},this.markerCount=0,this.initialLatOffset=0,this.assetManager=e.assetManager,this.slideObject=e.slideObject,this.overlaySvgEl=e.overlaySvgEl,this.miscOverlaysEl=e.miscOverlaysEl,this.playerAccentColor=e.playerAccentColor,this.setHotspotColor(e.hotspotColor),this.setHotspotReveal(e.hotspotReveal),this.pulseHotspots=e.pulseHotspots,this.pulseMarkers=e.pulseMarkers,this.altText=e.altText||"",this.navigation=e.navigation||{type:ht.NONE,visible:!1},this.bind=e.bind,this.spherical=new THREE.Spherical,this.orientation=0,this.pinch={scale:1,matrix:new c},this.setupEditorMessages(),this.setMode(st.DEFAULT),this.setupScene(e),this.setupDom(e),this.setupBackSpriteTex(),this.setupVelocityToss(),this.setupRaycasting(),this.hotspotLayer=new k(this),this.setupMarkers(e.markerData),this.setMarkerPulse(e.pulseMarkers),this.setHotspotPulse(e.pulseHotspots),this.setInitialCameraTarget(e.initialLat,e.initialLon),this.setupVars(),this.setupNavigation(),window.addEventListener("resize",this.onResize),l.on("forceRender",this.onForceRender),null!=this.editorApi&&l.on(u.threeSixtyImage.MARKER_UPDATED,this.onMarkerUpdated),this.ready()}var e,n,g;return e=t,n=[{key:"updateEditorSettings",value:function(t){this.editorSettings=t,l.trigger(u.threeSixtyImage.EDITOR_SETTINGS_CHANGED)}},{key:"setInitialCameraTarget",value:function(t,e){this.editMode||!this.nudgeOnLoad?this.initialLat=t:(this.initialLatOffset=t-2>=this.latMin?-2:2,this.initialLat=t+this.initialLatOffset),this.initialLon=e,this.setCameraTarget(this.initialLat,this.initialLon)}},{key:"setupEditorMessages",value:function(){var t,e=this;this.editorMessages=(a(t={updateText:function(t){return e.updateText(t)},updateMarker:function(t){return e.updateMarker(t)},updateMarkers:function(t){return e.updateMarkers(t)},batchUpdateMarkers:function(t){return e.batchUpdateMarkers(t)},removeMarker:function(t){return e.removeMarker(t.id)},forceRemoveMarker:function(t){return e.removeMarker(t.id,!0)},placeMarkerFromContextMenu:function(t){return e.placeMarkerFromContextMenu(t)},panToMarker:function(t){return e.panToMarker(t.id)},selectMarker:function(t){return e.selectMarker(t)},setFocus:function(t){return e.setFocus(t)},showMedia:function(t){return e.showMedia()},hideMedia:function(t){return e.hideMedia()},setEffects:function(t){return e.setEffect(t)},duplicateMarker:function(t){return e.duplicateMarker(t.sourceId,t.duplicatedMarkerData)},pasteMarker:function(t){return e.pasteMarker(t)},resetMode:function(t){return e.setMode(st.DEFAULT)}},st.ADD_MARKER,(function(t){e.setMode(st.ADD_MARKER),e.upcomingMarkerData=t})),a(t,st.SET_INITIAL_CAMERA_ANGLE,(function(t){return e.setMode(st.SET_INITIAL_CAMERA_ANGLE)})),a(t,"saveInitialCameraAngle",(function(t){return e.onSetInitialCamDone()})),a(t,st.SET_CROP_IMAGE_MEDIA,(function(t){return e.setMode(st.SET_CROP_IMAGE_MEDIA)})),a(t,"saveCropImageMedia",(function(t){return e.saveCropImageMedia()})),a(t,"updateEditorSettings",(function(t){return e.updateEditorSettings(t)})),t)}},{key:"ready",value:function(){var t=this;window.requestAnimationFrame((function(){window.requestAnimationFrame((function(){Object.values(t.sprites).forEach((function(t){null!=t&&t.userData.cssMarker.panoReady()})),null!=t.model&&t.model.trigger(u.threeSixtyImage.READY,t)}))}))}},{key:"cancelNudge",value:function(){clearTimeout(this.nudgeTimeout),this.nudgeTimeout=null}},{key:"nudge",value:function(){var t=this;clearTimeout(this.nudgeTimeout),this.nudgeTimeout=setTimeout((function(){t.spherical.setFromCartesianCoords(t.camera.target.x,t.camera.target.y,t.camera.target.z);var e=THREE.MathUtils.radToDeg(I-t.phi);e+=-1*t.initialLatOffset,t.spherical.phi=THREE.MathUtils.degToRad(90-e);var n=new THREE.Vector3;n.setFromSpherical(t.spherical),t.setPanToCoord(n)}),250)}},{key:"setMarkerPulse",value:function(t){this.pulseMarkers=t,Object.values(this.sprites).forEach((function(e){if(null!=e){var n=e.userData.cssMarker;n.isHotspot()||n.adjust({props:{animation:t?"pulse":"normal"}})}}))}},{key:"setHotspotPulse",value:function(t){this.pulseHotspots=t}},{key:"setupBackSpriteTex",value:function(){var t=this,e=m("none",this.maxAnisotropy),n=e.canvas,i=e.tex,r=e.mat;e.render,this.backSpriteTex={normal:function(){return{canvas:n,tex:i,mat:r}},pulse:function(){t.pulseAnimation||(t.pulseAnimation=m("pulse",t.maxAnisotropy));var e=t.pulseAnimation;return{canvas:e.canvas,tex:e.tex,mat:e.mat}},empty:function(){t.emptyTexture||(t.emptyTexture=m("empty",t.maxAnisotropy));var e=t.emptyTexture;return{canvas:e.canvas,tex:e.tex,mat:e.mat}}}}},{key:"getMarker",value:function(t){var e=this.sprites[t];if(null!=e)return e.userData.cssMarker}},{key:"removeMarker",value:function(t,e){var n=this.getMarker(t);if(null!=n){if(null!=n.polyHotspot&&n.polyHotspot.delete(e))return;n.remove(),this.boundingBox.style.display="none",this.cssScene.remove(n.object),this.scene.remove(n.sprite),this.scene.remove(n.backSprite),delete this.sprites[n.id],delete this.markersByIdx[n.idx],null!=this.editorApi&&this.editorApi.onMarkerRemoved(n.id)}}},{key:"getCurrInputElement",value:function(){var t=document.activeElement;return null==t||t===document.body?null:F(t)||B(t)||U(t)||W(t)||z(t)?t:null}},{key:"getInputType",value:function(t){return[{test:function(t){return null==t},type:"none"},{test:F,type:"panelBody"},{test:B,type:"panelTitle"},{test:U,type:"hint"},{test:W,type:"tooltip"},{test:z,type:"button"},{test:function(){return!0},type:"none"}].find((function(e){return(0,e.test)(t)})).type}},{key:"getCurrMediaElementType",value:function(){var t=this.currMarker;if(null==t)return C;var e=t.userData.cssMarker.panel;if(null==e)return C;var n=function(t){if(null==t)return!1;var n=e.getSelectionBox(t);return null!=n&&n.shown};return n(e.mediaImageEl)?A:n(e.mediaAudioEl)?T:n(e.mediaVideoPosterEl)?E:null!=e.panelButton&&e.panelButton.el===document.activeElement?S:C}},{key:"getIsMediaShowing",value:function(){var t=this.currMarker;if(null==t)return!1;var e=t.userData.cssMarker.panel;return null!=e&&e.mediaShowing}},{key:"getAccHtml",value:function(){var t='
',e=R?66:33,n=e/this.origWidth*100,i=e/this.origHeight*100;if(t+="\n \n "),Object.values(this.sprites).forEach((function(e){null!=e&&(t+=e.userData.cssMarker.getAccHtml())})),this.isGuidedNav()){var r=v.getString("three_image_interaction_next"),o=v.getString("three_image_interaction_prev");t+='\n

').concat(r,'

\n

').concat(o,"

\n ")}return t+="
"}},{key:"connectAccChildren",value:function(t,e){var n=this;this.threeSixtyAcc=t,this.accChildContainerEl=e,Object.values(this.sprites).forEach((function(t){null!=t&&t.userData.cssMarker.setAccChild(e)})),this.isGuidedNav()&&(this.nextAccBtn=e.querySelector(".acc-three-sixty-nav-next"),this.prevAccBtn=e.querySelector(".acc-three-sixty-nav-prev"),this.updateGuidedArrows()),this.isFreeNav()&&this.accDidResume&&(Object.values(this.markersByIdx).forEach((function(t){n.markerIdxInView!=t.idx&&(t.accChildEl.style.display="none")})),this.freeAccShowMarkers=function(){Object.values(n.markersByIdx).forEach((function(t){t.accChildEl.style.display=null}))})}},{key:"updateText",value:function(t){if(null!=this.getMarker(t.id)){var e=this.getCurrInputElement();null!=e&&this.withOnSelectionChange((function(){nt(e,t)}))}}},{key:"updateMarkers",value:function(t){for(var e in this.sprites)this.sprites[e].userData.cssMarker.adjustProps(t);null!=this.editorApi&&this.editorApi.onMarkersUpdated(this.getAllMarkerData())}},{key:"batchUpdateMarkers",value:function(t){var e=this;t.forEach((function(t){return e.updateMarker(t)}))}},{key:"selectMarker",value:function(t){var e=document.querySelector(".three-sixty-image-media-panel-overlay");if(this.mode!==st.SET_CROP_IMAGE_MEDIA&&!e){if(null!=this.currMarker){var n=this.currMarker.userData.cssMarker.panel;null!=n&&n.hide()}if(this.hideMarkerBounds(),null==t.id)this.selectNextSprite=!1,this.setCurrMarker(null);else{var i=this.getMarker(t.id);null!=i&&(this.selectNextSprite=!0,this.setCurrMarker(i.sprite),this.panToMarker(t.id))}}}},{key:"deselectFocus",value:function(){if(this.mode!==st.SET_CROP_IMAGE_MEDIA&&null!=this.currMarker){var t=this.currMarker.userData.cssMarker.panel;if(null!=t&&t.shown)return null!=document.activeElement&&f.closest(document.activeElement,(function(t){return f.hasClass(t,"panel-el")}))?void document.activeElement.blur():void t.hide();this.deselectCurrentMarkerOrHotspot()}}},{key:"setFocus",value:function(t){var e=this;this.editMode&&(t.focus!=_?null!=this.currMarker&&this.withOnSelectionChange((function(){var n=e.currMarker.userData.cssMarker.panel,r=t.focus;null!=n&&(n.shown||r==C||(n.marker.isHotspot()?n.showHotspotPanel():n.show()),r===b?(n.showSelectionBox(n.titleEl,!0),n.titleEl.focus()):r===w?(n.showSelectionBox(n.bodyEl.parentNode,!0),n.bodyEl.focus()):r===A?n.showSelectionBox(n.mediaImageEl,!0):r===T?n.showSelectionBox(n.mediaAudioEl,!0):r===E?n.showSelectionBox(n.mediaVideoPosterEl,!0):n.hideSelectionBoxes());var o=i.getPath(e,"currMarker.userData.cssMarker.tooltip");null!=o&&r!=C&&o.showEditMode()})):this.deselectFocus())}},{key:"showMedia",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker.panel;null!=t&&t.showMediaType(this.getCurrMediaElementType())}}},{key:"hideMedia",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker.panel;null!=t&&t.hideAllMedia()}}},{key:"setEffect",value:function(t){null!=t.color&&this.setHotspotColor(t.color),null!=t.reveal&&this.setHotspotReveal(t.reveal),null!=t.pulseMarkers&&this.setMarkerPulse(t.pulseMarkers),null!=t.pulseHotspots&&this.setHotspotPulse(t.pulseHotspots),null!=this.currMarker&&this.currMarker.userData.cssMarker.updateProps()}},{key:"editorMessage",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.editorMessages[t](e)}},{key:"setupDom",value:function(t){var e=this,n=t.width*t.scale,i=t.height*t.scale;this.renderer.setSize(n,i),this.renderer.domElement.id=this.id,this.renderer.domElement.dataset.canvasType="360-image",this.renderer.domElement.style.pointerEvents="all",this.renderer.domElement.addEventListener($,this.onMouseDown),this.cssRenderer.setSize(n,i),document.addEventListener(tt,this.onMouseUp,!1),document.addEventListener(Q,this.onMouseMove),this.el.appendChild(this.renderer.domElement),this.cssEl.appendChild(this.cssRenderer.domElement);var r=setInterval((function(){e.calcSceneRect(),e.sceneRect.width>0&&clearInterval(r)}),16)}},{key:"toDomCoords",value:function(t,e){this.calcSceneRect();var n=t/window.innerWidth,i=e/window.innerHeight;return{x:n*this.sceneRect.width,y:i*this.sceneRect.height}}},{key:"toScreenPosition",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=new THREE.Vector3;e||this.calcSceneRect();var i=this.sceneRect.width/2,r=this.sceneRect.height/2;return t.updateMatrixWorld(),n.setFromMatrixPosition(t.matrixWorld).project(this.camera),{x:n.x*i+i,y:-n.y*r+r}}},{key:"vecToScreenPosition",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.calcSceneRect();var n=R&&e?{width:this.newWidth,height:this.newHeight}:this.sceneRect,i=n.width,r=n.height,o=t.clone().project(this.camera);return o.x=(o.x+1)/2,o.x*=i,o.y=-(o.y-1)/2,o.y*=r,o}},{key:"duplicateMarker",value:function(t,e){this.calcSceneRect();var n=this.sprites[t],i=this.toScreenPosition(n),r=this.scaleCoord(i.x,i.y),o=new THREE.Vector2(r.x,r.y);this.placeMarkerWithOffset(o,e)}},{key:"pasteMarker",value:function(t){this.calcSceneRect();var e=this.scaleCoord(this.sceneRect.width/2,this.sceneRect.height/2),n=new THREE.Vector2(e.x,e.y);this.placeMarkerWithOffset(n,t)}},{key:"placeMarkerWithOffset",value:function(t,e){for(var n=THREE.MathUtils.degToRad(20),i=new THREE.Vector2(15*Math.cos(n),20*Math.sin(n)),r=.8*i.lengthSq();this.isScreenPositionNearbySprite(t,r);)t.add(i);this.placeMarker(t.x,t.y,e.props,e.id)}},{key:"isScreenPositionNearbySprite",value:function(t,e){for(var n in this.sprites){var i=this.sprites[n],r=this.toScreenPosition(i),o=this.scaleCoord(r.x,r.y);if(t.distanceToSquared(o)0&&void 0!==arguments[0]&&arguments[0];(this.isDragging||this.forcingCameraTarget||this.downOnMarker)&&!t||(this.locX+=this.locXvel,this.locY+=this.locYvel,this.locXvel*=this.velDamp,this.locYvel*=this.velDamp,this.lat>89?this.locY>this.maxLocY&&(this.locY=this.maxLocY):this.maxLocY=this.locY,this.lat<-89?this.locY\n ".concat(this.localizedText.initialView," ").concat(t,"°, ").concat(e,"°\n ")}},{key:"resetCropImageMedia",value:function(){this.cancelCropImageMedia(!1),this.setCropImageMedia(!0)}},{key:"cancelCropImageMedia",value:function(t){null!=this.cropTool&&(this.cropTool.hide(),this.cropTool=null),this.cropToolShown=!1,this.bottomCropUiEl.style.display="none";var e=this.lastActiveMarker.userData.cssMarker.panel;null!=e&&e.cancelCrop(),null!=this.editorApi&&null!=this.editorApi.restoreFit&&this.editorApi.restoreFit(),t&&(this.setMode(st.DEFAULT),null!=this.editorApi&&this.editorApi.onCancelImageMediaCrop())}},{key:"saveCropImageMedia",value:function(){if(this.cropToolShown){var t=this.cropTool.getCropRect(),e=this.lastActiveMarker.userData;t.markerId=e.cssMarker.id,e.cssMarker.panel.saveCrop(t),this.cancelCropImageMedia(!1),null!=this.editorApi&&this.editorApi.onImageMediaCrop(t)}}},{key:"setCropImageMedia",value:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(!this.cropToolShown){null!=this.cropTool&&(this.cropTool.hide(),this.cropTool=null);var n=this.lastActiveMarker.userData.cssMarker.panel,i=n.prepCrop(),r=e?null:n.marker.getEditorVar("imageMediaCropRectangle");if(this.cropTool=new x(".panel-image-container"),this.cropTool.show(),null!=r&&this.cropTool.setCropRect(r),this.cropToolShown=!0,!this.bottomCropUiEl){var o=this.localizedText,a=o.cropReset,s=o.cropCancel,l=o.cropDone;this.bottomCropUiEl=document.createElement("div"),this.bottomCropUiEl.innerHTML=ot({reset:a,cancel:s,done:l}),this.bottomCropUiEl=this.bottomCropUiEl.firstElementChild,this.bottomCropUiEl.style.zIndex=1e4,this.setCropUiBottom={},f.selectAllByRef(this.setCropUiBottom,this.bottomCropUiEl);var u=document.querySelector("#wrapper");null!=u&&u.appendChild(this.bottomCropUiEl),this.setCropUiBottom.threeBottomUiResetEl.addEventListener("click",(function(){t.resetCropImageMedia()})),this.setCropUiBottom.threeBottomUiDoneEl.addEventListener("click",(function(){t.saveCropImageMedia(),t.setMode(st.DEFAULT)})),this.setCropUiBottom.threeBottomUiCancelEl.addEventListener("click",(function(){t.cancelCropImageMedia(!0)}))}null!=this.editorApi&&null!=this.editorApi.forceFitInWindow&&this.editorApi.forceFitInWindow(),i(),this.bottomCropUiEl.style.display="block",this.updateSize(this.newWidth,this.newHeight),this.positionCropUi()}}},{key:"hideCrosshairUi",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:.2,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.8;null!=this.editorApi&&null!=this.editorApi.restoreFit&&this.editorApi.restoreFit(),d.to(this.setCamUi.threeCrosshairsEl,t,{opacity:0}),this.bottomCamUiEl.style.display="none",d.to(this.setCamUi.threeLatLonPillEl,t,{opacity:0,delay:e}),this.el.parentNode.classList.remove("three-setting-intial-camera"),this.enableVelocityDamping()}},{key:"cancelSetInitialCam",value:function(){this.hideCrosshairUi(0,0)}},{key:"updateVisitedMarkers",value:function(){if(null!=this.vars&&this.visitedMarkers0&&void 0!==arguments[0]&&arguments[0],n=this.getTokenValues(),i=n.total,r=v.getString("three_image_interaction"),o=e?v.getString("three_image_instructions"):"",a=this.isFreeNav()?v.getString("three_image_interaction_free"):v.getString("three_image_interaction_guided");if(this.isFreeNav()){var s=e?"".concat(this.altText," : ").concat(r,". ").concat(a,". "):"",l=1===i?v.getString("acc_three_image_count_of_total_item_visited",n):v.getString("acc_three_image_count_of_total_items_visited",n);t="".concat(s).concat(l)}else if(this.isGuidedNav()){var u=e?"".concat(this.altText," : ").concat(r,". ").concat(a,"."):"",c=v.getString("acc_three_image_step_count_of_total",n);t="".concat(u).concat(c)}return"".concat(t,". ").concat(o)}},{key:"updateNavigationText",value:function(){null!=this.navUi&&(this.navUi.threeNavContentEl.innerHTML=this.getNavigationText())}},{key:"setupNavigation",value:function(){if(this.hasNavigationVars()){var t=this.getAllMarkers((function(t){return t.shouldTrack()})).length;G(this.bind.total,t,this),this.isFreeNav()&&!0===this.navigation.visible?(this.navigationEl=this.miscOverlaysEl,null!=this.navigationEl&&(this.navigationEl.innerHTML=ut(this.navigation.textColor,this.navigation.backgroundColor),this.navUi={},f.selectAllByRef(this.navUi,this.navigationEl),this.updateNavigationText(),this.setLocVarsCenter())):this.isGuidedNav()&&(this.navigationEl=this.miscOverlaysEl,null!=this.navigationEl&&(this.setupGuidedUi(),this.goFirstGuidedMarker(),this.updateNavigationText()))}}},{key:"visitedMarkersChanged",value:function(){this.isGuidedNav()&&this.updateGuidedArrows()}},{key:"isFreeNav",value:function(){return this.navigation.type===ht.FREE}},{key:"isGuidedNav",value:function(){return this.navigation.type===ht.GUIDED}},{key:"setupGuidedUi",value:function(){!0===this.navigation.visible&&(this.navigationEl.innerHTML=ct(this.navigation.textColor,this.navigation.backgroundColor,this.playerAccentColor),this.navUi={},f.selectAllByRef(this.navUi,this.navigationEl),d.from(this.navUi.threeNavigationEl,.4,{opacity:0,delay:.4}),this.navUi.threeNavContentEl.addEventListener(Z,this.onNavClicked),this.navUi.threeGuidedLeftBtnEl.addEventListener(Z,this.goPrevGuidedClick),this.navUi.threeGuidedRightBtnEl.addEventListener(Z,this.goNextGuidedClick)),Object.values(this.markersByIdx).forEach((function(t){t.hide()}))}},{key:"goFirstGuidedMarker",value:function(){var t=this;this.slideObject.afterHtmlReady((function(){if(t.isGuidedNav()){var e=t.markersByIdx[t.markerIdxInView];null!=e&&(t.isNavigationPan=!0,e.show(),e.isHotspot()&&(e.polyHotspot.visible=t.hotspotReveal,e.polyHotspot.canClick=!0),t.panToMarker(e.id),t.updateGuidedArrows(),t.updateNavigationText())}}))}},{key:"isFirstMarkerWithNoResume",value:function(){return 0===this.markerIdxInView&&0===this.model.indexValues.length}},{key:"canNavNextMarker",value:function(){return-1!=this.model.indexValues.indexOf(this.markerIdxInView)&&this.markerIdxInView0?(this.navUi.threeGuidedLeftBtnEl.classList.remove("three-guided-disabled"),this.updateAccArrowBtns(!1)):(this.navUi.threeGuidedLeftBtnEl.classList.add("three-guided-disabled"),this.updateAccArrowBtns(!0))}}},{key:"markerIdxInView",get:function(){return this.model&&this.model.prop("MarkerInView")},set:function(t){this.model&&this.model.prop("MarkerInView",t)}},{key:"hideShowGuidedArrows",value:function(){if(null!=this.prevMarker&&(this.prevMarker.hide(),null!=this.prevMarker.panel&&(this.model.updateLabelState(this.prevMarker.idx,this.prevMarker.panel.shown),this.model.setVisitedMarkers()),this.prevMarker.isHotspot()&&(this.prevMarker.polyHotspot.visible=!1,this.prevMarker.polyHotspot.canClick=!1)),null!=this.nextMarker)if(this.nextMarker.show(),this.nextMarker.isHotspot()&&(this.nextMarker.polyHotspot.canClick=!0),this.isNavigationPan=!0,this.accNavConfig){var t=this.accNavConfig,e=t.isAcc,n=t.cb;this.panToMarker(this.nextMarker.id,e,n),this.accNavConfig=null}else this.panToMarker(this.nextMarker.id);this.updateNavigationText(),this.updateGuidedArrows()}},{key:"setAccNavPanConfig",value:function(t){this.accNavConfig={isAcc:!0,cb:t}}},{key:"positionInitialCamUi",value:function(){if(this.mode===st.SET_INITIAL_CAMERA_ANGLE){var t=document.querySelector("#container");if(null!=t){var e=t.getBoundingClientRect();this.bottomCamUiEl.style.top="".concat(e.bottom,"px"),this.bottomCamUiEl.style.left="".concat(e.left,"px"),this.bottomCamUiEl.style.width="".concat(e.width,"px")}}}},{key:"positionCropUi",value:function(){if(this.mode===st.SET_CROP_IMAGE_MEDIA){var t=document.querySelector(".panel-image-frame");if(null!=t){var e=t.getBoundingClientRect(),n={left:e.left,top:e.top,bottom:e.bottom,width:e.width};if(n.width<410){n.width=410;var i=(410-e.width)/2;n.left=e.left-i}this.bottomCropUiEl.style.top="".concat(n.bottom,"px"),this.bottomCropUiEl.style.left="".concat(n.left,"px"),this.bottomCropUiEl.style.width="".concat(n.width,"px")}}}},{key:"setInitialCameraAngle",value:function(){var t=this;if(this.deselectMarker(),this.hotspotLayer.currHotspot=null,this.el.parentNode.classList.add("three-setting-intial-camera"),this.disableVelocityDamping(),this.panToCoord=!1,this.setCameraTarget(this.initialLat,this.initialLon),Object.values(this.sprites).forEach((function(t){if(null!=t){var e=t.userData.cssMarker;null!=e.panel&&e.panel.shown&&e.panel.hide()}})),null!=this.editorApi&&null!=this.editorApi.forceFitInWindow&&this.editorApi.forceFitInWindow(),this.crossHairsEl)this.crossHairsEl.style.display="block",this.setCamUi.threeCrosshairsEl.style.opacity=1,this.setCamUi.threeLatLonPillEl.style.opacity=1,this.bottomCamUiEl.style.display="block";else{this.bottomCamUiEl=document.createElement("div");var e=this.localizedText,n=e.initialCameraReset,i=e.initialCameraCancel,r=e.initialCameraDone;this.bottomCamUiEl.innerHTML=ot({reset:n,cancel:i,done:r}),this.bottomCamUiEl=this.bottomCamUiEl.firstElementChild,this.setCamUiBottom={},f.selectAllByRef(this.setCamUiBottom,this.bottomCamUiEl);var o=document.querySelector("#wrapper");null!=o&&o.appendChild(this.bottomCamUiEl),this.crossHairsEl=document.querySelector(".three-misc-overlays"),null!=this.crossHairsEl&&(this.crossHairsEl.innerHTML=rt()),this.setCamUi={},f.selectAllByRef(this.setCamUi,this.crossHairsEl),this.setCamUiBottom.threeBottomUiDoneEl.addEventListener("click",this.onSetInitialCamDone),this.setCamUiBottom.threeBottomUiResetEl.addEventListener("click",(function(){t.panToCoord=!1,t.deselectMarker(),t.setCameraTarget(0,0)})),this.setCamUiBottom.threeBottomUiCancelEl.addEventListener("click",(function(){null!=t.editorApi&&null!=t.editorApi.onCancelInitialCameraAngleSet&&t.editorApi.onCancelInitialCameraAngleSet(),t.setMode(st.DEFAULT)}))}this.positionInitialCamUi(),this.updateSize(this.newWidth,this.newHeight),d.from(this.setCamUi.threeCrosshairsEl,.2,{opacity:0})}},{key:"panComplete",value:function(){var t=this;if(this.panToCoord&&(this.setLocVarsCenter(),this.panToCoord=!1,null!=this.panCallback&&(this.panCallback(this.showNextSprite),this.panCallback=null)),this.selectNextSprite&&setTimeout((function(){t.currMarker&&(t.displayBoundingBox(),t.showMarkerBounds(),t.boundingBox.style.display="block",t.selectNextSprite=!1)}),300),null!=this.showNextSprite){var e=this.showNextSprite,n=e.userData.cssMarker,i=n.polyHotspot,r=n.isHotspot(),o=this.editMode||!this.isGuidedNav()||this.markerShownCounter>0,a=this.isAccPan;this.isAccPan&&(this.isAccPan=!1),a||(this.hotspotLayer.currHotspot=r&&o?i:null),(n.panel||n.hotspotHint)&&this.mode!==st.SET_INITIAL_CAMERA_ANGLE?(null!=n.panel&&(n.panel.forcePlaceCenter=!0),window.requestAnimationFrame((function(){if(!a&&(0!==t.markerShownCounter||t.editMode||t.model.labelValues[n.idx])){if(r){if(n.panel){t.calcSceneRect();var e=t.vecToScreenPosition(i.getCenterPoint(i.shapeMesh));n.panel.show(!0,e)}else l.trigger(u.threeSixtyImage.PUSH_DOWN_BY_LABEL);null!=n.hotspotHint&&n.hotspotHint.show()}else n.panel.show();null!=n.tooltip&&n.tooltip.toggleEditMode(!0)}null!=n.panel&&n.panel.hideSelectionBoxes(),t.markerShownCounter++}))):this.markerShownCounter++,this.isNavigationPan&&(window.requestAnimationFrame((function(){t.isFirstMarkerWithNoResume()||n.addToVisitedMarkers()})),this.isGuidedNav()&&(this.markerShownCounter>0&&n.triggerEvent("onlinkrelease",e.userData.id),r&&(i.visible=this.hotspotReveal,i.canClick=!0))),this.showNextSprite=null}this.isNavigationPan=!1}},{key:"moveCameraWithElement",value:function(){var t=50*this.sceneScale,e=.4,n=this.sceneRect.width-t,i=this.sceneRect.height-t,r=t,o=t,a=this.startPageX-this.pageX,s=this.startPageY-this.pageY,l=this.pageX/(window.innerWidth/this.sceneRect.width),u=this.pageY/(window.innerHeight/this.sceneRect.height);this.lat<89&&this.lat>-89&&(l>n&&a<0?(this.changeLocX(-.4),this.needsElementPan=!0):l0&&(this.changeLocX(e),this.needsElementPan=!0)),u0?(this.changeLocY(e),this.needsElementPan=!0):u>i&&s<0&&(this.changeLocY(-.4),this.needsElementPan=!0),this.needsElementPan&&(this.dragMarker(this.pageX,this.pageY),this.applyVelocity(!0),this.draggingOffEdge=!0,this.needsElementPan=!1)}},{key:"updateHotspotStrokes",value:function(){(Math.abs(this.locXvel)>.005||Math.abs(this.locYvel)>.005)&&Object.values(this.sprites).forEach((function(t){if(null!=t){var e=t.userData.cssMarker;e.isHotspot()&&e.displayBounds()}}))}},{key:"showMarkerBounds",value:function(){var t=this.currMarker.userData.cssMarker.displayBounds();t!=this.currMarkerBounds&&(this.hideMarkerBounds(),this.currMarkerBounds=t)}},{key:"hideMarkerBounds",value:function(){null!=this.currMarkerBounds&&(this.currMarkerBounds.hideShowControlPoints(!1),this.currMarkerBounds.isHotspot()||(this.currMarkerBounds.boundsEl.style.display="none"),this.currMarkerBounds=null)}},{key:"triggerEvent",value:function(t,e){this.model.executeFilteredPlayerEvent((function(t){return t.triggerid===e}),t)}},{key:"executeMarkerEvent",value:function(t,e){"click"===e?this.triggerEvent("onlinkrelease",t.userData.id):"move"!==e||t.userData.isOver?"out"===e&&(t.userData.isOver=!1):t.userData.isOver=!0}},{key:"getMarkerIntersection",value:function(t,e,n){var i=this,r=!1;this.mouseRay.x=t/window.innerWidth*2-1,this.mouseRay.y=-e/window.innerHeight*2+1,this.raycaster.setFromCamera(this.mouseRay,this.camera);var o=this.scene.children.filter((function(t){return"Sprite"===t.type&&!t.userData.isBackSprite&&!t.userData.isHotspotControlPoint})),a=this.raycaster.intersectObjects(o,!1),s={};return a.forEach((function(t){if(r=!0,s[t.object.userData.id]=t.object,!t.object.visible)return null;"over"===n&&i.setCurrMarker(t.object)})),r}},{key:"deselectMarker",value:function(){this.setCurrMarker(null),this.boundingBox.style.display="none",this.hideMarkerBounds(),this.forcingCameraTarget=!1}},{key:"deselectCurrentMarkerOrHotspot",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker;t.props.hasPanel&&t.panel.hide(),t.isHotspot()&&this.hotspotLayer.currHotspot.deselect(),this.deselectMarker()}}},{key:"setCurrMarker",value:function(t){(null==this.hotspotLayer.currHotspot||this.hotspotLayer.currHotspot.finished)&&(this.currMarker=t,null!=t&&(this.lastActiveMarker=t),l.trigger(u.threeSixtyImage.SELECTED_MARKER_CHANGED,i.getPath(this,"currMarker.userData.cssMarker.id",null)),this.editMode&&null!=this.editorApi&&this.editorApi.onMarkerSelected(null!=this.currMarker?this.currMarker.userData.cssMarker.id:null))}},{key:"panToMarker",value:function(t,e,n){var i=this.sprites[t];if(null!=i){n&&(this.panCallback=n);var r=i.userData.cssMarker;if(null!=this.threeSixtyAcc&&this.isAccNav&&this.isNavigationPan&&null!=r.hotspotHint)return r.el.style.opacity=0,r.hotspotHint.show(),this.threeSixtyAcc.syncHotspotHint(r),void(r.hotspotHint.opened?(r.accHotspotHintBubbleEl.focus(),this.threeSixtyAcc.onInterceptShadowFocus({target:r.accHotspotHintBubbleEl})):(r.accHotspotHintEl.focus(),this.threeSixtyAcc.onInterceptShadowFocus({target:r.accHotspotHintEl})));if(this.isNavigationPan&&!this.hotspotReveal&&r.isHotspot()&&!e&&!this.isAccNav)return r.el.style.opacity=0,null!=r.hotspotHint&&r.hotspotHint.show(),void l.trigger(u.threeSixtyImage.PUSH_DOWN_BY_LABEL);this.isAccPan=e,this.setPanToCoord(i.position),this.showNextSprite=i}}},{key:"setPanToCoord",value:function(t){this.spherical.setFromCartesianCoords(t.x,t.y,t.z),this.panCoord=this.spherical;var e=I-this.panCoord.theta,n=V(this.theta,e);this.panCoord.theta=this.theta+n,this.panToCoord=!0}},{key:"getMarkerData",value:function(t){var e=this.getMarker(t);if(null!=e)return e.getData()}},{key:"getAllMarkers",value:function(t){return h.reduce(this.sprites,(function(e,n){var i=n.userData.cssMarker;return(null==t||t(i))&&e.push(i),e}),[])}},{key:"getAllMarkerData",value:function(t){var e=[];for(var n in this.sprites){var i=this.sprites[n].userData.cssMarker;(null==t||t.includes(i.id))&&e.push(i.getData())}return e}},{key:"getCentermostMarker",value:function(){this.calcSceneRect();var t=[],e={x:this.sceneRect.width/2,y:this.sceneRect.height/2};this.camera.updateMatrix(),this.camera.updateMatrixWorld();var n=new THREE.Frustum;for(var r in n.setFromProjectionMatrix((new THREE.Matrix4).multiplyMatrices(this.camera.projectionMatrix,this.camera.matrixWorldInverse)),this.sprites){var o=this.sprites[r].userData.cssMarker,a=o.isHotspot()?o.polyHotspot.shapeMesh:o.sprite;if(n.containsPoint(a.position)){var s=this.toScreenPosition(a,!0);if(null!=s){var l=i.dist(e.x,e.y,s.x,s.y);t.push({dist:l,marker:o})}}}var u=t.sort((function(t,e){return t.dist-e.dist}))[0];return null!=u&&u.marker}},{key:"mouseIntersect",value:function(t,e){return this.mouseRay.x=t/window.innerWidth*2-1,this.mouseRay.y=-e/window.innerHeight*2+1,this.raycaster.setFromCamera(this.mouseRay,this.camera),this.raycaster.intersectObject(this.sphereMesh,!1)}},{key:"placeMarkerFromContextMenu",value:function(t){null!=this.contextMenuOrigin&&this.placeMarker(this.contextMenuOrigin.pageX,this.contextMenuOrigin.pageY,t.props,t.id)}},{key:"placeMarker",value:function(t,e){var n,i,r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=arguments.length>3?arguments[3]:void 0,s=this.mouseIntersect(t,e);if(s.length>0){var l=s[0].point;l.lerp(new THREE.Vector3(0,0,0),.05);var u=function(){null!=r.editorApi&&r.editorApi.onMarkerPlaced(n.marker.getData())};if(i=(n=this.createSprite(l,a,o)).marker.isHotspot())if(n.marker.hide(),n.marker.el.style.display="none",null==n.marker.props.hotspotData)this.setMode(st.DRAWING_HOTSPOT),this.hotspotLayer.beginHotspot(l,n.marker,u);else{var c=this.hotspotLayer.createHotspot(n.marker.props.hotspotData,n.marker);c.drag(l),u(),this.setCurrMarker(c.marker.sprite),this.setFocus({focus:b})}else u(),this.makeMarkerSwitchable(n.marker,l);this.stopVelocity(),this.hideMarkerBounds(),this.setCurrMarker(n.sprite),i||this.setFocus({focus:b})}i||this.setMode(st.DEFAULT)}},{key:"makeMarkerSwitchable",value:function(t,e){this.editMode&&"normal"===t.props.type&&(this.hotspotLayer.createHotspotAtPoint(e,t),t.polyHotspot.visible=!1)}},{key:"dragMarker",value:function(t,e){this.boundingBox.style.display="block",this.mouseRay.x=t/window.innerWidth*2-1,this.mouseRay.y=-e/window.innerHeight*2+1,this.raycaster.setFromCamera(this.mouseRay,this.camera);var n=this.raycaster.intersectObject(this.sphereMesh,!1);if(n.length>0){var i=n[0].point;i.lerp(new THREE.Vector3(0,0,0),.05),this.drag.started||(this.drag.startX=i.x-this.currMarker.position.x,this.drag.startY=i.y-this.currMarker.position.y,this.drag.startZ=i.z-this.currMarker.position.z,this.drag.started=!0,this.drag.count=0),this.drag.started&&(i.set(i.x-this.drag.startX,i.y-this.drag.startY,i.z-this.drag.startZ),this.drag.count++),this.currMarker.position.copy(i);var r=this.currMarker.userData.cssMarker;r.updateLoc(i),null!=r.polyHotspot&&r.polyHotspot.drag(i,!0)}}},{key:"canDragMarker",value:function(){return this.editMode&&this.downOnMarker&&null!=this.currMarker&&this.mode!=st.SET_INITIAL_CAMERA_ANGLE}},{key:"checkHideHotspotPanel",value:function(){if(this.drag.started&&this.drag.count>4){var t=this.currMarker.userData.cssMarker;t.isHotspot()&&t.panel.shown&&(t.panel.hide(!0),this.hotspotLayer.currHotspot=null)}}},{key:"setLocVarsCenter",value:function(){this.calcSceneRect(),this.forcingCameraTarget=!1,this.downX=this.sceneRect.width/2,this.downY=this.sceneRect.height/2,this.locX=this.downX,this.locY=this.downY,this.locXvel=this.locYvel=this.locDist=this.locTheta=0,this.downLon=this.lon,this.downLat=this.lat,this.prevLocX=this.lastUpX=this.locX,this.prevLocY=this.lastUpY=this.locY,this.setLonLat(this.locX,this.locY)}},{key:"updateSize",value:function(t,e){var n=this;if(this.mode===st.SET_INITIAL_CAMERA_ANGLE||this.mode===st.SET_CROP_IMAGE_MEDIA){var r=(e-at)/e;t*=r,e*=r,window.ResizeContainer(t,e),document.getElementById("container").scrollIntoView({inline:"center",block:"center"}),this.calcSceneRect()}if(this.positionInitialCamUi(),this.positionCropUi(),clearTimeout(this.uiPositionId),this.uiPositionId=setTimeout((function(){n.positionInitialCamUi(),n.positionCropUi()}),100),this.newWidth=t,this.newHeight=e,l.trigger(u.threeSixtyImage.RESIZED,{scale:i.getPath(this,"slideObject.props.winScale",1),width:t,height:e}),null!=this.currMarker){var o=this.currMarker.userData.cssMarker;if(null!=o.panel&&o.panel.shown){var a=o.isHotspot();window.requestAnimationFrame((function(){return o.panel.update(a)}))}}}},{key:"hideLastPanel",value:function(){s.hideLast()}},{key:"lastPanel",value:function(){return s.last}},{key:"hidePanelAndDeselect",value:function(){if(null!=this.currMarker){var t=this.currMarker.userData.cssMarker,e=t.panel;null!=e&&e.hide(!0),t.disableActive()}else if(this.hotspotLayer.currHotspot){var n=this.hotspotLayer.currHotspot.marker;null!=n&&n.panel&&n.panel.hide(!0),this.hotspotLayer.currHotspot.deselect()}}},{key:"changeLocX",value:function(t){return this.hidePanelAndDeselect(),this.panToCoord=!1,this.forcingCameraTarget=!1,this.locXvel+=t,!0}},{key:"changeLocY",value:function(t){return this.hidePanelAndDeselect(),this.panToCoord=!1,this.forcingCameraTarget=!1,this.locYvel+=t,!0}},{key:"setCameraTarget",value:function(t,e){this.forcingCameraTarget=!0,this.lat=t||0,this.lon=e||0}}],n&&o(e.prototype,n),g&&o(e,g),Object.defineProperty(e,"prototype",{writable:!1}),t}();return pt.loadTracker={},pt.isWaitingLoad=function(t,n){var i=!1,r=g.getCurrentWindowSlide().absoluteId,o=pt.loadTracker[r];return null==o||0===o.length||(pt.loadTracker[r].forEach((function(t){t.ready||(i=!0)})),!t&&i&&(clearInterval(e),e=setInterval((function(){pt.isWaitingLoad(!0)||(clearInterval(e),n())}),16))),i},pt}.call(e,n,e,t),void 0===i||(t.exports=i)},1294:function(t,e,n){var i;i=function(t){"use strict";var e=n(6486),i=n(7097),r=n(82),o=n(7812),a=o.math.TO_RADIANS,s=function(){this.reset()};return e.extend(s.prototype,{adjustByViewProps:function(t){return this.translate(t.RawXPos,t.RawYPos).scale(t.ScaleX,t.ScaleY,t.rotateXPos,t.rotateYPos).rotate(t.Rotation,t.rotateXPos,t.rotateYPos),this},reset:function(){return this.a=this.d=1,this.c=this.b=this.tx=this.ty=0,this},translate:function(t,e){return this.tx+=t*this.a+e*this.b,this.ty+=t*this.c+e*this.d,this},scale:function(t,e,n,i){var r=n||i;return r&&this.translate(n,i),this.a*=t,this.c*=t,this.b*=e,this.d*=e,r&&this.translate(-n,-i),this},rotate:function(t,e,n){t*=a;var i=Math.cos(t),r=Math.sin(t),o=e-e*i+n*r,s=n-e*r-n*i,l=this.a,u=this.b,c=this.c,h=this.d;return this.a=i*l+r*u,this.b=-r*l+i*u,this.c=i*c+r*h,this.d=-r*c+i*h,this.tx+=o*l+s*u,this.ty+=o*c+s*h,this},skew:function(t,e,n,i){var r=n||i,o=this.a,s=this.c;return t=Math.tan(t*a),e=Math.tan(e*a),r&&this.translate(n,i),this.a+=e*this.b,this.c+=e*this.d,this.b+=t*o,this.d+=t*s,r&&this.translate(-n,-i),this},transform:function(t,e){return{x:t*this.a+e*this.b+this.tx,y:t*this.c+e*this.d+this.ty}},copy:function(){var t=new s;return t.a=this.a,t.b=this.b,t.c=this.c,t.d=this.d,t.tx=this.tx,t.ty=this.ty,t},invert:function(){var t=1/(this.a*this.d-this.b*this.c),e=this.d*t,n=-this.b*t,i=-this.c*t,r=this.a*t,o=t*(this.b*this.ty-this.d*this.tx),a=t*(this.c*this.tx-this.a*this.ty);return this.a=e,this.b=n,this.c=i,this.d=r,this.tx=o,this.ty=a,this},toCssTransform:function(){var t=r.fix(this.a,6),e=r.fix(this.b,6),n=r.fix(this.c,6),o=r.fix(this.d,6),a=r.fix(this.tx,6),s=r.fix(this.ty,6);return i.buildTransformFn("matrix",t,n,e,o,a,s)},getScale:function(){return{x:r.hypot(this.a,this.c),y:r.hypot(this.b,this.d)}},transformPoint:function(t,e){return{x:t*this.a+e*this.b+this.tx,y:t*this.c+e*this.d+this.ty}},unTransformPoint:function(t,e){return this.copy().invert().transformPoint(t,e)},decompose:function(){var t,e,n,i=this.a,r=this.b,o=this.c,a=this.d;return n=i*a-r*o,Math.abs(n)<=1e-12?null:(r/=t=Math.sqrt(i*i+r*r),(i/=t)*(a/=e=Math.sqrt(o*o+a*a))1&&void 0!==arguments[1]?arguments[1]:1,n=new s;return n.a=this.a+t.a*e,n.b=this.b+t.b*e,n.c=this.c+t.c*e,n.d=this.d+t.d*e,n.tx=this.tx+t.tx*e,n.ty=this.ty+t.ty*e,n},append:function(t){var e=this.a,n=this.b,i=this.c,r=this.d,o=t.a,a=t.b,s=t.c,l=t.d,u=t.tx,c=t.ty;return this.a=o*e+s*n,this.b=a*e+l*n,this.c=o*i+s*r,this.d=a*i+l*r,this.tx+=u*e+c*n,this.ty+=u*i+c*r,this},isEqual:function(t){return this.tx===t.tx&&this.ty===t.ty&&this.a===t.a&&this.b===t.b&&this.c===t.c&&this.d===t.d},isOnlyTranslated:function(t){return this.a===t.a&&this.b===t.b&&this.c===t.c&&this.d===t.d}}),s}.call(e,n,e,t),void 0===i||(t.exports=i)},9739:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r,o=n(6486),a=n(5470),s=n(8880),l=n(82),u=n(4811),c=n(9032),h=!1===window.globals.suppressAnalytics&&-1===window.location.protocol.indexOf("file");if(h){e=document.createElement("iframe"),i=function t(e){return e?(e^16*Math.random()>>e/4).toString(16):([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,t)}(),r=u.Deferred();e.setAttribute("aria-hidden","true"),e.id="analytics-frame",e.src="analytics-frame.html#"+i,e.style.position="fixed",e.style.left="-1000px",e.style.top=0,window.addEventListener("message",(function t(n){n.data.id===i&&("loaded"===n.data.message?r.resolve():"xhr sent"===n.data.message&&(document.body.removeChild(e),window.removeEventListener("message",t),e=null,i=null))})),document.body.appendChild(e)}var d={initialize:function(t){o.bindAll(this,"onMounted"),this.confirmValidProps(),this.dfd=r,t.assetLib(),t.slideMap(),c.once(s.slide.HAS_MOUNTED,this.onMounted)},confirmValidProps:function(){this.hasValidProps=["productChannel","publishSource","aid","cid","playerVersion"].every((function(t){return null!=window.globals[t]}))},getDevicePixelRatio:function(){return window.devicePixelRatio},formatScreenResolution:function(){return"".concat(window.screen.width,"x").concat(window.screen.height)},onMounted:function(t){var e=Math.round(performance.now()),n=l.getPath(t,"props.model.parent.isMessageScene",!1),i=document.getElementById("font-test"),r=document.getElementById("font-test-download"),o=document.getElementById("font-test-default"),s=Math.floor(r.getComputedTextLength())!==Math.floor(o.getComputedTextLength()),u={os:[a.osname,a.osversion].join(" "),browser:[a.name,a.version].join(" "),playerVersion:window.globals.playerVersion,playerType:"HTML5-A",playerFrame:"unified"===window.globals.themeName?"modern":"classic",publishTimestamp:window.globals.publishTimestamp,lmsPresent:window.globals.lmsPresent,tinCanPresent:window.globals.tinCanPresent,cmi5Present:window.globals.cmi5Present,aoSupport:window.globals.aoSupport,protocol:window.location.protocol.slice(0,-1),productChannel:window.globals.productChannel,publishSource:window.globals.publishSource,cid:window.globals.cid,timeToLoad:e,resumePrompt:n,canDownloadFonts:s,screenResolution:d.formatScreenResolution(),pixelRatio:d.getDevicePixelRatio()};i.parentNode.removeChild(i),this.sendMessage("player_course_load",u)},sendMessage:function(t,n){h&&this.hasValidProps&&r.then((function(){e.contentWindow.postMessage({id:i,event:t,properties:n,aid:window.globals.aid},"*")}))}};return d}.call(e,n,e,t))||(t.exports=i)},857:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(8880),r=n(9032),o=(n(1419),{callbacks:[],endFrameCallbacks:[],frameRequested:!1,staleFrameRequested:!1,timeStale:!0,staleTime:-1,lastCpuTime:Date.now(),lastEndFrameTime:0,currentTime:0,locks:[],locked:!1,waitingLock:!1,clockOverridden:!1,playbackSpeed:1,overrideClock:function(t){this.clockOverridden=!0,this.frameTimeMs=t},requestAnimationFrame:function(t,e){e?this.endFrameCallbacks.push(t):this.callbacks.push(t),this.frameRequested||(this.frameRequested=!0,this.staleFrameRequested||this.clockOverridden||window.requestAnimationFrame(this.tick.bind(this)),this.staleFrameRequested=!1)},lock:function(){var t=e.uniqueId("lock-");return this.locks.push(t),this.locked=!0,t},unlock:function(t){e.pull(this.locks,t),this.locked=this.locks.length>0,!this.locked&&this.waitingLock&&(this.waitingLock=!1,this.tick())},playbackSpeedUpdated:function(t){this.playbackSpeed=t},startMediaSync:function(t){if(this.mediaInterface!==t&&!(null!=this.mediaInterface&&t.getRemainingTime()132&&(e=33),this.mediaInterface=t,this.lastMediaTime=this.mediaInterface.getTime()-e}},endMediaSync:function(t){this.mediaInterface===t&&(this.mediaInterface=null)},updateTime:function(){var t=Date.now(),e=t-this.lastCpuTime;if(this.lastCpuTime=t,e>132&&(e=33),null!=this.mediaInterface){var n=this.mediaInterface.getTime(),i=this.mediaInterface.getPlaybackRate();e=(n-this.lastMediaTime)/i,this.lastMediaTime=n}return this.currentTime+=this.clockOverridden?this.frameTimeMs:e*this.playbackSpeed,this.currentTime},requestStaleFrame:function(){this.frameRequested||this.staleFrameRequested||this.clockOverridden||(this.staleFrameRequested=!0,window.requestAnimationFrame(this.tick.bind(this)))},requestEndFrameTick:function(){this.frameRequested||this.clockOverridden||(this.frameRequested=!0,window.requestAnimationFrame(this.tick.bind(this)))},time:function(){return this.timeStale&&(this.requestStaleFrame(),-1===this.staleTime&&(this.staleTime=this.updateTime()),this.frameTime=this.staleTime),this.frameTime},tick:function(){if(this.locked)this.waitingLock=!0;else{var t=this.frameRequested;this.staleFrameRequested=!1,this.frameRequested=!1,this.frameTime=this.updateTime(),this.staleTime=-1,this.timeStale=!1,this.callbacks.length>0&&this.executeCallbacks(),this.endFrameCallbacks.length>0&&(this.currentTime-this.lastEndFrameTime>=33?(this.lastEndFrameTime=this.currentTime,this.executeCallbacks(!0)):this.requestEndFrameTick()),t?this.requestStaleFrame():this.timeStale=!0}},executeCallbacks:function(t){var e,n;t?(e=this.endFrameCallbacks.slice(0),this.endFrameCallbacks=[]):(e=this.callbacks.slice(0),this.callbacks=[]),n=e.length;for(var i=0;i0&&(r=i.some((function(t){return e.isLayerTimelinePlaying(t)}))),r},isLayerTimelinePlaying:function(t){return!t.getHasTimelineFinished()&&!t.getIsTimelinePaused()},nextSlide:function(){var t=e.shift();t&&u.trigger(l.request.NEXT_SLIDE,c.prefixWithPlayer(t))},pausePlayer:function(){u.trigger(l.detection.VISIBILITY_HIDDEN)},playPlayer:function(){u.trigger(l.detection.VISIBILITY_SHOWN)}},b={silenceActions:{trigger_next_slide:!1,close_player:!1},initialize:function(t,n){var r=c.parseParams();if("1"===r.automation&&(window.autoSpider=!0,this.silenceActions.trigger_next_slide=!0,this.silenceActions.close_player=!0),window.autoSpider){i=r.frametimems?parseFloat(r.frametimems):33.33,v("mousedown",this.onPlayerClicked.bind(this)),v("touchstart",this.onPlayerClicked.bind(this)),window.g_nWidth=n.display().width(),window.g_nHeight=n.display().height(),"1"===r.overrideclock&&(a.prototype.play=o.noop,s.overrideClock(i),this.clockIsOverridden=!0,u.on(l.video.STATE_CHANGED,this.onVideoEvent.bind(this)));e=o(n.slideMap().slideRefs().where({type:"slide"})).map("id").filter((function(t){return!/^MsgScene|^PromptScene/.test(t)})).tap((function(e){e.forEach((function(e){var n=t.getSlide(c.prefixWithPlayer(e)).get("showAnimationId");null!=n&&(g[n]=e)}))})).tail().value();var p={playerTime:0,type:"dark-spider",AdvanceFrame:function(){return y.updateTime()},AutoUpdateTime:function(){s.tick()},UpdateAutomationTime:function(t){var e=s.frameTimeMs;s.frameTimeMs=t-s.currentTime,s.tick(),s.frameTimeMs=e},TriggerNextSlide:function(){y.nextSlide()},TriggerPause:function(){h.env.is360&&y.pausePlayer()},TriggerPlay:function(){h.env.is360&&y.playPlayer()},CaptureSlideImage:function(){return d.generate()},GetCourseStateData:function(){return f.getState()},GetTargetDuration:function(e){var n=g[e];return n?t.getSlide(c.prefixWithPlayer(n)).getTransitionAnimation().duration():t.getSlide(c.prefixWithPlayer(e)).getBaseLayer().timeline().duration()}};this.getPlayer=function(){return p},o.bindAll(this,"onSlideStarted","onSlideTransition","onNextSlideRequesting","onMainWindowCreated","onEnterFullscreen","onExitFullscreen","onLoaderShown","onLoaderHidden","onTincanStatement","onPlayButtonShown");var m={};m[l.slide.STARTED]=this.onSlideStarted,m[l.slide.TRANSITION_STARTED]=this.onSlideTransition,m[l.layer.TIMELINE_ACTIVATED]=this.onLayerTimelineActivated,m[l.loader.SHOW]=this.onLoaderShown,m[l.loader.HIDE]=this.onLoaderHidden,m[l.window.MAIN_CREATED]=this.onMainWindowCreated,m[l.request.NEXT_SLIDE]=this.onNextSlideRequesting,m[l.presentation.ENTER_FULLSCREEN]=this.onEnterFullscreen,m[l.presentation.EXIT_FULLSCREEN]=this.onExitFullscreen,m[l.startOverlay.READY]=this.onPlayButtonShown,h.env.isRise&&(m[l.tincan.STATEMENT]=this.onTincanStatement),u.on(m)}},onPlayerClicked:function(){this.callIfExists("OnPlayerClicked")},onEnterFullscreen:function(){this.callIfExists("OnEnterFullscreen")},onExitFullscreen:function(){this.callIfExists("OnExitFullscreen")},onMainWindowCreated:function(t){y.mainWindow=t,this.callIfExists("AutomationReady")},onSlideTransition:function(t,e,n){this.callIfExists("OnSlideTransition",t,e,n)},onSlideStarted:function(t){r=!1,this.callIfExists("OnSlideStarted",t)},onMediaStarted:function(t){this.callIfExists("OnMediaStarted",t)},onMediaPaused:function(t){this.callIfExists("OnMediaPaused",t)},onNextSlideRequesting:function(){r=!0,this.callIfExists("OnNextSlideRequesting")},onPlayButtonShown:function(){this.callIfExists("OnPlayButtonShown")},onLoaderShown:function(){this.callIfExists("OnLoaderShown")},onLoaderHidden:function(){this.callIfExists("OnLoaderHidden")},onVideoEvent:function(t,e,n){this.callIfExists("OnVideoEvent",t,e,n)},onTincanStatement:function(t){this.callIfExists("LmsUpdate",t)},onLayerTimelineActivated:function(t){if(t.isBaseLayer()){var e=t.getClosestAncestorByKind("slide").absoluteId;b.onSlideStarted(c.stripPlayer(e))}},callIfExists:function(t){var e=m[t];"function"==typeof e&&e.apply(m,o.tail(arguments))}};return b}.call(e,n,e,t),void 0===i||(t.exports=i)},6407:function(t,e,n){var i,r;i=[n(5485),n(153)],void 0===(r=function(t,e){t.ajax=e}.apply(e,i))||(t.exports=r)},3934:function(t,e,n){!function(){var t=null;t=n(5485);var i=Array.prototype.slice;function r(t,e){t.prototype[e]=function(){var t=arguments.length?"set":"get",n=i.call(arguments);return n.unshift(e),this[t].apply(this,n)}}t.Model.shorthandify=function(t){if(!(t=t||this.prototype.shorthand))return this;"string"==typeof t&&(t=[t]);for(var e=0,n=t.length;et.length)&&(e=t.length);for(var n=0,i=new Array(e);nt.length)&&(e=t.length);for(var n=0,i=new Array(e);n\n
\n
Settings
\n
\n

\n \n

\n

\n \n

\n

\n \n

\n

\n \n

\n

\n \n

\n
\n \n
Selecting Manual in LRS publish settings overrides querystring values.
\n ')}},{key:"populateWithQueryString",value:function(){var t=this,n=(i.queryStringToObj()||{}).slxapi;null!=n&&(this.endpointLocked&&delete n.endpoint,this.authLocked&&delete n.auth,["endpoint","auth","registration","actor","activityId"].forEach((function(i){var r=n[i];e.isEmpty(r)||(e.isPlainObject(r)?t.refs[i].value=JSON.stringify(r,null,2):t.refs[i].value=r)})),this.onValueChanged())}},{key:"addListeners",value:function(){var t=this;e.bindAll(this,"onValueChanged","onBuildActor","onBuildAuth","showTip","hideTip"),this.refs.buildActor.addEventListener("click",this.onBuildActor),this.refs.buildAuth.addEventListener("click",this.onBuildAuth),o(this.el.querySelectorAll(".lock-icon")).forEach((function(e){e.addEventListener("mouseover",t.showTip),e.addEventListener("mouseout",t.hideTip)})),["activityId","endpoint","auth","actor","registration"].forEach((function(e){null!=t.refs[e]&&(t.refs[e].addEventListener("change",t.onValueChanged),t.refs[e].addEventListener("keyup",t.onValueChanged))}))}},{key:"showTip",value:function(t){var e=this.el.getBoundingClientRect(),n=t.currentTarget.getBoundingClientRect();Object.assign(this.refs.tooltip.style,{opacity:1,top:"".concat(n.top-e.top+(n.bottom-n.top)/2,"px"),left:"".concat(n.left-(e.left+10),"px")})}},{key:"hideTip",value:function(){Object.assign(this.refs.tooltip.style,{opacity:0})}},{key:"openSupportWnd",value:function(t,n,i){var r;null==this.windows[t]?(r=this.createSupportWnd(t,n,i),this.windows[t]=r):(r=this.windows[t]).style.display="block";var o=d(r),a=function(t){i(n.reduce((function(t,e){var n=e.dataref;return t[n]=o[n].value,t}),{})),l()},s=function(t){return l()},l=function(){r.style.display="none",o.ok.removeEventListener("click",a),o.cancel.removeEventListener("click",s)};o.ok.addEventListener("click",a),o.cancel.addEventListener("click",s),o[e.first(n).dataref].focus()}},{key:"createSupportWnd",value:function(t,e,n){var i=document.createElement("div");return a.addClass(i,"debug-build-actor"),i.innerHTML='\n
\n '.concat(e.map((function(t){var e=t.name,n=t.dataref;return"\n

\n \n

')})).join(""),"\n

\n \n

\n
"),this.el.parentElement.appendChild(i),i}},{key:"onBuildAuth",value:function(t){var e=this;this.openSupportWnd("build-auth",[{name:"Key:",dataref:"key"},{name:"Secret:",dataref:"secret"}],(function(t){var n=t.key,i=t.secret;e.updateAuth(n,i)}))}},{key:"onBuildActor",value:function(t){var e=this;this.openSupportWnd("build-actor",[{name:"Learner Name:",dataref:"learnerName"},{name:"Learner Email:",dataref:"learnerEmail"}],(function(t){var n=t.learnerName,i=t.learnerEmail;e.updateActor(n,i)}))}},{key:"updateAuth",value:function(t,n){e.isEmpty(t)&&e.isEmpty(n)||(this.refs.auth.value=c(t,n),this.onValueChanged())}},{key:"updateActor",value:function(t,e){var n={mbox:"mailto:".concat(e),objectType:"Agent",name:t};this.refs.actor.value=JSON.stringify(n,null,2),this.onValueChanged()}},{key:"onValueChanged",value:function(){var t=this,n={};["activityId","endpoint","auth","registration"].forEach((function(i){var r=t.refs[i].value;e.isEmpty(r)||(n[i]=r)}));var i=function(t){try{return JSON.parse(t)}catch(t){return""}}(this.refs.actor.value);e.isEmpty(i)||(n.actor=i),r.trigger(l.debug.lrs.SETTINGS_CHANGED,n)}},{key:"getComponentEl",value:function(){return this.el}}])&&s(n.prototype,u),f&&s(n,f),Object.defineProperty(n,"prototype",{writable:!1}),t}()}.call(e,n,e,t))||(t.exports=i)},748:function(t,e,n){var i;function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t){return function(t){if(Array.isArray(t))return a(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n\n
\n
'.concat(this.type.toUpperCase(),' Settings
\n
\n

\n ').concat(u(),'\n

\n

\n ').concat(u(),'\n

\n

\n ').concat(u(),'\n

\n

\n ').concat(u(),'\n

\n

\n ').concat(u(),"\n

\n
\n \n ")}},{key:"addListeners",value:function(){var t=this;e.bindAll(this,"onInitialized","onCopy"),i.on(a.debug[this.type].INITIALIZED,this.onInitialized),i.on(a.debug[this.type].STATEMENT_SENT,this.onStatementSent),i.on(a.debug[this.type].STATEMENT_RESPONSE,this.onStatementResponse),o(this.refs.settings.querySelectorAll(".copy-btn")).forEach((function(e){e.addEventListener("click",t.onCopy)}))}},{key:"onInitialized",value:function(t){var n=this;t=e.pickBy(t,(function(t){return null!=t})),Object.keys(t).forEach((function(i){null!=n.refs[i]&&(e.isPlainObject(t[i])?n.refs[i].value=JSON.stringify(t[i],null,2):n.refs[i].value=t[i])}))}},{key:"onCopy",value:function(t){var e=t.currentTarget;null!=navigator.clipboard?navigator.clipboard.writeText(e.previousSibling.lastChild.value).then((function(t){console.log(t)})):(e.previousSibling.lastChild.focus(),e.previousSibling.lastChild.select(),document.execCommand("copy"))}},{key:"getComponentEl",value:function(){return this.el}}])&&s(n.prototype,l),h&&s(n,h),Object.defineProperty(n,"prototype",{writable:!1}),t}()}.call(e,n,e,t))||(t.exports=i)},4366:function(t,e,n){var i;function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t){return function(t){if(Array.isArray(t))return a(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n\n
\n
Statements
\n \n
\n
\n ')}},{key:"addListeners",value:function(){e.bindAll(this,"onStatementSent","onStatementResponse","onError","onDownloadAll"),this.refs.downloadAll.addEventListener("click",this.onDownloadAll),i.on(r.debug[this.type].STATEMENT_SENT,this.onStatementSent),i.on(r.debug[this.type].STATEMENT_RESPONSE,this.onStatementResponse),i.on(r.debug[this.type].ERROR,this.onError)}},{key:"onError",value:function(t){var e=document.createElement("div");l.addClass(e,"statement"),l.addClass(e,"failed"),e.innerHTML='
'.concat(t,"
"),this.refs.statements.insertAdjacentElement("afterbegin",e)}},{key:"onStatementSent",value:function(t){var e=this.getStatementSummary(t),n=e.actorName,i=e.verbName,r=e.objectName,o=document.createElement("div");l.addClass(o,"statement"),o.innerHTML='\n
'.concat(n," ").concat(i," ").concat(r,'
\n
\n
').concat(JSON.stringify(t,null,2)).concat(c(),"
"),this.refs.statements.insertAdjacentElement("afterbegin",o);var a=o.querySelector(".details"),s=o.querySelector(".copy-btn");this.awaitingResponse[t.id]=o,s.addEventListener("click",(function(t){if(null!=navigator.clipboard)navigator.clipboard.writeText(a.innerText).then((function(t){console.log(t)}));else{window.getSelection().removeAllRanges();var e=document.createRange();e.selectNode(a.firstChild),window.getSelection().addRange(e),document.execCommand("copy")}t.stopPropagation()})),o.addEventListener("click",(function(t){t.target!==a&&(l.hasClass(o,"open")?l.removeClass(o,"open"):l.addClass(o,"open"))}))}},{key:"onStatementResponse",value:function(t,e,n){var i=this.awaitingResponse[t];if(null!=i)if(null!=e){n=n||{responseText:"",status:""};var r=i.querySelector(".error"),o="Statement Failed: ".concat(n.responseText," : ").concat(n.status," : error ").concat(e);r.innerText=o,l.addClass(i,"failed")}else l.addClass(i,"success")}},{key:"getStatementSummary",value:function(t){var n=t.actor,i=t.verb,r=t.object,o=["name","mbox","account.name"].find((function(t){return!e.isEmpty(a.getPath(n,t))}));return{actorName:null!=o?a.getPath(n,o):JSON.stringify(n),verbName:null!=i.display?d(i.display):e.last(i.id.split("/")),objectName:null!=r.definition&&null!=r.definition.name?d(r.definition.name):r.id}}},{key:"getComponentEl",value:function(){return this.el}},{key:"onDownloadAll",value:function(){var t=o(this.refs.statements.children).map((function(t){return["summary","error","details"].reduce((function(n,i){var r=t.querySelector(".".concat(i)),o=r&&r.innerText;return e.isEmpty(o)||(n[i]="details"===i?JSON.parse(o):o),n}),{})})).reverse(),n=new Blob([JSON.stringify(t)],{type:"application/json"});if(navigator.msSaveBlob)navigator.msSaveBlob(n,"logs.json");else{var i=document.createElement("a");i.setAttribute("href",URL.createObjectURL(n)),i.setAttribute("download","logs.json"),i.style.display="none",document.body.appendChild(i),i.click(),document.body.removeChild(i)}}}])&&s(n.prototype,u),p&&s(n,p),Object.defineProperty(n,"prototype",{writable:!1}),t}()}.call(e,n,e,t))||(t.exports=i)},8680:function(t,e,n){var i;function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){u=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw r}}return s}}(t,e)||s(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t){return function(t){if(Array.isArray(t))return l(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||s(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(t,e){if(t){if("string"==typeof t)return l(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(t,e):void 0}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n\n
\n
Storyline Launch Link
\n
\n

\n '.concat(c(),'\n

\n

\n \n

\n
\n \n ')}},{key:"onCopy",value:function(t){var e=t.currentTarget;null!=navigator.clipboard?navigator.clipboard.writeText(e.previousSibling.lastChild.value).then((function(t){console.log(t)})):(e.previousSibling.lastChild.focus(),e.previousSibling.lastChild.select(),document.execCommand("copy"))}},{key:"addListeners",value:function(){var t=this;e.bindAll(this,"updateLaunchLink","relaunch"),i.on(s.debug.lrs.SETTINGS_CHANGED,this.updateLaunchLink),this.refs.launch.addEventListener("click",this.relaunch),a(this.refs.settings.querySelectorAll(".copy-btn")).forEach((function(e){e.addEventListener("click",t.onCopy)}))}},{key:"relaunch",value:function(){var t=this;window.requestAnimationFrame((function(){document.location=t.refs.launchLink.value}))}},{key:"updateLaunchLink",value:function(t){if(e.isEmpty(t))this.refs.launchLink.value=document.location.href;else{var n=o(document.location.href.split("?"),2),i=n[0],r=n[1],a=(void 0===r?"":r).split("&").filter((function(t){return!t.includes("slxapi=")}));a.push("slxapi=".concat(encodeURIComponent(JSON.stringify(t)))),this.refs.launchLink.value="".concat(i,"?").concat(a.join("&"))}}},{key:"getComponentEl",value:function(){return this.el}}])&&u(n.prototype,l),d&&u(n,d),Object.defineProperty(n,"prototype",{writable:!1}),t}()}.call(e,n,e,t))||(t.exports=i)},3669:function(t,e,n){var i;function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n\n \n \n \n \n '},buildRefs:function(t){var e={};return r(t.querySelectorAll("[data-ref]")).forEach((function(t){e[t.getAttribute("data-ref")]=t})),e},getLangValue:function(t){return t[Object.keys(t)[0]]},getLockIcon:function(){return'\n \n '},getDownloadIcon:function(){return'\n \n \n \n \n \n '},formatAuth:function(t,n){return e.isEmpty(t)&&e.isEmpty(n)?"":"Basic ".concat(btoa("".concat(t,":").concat(n)))}}}.call(e,n,e,t))||(t.exports=i)},9343:function(t,e,n){var i;function r(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,a,s=[],l=!0,u=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=o.call(n)).done)&&(s.push(i.value),s.length!==e);l=!0);}catch(t){u=!0,r=t}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw r}}return s}}(t,e)||a(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t){return function(t){if(Array.isArray(t))return s(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||a(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){if(t){if("string"==typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n=n-10?"none":"block"},updateScrollPosition:function(){var t=this.refs.content,e=t.clientHeight,n=t.scrollHeight,i=this.refs.scrollbar,r=i.offsetTop/(e-i.clientHeight);this.refs.content.scrollTop=(n-e)*r},tabClicked:function(t){var e=this.selectedTab,n=e.tabEl,i=e.contentEl;null!=n&&l.removeClass(n,"selected"),null!=i&&null!=i.parentElement&&(i.parentElement.removeChild(i),this.scrollContentObserver&&this.scrollContentObserver.disconnect(i)),this.selectedTab=this.tabs.find((function(e){return e.tabEl===t.target})),l.addClass(this.selectedTab.tabEl,"selected"),null!=this.selectedTab.contentEl&&(this.refs.content.appendChild(this.selectedTab.contentEl),this.scrollContentObserver&&this.scrollContentObserver.observe(this.selectedTab.contentEl))},onScrollWheel:function(t){var e=parseInt(this.refs.scrollbar.offsetTop)+.1*t.deltaY;e=u.clamp(0,this.refs.content.clientHeight-this.refs.scrollbar.clientHeight,e),this.refs.scrollbar.style.top="".concat(e,"px"),this.updateScrollPosition()},startScroll:function(t){var e=r(t.touches||[t],1)[0],n=this.refs.scrollbar.getBoundingClientRect();this.scrollYOffset=e.pageY-n.top,document.body.addEventListener(h.move,this.scrolling),document.body.addEventListener(h.up,this.endScroll)},scrolling:function(t){var e=this.refs.content.getBoundingClientRect(),n=r(t.touches||[t],1)[0].pageY-e.top-this.scrollYOffset;n=u.clamp(0,this.refs.content.clientHeight-this.refs.scrollbar.clientHeight,n),this.refs.scrollbar.style.top="".concat(n,"px"),this.updateScrollPosition()},endScroll:function(t){document.body.removeEventListener(h.move,this.scrolling),document.body.removeEventListener(h.up,this.endScroll)},startResize:function(t){var e=r(t.touches||[t],1)[0],n=this.refs.resize.getBoundingClientRect();this.resizeOffset={x:e.pageX-n.right,y:e.pageY-n.bottom},l.addClass(this.refs.window,"resizing"),document.body.addEventListener(h.move,this.resizing),document.body.addEventListener(h.up,this.endResize)},resizing:function(t){var e=r(t.touches||[t],1)[0],n=e.pageX-this.refs.window.offsetLeft-this.resizeOffset.x,i=e.pageY-this.refs.window.offsetTop-this.resizeOffset.y;n=Math.max(100,n),i=Math.max(60,i),this.refs.window.style.width="".concat(n,"px"),this.refs.window.style.height="".concat(i,"px")},endResize:function(){l.removeClass(this.refs.window,"resizing"),document.body.removeEventListener(h.move,this.resizing),document.body.removeEventListener(h.up,this.endResize)},closeClicked:function(t){this.refs.window.style.display="none"},minClicked:function(t){l.hasClass(this.refs.window,"minified")?l.removeClass(this.refs.window,"minified"):l.addClass(this.refs.window,"minified")},startDrag:function(t){var e=r(t.touches||[t],1)[0];this.ptStart={x:e.pageX-this.refs.window.offsetLeft,y:e.pageY-this.refs.window.offsetTop},document.body.addEventListener(h.move,this.dragging),document.body.addEventListener(h.up,this.endDrag)},dragging:function(t){var e=r(t.touches||[t],1)[0],n=e.pageX-this.ptStart.x,i=e.pageY-this.ptStart.y;n=Math.max(2,Math.min(window.innerWidth-this.refs.window.clientWidth-4,n)),i=Math.max(2,Math.min(window.innerHeight-this.refs.window.clientHeight-4,i)),this.refs.window.style.left="".concat(n,"px"),this.refs.window.style.top="".concat(i,"px")},endDrag:function(){document.body.removeEventListener(h.move,this.dragging),document.body.removeEventListener(h.up,this.endDrag)},render:function(){this.debugWnd=document.createElement("div"),this.debugWnd.innerHTML='\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n \n \n \n \n \n \n \n \n
\n
',document.body.appendChild(this.debugWnd)},addTab:function(t,e){var n=document.createElement("div");l.addClass(n,"debug-tab"),n.innerText=t,this.refs.tabs.appendChild(n),null!=e&&e.init(this.props),this.tabs.push({tabEl:n,contentEl:e&&e.getComponentEl()}),1===this.tabs.length&&(l.addClass(n,"selected"),this.selectedTab=this.tabs[0],this.refs.content.appendChild(this.selectedTab.contentEl))}};return window.globals.launchDebug?d:{init:function(){},enabled:function(){return!1}}}.call(e,n,e,t))||(t.exports=i)},7271:function(t,e,n){var i;void 0===(i=function(t){var e=n(8260),i=n(8680);return{init:function(t){this.props=t,this.el=document.createElement("div"),this.render()},render:function(){this.el.appendChild(new i(this.props).getComponentEl()),this.el.insertAdjacentElement("afterbegin",new e(this.props).getComponentEl())},getComponentEl:function(){return this.el}}}.call(e,n,e,t))||(t.exports=i)},6885:function(t,e,n){var i;void 0===(i=function(t){var e=n(4366),i=n(748);return{init:function(){this.el=document.createElement("div"),this.render()},render:function(){this.el.appendChild(new i("lms").getComponentEl()),this.el.appendChild(new e("lms").getComponentEl())},getComponentEl:function(){return this.el}}}.call(e,n,e,t))||(t.exports=i)},6603:function(t,e,n){var i;void 0===(i=function(t){var e=n(4366),i=n(748);return{init:function(){this.el=document.createElement("div"),this.render()},render:function(){this.el.appendChild(new i("lrs").getComponentEl()),this.el.appendChild(new e("lrs").getComponentEl())},getComponentEl:function(){return this.el}}}.call(e,n,e,t))||(t.exports=i)},9140:function(t,e,n){var i;i=function(t){var e="pending",n="resolved",i="rejected";return function(){var t=this,r=e,o=[],a=[],s=[],l=[];this.resolve=function(){for(var i=arguments.length,a=new Array(i),u=0;ue?"portrait":"landscape",i=H.orientation;i.forceHideWarning=i.value!==n}:function(){},j=function(){var t=H.orientation;t.value=window.innerWidth>window.innerHeight?"landscape":"portrait",H.innerHeight=window.innerHeight,H.innerWidth=window.innerWidth,V(),(t.value!==t.prev||H.forceHideWarning)&&(document.body.classList.add("orientation-changing"),"portrait"===t.value?(document.body.classList.remove("is-landscape"),document.body.classList.add("is-portrait"),t.isPortrait=!0,t.isLandscape=!1):(document.body.classList.add("is-landscape"),document.body.classList.remove("is-portrait"),t.isPortrait=!1,t.isLandscape=!0),a.trigger(o.detection.ORIENTATION_CHANGE,{orientation:t.value}),t.prev=t.value,requestAnimationFrame((function(){requestAnimationFrame((function(){document.body.classList.remove("orientation-changing")}))})))};if(H.device.isMobile&&H.env.isInIframe){document.body.style.position="fixed";var F=function(){document.body.style.width=window.innerWidth+"px",document.body.style.height=window.innerHeight+"px"};l("resize",F),F()}return H.isRise&&(document.body.classList.add("is-rise"),document.body.styles.background="transparent"),H.isMobile&&!H.theme.isUnified&&document.getElementById("preso").setAttribute("class",""),j(),l("orientationchange",j),H}.call(e,n,e,t))||(t.exports=i)},1251:function(t,e,n){var i;function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n/g,">").replace(/"/g,""").replace(/'/g,"'"):t},v=function(t,e){if(null!=t.classList)return t.classList.contains(e);var n=t.getAttribute("class");return null!=n&&n.split(/[ ,]+/).includes(e)},g=function(t,n){if(null!=t.classList)t.classList.remove(n);else{var i=t.getAttribute("class").split(/[ ,]+/);t.setAttribute("class",e.without(i,n).join(" "))}},m=function(t,e){if(null!=t.classList)t.classList.add(e);else{var n=t.getAttribute("class").split(/[ ,]+/);n.includes(e)||n.push(e),t.setAttribute("class",n.join(" "))}},y=["date","datetime-local","email","month","number","password","search","tel","text","time","url","week"],b=function(t,n,i){var r=["<",t];return n&&e.isPlainObject(n)&&e.forOwn(n,(function(t,e){r.push(" ",e,'="',p(t),'"')}),r),r.push(!0===i||!0===n?" />":">"),r.join("")},w=e.partialRight((function(t,e,n){return t.classList.add(e),setTimeout((function(){t.classList.remove(e)}),n)}),"button-tapped",o.MOBILE_ANIMATION_DURATION),A={on:function(t,n,i,r){return t.addEventListener(n,i,!!r),e.partial(l,t,n,i)},off:l,parentNodesOf:c,closest:function(t,e,n){return(e=e||i.alwaysTrue)(t)?t:c(t,e,n)[0]},isNodeOfType:f,isInput:function(t){return null!=t&&(f("input",t)&&function(t){return y.some((function(e){return t.type===e}))}(t)||f("textarea",t))},isLink:e.partial(f,"a"),isVideoNode:e.partial(f,"video"),isIconNode:function(t){return v(t,"svg-icon-wrapper")},isSlideObject:function(t){return v(t,"slide-object")},selectAllByRef:function(t,n){r(n.querySelectorAll("[data-ref]")).forEach((function(n){var i=n.classList||n.getAttribute("class").split(),r=e.first(i);null!=r&&(t[e.camelCase(r)+"El"]=n)}))},setAttributes:function(t,n){return e.forOwn(n,(function(e,n){t.setAttribute(n,e)})),t},setStyles:function(t,n){return e.forOwn(n,(function(e,n){t.style[n]=e})),t},getScrollRecommendation:function(t,e){var n=e.getBoundingClientRect(),i=t.getBoundingClientRect();return n.height>i.height||i.top>n.top?t.scrollTop-(i.top-n.top):i.bottomr,s=t.getBoundingClientRect().width,l=s,u=0,c=l/n.length;o=o||0,e(n).map((function(t,e){t.style.width="";var n=t.getBoundingClientRect().width+o;return u+=n,{el:t,width:n}})).sortBy("width").forEach((function(t,e){var r=e+1,h=Math.min(t.width,c);u>s?(t.el.style.width=i.pxify(h-o),c=(l-=h)/(n.length-r)):a&&(t.el.style.width=i.pxify(t.width+(l-u)/n.length))}))},hasClass:v,addClass:m,removeClass:g,toggleClasses:function(t,e,n,i){var r=i?[m,g]:[g,m];r[0](t,e),r[1](t,n)},writeNode:b,writeCloseNode:function(t){return b(t).replace("<","0&&(A.mouseX=t.touches[0].pageX,A.mouseY=t.touches[0].pageY)}),!0),A}.call(e,n,e,t))||(t.exports=i)},8939:function(t,e,n){var i;i=function(t){"use strict";var e=n(6486),i=n(4839),r=e.curry((function(t,n,i,r){t([n,"::",i," - ",e.slice(arguments,3).join(" ")].join(""))}),4);return{throwFatal:r((function(t){throw new Error(t)})),throwError:r((function(t){var e=i.debugMode?"error":"warn";console[e](t),i.throwError()})),throwErrorSoft:r((function(t){i.debugMode&&console.warn(t)})),warn:r((function(t){console.warn(t)})),backtick:function(t){return["`",t,"`"].join("")}}}.call(e,n,e,t),void 0===i||(t.exports=i)},8880:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e={ds:{FRAME_DATA_LOADED:"ds:frameLoaded",PRESO_LOADED:"ds:presoLoaded",PRESO_READY:"ds:presoReady"},actionlink:{EVENT:"actionlink:event",VIEWED:"actionlink:viewed"},animation:{CREATED:"animation:created",DESTROYED:"animation:destroyed"},app:{COMPLETE:"app:complete",BRANDING_COLOR:"app:brandingColor",PRESENTATION_POSITION:"app:presentationPosition",SHOW_LOADER:"app:showLoader",HIDE_LOADER:"app:hideLoader"},audioClip:{ENDED:"audioClip:ended",TIME_UPDATE:"audioClip:timeUpdate"},backgroundAudio:{CONTROL:"backgroundAudio:control",SWITCH_PLAYLIST:"backgroundAudio:switchPlaylist",TOGGLE:"backgroundAudio:toggle",HAS_TOGGLED:"backgroundAudio:hasToggled"},captions:{SHOW_BUTTON:"captions:showbutton",HIDE_BUTTON:"captions:hidebutton",ENABLED:"captions:enabled",ENABLE:"captions:enable",ADD:"captions:add",REMOVE:"captions:remove",LANGUAGE_UPDATED:"captions:languageUpdated"},controlLayout:{CHANGED:"controllayout:changed",UPDATE:"controlLayout:update"},controlOptions:{CHANGED:"controlOptions:changed",RESET:"controlOptions:reset"},course:{COMPLETED:"course:completed",VIEWED:"course:viewed",MANUALLY_COMPLETED:"course:manuallyCompleted",SEND_XAPI_STATEMENT:"course:sendXApiStatement",AUDIO_START:"course:audioStart",ANY_SOUND_STARTED:"course:anySoundStarted",ALL_SOUNDS_STOPPED:"course:allSoundsStopped",ANY_VIDEO_STARTED:"course:anyVideoStarted",ALL_VIDEOS_STOPPED:"course:allVideosStopped",ANY_MEDIA_STARTED:"course:anyMediaStarted",ALL_MEDIA_STOPPED:"course:allMediaStopped",PAUSED:"course:paused",PLAYING:"course:playing"},customlink:{EVENT:"customlink:event"},currTimeline:{TICK:"currTimeline:tick"},data:{INITIALIZED:"data:initialized",UPDATED:"data:updated"},debug:{lms:{INITIALIZED:"debug:lms:initialized",STATEMENT_SENT:"debug:lms:statement:sent",STATEMENT_RESPONSE:"debug:lms:statement:response"},lrs:{INITIALIZED:"debug:lrs:initialized",STATEMENT_SENT:"debug:lrs:statement:sent",STATEMENT_RESPONSE:"debug:lrs:statement:response",SETTINGS_CHANGED:"debug:lrs:settings:changed",ERROR:"debug:lrs:error"}},detection:{VISIBILITY_HIDDEN:"detection:visibilityhidden",VISIBILITY_SHOWN:"detection:visibilityshown",ORIENTATION_CHANGE:"detection:orientationChange"},draw:{RESET:"draw:reset",RESET_COMPLETE:"draw:resetcomplete",EXIT:"draw:exit"},error:{INTERFACE:"error:interface"},frame:{LAYOUT_READY:"frame:layoutReady",REFLOW:"frame:reflow",MODEL_READY:"frame:modelReady",SCALE:"frame:scale",RESIZE:"frame:resize",FONT_SCALE:"font:scale"},frameModel:{LAYOUT_CHANGED:"frameData:layoutChanged",CHROMELESS_CHANGED:"frameData:chromelessChanged",BLOCKED_CHANGED:"frameData:blockedChanged"},localization:{LANGUAGE_UPDATED:"localization:languageUpdated"},glossary:{UPDATE:"glossary:update",REFRESH_VIEW:"glossary:refreshView"},hamburger:{TOGGLE:"hamburger:toggle"},interaction:{EVALUATED:"interaction:evaluated",VIEWED:"interaction:viewed"},keyManager:{FRAME_CONTROL_KEY:"keyManager:frameControlKey"},layer:{HIDDEN:"hidden",HIDE_OTHER_LAYERS:"hideOtherLayers",STACKING_CHANGED:"layer:stackingChanged",ACTIVATED:"activated",TIMELINE_ACTIVATED:"layer:timelineActivated",PAUSE_TIMELINE:"layer:pauseTimeline",PLAYING:"layer:playing",DIALOG_SHOWN:"layer:dialogShown",DIALOG_HIDDEN:"layer:dialogHidden",HIDE_OR_SHOW:"layer:hideOrShow"},layout:{CHANGED:"layout:changed"},loader:{MUTE:"loader:mute",UNMUTE:"loader:unmute",HIDE:"loader:hide",SHOW:"loader:show",SILENCE:"loader:silence",REMOVE_TITLE:"loader:removeTitle"},main:{PREPARE_AUDIO:"main:prepareAudio"},media:{CURRENT_TIME:"media:currentTime"},menuLinksListItem:{ITEM_SELECTED:"menuLinksListItem:itemSelected",TOGGLE:"menuLinksListItem:toggle"},messageWindow:{SHOWN:"messageWindow:shown"},mobile:{PRESENTATION_VISIBLE:"mobileChromeKiller:presentationVisible",ENTER_THUMB_VIEW:"mobileStartOverlay:enterThumbView",EXIT_THUMB_VIEW:"mobileStartOverlay:exitThumbView",MENU_OPEN:"uiMobile:menuOpen",OUTLINE_SHOWN:"panelsMobile:outlineShown",NOTES_SHOWN:"panelsMobile:notesShown"},navcontrols:{CHANGED:"navcontrols:changed"},navData:{UPDATE:"navData:update",REFRESH_VIEW:"navData:refreshView",SELECT_FIRST_SLIDE_LINK:"navData:selectFirstSlideLink"},player:{RESET:"player:reset",CLOSING:"player:closing",ERROR:"player:error",MENU_OPTIONS:"player:menuOptions",ENABLE_KEYBOARD_SHORTCUTS:"player:enableKeyboardShortcuts",INITIALIZED:"player:initialized",ACCESSIBLE_TEXT_CHANGED:"player:accessibleTextChanged",TOGGLE_PLAYBACK:"player:togglePlayback",SEEK:"player:seek",PLAYBACK_SPEED_CHANGED:"player:playbackSpeedChanged"},popup:{SHOW:"popup:show",HIDE:"popup:hide",TOGGLE:"popup:toggle",EMAIL:"popup:email"},presentation:{ENTER_FULLSCREEN:"presentation:enterFullscreen",EXIT_FULLSCREEN:"presentation:exitFullscreen",ON_OBJECT_EVENT:"presentation:onobjectevent",ON_BEFORE_SLIDE_JUMP:"presentation:onbeforeslidejump"},preview:{NOTIFY:"preview:notify"},quiz:{INTERACTION_ANSWERED:"quiz:interactionAnswered",COMPLETED:"quiz:completed",RETRIED:"quiz:retried"},renderTree:{DESTROYED:"renderTree:destroyed"},request:{START:"start:requesting",NEXT_SLIDE:"nextSlide:requesting",PREV_SLIDE:"prevSlide:requesting",NEXT_DRAW_SLIDE:"nextDrawSlide:requesting",PREV_HISTORY_GROUP:"prevHistoryGroup:requesting"},resources:{LINK_CLICKED:"resources:linkClicked",UPDATE_DESCRIPTION:"resources:updateDescription",UPDATE:"resources:update",REFRESH_VIEW:"resources:refreshView"},resume:{SET_DATA:"resume:setdata",RESET:"resume:reset",APPLIED:"resume:applied",COMPLETE:"resume:complete",RESET_DATA:"resume:resetData",COURSE_SETTING_UPDATED:"resume:courseSettingUpdated"},scheme:{CHANGED:"scheme:changed"},search:{START:"search:start",CLEAR:"search:clear",BLUR:"search:blur",SHOW:"search:show",UPDATE_PANEL:"search:updatePanel"},sidebar:{ACTIVE_TAB_SET:"sidebar:activeTabSet",SHOW_SEARCH:"sidebar:showSearch",HIDE_SEARCH:"sidebar:hideSearch",RESIZING:"sidebar:resizing",FORCE_OPEN:"sidebar:forceOpen",OPEN:"sidebar:open",CLOSE:"sidebar:close"},playbackControls:{TIMELINE_CHANGED:"playbackControls:timelineChanged"},skipNav:{FOCUSED:"skipNav:focused"},slide:{WILL_CHANGE:"slide:willChange",JUMPING:"slide:jumping",CHANGE:"change:slides",READY:"slide:ready",STARTED:"slide:started",VIEWED:"slide:viewed",TRANSITION_STARTED:"slide:transitionStarted",ON_TRANSITION_IN:"slide:ontransitionin",CURRENT_TIMELINE:"slide:currentTimeline",PAUSE_TIMELINE:"slide:pauseTimeline",PLAY_TIMELINE:"slide:playTimeline",HAS_MOUNTED:"slide:hasMounted",HAS_CHANGED:"slide:hasChanged",ALL_TIMELINES_COMPLETE:"slide:allTimelinesComplete",ARIA_TOGGLE:"slide:ariaToggle",SLIDE_NUMBERS_UPDATED:"slide:slideNumbersUpdated",ZOOMED:"slide:zoomed",PREVENT_SWIPE:"slide:preventSwipe",ALLOW_SWIPE:"slide:allowSwipe",SCALE_COMPLETE:"slide:scaleComplete",TEARDOWN:"slide:tearDown"},slideWindow:{CLEAR_HISTORY:"slideWindow:clearHistory"},slideContainer:{POSITIONED:"slideContainer:positioned"},slideObject:{FOCUS:"slideobject:focus",TRANSFORM_DIRTY:"slideobject:transformdirty",TOGGLE_VISIBILITY:"slideobject:toggleVisibility",ON_TRANSITION_IN:"ontransitionin"},startOverlay:{READY:"startOverlay:ready"},status:{UPDATED:"status:updated"},strings:{UPDATE_STRINGS:"strings:updateStrings"},swipe:{CHANGED:"swipe:changed"},tab:{SHOW:"tab:show",HIDE:"tab:hide"},tabLink:{SHOW_PANEL:"tabLink:showPanel",PANEL_SHOWN:"tabLink:panelShown",HIDE_PANEL:"tabLink:hidePanel"},textItem:{MOUSEOVER:"textItem.mouseover",MOUSEDOWN:"textItem.mousedown",MOUSEOUT:"textItem.mouseout"},threeSixtyImage:{EDIT_MODE_CHANGED:"threeSixtyImage:editModeChanged",EDITOR_SETTINGS_CHANGED:"threeSixtyImage:editorSettingsChanged",SELECTED_MARKER_CHANGED:"threeSixtyImage:selectedMarkerChanged",MARKER_UPDATED:"threeSixtyImage:markerUpdated",UN_PUSH_LABEL:"threeSixtyImage:unPushLabel",PUSH_UP_BY_LABEL:"threeSixtyImage:pushUpByLabel",PUSH_DOWN_BY_LABEL:"threeSixtyImage:pushDownByLabel",APPLY_RESUME_DATA:"threeSixtyImage:applyResumeData",RESET_VIEW:"threeSixtyImage:resetView",UPDATE_RESUME_PROPS:"threeSixtyImage:updateResumeProps",READY:"threeSixtyImage:ready",RESIZED:"threeSixtyImage:resize",MEDIA_CLOSED:"threeSixtyImage:mediaClosed",MEDIA_TOGGLE_PLAY:"threeSixtyImage:mediaTogglePlay",MEDIA_RESTART:"threeSixtyImage:mediaRestart"},timeline:{PLAYING:"timeline:playing",PAUSED:"timeline:paused",BEFORE_RESET:"timeline:beforereset",RESET:"timeline:reset",TICK:"timeline:tick",ENDED:"timeline:ended",COMPLETE:"timeline:complete",BEFORE_SEEK_UPDATE:"timeline:beforeSeekUpdate",AFTER_SEEK_UPDATE:"timeline:afterSeekUpdate",SEEK_START:"timeline:seekStart",SEEK_END:"timeline:seekEnd",CHANGED:"timeline:changed",CURRENT_TIMELINE:"timeline:currentTimeline"},timer:{SHOW:"timer:show",HIDE:"timer:hide",SHOWN:"timer:shown",HIDDEN:"timer:hidden",COMPLETE:"timer:complete"},tincan:{STATEMENT:"tincan:statement"},topbar:{CLOSED_SIDEBAR:"topbar:closedSidebar",OPENED_SIDEBAR:"topbar:openedSidebar"},topEllipsesPanel:{HIDE:"topEllipsesPanel:hide",PANEL_SHOWN:"topEllipsesPanel:panelShown",HIDE_PANEL:"topEllipsesPanel:hidePanel"},topTabs:{OPEN_DROPDOWN:"topTabs:openDropDown",OPEN_PANEL:"topTabs:openPanel"},topTabsItem:{ACTIVATE:"topTabsItem:activate",HIDE:"topTabsItem:hide"},touchHelper:{TOUCH_START:"touchHelper:touchStart"},transcript:{CHANGED:"transcript:changed",REFRESH_VIEW:"transcript:refeshView"},tween:{UPDATE:"tween:update"},variable:{CHANGED:"variable:changed",REFRESH_VIEW:"variable:refreshView"},video:{STATE_CHANGED:"video:stateChanged",PIP_MODE_CHANGED:"video:pipModeChanged",CHANGE_TRANSCRIPT_TRACK:"video:changeTranscriptTrack"},videoManager:{PLAY:"videoManager:play",PAUSE:"videoManager:pause"},utilityWindow:{WINDOW_TOGGLED:"utilityWindow:windowToggled",TOGGLE_WINDOW:"utilityWindow:toggleWindow",DOCKED:"utilityWindow:docked"},elso:{TOGGLE_EXPANDED:"elso:toggleExpanded",SHOW_CONTENT_START:"elso:showContentStart",HIDE_CONTENT_COMPLETE:"elso:hideContentCompelete"},volume:{CHANGED:"volume:changed",CHANGE_CURRENT:"change:currentVolume"},window:{CLOSING:"window:closing",CLOSED:"window:closed",CREATED:"window:created",OPEN_EXTERNAL:"externalWindow:open",MAIN_CREATED:"mainWindow:created",MAIN_CHANGED:"mainWindow:slideChanged",SCALE:"window:scale",AFTER_SCALE:"window:afterScale",STACKING_CHANGED:"window:stackingChanged",ZOOM_MODE_CHANGED:"window:zoomModeChanged"},windowManager:{CREATED:"windowManager:created",TOP_MOST_CHANGED:"windowManager:topMostChanged"}};return Object.freeze(e),Object.freeze(e.actionlink),Object.freeze(e.animation),Object.freeze(e.app),Object.freeze(e.audioClip),Object.freeze(e.captions),Object.freeze(e.controlLayout),Object.freeze(e.course),Object.freeze(e.customlink),Object.freeze(e.data),Object.freeze(e.debug),Object.freeze(e.detection),Object.freeze(e.draw),Object.freeze(e.error),Object.freeze(e.hamburger),Object.freeze(e.interaction),Object.freeze(e.keyManager),Object.freeze(e.layer),Object.freeze(e.layout),Object.freeze(e.loader),Object.freeze(e.media),Object.freeze(e.menuLinksListItem),Object.freeze(e.mobile),Object.freeze(e.navcontrols),Object.freeze(e.player),Object.freeze(e.popup),Object.freeze(e.presentation),Object.freeze(e.preview),Object.freeze(e.quiz),Object.freeze(e.request),Object.freeze(e.resources),Object.freeze(e.resume),Object.freeze(e.scheme),Object.freeze(e.search),Object.freeze(e.sidebar),Object.freeze(e.slide),Object.freeze(e.slideContainer),Object.freeze(e.status),Object.freeze(e.swipe),Object.freeze(e.timeline),Object.freeze(e.timer),Object.freeze(e.topbar),Object.freeze(e.topTabsItem),Object.freeze(e.tween),Object.freeze(e.variable),Object.freeze(e.volume),Object.freeze(e.window),Object.freeze(e.windowManager),e}.call(e,n,e,t))||(t.exports=i)},5812:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(5485),r=n(3586),o=e.partialRight(e.omit,"mixins"),a=i.Model.extend,s=function(t,n){var i;return t=t||{},e.isArray(t)||(t=[t]),t=t.filter(e.isPlainObject),(i=e.extend.apply(e,t.map(o))).mixins=e(t).map("mixins").unshift(this.prototype.mixins).flatten().filter(e.isPlainObject).uniq().value(),r.mix(i),a.call(this,i,n)};return"Model Collection View Router History".split(" ").forEach((function(t){i[t].extend=s})),s}.call(e,n,e,t))||(t.exports=i)},5613:function(t,e,n){var i;i=function(t){function e(t){if(t)return function(t){for(var n in e.prototype)t[n]=e.prototype[n];return t}(t)}return e.prototype.on=e.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks[t]=this._callbacks[t]||[]).push(e),this},e.prototype.once=function(t,e){var n=this;function i(){n.off(t,i),e.apply(this,arguments)}return this._callbacks=this._callbacks||{},i.fn=e,this.on(t,i),this},e.prototype.off=e.prototype.removeListener=e.prototype.removeAllListeners=e.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n,i=this._callbacks[t];if(!i)return this;if(1==arguments.length)return delete this._callbacks[t],this;for(var r=0;rt.length)&&(e=t.length);for(var n=0,i=new Array(e);n1&&void 0!==arguments[1]?arguments[1]:0,i=arguments.length>2?arguments[2]:void 0;null==this.registration||null!=t.context&&null!=t.context.registration||(t.context=t.context||{},t.context.registration=this.registration);var o=Object.assign({},t,{actor:this.actor}),s=i||Math.random()+"-lms";DS.connection.requiredAsset(s),this.lrs.saveStatement(new c.Statement(o),{callback:function(i,l){null!=i?DS.connection.useConnectionMessages&&0===i?(DS.connection.assetFailed(s),setTimeout((function(){e.sendStatement(t,n+1,s)}),DS.connection.retryDelay),DS.debugWindow.enabled()&&r.trigger(a.debug.lrs.STATEMENT_RESPONSE,o.id,i,l)):n0&&s.delayedCall(u.toSeconds(t),this.onCommitDelayComplete,void 0,this)},onCommitDelayComplete:function(){this.commit().initCommitTimeout()},sendData:function(){return this.sendDataCall&&this.sendDataCall.kill(),this.sendDataCall=null,null!=this.resumeData&&this.api.SetDataChunk(this.resumeData),this},interactionAnswered:function(t,e){this.scorings.length>0&&(0,a[e.type()])(t,e,this.resumer.getCourseTime())},reportStatus:function(t){return this.updateScore(t),this.updateStatus(),this},updateStatus:function(){var t=this.scorings.getStatus(),e=p[t]||r.noop;return this.lastStatus&&this.lastStatus===t||(this.lastStatus=t,e(this)),this},updateScore:function(t){if((!h.hasFlag(h.constants.MULTIPLE_QUIZ_TRACKING)||!i)&&(null==t&&(t=this.scorings.guessCurrentScoring()),null!=t&&t.isType("quiz"))){var n=t.prop("PercentScore");this.lastScore!==n&&(e=t,this.lastScore=n,this.api.SetScore(n,100,0))}},viewedComplete:function(){return p[this.scorings.getStatus()](this),this.resumer.savePresentationData(),this.commit(),this},forceCommit:function(){return this.resumer.savePresentationData(),this.sendData().commit(),this},lmsUnload:function(t){null==this.unloaded&&(this.unloaded=!0,this.reportStatus(null),null!=this.sendDataCall&&this.forceCommit(),this.api.ConcedeControl(!0===t),this.api.Unload())},commit:function(){return this.api.CommitData(),this},courseComplete:function(t){return this.reportStatus(t).forceCommit(),this},quizRetried:function(t){h.hasFlag(h.constants.MULTIPLE_QUIZ_TRACKING)&&e===t&&(i=!1)},manualCourseComplete:function(t,e){v.courseComplete(e)}};return v}.call(e,n,e,t),void 0===i||(t.exports=i)},9842:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=(n(7812),function(t){return null==t&&(t=""),window.CreateResponseIdentifier(t.substr(0,1),t)}),r=function(t,e){return t.push(i(e)),t},o=function(t,e,n){var i=e.statement.lmstext||e.statement,r=e.choice.lmstext||e.choice,o=window.CreateResponseIdentifier(n.toString(),i),a=window.CreateResponseIdentifier(i.charAt(0),r);return t.push(new window.MatchingResponse(o,a)),t},a=function(t){return null==t.choice&&""===t?t="_":""===t.choice&&(t.choice="_"),t},s={C:window.INTERACTION_RESULT_CORRECT,I:window.INTERACTION_RESULT_WRONG,W:window.INTERACTION_RESULT_WRONG,U:window.INTERACTION_RESULT_UNANTICIPATED,N:window.INTERACTION_RESULT_NEUTRAL},l=function(t){var n=e.first(t).toUpperCase();return s[n]||t},u=function(t){return null!=t&&"true"===t.lmstext.toLowerCase()},c=function(t,e){var n,i=e,r=[e.prop("AttemptCount")-1,t.getAttempts()];do{(n=i.get("lmsId"))&&r.push(n)}while(i=i.parent);return r.reverse().join("_")},h={truefalse:function(t,n,i){window.RecordTrueFalseInteraction(c(t,n),u(e.first(n.getResponseValues())),l(n.prop("Status")),u(e.first(n.getCorrectValues())),n.get("lmstext"),t.prop("Weight")*n.get("maxpoints"),i,t.get("lmstext"))},multiEtc:function(t,n,o,s){var u,h,d,f;o.isType("sequence")?(h=function(t,e,n){return t.push(i(e.statement.lmstext),i(e.choice.lmstext)),t},d=o.getResponseValues().reduce(h,[]),f=a(o.getCorrectValues()).reduce(h,[])):(u=function(t){return e.isString(t)?t:null!=t.choice?t.choice.lmstext:t.lmstext},d=o.getResponseValues().map(u).reduce(r,[]),f=a(o.getCorrectValues().map(u)).reduce(r,[])),window[t](c(n,o),d,l(o.prop("Status")),f,o.get("lmstext"),n.prop("Weight")*o.get("maxpoints"),s,n.get("lmstext"))},numeric:function(t,e,n,i){window.RecordFillInInteraction(c(t,e),e.getResponseValues(),l(e.prop("Status")),i||e.getCorrectValues(),e.get("lmstext"),t.prop("Weight")*e.get("maxpoints"),n,t.get("lmstext"))},fillin:function(t,e,n){var i=e.getCorrectValues().map((function(t){return t.lmstext})).join("|#|");h.numeric(t,e,n,i)},matching:function(t,e,n){var i=e.getResponseValues().reduce(o,[]),r=e.getCorrectValues();r=a(r).reduce(o,[]),window.RecordMatchingInteraction(c(t,e),i,l(e.prop("Status")),r,e.get("lmstext"),t.prop("Weight")*e.get("maxpoints"),n,t.get("lmstext"))},likert:function(t,n,i){var r=e.flatten(n.getResponseValues().map((function(t){return[t.statement.lmstext,t.choice.lmstext]}))).join("|#|");window.RecordLikertInteraction(c(t,n),window.CreateResponseIdentifier(r.substr(0,1),r),l(n.prop("Status")),"",n.get("lmstext"),t.prop("Weight")*n.get("maxpoints"),i,t.get("lmstext"))}};return h.wordbank=h.hotspot=h.multiplechoice=h.multipleresponse=e.partial(h.multiEtc,"RecordMultipleChoiceInteraction"),h.sequence=e.partial(h.multiEtc,"RecordSequencingInteraction"),h.essay=h.numeric,h}.call(e,n,e,t))||(t.exports=i)},8945:function(t,e,n){var i;i=function(t){"use strict";var e,i=n(6486),r=n(8579),o=n(8880),a=n(9032),s=n(82),l=n(4170),u=n(5053),c=n(8150),h=n(5964),d=n(4811),f={initialize:function(t,n){e=t,this.resumer=n,this.learningInterfaces=[];var i=e.get("xapi");null!=i&&(i.manualConfiguration||(i=Object.assign({},i,{endpoint:"",param1:"",param2:""}),DS.presentation.set("xapi",i)),DS.debugWindow.init(Object.assign({},i,{lmsEnabled:window.globals.tinCanPresent})),h.setConfig(this.getXApiStatementConfig())),this.initLms(),this.initLrs(),this.addPartials(),this.addListeners()},getXApiStatementConfig:function(){return{version:e.get("tincanVersion"),lang:e.get("tincanLanguage"),activityId:this.getActivityId()}},getActivityId:function(){var t=s.queryStringToObj()||{};return s.getPath(t,"activity_id",s.getPath(t,"slxapi.activityId",s.getPath(e,"xapi.activityId","")))},getItem:function(t){var e=i.first(this.learningInterfaces);if(null==e){var n=d.Deferred();return n.resolve(),n.promise()}return e.getItem(t)},setItem:function(t,e){i.first(this.learningInterfaces).setItem(t,e)},getScorings:function(){var t=e.get("scoring"),n=e.scorings()||[];return 0===n.length&&null!=t&&n.push(t),n},initLms:function(){var t,n=this.getScorings(),i=e.get("courseId"),o=window.globals,a=o.lmsPresent,s=o.tinCanPresent,c=o.cmi5Present,h=r.env.isRise;s||h?t=l.initialize(i,e.get("tincanVersion"),n,e,h):a&&(t=u.initialize(i,n,c)),t&&(t.setResumer(this.resumer),this.learningInterfaces.push(t))},initLrs:function(){var t=e.get("xapi");if(t&&t.lrsEnabled){var n=new c(this.getActivityId(),this.getScorings(),this.resumer);n.isValid()&&this.learningInterfaces.push(n)}},lmsPresent:function(){return this.learningInterfaces&&this.learningInterfaces.length>0},addListeners:function(){var t={};t[o.interaction.EVALUATED]=this.onInteractionEvaluated.bind(this),t[o.quiz.COMPLETED]=this.quizComplete,t[o.course.COMPLETED]=this.courseComplete,t[o.course.MANUALLY_COMPLETED]=this.manualCourseComplete,t[o.course.VIEWED]=this.viewedComplete,t[o.status.UPDATED]=this.reportStatus,t[o.quiz.RETRIED]=this.quizRetried,t[o.course.SEND_XAPI_STATEMENT]=this.sendXApiStatement.bind(this),a.on(t)},onInteractionEvaluated:function(t,e){var n=this.getScorings();(t.hasScoring()||n.length>0&&n.hasQuiz(t))&&this.learningInterfaces.forEach((function(n){return n.interactionAnswered(t,e)}))},sendXApiStatement:function(t){null!=t.result&&null!=t.result.duration&&(t.result.duration=h.formatTime(t.result.duration)),this.callInterfaceMethod("sendXApiStatement",t)},callInterfaceMethod:function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),r=1;r=200&&e.status<300||0===e.status)return i.callback(t,e);var n=new Error(e.statusText||"Unsuccessful HTTP response");n.original=t,n.response=e,n.status=e.status,i.callback(t||n,e)}))}function d(t,e){return"function"==typeof e?new h("GET",t).end(e):1==arguments.length?new h("GET",t):new h(t,e)}return d.serializeObject=l,d.parseString=u,d.types={html:"text/html",json:"application/json",xml:"application/xml",urlencoded:"application/x-www-form-urlencoded",form:"application/x-www-form-urlencoded","form-data":"application/x-www-form-urlencoded"},d.serialize={"application/x-www-form-urlencoded":l,"application/json":JSON.stringify},d.parse={"application/x-www-form-urlencoded":u,"application/json":JSON.parse},c.prototype.get=function(t){return this.header[t.toLowerCase()]},c.prototype.setHeaderProperties=function(t){var e=this.header["content-type"]||"";this.type=e.split(/ *; */).shift();var n=function(t){return function(t,e,n){for(var i=0,r=t.length,o=3==arguments.length?n:t[i++];i0&&(t.percent=t.loaded/t.total*100),e.emit("progress",t)};this.hasListeners("progress")&&(n.onprogress=l);try{n.upload&&this.hasListeners("progress")&&(n.upload.onprogress=l)}catch(t){}if(a&&!this._timer&&(this._timer=setTimeout((function(){e.timedout=!0,e.abort()}),a)),i&&(i=d.serializeObject(i),this.url+=~this.url.indexOf("?")?"&"+i:"?"+i),n.open(this.method,this.url,!0),this._withCredentials&&(n.withCredentials=!0),"GET"!=this.method&&"HEAD"!=this.method&&"string"!=typeof s&&!o(s)){var u=d.serialize[this.getHeader("Content-Type")];u&&(s=u(s))}for(var c in this.header)null!=this.header[c]&&n.setRequestHeader(c,this.header[c]);return this.emit("request",this),n.send(s),this},d.Request=h,d.get=function(t,e,n){var i=d("GET",t);return"function"==typeof e&&(n=e,e=null),e&&i.query(e),n&&i.end(n),i},d.head=function(t,e,n){var i=d("HEAD",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d.del=function(t,e){var n=d("DELETE",t);return e&&n.end(e),n},d.patch=function(t,e,n){var i=d("PATCH",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d.post=function(t,e,n){var i=d("POST",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d.put=function(t,e,n){var i=d("PUT",t);return"function"==typeof e&&(n=e,e=null),e&&i.send(e),n&&i.end(n),i},d}.call(e,n,e,t),void 0===i||(t.exports=i)},4170:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r,o=n(6486),a=n(4811),s=n(82),l=n(8880),u=n(9032),c=window.TinCan||n(5932),h=n(7812),d=n(1419),f=n(5964),p=n(9343),v="resume",g=/file/.test(window.location.protocol);return{queue:[],tinCan:null,resumer:null,scoring:null,scorings:null,version:0,retryCount:0,setTotalSlides:o.noop,reportStatus:o.noop,initialize:function(t,e,n,i,r){if(window.globals.tinCanPresent||r){if(this.activityId=t,this.setPreso(i),this.urlParams=s.queryStringToObj(),this.version=e,this.scoring=n.first(),this.tinCan=g||r?new c:new c({url:window.location.toString().replace("&tincan=true","")}),this.pending={},p.enabled()){var a=o.first(this.tinCan.recordStores)||{},h=null!=this.tinCan.actor&&null!=this.tinCan.actor.asVersion?this.tinCan.actor.asVersion(this.version):"";u.trigger(l.debug.lms.INITIALIZED,{activityId:s.getPath(this,"tinCan.activity.id"),endpoint:a.endpoint,auth:a.auth,actor:h,registration:this.tinCan.registration})}return this.sendData=r?this.sendStatementLocal:this.sendStatement,this}},setPreso:function(t){e=t},setResumer:function(t){this.resumer=t},createConfig:function(t){return null==this.urlParams.activity_id&&(t.activity={id:e.get("xapi").activityId}),t},getItem:function(){this.resumeDfd=a.Deferred();var t=this.createConfig({callback:this.sendResumeReady.bind(this),overwriteJSON:!0});return this.tinCan.getState(v,t),g&&this.resumeDfd.resolve(""),this.resumeDfd.promise()},setItem:function(t,e){var n=this.createConfig({callback:o.noop});this.tinCan.setState(v,e,n)},sendResumeReady:function(t,e){null==t&&this.resumeDfd.resolve(e&&e.contents)},courseStarted:function(t){this.queueStatement(f.getCourseAttemptedStmt(this.scoring,t))},quizComplete:function(t){r||(i=t.scoring,this.queueStatement(f.getQuizCompleteStmt(t)))},courseComplete:function(t,e){e||r||(r=!0,this.queueStatement(f.getCourseCompleteStmt(t,this.resumer.getCourseTime())))},manualCourseComplete:function(t,e){this.courseComplete(e,!1)},quizRetried:function(t){d.hasFlag(d.constants.MULTIPLE_QUIZ_TRACKING)&&i===t&&(r=!1)},viewedComplete:function(t){r||(r=!0,this.queueStatement(f.getViewedCompleteStmt(t,this.resumer.getCourseTime())))},slideViewed:function(t){this.queueStatement(f.getSlideViewedStmt(t))},slideLeft:function(t){this.queueStatement(f.getSlideLeftStmt(t))},interactionAnswered:function(t,e){e.hasResponses()&&(e.isType("likert")?this.logLikert(t,e):this.logQuestion(t,e))},logLikert:function(t,e){var n=this;f.getLikertStmts(t,e).forEach((function(t){n.queueStatement(t)}))},logQuestion:function(t,e){this.queueStatement(f.getQuestionStmt(t,e))},sendXApiStatement:function(t){this.queueStatement(f.formatCustomStatement(t))},queueStatement:function(t){0===this.queue.length?this.sendData(t):this.queue.unshift(t)},sendStatementCallback:function(t,e){var n=this;if(DS.connection.requiredAsset(e.id),DS.connection.useConnectionMessages&&0===t[0].err)DS.connection.assetFailed(e.id),setTimeout((function(){return n.sendStatement(e)}),DS.connection.retryDelay);else if(!DS.connection.useConnectionMessages&&0===t[0].err&&this.retryCount0&&this.sendData(this.queue.pop())},sendStatement:function(t){if(DS.connection.requiredAsset(t.id),this.tinCan.sendStatement(t,this.sendStatementCallback.bind(this)),!this.pending[t.id]&&(this.pending[t.id]=!0,p.enabled())){var e=this.tinCan.prepareStatement(t).asVersion(this.version);u.trigger(l.debug.lms.STATEMENT_SENT,e)}},sendStatementLocal:function(t){u.trigger(l.tincan.STATEMENT,t),this.popQueue()}}}.call(e,n,e,t))||(t.exports=i)},5964:function(t,e,n){var i;function r(t){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},r(t)}function o(t){return function(t){if(Array.isArray(t))return a(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);nt.length)&&(e=t.length);for(var n=0,i=new Array(e);n2&&void 0!==arguments[2]?arguments[2]:0;if(!p)if(null!=t&&t.classList.contains("acc-text"))v.takeFocusOff();else if(document.querySelectorAll(".acc-shadow-dom").forEach((function(t){t.scrollTop=0,t.scrollLeft=0})),null!=t){var o=[];o=null==n?t.getClientRects():Array.isArray(n)?r(n):[n],o=_.map(o,(function(n){var r={left:n.left,top:n.top,width:n.width,height:n.height,bottom:n.bottom,right:n.right};if(e.hasClass(t,"acc-shadow-el")&&!t.hasAttribute("data-top-level")){var o=DS.views.getTopNameSpace().slide.el.getBoundingClientRect();r.left=Math.max(r.left,o.left),r.top=Math.max(r.top,o.top),r.right=Math.min(r.right,o.right),r.bottom=Math.min(r.bottom,o.bottom),r.width=r.right-r.left,r.height=r.bottom-r.top}else r.bottom=r.right="";for(var a in r.left-=i,r.top-=i,r.width+=2*i,r.height+=2*i,r)r[a]+="px";return r})),h.innerHTML="",_.forEach(o,(function(t){var n=document.createElement("div");n.className="tab-focus-box",h.appendChild(n),e.setStyles(n,t)})),d=t}else console.warn('cannot set focus rect on "null"')},takeFocusOff:function(t){null!=t&&t!==d||(h.innerHTML="")},onFullScreenChange:function(t){l.getEl()===document.getElementById(DS.constants.els.PRESO)?document.getElementById("preso").insertAdjacentElement("afterbegin",f):document.getElementById("preso").insertAdjacentElement("beforebegin",f);var e=l.getEl();if(null==e)document.body.appendChild(h);else{var n=function(){var t=e.querySelector(".focus-container");null!=t&&t.appendChild(h)};DS.flagManager.dropInVideo?window.setTimeout(n,100):window.requestAnimationFrame(n)}},reCenter:function(){document.body.focus(),this.takeFocusOff()},onSlideStarted:function(t,n){var i=this;if(!p&&null!=n.currView&&document.hasFocus()){var r=e.closest(n.currView.el,(function(t){return"label"===t.firstElementChild.getAttribute("data-ref")}));null==r||r.contains(document.activeElement)||(f.focus({preventScroll:!0}),window.setTimeout((function(){return r.focus({preventScroll:!0})}),100));var o=s(n,"lastFocusedItem.accShadowView");null!=o?(n.lastFocusedItem=null,o.takeFocus()):null!=r&&window.setTimeout((function(){return i.setFocusRectOn(r)}),16)}},updateFocusBox:function(){null!=d&&this.setFocusRectOn(d)},lastFocusedElement:function(){return d}};return v.initialize(),v}.call(e,n,e,t),void 0===i||(t.exports=i)},3034:function(t,e,n){var i;function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);nt.length)&&(e=t.length);for(var n=0,i=new Array(e);n4&&void 0!==arguments[4]?arguments[4]:"on",a=t===window&&("resize"===e||"orientationchange"===e);i=!!i&&!a;var c=s.get(t),h=u[c]=u[c]||{},d=h[e]=h[e]||{},f=d[i]=d[i]||{callbacks:{before:new Set,on:new Set,after:new Set},listener:null,customEvent:a};return l.reduce((function(t,e){return f.callbacks[e].has(n)||t}),!1)||(f.callbacks[o].add(n),null===f.listener&&(f.listener=function(t){return l.forEach((function(e){return r(f.callbacks[e]).forEach((function(e){return e(t)}))}))},a||t.addEventListener(e,f.listener,i))),function(){return v(t,e,n,i)}},v=function(t,e,n){var i=arguments.length>3&&void 0!==arguments[3]&&arguments[3],r=s.get(t),o=f(r,e,i);null!=o&&(l.forEach((function(t){return o.callbacks[t].delete(n)})),o.customEvent||0!==l.reduce((function(t,e){return o.callbacks[e].size+t}),0)||t.removeEventListener(e,n,i))},g=function(t,e,n){var i=f(t,e,!1);null!=i&&i.listener(n)},m=function t(e){h!==window.innerWidth||d!==window.innerHeight?(i=null,y()):e-i<1e3?window.requestAnimationFrame(t):i=null},y=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};!function(t){var n=window.innerWidth>window.innerHeight;e!==n&&(e=n,g("window","orientationchange",t))}(t),function(t){h===window.innerWidth&&d===window.innerHeight||(h=window.innerWidth,d=window.innerHeight,g("window","resize",t))}(t),null==i&&(i=window.performance.now(),window.requestAnimationFrame(m))};return window.addEventListener("orientationchange",y),window.addEventListener("resize",y),o.on(a.window.ZOOM_MODE_CHANGED,(function(){g("window","resize",null)})),{addBodyListener:function(t,e,n,i){return p(document.body,t,e,n,i)},removeBodyListener:function(t,e,n){return v(document.body,t,e,n)},addDocumentListener:function(t,e,n,i){return p(document,t,e,n,i)},removeDocumentListener:function(t,e,n){return v(document,t,e,n)},addWindowListener:function(t,e,n,i){return p(window,t,e,n,i)},removeWindowListener:function(t,e,n){return v(window,t,e,n)},addResizeListener:function(t,e){var n=new ResizeObserver(e);return n.observe(t),function(){n.unobserve(t)}}}}.call(e,n,e,t),void 0===i||(t.exports=i)},3716:function(t,e,n){var i;function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n=48&&e<=90?s.push(a):(s.push("["),null!=h[e]?s.push(h[e]):s.push("#".concat(e)),s.push("]")),s.join("")},f={isShowFocus:!1,lastKeyPressTargets:[],initialize:function(){var t=this;o("mousedown",(function(e){t.isShowFocus=!1,t.isAccClick(e)||document.body.classList.remove("show-focus")}),!0),o("keyup",(function(e){t.isTabKey(e.which)&&!t.isShowFocus&&e.target&&null==e.target.getAttribute("data-prevent-focus")&&(t.isShowFocus=!0,document.body.classList.add("show-focus")),t.clearLastKey()}),!0)},isAccClick:function(t){return 0===t.offsetX&&0===t.offsetY&&0===t.detail||((0===t.mozInputSource||6===t.mozInputSource)&&0===t.buttons||null!=l(t.target,(function(t){return s(t,"acc-shadow-el")})))},isKey:function(t,e){return t===e},keyPressHandlerExists:function(t){var e=u.getCurrentWindowSlide();if(null==e)return!1;var n=e.slideLayers().getTopMostLayer()||e.getBaseLayer(),i=e.slideLayers().activeLayers.slice(0);return this.handlerExists(n,t,i)},getLayerStack:function(t){var n=u.getCurrentWindowSlide(),i=null!=n?n.slideLayers().activeLayers.slice(0):[],r=e.findIndex(i,t);return r>0&&(i.length=r),i},getParentFromLayerstack:function(t,n){var i=null;if(n=n||this.getLayerStack(t),t.isSlideObject){if(null==(i=t.getClosestAncestor((function(t){return t.isSlideObject})))){var r=t.getLayer();r.isBaseLayer()?n=[]:n.length=e.findIndex(n,r)+1}}else if(null==t.modal||!t.modal()){do{i=n.pop()}while(null!=i&&!i.isOpen);null==i&&(i=t.getClosestAncestor((function(t){return t.isSlide})))}return{parent:i,layerStack:n}},handlerExists:function(t,e,n){if(null!=t.getFilteredPlayerEvent((function(t){return t.keycode===e.keyCode&&t.shift===e.shiftKey&&t.ctrl===e.ctrlKey&&t.alt===e.altKey}),"onkeypress").events.first())return!0;var i=this.getParentFromLayerstack(t,n),r=i.parent,o=i.layerStack;return null!=r&&this.handlerExists(r,e,o)},executeKeypressEvent:function(t,n,r){this.lastKeyPressTargets.push(t),e.includes([i.keys.CONTROL,i.keys.SHIFT,i.keys.ALT],n.keyCode)||(t.prop(function(t){var e=t.keyCode,n=t.altKey,i=t.shiftKey,r=t.ctrlKey,o=String.fromCharCode(e);return{LastKeyCodeString:d(t),LastKeyCode:e,LastKeyValue:o,LastKeyCtrl:r,LastKeyShift:i,LastKeyAlt:n}}(n)),t.executePlayerEvent("onanykeypress"));var o=this.getParentFromLayerstack(t,r),a=o.parent,s=o.layerStack;t.executeFilteredPlayerEvent((function(t){return t.keycode===n.keyCode&&t.shift===n.shiftKey&&t.ctrl===n.ctrlKey&&t.alt===n.altKey}),"onkeypress"),null!=a&&this.executeKeypressEvent(a,n,s)},clearLastKey:function(){this.lastKeyPressTargets.forEach((function(t){t.resetSpecifiedProps(c)})),this.lastKeyPressTargets=[]},isReturnKey:function(t){return f.isKey(t,i.keys.ENTER)},isSpaceKey:function(t){return f.isKey(t,i.keys.SPACE)},isActionKey:function(t){return f.isReturnKey(t)||f.isSpaceKey(t)},isRightKey:function(t){return f.isKey(t,i.keys.RIGHT)},isDownKey:function(t){return f.isKey(t,i.keys.DOWN)},isPageDownKey:function(t){return f.isKey(t,i.keys.PAGE_DOWN)},isDownishKey:function(t){return f.isLeftKey(t)||f.isDownKey(t)},isRtlDownishKey:function(t){return f.isRightKey(t)||f.isDownKey(t)},isLeftKey:function(t){return f.isKey(t,i.keys.LEFT)},isUpKey:function(t){return f.isKey(t,i.keys.UP)},isPageUpKey:function(t){return f.isKey(t,i.keys.PAGE_UP)},isUpishKey:function(t){return f.isRightKey(t)||f.isUpKey(t)},isRtlUpishKey:function(t){return f.isLeftKey(t)||f.isUpKey(t)},isHomeKey:function(t){return f.isKey(t,i.keys.HOME)},isEndKey:function(t){return f.isKey(t,i.keys.END)},isTabKey:function(t){return f.isKey(t,i.keys.TAB)},isBackspaceKey:function(t){return f.isKey(t,i.keys.BACKSPACE)},isDeleteKey:function(t){return f.isKey(t,i.keys.DELETE)},isSeekKey:function(t){return f.isUpishKey(t)||f.isDownishKey(t)||f.isHomeKey(t)||f.isEndKey(t)||f.isPageUpKey(t)||f.isPageDownKey(t)},isNonInputKey:function(t){return f.isUpishKey(t)||f.isDownishKey(t)||f.isHomeKey(t)||f.isEndKey(t)||f.isPageUpKey(t)||f.isBackspaceKey(t)||f.isDeleteKey(t)||f.isPageDownKey(t)}};return f}.call(e,n,e,t))||(t.exports=i)},373:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=new Map;return{addJsAsset:function(t,n){e.set(t,n)},getJsAssetValue:function(t){return e.get(t)},clearAsset:function(t){e.delete(t)}}}.call(e,n,e,t))||(t.exports=i)},7228:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(373);return window.globalLoadJsAsset=function(t,n){var i="string"==typeof n?JSON.parse(n):n,r=DS.utils.resolveAssetUrl(t);e.addJsAsset(r,i)},{load:function(t,e){DS.loadScript(t,e)}}}.call(e,n,e,t))||(t.exports=i)},3563:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r,o,a=n(82),s=n(7228),l=n(373),u=n(8880),c=n(9032),h=n(2581),d=null,f={},p=[];return{setWindowManager:function(t){e=t},registerFrameLanguageData:function(t){i=t.default,t.languages.forEach((function(t){var e=t.langCode,n=t.path,i=t.displayNames;e=e.toLowerCase(),null==f[e]&&(f[e]={langCode:e}),Object.assign(f[e],{framePath:n,displayNames:i})}))},initSlideData:function(t){return null!=t&&DS.flagManager.multiLangSupport?(this.registerSlideLanguageData(t),this.loadLanguageManifest()):Promise.resolve()},addStringTable:function(t,e,n){if(null!=t){var i=t.id,r=t.strings;p[i]={langCode:e,ownerId:n,strings:r.reduce((function(t,e){var n=e.id,i=e.type,r=e.value;return t[n]={type:i,value:r},t}),{})}}},getString:function(t,e){return a.getPath(p,[t,"strings",e,"value"])},getStringFromRef:function(t){if(null!=t){var e=t.tableId,n=t.id;return this.getString(e,n)}},getLanguages:function(){return Object.keys(f).map((function(t){var e=f[t];return{langCode:e.langCode,displayNames:e.displayNames}}))},registerSlideLanguageData:function(t){i=t.default,t.languages.forEach((function(t){var e=t.langCode,n=t.manifestPath;e=e.toLowerCase(),null==f[e]&&(f[e]={langCode:e}),f[e].manifestPath=n}))},getCurrentLangCode:function(){return null==r&&(r=function(){var t=window.navigator.languages.map((function(t){return t.toLowerCase()})),e=t.find((function(t){return null!=f[t]}));if(null==e){var n=Object.keys(f).reduce((function(t,e){return t[e.split("-")[0]]=e,t}),{});e=n[t.find((function(t){return null!=n[t]}))]}return null==e&&(e=i),e}()),r},getCourseSetting:function(){return this.getCurrentLangCode()},restoreCourseSetting:function(t){this.setCurrentLanguage(t)},connectVariable:function(t){var e=this;this.langCodeVar=t,this.langCodeVar.on("change:value",(function(){e.syncWithVariable()})),this.langCodeVar.changeValue(r)},syncWithVariable:function(){var t=this;null!=this.langCodeVar&&this.setCurrentLanguage(this.langCodeVar.value()).catch((function(e){t.langCodeVar.changeValue(t.getCurrentLangCode())}))},setCurrentLanguage:function(t){var e=this;return null==f[t]?Promise.reject(new Error("language code not found")):(o=t,d||(t===r?Promise.resolve():d=new Promise((function(n){e.loadLanguageDataFiles(t).then((function(){r=o,null!=e.langCodeVar&&e.langCodeVar.changeValue(r),window.globals.updateHtmlLangCode(r),c.trigger(u.localization.LANGUAGE_UPDATED,r),c.trigger(u.resume.COURSE_SETTING_UPDATED),h.updateFocusBox(),d=null,n()}))}))))},loadLanguageDataFiles:function(t){var e=this;return Promise.all([this.loadFrameData(t),this.loadLanguageManifest(t)]).then((function(){return t===o?e.updateSlideData(t).then((function(){if(t!==o)return e.loadLanguageDataFiles(o)})):e.loadLanguageDataFiles(o)}))},loadFile:function(t){return new Promise((function(e){var n=a.resolveAssetUrl(t),i=function(){s.load(n,{load:function(){DS.connection.assetLoaded(n),e(l.getJsAssetValue(n)),l.clearAsset(n)},error:function(){DS.connection.assetFailed(n)}})};DS.connection.requiredAsset(n,null,i),i()}))},loadFrameData:function(t){var e=this,n=t||this.getCurrentLangCode(),i=f[n].framePath;return this.loadFile(i).then((function(t){return e.frameData=t,t}))},getCurrentFrameData:function(){return this.frameData},loadLanguageManifest:function(t){var e=this,n=t||this.getCurrentLangCode(),i=f[n].manifestPath;return this.loadFile(i).then((function(t){e.handleManifestLoaded(t)}))},handleManifestLoaded:function(t){this.languageManifest=t;var e=this.languageManifest,n=e.stringTable,i=e.langCode;this.addStringTable(n,i,"manifest")},getSlideDataFileName:function(t){if(null!=this.languageManifest)return this.languageManifest.slides.find((function(e){return e.slideId===t}))},updateSlideData:function(t){var n=null!=e?e.getLoadedSlideIds():null;return null===n?Promise.resolve():this.loadSlideData(n,t)},loadSlideData:function(t,e){var n=this,i=e||this.getCurrentLangCode(),r=null!=d&&i!==o?d:Promise.resolve(),a="string"==typeof t?[t]:t;return r.then((function(){return Promise.all(a.map((function(t){var e=n.getSlideDataFileName(t);return null!=e?n.loadFile(e.path).then((function(e){var i=e.stringTable,r=e.langCode;n.addStringTable(i,r,t)})):Promise.resolve()})))}))}}}.call(e,n,e,t))||(t.exports=i)},3586:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=function(t,e){var n,i,o=r[t],a=e.mixins.slice(0);for(i=a.length;i--;)null!=(n=a[i])[t]&&n[t].call(e),null!=n[o]&&n[o].call(e);return this},r={init:"componentWillMount"},o=["preInit","init","postInit"],a=e.partialRight(e.omit,o),s={mixInto:function(t,n){return e.defaults.apply(e,e(n).map(a).unshift(t).value()),t},mix:function(t){return this.mixInto(t,t.mixins),t}};return o.forEach((function(t){s[t+"MixinsOf"]=e.partial(i,t)})),s}.call(e,n,e,t))||(t.exports=i)},262:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=function(t,n){return e.includes(e.values(n.associations),t)},r={isAncestral:!0,createParentReference:function(t){return t&&t.parent&&(this.parent=t.parent),this},getClosestAncestor:function(t,e){for(var n=e?this:this.parent;n&&!t(n);)n=n.parent;return n},getClosestAncestorWithAssoc:function(t){var n=e.partial(i,t);return this.getClosestAncestor(n)},getClosestAncestorByAttr:function(t,e,n){return this.getClosestAncestor((function(n){return n.get(t)===e}),n)},forEachAncestor:function(t,e){for(var n=e?this:this.parent,i=0;null!=n;){if(!1===t(n,i++))return;n=n.parent}}};return r.getClosestAncestorByKind=e.partial(r.getClosestAncestorByAttr,"kind"),r}.call(e,n,e,t))||(t.exports=i)},6978:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(262),r=n(118),o=i.getClosestAncestor;return{resolvePath:function(t){return r.resolvePath(t,this.getClosestThisRef())},getClosestParentRef:e.partial(o,(function(t){return t.abilities.resolveAsParent})),getClosestThisRef:e.partial(o,(function(t){return t.abilities.resolveAsThis}),!0),getClosestEventTarget:e.partial(o,(function(t){return t.abilities.beEventTarget}),!0),getChildren:function(){return this.objects().slice()}}}.call(e,n,e,t))||(t.exports=i)},5337:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(8939),r=i.warn("shortEventable")("bindShortEvents"),o=i.backtick,a=function(t,n){return e.mapValues(n,(function(e){return t[e]}))},s=function(t,n){var i=t[n];return i?e.isFunction(i)?i.call(t):i:t.get?t.get(n):t.props&&t.props[n]};return{componentWillMount:function(){return this.bindShortEvents(),this},bindShortEvents:function(){var t,e,n,i,l=Object.keys(this.shortEvents||{}),u=l.length;for(i=0;i-1&&this.subscribedEvents.splice(n,1),this},resetSubscriptions:function(){return this.removeSubscriptions(),this.subscribedEvents=[],this}};return o}.call(e,n,e,t),void 0===i||(t.exports=i)},9835:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(7510),r=i.addWindowListener,o=i.addDocumentListener,a=i.addBodyListener,s=n(8579),l=(n(8880),n(9032),n(82)),u=n(1251),c=n(6295),h=(n(7812),n(7097)),d=n(2972),f={doFullScreen:function(t){t.requestFullscreen?t.requestFullscreen():t.mozRequestFullScreen?t.mozRequestFullScreen():t.webkitRequestFullscreen?t.webkitRequestFullscreen():t.msRequestFullscreen&&t.msRequestFullscreen()},styleIfExists:function(t,e,n){t&&(t.style[e]=n)},androidOrientation:function(){document.querySelector(".slide-controls"),document.querySelector(".option-pane");s.orientation.isPortrait?(this.styleIfExists(this.optionPane,"minHeight",null),this.styleIfExists(this.slideControls,"display","block")):(this.styleIfExists(this.optionPane,"minHeight",l.pxify(this.smallestSide)),this.styleIfExists(this.slideControls,"display","none"))},initAndroid:function(){this.smallestSide=Math.min(document.documentElement.clientHeight,document.documentElement.clientWidth),document.body.style.minHeight=s.smallestSide+"px"},initTouchableThemeAndPhone:function(){var t,e,n="130vh";document.body.style.height=n,document.documentElement.style.height=n,document.body.style.overflow="auto",document.querySelector("#preso").style.position="fixed",s.os.iOSVersion>=10&&setInterval((function(){var n=document.querySelector(".controls"),i=window.innerHeight,r=document.documentElement.clientHeight;i\n \n\n \n \n \n\n \n\n \n \n\n
\n Drag up for fullscreen\n
';var n,i,s,h,f,p=document.querySelector(".mobile-chrome-warning-bubble"),v=document.querySelector(".mobile-chrome-warning-btn"),g=document.querySelector("#preso"),m=0;document.body.style.height="120%",o("touchstart",(function(){i=!0})),o("touchend",(function(){i=!1})),t.addEventListener("touchstart",(function(){c.killTweensOf(p),c.killTweensOf(v),c.to(v,.05,{opacity:1,scaleX:.6,scaleY:.6}),c.to(p,.1,{opacity:1}),c.to(p,.3,{opacity:0,delay:3})})),setInterval((function(){var n=document.activeElement,r=window.innerHeight,o=document.documentElement.clientHeight,a=rh,i=t.scrollTop+t.offsetHeight===t.scrollHeight&&n=8?f.init=f.initIOS:f.init=e.noop,f}.call(e,n,e,t))||(t.exports=i)},3400:function(t,e,n){var i;void 0===(i=function(t){var e=n(6486),i=n(82),r=n(7812),o=n(1294),a=n(2972),s=n(7510),l=s.addDocumentListener,u=s.removeDocumentListener,c=function(t){return!t||t.length<2},h=function(t){var e=c(t)?{x:0,y:0}:t[0],n=t[1]||e;return{x:(e.pageX+n.pageX)/2,y:(e.pageY+n.pageY)/2}},d=function(t){return c(t)?1:i.dist(t[0].pageX,t[0].pageY,t[1].pageX,t[1].pageY)};return{shouldPinchZoom:function(){return!0},isLightboxed:function(){return!1},notifyZoomUpdate:function(){},zoomScaleUpdate:function(){},constrainToScreen:function(){var t=!1,e=window,n=e.innerWidth,i=e.innerHeight,r=this.zoomTarget.getBoundingClientRect(),o=Math.max((n-r.width)/2,0),a=Math.max((i-r.height)/2,0),s=n-o,l=i-a;r.left>o?(t=!0,this.pinch.currMatrix.tx=o):r.righta?(t=!0,this.pinch.currMatrix.ty=a):r.bottom1&&!a.isDoubleClickRelated(t.target)?(clearTimeout(this.doubeTapTimeout),this.doubleTapCount++,this.doubeTapTimeout=setInterval(this.resetDoubleTap,250),2===this.doubleTapCount&&1!==this.pinch.scale&&this.zoomOut()):this.resetDoubleTap()},onTouchStart:function(t){var e=this.transTouch(t.touches);if(2===e.length){this.pinch.panning=!1,this.pinch.zooming=!0;var n=h(e);this.pinch.startCenter=this.pinch.matrix.unTransformPoint(n.x,n.y),this.pinch.startDistance=d(e),this.pinch.disable=!1}else 1!==e.length||1===this.pinch.scale||this.shouldDisablePan(t)?(this.pinch.panning=!1,this.pinch.zooming=!1,this.pinch.disable=!0):(this.pinch.panning=!0,this.pinch.zooming=!1,this.pinch.startCenter=this.pinch.matrix.unTransformPoint(e[0].pageX,e[0].pageY),this.pinch.disable=!1);this.pinch.disable||this.endTransition(),this.pinch.totalTouches=t.touches.length},onTouchEnd:function(t){this.pinch.disable=!1,t.touches.length<2&&(this.pinch.panning=!1,this.pinch.zooming=!1,this.pinch.currMatrix&&!this.pinch.zoomingOut&&(this.pinch.scale=this.pinch.currMatrix.getScale().x,this.constrainToScreen(),this.pinch.matrix=this.pinch.currMatrix,this.zoomScaleUpdate()))},handleConstraint:function(){var t=.1*(this.pinch.appliedMatrix.tx-this.pinch.currMatrix.tx),e=.1*(this.pinch.appliedMatrix.ty-this.pinch.currMatrix.ty);this.pinch.currMatrix.translate(t,e),this.updateTransform(this.pinch.currMatrix)},onTouchMove:function(t){var e=this;if(!this.pinch.disable){var n=this.transTouch(t.touches);2===n.length?this.updatePinchZoom(n):1===n.length&&(1!==this.pinch.scale||this.isInLightbox)&&this.pinch.panning&&this.updatePinchPan(n),null!=this.pinch.currMatrix&&this.constrainToScreen((function(){return e.handleConstraint()})),clearTimeout(this.disableTimeoutId),this.pinch.disableSwipe=!0,this.disableTimeoutId=setTimeout((function(){e.pinch.disableSwipe=!1}),300)}},zoomOut:function(){var t=this;this.pinch.matrix=(new o).translate(this.pinchStartX||0,this.pinchStartY||0),this.pinch.currMatrix=this.pinch.matrix.copy(),this.pinch.zoomingOut=!0,this.pinch.scale=1,this.zoomScaleUpdate(),this.startTransition(200,(function(){t.pinch.zoomingOut=!1}))},transTouch:function(t){var n=this.getContainerBounds(),i=n.left,r=n.top;return e(t).map((function(t){return{pageX:t.pageX-i,pageY:t.pageY-r}})).value()},updatePinchPan:function(t){var e=this.pinch.matrix.unTransformPoint(t[0].pageX,t[0].pageY);this.pinch.currMatrix=this.pinch.matrix.copy().translate(e.x-this.pinch.startCenter.x,e.y-this.pinch.startCenter.y),this.zoomTarget.style[this.cssTransformOrigin]="0 0",this.updateTransform(this.pinch.currMatrix),this.isInLightbox&&this.notifyZoomUpdate()},updatePinchZoom:function(t){var e=this.threeSixtyImageRestrictedZoom||6,n=d(t),i=h(t),r=this.pinch.matrix.unTransformPoint(i.x,i.y),o=Math.max(1/this.pinch.scale,Math.min(n/this.pinch.startDistance,e/this.pinch.scale));this.pinch.zoom=o,this.pinch.currMatrix=this.pinch.matrix.copy().translate(r.x,r.y).scale(o,o).translate(-this.pinch.startCenter.x,-this.pinch.startCenter.y),this.zoomTarget.style[this.cssTransformOrigin]="0 0",this.updateTransform(this.pinch.currMatrix),this.notifyZoomUpdate()},updateTransform:function(t){this.zoomTarget.style[this.cssTransform]=t.toCssTransform(),this.pinch.appliedMatrix=t.copy()},startTransition:function(t,n){var i=this;n=n||e.noop,this.pinchZoomTransition={startTime:performance.now(),startMatrix:this.pinch.appliedMatrix.copy(),deltaMatrix:this.pinch.currMatrix.delta(this.pinch.appliedMatrix),duration:t,onComplete:n,onUpdate:function(){return i.notifyZoomUpdate()}},window.requestAnimationFrame(this.stepTransition)},endTransition:function(){this.pinchZoomTransition=null},stepTransition:function(){if(null!=this.pinchZoomTransition){var t=this.pinchZoomTransition,e=t.startMatrix,n=t.deltaMatrix,r=t.duration,o=t.startTime,a=t.onComplete,s=t.onUpdate,l=i.clamp(0,r,performance.now()-o),u=function(t,e){return gsap.parseEase("power1.out")(t/e)}(l,r);this.updateTransform(e.add(n,u)),s(),l63&&(e+="~"+i.length),e+=i+t},s.packData=function(t){return[s.create(s.toUnsignedString64(t.length)),t].join("")},s.toUnsignedString64=function(t,n,i){var r="",a=!0,l=t;for(i=i||s.EMPTY_CHUNK;l>0||a;)a=!1,r+=o[63&l],l>>=6;return r+=e.times(n-r.length,e.partial(e.identity,i)).join("")},s.toSignedString64=function(t,e){var n,i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=t,o=t<0,a=1,l=0;for(e=e||-1;Math.pow(64,a)/2<=Math.abs(t);)a++;if(n=Math.max(e,a),o){for(;-t>=Math.pow(64,l)/2;)l++;r=Math.pow(64,l)+t}var u=s.toUnsignedString64(r,n,o?"$":"0");return i&&n>e?"~".concat(s.toSignedString64(n)).concat(u):u},s.toSignedFloatString64=function(t,n){if(t%1==0||e.isNaN(t))return s.toSignedString64(t,n);var i,r=Math.min(3,(i=t,Math.floor(i)===i?0:i.toString().split(".")[1].length||0)),o=Math.trunc(t*Math.pow(10,r));return s.toSignedString64(o)+"-"+r.toString()},s.fromOverflowString64=function(t,e){var n=e,i=0,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2]?s.fromUnsignedString64:s.fromSignedString64;return"~"===t.charAt(0)&&(n=(e=s.fromUnsignedString64(t.charAt(1)))+2,i=2),{length:n,value:r(t.substr(i,e))}},s.fromUnsignedString64=function(t){return t.toString().split("").reduce((function(t,e,n){var i;return t+=(i=e,o.indexOf(i)<<6*n)}),0)},s.fromSignedString64=function(t){var e=s.fromUnsignedString64(t.toString()),n=Math.pow(64,t.length)/2;return e>=n&&(e-=2*n),e},s.fromSignedFloatString64=function(t){if(!t.includes("-"))return s.fromSignedString64(t);var e=t.split("-");return s.fromSignedString64(e[0])/Math.pow(10,Number(e[1]))},s}.call(e,n,e,t),void 0===i||(t.exports=i)},9005:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r=n(6486),o=n(82),a=n(4811),s=n(6159),l={initialize:function(){var t,e,n={},i=window.vRestoreStateData;if(this.hasData=!r.isEmpty(i),this.hasData){for(t=new s({fullString:i}),this.resumeData=t.encodedString(),t=t.reChunk(),e=(t=new s({fullString:t.encodedString()})).encodedString();e.length>0;)t=t.reChunk(),n[e]=t.encodedString(),e=(t=t.reChunk()).encodedString();this.slideStateData=n}},setResumer:function(t){e=t},setWindowManager:function(t){i=t},getSlideStateData:function(t){if(this.hasData)return this.slideStateData[o.stripPlayer(t)]},clearSlideStateData:function(t){this.slideStateData[o.stripPlayer(t)]=null},getState:function(){return r.map([s.packData(e.collectResumeData()),this.getActiveSlideStates()],s.create).join("")},shouldShimLMS:function(){return window.autoSpider},getLMSShim:function(){return{getItem:function(){var t=a.Deferred();return t.resolve(),t.promise()},setItem:r.noop,setResumer:r.noop}},getActiveSlideStates:function(){return i.windows.map((function(t){var e=t.getCurrentSlide();return null==e?"":(e.prepareResumeData({retainState:!0,force:!0,skipPostBuild:!0}),r.map([o.stripPlayer(e.absoluteId),e.getResumeData()],s.create).join(""))})).join("")}};return l.initialize(),l}.call(e,n,e,t))||(t.exports=i)},9013:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(4811),r="path=/",o=function(t){return t.split("=")},a=function(t){return t[0]},s={setCookie:function(t,e){var n=[t,e].join("=");return document.cookie=[n,["expires",new Date(Date.now()+31536e7).toGMTString()].join("="),r].join("; "),this},getCookies:function(t){return document.cookie.split("; ").map(o).filter((function(e){return 0===e[0].indexOf(t)}))},getItem:function(t){var n=i.Deferred(),r=e(this.getCookies(t)).sortBy(a).reduce((function(t,e){return t+e[1]}),"");return n.resolve(r),n.promise()},setItem:function(t,e){for(var n,i,r=0;e.length>0;)i=[t,r++].join("_"),n=e.slice(0,4048),this.setCookie(i,n),e=e.slice(4048);return this}},l={getItem:function(t){var e=i.Deferred(),n=window.localStorage.getItem(t);return e.resolve(n),e.promise()},setItem:function(t,e){var n;try{n=window.localStorage.setItem(t,e)}catch(t){console.warn(t)}return n}},u={setResumer:e.noop};return{hasStorage:function(){try{return null!=window.vInterfaceObject||!e.isUndefined(window.localStorage)}catch(t){return!1}},getStorage:function(){return e.extend(u,this.hasStorage()?l:s)}}}.call(e,n,e,t))||(t.exports=i)},4427:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r,o=n(6486),a=n(9229),s=n(8880),l=n(9032),u=n(9013),c=n(6159),h=n(4811),d=n(8939),f=n(8579),p=n(9005),v=n(7235),g=n(8945),m=n(1419),y=n(3563),b=function(t){return t.remainder().length===t.getUnsignedValue()},w=function(t){return t.match(/.{2}/g)},A=function(t){return t.getViewGroupId()},S={viewedSlides:[],totalViewedSlides:[],viewedActionLinks:{},courseStartTime:!1,hasOverlay:!1,initialize:function(t,e){var n=this;return this.addPartial(),o.bindAll(this,"savePresentationData"),this.setPresentation(t),i=t.resume()||{},this.resumeDfd=h.Deferred(),this.hasOverlay=e,this.resumeDfd.catch((function(){n.setViewedSlidesFromString("")})),p.setResumer(this),g.initialize(t,this),this.createResumeInterface(),l.on(s.player.CLOSING,this.closePlayer.bind(this)),this.isResumable()?this.setListeners().createSceneResumeArray().setResumeDataCallback().initResumeData():(this.lmsDfd=h.Deferred().resolve().promise(),this.setListeners().checkAndReject()),this.resumeDfd.promise()},setPresentation:function(t){e=t},addPartial:function(){this.getUniqueViewedSlides=o.partial(this.getUniqueSlides,"viewedSlides"),this.getUniqueTotalSlides=o.partial(this.getUniqueSlides,"totalViewedSlides"),this.checkAndReject=o.partial(this.check,this.rejectDeferred.bind(this)),this.checkAndResolve=o.partial(this.check,this.resolveDeferred.bind(this))},isResumable:function(){return this.resumeInterface},createResumeInterface:function(){g.lmsPresent()||window.globals.lmsPresent?this.resumeInterface=g:!0===i.flashresume?this.resumeInterface=u.getStorage():p.shouldShimLMS()&&(this.resumeInterface=p.getLMSShim()),f.env.isWebObject&&null!=this.resumeInterface&&(this.resumeInterface=v.getResumer(this.resumeInterface)),!g.lmsPresent()||i.lmsresume&&!f.env.isRise||(this.resumeInterface={getItem:function(){var t=h.Deferred();return t.resolve(),t.promise()},setItem:o.noop})},setListeners:function(){var t={};return t[s.slide.WILL_CHANGE]=this.slideChanging.bind(this),t[s.window.CLOSING]=this.windowClosing.bind(this),t[s.slide.VIEWED]=this.slideViewed.bind(this),t[s.slideWindow.CLEAR_HISTORY]=this.clearResumeData.bind(this),t[s.actionlink.EVENT]=this.onActionLink.bind(this),m.multiLangSupport&&(t[s.resume.COURSE_SETTING_UPDATED]=this.onCourseSettingUpdated.bind(this)),l.on(t),this},closePlayer:function(){e.isPreview()?l.trigger(s.preview.NOTIFY,"PREVIEW_CLOSE_WND"):g.lmsUnload(!0)||g.whenCloseReady().then((function(){window.top.window.open("","_self","").close()}))},setWindowManager:function(t){r=t,p.setWindowManager(t),null!=this.lmsDfd&&this.lmsDfd.then(this.checkQuickResume.bind(this))},createSceneResumeArray:function(){return this.sceneResume=e.scenes().map((function(){return c.EMPTY_CHUNK})),this},callForLightboxClose:function(){return l.trigger(s.window.CLOSING,i.window),this},resolveDeferred:function(){return this.resumeDfd.resolve(),l.trigger(s.resume.SET_DATA,this.totalViewedSlides,Object.keys(this.viewedActionLinks)),this},rejectDeferred:function(){return this.resumeDfd.reject(),l.trigger(s.resume.SET_DATA),this},check:function(t){var n=this;(this.hasOverlay||f.theme.isClassic||!f.deviceView.isDesktop||this.mobileStartAsPrompt)&&(this.hasOverlay||f.deviceView.isPhone&&f.env.isDevicePreview||f.device.isMobile||!f.theme.isClassic&&!e.isPreview())?((f.deviceView.isMobile||f.theme.isUnified)&&DS.renderEngine.createMobileStartOverlay(),a.getAppCompletePromise().then((function(){var e=f.deviceView.isClassicDesktop?t:{rejectDeferred:t,mobileStartAsPrompt:n.mobileStartAsPrompt};l.trigger(s.request.START,e)}))):t()},checkApplyResumeData:function(){return i.prompt&&!p.hasData&&a.getAppCompletePromise().then((function(){l.trigger(s.request.NEXT_SLIDE,i.slideId,i.window)})),this},applyResumeData:function(t){var e=t?"resolveDeferred":"rejectDeferred";this.callForLightboxClose(),this[e]()},slideViewed:function(t){t.get("trackViews")&&(this.addSlideToViewedList(t),g.lmsPresent()&&g.slideViewed(t))},windowClosing:function(){var t=r.getCurrentWindowSlide();null!=t&&this.slideLeft(t)},slideChanging:function(t,e,n){n||this.slideLeft(t)},slideLeft:function(t){f.env.isPerpetual||t.get("trackViews")&&g.lmsPresent()&&g.slideLeft(t)},onActionLink:function(t){var n=o.findIndex(e.get("actionlinks"),{id:t});-1!==n&&(this.viewedActionLinks[t]=n)},addSlideToViewedList:function(t){this.viewedSlides.push(t),this.viewedSlides=o.uniq(this.viewedSlides),this.totalViewedSlides.push.apply(this.totalViewedSlides,this.viewedSlides),this.totalViewedSlides=o.uniq(this.totalViewedSlides)},getViewedSlidesString:function(){return this.totalViewedSlides.reduce((function(t,e){return t+c.toUnsignedString64(e.prop("Index")+1,2)}),"")},setViewedSlidesFromString:function(t){if(t.length){var n=e.getFlatSlides(),i=e.get("scoring"),r=e.scorings();0===r.length&&null!=i&&r.push(i),this.totalViewedSlides=o(w(t)).map(c.fromUnsignedString64).map((function(t){var e=o.find(n,(function(e){return e.prop("Index")===t-1}));return null!=e&&(r.incrementViewed(e),e.restoreViewed()),e})).compact().value()}g.lmsPresent()&&e.getDrawPromise().then((function(){g.setTotalSlides(e.getUniqueSlides().length)}))},getUniqueSlides:function(t){return o.uniq(this[t],A)},getViewedActionLinksString:function(){return o.reduce(this.viewedActionLinks,(function(t,e){return t+c.toUnsignedString64(e,2)}),"")},setViewedActionLinksFromString:function(t){if(t.length>0){var n=e.get("actionlinks");null!=n&&(this.viewedActionLinks=w(t).map(c.fromUnsignedString64).reduce((function(t,e){var i=n[e];return null!=i&&(t[i.id]=e),t}),{}))}},collectResumeData:function(){return[c.create(this.getViewedSlidesString()),c.create(r.getResumeData()),e.variables().length>0?c.create(e.variables().getResumeDataOrReturn("")):"",null!=e.playerVars()?c.create(e.playerVars().variables().getResumeDataOrReturn("")):"",this.sceneResume.join(""),e.quizzes().getResumeData(),e.timers().length>0?e.timers().getResumeData():"",c.create(this.getViewedActionLinksString())].join("")},saveSceneData:function(t){null!=t&&(this.sceneResume[t.index()]=c.create(t.getResumeData()))},setResumeDataCallback:function(){return this.resumeDfd.then(this.setResumeData.bind(this)).catch(o.noop),this},setSceneResumeData:function(t){return this.sceneResume=e.scenes().map((function(e){var n=t.encodedString();return e.setResumeData(n),t=t.reChunk(),c.create(n)})),t},courseStarted:function(t){this.courseStartTime=Date.now(),g.lmsPresent()&&g.courseStarted(t)},getCourseTime:function(){return Date.now()-this.courseStartTime},clearResumeData:function(){e.scenes().forEach((function(t){t.clearResumeData()})),e.getUniqueSlides().forEach((function(t){t.clearResumeData()})),r.setResumeData(""),this.viewedSlides=[],this.totalViewedSlides=[],this.isResumable()&&this.resumeInterface.setItem(i.id,"")}};return m.multiLangSupport?Object.assign(S,{savePresentationData:function(t){if(!this.isResumable()||h.isPending(this.resumeDfd))return this;var e=r.getCurrentWindowSlide();this.saveSceneData(t),null!=e&&(this.stateData=this.collectResumeData(),this.commitStateData())},validateDataAndStore:function(t){if(null==t||0===t.length)return!1;var e=new c({fullString:t});return b(e)?(e=e.reChunk(),this.extractCourseSettings(e),this.stateData=e.remainder(),!o.isEmpty(this.stateData)):(d.warn("validateData","the data is the incorrect length, resume not attempted"),!1)},initResumeData:function(){var t=this;this.lmsDfd=this.resumeInterface.getItem(i.id).then((function(e){p.hasData&&(e=p.resumeData),t.validateDataAndStore(e)?i.prompt&&!f.theme.isClassic?(t.mobileStartAsPrompt=!0,t.checkAndResolve()):t.checkApplyResumeData():t.checkAndReject()}))},checkQuickResume:function(){o.isEmpty(this.stateData)||i.prompt&&!p.hasData||this.checkAndResolve()},setResumeData:function(){var t=new c({fullString:this.stateData}),n=t.encodedString(),i=e.variables().length>0,o=null!=e.playerVars(),a=t.reChunk(),s=null,l=null,u=a.reChunk();i&&(u=(s=u).reChunk()),o&&(l=u,u=u.reChunk());var h=u;i&&e.variables().setResumeData(s.encodedString());var d=this.setSceneResumeData(h);e.createSlideIndices(),this.setViewedSlidesFromString(n);var f=e.quizzes().setResumeData(d);e.timers().length>0&&e.timers().setResumeData(f);var p=f;this.setViewedActionLinksFromString(p.encodedString()),o&&e.playerVars().variables().setResumeData(l.encodedString()),r.setResumeData(a.encodedString()),e.onAfterSetResume()},onCourseSettingUpdated:function(){this.commitStateData()},collectCourseSettings:function(){return c.create([y.getCourseSetting()].map(c.create).join(""))},extractCourseSettings:function(t){var e=new c({fullString:t.encodedString()});[y.restoreCourseSetting.bind(y)].forEach((function(t){t(e.encodedString()),e=e.reChunk()}))},commitStateData:function(){this.resumeInterface.setItem(i.id,c.packData([this.collectCourseSettings(),this.stateData].join("")))}}):Object.assign(S,{savePresentationData:function(t){if(!this.isResumable()||h.isPending(this.resumeDfd))return this;var e=r.getCurrentWindowSlide();this.saveSceneData(t),null!=e&&(this.resumeData=this.collectResumeData(),this.resumeInterface.setItem(i.id,c.packData(this.resumeData)))},initResumeData:function(){var t=this;this.lmsDfd=this.resumeInterface.getItem(i.id).then((function(e){var n=!1;p.hasData&&(e=p.resumeData),null!=e&&e.length&&(n=t.processResumeData(e)),n?i.prompt&&!f.theme.isClassic?(t.mobileStartAsPrompt=!0,t.checkAndResolve()):t.checkApplyResumeData():t.checkAndReject()}))},checkQuickResume:function(){null==this.resumeData||i.prompt&&!p.hasData||this.checkAndResolve()},processResumeData:function(t){var e=new c({fullString:t});return b(e)?(this.resumeData=e.reChunk(),!0):(d.warn("processResumeData","the data is the incorrect length, resume not attempted"),!1)},setResumeData:function(){var t=this.resumeData.encodedString(),n=e.variables().length>0,i=null!=e.playerVars(),o=this.resumeData.reChunk(),a=null,s=null,l=o.reChunk();n&&(l=(a=l).reChunk()),i&&(s=l,l=l.reChunk());var u=l;n&&e.variables().setResumeData(a.encodedString());var c=this.setSceneResumeData(u);e.createSlideIndices(),this.setViewedSlidesFromString(t);var h=e.quizzes().setResumeData(c);e.timers().length>0&&e.timers().setResumeData(h);var d=h;this.setViewedActionLinksFromString(d.encodedString()),i&&e.playerVars().variables().setResumeData(s.encodedString()),r.setResumeData(o.encodedString()),e.onAfterSetResume()}}),S}.call(e,n,e,t))||(t.exports=i)},4481:function(t,e,n){var i;i=function(t){"use strict";var e=n(6486),i=n(7510).addWindowListener,r=n(1070),o=n(82),a=n(8579),s=n(8880),l=n(9032),u={scaleValue:1,zoomMode:!1,zoomVar:null,enableZoomMode:function(t){this.zoomMode=t,null!=this.zoomVar&&this.zoomVar.value()!==t?this.zoomVar.changeValue(t):l.trigger(s.window.ZOOM_MODE_CHANGED)},setZoomModeVariable:function(t){this.enableZoomMode(t.value())},initialize:function(t){e.bindAll(this,"scale","sendWindowScale","setZoomModeVariable"),this.isShowAll()&&!a.deviceView.isClassicMobile?this.startScaling():i("resize",this.sendWindowScale)},connectVariables:function(t){if(null!=t){this.zoomVar=t;var e=this.zoomVar.value();e&&this.enableZoomMode(e),this.zoomVar.on("change:value",this.setZoomModeVariable)}},isShowAll:function(){return"show all"===window.globals.scale},sendWindowScale:function(){l.trigger(s.window.SCALE),l.trigger(s.window.AFTER_SCALE)},setWindowScale:function(t){this.windowScale=t},getWindowScale:function(t){return this.windowScale},startScaling:function(){this.scale(),i("resize",this.scale)},getScaledFontSize:function(){return r.player.getFontScale()*this.getScale()},queueScale:function(){this.pending||(this.pending=!0,window.requestAnimationFrame(this.scale))},scale:function(){this.scaleValue=this.calcScale(),this.sendWindowScale(),this.pending=!1},calcScale:function(){var t=this.getWindowDimensions(),e=t.height,n=t.width,i=e/r.presentation.display().height(),a=n/r.presentation.display().width();return o.fix(Math.min(i,a),5)},getWindowDimensions:function(){return{height:window.innerHeight,width:window.innerWidth}},getScale:function(){return this.scaleValue}};return o.scaleVal=function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t*u.getScale();return e?Math.round(n):n},u}.call(e,n,e,t),void 0===i||(t.exports=i)},1291:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r=n(6486),o=n(7510).addDocumentListener,a=n(1251).isInput,s=n(4481),l=(n(1419),n(3716)),u=n(8579),c=n(8766),h=n(9032),d=n(8880),f=n(9229),p=n(7812),v=[];return{enabled:!0,initialize:function(t){var e=this;i=t||function(t){return t},r.bindAll(this,"onTimelineChanged","onKeyDown"),this.setupKeyLookup(),u.deviceView.isUnifiedDesktop&&!DS.presentation.isPreview()&&this.registerShortcut(i("togglezoom"),{key:"z",ctrl:!0,alt:!0},(function(){s.enableZoomMode(!s.zoomMode)})),u.deviceView.isDesktop&&(h.on(d.playbackControls.TIMELINE_CHANGED,this.onTimelineChanged),this.registerShortcut(i("acctext_shortcut"),{key:"t",ctrl:!0,alt:!0},(function(){f.onToggleAccessibleText()})),this.registerShortcut(i("mute_shortcut"),{key:"m",ctrl:!0,alt:!0},(function(){f.onToggleVolume()})),this.registerShortcut(i("closedcaptions_shortcut"),{key:"c",ctrl:!0,alt:!0},(function(){c.toggleCaptioning()})),this.registerShortcut(i("replay_shortcut"),{key:"r",ctrl:!0,alt:!0},(function(){e.threeSixtyImageMediaVisible()?h.trigger(d.threeSixtyImage.MEDIA_RESTART):e.currTimeline.reset()})),this.registerShortcut(i("playpause_shortcut"),{key:"p",ctrl:!0,alt:!0},(function(){e.threeSixtyImageMediaVisible()?h.trigger(d.threeSixtyImage.MEDIA_TOGGLE_PLAY):null!=e.currTimeline&&(1!==e.currTimeline.progress()?e.currTimeline.togglePlayback():u.theme.isUnified&&e.currTimeline.reset())})),this.registerShortcut(i("previous_shortcut"),{key:",",keyCode:188,ctrl:!0,alt:!0},(function(){e.onControlButtonShortcut("prev")})),this.registerShortcut(i("next_shortcut"),{key:".",keyCode:190,ctrl:!0,alt:!0},(function(){e.onControlButtonShortcut("next")})),this.registerShortcut(i("submit_shortcut"),{key:"s",ctrl:!0,alt:!0},(function(){e.onControlButtonShortcut("submit")})),this.registerShortcut(i("fullscreen_shortcut"),{key:"f",ctrl:!0,alt:!0},(function(){return f.toggleFullScreen()})),null!=DS.courseAudio&&DS.courseAudio.hasAudio()&&this.registerShortcut(i("background_audio_shortcut"),{key:"a",ctrl:!0,alt:!0},(function(){return h.trigger(d.backgroundAudio.TOGGLE)})))},threeSixtyImageMediaVisible:function(){return null!=document.querySelector(".panel-video-player")||document.querySelector(".three-sixty-overlay .panel-shown .panel-audio")},setupKeyLookup:function(){var t=this,e="abcdefghijklmnopqrstuvwxyz".split("");this.keyToCode={},e.forEach((function(e,n){t.keyToCode[e]=65+n}))},onControlButtonShortcut:function(t){var e=DS.views.getTopNameSpace()[t];e&&e.shortcutActivated()},onTimelineChanged:function(t){this.currTimeline=t},closeShortcutWindow:function(){null!=e&&(e.close(),e=null)},registerShortcut:function(t,n,r){var a=this;this.listenerAdded||(this.listenerAdded=!0,o("keydown",(function(t){return a.onKeyDown(t)})),this.registerShortcut(i("shortcuthelp"),{key:"?",shift:!0},(function(){null==e?(e=DS.frame.createWindow("ShortcutWnd")).el.focus():a.closeShortcutWindow()}))),v.push({name:t,keyInfo:n,cb:r})},enableShortcuts:function(t){this.enabled=t,h.trigger(DS.events.player.ENABLE_KEYBOARD_SHORTCUTS,t)},onKeyDown:function(t){var e=this,n=t.ctrlKey,i=t.shiftKey,r=t.altKey,o=t.key,s=t.keyCode;if(!(a(document.activeElement)||l.keyPressHandlerExists(t)||!this.enabled&&"?"!==o||null!=DS.connection&&DS.connection.warningShown)){var u=v.find((function(t){var a=t.keyInfo,l=a.key,u=a.keyCode,c=void 0===u?0:u,h=a.ctrl,d=void 0!==h&&h,f=a.shift,p=void 0!==f&&f,v=a.alt;return d===n&&p===i&&(void 0!==v&&v)===r&&(e.keyToCode[l]===s||l.toLowerCase()===o.toLowerCase()||c===s)}));u&&u.cb(),s==p.keys.F5&&t.preventDefault()}},getShortcutList:function(){return[].concat(v)}}}.call(e,n,e,t))||(t.exports=i)},8935:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e,i,r=n(6486),o=n(8880),a=n(7812),s=n(9032),l=n(82),u={slides:{},scenes:{}},c=function(t){var e=t.viewed,n=t.total;return 0===n?"":"".concat((100*e/n).toFixed(0),"%")},h=a.varTypes,d=h.NUM,f=h.STRING,p=[{name:"menuSlidesViewed",update:function(t){return t.menu.viewed},type:d},{name:"menuTotalSlides",update:function(t){return t.menu.total},type:d},{name:"menuProgress",update:function(t){var e=t.menu;return c(e)},type:d},{name:"menuSectionSlidesViewed",update:function(t,e,n){var i=t.section;return(0,n.menuInclude)(i.viewed)},type:d},{name:"menuSectionTotalSlides",update:function(t,e,n){var i=t.section;return(0,n.menuInclude)(i.total)},type:d},{name:"menuSectionProgress",update:function(t,e,n){var i=t.section;return(0,n.menuInclude)(c(i))},type:d},{name:"projectSlidesViewed",update:function(t){return t.project.viewed},type:d},{name:"projectTotalSlides",update:function(t){return t.project.total},type:d},{name:"projectProgress",update:function(t){var e=t.project;return c(e)},type:d},{name:"sceneSlidesViewed",update:function(t){return t.scene.viewed},type:d},{name:"sceneTotalSlides",update:function(t){return t.scene.total},type:d},{name:"sceneProgress",update:function(t){var e=t.scene;return c(e)},type:d},{name:"menuSectionsViewed",update:function(t){return t.viewedSectionCount},type:d},{name:"projectScenesViewed",update:function(t){return t.viewedSceneCount},type:d},{name:"menuSlideNumber",update:function(t,e,n){var i=e.menuSlideNumber;return(0,n.menuCountInclude)(i)},type:d},{name:"menuSlideTitle",update:function(t,e){return e.menuSlideTitle},type:f},{name:"menuSlideReference",update:function(t,e){return e.menuSlideReference},type:f},{name:"menuSectionNumber",update:function(t,e,n){var i=e.menuSection;return(0,n.menuInclude)(i)},type:d},{name:"menuSectionSlideNumber",update:function(t,e,n){var i=e.menuSectionSlideNumber;return(0,n.menuCountInclude)(i)},type:d},{name:"menuTotalSections",update:function(){return u.menuTotalSections},type:d},{name:"projectSlideNumber",update:function(t,e,n){var i=e.slideNumberInProject;return(0,n.projectInclude)(i)},type:d},{name:"projectSlideTitle",update:function(t,e){return e.slide.title()},type:f},{name:"projectSlideReference",update:function(t,e,n){var i=e.slideNumberInScene,r=n.sceneNumber;return"".concat(r,".").concat(i)},type:f},{name:"projectTotalScenes",update:function(){return u.sceneCount},type:d},{name:"projectSceneNumber",update:function(t,e,n){var i=n.sceneNumber;return 0===i?"":i},type:d},{name:"sceneSlideNumber",update:function(t,e,n){var i=e.slideNumberInScene;return(0,n.projectInclude)(i)},type:d},{name:"currentSlideId",update:function(t,e){return e.slide.id},type:f}],v=function(){var t=i.getCurrentWindowSlide();if(null!=t){var n=t.getScene();if(!n.isMessageScene()){var a=u.slides[t.absoluteId],l=e.variables(),c=function(t){var e=t.getScene(),n=u.slides[t.absoluteId].menuSection,i=new Set,o=new Set,a={total:0,viewed:0},s={total:0,viewed:0},l={total:0,viewed:0},c={total:0,viewed:0};return r.forEach(u.slides,(function(t){var r=t.slide.viewed;t.slide.includeInSlideCounts()&&(a.total++,r&&(a.viewed++,i.add(t.scene)),t.scene===e&&(s.total++,r&&s.viewed++)),null!=t.menuSection&&t.slide.includeInSlideCounts()&&(l.total++,r&&(l.viewed++,o.add(t.menuSection)),t.menuSection===n&&(c.total++,r&&c.viewed++))})),{viewedSceneCount:i.size,viewedSectionCount:o.size,project:a,scene:s,menu:l,section:c}}(t),h={sceneNumber:n.sceneNumber(),menuInclude:null!=a.menuSection?function(t){return t}:function(t){return""},projectInclude:t.includeInSlideCounts()?function(t){return t}:function(t){return""},menuCountInclude:null!==a.menuSection&&t.includeInSlideCounts()?function(t){return t}:function(t){return""}};p.forEach((function(t){var e=t.name,n=t.update;return l.get(e).value(n(c,a,h))})),s.trigger(o.slide.SLIDE_NUMBERS_UPDATED)}}},g=function(t,e){var n=0,i=0;u.slides={};var o=function(t,e){var n=function(t){var e=t.getSlideDraw();return null!=e?e.slideNumberInScene()+t.index():t.slideNumberInScene()};return n(t)-n(e)};t.scenes().forEach((function(t){if(!t.isMessageScene()){var e=0;t.getAllSlides().sort(o).forEach((function(i){u.slides[i.absoluteId]={slideNumberInProject:i.includeInSlideCounts()?++n:0,slideNumberInScene:i.includeInSlideCounts()?++e:0,slide:i,scene:t},u.scenes[t.absoluteId]={slideCount:e}})),0!==t.sceneNumber()&&i++}})),u.sceneCount=i;var a=0,s=function t(e,n,i,o,s){var c=u.slides[e.slideid];return null!=c&&(c.menuSlideNumber=c.slide.includeInSlideCounts()?++a:0,c.menuSlideTitle=l.decodeHtml(e.displaytext),c.menuSlideReference=o,c.menuSectionSlideNumber=c.slide.includeInSlideCounts()?i++:0,c.menuSection=s),r.forEach(e.links,(function(e,r){i=t(e,n+1,i,"".concat(o,".").concat(r+1),s)})),i},c=0;(e||[]).forEach((function(t,e){s(t,1,1,c=e+1,c)})),u.menuTotalSections=c};return{initialize:function(t,n,r){e=n.playerVars(),i=t,g(n,r),s.on(o.slide.HAS_MOUNTED,v),s.on(o.window.CLOSING,v),s.on(o.draw.RESET_COMPLETE,(function(){return g(n,r)}))},getPlayerVariables:function(){return p.map((function(t){var e=t.name,n=t.type;return function(t,e,n){return{kind:"variable",name:t,type:e,value:n,resume:!1}}(e,n,n===d?0:"")}))}}}.call(e,n,e,t))||(t.exports=i)},2972:function(t,e,n){var i;void 0===(i=function(t){"use strict";var e=n(6486),i=n(82),r=n(1251),o=n(8579),a=e.partialRight(r.hasClass,"draggable"),s=e.partialRight(r.hasClass,"hidden"),l=e.partialRight(r.hasClass,"rotatable"),u=e.partialRight(r.hasClass,"slideable-parent"),c=function(t){return r.hasClass(t,"is-scrollable")||r.hasClass(t,"scrollarea-scrollbar")},h=function(t){return r.hasClass(t,"three-sixty-image")},d=function(t,e){return!!e(t)||!!r.closest(t,e)},f=function(t){return t.scrollHeight>t.offsetHeight||r.hasClass(t,"scrollarea-scrollbar")},p=function(t){return t.hasAttribute("data-double-click")},v=e.partialRight(d,(function(t){return c(t)&&f(t)})),g=e.partialRight(d,(function(t){return l(t)})),m=e.partialRight(d,(function(t){return s(t)})),y=e.partialRight(d,(function(t){return a(t)})),b=e.partialRight(d,(function(t){return u(t)})),w=function(t){return r.hasClass(t,"eventable")},A=e.partialRight(d,(function(t){return w(t)})),S=function(t,e){var n,i;return t.objects().forEach((function(t,r){var o,a=null!=e?e.refs["obj"+r]:t.currView,s=a&&a.getFocusTarget();null!=s&&(o=s.props.model.prop("tabIndex"),s.isFocusable()&&s.isVisible()&&(null==i||i>o)&&(i=o,n=a))})),n};return{isRelated:d,needsToScroll:f,isScrollable:c,isScrollRelated:function(t){return c(t)?f(t):v(t)},isDraggable:a,isDraggableRelated:y,isEventable:w,isEventableRelated:A,isRotatable:l,isRotatableRelated:g,isSlideableRelated:b,isDoubleClickRelated:function(t){return p(t)||d(t,p)},activeMobileMenuItem:function(t,e){o.deviceView.isClassicMobile&&(0===i.getPath(t,"length",0)?document.body.classList.add(e):document.body.classList.remove(e))},isThreeSixtyImageRelated:function(t){return d(t,h)},isMobileSlide:function(t){return o.deviceView.isMobile&&!t.props.isMessageWindow},getGroupFocusTarget:function(t){var e=t.props.parent;if(!o.deviceView.isMobile)return e.isFocusable()?e:S(t.props.model,t)},removeEngageBorder:function(){var t=r.getParentFrame();null!=t&&t.classList.remove("webobject-engage")},getChildAtLowestTabIndex:S,isHiddenRelated:m}}.call(e,n,e,t))||(t.exports=i)},9995:function(t,e,n){var i;function r(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=new Array(e);n
')},f=function(t,e){return'
+ + + + + + + + + + + + +
+ +
+ + + +
+ + + + + +
+ + + + +
+
+ + + + + +

You are offline. Trying to reconnect...

+
+
+ + + + + + + + + + + + diff --git a/public/zeroaccident/P2/launcher.html b/public/zeroaccident/je_securise/launcher.html similarity index 89% rename from public/zeroaccident/P2/launcher.html rename to public/zeroaccident/je_securise/launcher.html index 1eec199..99bc2f5 100644 --- a/public/zeroaccident/P2/launcher.html +++ b/public/zeroaccident/je_securise/launcher.html @@ -1,10 +1,9 @@  - + - VIE ET VEILLE AU QUOTIDIEN -Un jeu d’exploration de l’univers de mon enfant entre 0 et 4 ans + ZERO ACCIDENT: UN JEU D'ENFANT, une aventure préventive pour sécuriser la maison + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + + + +
+ + + + +
+
+ + + + + +

You are offline. Trying to reconnect...

+
+
+ + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/story_content/5YC0QBiRC8A_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5YC0QBiRC8A_44100_160_1.mp3 new file mode 100644 index 0000000..9f269b5 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5YC0QBiRC8A_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5d61fWWnNAg_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5d61fWWnNAg_44100_160_1.mp3 new file mode 100644 index 0000000..ff5ee5f Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5d61fWWnNAg_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5i9kjrH08y6_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5i9kjrH08y6_44100_160_1.mp3 new file mode 100644 index 0000000..adb5d2e Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5i9kjrH08y6_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5kbQGCCqxfK.png b/public/zeroaccident/je_securise/story_content/5kbQGCCqxfK.png new file mode 100644 index 0000000..655ee60 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5kbQGCCqxfK.png differ diff --git a/public/zeroaccident/je_securise/story_content/5l9alnirRLc_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5l9alnirRLc_44100_160_1.mp3 new file mode 100644 index 0000000..c7611e0 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5l9alnirRLc_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5mNC7r9Fpbb_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5mNC7r9Fpbb_44100_160_1.mp3 new file mode 100644 index 0000000..16116c5 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5mNC7r9Fpbb_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5mbGDMv6U37_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5mbGDMv6U37_44100_160_1.mp3 new file mode 100644 index 0000000..97da0ae Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5mbGDMv6U37_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5npOPsoOYwb_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5npOPsoOYwb_44100_160_1.mp3 new file mode 100644 index 0000000..defb093 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5npOPsoOYwb_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5oP5kYMKaqx_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5oP5kYMKaqx_44100_160_1.mp3 new file mode 100644 index 0000000..0051d2a Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5oP5kYMKaqx_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5r233cjRbI4_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5r233cjRbI4_44100_160_1.mp3 new file mode 100644 index 0000000..02f062a Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5r233cjRbI4_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5uhi3JtT9OV_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5uhi3JtT9OV_44100_160_1.mp3 new file mode 100644 index 0000000..96cae78 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5uhi3JtT9OV_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/5xzUC1qXCd8_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/5xzUC1qXCd8_44100_160_1.mp3 new file mode 100644 index 0000000..c785989 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/5xzUC1qXCd8_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/60rfTIXl3IC_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/60rfTIXl3IC_44100_160_1.mp3 new file mode 100644 index 0000000..19258c5 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/60rfTIXl3IC_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/62fAzMPOIXx_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/62fAzMPOIXx_44100_160_1.mp3 new file mode 100644 index 0000000..1287031 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/62fAzMPOIXx_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/644uoLhbs9R_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/644uoLhbs9R_44100_160_1.mp3 new file mode 100644 index 0000000..c53227f Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/644uoLhbs9R_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/66LrcfFE2sb_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/66LrcfFE2sb_44100_160_1.mp3 new file mode 100644 index 0000000..be1c3f2 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/66LrcfFE2sb_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/68ZXWDBw64g_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/68ZXWDBw64g_44100_160_1.mp3 new file mode 100644 index 0000000..a224817 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/68ZXWDBw64g_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6ByzLBCcSpG_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6ByzLBCcSpG_44100_160_1.mp3 new file mode 100644 index 0000000..34c19e0 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6ByzLBCcSpG_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6DAWGRV6btz_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6DAWGRV6btz_44100_160_1.mp3 new file mode 100644 index 0000000..6d9c6b9 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6DAWGRV6btz_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6DD53dTyVHI_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6DD53dTyVHI_44100_160_1.mp3 new file mode 100644 index 0000000..7563e26 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6DD53dTyVHI_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6DiH7gHayyJ_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6DiH7gHayyJ_44100_160_1.mp3 new file mode 100644 index 0000000..16c2237 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6DiH7gHayyJ_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6EcEPBpcoWB_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6EcEPBpcoWB_44100_160_1.mp3 new file mode 100644 index 0000000..6c48fb3 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6EcEPBpcoWB_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6GBuqbYyNXn_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6GBuqbYyNXn_44100_160_1.mp3 new file mode 100644 index 0000000..a2d4061 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6GBuqbYyNXn_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6JOzNi04MCi_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6JOzNi04MCi_44100_160_1.mp3 new file mode 100644 index 0000000..6bebb37 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6JOzNi04MCi_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6JrglHsD24G_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6JrglHsD24G_44100_160_1.mp3 new file mode 100644 index 0000000..85d1fdf Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6JrglHsD24G_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6Jxmyk8yc9l_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6Jxmyk8yc9l_44100_160_1.mp3 new file mode 100644 index 0000000..be64a5d Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6Jxmyk8yc9l_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6PV3fUNoQKw_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6PV3fUNoQKw_44100_160_1.mp3 new file mode 100644 index 0000000..0f6d804 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6PV3fUNoQKw_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6SDw5thhuhn_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6SDw5thhuhn_44100_160_1.mp3 new file mode 100644 index 0000000..a36c10d Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6SDw5thhuhn_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6Snklkzmhev_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6Snklkzmhev_44100_160_1.mp3 new file mode 100644 index 0000000..d3aeca4 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6Snklkzmhev_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6TGLGnHJc4x_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6TGLGnHJc4x_44100_160_1.mp3 new file mode 100644 index 0000000..35b3cf1 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6TGLGnHJc4x_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6TVFOZj8kdS_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6TVFOZj8kdS_44100_160_1.mp3 new file mode 100644 index 0000000..74a4194 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6TVFOZj8kdS_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6WBebpcnfS3_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6WBebpcnfS3_44100_160_1.mp3 new file mode 100644 index 0000000..5d395dd Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6WBebpcnfS3_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6bRhW5hHyV9_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6bRhW5hHyV9_44100_160_1.mp3 new file mode 100644 index 0000000..40a6d8b Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6bRhW5hHyV9_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6beUko5krHJ_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6beUko5krHJ_44100_160_1.mp3 new file mode 100644 index 0000000..4f0cefa Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6beUko5krHJ_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6e88h66ZHQs_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6e88h66ZHQs_44100_160_1.mp3 new file mode 100644 index 0000000..8e42796 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6e88h66ZHQs_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6gczo2mRdWa_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6gczo2mRdWa_44100_160_1.mp3 new file mode 100644 index 0000000..1130c28 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6gczo2mRdWa_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6inev4jRkBx_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6inev4jRkBx_44100_160_1.mp3 new file mode 100644 index 0000000..7a2c7d2 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6inev4jRkBx_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6lQhyko7oC8_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6lQhyko7oC8_44100_160_1.mp3 new file mode 100644 index 0000000..32024cd Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6lQhyko7oC8_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6nG2qd4heGR_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6nG2qd4heGR_44100_160_1.mp3 new file mode 100644 index 0000000..cecb43e Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6nG2qd4heGR_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6ogaL0uMKrL_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6ogaL0uMKrL_44100_160_1.mp3 new file mode 100644 index 0000000..741ff92 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6ogaL0uMKrL_44100_160_1.mp3 differ diff --git a/public/zeroaccident/je_securise/story_content/6rdr4bnAP7g_44100_160_1.mp3 b/public/zeroaccident/je_securise/story_content/6rdr4bnAP7g_44100_160_1.mp3 new file mode 100644 index 0000000..a696131 Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/6rdr4bnAP7g_44100_160_1.mp3 differ diff --git a/public/zeroaccident/P2/story_content/external_window.png b/public/zeroaccident/je_securise/story_content/external_window.png similarity index 100% rename from public/zeroaccident/P2/story_content/external_window.png rename to public/zeroaccident/je_securise/story_content/external_window.png diff --git a/public/zeroaccident/je_securise/story_content/thumbnail.jpg b/public/zeroaccident/je_securise/story_content/thumbnail.jpg new file mode 100644 index 0000000..cc12fde Binary files /dev/null and b/public/zeroaccident/je_securise/story_content/thumbnail.jpg differ diff --git a/public/zeroaccident/je_securise/story_content/user.js b/public/zeroaccident/je_securise/story_content/user.js new file mode 100644 index 0000000..c0f6808 --- /dev/null +++ b/public/zeroaccident/je_securise/story_content/user.js @@ -0,0 +1,35 @@ +function ExecuteScript(strId) +{ + switch (strId) + { + case "6YflvHg7yog": + Script1(); + break; + case "5oFRBXfimAl": + Script2(); + break; + } +} + +window.InitExecuteScripts = function() +{ +var player = GetPlayer(); +var object = player.object; +var addToTimeline = player.addToTimeline; +var setVar = player.SetVar; +var getVar = player.GetVar; +window.Script1 = function() +{ + console.log("Fin du quizz"); +println("Results.ScorePercent"); +} + +window.Script2 = function() +{ + var player = GetPlayer(); + var score = player.GetVar("Monrésultat"); + console.log(score); + window.parent.resultat_P2(Math.floor(score)); +} + +}; diff --git a/public/zeroaccident/je_securise/unique/loose.xsd b/public/zeroaccident/je_securise/unique/loose.xsd new file mode 100644 index 0000000..4dbfa06 --- /dev/null +++ b/public/zeroaccident/je_securise/unique/loose.xsd @@ -0,0 +1,285 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides attribute group declarations for metadata + elements to support loose validation of element uniqueness constraints. + + NOTE: The absence of the enforcement of the uniqueness constraints does not + relieve a particular LOM instance from satisfying the uniqueness constraints + described in the LOMv1.0 base schema. Applications that require the use of + the unique/loose.xsd component XSD have to enforce those uniqueness constraints + by other means. + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/unique/strict.xsd b/public/zeroaccident/je_securise/unique/strict.xsd new file mode 100644 index 0000000..972b348 --- /dev/null +++ b/public/zeroaccident/je_securise/unique/strict.xsd @@ -0,0 +1,391 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides attribute group declarations for metadata + elements to support strict validation of element uniqueness constraints, + by providing the attribute uniqueElementName for each metadata element + that should appear with multiplicity at most one. + + NOTE: For most applications, enforcing the uniqueness constraints using the + unique/strict.xsd component XSD is desirable, but adding such an artificial + attribute is undesirable, although the addition of the artificial attribute + is unlikely to cause problems. + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/vocab/custom.xsd b/public/zeroaccident/je_securise/vocab/custom.xsd new file mode 100644 index 0000000..e34c769 --- /dev/null +++ b/public/zeroaccident/je_securise/vocab/custom.xsd @@ -0,0 +1,139 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides simple type declarations for metadata + elements whose values are taken from a vocabulary datatype. + + This component schema supports strict validation of both standard and custom + vocabulary values by checking that both the source and value are taken + from either the IEEE standard token set or from a custom token set. + + Organizations are free to define their own namespace for the custom vocabulary + extensions. For completeness this XSD is set up to use a namespace defined + as xmlns:ls="http://ltsc.ieee.org/xsd/LOM/custom" + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/vocab/loose.xsd b/public/zeroaccident/je_securise/vocab/loose.xsd new file mode 100644 index 0000000..6ec1253 --- /dev/null +++ b/public/zeroaccident/je_securise/vocab/loose.xsd @@ -0,0 +1,137 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides simple type declarations for metadata + elements that are defined to be of the Vocabulary datatype. + + This component schema supports loose validation of vocabulary value constraints + by allowing both the source and value to be arbitrary strings. + + NOTE-The absence of the enforcement of vocabulary values does not relieve a + particular LOM instance from satisfying vocabulary requirements defined in the + LOMv1.0 base schema. Applications that require the use of vocab/loose.xsd + component XSD should enforce those vocabulary requirements by other means. + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/vocab/strict.xsd b/public/zeroaccident/je_securise/vocab/strict.xsd new file mode 100644 index 0000000..e6be95f --- /dev/null +++ b/public/zeroaccident/je_securise/vocab/strict.xsd @@ -0,0 +1,132 @@ + + + + + This work is licensed under the Creative Commons Attribution-ShareAlike + License. To view a copy of this license, see the file license.txt, + visit http://creativecommons.org/licenses/by-sa/1.0 or send a letter to + Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. + + + + This component schema provides simple type declarations for metadata + elements whose values are taken from the IEEE standard vocabulary token set. + + This component schema supports strict validation of vocabulary values by + checking that both the source and value are from the IEEE standard token set. + + + ***************************************************************************** + ** CHANGE HISTORY ** + ***************************************************************************** + ** 03/15/2004: 1)Updated annoation describing purpose and design of the ** + ** XSD. ** + ***************************************************************************** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/zeroaccident/je_securise/xml.xsd b/public/zeroaccident/je_securise/xml.xsd new file mode 100644 index 0000000..ff8add9 --- /dev/null +++ b/public/zeroaccident/je_securise/xml.xsd @@ -0,0 +1,81 @@ + + + + + + + See http://www.w3.org/XML/1998/namespace.html and + http://www.w3.org/TR/REC-xml for information about this namespace. + + + + + This schema defines attributes and an attribute group + suitable for use by + schemas wishing to allow xml:base, xml:lang or xml:space attributes + on elements they define. + + To enable this, such a schema must import this schema + for the XML namespace, e.g. as follows: + <schema . . .> + . . . + <import namespace="http://www.w3.org/XML/1998/namespace" + schemaLocation="http://www.w3.org/2001/03/xml.xsd"/> + + Subsequently, qualified reference to any of the attributes + or the group defined below will have the desired effect, e.g. + + <type . . .> + . . . + <attributeGroup ref="xml:specialAttrs"/> + + will define a type which will schema-validate an instance + element with any of those attributes + + + + In keeping with the XML Schema WG's standard versioning + policy, this schema document will persist at + http://www.w3.org/2001/03/xml.xsd. + At the date of issue it can also be found at + http://www.w3.org/2001/xml.xsd. + The schema document at that URI may however change in the future, + in order to remain compatible with the latest version of XML Schema + itself. In other words, if the XML Schema namespace changes, the version + of this document at + http://www.w3.org/2001/xml.xsd will change + accordingly; the version at + http://www.w3.org/2001/03/xml.xsd will not change. + + + + + + In due course, we should install the relevant ISO 2- and 3-letter + codes as the enumerated possible values . . . + + + + + + + + + + + + + + + See http://www.w3.org/TR/xmlbase/ for + information about this attribute. + + + + + + + + + + diff --git a/public/zeroaccident/js/manage.js b/public/zeroaccident/js/manage.js index 2f089ab..e7b8029 100644 --- a/public/zeroaccident/js/manage.js +++ b/public/zeroaccident/js/manage.js @@ -24,6 +24,7 @@ function games_hide() $("#id_btn_close_P1").hide(); $("#id_part1_Unity").hide(); $("#id_part2_CESIM").hide(); + $("#id_part2_CESIM > iframe").removeAttr("src"); $("#id_intro").show(); $("#unity-fullscreen-button").off('click'); $("#quizz-fullscreen-button").off('click'); @@ -50,6 +51,7 @@ function display_game_progression() $("#p1").click(function() { $("#id_intro").hide(); $("#id_part2_CESIM").hide(); + $("#id_part2_CESIM > iframe").removeAttr("src"); $("#id_part1_Unity").show(); $("#id_btn_close_P1").show(); if($("#id_part1_Unity_iframe")[0].contentWindow.myGameInstance) @@ -73,12 +75,12 @@ function display_game_progression() let p1Done = getCookie("P1Done") == "OK"; if (data !== null) { - $("#p1_res img").attr('src', "img/p1_res.svg"); + $("#p1_res img").attr('src', "/zeroaccident/img/p1_res.svg"); $("#p1_res_text").text(scoreP1()); if(data.score == data.maxScore || p1Done) { setCookie("P1Done", "OK"); - $("#p2 img.img-fluid").attr('src', "img/p2.svg"); + $("#p2 img.img-fluid").attr('src', "/zeroaccident/img/p2.svg"); $("#p2_text").addClass("selected"); $('#p2').addClass("enabled"); $('#p2').removeClass("disabled"); @@ -88,16 +90,18 @@ function display_game_progression() $("#id_part1_Unity").hide(); $("#id_intro").hide(); $("#id_part2_CESIM").show(); + $("#id_part2_CESIM > iframe").attr("src","/zeroaccident/je_securise/story.html"); $("#id_btn_close_P1").show(); if($("#id_part1_Unity_iframe")[0].contentWindow.myGameInstance) $("#id_part1_Unity_iframe")[0].contentWindow.myGameInstance.SendMessage('JSInterface', 'FocusLost'); }); - $("#p3 img.img-fluid").attr('src', "img/p3.svg"); + $("#p3 img.img-fluid").attr('src', "/zeroaccident/img/p3.svg"); $("#p3_text").addClass("selected"); $('#p3').addClass("enabled"); $('#p3').removeClass("disabled"); $("#p3").click(function() { $("#id_part2_CESIM").hide(); + $("#id_part2_CESIM > iframe").removeAttr("src"); $("#id_intro").hide(); $("#id_part1_Unity").show(); $("#id_btn_close_P1").show(); @@ -118,7 +122,7 @@ function display_game_progression() data = getUnityData("P2"); if (data !== null) { - $("#p2_res img").attr('src', "img/p2_res.svg"); + $("#p2_res img").attr('src', "/zeroaccident/img/p2_res.svg"); $("#p2_res_text").text(scoreP2()); } // @@ -126,7 +130,7 @@ function display_game_progression() data = getUnityData("P3"); if (data !== null) { - $("#p3_res img").attr('src', "img/p3_res.svg"); + $("#p3_res img").attr('src', "/zeroaccident/img/p3_res.svg"); $("#p3_res_text").text(scoreP3()); } } diff --git a/public/zeroaccident/lib/.DS_Store b/public/zeroaccident/lib/.DS_Store index e176ad5..9ce42ee 100644 Binary files a/public/zeroaccident/lib/.DS_Store and b/public/zeroaccident/lib/.DS_Store differ diff --git a/public/zeroaccident/js/jquery-3.3.1.slim.min.js b/public/zeroaccident/lib/jquery-3.3.1.slim.min.js similarity index 100% rename from public/zeroaccident/js/jquery-3.3.1.slim.min.js rename to public/zeroaccident/lib/jquery-3.3.1.slim.min.js diff --git a/public/zeroaccident/js/popper.min.js b/public/zeroaccident/lib/popper.min.js similarity index 100% rename from public/zeroaccident/js/popper.min.js rename to public/zeroaccident/lib/popper.min.js diff --git a/public/zeroaccident/unity_uncompressed.html b/public/zeroaccident/unity_uncompressed.html deleted file mode 100644 index a6e3d27..0000000 --- a/public/zeroaccident/unity_uncompressed.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - AcVC - - - - - - - -
- -
- -
-
-
-
-
- -
- - -