boutique.notretemps.com Open in urlscan Pro
99.86.4.9  Public Scan

Submitted URL: https://t.prod1.emailing.notretemps.com/r/?id=h51c3b650,5e711683,7ffb63dc
Effective URL: https://boutique.notretemps.com/notre-temps-prosp10-b5.html?psr=1&utm_source=newsletter&utm_medium=email&utm_campaign=nte%20abo%...
Submission: On February 19 via api from BE — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://boutique.notretemps.com/checkout/cart/add/uenc/aHR0cHM6Ly9ib3V0aXF1ZS5ub3RyZXRlbXBzLmNvbS9ub3RyZS10ZW1wcy1wcm9zcDEwLWI1Lmh0bWw_cHNyPTEmdXRtX3NvdXJjZT1uZXdzbGV0dGVyJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPW50ZSUyMGFibyUyMGNhbXBhZ25lJTIwbm9lbCUyMDIwMjImdXRtX2NvbnRlbnQ9YmFzJTIwbmV3cw%2C%2C/product/5140/

<form method="post" class="product-offer-classic-form" id="product_addtocart_form" enctype="multipart/form-data" data-bind="
        visible: true,
        attr: { 'action': getActionUrl(), 'data-product-sku': sku, 'data-popin-title': popinTitle, 'data-popin-page-type': popinPageType },
        mageInit: getFormMageInit()
