"Je n'y croyais pas ! J'ai vraiment gagné ma PS5. Le processus était super simple et transparent. Merci infiniment !"
⭐⭐⭐⭐⭐
Marc L.
"Livraison ultra rapide ! Ma PS5 est arrivée en parfait état avec tous les jeux promis. Une expérience incroyable !"
⭐⭐⭐⭐⭐
Julie R.
"Mes enfants étaient fous de joie ! C'est le meilleur cadeau qu'ils aient jamais reçu. Participation facile, résultat fantastique !"
( function() {
var skipLinkTarget = document.querySelector( 'main' ),
sibling,
skipLinkTargetID,
skipLink;
// Early exit if a skip-link target can't be located.
if ( ! skipLinkTarget ) {
return;
}
/*
* Get the site wrapper.
* The skip-link will be injected in the beginning of it.
*/
sibling = document.querySelector( '.wp-site-blocks' );
// Early exit if the root element was not found.
if ( ! sibling ) {
return;
}
// Get the skip-link target's ID, and generate one if it doesn't exist.
skipLinkTargetID = skipLinkTarget.id;
if ( ! skipLinkTargetID ) {
skipLinkTargetID = 'wp--skip-link--target';
skipLinkTarget.id = skipLinkTargetID;
}
// Create the skip link.
skipLink = document.createElement( 'a' );
skipLink.classList.add( 'skip-link', 'screen-reader-text' );
skipLink.id = 'wp-skip-link';
skipLink.href = '#' + skipLinkTargetID;
skipLink.innerText = 'Aller au contenu';
// Inject the skip link.
sibling.parentElement.insertBefore( skipLink, sibling );
}() );