!@@,_Ǡy 2- R$0Ƞ/Ƞ3Ƞ`/1Ƞ@!]ǠP!]ǠRRR"% RR#  1 >+8#  ;$@  Z!!B  Q $  #+8 +&^H'H C%+8#0H< ' H* I  ( H $y  $y  #( $y    $y  * S L!$$E T !$0*8 "(N.@^21Fud˅N::e˲,o8i2ڒԣY唻vQ8Gm<ʪB~tRNB)LD@d+IboqVD ?ֈ(Q/87WvщفgUWV: |MBd䭠c,x@KHfa4mn |Dw?1DF^ z ] <ӊ|_C.l?AY(@x7ik.&/1k&Drm1'`dwB-B9CjwqJ4ސH}pxD X*2R8u+0lH͸TϚنQ#Dg"< =W>w?| ufx:sL@ܮK~t0Ưy}c"󧱬F)K+b|FNtS Y< zK$k]dBQ@~[јaYJi2h{_a@4cEdS3 8& gGέ0Fˮ qR8~<aehՋtw̭n?<x g<+`Ty˷ŽT1 (? |YQ:Rg;֑kOw| & ƙL>"%H>9>G;jS9K?Ǐ8 U*۪'@r>_IaCkAz7ϋ MЈ1{m3&f="𪰶q|'@ڲvRZu@Z<~δ]u{BB+M ['+`T-9UwEH6D$@6a1b{1]x\Vs{stI'k 4O&qE"k$@+Xh&vN %(Ɉsw+TWQQ]*Xck}-&Ԓ$f}r}jkƔքEŸ`hϠӇ3n0)u;v9teDQ=%gZQ[.Mz'(1DjWg,zOW_jBK##9PRtƦX_Ԟ*vtO̘(vSab RTos)wUBo t1=ܕ<]mHmRm@)Smuקb^>W^De " .aT#L;eUO_FI.ɉ{UɒS 뿡}"aŊ0U^ˁ)d݋T}iށ=Cf]TI/i23*Whw6񾁲aLשL\zULU D̲xDXc9)ztSy1=[%׹# WZJehgRjjkHTd0&< Y.64~/IpCxYZ+IU]ZUכ,-hkWQNHWpB+tWmɯU+r̂ה { $[!Gf0l K̭`MT}㠁(MDQ#=eCT[y< XޕI}fvv2tF͎=}fΐ-"+Rl=ɠ5juz})'LQ3+R[zuV 6˷Bv A{2gA6~pUr<̣/MMM'Ws^U}7aPXet¼ns,DLXLQiēN֟-h3*DL m:[zj'u|Ќ=!t]x. cAqiCHS#D `Q[QSCT8Ĩ~k2/}mqR-BTSPQVI dW`^e:v.j'CvXHכ6t11HD.pF] 'E2:hW;]緃[h_/Ot1p]_}fYlOi# vO#lRbl+gh*{~Y6u~Q2_}+/yl kWRL $3דBAoHllUwOAI4G=( (ĈLYU`o#h"aID?g(#wǃlK0\Ӌmdp *Y\z; @ǩ>`{Gzӏ(!_eΛëInc]}w.>|ny:?\*I/elEzQʳKKtJ8ǻKKvYP'9_BvyQfr)~!gvOY?ګcӴ*Ovj7+kksz:*eoKW@(-5'È}S,y%\R(PX4hG M!LYwlkū{v(sqAՃp֬r x@<jP ?8.57JAUtfLƷ]jF$ M}K={oJ[WYO/M_Xm,bsiLcs7H&ȑ; h ve@C9"FѱvBNT4.ث6036s(nh?/U+&<t F@'3SI jSyb.~5J0|itwdFo7zz^}Ÿ0;\75_nSjF=XsN]3uoiuLY %8)y--Y1|$VJ2R?@9. J2MK%4?CX)gJ$pc_bHK&dQDX@6cE4?X\[JRyPqCe,b i͂LMyGL{'pi`},3Oiu7òc=(n~.l ][زu! #!ݮZ28x?cJ{19?ZRب)q=xg`CNi6R \{d1`ya48=p:% !tion ( $ ) { let $formSection = $( '.contact-simple-form-nemo' ); let $mapSection = $( '.map-info-card-nemo' ); let formSectionClass = '.contact-simple-form-nemo'; let documentWidth = window.outerWidth; console.log("ping") // MAP if ( $mapSection.length > 0 && $formSection.length > 0 && documentWidth < 996 ) { $mapSection.insertBefore( formSectionClass ); } const buttons = document.querySelectorAll(".btn-primary, .btn-primary-reverse, .btn-primary-outline, .btn-primary-outline-reverse, .btn-secondary, footer ._submit "); buttons.forEach((button)=>{ button.appendChild(document.createElement("span")); const arrow = document.createElement("i"); arrow.className ="fa-regular fa-arrow-right"; button.appendChild(arrow); ["mouseenter", "mouseout"].forEach((evt)=>{ button.addEventListener(evt, (e)=>{ let parentOffset = button.getBoundingClientRect(); relX = e.pageX - (window.pageXOffset + parentOffset.left); relY = e.pageY - (window.pageYOffset + parentOffset.top); let span = button.getElementsByTagName("span"); span[0].style.top = relY + "px"; span[0].style.left = relX + "px" } , { passive: !0 }) }) }) // Tag const tags = document.querySelectorAll(".tag"); for(const tag of tags) { const img = document.createElement("img"); img.src="/wp-content/themes/pilotin tailwind v3/assets/images/wave.png"; img.className="wave"; tag.appendChild(img); } // Return if mobile view if ( window.innerWidth <= 768 ) { return; } let thresold = 0.5; let observer = new IntersectionObserver( function ( observables ) { observables.forEach( function ( observable ) { if ( observable.intersectionRatio > thresold ) { let $this = observable.target; // Remove class parent $this.classList.remove( 'xyz-out' ); $this.classList.add( 'xyz-in' ); // Remove class child $( $this ).find( '.xyz-out' ).each( function () { $( this ).removeClass( 'xyz-out' ).addClass( 'xyz-in' ); } ); observer.unobserve( observable.target ); } } ); }, { threshold: [ thresold ], }, ); $el_observe = $( '.checkerboard-container-nemo, .key-numbers-horizontal-simple-nemo, .ressources-last-posts-pilotin' ); $el_observe.each( function () { // Checkerboard if ( $( this ).hasClass( 'checkerboard-container-nemo' ) ) { let $section = $( this ); let $img = $( this ).find( '.main-wrapper .image' ); let $innerWrapperContent = $( this ).find( '.inner-wrapper-content' ); if ( $img.length === 0 || $innerWrapperContent.length === 0 ) { return; } let $childrens = $innerWrapperContent.children(); // Section $section.attr( 'xyz', 'fade' ); $section.addClass( 'xyz-out' ); // Image $img.addClass( 'xyz-out' ); $img.attr( 'xyz', 'fade up-5 duration-8 ease' ); // Childrens $innerWrapperContent.addClass( 'item-group' ); $innerWrapperContent.attr( 'xyz', 'fade up-5 duration-6 ease stagger-0.5' ); $childrens.each( function () { $( this ).addClass( 'xyz-out' ); } ); } else if ( $( this ).hasClass( 'key-numbers-horizontal-simple-nemo' ) ) { let $sectionIntro = $( this ).find( '.section-intro' ); let $wrapperKeyNumbers = $( this ).find( '.wrapper-key-numbers' ); $sectionIntro.addClass( 'xyz-out' ); $wrapperKeyNumbers.addClass( 'xyz-out' ); } observer.observe( $( this ).get( 0 ) ); } ); // Add target="_blank" on external links const links = document.links; $.map( links, function ( a, index ) { if ( a.host !== location.host ) { a.target = '_blank'; } }, ); } ); $ 1 ! %' '0  14   %'0   #   w     Y r @ > >4  ! ]     D w 8 $ j)    )4 J'0   R +8v $ N)4"  2 $5 $  8   $!$   U $T $   $  "'0 JL  D ) $h  !$ $      '+8    B $ g $!$ 5    @ $  He*81+8!$ Z_!$!$!$ L   5  $: { $g!$!$!$ $w 1*8\ $ )4 }  5H!$"(!$ !$   (!$ !$    $/  ; '0 !$