" action="https://boutique.notretemps.com/checkout/cart/add/uenc/aHR0cHM6Ly9ib3V0aXF1ZS5ub3RyZXRlbXBzLmNvbS9ub3RyZS10ZW1wcy1wcm9zcDEwLWI1Lmh0bWw_cHNyPTEmdXRtX3NvdXJjZT1uZXdzbGV0dGVyJnV0bV9tZWRpdW09ZW1haWwmdXRtX2NhbXBhaWduPW50ZSUyMGFibyUyMGNhbXBhZ25lJTIwbm9lbCUyMDIwMjImdXRtX2NvbnRlbnQ9YmFzJTIwbmV3cw%2C%2C/product/5140/"
  data-product-sku="NT_BUNDLE_NTE_PROSP10_B5" data-popin-title="Votre produit a été ajouté au panier" data-popin-page-type="adulte" novalidate="novalidate">
  <div data-bind="html: formKeyInput"><input name="form_key" value="T468UCNAAJsZHcNz" type="hidden"></div>
  <input type="hidden" name="product" data-bind="attr: { value: id }" value="5140">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" data-bind="attr: { value: itemId }" value="5140">
  <input type="hidden" name="formula" data-bind="attr: {value: selectedFormulaId}" value="0">
  <input type="hidden" name="duration" data-bind="attr: {value: selectedDurationId}" value="0">
  <input type="hidden" name="reabo" data-bind="attr: {value: isReabo}">
  <input type="hidden" name="addressId" data-bind="attr: {value: addressRecipientId}">
  <input type="hidden" name="qty" value="1">
  <input type="hidden" name="location" data-bind="attr: {value: location}" value="tableau-offre-standard">
  <!-- ko if: isPsr -->
  <input type="hidden" name="psr" value="1">
  <!-- /ko -->
  <!-- ko if: firstRadioGroup -->
  <!-- ko if: isGroupSelectable(firstRadioGroup().id, selectableOptionGroupIds) -->
  <!-- ko if: isFirstGroupVisible() --><!-- /ko -->
  <!-- ko if: !isFirstGroupVisible() -->
  <input data-bind="attr: {name: function() { return getRadioName(firstRadioGroup().id, getOnlyFormulaSelectionId()); }(), id: function() { getRadioInputId(firstRadioGroup().id, getOnlyFormulaSelectionId()); }()} , value: getOnlyFormulaSelectionId()"
    type="hidden" name="offer_option[4772]" value="7410">
  <!-- /ko -->
  <!-- /ko -->
  <!-- /ko -->
  <!-- ko if: areDurationsSelectable() -->
  <div class="offer-classic-duration" data-bind="attr: {id: 'offer-classic-duration-'+firstRadioGroup().id }" id="offer-classic-duration-4772">
    <h2 data-bind="text: offer_duration_selection_title, css: {'hide-title': selectableDurations().length <= 1 }">Je choisis mon offre :</h2>
    <!-- ko foreach: { data: sortedDurations(), as: 'offer_duration' } -->
    <div class="product-option" data-bind="css: {'hide-input': $parent.selectableDurations().length <= 1 }">
      <label data-bind="attr: {for: function() { $parent.getDurationRadioInputId(offer_duration); }(), value: offer_duration.offer_duration_id }" value="0">
        <input
          data-bind="event: { change: function(data, event) { $parent.selectDuration($parent.firstRadioGroup().id, offer_duration.offer_duration_id, data, event); } }, attr: { checked: $index() == 0 ? 'checked' : false, name: function() { return $parent.getDurationRadioInputName(offer_duration); }(), id: function() { $parent.getDurationRadioInputId(offer_duration); }() , value: offer_duration.offer_duration_id }"
          type="radio" checked="checked" name="offer-classic-duration" value="0">
        <i></i><span class="product-classic-option-label" data-bind="text: offer_duration.offer_duration_label">Offre durée libre, sans engagement : 1 numéro par mois + la version numérique. -40%</span>
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parent.getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(),
                    data: $parents[1].getProductConfigurationPrice( $parents[1].firstRadioGroupProductsConfigurations(),  offer_duration.offer_duration_id),
                    as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="2">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) --><!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) -->
            <div class="bc-price-line with-tag" data-bind="attr: {
        'data-price': $p(price.amount),
        'data-type': price.priceType,
        'data-and': $t('and'),
        'data-join': $t('then')
    }, css: {
        'with-tag': price.tag
    }" data-price="2,50" data-type="temporary" data-and="et" data-join="puis">
              <span class="bc-price-for-price-more-below">
                <span class="bc-price" data-bind="attr: {
                        'data-price': $p(price.amount),
                        'data-currency': '€'
                    }" data-price="2,50" data-currency="€">
                  <!-- ko if: price.tag -->
                  <span class="tag" data-bind="text: price.tag">Le + avantageux</span>
                  <!-- /ko -->
                  <!-- ko if: price.only_label == true --><!-- /ko -->
                  <!-- ko if: price.amount == 0 --><!-- /ko -->
                  <!-- ko ifnot: price.amount == 0 -->
                  <span data-bind="text: $p(price.amount)">2,50</span>
                  <!-- /ko -->
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') -->
                <span class="bc-price-more">
                  <!-- ko if: (price.groupedPrice === false) -->
                  <!-- ko if: (price.duration != 1) -->
                  <span class="frequency" data-bind="text: $t('/') + $t(price.durationUnit)">/mois</span>
                  <!-- /ko -->
                  <span class="bc-duration temporary" data-bind="attr: { 'data-duration': price.duration }" data-duration="12">
                    <span class="duration">
                      <span data-bind="i18n: 'during'">pendant</span>
                      <span data-bind="text: price.duration">12</span>
                      <span data-bind="text: $t(price.durationUnit)">mois</span>
                    </span>
                    <span class="first-month">
                      <span data-bind="i18n: 'the 1st month'">le 1er mois</span>
                    </span>
                  </span>
                  <!-- /ko -->
                  <!-- ko if: (price.groupedPrice === true) --><!-- /ko -->
                </span>
                <!-- /ko -->
              </span>
            </div>
            <!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) --><!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) -->
            <div class="bc-price-line" data-bind="attr: {
        'data-price': $p(price.amount),
        'data-type': price.priceType,
        'data-and': $t('and'),
        'data-join': $t('then')
    }, css: {
        'with-tag': price.tag
    }" data-price="2,95" data-type="periodic" data-and="et" data-join="puis">
              <span class="bc-price-for-price-more-below">
                <span class="bc-price" data-bind="attr: {
                        'data-price': $p(price.amount),
                        'data-currency': '€'
                    }" data-price="2,95" data-currency="€">
                  <!-- ko if: price.tag --><!-- /ko -->
                  <!-- ko if: price.only_label == true --><!-- /ko -->
                  <!-- ko if: price.amount == 0 --><!-- /ko -->
                  <!-- ko ifnot: price.amount == 0 -->
                  <span data-bind="text: $p(price.amount)">2,95</span>
                  <!-- /ko -->
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') -->
                <span class="bc-price-more">
                  <span class="slash" data-bind="i18n: '/'">/</span>
                  <!-- ko if: (price.duration == 3) && price.durationUnit == 'month' --><!-- /ko -->
                  <!-- ko if: price.duration != 3 -->
                  <span class="bc-duration" data-bind="text: price.duration > 0 ? price.duration : null, attr: { 'data-duration': price.duration }"></span>
                  <span data-bind="text: $t(price.durationUnit)">mois</span>
                  <!-- /ko -->
                </span>
                <!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
            </div>
            <!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
      </label>
    </div>
    <div class="product-option" data-bind="css: {'hide-input': $parent.selectableDurations().length <= 1 }">
      <label data-bind="attr: {for: function() { $parent.getDurationRadioInputId(offer_duration); }(), value: offer_duration.offer_duration_id }" value="1">
        <input
          data-bind="event: { change: function(data, event) { $parent.selectDuration($parent.firstRadioGroup().id, offer_duration.offer_duration_id, data, event); } }, attr: { checked: $index() == 0 ? 'checked' : false, name: function() { return $parent.getDurationRadioInputName(offer_duration); }(), id: function() { $parent.getDurationRadioInputId(offer_duration); }() , value: offer_duration.offer_duration_id }"
          type="radio" name="offer-classic-duration" value="1">
        <i></i><span class="product-classic-option-label" data-bind="text: offer_duration.offer_duration_label">1 an - 12 numéros + leurs versions numériques</span>
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parent.getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(),
                    data: $parents[1].getProductConfigurationPrice( $parents[1].firstRadioGroupProductsConfigurations(),  offer_duration.offer_duration_id),
                    as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="1">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) -->
            <div class="bc-price-line with-special-price" data-bind="attr: {
            'data-price': $p(price.amount),
            'data-type': price.priceType,
            'data-and': $t('and'),
            'data-join': $t('then')
        }, css: {
            'with-tag': price.tag
        }" data-price="51,60" data-type="unique" data-and="et" data-join="puis">
              <span class="bc-price bc-special" data-bind="attr: {
                'data-price': $p(price.amount)
            }" data-price="51,60">
                <!-- ko if: price.tag --><!-- /ko -->
                <span class="special-price">
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                        'data-price': $p(price.specialPrice),
                        'data-currency': '€'
                    }" data-price="35" data-currency="€">
                      <!-- ko if: price.only_label == true --><!-- /ko -->
                      <!-- ko if: price.specialPrice == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.specialPrice == 0 -->
                      <span data-bind="text: $p(price.specialPrice)">35</span>
                      <!-- /ko -->
                    </span>
                  </span>
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
              <span class="old-price-explanation">
                <span class="price-container">
                  <span data-bind="i18n: '_price_detail_1'">au lieu de </span>
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                    'data-price': $p(price.amount),
                    'data-currency': '€'
                }" data-price="51,60" data-currency="€">
                      <!-- ko if: price.amount == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.amount == 0 -->
                      <span data-bind="text: $p(price.amount)">51,60</span>
                      <!-- /ko -->
                    </span>
                    <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                    <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
                  </span>
                  <!-- ko if: true === displayFreePercentage || (0 != price.reduc && -100 != price.reduc) -->
                  <span class="price_detail_2" data-bind="i18n: '_price_detail_2'">soit</span>
                  <span class="price-label">
                    <span class="promo-label">
                      <span data-bind="text: price.reduc">-32</span>% </span>
                  </span>
                  <span class="price_detail_3" data-bind="i18n: '_price_detail_3'">d'économies</span>
                  <!-- /ko -->
                </span>
              </span>
            </div>
            <!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) --><!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
      </label>
    </div>
    <div class="product-option" data-bind="css: {'hide-input': $parent.selectableDurations().length <= 1 }">
      <label data-bind="attr: {for: function() { $parent.getDurationRadioInputId(offer_duration); }(), value: offer_duration.offer_duration_id }" value="2">
        <input
          data-bind="event: { change: function(data, event) { $parent.selectDuration($parent.firstRadioGroup().id, offer_duration.offer_duration_id, data, event); } }, attr: { checked: $index() == 0 ? 'checked' : false, name: function() { return $parent.getDurationRadioInputName(offer_duration); }(), id: function() { $parent.getDurationRadioInputId(offer_duration); }() , value: offer_duration.offer_duration_id }"
          type="radio" name="offer-classic-duration" value="2">
        <i></i><span class="product-classic-option-label" data-bind="text: offer_duration.offer_duration_label">2 ans - 24 numéros + leurs versions numériques</span>
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parent.getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(),
                    data: $parents[1].getProductConfigurationPrice( $parents[1].firstRadioGroupProductsConfigurations(),  offer_duration.offer_duration_id),
                    as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="1">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) -->
            <div class="bc-price-line with-special-price" data-bind="attr: {
            'data-price': $p(price.amount),
            'data-type': price.priceType,
            'data-and': $t('and'),
            'data-join': $t('then')
        }, css: {
            'with-tag': price.tag
        }" data-price="103,20" data-type="unique" data-and="et" data-join="puis">
              <span class="bc-price bc-special" data-bind="attr: {
                'data-price': $p(price.amount)
            }" data-price="103,20">
                <!-- ko if: price.tag --><!-- /ko -->
                <span class="special-price">
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                        'data-price': $p(price.specialPrice),
                        'data-currency': '€'
                    }" data-price="60" data-currency="€">
                      <!-- ko if: price.only_label == true --><!-- /ko -->
                      <!-- ko if: price.specialPrice == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.specialPrice == 0 -->
                      <span data-bind="text: $p(price.specialPrice)">60</span>
                      <!-- /ko -->
                    </span>
                  </span>
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
              <span class="old-price-explanation">
                <span class="price-container">
                  <span data-bind="i18n: '_price_detail_1'">au lieu de </span>
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                    'data-price': $p(price.amount),
                    'data-currency': '€'
                }" data-price="103,20" data-currency="€">
                      <!-- ko if: price.amount == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.amount == 0 -->
                      <span data-bind="text: $p(price.amount)">103,20</span>
                      <!-- /ko -->
                    </span>
                    <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                    <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
                  </span>
                  <!-- ko if: true === displayFreePercentage || (0 != price.reduc && -100 != price.reduc) -->
                  <span class="price_detail_2" data-bind="i18n: '_price_detail_2'">soit</span>
                  <span class="price-label">
                    <span class="promo-label">
                      <span data-bind="text: price.reduc">-42</span>% </span>
                  </span>
                  <span class="price_detail_3" data-bind="i18n: '_price_detail_3'">d'économies</span>
                  <!-- /ko -->
                </span>
              </span>
            </div>
            <!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) --><!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
      </label>
    </div>
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!-- ko if: selectedDurationId() != null -->
  <!-- ko foreach: { data: otherGroups(), as: 'product_group' } -->
  <!-- ko if: $parent.isGroupSelectable(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: !$parent.isGroupHidden(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: product_group.type == 'checkbox' || product_group.type == 'all' --><!-- /ko -->
  <!-- ko if: product_group.type == 'radio' || product_group.type == 'select'  -->
  <div class="offer-classic-option" data-bind="attr: {id: 'offer-classic-option-'+product_group.id }" id="offer-classic-option-5216">
    <h2 data-bind="text: product_group.title">Offert :</h2>
    <!-- ko foreach: { data: product_group.products_configuration, as: 'product_configuration' } -->
    <!-- ko if: product_configuration.is_salable -->
    <!-- ko if: $parents[1].isSelectionSelectable(product_configuration.selection_id, $parents[1].selectableSelectionIds) && !product_configuration.product_hidden -->
    <div class="product-option hide-input" data-bind="css: {'hide-input': product_group.products_configuration.length <= 1 }">
      <label data-bind="attr: {for: function() { $parents[1].getRadioInputId(product_group.id, product_configuration.selection_id); }(), value: product_configuration.selection_id }" value="9584">
        <input class="additional-option-input"
          data-bind="event: { change: function(data, event) { $parents[1].selectProductInGrid(product_group.id, product_configuration.selection_id, data, event); } }, attr: { name: function() { return $parents[1].getRadioName(product_group.id, product_configuration.selection_id); }(), id: function() { $parents[1].getRadioInputId(product_group.id, product_configuration.selection_id); }() , value: product_configuration.selection_id, checked: $parents[1].selectionsPerOptionId[$parent.id] ? $parents[1].selectionsPerOptionId[$parent.id].indexOf(product_configuration.selection_id) !== -1 : false }"
          type="radio" name="offer_option[5216]" value="9584" checked="true">
        <i></i>
        <span class="product-img-name">
          <!-- ko if: product_configuration.product_image --><!-- /ko -->
          <span data-bind="text: $parents[1].getSecondaryGroupProductLabel(product_configuration)">Le grill raclette TECHWOOD</span>
        </span>
        <!-- ko if: $parents[1].isRealProduct(product_configuration) -->
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parents[1].getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(), data: $parents[2].getProductConfigurationPriceForDuration(product_configuration, $parents[2].selectedDurationId()), as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="1">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) --><!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) -->
            <div class="bc-price-line" data-bind="attr: {
        'data-price': $p(price.amount),
        'data-type': price.priceType,
        'data-and': $t('and'),
        'data-join': $t('then')
    }, css: {
        'with-tag': price.tag
    }" data-price="0" data-type="unique" data-and="et" data-join="puis">
              <span class="bc-price-for-price-more-below">
                <span class="bc-price" data-bind="attr: {
                        'data-price': $p(price.amount),
                        'data-currency': '€'
                    }" data-price="0" data-currency="€">
                  <!-- ko if: price.tag --><!-- /ko -->
                  <!-- ko if: price.only_label == true --><!-- /ko -->
                  <!-- ko if: price.amount == 0 -->
                  <span data-bind="i18n: 'Free'">Offert</span>
                  <!-- /ko -->
                  <!-- ko ifnot: price.amount == 0 --><!-- /ko -->
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
            </div>
            <!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
        <!-- /ko -->
      </label>
      <!-- ko if: product_configuration.product_description -->
      <div class="description-tab">
        <input class="rm-trigger" type="checkbox" data-bind="attr: { id: 'rm' + product_configuration.selection_id }" id="rm9584">
        <label class="rm-label" data-bind="attr: {
                                                    for: 'rm' + product_configuration.selection_id
                                                }, i18n: '+ details'" for="rm9584">+ de détails</label>
        <div class="rm-element" data-bind="html: product_configuration.product_description">
          <p><span style="font-family: arial, helvetica, sans-serif; font-size: medium;">&nbsp;<br></span><span style="font-family: arial, helvetica, sans-serif; font-size: medium;"><strong>Le grill raclette TECHWOOD pour 4
                personnes</strong>.<br><em>Idéal pour partager des moments de convivialité entre amis et en famille !</em></span></p>
          <p><img src="https://static.bayard.io/boutique.notretemps.com/prospnotretemps/2022/noel_2022/GSENME0086_grill_raclette_300x300.png" alt="GRILL_RACLETTE" width="300" height="300"></p>
          <p style="language: fr; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed; mso-line-break-override: none; word-break: normal; punctuation-wrap: hanging;"><span
              style="font-family: arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: medium;"><span style="text-decoration: underline;">Descriptif technique :</span></span><br><span
                style="font-size: 10.5pt; color: red; font-weight: normal; font-style: normal; vertical-align: baseline;">• </span><span style="font-size: 10.5pt; color: black; font-weight: normal; font-style: normal; vertical-align: baseline;">Grill
                démontable </span><span style="font-size: 10.5pt; color: red; font-weight: normal; font-style: normal; vertical-align: baseline;">• </span><span
                style="font-size: 10.5pt; color: black; font-weight: normal; font-style: normal; vertical-align: baseline;">Poignées isolantes </span><span
                style="font-size: 10.5pt; color: red; font-weight: normal; font-style: 10.5pt; vertical-align: baseline;">• </span><span
                style="font-size: 10.5pt; color: black; font-weight: normal; font-style: 10.5pt; vertical-align: baseline;">Puissance 600W</span></span></p>
          <p style="language: fr; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed; mso-line-break-override: none; word-break: normal; punctuation-wrap: hanging;"><span
              style="font-family: arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: 10.5pt; color: red; font-weight: normal; font-style: normal; vertical-align: baseline;">• </span><span
                style="font-size: 10.5pt; color: black; font-weight: normal; font-style: normal; vertical-align: baseline;">Interrupteur avec voyant lumineux </span><span
                style="font-size: 10.5pt; color: red; font-weight: normal; font-style: normal; vertical-align: baseline;">• </span><span
                style="font-size: 10.5pt; color: black; font-weight: normal; font-style: normal; vertical-align: baseline;">Protection Thermique</span></span></p>
          <p style="language: fr; margin-top: 0pt; margin-bottom: 0pt; margin-left: 0in; text-align: left; direction: ltr; unicode-bidi: embed; mso-line-break-override: none; word-break: normal; punctuation-wrap: hanging;"><span
              style="font-family: arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: 10.5pt; color: red; font-weight: normal; font-style: normal; vertical-align: baseline;">• </span><span
                style="font-size: 10.5pt; color: black; font-weight: normal; font-style: normal; vertical-align: baseline;">4 Poêlons revêtement antiadhésifs </span><span
                style="font-size: 10.5pt; color: red; font-weight: normal; font-style: normal; vertical-align: baseline;">• </span><span
                style="font-size: 10.5pt; color: black; font-weight: normal; font-style: normal; vertical-align: baseline;">Alimentation 230V - 50Hz</span></span></p>
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!-- ko if: $parent.getOptionTypeTemplate(product_group.type) --><!-- /ko -->
  <!-- /ko -->
  <!-- /ko -->
  <!-- ko if: $parent.isGroupSelectable(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: !$parent.isGroupHidden(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: product_group.type == 'checkbox' || product_group.type == 'all' --><!-- /ko -->
  <!-- ko if: product_group.type == 'radio' || product_group.type == 'select'  -->
  <div class="offer-classic-option" data-bind="attr: {id: 'offer-classic-option-'+product_group.id }" id="offer-classic-option-6261">
    <h2 data-bind="text: product_group.title">Offert en plus :</h2>
    <!-- ko foreach: { data: product_group.products_configuration, as: 'product_configuration' } -->
    <!-- ko if: product_configuration.is_salable -->
    <!-- ko if: $parents[1].isSelectionSelectable(product_configuration.selection_id, $parents[1].selectableSelectionIds) && !product_configuration.product_hidden -->
    <div class="product-option hide-input" data-bind="css: {'hide-input': product_group.products_configuration.length <= 1 }">
      <label data-bind="attr: {for: function() { $parents[1].getRadioInputId(product_group.id, product_configuration.selection_id); }(), value: product_configuration.selection_id }" value="9942">
        <input class="additional-option-input"
          data-bind="event: { change: function(data, event) { $parents[1].selectProductInGrid(product_group.id, product_configuration.selection_id, data, event); } }, attr: { name: function() { return $parents[1].getRadioName(product_group.id, product_configuration.selection_id); }(), id: function() { $parents[1].getRadioInputId(product_group.id, product_configuration.selection_id); }() , value: product_configuration.selection_id, checked: $parents[1].selectionsPerOptionId[$parent.id] ? $parents[1].selectionsPerOptionId[$parent.id].indexOf(product_configuration.selection_id) !== -1 : false }"
          type="radio" name="offer_option[6261]" value="9942" checked="true">
        <i></i>
        <span class="product-img-name">
          <!-- ko if: product_configuration.product_image --><!-- /ko -->
          <span data-bind="text: $parents[1].getSecondaryGroupProductLabel(product_configuration)">Le livre de recettes</span>
        </span>
        <!-- ko if: $parents[1].isRealProduct(product_configuration) -->
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parents[1].getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(), data: $parents[2].getProductConfigurationPriceForDuration(product_configuration, $parents[2].selectedDurationId()), as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="1">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) --><!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) -->
            <div class="bc-price-line" data-bind="attr: {
        'data-price': $p(price.amount),
        'data-type': price.priceType,
        'data-and': $t('and'),
        'data-join': $t('then')
    }, css: {
        'with-tag': price.tag
    }" data-price="0" data-type="unique" data-and="et" data-join="puis">
              <span class="bc-price-for-price-more-below">
                <span class="bc-price" data-bind="attr: {
                        'data-price': $p(price.amount),
                        'data-currency': '€'
                    }" data-price="0" data-currency="€">
                  <!-- ko if: price.tag --><!-- /ko -->
                  <!-- ko if: price.only_label == true --><!-- /ko -->
                  <!-- ko if: price.amount == 0 -->
                  <span data-bind="i18n: 'Free'">Offert</span>
                  <!-- /ko -->
                  <!-- ko ifnot: price.amount == 0 --><!-- /ko -->
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
            </div>
            <!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
        <!-- /ko -->
      </label>
      <!-- ko if: product_configuration.product_description -->
      <div class="description-tab">
        <input class="rm-trigger" type="checkbox" data-bind="attr: { id: 'rm' + product_configuration.selection_id }" id="rm9942">
        <label class="rm-label" data-bind="attr: {
                                                    for: 'rm' + product_configuration.selection_id
                                                }, i18n: '+ details'" for="rm9942">+ de détails</label>
        <div class="rm-element" data-bind="html: product_configuration.product_description">
          <p><span style="font-family: arial, helvetica, sans-serif; font-size: large; color: #000000;"><strong>Le livre de recettes&nbsp;incontournable pour les Fêtes !</strong></span></p>
          <p><span style="font-family: arial, helvetica, sans-serif; font-size: medium;">Avec ce livre des <strong>Éditions Larousse Cuisine</strong>, découvrez&nbsp;<strong>30 recettes traditionnelles à réaliser pour&nbsp;éblouir vos invités
              </strong>: foie gras, chapon, dinde, truffes…<strong>Clairement expliquées</strong> et <strong>remarquablement illustrées</strong>,&nbsp;vous n’aurez qu’une envie : vous mettre à vos fourneaux !</span></p>
          <p><span style="font-family: arial, helvetica, sans-serif; font-size: small;"></span></p>
          <center><img src="https://static.bayard.io/boutique.notretemps.com/visuels_camino_primes/NT_prime_GSENED0064_ambiance_livrerecetteslarousse.png" alt="" width="300" height="300"></center>
          <p></p>
          <p><span style="font-family: arial, helvetica, sans-serif; font-size: medium;">■ Dimensions : 19,5 × 19,6 × 1,0 cm.<br>■ 72 pages.</span></p>
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!-- ko if: $parent.getOptionTypeTemplate(product_group.type) --><!-- /ko -->
  <!-- /ko -->
  <!-- /ko -->
  <!-- ko if: $parent.isGroupSelectable(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: !$parent.isGroupHidden(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: product_group.type == 'checkbox' || product_group.type == 'all' -->
  <div class="offer-classic-option" data-bind="attr: {id: 'offer-classic-option-'+product_group.id }" id="offer-classic-option-4812">
    <h2 data-bind="text: product_group.title">Pour 10 euros de + seulement, j’ajoute :</h2>
    <!-- ko foreach: { data: product_group.products_configuration, as: 'product_configuration' } -->
    <!-- ko if: product_configuration.is_salable -->
    <!-- ko if: $parents[1].isSelectionSelectable(product_configuration.selection_id, $parents[1].selectableSelectionIds) && !product_configuration.product_hidden -->
    <div class="product-option" data-bind="css: {'hide-input': product_group.type == 'all'}">
      <label data-bind="attr: {for: function() { $parents[1].getCheckboxInputId(product_group.id, product_configuration.selection_id); }(), value: product_configuration.selection_id }" value="7494">
        <!-- ko if: product_group.type == 'checkbox' -->
        <input class="additional-option-input"
          data-bind="event: { change: function(data, event) { $parents[1].selectProductInGrid(product_group.id, product_configuration.selection_id, data, event); } }, attr: { name: function() { return $parents[1].getCheckboxName(product_group.id, product_configuration.selection_id); }(), id: function() { $parents[1].getCheckboxInputId(product_group.id, product_configuration.selection_id); }() , value: product_configuration.selection_id, checked: $parents[1].selectionsPerOptionId[$parent.id] ? $parents[1].selectionsPerOptionId[$parent.id].indexOf(product_configuration.selection_id) !== -1 : false }"
          type="checkbox" name="offer_option[4812][]" value="7494">
        <!-- /ko -->
        <!-- ko if: product_group.type == 'all' --><!-- /ko -->
        <i></i>
        <span class="product-img-name">
          <!-- ko if: product_configuration.product_image -->
          <img class="product-image" data-bind="attr: { src: product_configuration.product_image, alt: product_configuration.product_name + ' image' }"
            src="https://boutique.notretemps.com/media/catalog/product/cache/0c40cc075c35680261029fa6d255feee/c/o/couv_comprim__1_9.jpg" alt="Notre Temps Santé &amp; Bien-Etre image">
          <!-- /ko -->
          <span data-bind="text: $parents[1].getSecondaryGroupProductLabel(product_configuration)">Notre Temps Santé &amp; bien-être - 1 an d'abonnement - 4 numéros</span>
        </span>
        <!-- ko if: $parents[1].isRealProduct(product_configuration) -->
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parents[1].getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(), data: $parents[2].getProductConfigurationPriceForDuration(product_configuration, $parents[2].selectedDurationId()), as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="1">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) -->
            <div class="bc-price-line with-special-price" data-bind="attr: {
            'data-price': $p(price.amount),
            'data-type': price.priceType,
            'data-and': $t('and'),
            'data-join': $t('then')
        }, css: {
            'with-tag': price.tag
        }" data-price="19,80" data-type="unique" data-and="et" data-join="puis">
              <span class="bc-price bc-special" data-bind="attr: {
                'data-price': $p(price.amount)
            }" data-price="19,80">
                <!-- ko if: price.tag --><!-- /ko -->
                <span class="special-price">
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                        'data-price': $p(price.specialPrice),
                        'data-currency': '€'
                    }" data-price="10" data-currency="€">
                      <!-- ko if: price.only_label == true --><!-- /ko -->
                      <!-- ko if: price.specialPrice == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.specialPrice == 0 -->
                      <span data-bind="text: $p(price.specialPrice)">10</span>
                      <!-- /ko -->
                    </span>
                  </span>
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
              <span class="old-price-explanation">
                <span class="price-container">
                  <span data-bind="i18n: '_price_detail_1'">au lieu de </span>
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                    'data-price': $p(price.amount),
                    'data-currency': '€'
                }" data-price="19,80" data-currency="€">
                      <!-- ko if: price.amount == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.amount == 0 -->
                      <span data-bind="text: $p(price.amount)">19,80</span>
                      <!-- /ko -->
                    </span>
                    <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                    <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
                  </span>
                  <!-- ko if: true === displayFreePercentage || (0 != price.reduc && -100 != price.reduc) -->
                  <span class="price_detail_2" data-bind="i18n: '_price_detail_2'">soit</span>
                  <span class="price-label">
                    <span class="promo-label">
                      <span data-bind="text: price.reduc">-49</span>% </span>
                  </span>
                  <span class="price_detail_3" data-bind="i18n: '_price_detail_3'">d'économies</span>
                  <!-- /ko -->
                </span>
              </span>
            </div>
            <!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) --><!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
        <!-- /ko -->
      </label>
      <!-- ko if: product_configuration.product_description -->
      <div class="description-tab">
        <input class="rm-trigger" type="checkbox" data-bind="attr: { id: 'rm' + product_configuration.selection_id }" id="rm7494">
        <label class="rm-label" data-bind="attr: {
                                                    for: 'rm' + product_configuration.selection_id
                                                }, i18n: '+ details'" for="rm7494">+ de détails</label>
        <div class="rm-element" data-bind="html: product_configuration.product_description">
          <p>Tous les 3 mois, recevez dans votre boîte aux lettres un condensé de conseils pratiques pour <strong>vivre en bonne santé au fil des saisons</strong> : <strong>dossiers médicaux complets, conseils nutritionnels, recettes de saison, idées
              d'activités nouvelles</strong> à tester... + Dans chaque numéro, un dossier central de <strong>16 pages d’astuces pratiques pour « vivre mieux »</strong> au quotidien ! + Deux fois par mois : <strong>la newsletter Santé &amp;
              Forme</strong>, exclusivement réservée aux abonnés !</p>
          <center><img src="https://camino.bayard.io/media/catalog/product/c/o/couv_comprim__1_9.jpg" alt="" width="200"></center>
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!-- ko if: product_group.type == 'radio' || product_group.type == 'select'  --><!-- /ko -->
  <!-- ko if: $parent.getOptionTypeTemplate(product_group.type) --><!-- /ko -->
  <!-- /ko -->
  <!-- /ko -->
  <!-- ko if: $parent.isGroupSelectable(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: !$parent.isGroupHidden(product_group.id, $parent.selectableOptionGroupIds) -->
  <!-- ko if: product_group.type == 'checkbox' || product_group.type == 'all' -->
  <div class="offer-classic-option" data-bind="attr: {id: 'offer-classic-option-'+product_group.id }" id="offer-classic-option-6128">
    <h2 data-bind="text: product_group.title">Pour 25 euros de + seulement, j’ajoute :</h2>
    <!-- ko foreach: { data: product_group.products_configuration, as: 'product_configuration' } -->
    <!-- ko if: product_configuration.is_salable -->
    <!-- ko if: $parents[1].isSelectionSelectable(product_configuration.selection_id, $parents[1].selectableSelectionIds) && !product_configuration.product_hidden -->
    <div class="product-option" data-bind="css: {'hide-input': product_group.type == 'all'}">
      <label data-bind="attr: {for: function() { $parents[1].getCheckboxInputId(product_group.id, product_configuration.selection_id); }(), value: product_configuration.selection_id }" value="9585">
        <!-- ko if: product_group.type == 'checkbox' -->
        <input class="additional-option-input"
          data-bind="event: { change: function(data, event) { $parents[1].selectProductInGrid(product_group.id, product_configuration.selection_id, data, event); } }, attr: { name: function() { return $parents[1].getCheckboxName(product_group.id, product_configuration.selection_id); }(), id: function() { $parents[1].getCheckboxInputId(product_group.id, product_configuration.selection_id); }() , value: product_configuration.selection_id, checked: $parents[1].selectionsPerOptionId[$parent.id] ? $parents[1].selectionsPerOptionId[$parent.id].indexOf(product_configuration.selection_id) !== -1 : false }"
          type="checkbox" name="offer_option[6128][]" value="9585">
        <!-- /ko -->
        <!-- ko if: product_group.type == 'all' --><!-- /ko -->
        <i></i>
        <span class="product-img-name">
          <!-- ko if: product_configuration.product_image -->
          <img class="product-image" data-bind="attr: { src: product_configuration.product_image, alt: product_configuration.product_name + ' image' }"
            src="https://boutique.notretemps.com/media/catalog/product/cache/0c40cc075c35680261029fa6d255feee/j/n/jnt_447_fev_23_1_1.jpg" alt="Notre Temps Jeux image">
          <!-- /ko -->
          <span data-bind="text: $parents[1].getSecondaryGroupProductLabel(product_configuration)">Notre Temps Jeux - 1 an d'abonnement - 12 numéros</span>
        </span>
        <!-- ko if: $parents[1].isRealProduct(product_configuration) -->
        <div class="product-classic-option-price product-info-price">
          <!-- ko foreach: $parents[1].getRegion('offerPriceArea1') -->
          <!-- ko template: { name: getTemplate(), data: $parents[2].getProductConfigurationPriceForDuration(product_configuration, $parents[2].selectedDurationId()), as: 'prices' } --><!-- ko if: typeof prices === 'function' --><!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices.length}" data-nb-prices="1">
            <!-- ko if: prices.length < 4 -->
            <!-- ko foreach: { data: prices, as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parents[1].format,
        displayFreePercentage: $parents[1].displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) -->
            <div class="bc-price-line with-special-price" data-bind="attr: {
            'data-price': $p(price.amount),
            'data-type': price.priceType,
            'data-and': $t('and'),
            'data-join': $t('then')
        }, css: {
            'with-tag': price.tag
        }" data-price="42" data-type="unique" data-and="et" data-join="puis">
              <span class="bc-price bc-special" data-bind="attr: {
                'data-price': $p(price.amount)
            }" data-price="42">
                <!-- ko if: price.tag --><!-- /ko -->
                <span class="special-price">
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                        'data-price': $p(price.specialPrice),
                        'data-currency': '€'
                    }" data-price="25" data-currency="€">
                      <!-- ko if: price.only_label == true --><!-- /ko -->
                      <!-- ko if: price.specialPrice == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.specialPrice == 0 -->
                      <span data-bind="text: $p(price.specialPrice)">25</span>
                      <!-- /ko -->
                    </span>
                  </span>
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
              <span class="old-price-explanation">
                <span class="price-container">
                  <span data-bind="i18n: '_price_detail_1'">au lieu de </span>
                  <span class="price-wrapper bc-price-line">
                    <span class="price bc-price" data-bind="attr: {
                    'data-price': $p(price.amount),
                    'data-currency': '€'
                }" data-price="42" data-currency="€">
                      <!-- ko if: price.amount == 0 --><!-- /ko -->
                      <!-- ko ifnot: price.amount == 0 -->
                      <span data-bind="text: $p(price.amount)">42</span>
                      <!-- /ko -->
                    </span>
                    <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                    <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
                  </span>
                  <!-- ko if: true === displayFreePercentage || (0 != price.reduc && -100 != price.reduc) -->
                  <span class="price_detail_2" data-bind="i18n: '_price_detail_2'">soit</span>
                  <span class="price-label">
                    <span class="promo-label">
                      <span data-bind="text: price.reduc">-40</span>% </span>
                  </span>
                  <span class="price_detail_3" data-bind="i18n: '_price_detail_3'">d'économies</span>
                  <!-- /ko -->
                </span>
              </span>
            </div>
            <!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) --><!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices.length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- /ko -->
          <!-- /ko -->
        </div>
        <!-- /ko -->
      </label>
      <!-- ko if: product_configuration.product_description -->
      <div class="description-tab">
        <input class="rm-trigger" type="checkbox" data-bind="attr: { id: 'rm' + product_configuration.selection_id }" id="rm9585">
        <label class="rm-label" data-bind="attr: {
                                                    for: 'rm' + product_configuration.selection_id
                                                }, i18n: '+ details'" for="rm9585">+ de détails</label>
        <div class="rm-element" data-bind="html: product_configuration.product_description">
          <p>&nbsp;</p>
          <p><strong>JOUER, SE CULTIVER, S'AMUSER...</strong> <br>Découvrez la <strong>Nouvelle formule de <em>Notre Temps Jeux</em> </strong>!<strong> <br></strong><br>Chaque mois <strong>275 jeux passionnants et leurs solutions</strong> : mots
            fléchés, mots croisés, mots mélangés, sudoku... <strong>+ 150 histoires pour vous cultiver tout en vous s'amusant</strong>.<br><br></p>
          <center><img src=" https://camino.bayard.io/media/catalog/product/j/n/jnt_nouvelle_formule_v2_dec22_445_7.png" alt=" https://camino.bayard.io/media/catalog/product/j/n/jnt_nouvelle_formule_v2_dec22_445_7.png" width="200"></center>
          <div style="display: none;">&nbsp;</div>
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!-- ko if: product_group.type == 'radio' || product_group.type == 'select'  --><!-- /ko -->
  <!-- ko if: $parent.getOptionTypeTemplate(product_group.type) --><!-- /ko -->
  <!-- /ko -->
  <!-- /ko -->
  <!-- /ko -->
  <div id="classic-offer-total-price" class="total-price">
    <h2>Total</h2>
    <div class="content product-info-price">
      <div class="bundle-info">
        <div class="product-details">
          <!-- ko template: {
                                name: 'Camino_OfferProducts/price-offer',
                                data: {
                                    prices: total,
                                    format: format,
                                    suffix: '',
                                    displayFreePercentage: displayFreePercentage
                                }
                        } --><!-- ko if: typeof prices === 'function' -->
          <div class="product-price-detailled price-box" data-bind="attr: {'data-nb-prices': prices().length}" data-nb-prices="2">
            <!-- ko if: prices().length < 4 -->
            <!-- ko foreach: { data: prices(), as: 'price' } -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parent.format,
        displayFreePercentage: $parent.displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) --><!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) -->
            <div class="bc-price-line" data-bind="attr: {
        'data-price': $p(price.amount),
        'data-type': price.priceType,
        'data-and': $t('and'),
        'data-join': $t('then')
    }, css: {
        'with-tag': price.tag
    }" data-price="2,50" data-type="temporary" data-and="et" data-join="puis">
              <span class="bc-price-for-price-more-below">
                <span class="bc-price" data-bind="attr: {
                        'data-price': $p(price.amount),
                        'data-currency': '€'
                    }" data-price="2,50" data-currency="€">
                  <!-- ko if: price.tag --><!-- /ko -->
                  <!-- ko if: price.only_label == true --><!-- /ko -->
                  <!-- ko if: price.amount == 0 --><!-- /ko -->
                  <!-- ko ifnot: price.amount == 0 -->
                  <span data-bind="text: $p(price.amount)">2,50</span>
                  <!-- /ko -->
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') --><!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') -->
                <span class="bc-price-more">
                  <!-- ko if: (price.groupedPrice === false) -->
                  <!-- ko if: (price.duration != 1) -->
                  <span class="frequency" data-bind="text: $t('/') + $t(price.durationUnit)">/mois</span>
                  <!-- /ko -->
                  <span class="bc-duration temporary" data-bind="attr: { 'data-duration': price.duration }" data-duration="12">
                    <span class="duration">
                      <span data-bind="i18n: 'during'">pendant</span>
                      <span data-bind="text: price.duration">12</span>
                      <span data-bind="text: $t(price.durationUnit)">mois</span>
                    </span>
                    <span class="first-month">
                      <span data-bind="i18n: 'the 1st month'">le 1er mois</span>
                    </span>
                  </span>
                  <!-- /ko -->
                  <!-- ko if: (price.groupedPrice === true) --><!-- /ko -->
                </span>
                <!-- /ko -->
              </span>
            </div>
            <!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- ko template: { name: globalPriceLineTemplate, data: {
        price: price,
        $p: $parent.format,
        displayFreePercentage: $parent.displayFreePercentage
    } } --><!-- ko if: price -->
            <!-- ko if: (price.amount > price.specialPrice) --><!-- /ko -->
            <!-- ko if: !(price.amount > price.specialPrice) -->
            <div class="bc-price-line" data-bind="attr: {
        'data-price': $p(price.amount),
        'data-type': price.priceType,
        'data-and': $t('and'),
        'data-join': $t('then')
    }, css: {
        'with-tag': price.tag
    }" data-price="2,95" data-type="periodic" data-and="et" data-join="puis">
              <span class="bc-price-for-price-more-below">
                <span class="bc-price" data-bind="attr: {
                        'data-price': $p(price.amount),
                        'data-currency': '€'
                    }" data-price="2,95" data-currency="€">
                  <!-- ko if: price.tag --><!-- /ko -->
                  <!-- ko if: price.only_label == true --><!-- /ko -->
                  <!-- ko if: price.amount == 0 --><!-- /ko -->
                  <!-- ko ifnot: price.amount == 0 -->
                  <span data-bind="text: $p(price.amount)">2,95</span>
                  <!-- /ko -->
                </span>
                <!-- ko if: (price.priceType === 'periodic' || price.priceType === 'periodic_supplement') -->
                <span class="bc-price-more">
                  <span class="slash" data-bind="i18n: '/'">/</span>
                  <!-- ko if: (price.duration == 3) && price.durationUnit == 'month' --><!-- /ko -->
                  <!-- ko if: price.duration != 3 -->
                  <span class="bc-duration" data-bind="text: price.duration > 0 ? price.duration : null, attr: { 'data-duration': price.duration }" data-duration="NaN"></span>
                  <span data-bind="text: $t(price.durationUnit)">mois</span>
                  <!-- /ko -->
                </span>
                <!-- /ko -->
                <!-- ko if: (price.priceType === 'temporary') --><!-- /ko -->
              </span>
            </div>
            <!-- /ko -->
            <!-- /ko --><!-- /ko -->
            <!-- /ko -->
            <!-- /ko -->
            <!-- ko if: (prices().length >= 4) --><!-- /ko -->
            <!-- ko if: $data.suffix --><!-- /ko -->
          </div>
          <!-- /ko -->
          <!-- ko ifnot: typeof prices === 'function' --><!-- /ko -->
          <!-- /ko -->
        </div>
      </div>
    </div>
  </div>
  <div class="box-tocart" data-bind="style: { width: addTocartTableWidth(), right: addTocartOffset() }">
    <!-- ko if: cartBtnVisible() -->
    <div class="fieldset">
      <div class="actions">
        <button type="submit" class="action primary tocart" data-position="1">
          <span data-bind="text: submitLabel">Je commande</span>
        </button>
      </div>
    </div>
    <!-- /ko -->
  </div>
  <!-- /ko -->
  <!-- ko if: hasCmsBlock() --><!-- /ko -->
  <!-- ko if: applySelectedItem() -->
  <!-- /ko -->
