Order options value
10
install.md
Normal file
@ -0,0 +1,10 @@
|
||||
/* override cms */
|
||||
ALTER TABLE `ps_cms` ADD `matrices` LONGTEXT AFTER `indexation`
|
||||
|
||||
ALTER TABLE `ps_category` ADD `home` TEXT NOT NULL AFTER `is_root_category`,
|
||||
|
||||
ALTER TABLE `ps_category_lang` ADD `description_univers` TEXT NOT NULL AFTER `description`,
|
||||
ADD `liste_icons_univers` VARCHAR(255) NOT NULL AFTER `description_univers`,
|
||||
ADD `long_description` TEXT NOT NULL AFTER `liste_icons_univers`,
|
||||
|
||||
|
@ -103,7 +103,7 @@ class AdvSiteReviews extends Module
|
||||
|
||||
return $this->display(__FILE__, 'advsitereviews.tpl', $this->getCacheId());
|
||||
}
|
||||
|
||||
|
||||
public function hookHeader($params)
|
||||
{
|
||||
$jsFiles = $this->context->controller->js_files;
|
||||
|
@ -10,6 +10,9 @@ class AdvSiteReview extends ObjectModel {
|
||||
public $firstname;
|
||||
public $lastname;
|
||||
public $content;
|
||||
public $title;
|
||||
public $place;
|
||||
public $date;
|
||||
|
||||
public static $definition = array(
|
||||
'table' => 'advsitereviews',
|
||||
@ -24,6 +27,10 @@ class AdvSiteReview extends ObjectModel {
|
||||
// Lang fields
|
||||
'firstname' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isGenericName', 'size' => 255),
|
||||
'lastname' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isGenericName', 'size' => 255),
|
||||
'lastname' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isGenericName', 'size' => 255),
|
||||
'date' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isGenericName', 'size' => 255),
|
||||
'title' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isGenericName', 'size' => 255),
|
||||
'place' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isGenericName', 'size' => 255),
|
||||
'content' => array('type' => self::TYPE_STRING, 'lang' => TRUE, 'validate' => 'isCleanHtml')
|
||||
)
|
||||
);
|
||||
|
@ -90,6 +90,24 @@ class AdminAdvSiteReviewsController extends ModuleAdminController {
|
||||
'label' => $this->l('Note'),
|
||||
'name' => 'rank',
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->module->l('Titre'),
|
||||
'name' => 'title',
|
||||
'lang' => TRUE,
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->module->l('Lieu'),
|
||||
'name' => 'place',
|
||||
'lang' => TRUE,
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->module->l('Date'),
|
||||
'name' => 'date',
|
||||
'lang' => TRUE,
|
||||
),
|
||||
array(
|
||||
'type' => 'textarea',
|
||||
'label' => $this->l('Contenu'),
|
||||
|
39
www/modules/advsitereviews/controllers/front/default.php
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
if (!defined('_CAN_LOAD_FILES_'))
|
||||
exit;
|
||||
|
||||
include_once(dirname(__FILE__) . '../../../classes/AdvSiteReview.php');
|
||||
|
||||
|
||||
class AdvSiteReviewsDefaultModuleFrontController extends ModuleFrontController
|
||||
{
|
||||
public $ssl = true;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->auth = true;
|
||||
parent::__construct();
|
||||
$this->context = Context::getContext();
|
||||
}
|
||||
|
||||
/**
|
||||
* @see FrontController::initContent()
|
||||
*/
|
||||
public function initContent()
|
||||
{
|
||||
parent::initContent();
|
||||
|
||||
|
||||
$reviews = AdvSiteReview::getReviews();
|
||||
|
||||
if (!$reviews) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$this->context->smarty->assign('reviews', $reviews);
|
||||
|
||||
$this->setTemplate('advsitereviewspage.tpl');
|
||||
}
|
||||
|
||||
}
|
35
www/modules/advsitereviews/controllers/front/index.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2016 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/afl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2016 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
35
www/modules/advsitereviews/controllers/index.php
Normal file
@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/*
|
||||
* 2007-2016 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
* This source file is subject to the Academic Free License (AFL 3.0)
|
||||
* that is bundled with this package in the file LICENSE.txt.
|
||||
* It is also available through the world-wide-web at this URL:
|
||||
* http://opensource.org/licenses/afl-3.0.php
|
||||
* If you did not receive a copy of the license and are unable to
|
||||
* obtain it through the world-wide-web, please send an email
|
||||
* to license@prestashop.com so we can send you a copy immediately.
|
||||
*
|
||||
* DISCLAIMER
|
||||
*
|
||||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
||||
* versions in the future. If you wish to customize PrestaShop for your
|
||||
* needs please refer to http://www.prestashop.com for more information.
|
||||
*
|
||||
* @author PrestaShop SA <contact@prestashop.com>
|
||||
* @copyright 2007-2016 PrestaShop SA
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*/
|
||||
|
||||
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
|
||||
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
|
||||
|
||||
header('Cache-Control: no-store, no-cache, must-revalidate');
|
||||
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||
header('Pragma: no-cache');
|
||||
|
||||
header('Location: ../');
|
||||
exit;
|
@ -0,0 +1,23 @@
|
||||
{if isset($reviews)}
|
||||
<div class="homereviews">
|
||||
<div class="homereviews-ctn">
|
||||
<div class="owl-reviews owl-carousel">
|
||||
{foreach from=$reviews item=review}
|
||||
toto
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.owl-reviews').owlCarousel({
|
||||
margin: 0,
|
||||
nav: false,
|
||||
autoplay: true,
|
||||
mouseDrag: false,
|
||||
items: 1
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
{/if}
|
@ -55,7 +55,7 @@ class ConfiguratorStorage extends ObjectModel
|
||||
LEFT JOIN `'._DB_PREFIX_.'configurator_opt_lang` col
|
||||
ON (col.`id_configurator_opt` = pcoi.`id_configurator_opt` AND col.`id_lang` = '.(int)$context->language->id.')
|
||||
WHERE pcoi.`id_product` = '.(int)$id_product.'
|
||||
ORDER BY co.`position` ASC');
|
||||
ORDER BY pcoi.`id_product_configurator_opt_group`, co.`position` ASC');
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
@ -12,11 +12,17 @@
|
||||
<div class="delivery_options">
|
||||
{foreach $option_list as $key => $option}
|
||||
<div class="delivery-option clearfix delivery-{$key|replace:',':''} radio-box">
|
||||
<div class="inner valign-top">
|
||||
<div class="inner valign-middle">
|
||||
<div class="delivery-option-radio">
|
||||
<input id="delivery_option_{$id_address|intval}_{$option@index}" class="inline custom-input delivery_option_radio" type="radio" name="delivery_option[{$id_address|intval}]" data-key="{$key}" data-id_address="{$id_address|intval}" value="{$key}"{if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key} checked="checked"{/if} />
|
||||
</div>
|
||||
|
||||
<div class="delivery-option-img">
|
||||
{foreach $option.carrier_list as $carrier}
|
||||
{if $carrier.logo}
|
||||
<img class="hidden-xs hidden-xxs" src="{$carrier.logo|escape:'htmlall':'UTF-8'}" alt="{$carrier.instance->name|escape:'htmlall':'UTF-8'}"/>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
<div class="delivery-option-desc">
|
||||
{foreach $option.carrier_list as $carrier}
|
||||
@ -30,14 +36,6 @@
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
<div class="delivery-option-img">
|
||||
{foreach $option.carrier_list as $carrier}
|
||||
{if $carrier.logo}
|
||||
<img class="hidden-xs hidden-xxs" src="{$carrier.logo|escape:'htmlall':'UTF-8'}" alt="{$carrier.instance->name|escape:'htmlall':'UTF-8'}"/>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
<div class="delivery-option-price">
|
||||
{if $option.total_price_with_tax && !$option.is_free && (!isset($free_shipping) || (isset($free_shipping) && !$free_shipping))}
|
||||
{if $use_taxes == 1}
|
||||
|
@ -1,11 +1,10 @@
|
||||
{capture name=path}{l s='Contact'}{/capture}
|
||||
{capture name=title}{l s='Customer service'}{/capture}
|
||||
{capture name=subtitle}{l s='Toute notre équipe est à votre écoute.'}{/capture}
|
||||
{capture name=subtitle}{l s='Notre équipe se tient à votre disposition pour répondre à toutes vos questions. N’hésitez pas à nous laisser un message si vous avez des questions sur nos produits, nos prestations ou notre site.'}{/capture}
|
||||
|
||||
<main>
|
||||
<section>
|
||||
|
||||
{include file="$tpl_dir./page-heading.tpl" title=$smarty.capture.title subtitle=$smarty.capture.subtitle type=''}
|
||||
{include file="$tpl_dir./page-heading.tpl" title=$smarty.capture.title subtitle=$smarty.capture.subtitle type='account'}
|
||||
|
||||
{if isset($confirmation)}
|
||||
<div class="alert alert-success">
|
||||
@ -28,99 +27,143 @@
|
||||
</a>
|
||||
</div>
|
||||
{else}
|
||||
|
||||
|
||||
<div class="ctn main">
|
||||
<form action="{$request_uri}" method="post" class="contact-form-box clearfix" enctype="multipart/form-data">
|
||||
<div class="row">
|
||||
<div class="xs12 md5">
|
||||
<div class="form-group">
|
||||
<label for="id_contact">{l s='Subject Heading'}</label>
|
||||
{if isset($customerThread.id_contact)}
|
||||
{foreach from=$contacts item=contact}
|
||||
{if $contact.id_contact == $customerThread.id_contact}
|
||||
<input type="text" class="form-control" id="contact_name" name="contact_name" value="{$contact.name|escape:'html':'UTF-8'}" readonly="readonly" />
|
||||
<input type="hidden" name="id_contact" value="{$contact.id_contact}" />
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
{else}
|
||||
<select id="id_contact" class="custom-input form-control" name="id_contact">
|
||||
<option value="0">{l s='-- Choose --'}</option>
|
||||
{foreach from=$contacts item=contact}
|
||||
<option value="{$contact.id_contact|intval}" {if isset($smarty.request.id_contact) && $smarty.request.id_contact == $contact.id_contact}selected="selected"{/if}>{$contact.name|escape:'html':'UTF-8'}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
{/if}
|
||||
<p class="form-group">
|
||||
<label for="email">{l s='Email address'}</label>
|
||||
{if isset($customerThread.email)}
|
||||
<input class="form-control grey" type="text" id="email" name="from" value="{$customerThread.email|escape:'html':'UTF-8'}" readonly="readonly" />
|
||||
{else}
|
||||
<input class="form-control grey validate" type="text" id="email" name="from" data-validate="isEmail" value="{$email|escape:'html':'UTF-8'}" />
|
||||
{/if}
|
||||
</p>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
{if (!isset($customerThread.id_order) || $customerThread.id_order > 0)}
|
||||
<div class="ctn">
|
||||
<div class="main">
|
||||
<form action="{$request_uri}" method="post" class="contact-form-box clearfix" enctype="multipart/form-data">
|
||||
<div class="bg clearfix">
|
||||
<div class="xs12 md6 offset-md6">
|
||||
<div class="inner">
|
||||
<header class="text-center">
|
||||
<div class="title">
|
||||
<i class="icon icon-envelop"></i>
|
||||
<p>{l s='Contactez-nous'} <strong>{l s='par mail'}</strong></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="form-group">
|
||||
<label>{l s='Order reference'}</label>
|
||||
{if !isset($customerThread.id_order) && isset($is_logged) && $is_logged}
|
||||
<select name="id_order" class="custom-input form-control">
|
||||
<option value="0">{l s='-- Choose --'}</option>
|
||||
{foreach from=$orderList item=order}
|
||||
<option value="{$order.value|intval}"{if $order.selected|intval} selected="selected"{/if}>{$order.label|escape:'html':'UTF-8'}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
{elseif !isset($customerThread.id_order) && empty($is_logged)}
|
||||
<input class="form-control grey" type="text" name="id_order" id="id_order" value="{if isset($customerThread.id_order) && $customerThread.id_order|intval > 0}{$customerThread.id_order|intval}{else}{if isset($smarty.post.id_order) && !empty($smarty.post.id_order)}{$smarty.post.id_order|escape:'html':'UTF-8'}{/if}{/if}" />
|
||||
{elseif $customerThread.id_order|intval > 0}
|
||||
<input class="form-control grey" type="text" name="id_order" id="id_order" value="{if isset($customerThread.reference) && $customerThread.reference}{$customerThread.reference|escape:'html':'UTF-8'}{else}{$customerThread.id_order|intval}{/if}" readonly="readonly" />
|
||||
<label for="id_contact">{l s='Subject Heading'}</label>
|
||||
{if isset($customerThread.id_contact)}
|
||||
{foreach from=$contacts item=contact}
|
||||
{if $contact.id_contact == $customerThread.id_contact}
|
||||
<input type="text" class="form-control" id="contact_name" name="contact_name" value="{$contact.name|escape:'html':'UTF-8'}" readonly="readonly" />
|
||||
<input type="hidden" name="id_contact" value="{$contact.id_contact}" />
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
{else}
|
||||
<select id="id_contact" class="custom-input form-control" name="id_contact">
|
||||
<option value="0">{l s='-- Choose --'}</option>
|
||||
{foreach from=$contacts item=contact}
|
||||
<option value="{$contact.id_contact|intval}" {if isset($smarty.request.id_contact) && $smarty.request.id_contact == $contact.id_contact}selected="selected"{/if}>{$contact.name|escape:'html':'UTF-8'}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="form-group">
|
||||
<label for="email">{l s='Email address'}</label>
|
||||
{if isset($customerThread.email)}
|
||||
<input class="form-control grey" type="text" id="email" name="from" value="{$customerThread.email|escape:'html':'UTF-8'}" readonly="readonly" />
|
||||
{else}
|
||||
<input class="form-control grey validate" type="text" id="email" name="from" data-validate="isEmail" value="{$email|escape:'html':'UTF-8'}" />
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
{if isset($is_logged) && $is_logged}
|
||||
{if !isset($customerThread.id_product)}
|
||||
{foreach from=$orderedProductList key=id_order item=products name=products}
|
||||
<div id="{$id_order}_order_products" class="form-group unvisible">
|
||||
<label>{l s='Product'}</label>
|
||||
<select name="id_product" class="custom-input product_select form-control"{if !$smarty.foreach.products.first} style="display:none;"{/if}{if !$smarty.foreach.products.first} disabled="disabled"{/if}>
|
||||
<option value="0">{l s='-- Choose --'}</option>
|
||||
{foreach from=$products item=product}
|
||||
<option value="{$product.value|intval}">{$product.label|escape:'html':'UTF-8'}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
{if !$PS_CATALOG_MODE}
|
||||
{if (!isset($customerThread.id_order) || $customerThread.id_order > 0)}
|
||||
<div class="form-group">
|
||||
<label>{l s='Order reference'}</label>
|
||||
{if !isset($customerThread.id_order) && isset($is_logged) && $is_logged}
|
||||
<select name="id_order" class="custom-input form-control">
|
||||
<option value="0">{l s='-- Choose --'}</option>
|
||||
{foreach from=$orderList item=order}
|
||||
<option value="{$order.value|intval}"{if $order.selected|intval} selected="selected"{/if}>{$order.label|escape:'html':'UTF-8'}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
{elseif !isset($customerThread.id_order) && empty($is_logged)}
|
||||
<input class="form-control grey" type="text" name="id_order" id="id_order" value="{if isset($customerThread.id_order) && $customerThread.id_order|intval > 0}{$customerThread.id_order|intval}{else}{if isset($smarty.post.id_order) && !empty($smarty.post.id_order)}{$smarty.post.id_order|escape:'html':'UTF-8'}{/if}{/if}" />
|
||||
{elseif $customerThread.id_order|intval > 0}
|
||||
<input class="form-control grey" type="text" name="id_order" id="id_order" value="{if isset($customerThread.reference) && $customerThread.reference}{$customerThread.reference|escape:'html':'UTF-8'}{else}{$customerThread.id_order|intval}{/if}" readonly="readonly" />
|
||||
{/if}
|
||||
</div>
|
||||
{/foreach}
|
||||
{elseif $customerThread.id_product > 0}
|
||||
<input type="hidden" name="id_product" id="id_product" value="{$customerThread.id_product|intval}" readonly="readonly" />
|
||||
{/if}
|
||||
{if isset($is_logged) && $is_logged}
|
||||
{if !isset($customerThread.id_product)}
|
||||
{foreach from=$orderedProductList key=id_order item=products name=products}
|
||||
<div id="{$id_order}_order_products" class="form-group unvisible">
|
||||
<label>{l s='Product'}</label>
|
||||
<select name="id_product" class="custom-input product_select form-control"{if !$smarty.foreach.products.first} style="display:none;"{/if}{if !$smarty.foreach.products.first} disabled="disabled"{/if}>
|
||||
<option value="0">{l s='-- Choose --'}</option>
|
||||
{foreach from=$products item=product}
|
||||
<option value="{$product.value|intval}">{$product.label|escape:'html':'UTF-8'}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
{/foreach}
|
||||
{elseif $customerThread.id_product > 0}
|
||||
<input type="hidden" name="id_product" id="id_product" value="{$customerThread.id_product|intval}" readonly="readonly" />
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
{/if}
|
||||
{if $fileupload == 1}
|
||||
<p class="form-group">
|
||||
<label for="fileUpload">{l s='Attach File'}</label>
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
|
||||
<input type="file" name="fileUpload" id="fileUpload" class="custom-input form-control" />
|
||||
</p>
|
||||
{/if}
|
||||
{if $fileupload == 1}
|
||||
<div class="form-group form-file">
|
||||
<label for="fileUpload">{l s='Attach File'}</label>
|
||||
<input type="hidden" name="MAX_FILE_SIZE" value="2000000" />
|
||||
<input type="file" name="fileUpload" id="fileUpload" class="custom-input form-control" />
|
||||
</div>
|
||||
{/if}
|
||||
<div class="form-group form-msg">
|
||||
<label for="message">{l s='Message'}</label>
|
||||
<textarea class="form-control" id="message" name="message">{if isset($message)}{$message|escape:'html':'UTF-8'|stripslashes}{/if}</textarea>
|
||||
</div>
|
||||
<div class="submit clearfix">
|
||||
<button type="submit" name="submitMessage" id="submitMessage" class="btn btn2 btn-large pull-right">
|
||||
<span>{l s='Send'}</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="xs12 md7">
|
||||
<div class="form-group">
|
||||
<label for="message">{l s='Message'}</label>
|
||||
<textarea class="form-control" id="message" name="message">{if isset($message)}{$message|escape:'html':'UTF-8'|stripslashes}{/if}</textarea>
|
||||
</form>
|
||||
|
||||
<div class="bg2 clearfix valign-middle">
|
||||
<div class="md6 xxs12">
|
||||
<div class="inner">
|
||||
<header class="text-center">
|
||||
<div class="title">
|
||||
<i class="icon icon-contact"></i>
|
||||
<p>{l s='Contactez-nous'} <strong>{l s='par téléphone'}</strong><br/>{l s='ou'} <strong>{l s='adresse postale'}</strong></p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="addresses row ">
|
||||
<div class="xs6">
|
||||
<div class="ctn-address">
|
||||
<ul class="">
|
||||
<li class="addresses-title">{l s='Chocolat de mariage'}</li>
|
||||
<li>{l s='12 route de Saint Germain'}</li>
|
||||
<li>{l s='78620 L\'ETANG LA VILLE'}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="xs6">
|
||||
<div class="ctn-address">
|
||||
<ul>
|
||||
<li class="addresses-title"><a href="tel:{l s='01 42 42 39 97'}"></a>{l s='01 42 42 39 97'}</li>
|
||||
<li>{l s='du lundi au vendredi'}</li>
|
||||
<li>{l s='de 10h00 à 19h00'}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
<footer class="sm12">
|
||||
<div>
|
||||
{l s='Chocolat de Mariage livre principalement la France mais nous pouvons également faire d’autres destinations, contactez-nous pour en savoir plus.'}
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="submit clear">
|
||||
<button type="submit" name="submitMessage" id="submitMessage" class="btn icon-right pull-right">
|
||||
<i class="icon icon-arrow-right"></i>
|
||||
<span>{l s='Send'}</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
</section>
|
||||
</main>
|
||||
{addJsDefL name='filePlaceHolder'}{l s='No file selected' js=1}{/addJsDefL}
|
||||
|
@ -1,7 +1,7 @@
|
||||
html { background: #fff; font-size: 100%; overflow-x: hidden; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
|
||||
body { color: #908984; font-family: 'Lato'; font-size: 14px; line-height: 18px; margin: 0; padding: 0; }
|
||||
body.content_only { margin: 0 }
|
||||
.content-main { padding-top: 8%; position: relative; }
|
||||
.content-main { padding-top: 9%; position: relative; }
|
||||
|
||||
/*************************************************************************************************************/
|
||||
/**************************************** ++ GLOBAL ++ ***************************************/
|
||||
@ -79,12 +79,14 @@ body.content_only { margin: 0 }
|
||||
width: auto;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
.header-main .header-top-right > .header-search { width: 103px; }
|
||||
.header-main .header-top-right > .header-search {
|
||||
width: 103px;
|
||||
}
|
||||
|
||||
.header-search .form-group {
|
||||
position: absolute;
|
||||
left: 15px;
|
||||
right: 15px;
|
||||
right: 5px;
|
||||
}
|
||||
.header-search .form-group .form-control {
|
||||
border: none;
|
||||
@ -240,14 +242,17 @@ body.content_only { margin: 0 }
|
||||
|
||||
.header-main .logo { width: 250px; }
|
||||
}
|
||||
|
||||
@media (max-width: 1319px) {
|
||||
.header-main .logo { width: 200px; }
|
||||
.header-user { padding-left: 20px }
|
||||
.header-main .header-top { padding-bottom: 10px; }
|
||||
.site-content { margin-top: 189px; }
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.header-main .header-top { margin-top: 0; padding: 15px 0 0 0 }
|
||||
.header-search .form-group .form-control { font-size: 13px; }
|
||||
.header-main .header-top { margin-top: 0; }
|
||||
.header-main .header-top.search-open { margin-top: 57px; }
|
||||
.header-main .header-lang { display: none; }
|
||||
.header-main .header-top-left .menu-action { display: block; float: left; font-size: 18px; opacity: 1; padding-right: 20px; position: static; pointer-events: auto; margin-top: 0; }
|
||||
@ -459,9 +464,12 @@ body.content_only { margin: 0 }
|
||||
}
|
||||
|
||||
@media (max-width: 1399px) {
|
||||
.mainmenu { background: rgba(0, 0, 0, 0); bottom: 0; left: 0; margin: 0; pointer-events: none; position: fixed; width: 100%; top: 0; transition: all 0.3s ease 0s; z-index: 300; }
|
||||
.header-main .header-top-left > div { top: -20px; }
|
||||
.header-main #menu-mobile a { height: 30px; display: block; }
|
||||
.mainmenu { background: none; bottom: 0; left: 0; margin: 0; pointer-events: none; position: fixed; width: 100%; top: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; z-index: 300; }
|
||||
.mainmenu .overlay { display: none; z-index: 0; background: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left: 0; right: 0; bottom: 0; }
|
||||
.mainmenu.open { background: rgba(0, 0, 0, 0.5); left: 0; pointer-events: auto; z-index: 100; }
|
||||
.mainmenu .menu-content { background: #f5f2f2; height: 100%; left: -101%; margin: 0; position: absolute; transition: all 0.3s ease 0s; width: 50% }
|
||||
.mainmenu .menu-content { position: relative; background: #fdf3f8; height: 100%; left: -101%; margin: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; width: 50% }
|
||||
.mainmenu.open .menu-content { left: 0 }
|
||||
.mainmenu .close-tab { color: #666; width: 100% }
|
||||
.mainmenu .close-tab img { border: 2px solid #000; border-radius: 50%; display: block; height: 47px; margin: 15px 0 35px 45px; width: 47px; }
|
||||
@ -611,7 +619,7 @@ body.content_only { margin: 0 }
|
||||
.header-main.stack .header-cart .overlay-cart { top: 97px }
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.site-content { margin-top: 72px }
|
||||
.site-content { margin-top: 0; }
|
||||
.header-main.stack .header-top { padding: 20px 0 0 0 }
|
||||
.header-main.stack .header-top-right, .header-main.stack .header-top-left { padding: 0 15px; }
|
||||
.header-main .logo-fig::before, .header-main .logo-fig::after { border-width: 3px; }
|
||||
@ -725,8 +733,10 @@ body.content_only { margin: 0 }
|
||||
.cart-layout .block-layout .products dt::after {
|
||||
content: '';
|
||||
display: block;
|
||||
border-bottom: 1px solid #dcdcdc;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
padding-top: 17px;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.cart-layout .block-layout .products dt a.cart-images {
|
||||
display: inline-block;
|
||||
@ -1098,7 +1108,11 @@ body.content_only { margin: 0 }
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.footer-middle .customize-block { width: 100%; }
|
||||
.footer-middle .customize-block .title-level2 { padding-top: 0; }
|
||||
.footer-middle .customize-block { padding-bottom: 25px; }
|
||||
}
|
||||
/************************************* == FOOTER BOTTOM == *********************************/
|
||||
.footer-bottom {
|
||||
color: #c7c7c7;
|
||||
@ -1137,6 +1151,10 @@ body.content_only { margin: 0 }
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.footer-bottom .social-networks { padding-top: 20px; }
|
||||
}
|
||||
|
||||
/************************************* == FOOTER MAIN == ***********************************/
|
||||
|
||||
|
||||
@ -1212,10 +1230,10 @@ body.content_only { margin: 0 }
|
||||
#gototop.active { right: 25px }
|
||||
#gototop:hover { opacity: 1 }
|
||||
|
||||
.footer-bottom .ctn .ctn { width: auto;}
|
||||
.footer-bottom .ctn .ctn { width: auto; }
|
||||
|
||||
@media (max-width: 1319px) {
|
||||
.footer-main .footer-bottom span { display: none; }
|
||||
|
||||
.footer-main .social .newsletter, .footer-main .social .footer-block { padding: 0 15px 45px 15px; }
|
||||
|
||||
.footer-main .reassurance li { padding: 50px 15px }
|
||||
@ -1229,9 +1247,25 @@ body.content_only { margin: 0 }
|
||||
.footer-main .row-flex { display: block }
|
||||
.footer-main .social { margin-bottom: 0; }
|
||||
.footer-main .social .newsletter, .footer-main .social .footer-block { margin-bottom: 75px; padding: 0 20% 45px 20% }
|
||||
|
||||
.footer-main .reassurance { padding: 15px 0 }
|
||||
.footer-main .reassurance li { font-size: 18px; padding: 15px }
|
||||
|
||||
.footer-main .footer-links { padding: 0; text-align: left; }
|
||||
.footer-main .block-links { padding: 0 }
|
||||
.footer-main .block-links .title { border-top: 1px solid #4f3528; cursor: pointer; font-size: 11px; margin-bottom: 0; padding: 19px 15px 17px 15px }
|
||||
.footer-main .block-links:first-child .title { border: 0 }
|
||||
.footer-main .block-links .title:before { color: #fff; content: "\e902"; font-family: "icomoon"; font-size: 8px; position: absolute; right: 15px; top: 22px; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
|
||||
.footer-main .block-links .title.open:before { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
|
||||
.footer-main .block-links ul { display: none; padding-bottom: 18px; }
|
||||
.footer-main .block-links li { margin: 0; padding: 5px 15px; }
|
||||
|
||||
.footer-main .block-links.alt { background: #fff; }
|
||||
.footer-main .block-links.alt .title { border: 0; float: left; }
|
||||
.footer-main .block-links.alt .title:before { content: ""; display: none; }
|
||||
.footer-main .block-links.alt ul { display: block; float: left; }
|
||||
.footer-main .block-links.alt li { float: left; padding: 0 }
|
||||
.footer-main .block-links.alt a{ margin: 16px 7px; }
|
||||
.footer-bottom { padding-bottom: 35px; }
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
.footer-main .social .newsletter, .footer-main .social .footer-block { margin-bottom: 45px; padding: 0 0 45px 0 }
|
||||
@ -1241,22 +1275,6 @@ body.content_only { margin: 0 }
|
||||
.footer-main .social .newsletter .btn, .footer-main .social .footer-block .btn { position: static; transform: translateX(0); moz-transform: translateX(0); -webkit-transform: translateX(0) }
|
||||
|
||||
.footer-main .reassurance li { font-size: 14px }
|
||||
|
||||
.footer-main .footer-links { background: #fff; padding: 0; text-align: left; }
|
||||
.footer-main .block-links { background: #f5f2f2; padding: 0 }
|
||||
.footer-main .block-links .title { border-top: 1px solid #cfcfcf; cursor: pointer; font-size: 11px; margin-bottom: 0; padding: 19px 15px 17px 15px }
|
||||
.footer-main .block-links:first-child .title { border: 0 }
|
||||
.footer-main .block-links .title:before { color: #333; content: "\e905"; font-family: "icomoon"; font-size: 8px; position: absolute; right: 15px; top: 22px; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
|
||||
.footer-main .block-links .title.open:before { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
|
||||
.footer-main .block-links ul { display: none }
|
||||
.footer-main .block-links li { margin: 0; padding: 5px 15px; }
|
||||
|
||||
.footer-main .block-links.alt { background: #fff; }
|
||||
.footer-main .block-links.alt .title { border: 0; float: left; }
|
||||
.footer-main .block-links.alt .title:before { content: ""; display: none; }
|
||||
.footer-main .block-links.alt ul { display: block; float: left; }
|
||||
.footer-main .block-links.alt li { float: left; padding: 0 }
|
||||
.footer-main .block-links.alt a{ margin: 16px 7px; }
|
||||
}
|
||||
|
||||
|
||||
@ -1267,14 +1285,11 @@ body.content_only { margin: 0 }
|
||||
/************************************** == ADVSLIDER == ********************************/
|
||||
.homeslider {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.homeslider .homeslider-ctn {
|
||||
position: relative;
|
||||
.homeslider .slider-img {
|
||||
background-size: cover;
|
||||
}
|
||||
.homeslider .homeslider-img {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.homeslider .homeslider-description {
|
||||
left: 490px;
|
||||
top: 50%;
|
||||
@ -1475,8 +1490,15 @@ body.content_only { margin: 0 }
|
||||
@media (max-width: 1299px) {
|
||||
.subcategories-home .customize-block .title { font-size: 24px; line-height: 24px; }
|
||||
.subcategories-home .customize-block { height: 193px; }
|
||||
.subcategories-home .customize-block .content { line-height: 17px; }
|
||||
.subcategories-home .customize-block .content { line-height: 17px; font-size: 14px; }
|
||||
}
|
||||
@media (max-width: 990px) {
|
||||
.subcategories-home .customize-block .content { line-height: 13px; font-size: 12px; padding: 0; }
|
||||
.subcategories-home .customize-block { height: 150px; }
|
||||
.subcategories-home .customize-block .title { font-size: 21px; line-height: 20px; }
|
||||
}
|
||||
|
||||
|
||||
/********************* guidebook ************/
|
||||
.guidebook {
|
||||
margin-top: 9px;
|
||||
@ -1577,7 +1599,7 @@ body.content_only { margin: 0 }
|
||||
.reassuranceconstructor:before { left: -20px; right: -20px; background-position: left 0 bottom -27%; }
|
||||
}
|
||||
@media (max-width: 990px) {
|
||||
.reassuranceconstructor { margin-top: 90px; }
|
||||
.reassuranceconstructor { margin-top: 90px; padding-bottom: 25px; }
|
||||
.reassuranceconstructor .ctn { width: 100%; }
|
||||
}
|
||||
|
||||
@ -1685,189 +1707,12 @@ body.content_only { margin: 0 }
|
||||
.aboutus-pictures .img { width: 187px; }
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.aboutus .flex-direction-nav a { display: none; }
|
||||
.aboutus-pictures .img { width: 25%; }
|
||||
.aboutus-pictures .img:nth-child(even) { top: 35px; }
|
||||
}
|
||||
|
||||
/********************* instagram *********************/
|
||||
.homereviews {
|
||||
background-color: #fdf3f8;
|
||||
}
|
||||
|
||||
.homereviews-block {
|
||||
position: relative;
|
||||
padding-bottom: 45px;
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.homereviews .customize-block {
|
||||
width: 50%;
|
||||
padding-top: 130px;
|
||||
padding-right: 130px;
|
||||
display: inline-block;
|
||||
background-image: url('../img/ballon.png');
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 40px 10px;
|
||||
padding-bottom: 55px;
|
||||
}
|
||||
.homereviews .customize-block .title-level2 {
|
||||
line-height: 43px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.homereviews .customize-block .content {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.homereviews .customize-block .content p {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.homereviews .intro .img {
|
||||
padding-top: 50px;
|
||||
width: 25%;
|
||||
}
|
||||
.homereviews .intro .img:nth-last-child(2) {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.homereviews .intro .img:last-child {
|
||||
padding-left: 15px;
|
||||
position: relative;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.homereviews-block {
|
||||
background-color: #fff;
|
||||
float: right;
|
||||
}
|
||||
.homereviews-slides {
|
||||
overflow: hidden;
|
||||
}
|
||||
.homereviews-slides > div {
|
||||
background-color: #fff;
|
||||
}
|
||||
.homereviews .homereviews-txt {
|
||||
padding-right: 45px;
|
||||
}
|
||||
.homereviews .homereviews-title {
|
||||
font-family: 'staat';
|
||||
font-size: 30px;
|
||||
line-height: 35px;
|
||||
color: #bd0132;
|
||||
margin-bottom: 30px;
|
||||
display: block;
|
||||
max-width: 271px;
|
||||
}
|
||||
.homereviews .homereviews-content {
|
||||
padding-bottom: 25px;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
height: 360px;
|
||||
font-size: 15px;
|
||||
line-height: 21px;
|
||||
}
|
||||
.homereviews-number {
|
||||
font-style: italic;
|
||||
font-family: 'staat';
|
||||
font-size: 205px;
|
||||
line-height: 163px;
|
||||
color: #f6f5f4;
|
||||
text-align: right;
|
||||
display: block;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.homereviews-block .ctn-icon-heart {
|
||||
font-size: 40px;
|
||||
position: relative;
|
||||
}
|
||||
.homereviews-block .icon-heart-double {
|
||||
color: #f5dee9;
|
||||
font-size: 30px;
|
||||
top: -60px;
|
||||
position: absolute;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.homereviews-ctn .bg {
|
||||
position: relative;
|
||||
background-image: url(../img/reviews.jpg);
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
}
|
||||
.homereviews-ctn .bg:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
.homereviews-ctn .pagination {
|
||||
font-size: 16px;
|
||||
color: #4f3528;
|
||||
font-weight: bold;
|
||||
}
|
||||
.homereviews .owl-nav i {
|
||||
font-size: 10px;
|
||||
transition: 0.5s all;
|
||||
-webkit-transition: 0.5s all;
|
||||
padding: 0;
|
||||
}
|
||||
.homereviews .owl-nav {
|
||||
position: absolute;
|
||||
right: 45px;
|
||||
bottom: 45px;
|
||||
opacity: 1;
|
||||
left: auto;
|
||||
top: auto;
|
||||
}
|
||||
.homereviews .owl-nav .owl-next,
|
||||
.homereviews .owl-nav .owl-prev {
|
||||
position: static;
|
||||
opacity: 1;
|
||||
width: 55px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.homereviews .owl-nav .owl-next.disabled,
|
||||
.homereviews .owl-nav .owl-prev.disabled {
|
||||
opacity: 0.2;
|
||||
cursor: default;
|
||||
left: auto;
|
||||
}
|
||||
.homereviews .owl-nav .owl-prev i {
|
||||
position: relative;
|
||||
right: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.homereviews .owl-nav .owl-prev.disabled i { right: 0!important; position: relative; }
|
||||
.homereviews .owl-nav .owl-prev i:hover {
|
||||
right: 5px;
|
||||
}
|
||||
.homereviews .owl-nav .owl-next i:hover {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.homereviews .owl-nav .owl-next i.disabled:hover {
|
||||
padding-left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1350px) {
|
||||
.homereviews .customize-block .title-level2 { font-size: 37px; line-height: 42px; padding-bottom: 13px; }
|
||||
.homereviews-ctn .bg { background-size: auto 100%; }
|
||||
.homereviews .homereviews-content { height: auto; }
|
||||
}
|
||||
@media (max-width: 990px) {
|
||||
.homereviews .customize-block { padding-top: 70px; padding-right: 15px; }
|
||||
.homereviews .intro .img { padding-top: 77px; }
|
||||
.homereviews-ctn .bg { padding-top: 400px; }
|
||||
.homereviews-ctn .title-pivot { top: 163px; bottom: auto; }
|
||||
.homereviews-number { height: 90px; }
|
||||
.homereviews-block .icon-heart-double { top: -30px; }
|
||||
}
|
||||
/************************ social *********************/
|
||||
.social-networks {
|
||||
margin-bottom: 0;
|
||||
@ -2017,8 +1862,9 @@ body.content_only { margin: 0 }
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
.best-chocolate img { width: 60px; }
|
||||
.best-chocolate .title img { width: 60px; }
|
||||
.best-chocolate li { display: none; }
|
||||
|
||||
}
|
||||
|
||||
/********************* news *********************/
|
||||
@ -2120,6 +1966,14 @@ body.content_only { margin: 0 }
|
||||
border-color: #fff;
|
||||
color: #834b39;
|
||||
}
|
||||
|
||||
@media(max-width: 990px) {
|
||||
.news-block:nth-child(even) .content { padding-left: 25px; }
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.news-block .title { font-size: 35px; }
|
||||
}
|
||||
|
||||
/********************* instagram *********************/
|
||||
.instagram {
|
||||
}
|
||||
@ -2244,7 +2098,6 @@ body.content_only { margin: 0 }
|
||||
.flex-direction-nav li.flex-nav-next { right: 20px; top: -30px; }
|
||||
.owl-nav { display: none; }
|
||||
|
||||
.instagram { padding: 35px 0 40px 0 }
|
||||
.instagram .slides a:before { background: #aaa; bottom: 0; content: ""; left: 0; opacity: 0.8; osition: absolute; top: 0; right: 0; z-index: 2; transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s }
|
||||
.instagram .slides .active a:before { opacity: 0; }
|
||||
.instagram h3 { font-size: 18px; margin-bottom: 5px }
|
||||
@ -2280,10 +2133,254 @@ body.content_only { margin: 0 }
|
||||
.flex-direction-nav li a i { font-size: 30px }
|
||||
}
|
||||
|
||||
/*************************************************************************************************************/
|
||||
/*************************************** ++ PAGE SITE REVIEWS ++ **************************/
|
||||
/*************************************************************************************************************/
|
||||
|
||||
.sitereviews {
|
||||
|
||||
}
|
||||
.sitereviews-block {
|
||||
position: relative;
|
||||
padding-bottom: 45px;
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.sitereviews .customize-block {
|
||||
width: 50%;
|
||||
padding-top: 130px;
|
||||
padding-right: 130px;
|
||||
display: inline-block;
|
||||
background-image: url('../img/ballon.png');
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 40px 10px;
|
||||
padding-bottom: 55px;
|
||||
}
|
||||
.sitereviews .customize-block .title-level2 {
|
||||
line-height: 43px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.sitereviews .customize-block .content {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.sitereviews .customize-block .content p {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.sitereviews .intro .img {
|
||||
padding-top: 50px;
|
||||
width: 25%;
|
||||
}
|
||||
.sitereviews .intro .img:nth-last-child(2) {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.sitereviews .intro .img:last-child {
|
||||
padding-left: 15px;
|
||||
position: relative;
|
||||
top: 50px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.sitereviews-block {
|
||||
background-color: #fff;
|
||||
float: right;
|
||||
}
|
||||
.sitereviews-slides {
|
||||
overflow: hidden;
|
||||
}
|
||||
.sitereviews-slides > div {
|
||||
background-color: #fff;
|
||||
}
|
||||
.sitereviews .sitereviews-txt {
|
||||
padding-right: 45px;
|
||||
}
|
||||
.sitereviews .sitereviews-title {
|
||||
font-family: 'staat';
|
||||
line-height: 35px;
|
||||
color: #bd0132;
|
||||
margin-bottom: 30px;
|
||||
display: block;
|
||||
}
|
||||
.sitereviews .sitereviews-slider-ctn .sitereviews-title { font-size: 30px; max-width: 271px; }
|
||||
.sitereviews .sitereviews-slider-ctn .sitereviews-content {
|
||||
padding-bottom: 25px;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
height: 360px;
|
||||
font-size: 15px;
|
||||
line-height: 21px;
|
||||
}
|
||||
.sitereviews-number {
|
||||
font-style: italic;
|
||||
font-family: 'staat';
|
||||
font-size: 205px;
|
||||
line-height: 163px;
|
||||
color: #f6f5f4;
|
||||
text-align: right;
|
||||
display: block;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.sitereviews-block .ctn-icon-heart {
|
||||
font-size: 40px;
|
||||
position: relative;
|
||||
}
|
||||
.sitereviews-block .icon-heart-double {
|
||||
color: #f5dee9;
|
||||
font-size: 30px;
|
||||
top: -60px;
|
||||
position: absolute;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.sitereviews-slider-ctn .bg {
|
||||
position: relative;
|
||||
background-image: url(../img/reviews.jpg);
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
}
|
||||
.sitereviews-slider-ctn .bg:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
.sitereviews-slider-ctn .pagination {
|
||||
font-size: 16px;
|
||||
color: #4f3528;
|
||||
font-weight: bold;
|
||||
}
|
||||
.sitereviews .owl-nav i {
|
||||
font-size: 10px;
|
||||
transition: 0.5s all;
|
||||
-webkit-transition: 0.5s all;
|
||||
padding: 0;
|
||||
}
|
||||
.sitereviews .owl-nav {
|
||||
position: absolute;
|
||||
right: 45px;
|
||||
bottom: 45px;
|
||||
opacity: 1;
|
||||
left: auto;
|
||||
top: auto;
|
||||
}
|
||||
.sitereviews .owl-nav .owl-next,
|
||||
.sitereviews .owl-nav .owl-prev {
|
||||
position: static;
|
||||
opacity: 1;
|
||||
width: 55px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.sitereviews .owl-nav .owl-next.disabled,
|
||||
.sitereviews .owl-nav .owl-prev.disabled {
|
||||
opacity: 0.2;
|
||||
cursor: default;
|
||||
left: auto;
|
||||
}
|
||||
.sitereviews .owl-nav .owl-prev i {
|
||||
position: relative;
|
||||
right: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.sitereviews .owl-nav .owl-prev.disabled i { right: 0!important; position: relative; }
|
||||
.sitereviews .owl-nav .owl-prev i:hover {
|
||||
right: 5px;
|
||||
}
|
||||
.sitereviews .owl-nav .owl-next i:hover {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.sitereviews .owl-nav .owl-next i.disabled:hover {
|
||||
padding-left: 0;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
.sitereviews .sitereviews-list-ctn .inner {
|
||||
padding: 30px 27px;
|
||||
}
|
||||
.sitereviews .sitereviews-list-ctn .sitereviews-title {
|
||||
font-size: 24px;
|
||||
line-height: 29px;
|
||||
}
|
||||
.sitereviews .sitereviews-list-ctn .sitereviews-content {
|
||||
line-height: 22px;
|
||||
color: #908984;
|
||||
}
|
||||
/************* spécifications pages **************/
|
||||
|
||||
.index main .sitereviews {
|
||||
background-color: #fdf3f8;
|
||||
}
|
||||
|
||||
.module-advsitereviews-default .page-heading.account {
|
||||
padding-bottom: 170px;
|
||||
}
|
||||
.module-advsitereviews-default .title-arrow span {
|
||||
padding: 0 30px;
|
||||
max-width: none;
|
||||
}
|
||||
.module-advsitereviews-default .page-heading.account .ctn-btn {
|
||||
display: block;
|
||||
}
|
||||
.module-advsitereviews-default .sitereviews {
|
||||
position: relative;
|
||||
top: -120px;
|
||||
}
|
||||
.module-advsitereviews-default .ctn-btn {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.sitereviews-list-ctn {
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
max-height: 800px;
|
||||
}
|
||||
.sitereviews-list-ctn .sitereviews-list-block {
|
||||
padding-top: 30px;
|
||||
}
|
||||
.sitereviews-signature {
|
||||
color: #4f3528;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.sitereviews-signature .firstname,
|
||||
.sitereviews-signature .date {
|
||||
font-weight: bold;
|
||||
}
|
||||
.sitereviews-signature .place {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@media (max-width: 1350px) {
|
||||
.sitereviews .customize-block .title-level2 { font-size: 37px; line-height: 42px; padding-bottom: 13px; }
|
||||
.sitereviews-slider-ctn .bg { background-size: auto 100%; }
|
||||
.sitereviews .sitereviews-content { height: auto; }
|
||||
}
|
||||
@media (max-width: 990px) {
|
||||
.module-advsitereviews-default .title-arrow span { max-width: 350px; }
|
||||
.sitereviews-list-ctn { max-height: none; flex-flow: row wrap; }
|
||||
.sitereviews .customize-block { padding-top: 70px; padding-right: 15px; }
|
||||
.sitereviews .intro .img { padding-top: 77px; }
|
||||
.sitereviews-slider-ctn .bg { padding-top: 400px; }
|
||||
.sitereviews-slider-ctn .title-pivot { top: 163px; bottom: auto; }
|
||||
.sitereviews-number { height: 90px; }
|
||||
.sitereviews-block .icon-heart-double { top: -30px; }
|
||||
}
|
||||
@media (max-width: 550px) {
|
||||
.sitereviews .intro .img:nth-last-child(2), .sitereviews .intro .img:last-child { display: none; }
|
||||
.sitereviews .customize-block { width: 100%; }
|
||||
.sitereviews .intro .img { width: 50%; }
|
||||
.sitereviews .intro .img { padding-top: 0; }
|
||||
}
|
||||
|
||||
|
||||
/*************************************************************************************************************/
|
||||
/*************************************** ++ PAGE CATEGORY ++ ******************************/
|
||||
/**************************************************************************************************************/
|
||||
/*************************************************************************************************************/
|
||||
.category {
|
||||
}
|
||||
.category h1 {
|
||||
@ -3385,7 +3482,9 @@ body.content_only { margin: 0 }
|
||||
.resume-cart {
|
||||
background-color: #f8f7f7;
|
||||
padding: 40px 30px;
|
||||
min-height: 600px;
|
||||
}
|
||||
.shipping .resume-cart {
|
||||
min-height: 0;
|
||||
}
|
||||
.resume-cart .title-drop {
|
||||
text-align: center;
|
||||
@ -3411,6 +3510,7 @@ body.content_only { margin: 0 }
|
||||
.ctn-resume-cart { padding-left: 0; }
|
||||
}
|
||||
@media(max-width: 991px) {
|
||||
.shipping .resume-cart { display: none; }
|
||||
.cart-content .product-row { margin-bottom: 30px; padding-top: 20px; padding-bottom: 20px; }
|
||||
.cart-content.table-div .table-row > .product-image { left: 15px; padding: 0; position: absolute; width: 20% }
|
||||
.cart-content.table-div .table-row > .product-image img { max-width: 100% }
|
||||
@ -3696,7 +3796,7 @@ body.content_only { margin: 0 }
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
.cart_navigation .btn:last-child { float: left; }
|
||||
.cart_navigation .btn:first-child { float: right; }
|
||||
.cart_navigation .btn:first-child { float: right; font-size: 16px; }
|
||||
|
||||
@media (max-width: 1319px) {
|
||||
.cart_navigation { padding: 30px }
|
||||
@ -3958,9 +4058,11 @@ body.content_only { margin: 0 }
|
||||
.shipping .address .address_update a:before {
|
||||
|
||||
}
|
||||
|
||||
.shipping .box:nth-child(2) .address-heading {
|
||||
min-height: 79px;
|
||||
}
|
||||
.shipping .addressesAreEquals {
|
||||
margin-top: 36px;
|
||||
margin-top: 54px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.order-box {
|
||||
@ -4017,9 +4119,9 @@ body.content_only { margin: 0 }
|
||||
.shipping .addresses-list .box:first-child .box-content .inner { padding: 0 30px 0 0 }
|
||||
.shipping .addresses-list .box:last-child .box-content { margin: 0; padding: 30px 30px 30px 0 }
|
||||
.shipping .addresses-list .box:last-child .box-content .inner { padding: 0 0 0 30px }
|
||||
|
||||
.shipping .order-carrier-list .box-content { padding: 0 30px }
|
||||
.shipping .delivery-option .delivery-option-img { padding: 0 30px 0 15px; }
|
||||
.shipping .delivery-option .delivery-option-radio { margin-right: 10px }
|
||||
.shipping .order-carrier-list .box-content { padding: 0; }
|
||||
.shipping .delivery-option .delivery-option-img { padding: 0 30px 0 15px }
|
||||
|
||||
.shipping .cart_navigation { padding: 15px 30px }
|
||||
}
|
||||
@ -4039,6 +4141,7 @@ body.content_only { margin: 0 }
|
||||
.shipping .delivery-option .delivery-option-radio { width: 12% }
|
||||
.shipping .delivery-option .delivery-option-img { display: none; }
|
||||
.shipping .delivery-option .delivery-option-desc { width: 70%; }
|
||||
.shipping .delivery-option .delivery-option-price { }
|
||||
|
||||
.shipping .gift-box .box-content { padding: 30px 15px; }
|
||||
}
|
||||
@ -4049,18 +4152,16 @@ body.content_only { margin: 0 }
|
||||
|
||||
.shipping .addressesAreEquals { margin-top: 0; }
|
||||
.shipping .address_invoice_form .address-heading { height: auto; margin-bottom: 10px; }
|
||||
|
||||
.shipping .order-carrier-list { background: #f5f2f2; margin: 0 -15px 30px -15px }
|
||||
.shipping .order-carrier-list { margin: 0 -15px 30px -15px }
|
||||
|
||||
.shipping .delivery-option .delivery-option-name { margin-bottom: 5px; }
|
||||
.shipping .delivery-option .delivery-option-radio { width: 16% }
|
||||
.shipping .delivery-option .delivery-option-desc { width: 60%; }
|
||||
.shipping .delivery-option .delivery-option-price { width: 24% }
|
||||
.shipping .delivery-option .delivery-option-price { width: 24%; margin-left: 17%; margin-top: 5px; }
|
||||
|
||||
.shipping .gift-box .box-content { padding: 30px 0 0 0; }
|
||||
.shipping .gift-box .custom-checkbox.inline label { max-width: 83% }
|
||||
|
||||
.shipping .cart_navigation { padding: 0 }
|
||||
.shipping .cart_navigation { padding-left: 0; padding-right: 0; }
|
||||
}
|
||||
|
||||
|
||||
@ -4193,7 +4294,7 @@ body.content_only { margin: 0 }
|
||||
@media(max-width: 767px) {
|
||||
.order-payment .box { padding: 0 }
|
||||
.order-payment .box .title { text-align: center; }
|
||||
.order-payment .resume-cart { margin-bottom: 60px; }
|
||||
.order-payment .resume-cart { margin-bottom: 60px; display: none; }
|
||||
.order-payment .resume-cart .box-content, .order-payment .resume-cart .box-footer-resume { padding: 0 }
|
||||
.order-payment .resume-cart .product img { margin-right: 20px; max-width: 100px }
|
||||
.order-payment .resume-cart .product .product-name { margin-bottom: 10px; }
|
||||
@ -4610,20 +4711,119 @@ body.content_only { margin: 0 }
|
||||
}
|
||||
|
||||
/* Contact */
|
||||
#contact .contact-form-box {
|
||||
background: #fff;
|
||||
#contact .page-heading {
|
||||
padding-bottom: 150px;
|
||||
}
|
||||
#contact textarea {
|
||||
height: 289px;
|
||||
#contact .main {
|
||||
position: relative;
|
||||
top: -100px;
|
||||
}
|
||||
#contact .contact-form-box {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#contact .submit {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#contact {
|
||||
|
||||
}
|
||||
#contact main .inner {
|
||||
padding: 50px 30px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#contact main .title {
|
||||
font-size: 22px;
|
||||
line-height: 25px;
|
||||
font-family: 'latolight';
|
||||
padding-bottom: 13px;
|
||||
}
|
||||
#contact .title strong {
|
||||
text-transform: uppercase;
|
||||
color: #bd0132;
|
||||
font-family: 'staat';
|
||||
}
|
||||
#contact .submit {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#contact .form-group .form-control-ctn {
|
||||
max-width: 380px;
|
||||
}
|
||||
#contact .form-group .form-control-ctn.custom-select > span {
|
||||
width: 99%;
|
||||
}
|
||||
#contact .form-msg {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#contact .form-msg .form-control-ctn {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
#contact .bg {
|
||||
background-image: url('../img/contact1.jpg');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#contact .bg .form-group {
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
#contact .bg > div {
|
||||
padding-left: 0;
|
||||
}
|
||||
#contact .bg2 > div {
|
||||
padding-right: 0;
|
||||
}
|
||||
#contact .title .icon {
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
margin-bottom: 15px;
|
||||
color: #bd0132;
|
||||
}
|
||||
#contact .bg2 .title .icon {
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
#contact .bg2 {
|
||||
background-image: url('../img/contact2.jpg');
|
||||
background-position: right top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#contact .bg2 header {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
#contact .addresses .addresses-title {
|
||||
text-transform: uppercase;
|
||||
color: #4f3528;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#contact .addresses .ctn-address {
|
||||
padding: 2px 1px;
|
||||
background-image: url(../img/frame-btn.png);
|
||||
background-size: 99% 99%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
#contact .addresses ul {
|
||||
padding: 25px 30px;
|
||||
height: 171px;
|
||||
}
|
||||
#contact .bg2 footer > div {
|
||||
max-width: 450px;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
padding-top: 35px;
|
||||
}
|
||||
#contact .bg2 footer > div {
|
||||
padding-bottom: 135px;
|
||||
}
|
||||
|
||||
@media (max-width: 1349px) {
|
||||
#contact div.uploader span.filename { width: 250px }
|
||||
#contact div.uploader span.action { padding: 12px 15px 12px; width: 115px }
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
#contact .bg2, #contact .bg { background: none; }
|
||||
#contact .bg2 footer > div { padding-bottom: 0; }
|
||||
#contact div.uploader span.filename { width: 60% }
|
||||
#contact div.uploader span.action { margin-left: 5%; padding: 12px 10px 12px; width: 35% }
|
||||
#contact textarea { height: 200px; }
|
||||
@ -4632,7 +4832,9 @@ body.content_only { margin: 0 }
|
||||
#contact div.uploader span.filename { width: 50% }
|
||||
#contact div.uploader span.action { margin-left: 5%; padding: 12px 0px 12px; width: 45% }
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#contact .addresses ul { height: auto; }
|
||||
}
|
||||
/*************************************************************************************************************/
|
||||
/********************************** ++ PLAN SITE ++ *************************************/
|
||||
/**************************************************************************************************************/
|
||||
|
@ -83,6 +83,9 @@ a { text-decoration: none; }
|
||||
.underline { text-decoration: underline; }
|
||||
.barre { text-decoration: line-through; }
|
||||
.price { font-family: 'staat'; }
|
||||
|
||||
|
||||
|
||||
sup { font-size: 80%; top: -3px; }
|
||||
a { color: inherit; }
|
||||
|
||||
@ -149,7 +152,21 @@ a { color: inherit; }
|
||||
.icon-big { font-size: 130% }
|
||||
.icon-right { padding-left: 10px; padding-right: 0 }
|
||||
|
||||
|
||||
.icon-404:before {
|
||||
content: "\e926";
|
||||
}
|
||||
.icon-bord-table:before {
|
||||
content: "\e927";
|
||||
}
|
||||
.icon-bord-table2:before {
|
||||
content: "\e928";
|
||||
}
|
||||
.icon-contact:before {
|
||||
content: "\e929";
|
||||
}
|
||||
.icon-envelop:before {
|
||||
content: "\e92a";
|
||||
}
|
||||
.icon-aurore_chocolats:before {
|
||||
content: "\e90a";
|
||||
}
|
||||
@ -403,6 +420,13 @@ a { color: inherit; }
|
||||
@media (max-width: 1199px) {
|
||||
.title-drop:before, .title-drop:after { font-size: 18px; }
|
||||
}
|
||||
@media (max-width: 990px) {
|
||||
.title-drop { font-size: 22px; }
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.title-arrow { font-size: 20px; line-height: 22px; }
|
||||
.title-arrow:before, .title-arrow:after { display: none; }
|
||||
}
|
||||
/*************************************************************************************************************/
|
||||
/*********************************** == ANIMATIONS CSS == **************************************/
|
||||
/**************************************************************************************************************/
|
||||
@ -430,6 +454,7 @@ a { color: inherit; }
|
||||
-webkit-transition: all 0.3s ease 0s;
|
||||
-moz-transition: all 0.3s ease 0s
|
||||
}
|
||||
.btn.btn-large { min-width: 230px; }
|
||||
|
||||
.account-container .btn, .auth .btn, .btn.btn2 {
|
||||
background-color: transparent;
|
||||
@ -445,6 +470,14 @@ a { color: inherit; }
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.btn.btn4 {
|
||||
background-color: transparent;
|
||||
border: 2px solid #fff;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.btn.btn4:hover { background-color: #fff; color: #bd0132; }
|
||||
.account-container .btn:hover, .auth .btn:hover, .btn.btn2:hover { background-color: #bd0132; border-color: #bd0132; }
|
||||
button.btn { padding-top: 7px; padding-bottom: 7px; }
|
||||
.btn:hover { background-color: #9e062d; border-color: #9e062d; color: #fff; }
|
||||
@ -493,11 +526,10 @@ input[disabled].btn { background: #fff; border-color: #fff; color: #363842; curs
|
||||
border-radius: 0;
|
||||
height: 36px;
|
||||
padding: 0 10px;
|
||||
width: 100%;
|
||||
width: 99%;
|
||||
border: 0;
|
||||
position: relative;
|
||||
color: #bd0132;
|
||||
|
||||
}
|
||||
.form-group .form-control::-webkit-input-placeholder { color: #908984; }
|
||||
.form-group .form-control::-moz-placeholder { color: #908984; }
|
||||
@ -535,10 +567,17 @@ header.page-heading.category { background: none; padding: 0; }
|
||||
header.page-heading .short-desc {
|
||||
color: #fff;
|
||||
}
|
||||
header.page-heading.category .short-desc { color: inherit; }
|
||||
header.page-heading.category .short-desc {
|
||||
color: inherit;
|
||||
font-size: 14px;
|
||||
}
|
||||
header.page-heading.account .short-desc {
|
||||
max-width: 850px;
|
||||
margin: auto;
|
||||
font-size: 16px
|
||||
}
|
||||
header.page-heading .short-desc h2 {
|
||||
display: block;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
@ -969,7 +1008,7 @@ body .fancybox-overlay {
|
||||
.lg-sub-html { font-family: 'dosis' }
|
||||
.lg-outer .lg-thumb-outer { background-color: #363842 }
|
||||
.lg-outer .lg-thumb-item { background: #fff; border-radius: 0; }
|
||||
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #008da9 }
|
||||
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #008da9; }
|
||||
.lg-outer .lg-thumb-item img { max-width: 100%; }
|
||||
|
||||
/*************************************************************************************************************/
|
||||
@ -1274,8 +1313,8 @@ body .fancybox-overlay {
|
||||
display: block;
|
||||
}
|
||||
.custom-file .filename {
|
||||
background: #f1f1f1;
|
||||
border: 2px solid #cdced4;
|
||||
background: #f8e7f0;
|
||||
border: none;
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
height: 48px;
|
||||
@ -1286,10 +1325,13 @@ body .fancybox-overlay {
|
||||
white-space: nowrap;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.custom-file .action {
|
||||
background: #1c1d22;
|
||||
border: 2px solid #1c1d22;
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
border: 2px solid #f3cfe1;
|
||||
color: #f3b3d3;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
float: right;
|
||||
height: 48px;
|
||||
line-height: 46px;
|
||||
@ -1298,6 +1340,12 @@ body .fancybox-overlay {
|
||||
width: 30%;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.custom-file input.form-control {
|
||||
position: absolute;
|
||||
}
|
||||
#contact .form-file .form-control-ctn {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@media(max-width: 480px) {
|
||||
.custom-checkbox.inline label { max-width: 75% }
|
||||
@ -1553,7 +1601,6 @@ padding-left: 5px; padding-right: 5px; }
|
||||
list-style-type: none;
|
||||
}
|
||||
.blockToAppear {
|
||||
|
||||
list-style-type: none;
|
||||
margin-bottom: 15px;
|
||||
opacity: 0;
|
||||
|
@ -45,4 +45,10 @@
|
||||
<glyph unicode="" glyph-name="trash" d="M846.88 839.424h-136.736v88.832c0 17.888-14.432 31.744-32.32 31.744-1.728 0-2.88-0.576-3.456-1.152-0.576 0.576-1.728 1.152-2.304 1.152h-325.952c-17.888 0-31.744-13.856-31.744-31.744v-88.832h-137.312c-39.232 0-69.824-30.56-69.824-69.824v-114.24h60.576v-650.176c0-39.232 29.984-69.216 69.216-69.216h549.792c39.232 0 69.792 29.984 69.792 69.216v650.176h60v114.24c0 39.232-30.592 69.824-69.792 69.824zM377.856 896.544h268.256v-57.12h-268.256v57.12zM792.672 5.216c0-4.064-1.728-5.76-5.76-5.76h-549.792c-4.032 0-5.76 1.728-5.76 5.76v650.176h561.312v-650.176zM852.672 718.848h-681.312v50.784c0 4.032 1.728 6.336 5.76 6.336h669.792c4.032 0 5.76-2.304 5.76-6.336v-50.784zM628.256 580.96h64.032v-524.96h-64.032v524.96zM480.576 580.96h64.032v-524.96h-64.032v524.96zM332.864 580.96h64.032v-524.96h-64.032v524.96z" />
|
||||
<glyph unicode="" glyph-name="zoom-in" d="M560.333 573.337h-115.999v115.999c0 10.672-8.661 19.333-19.333 19.333s-19.333-8.661-19.333-19.333v-115.999h-115.999c-10.672 0-19.333-8.661-19.333-19.333s8.661-19.333 19.333-19.333h115.999v-115.999c0-10.672 8.661-19.333 19.333-19.333s19.333 8.661 19.333 19.333v115.999h115.999c10.672 0 19.333 8.661 19.333 19.333s-8.661 19.333-19.333 19.333zM999.602-31.269l-287.271 298.755c73.273 73.485 118.667 174.791 118.667 286.517 0 223.878-182.118 405.996-405.996 405.996s-405.996-182.118-405.996-405.996 182.118-405.996 405.996-405.996c98.27 0 188.46 35.128 258.755 93.418l287.967-299.49c3.789-3.963 8.855-5.935 13.939-5.935 4.833 0 9.647 1.798 13.398 5.394 7.695 7.405 7.927 19.642 0.541 27.337zM57.671 554.004c0 202.553 164.776 367.33 367.33 367.33s367.33-164.776 367.33-367.33-164.776-367.33-367.33-367.33-367.33 164.776-367.33 367.33z" />
|
||||
<glyph unicode="" glyph-name="zoom-out" d="M560.333 573.337h-270.664c-10.672 0-19.333-8.661-19.333-19.333s8.661-19.333 19.333-19.333h270.664c10.672 0 19.333 8.661 19.333 19.333s-8.661 19.333-19.333 19.333zM999.602-31.269l-287.271 298.755c73.273 73.485 118.667 174.791 118.667 286.517 0 223.878-182.118 405.996-405.996 405.996s-405.996-182.118-405.996-405.996 182.118-405.996 405.996-405.996c98.27 0 188.46 35.128 258.755 93.418l287.967-299.49c3.789-3.963 8.855-5.935 13.939-5.935 4.833 0 9.647 1.798 13.398 5.394 7.695 7.405 7.927 19.642 0.541 27.337zM57.671 554.004c0 202.553 164.776 367.33 367.33 367.33s367.33-164.776 367.33-367.33-164.776-367.33-367.33-367.33-367.33 164.776-367.33 367.33z" />
|
||||
<glyph unicode="" glyph-name="404" horiz-adv-x="1313" d="M101.51 839.368c0.004 0 0.009 0 0.014 0 5.304 0 10.103 2.162 13.564 5.653l0.001 0.001c3.57 3.439 5.787 8.261 5.787 13.601s-2.217 10.162-5.781 13.596l-0.006 0.006c-3.466 3.495-8.27 5.659-13.579 5.659s-10.113-2.164-13.578-5.657l-0.001-0.001c-3.57-3.439-5.787-8.261-5.787-13.601s2.217-10.162 5.781-13.596l0.006-0.006c3.462-3.492 8.261-5.654 13.565-5.654 0.005 0 0.010 0 0.014 0h-0.001zM163.172 839.368c0.004 0 0.009 0 0.014 0 5.304 0 10.103 2.162 13.564 5.653l0.001 0.001c3.57 3.439 5.787 8.261 5.787 13.601s-2.217 10.162-5.781 13.596l-0.006 0.006c-3.47 3.44-8.248 5.565-13.522 5.565-10.61 0-19.211-8.601-19.211-19.211 0-10.59 8.569-19.179 19.151-19.211h0.003zM224.835 839.368c0.004 0 0.009 0 0.014 0 5.304 0 10.103 2.162 13.564 5.653l0.001 0.001c3.57 3.439 5.787 8.261 5.787 13.601s-2.217 10.162-5.781 13.596l-0.006 0.006c-3.47 3.487-8.272 5.648-13.578 5.654h-0.001c-5.299-0.053-10.087-2.202-13.581-5.656l0.002 0.002c-3.476-3.483-5.626-8.291-5.626-13.601 0-10.617 8.592-19.227 19.202-19.256h0.003zM307.2 839.368h781.357c10.635 0 19.256 8.621 19.256 19.256s-8.621 19.256-19.256 19.256h-781.357c-10.635 0-19.256-8.621-19.256-19.256s8.621-19.256 19.256-19.256v0zM1170.699 839.368h41.183c10.635 0 19.256 8.621 19.256 19.256s-8.621 19.256-19.256 19.256h-41.183c-10.635 0-19.256-8.621-19.256-19.256s8.621-19.256 19.256-19.256v0zM677.176 528.851h-40.96c-0.013 0-0.029 0-0.045 0-44.68 0-80.909-36.182-80.985-80.844v-123.199c0.089-44.66 36.313-80.829 80.985-80.829 0.016 0 0.031 0 0.047 0h40.958c0.013 0 0.029 0 0.045 0 44.672 0 80.896 36.17 80.985 80.821v123.2c-0.076 44.669-36.305 80.851-80.985 80.851-0.016 0-0.031 0-0.047 0h0.002zM719.694 324.808c-0.139-23.381-19.119-42.283-42.517-42.296h-40.961c-23.399 0.012-42.379 18.914-42.518 42.282v123.205c0.126 23.386 19.114 42.296 42.518 42.296 0 0 0 0 0.001 0h40.96c0 0 0 0 0.001 0 23.404 0 42.391-18.909 42.518-42.284v-123.204zM512.668 344.064h-21.816v165.532c0 10.635-8.621 19.256-19.256 19.256s-19.256-8.621-19.256-19.256v-165.532h-97.948l53.203 159.455c0.627 1.817 0.989 3.91 0.989 6.088 0 10.627-8.615 19.242-19.242 19.242-8.449 0-15.627-5.446-18.214-13.019l-0.040-0.135-61.663-184.765c-0.619-1.808-0.976-3.891-0.976-6.057 0-4.238 1.368-8.157 3.686-11.339l-0.038 0.055c3.503-4.863 9.149-7.992 15.526-7.992 0.020 0 0.040 0 0.060 0h124.658v-42.296c0-10.635 8.621-19.256 19.256-19.256s19.256 8.621 19.256 19.256v42.296h21.816c0.276-0.014 0.6-0.022 0.926-0.022 10.635 0 19.256 8.621 19.256 19.256s-8.621 19.256-19.256 19.256c-0.326 0-0.649-0.008-0.971-0.024l0.045 0.002zM985.711 344.064h-21.816v165.532c0 10.635-8.621 19.256-19.256 19.256s-19.256-8.621-19.256-19.256v-165.532h-97.948l53.203 159.455c0.627 1.817 0.989 3.91 0.989 6.088 0 10.627-8.615 19.242-19.242 19.242-8.449 0-15.627-5.446-18.214-13.019l-0.040-0.135-61.885-184.765c-0.619-1.807-0.976-3.89-0.976-6.056 0-10.647 8.631-19.278 19.278-19.278 0.061 0 0.123 0 0.184 0.001h124.652v-42.296c0-10.635 8.621-19.256 19.256-19.256s19.256 8.621 19.256 19.256v42.296h21.816c10.229 0.507 18.33 8.924 18.33 19.233s-8.101 18.726-18.285 19.232l-0.045 0.002zM1211.882 960h-1110.372c-55.99-0.063-101.37-45.397-101.51-101.363v-821.239c0.139-55.979 45.52-101.313 101.503-101.376h1110.378c55.99 0.063 101.37 45.397 101.51 101.363v821.239c-0.139 55.979-45.52 101.313-101.503 101.376h-0.006zM101.51 921.489h1110.372c0 0 0 0 0 0 34.746 0 62.922-28.129 62.998-62.858v-62.894h-1236.369v62.887c0.076 34.736 28.252 62.865 62.998 62.865 0 0 0 0 0 0v0zM1211.882-25.489h-1110.372c-34.749 0.013-62.922 28.147-62.998 62.88v719.857h1236.369v-719.85c-0.076-34.74-28.249-62.874-62.997-62.887h-0.001z" />
|
||||
<glyph unicode="" glyph-name="bord-table" horiz-adv-x="780" d="M169.691 960h-169.691v-1024h780.19v1024h-610.499zM33.89-29.867v955.733h101.912v-955.733h-101.912zM746.301-29.867h-576.61v955.733h576.61v-955.733zM661.455 550.4v238.933h-407.162v-238.933h407.162zM288.427 755.2h339.139v-170.667h-339.139v170.667zM339.139 721.067h237.47v-34.133h-237.47v34.133zM339.139 652.8h237.47v-34.133h-237.47v34.133z" />
|
||||
<glyph unicode="" glyph-name="bord-table2" horiz-adv-x="714" d="M693.462 830.238h-75.014v108.33c0 11.64-9.436 21.075-21.075 21.075s-21.075-9.436-21.075-21.075v-108.449h-438.177v108.449c0 11.64-9.436 21.075-21.075 21.075s-21.075-9.436-21.075-21.075v-108.449h-75.014c-11.608-0.161-20.957-9.609-20.957-21.24 0-0.068 0-0.135 0.001-0.203v0.010-851.254c0-0.050-0.001-0.11-0.001-0.169 0-11.636 9.346-21.090 20.941-21.263h672.522c11.611 0.174 20.957 9.627 20.957 21.264 0 0.059 0 0.119-0.001 0.178v-0.009 851.587c-0.012 11.622-9.356 21.057-20.941 21.218h-0.015zM42.151-21.325v808.889h630.117v-808.889h-630.117zM597.254 140.871h-448.179c-10.88-1.124-19.292-10.242-19.292-21.325s8.412-20.201 19.2-21.318l0.092-0.008h448.179c10.726 1.281 18.962 10.323 18.962 21.29s-8.236 20.009-18.86 21.28l-0.102 0.010zM501.284 76.002h-256.238c-10.936-1.065-19.414-10.211-19.414-21.337s8.478-20.272 19.326-21.33l0.088-0.007h256.238c10.936 1.065 19.414 10.211 19.414 21.337s-8.478 20.272-19.326 21.33l-0.088 0.007zM533.194 195.548h64.060c11.714 0.041 21.194 9.546 21.194 21.266 0 0.017 0 0.034 0 0.050v-0.003 494.735c0 0.043 0 0.093 0 0.143 0 11.725-9.478 21.236-21.19 21.289h-480.094c-11.717-0.054-21.195-9.565-21.195-21.289 0-0.050 0-0.101 0.001-0.151v0.008-494.735c0-0.014 0-0.031 0-0.048 0-11.72 9.48-21.225 21.191-21.266h416.034zM330.061 238.199h-127.881v41.674c3.238 39.063 21.795 73.251 49.573 96.948l0.198 0.165c16.851 15.958 36.768 28.88 58.749 37.77l1.262 0.451c1.542-0.439 3.312-0.691 5.142-0.691 0.034 0 0.068 0 0.103 0h12.855v-176.223zM512.238 238.199h-140.026v176.223h25.957c23.691-9.415 44.054-22.221 61.618-38.070l-0.178 0.158c29.117-23.266 48.704-57.402 52.581-96.167l0.048-0.589v-41.698zM576.298 690.259v-452.060h-21.909v41.698c0 72.847-65.012 142.479-134.549 171.794 41.941 23.747 69.785 68.067 69.785 118.891 0 51.397-28.476 96.143-70.511 119.322l-0.702 0.355h157.887zM447.464 570.618c-0.738-49.872-41.339-90.017-91.317-90.017-50.438 0-91.327 40.888-91.327 91.327s40.888 91.327 91.327 91.327c0.039 0 0.077 0 0.116 0h-0.006c50.474-0.471 91.209-41.497 91.209-92.037 0-0.211-0.001-0.421-0.002-0.631v0.032zM160.030 238.199h-21.909v452.060h155.743c-42.73-23.518-71.203-68.249-71.203-119.629 0-50.23 27.211-94.104 67.697-117.686l0.648-0.349c-26.113-11.29-48.499-26.197-67.739-44.395l0.108 0.101c-36.541-31.549-60.384-76.942-63.323-127.94l-0.023-0.489v-41.674z" />
|
||||
<glyph unicode="" glyph-name="contact" horiz-adv-x="890" d="M273.987 123.659c-37.567-0.152-67.962-30.641-67.962-68.229 0-37.682 30.547-68.23 68.23-68.23s68.23 30.547 68.23 68.23c0 0.039 0 0.078 0 0.117v-0.006c-0.126 37.648-30.675 68.118-68.341 68.118-0.055 0-0.11 0-0.165 0h0.009zM273.987 21.259c-18.843 0.038-34.103 15.322-34.103 34.17 0 18.872 15.299 34.17 34.17 34.17 18.833 0 34.107-15.235 34.17-34.053v-0.006c0-18.918-15.323-34.256-34.235-34.282h-0.002zM222.609 874.741h68.497c9.405 0 17.030 7.624 17.030 17.030s-7.624 17.030-17.030 17.030h-68.497c-9.405 0-17.030-7.624-17.030-17.030s7.624-17.030 17.030-17.030v0zM342.483 874.741h17.119c9.405 0 17.030 7.624 17.030 17.030s-7.624 17.030-17.030 17.030h-17.119c-9.405 0-17.030-7.624-17.030-17.030s7.624-17.030 17.030-17.030v0zM890.435 755.2h-308.224v129.558c-0.139 41.569-33.857 75.217-75.44 75.242h-431.351c-41.581-0.025-75.293-33.675-75.42-75.23v-873.529c0.127-41.566 33.839-75.217 75.417-75.242h431.351c41.585 0.025 75.303 33.673 75.442 75.228v385.571h308.224v358.4zM75.42 925.941h431.349c22.734-0.025 41.157-18.448 41.183-41.18v-27.16h-513.714v27.158c0.025 22.734 18.448 41.157 41.18 41.183h0.002zM506.769-29.941h-431.349c-22.734 0.025-41.157 18.448-41.183 41.18v129.56h513.714v-129.558c-0.025-22.734-18.448-41.157-41.18-41.183h-0.002zM547.951 174.859h-513.714v648.682h513.714v-68.341h-308.224v-358.4h68.497v-119.541l159.811 119.541h79.917v-221.941zM856.175 430.859h-399.538l-114.154-85.259v85.259h-68.497v290.282h582.189v-290.282zM359.602 601.6h171.231c9.405 0 17.030 7.624 17.030 17.030s-7.624 17.030-17.030 17.030h-171.231c-9.405 0-17.030-7.624-17.030-17.030s7.624-17.030 17.030-17.030v0zM342.483 533.259c0.050-9.355 7.645-16.919 17.007-16.919 0.039 0 0.078 0 0.118 0h410.952c9.405 0 17.030 7.624 17.030 17.030s-7.624 17.030-17.030 17.030h-410.958c-0.020 0-0.043 0-0.067 0-9.417 0-17.052-7.634-17.052-17.052 0-0.031 0-0.063 0-0.094v0.005z" />
|
||||
<glyph unicode="" glyph-name="envelop" horiz-adv-x="1506" d="M1384.508 960.090h-1263.134c-65.536 1.325-119.808-50.598-121.374-116.134v-791.793c1.566-65.566 55.838-117.459 121.374-116.164h1263.134c65.506-1.295 119.778 50.598 121.374 116.073v791.883c-1.566 65.536-55.838 117.459-121.374 116.134zM1384.508 913.649c12.589 0.241 24.335-3.072 34.696-8.584l-609.039-507.934c-33.762-25.841-80.685-25.841-114.447 0l-608.858 508.145c10.36 5.451 22.016 8.734 34.515 8.463v-0.090h1263.134zM1457.423 52.164c-0.994-39.364-33.581-70.475-72.915-69.692h-1263.134c-39.334-0.753-71.921 30.359-72.885 69.692v791.883c0.241 9.457 2.409 18.402 5.933 26.594l493.538-411.889-278.106-249.585c-0.361-0.301-0.723-0.632-1.084-0.994-8.734-8.824-8.644-23.070 0.181-31.774 4.698-4.759 11.113-7.409 17.769-7.319 6.114 0.030 11.987 2.259 16.565 6.325l279.492 250.76c0.361 0.331 0.723 0.632 1.084 0.994 0.301 0.301 0.392 0.693 0.663 1.024l79.27-66.138c25.269-20.269 56.772-31.112 89.148-30.75 32.407-0.392 63.91 10.541 89.148 30.81l79.39 66.199c0.632-0.663 0.934-1.536 1.656-2.138l279.462-250.76c4.548-4.096 10.481-6.355 16.595-6.325 6.656-0.090 13.071 2.56 17.769 7.319 0.361 0.361 0.663 0.693 0.994 1.054 8.222 9.306 7.379 23.492-1.897 31.714l-278.076 249.555 493.538 411.618c3.494-8.132 5.662-16.986 5.873-26.383v-791.793z" />
|
||||
<glyph unicode="" glyph-name="user" d="M146.703 61.993l-0.36-2.496v-73.172h731.313v61.749l-0.72 9.287c-4.632 54.958-28.558 106.002-66.741 149.199-36.406 41.398-86.012 75.308-143.848 97.795-18.911-18.911-40.678-34.27-64.245-45.693-27.839-13.2-58.173-20.71-89.947-20.71-33.19 0-64.604 7.848-93.162 22.127-24.263 12.143-46.75 28.918-66.021 49.246-58.173-21.048-107.779-53.901-143.848-94.939-37.126-42.118-59.972-93.522-62.468-149.199v0-3.193h0.045zM512.18 960c67.1 0 127.41-34.967 170.607-91.004 41.758-54.26 67.82-128.849 67.82-210.948s-26.062-156.687-67.82-210.948c-43.197-56.397-103.506-91.026-170.607-91.026s-127.77 34.63-170.966 91.026c-41.758 54.26-67.82 128.849-67.82 210.948s26.062 156.687 67.82 210.948c43.197 56.037 103.866 91.004 170.966 91.004v0zM643.165 838.279c-33.91 43.894-80.3 71.395-130.985 71.395-51.045 0-97.435-27.479-131.345-71.395-35.327-45.693-57.116-109.578-57.116-180.254s21.767-134.56 57.116-180.254c33.91-44.254 80.3-71.373 131.345-71.373 50.685 0 97.075 27.119 130.985 71.373 35.327 45.693 57.116 109.578 57.116 180.254 0 70.698-21.767 134.583-57.116 180.254v0zM97.817 84.48c6.791 61.029 32.831 116.706 73.891 163.119 44.973 51.405 108.139 91.723 181.31 114.93l16.056 4.992 10.704-13.2c17.495-20.71 38.182-37.485 61.389-49.246 21.767-10.704 45.693-16.775 71.036-16.775 24.263 0 47.469 5.712 68.517 15.696 22.127 10.704 42.477 26.422 59.972 46.39l11.063 12.503 16.056-5.352c72.452-25.343 134.92-66.381 179.894-117.785 39.981-44.973 67.1-98.155 76.387-155.271h3.935v-148.48h-832.008v148.48h1.799z" />
|
||||
</font></defs></svg>
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 108 KiB |
@ -34,6 +34,11 @@
|
||||
<script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{if $page_name == 'index'}
|
||||
<script type="text/javascript" src="{$js_dir}aaraf.js"></script>
|
||||
<script type="text/javascript" src="{$js_dir}aparallax.js"></script>
|
||||
<script type="text/javascript" src="{$js_dir}jquery.parallax.js"></script>
|
||||
{/if}
|
||||
{$HOOK_HEADER}
|
||||
<link rel="stylesheet" href="http{if Tools::usingSecureMode()}s{/if}://fonts.googleapis.com/css?family=Open+Sans:300,600&subset=latin,latin-ext" type="text/css" media="all" />
|
||||
<!--[if IE 8]>
|
||||
|
BIN
www/themes/chocolatdemariage/img/404.jpg
Normal file
After Width: | Height: | Size: 423 KiB |
BIN
www/themes/chocolatdemariage/img/contact1.jpg
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
www/themes/chocolatdemariage/img/contact2.jpg
Normal file
After Width: | Height: | Size: 282 KiB |
BIN
www/themes/chocolatdemariage/img/parallax.rar
Normal file
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 28 KiB |
@ -55,6 +55,17 @@ $(document).ready(function() {
|
||||
history.back();
|
||||
});
|
||||
|
||||
$(document).on('click', '.footer-middle .title', function(e) {
|
||||
if($(this).hasClass('nolink') && !isMobile) {
|
||||
e.preventDefault();
|
||||
}
|
||||
else if(isMobile) {
|
||||
e.preventDefault();
|
||||
$(this).next().slideToggle();
|
||||
!$(this).hasClass('open') ? $(this).addClass('open') : $(this).removeClass('open');
|
||||
}
|
||||
});
|
||||
|
||||
jQuery.curCSS = jQuery.css;
|
||||
if (!!$.prototype.cluetip)
|
||||
$('a.cluetip').cluetip({
|
||||
@ -409,11 +420,14 @@ function stickyMenu() {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
var htHeader = $('#header').height();
|
||||
$('.content-main').css('padding-top', htHeader+'px');
|
||||
$(window).resize(function(){
|
||||
if(window.matchMedia("(max-width: 990px)").matches) {
|
||||
$('#header').removeClass('sticky');
|
||||
}
|
||||
if(window.matchMedia("(max-width: 990px)").matches) {
|
||||
$('#header').removeClass('sticky');
|
||||
}
|
||||
htHeader = $('#header').height();
|
||||
$('.content-main').css('padding-top', htHeader+'px');
|
||||
});
|
||||
}
|
||||
function fakeFormElements()
|
||||
@ -439,17 +453,23 @@ function advancedDropdownMenu()
|
||||
/* Mobile */
|
||||
$menuMobileBtn.on('click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
$('body').addClass('menu-open');
|
||||
$menuContainer.addClass('open');
|
||||
$menuContainer.addClass('open');
|
||||
$('.mainmenu .overlay').show();
|
||||
});
|
||||
|
||||
$menuBtnClose.on('click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
$('body').removeClass('menu-open');
|
||||
$menuContainer.removeClass('open');
|
||||
})
|
||||
$('.mainmenu .overlay').hide();
|
||||
});
|
||||
|
||||
$(document).click('.mainmenu .overlay', function (
|
||||
$('body').removeClass('menu-open');
|
||||
$menuContainer.removeClass('open');
|
||||
$(this).hide();
|
||||
));
|
||||
|
||||
$menuLinks.on('click', function(e) {
|
||||
$that = $(this);
|
||||
|
@ -82,6 +82,7 @@ $_LANG['authentication_dd7bf230fde8d4836917806aff6a6b27'] = 'Adresse';
|
||||
$_LANG['authentication_e4eb5dadb6ee84c5c55a8edf53f6e554'] = 'Code postal';
|
||||
$_LANG['authentication_fe66abce284ec8589e7d791185b5c442'] = 'Téléphone fixe ou mobile';
|
||||
$_LANG['best-sales_3cb29f0ccc5fd220a97df89dafe46290'] = 'Meilleures ventes';
|
||||
$_LANG['breadcrumb_0557fa923dcee4d0f86b1409f5c2167f'] = 'Retour';
|
||||
$_LANG['breadcrumb_56cf8b33ab527ab81b4f6b3ceac090dd'] = 'retour à Accueil';
|
||||
$_LANG['breadcrumb_641879153fe03137042781f70f56c98d'] = 'Retourner aux résultats de la recherche \"%s\" (encore %d résultats)';
|
||||
$_LANG['breadcrumb_8cf04a9734132302f96da8e113e80ce5'] = 'Accueil';
|
||||
@ -296,7 +297,7 @@ $_LANG['order-carrier_b9393dbda015f17421aab32826cd8abb'] = 'Votre adresse de fac
|
||||
$_LANG['order-carrier_c550a67e0162ce775d89660089e62140'] = 'Ajouter une adresse';
|
||||
$_LANG['order-carrier_d15eefa1aa4092181698a6e19b84eaac'] = 'Choisissez votre adresse de livraison';
|
||||
$_LANG['order-carrier_dd1f775e443ff3b9a89270713580a51b'] = 'Précédent';
|
||||
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Choisissez votre date de livraison';
|
||||
$_LANG['order-carrier_e085dcd05d73bdd5afe338e5b6e42a18'] = 'Choisissez votre transporteur';
|
||||
$_LANG['order-carrier_ea9cf7e47ff33b2be14e6dd07cbcefc6'] = 'Livraison';
|
||||
$_LANG['order-carrier_ec211f7c20af43e742bf2570c3cb84f9'] = 'Ajouter';
|
||||
$_LANG['order-carrier_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
@ -447,11 +448,18 @@ $_LANG['order-opc_d87f73e8ff8d933ed2ba5ddf25040827'] = 'Commande instantanée';
|
||||
$_LANG['order-opc_da9d6ec2998a07c31ec9eb93c9f254ed'] = 'Votre adresse de facturation';
|
||||
$_LANG['order-opc_ea295188b69aa5e04810abcc38b2b2be'] = 'a été sélectionné';
|
||||
$_LANG['order-opc_fe816ec4b30c11a39edfd8b0a4cfab49'] = 'erreur(s)';
|
||||
$_LANG['order-payment_0b2b8504441ea6513671c241b84c9202'] = ' et j\'y adhère sans réserve';
|
||||
$_LANG['order-payment_61638b2249fb6352ceaf0334f8bdd1f9'] = 'J\'ai lu les ';
|
||||
$_LANG['order-payment_7822369c3be561f920630115c0e28d54'] = 'Veuillez choisir un moyen de paiement.';
|
||||
$_LANG['order-payment_7e0bf6d67701868aac3116ade8fea957'] = 'Valider ma commande';
|
||||
$_LANG['order-payment_86024cad1e83101d97359d7351051156'] = 'produits';
|
||||
$_LANG['order-payment_8e1263b23607508e7ba8ff39aec8031d'] = 'Aucun module de paiement n\'a encore été installé.';
|
||||
$_LANG['order-payment_988fd738de9c6d177440c5dcf69e73ce'] = 'Retour';
|
||||
$_LANG['order-payment_99b0a9110ebd2fa6dcd57f7daa5b5d42'] = 'Conditions Générales de Vente';
|
||||
$_LANG['order-payment_a517c010c3051188c5155feeb04b2ff5'] = 'Merci d\'accepter les conditions générales de vente avant de confirmer votre commande';
|
||||
$_LANG['order-payment_dd1f775e443ff3b9a89270713580a51b'] = 'Retour';
|
||||
$_LANG['order-payment_f0aaaae189e9c7711931a65ffcd22543'] = 'Choisissez votre mode de paiement';
|
||||
$_LANG['order-payment_f3b1dbce66a19dee6170cfeb4cf10b05'] = 'conditions générales de vente';
|
||||
$_LANG['order-payment_f5bf48aa40cad7891eb709fcf1fde128'] = 'produit';
|
||||
$_LANG['order-return_03ab340b3f99e03cff9e84314ead38c0'] = 'Quantité';
|
||||
$_LANG['order-return_16dafae9102750489087d1d087b72aba'] = 'Dès réception de votre colis, nous procéderons au remboursement du montant de votre commande et vous en informerons par e-mail.';
|
||||
|
@ -1,6 +1,6 @@
|
||||
{if $blockLinks}
|
||||
{foreach from=$blockLinks item=blockLink name=blockLink}
|
||||
<div class="block-links md2 sm3 xs6 xxs12{if $smarty.foreach.blockLink.last} alt{/if}">
|
||||
<div class="block-links md2 sm2 xs12 xxs12">
|
||||
<span class="title">{if $blockLink.url}<a href="{$blockLink.url}">{$blockLink.title}</a>{else}{$blockLink.title}{/if}</span>
|
||||
{if !empty($blockLink.children)}
|
||||
<ul>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div class="footer-links sm9">
|
||||
<div class="row">
|
||||
<div>
|
||||
{foreach from=$blockLinks item=blockLink name=blockLink}
|
||||
{if $blockLink.active}
|
||||
{if $blockLink.url}<span class="separator">{if $smarty.foreach.blockLink.index != 0}|{/if}</span><a class="block-links2" href="{$blockLink.url}"><span>{$blockLink.title}</span></a>{else}{$blockLink.title}{/if}</span>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="news-block advconstr sm6 bs-min">
|
||||
<div class="news-block advconstr xs6 bs-min">
|
||||
<div class=" animated-full clearfix valign-middle ">
|
||||
<span class="icon" style="background-image : url({$base_dir}img/constructor/image/{$block->id}_{$cookie->id_lang}.png)"></span>
|
||||
<div class=" content">
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!-- Menu -->
|
||||
<nav class="mainmenu" role="navigation">
|
||||
<div class="overlay"></div>
|
||||
{if isset($menuLinks) && !empty($menuLinks)}
|
||||
<ul class="menu-content valign-middle row">
|
||||
<li class="hidden-lg hidden-md close-tab">
|
||||
|
@ -0,0 +1,42 @@
|
||||
<div class="bg">
|
||||
<span class="title-pivot">{l s='Témoignages' mod='advsitereviews'}</span>
|
||||
<div class="row">
|
||||
{assign var=numberItem value=5}
|
||||
<div class="md5 sm12 pull-right sitereviews-slides">
|
||||
<div class="clearfix">
|
||||
|
||||
<div class="owl-reviews owl-carousel">
|
||||
{foreach from=$reviews item=review name=review}
|
||||
<div class="item sitereviews-block">
|
||||
<span class="sitereviews-number">
|
||||
{if $smarty.foreach.review.iteration < 10}0{/if}{$smarty.foreach.review.iteration}
|
||||
</span>
|
||||
<div class="ctn-icon-heart">
|
||||
<i class="icon-heart-double icon"></i>
|
||||
</div>
|
||||
<div class="sitereviews-txt">
|
||||
<div class="sitereviews-title">{$review.title}</div>
|
||||
<div class="sitereviews-content">{$review.content}</div>
|
||||
</div>
|
||||
<span class="pagination">{$smarty.foreach.review.iteration}/{$numberItem}</span>
|
||||
</div>
|
||||
{if $smarty.foreach.review.iteration == $numberItem}{break}{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.owl-reviews').owlCarousel({
|
||||
margin: 0,
|
||||
nav: true,
|
||||
autoplay: true,
|
||||
items: 1,
|
||||
navText: ["<i class='icon icon-arrow-cupidon-left'></i>","<i class='icon icon-arrow-cupidon-right'></i>"]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -1,49 +1,12 @@
|
||||
{if isset($reviews)}
|
||||
<div class="homereviews">
|
||||
<div class="sitereviews">
|
||||
<div class="ctn">
|
||||
<div class="homereviews-ctn">
|
||||
<div class="sitereviews-slider-ctn">
|
||||
<div class="intro valign-top">
|
||||
{hook h='displayIntroHomeReviews'}
|
||||
</div>
|
||||
<div class="bg">
|
||||
<span class="title-pivot">{l s='Témoignages' mod='advsitereviews'}</span>
|
||||
<div class="row">
|
||||
<div class="md5 sm12 pull-right homereviews-slides">
|
||||
<div class="clearfix">
|
||||
|
||||
<div class="owl-reviews owl-carousel">
|
||||
{foreach from=$reviews item=review name=review}
|
||||
<div class="item homereviews-block">
|
||||
<span class="homereviews-number">
|
||||
{if $smarty.foreach.review.iteration < 10}0{/if}{$smarty.foreach.review.iteration}
|
||||
</span>
|
||||
<div class="ctn-icon-heart">
|
||||
<i class="icon-heart-double icon"></i>
|
||||
</div>
|
||||
<div class="homereviews-txt">
|
||||
<div class="homereviews-title">{$review.firstname}</div>
|
||||
<div class="homereviews-content">{$review.content}</div>
|
||||
</div>
|
||||
<span class="pagination">{$smarty.foreach.review.iteration}/{$reviews|count}</span>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{include file="$tpl_dir./modules/advsitereviews/advsitereviews-carousel.tpl"}
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$('.owl-reviews').owlCarousel({
|
||||
margin: 0,
|
||||
nav: true,
|
||||
autoplay: true,
|
||||
items: 1,
|
||||
navText: ["<i class='icon icon-arrow-cupidon-left'></i>","<i class='icon icon-arrow-cupidon-right'></i>"]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
{/if}
|
||||
|
@ -0,0 +1,35 @@
|
||||
{capture name=path}<span class="navigation_page">{l s='Vos plus belles histoires' mod='advsitereviews'}</span>{/capture}
|
||||
|
||||
{capture name=title}{l s='Vos plus belles histoires' mod='advsitereviews'}{/capture}
|
||||
{capture name=subtitle}{l s='Racontez nous tout ! On veut tout savoir ! Savoir si tout s\'est bien passé, si vos invités ont été ravis, surpris, ébahis. Si tous les gourmands ce sont régalés et surtout si vous êtes satisfaits et heureux de notre prestation. Allez, ne soyez pas timide, on vous écoute !' mod='advsitereviews'}<div class="ctn-btn"><a class="btn btn4" href="{$link->getPageLink('contact')}">{l s='Déposer mon témoignage' mod='advsitereviews'}</a></div>{/capture}
|
||||
|
||||
<main>
|
||||
{include file="$tpl_dir./page-heading.tpl" title=$smarty.capture.title subtitle=$smarty.capture.subtitle type='account'}
|
||||
{if isset($reviews)}
|
||||
<div class="sitereviews">
|
||||
<div class="ctn">
|
||||
<div class="sitereviews-slider-ctn">
|
||||
{include file="$tpl_dir./modules/advsitereviews/advsitereviews-carousel.tpl"}
|
||||
</div>
|
||||
<div class="sitereviews-list-ctn row">
|
||||
{foreach from=$reviews item=review name=review}
|
||||
{if $smarty.foreach.review.iteration > 5}
|
||||
<div class="md4 sm6 xs6 xxs12 sitereviews-list-block">
|
||||
<div class="bg-pink inner">
|
||||
<div class="sitereviews-title">{$review.title}</div>
|
||||
<div class="sitereviews-content">{$review.content}</div>
|
||||
<div class="sitereviews-signature">
|
||||
<div><span class="firstname">{$review.firstname}</span>
|
||||
{if $review.date}<span class="date"> - {$review.date}</span>{/if}
|
||||
</div>
|
||||
{if $review.place}<span class="place">{$review.place}</span>{/if}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
</main>
|
@ -32,13 +32,15 @@
|
||||
</ul>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
$(document).ready(function() {
|
||||
|
||||
$('.homeslider').flexslider({
|
||||
animation: "fade",
|
||||
prevText: '<i class="icon icon-arrow-left"></i>',
|
||||
nextText: '<i class="icon icon-arrow-right"></i>',
|
||||
controlNav: false
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
|
@ -5,13 +5,10 @@
|
||||
{if $slide.active}
|
||||
<li class="homeslider-ctn">
|
||||
{if !empty($slide.url) && empty($slide.label)}
|
||||
<a href="{$slide.url}">
|
||||
<a >
|
||||
{/if}
|
||||
<picture>
|
||||
<source media="(max-width: 767px)"
|
||||
srcset="{$base_dir}img/slider/{$slide.id_slide}-image_mobile.jpg" >
|
||||
<img src="{$base_dir}img/slider/{$slide.id_slide}.jpg" width="100%" height="100%" alt="{$slide.title|escape:'htmlall':'UTF-8'}" >
|
||||
</picture>
|
||||
<div class="slider-img hidden-lg hidden-md" style="background-image: url({$base_dir}img/slider/{$slide.id_slide}-image_mobile.jpg);"></div>
|
||||
<div class="slider-img hidden-sm hidden-xs hidden-xxs" style="background-image: url({$base_dir}img/slider/{$slide.id_slide}.jpg);"></div>
|
||||
{if !empty($slide.url) && empty($slide.label)}
|
||||
</a>
|
||||
{/if}
|
||||
@ -22,6 +19,13 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
var ht = $(window).height() - $('#header').height();
|
||||
$('#slider .slider-img').height(ht);
|
||||
|
||||
$(window).resize(function(){
|
||||
ht = $(window).height() - $('#header').height();
|
||||
$('#slider .slider-img').height(ht);
|
||||
});
|
||||
$('#slider').flexslider({
|
||||
slideshow: false,
|
||||
animation: "slide",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- Block Newsletter module-->
|
||||
<div class="news-block sm6">
|
||||
<div class="news-block xs6">
|
||||
<div class="newsletter clearfix block">
|
||||
<span class="icon" style="background-image: url({$img_dir}newsletter.png)"></span>
|
||||
<div class="content">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="social-networks animated-full block sm3">
|
||||
<div class="social-networks animated-full block sm3 xxs12">
|
||||
<strong>{l s='Join us' mod='blocksocial'} :</strong>
|
||||
<ul>
|
||||
{if isset($rss_url) && $rss_url != ''}
|
||||
|