arthena.fr
Open in
urlscan Pro
2620:127:f00f:3::
Public Scan
Submitted URL: http://arthena.fr/
Effective URL: https://arthena.fr/
Submission: On September 09 via api from LU — Scanned from FR
Effective URL: https://arthena.fr/
Submission: On September 09 via api from LU — Scanned from FR
Form analysis
6 forms found in the DOMPOST /localization
<form method="post" action="/localization" id="annbar-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="FR">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-button">Pays</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-button">
<span class="text-start">France (EUR €)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0" role="option" data-value="FR" aria-selected="true">
<span class="pointer-events-none">France (EUR €)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Erreur lors de la récupération des pays, veuillez réessayer.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
GET /search
<form class="main-search__form" action="/search" method="get" autocomplete="off">
<div class="main-search__input-container">
<input class="main-search__input" type="text" name="q" autocomplete="off" placeholder="Recherchez sur notre boutique" aria-label="Recherche">
<button class="main-search__button" type="submit" aria-label="Rechercher"><svg class="icon" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation">
<g transform="translate(3 3)" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd">
<circle cx="7.824" cy="7.824" r="7.824"></circle>
<path stroke-linecap="square" d="m13.971 13.971 4.47 4.47"></path>
</g>
</svg></button>
</div>
<script src="//arthena.fr/cdn/shop/t/17/assets/search-suggestions.js?v=136224079820713396391713431905" defer=""></script>
<search-suggestions></search-suggestions>
</form>
POST /localization
<form method="post" action="/localization" id="annbar-localizationMobileNav" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="FR">
<country-selector><label class="label visually-hidden no-js-hidden" for="annbar-localization-country-buttonMobileNav">Pays</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="annbar-localization-country-buttonMobileNav">
<span class="text-start">France (EUR €)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="annbar-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="annbar-localization-country-opt-0MobileNav" role="option" data-value="FR" aria-selected="true">
<span class="pointer-events-none">France (EUR €)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Erreur lors de la récupération des pays, veuillez réessayer.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('annbar-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Votre e-mail" class="signup-form__email" value="" name="contact[email]" aria-label="E-mail" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">S’inscrire</button>
</form>
POST /localization
<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
<div class="localization__grid">
<div class="localization__selector">
<input type="hidden" name="country_code" value="FR">
<country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Pays</label>
<div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
<span class="text-start">France (EUR €)</span>
<svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
<path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
</svg>
</button>
<ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
<li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="FR" aria-selected="true">
<span class="pointer-events-none">France (EUR €)</span>
</li>
</ul>
</div>
</country-selector>
</div>
</div>
<script>
customElements.whenDefined('custom-select').then(() => {
if (!customElements.get('country-selector')) {
class CountrySelector extends customElements.get('custom-select') {
constructor() {
super();
this.loaded = false;
}
async showListbox() {
if (this.loaded) {
super.showListbox();
return;
}
this.button.classList.add('is-loading');
this.button.setAttribute('aria-disabled', 'true');
try {
const response = await fetch('?section_id=country-selector');
if (!response.ok) throw new Error(response.status);
const tmpl = document.createElement('template');
tmpl.innerHTML = await response.text();
const el = tmpl.content.querySelector('.custom-select__listbox');
this.listbox.innerHTML = el.innerHTML;
this.options = this.querySelectorAll('.custom-select__option');
this.popular = this.querySelectorAll('[data-popular]');
if (this.popular.length) {
this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
}
this.loaded = true;
} catch {
this.listbox.innerHTML = '<li>Erreur lors de la récupération des pays, veuillez réessayer.</li>';
} finally {
super.showListbox();
this.button.classList.remove('is-loading');
this.button.setAttribute('aria-disabled', 'false');
}
}
setButtonWidth() {
return;
}
}
customElements.define('country-selector', CountrySelector);
}
});
</script>
<script>
document.getElementById('footer-localization').addEventListener('change', (evt) => {
const input = evt.target.previousElementSibling;
if (input && input.tagName === 'INPUT') {
input.value = evt.detail.selectedValue;
evt.currentTarget.submit();
}
});
</script>
</form>
POST /contact#contact_form
<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
<input type="hidden" name="contact[tags]" value="prospect,newsletter">
<p>
<input type="email" placeholder="Votre e-mail" class="signup-form__email" value="" name="contact[email]" aria-label="E-mail" required="">
</p>
<button class="btn btn--primary signup-form__button" type="submit">S’inscrire</button>
</form>
Text Content
Aller au contenu Livraison offerte Pays France (EUR €) * France (EUR €) Recherche * Le coffret * Notre histoire * Offres Éphémères * Blog * Espace abonnés Compte Recherche Panier * Le coffret * Notre histoire * Offres Éphémères * Blog * Espace abonnés * Le coffret * Notre histoire * Offres Éphémères * Blog * Espace abonnés Pays France (EUR €) * France (EUR €) Arthéna : Des coffrets d'art mensuels et une porte ouverte vers une communauté et des événements exclusifs COMMANDER ARTHÉNA : CRÉER ENSEMBLE, INSPIRER ENSEMBLE. Avec Arthéna, vous recevez chaque mois des outils de beaux-arts de qualité pour dessiner et peindre, mais surtout, vous plongez dans l'univers artistique d'un artiste en particulier. Grâce à notre magazine artistique inclus, découvrez son style, son parcours et ses inspirations. Accédez également à notre communauté privée pour enrichir votre expérience avec des contenus pédagogiques exclusifs et des invitations à des événements culturels et artistiques. LE CONTENU DE NOS COFFRETS Chaque coffret Arthéna contient un minimum de quatre outils, conçus pour vous inviter à explorer l'infinité des possibilités créatives. Un magazine qui inclut une présentation d'artiste, des articles sur l'histoire de l'art, diverses propositions de dessin ou de peinture pour ceux en quête d'inspiration, et d'autres contenus créatifs pour enrichir votre expérience artistique. Rating of 1 means . Rating of 5 means . The rating of this product for "" is 4. LE CERCLE CRÉATIF PRIVÉE DES ARTISTES ARTHÉNA Rejoignez le cercle des artistes inspirés grâce à notre groupe privé, où vous accéderez à des vidéos enrichissantes sur l'histoire de l'art, des tutoriels artistiques, et des podcasts inspirants, tout en partageant avec une communauté passionnée et créative. Rating of 1 means . Rating of 5 means . The rating of this product for "" is 2. ÉVÉNEMENTS ARTISTIQUES Bénéficiez également d'invitations exclusives à des événements organisés par Arthéna, comme des master class en direct avec des artistes, des cours d'art avec des professeurs, disponibles en personne ou via des retransmissions en live. Rating of 1 means . Rating of 5 means . The rating of this product for "" is 3. LE CONTENU DE NOS COFFRETS Chaque coffret Arthéna contient un minimum de quatre outils, conçus pour vous inviter à explorer l'infinité des possibilités créatives. Un magazine qui inclut une présentation d'artiste, des articles sur l'histoire de l'art, diverses propositions de dessin ou de peinture pour ceux en quête d'inspiration, et d'autres contenus créatifs pour enrichir votre expérience artistique. Rating of 1 means . Rating of 5 means . The rating of this product for "" is 4. LE CERCLE CRÉATIF PRIVÉE DES ARTISTES ARTHÉNA Rejoignez le cercle des artistes inspirés grâce à notre groupe privé, où vous accéderez à des vidéos enrichissantes sur l'histoire de l'art, des tutoriels artistiques, et des podcasts inspirants, tout en partageant avec une communauté passionnée et créative. Rating of 1 means . Rating of 5 means . The rating of this product for "" is 2. ÉVÉNEMENTS ARTISTIQUES Bénéficiez également d'invitations exclusives à des événements organisés par Arthéna, comme des master class en direct avec des artistes, des cours d'art avec des professeurs, disponibles en personne ou via des retransmissions en live. Rating of 1 means . Rating of 5 means . The rating of this product for "" is 3. PRÉVENTE EXCLUSIVE Nos coffrets sont en prévente en édition limitée jusqu'au 1er novembre ! Réservez vite le vôtre. Livraison entre le 10 et 20 décembre 2024 0 Jour 00 Heure 00 Min 00 Sec Se termine le 1 novembre 2024 à 00:00 PRÉCommander UN AVANT-GOÛT DES 3 PROCHAINS COFFRETS Lecture VIVEZ L'EXPÉRIENCE ARTHÉNA Plongez dans l'univers d'Arthéna et voyez comment nos coffrets artistiques transforment l'inspiration en création. Rejoignez l'aventure et laissez votre créativité s'épanouir avec nous ! précommander Livraison offerte en France Entreprise Française Support client 24/24 Arthéna Des coffrets artistiques uniques pour révéler votre créativité, chaque coffret raconte une histoire. Liens rapide * Nous contacter * FAQ * Conditions générales de Vente * Politique de confidentialité * Mentions légales Newsletter Inscrivez-vous pour des offres exclusives, des histoires originales, des événements et bien plus encore. S’inscrire American Express Apple Pay Mastercard PayPal Visa Pays France (EUR €) * France (EUR €) © 2024 Arthena. Votre panier Fermer Paiement Fermer Votre panier est vide acheter Fermer AVANT TOUTE CHOSE NOUS AVONS UNE SURPRISE POUR VOUS ! Renseignez votre adresse email pour être informé des dates de sorties des prochaines coffrets, la thématique artistique abordée et, en plus, des codes promo pour commander vos coffrets au meilleur prix S’inscrire