</form>

POST https://boutique.notretemps.com/newsletter/subscriber/new/

<form class="form subscribe" data-bind="afterRender: toPopin" novalidate="novalidate" action="https://boutique.notretemps.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="block cms-newsletter-text">
    <p>Pour ne rien rater de l'actualité : Retraite | Santé | Droit | Jeux| Loisirs | Argent et être averti avant tout le monde des meilleures offres aux publications Notre Temps</p>
  </div>
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Email</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="cnil-container">
    <input class="rm-trigger" type="checkbox" name="rmCnil2" id="rmCnil2">
    <div class="cnil rm-element">
      <p>Ces informations sont destinées au groupe Bayard, auquel Notre Temps appartient. Elles sont enregistrées dans notre fichier à des fins de traitement de votre abonnement / commande. Le cas échéant, votre adresse mail sera utilisée pour vous
        envoyer les newsletters que vous avez demandées ou dont vous bénéficiez en tant que client.&nbsp;Conformément à la loi « Informatique et Libertés » du 6/01/1978 modifiée et au RGPD du 27/04/2016, elles peuvent donner lieu à l’exercice du
        droit d’accès, de rectification, d’effacement, d’opposition, à la portabilité des données et à la limitation des traitements ainsi qu’à connaître le sort des données après la mort sur ce lien :
        <a class="h-link" href="https://forms.bayard.io/contact/bayard-senior/">https://forms.bayard.io/contact/bayard-senior/</a>. Pour plus d’informations, nous vous renvoyons aux dispositions de notre Politique de confidentialité sur le site
        groupebayard.com. Votre nom associé à vos coordonnées postales et téléphonique sont susceptibles d’être transmises à nos partenaires (éditeurs, associations, vente par correspondance...), si vous ne le souhaitez pas, merci de nous adresser
        votre demande à l’adresse ci-dessus. Nous vous informons de l’existence de la liste d’opposition au démarchage téléphonique « Bloctel », sur laquelle vous pouvez vous inscrire ici :
        <a class="h-link" href="https://www.bloctel.gouv.fr">https://www.bloctel.gouv.fr</a></p>
      <div style="display: none;">&nbsp;</div>
      <div style="display: none;">&nbsp;</div>
    </div>
    <label class="rm-label" for="rmCnil2"> Lire la suite </label>
  </div>
  <div class="actions">
    <button class="btn action subscribe primary large" title="Inscription" type="submit">
      <span>Inscription</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Champ obligatoire">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Adresse email</span></label>
      <div class="control">
        <input data-cs-mask="" name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Mot de passe</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <!-- CA BEGIN after_login_redirect : url to redirect to when customer has logged in -->
      <input name="after_login_redirect" type="hidden" value="checkout">
      <!-- CA END -->
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Me connecter</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://boutique.notretemps.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Mot de passe oublié ?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

Continue without agreeing →



WE RESPECT YOUR PRIVACY!

We and our partners use non-sensitive information like cookies or device
identifiers for purposes like displaying personalized ads, measuring traffic and
preferences of our visitors as well as personalize content.

Click on the button to consent to these operations and maintain a tailored
experience. You can change your preferences at any time by coming back to this
website.


With your agreement, we and our partners use cookies or similar technologies to
store, access, and process personal data like your visit on this website. You
can withdraw your consent or object to data processing based on legitimate
interest at any time by clicking on "Learn More" or in our Privacy Policy on
this website.

We and our partners do the following data processing:Advertising tracking
cookies, Analytics tracking cookies, Personalised ads and content, ad and
content measurement, audience insights and product development, Precise
geolocation data, and identification through device scanning, Store and/or
access information on a device

Learn MoreAgree and close


Javascript est désactivé dans votre navigateur. Pour une meilleure expérience
sur notre site, assurez-vous d’activer JavaScript dans votre navigateur.

Panier 0
 * Accueil
 * Abonnement Notre Temps

Espace abonnement
service client01 74 31 15 03Lun - ven 8:30 à 19:00
Abonnement Notre Temps
2,50 /mois pendant 12 mois le 1er mois
2,95 / mois
Je commande
2,50 /mois pendant 12 mois le 1er mois
2,95 / mois
 1. Produit
 2. Coordonnées
 3. Paiement


ABONNEMENT NOTRE TEMPS

Toute l’actualité qui vous concerne !


Avec Notre Temps, 1er mensuel français*, profitez d'un magazine complet.
Conseils pratiques, informations variées, nos experts répondent à toutes vos
questions. Droit, argent, retraite, santé, bien-être, loisirs, évasion... rien
ne vous échappe ! + Tous les les lundis, rendez-vous avec la rédaction dans "La
Lettre aux Abonnés", une newsletter à ne pas manquer !


En savoir plus



JE CHOISIS MON OFFRE :

Offre durée libre, sans engagement : 1 numéro par mois + la version numérique.
-40%
Le + avantageux 2,50 /mois pendant 12 mois le 1er mois
2,95 / mois
1 an - 12 numéros + leurs versions numériques
35 au lieu de 51,60 soit -32% d'économies
2 ans - 24 numéros + leurs versions numériques
60 au lieu de 103,20 soit -42% d'économies


OFFERT :

Le grill raclette TECHWOOD
Offert
+ de détails

 
Le grill raclette TECHWOOD pour 4 personnes.
Idéal pour partager des moments de convivialité entre amis et en famille !



Descriptif technique :
• Grill démontable • Poignées isolantes • Puissance 600W

• Interrupteur avec voyant lumineux • Protection Thermique

• 4 Poêlons revêtement antiadhésifs • Alimentation 230V - 50Hz


OFFERT EN PLUS :

Le livre de recettes
Offert
+ de détails

Le livre de recettes incontournable pour les Fêtes !

Avec ce livre des Éditions Larousse Cuisine, découvrez 30 recettes
traditionnelles à réaliser pour éblouir vos invités : foie gras, chapon, dinde,
truffes…Clairement expliquées et remarquablement illustrées, vous n’aurez qu’une
envie : vous mettre à vos fourneaux !





■ Dimensions : 19,5 × 19,6 × 1,0 cm.
■ 72 pages.


POUR 10 EUROS DE + SEULEMENT, J’AJOUTE :

Notre Temps Santé & bien-être - 1 an d'abonnement - 4 numéros
10 au lieu de 19,80 soit -49% d'économies
+ de détails

Tous les 3 mois, recevez dans votre boîte aux lettres un condensé de conseils
pratiques pour vivre en bonne santé au fil des saisons : dossiers médicaux
complets, conseils nutritionnels, recettes de saison, idées d'activités
nouvelles à tester... + Dans chaque numéro, un dossier central de 16 pages
d’astuces pratiques pour « vivre mieux » au quotidien ! + Deux fois par mois :
la newsletter Santé & Forme, exclusivement réservée aux abonnés !


POUR 25 EUROS DE + SEULEMENT, J’AJOUTE :

Notre Temps Jeux - 1 an d'abonnement - 12 numéros
25 au lieu de 42 soit -40% d'économies
+ de détails

 

JOUER, SE CULTIVER, S'AMUSER...
Découvrez la Nouvelle formule de Notre Temps Jeux !

Chaque mois 275 jeux passionnants et leurs solutions : mots fléchés, mots
croisés, mots mélangés, sudoku... + 150 histoires pour vous cultiver tout en
vous s'amusant.



 


TOTAL

2,50 /mois pendant 12 mois le 1er mois
2,95 / mois
Je commande
Skip to the end of the images gallery
SPECIAL EDITION










Skip to the beginning of the images gallery


Pour toute question, contactez notre service client au 01 74 31 15 03 (appel non
surtaxé). Lundi – ven : 8h30 à 19h00. Précisez le code offre i176341




LES PRIVILÈGES DE L’ABONNEMENT

 * • Faites des économies en payant moins cher
   que si vous achetiez votre magazine au numéro.
 * • Votre magazine chez vous chaque mois !
   Vous êtes sûr de ne manquer aucun numéro.
 * • Chaque semaine, recevez la newsletter spéciale Abonnés !
   Un rendez-vous privilégié avec la rédaction pour échanger
   sur toute l'actualité du moment et les coups de cœur de vos experts préférés.
 * • Vous pouvez résilier à tout moment
   votre abonnement en contactant le service client.


LE MOT DE MARIE AUFFRET, RÉDACTRICE EN CHEF DE NOTRE TEMPS

Vous souhaitez être informé au plus juste sur tous les thèmes qui vous
intéressent ou vous préoccupent ? Nous espérons alors que vous aurez envie de
nous rejoindre.
En effet, NOTRE TEMPS, c’est d’abord la promesse d’une information sérieuse,
enquêtée, vérifiée sur les questions de droit, d’argent, de santé. Vous en
conviendrez, en la matière, l’approximation n’est pas de mise !
NOTRE TEMPS, c’est aussi des rendez-vous pratiques et culturels qui vous
permettent de vous épanouir dans une société où les codes évoluent très vite.
NOTRE TEMPS, c’est encore un magazine qui réunit plus de 4 millions de lecteurs
autour de vraies valeurs : l’ouverture aux autres, la générosité et le respect
de soi !
NOTRE TEMPS, c’est enfin, souhaitons-le, le rendez-vous que vous ne voudrez plus
jamais manquer !




CHAQUE MOIS, AVEC NOTRE TEMPS :

DÉFENDEZ VOS DROITS
ET FAITES FRUCTIFIER VOTRE ARGENT

Placements, assurances, impôts, retraite, héritage, succession… nos experts vous
informent sur les nouvelles réformes et les nouvelles dispositions législatives
et fiscales. Conseillé et bien informé, faites valoir vos droits !

Le cas du mois : achat sur Internet, voiture, animal, assurances… chaque mois,
retrouvez un cas concret autour d’une problématique du quotidien pour mieux
gérer votre budget et faire des économies !

L’agenda des tâches administratives et fiscales, toujours très utile pour ne pas
se laisser surprendre !

PRÉSERVEZ VOTRE SANTÉ
ET CULTIVEZ VOTRE BIEN-ÊTRE

Arthrose, cholestérol, presbytie… découvrez les dernières avancées médicales et
les nouveaux traitements qui marchent.
Et avec les médecines douces, la relaxation, le sport... faites le plein d’idées
pour prendre soin de vous à votre rythme et en douceur.

Des conseils diététiques : parce que la nutrition joue un rôle essentiel pour
rester en forme, profitez des conseils diététiques de nos spécialistes du « bien
manger » ainsi que des fiches cuisine et plantes pour un corps en pleine forme !

ÉVADEZ-VOUS ET DÉCOUVREZ DE NOUVEAUX HORIZONS

Voyager, rêver, s’évader…, le temps d’un week-end ou d’un séjour plus long,
profitez des bons plans de nos reporters pour faire le plein d’idées de voyage
et d’escapades, en France comme à l’étranger.

Sortir, se cultiver… découvrez tous les rendez-vous culturels incontournables du
mois (livres, cinéma, expositions, musique... )

FAITES LE PLEIN DE
CONSEILS PRATIQUES !

Mode, beauté, cuisine, loisirs créatifs, déco, jardinage, bricolage, auto…,
chaque mois, soyez inspiré par de nouvelles idées et profitez pleinement
d’astuces utiles pour vous faire plaisir !

Un guide d’achat : télévision, électroménager, tablette..., profitez des
conseils de nos experts conso qui testent et passent au crible une sélection de
produits du moment.


POURQUOI LIRE NOTRE TEMPS

Back to top
Réduire Lire la suite
Une boutique du GROUPE
 * Conditions génerales de ventes
 * Conditions génerales d'utilisation
 * Mentions légales
 * Politique de confidentialité
 * Gestion des cookies
 * Paiement sécurisé

2023 - Bayard - Tous droits réservés
Lettre d’information





REJOIGNEZ-NOUS !

Close

Pour ne rien rater de l'actualité : Retraite | Santé | Droit | Jeux| Loisirs |
Argent et être averti avant tout le monde des meilleures offres aux publications
Notre Temps

Email


Ces informations sont destinées au groupe Bayard, auquel Notre Temps appartient.
Elles sont enregistrées dans notre fichier à des fins de traitement de votre
abonnement / commande. Le cas échéant, votre adresse mail sera utilisée pour
vous envoyer les newsletters que vous avez demandées ou dont vous bénéficiez en
tant que client. Conformément à la loi « Informatique et Libertés » du 6/01/1978
modifiée et au RGPD du 27/04/2016, elles peuvent donner lieu à l’exercice du
droit d’accès, de rectification, d’effacement, d’opposition, à la portabilité
des données et à la limitation des traitements ainsi qu’à connaître le sort des
données après la mort sur ce lien :
https://forms.bayard.io/contact/bayard-senior/. Pour plus d’informations, nous
vous renvoyons aux dispositions de notre Politique de confidentialité sur le
site groupebayard.com. Votre nom associé à vos coordonnées postales et
téléphonique sont susceptibles d’être transmises à nos partenaires (éditeurs,
associations, vente par correspondance...), si vous ne le souhaitez pas, merci
de nous adresser votre demande à l’adresse ci-dessus. Nous vous informons de
l’existence de la liste d’opposition au démarchage téléphonique « Bloctel », sur
laquelle vous pouvez vous inscrire ici : https://www.bloctel.gouv.fr

 
 
Lire la suite
Inscription

Close
Nouveau client

Mon compte me permet de :

 * Modifier mes coordonnées.
 * Vérifier l'échéance de mes abonnements et me réabonner
 * Lire la version numérique du numéro en cours.

Créer mon compte
M'identifier

Adresse email

Mot de passe

Me connecter
Mot de passe oublié ?



VOTRE PRODUIT A ÉTÉ AJOUTÉ AU PANIER

Close
Continuer mes achats Voir mon panier