-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Hôte : 127.0.0.1:3306
-- Généré le : ven. 25 fév. 2022 à 12:35
-- Version du serveur :  5.7.31
-- Version de PHP : 7.4.9

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Base de données : `modd-events`
--

-- --------------------------------------------------------

--
-- Structure de la table `me_actionscheduler_actions`
--

DROP TABLE IF EXISTS `me_actionscheduler_actions`;
CREATE TABLE IF NOT EXISTS `me_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_actionscheduler_actions`
--

INSERT INTO `me_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES
(28, 'wpforms_admin_addons_cache_update', 'complete', '2021-11-11 12:54:48', '2021-11-11 13:54:48', '{\"tasks_meta_id\":3}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1636635288;s:18:\"\0*\0first_timestamp\";i:1630042850;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1636635288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 1, '2022-01-12 06:04:26', '2022-01-12 07:04:26', 0, NULL),
(29, 'wpforms_admin_builder_templates_cache_update', 'complete', '2021-11-11 12:54:48', '2021-11-11 13:54:48', '{\"tasks_meta_id\":4}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1636635288;s:18:\"\0*\0first_timestamp\";i:1630042851;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1636635288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 1, '2022-01-12 06:04:26', '2022-01-12 07:04:26', 0, NULL),
(30, 'wpforms_builder_help_cache_update', 'complete', '2021-11-11 12:54:49', '2021-11-11 13:54:49', '{\"tasks_meta_id\":5}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1636635289;s:18:\"\0*\0first_timestamp\";i:1630069477;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1636635289;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 1, '2022-01-12 06:04:26', '2022-01-12 07:04:26', 0, NULL),
(31, 'wpforms_email_summaries_fetch_info_blocks', 'complete', '2021-11-11 12:54:49', '2021-11-11 13:54:49', '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1636635289;s:18:\"\0*\0first_timestamp\";i:1629673277;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1636635289;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 1, '2022-01-12 06:04:27', '2022-01-12 07:04:27', 0, NULL),
(38, 'wpforms_process_entry_emails_meta_cleanup', 'complete', '2021-11-10 06:17:09', '2021-11-10 07:17:09', '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1636525029;s:18:\"\0*\0first_timestamp\";i:1629504000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1636525029;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 1, '2022-01-12 06:04:27', '2022-01-12 07:04:27', 0, NULL),
(40, 'wpforms_admin_addons_cache_update', 'pending', '2022-01-19 06:04:26', '2022-01-19 07:04:26', '{\"tasks_meta_id\":3}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1642572266;s:18:\"\0*\0first_timestamp\";i:1630042850;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1642572266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(41, 'wpforms_admin_builder_templates_cache_update', 'pending', '2022-01-19 06:04:26', '2022-01-19 07:04:26', '{\"tasks_meta_id\":4}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1642572266;s:18:\"\0*\0first_timestamp\";i:1630042851;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1642572266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(42, 'wpforms_builder_help_cache_update', 'pending', '2022-01-19 06:04:26', '2022-01-19 07:04:26', '{\"tasks_meta_id\":5}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1642572266;s:18:\"\0*\0first_timestamp\";i:1630069477;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1642572266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(43, 'wpforms_email_summaries_fetch_info_blocks', 'pending', '2022-01-19 06:04:27', '2022-01-19 07:04:27', '{\"tasks_meta_id\":null}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1642572267;s:18:\"\0*\0first_timestamp\";i:1629673277;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1642572267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL),
(44, 'wpforms_process_entry_emails_meta_cleanup', 'pending', '2022-01-13 06:04:27', '2022-01-13 07:04:27', '{\"tasks_meta_id\":1}', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1642053867;s:18:\"\0*\0first_timestamp\";i:1629504000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1642053867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}', 2, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL);

-- --------------------------------------------------------

--
-- Structure de la table `me_actionscheduler_claims`
--

DROP TABLE IF EXISTS `me_actionscheduler_claims`;
CREATE TABLE IF NOT EXISTS `me_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_actionscheduler_claims`
--

INSERT INTO `me_actionscheduler_claims` (`claim_id`, `date_created_gmt`) VALUES
(109, '2021-08-23 13:05:14'),
(108, '2021-08-23 13:05:15');

-- --------------------------------------------------------

--
-- Structure de la table `me_actionscheduler_groups`
--

DROP TABLE IF EXISTS `me_actionscheduler_groups`;
CREATE TABLE IF NOT EXISTS `me_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_actionscheduler_groups`
--

INSERT INTO `me_actionscheduler_groups` (`group_id`, `slug`) VALUES
(1, 'action-scheduler-migration'),
(2, 'wpforms');

-- --------------------------------------------------------

--
-- Structure de la table `me_actionscheduler_logs`
--

DROP TABLE IF EXISTS `me_actionscheduler_logs`;
CREATE TABLE IF NOT EXISTS `me_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=108 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_actionscheduler_logs`
--

INSERT INTO `me_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES
(59, 28, 'action created', '2021-11-04 12:54:48', '2021-11-04 13:54:48'),
(62, 29, 'action created', '2021-11-04 12:54:48', '2021-11-04 13:54:48'),
(65, 30, 'action created', '2021-11-04 12:54:49', '2021-11-04 13:54:49'),
(68, 31, 'action created', '2021-11-04 12:54:49', '2021-11-04 13:54:49'),
(89, 38, 'action created', '2021-11-09 06:17:09', '2021-11-09 07:17:09'),
(93, 28, 'action started via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(94, 28, 'action complete via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(95, 40, 'action created', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(96, 29, 'action started via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(97, 29, 'action complete via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(98, 41, 'action created', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(99, 30, 'action started via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(100, 30, 'action complete via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(101, 42, 'action created', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(102, 31, 'action started via WP Cron', '2022-01-12 06:04:26', '2022-01-12 07:04:26'),
(103, 31, 'action complete via WP Cron', '2022-01-12 06:04:27', '2022-01-12 07:04:27'),
(104, 43, 'action created', '2022-01-12 06:04:27', '2022-01-12 07:04:27'),
(105, 38, 'action started via WP Cron', '2022-01-12 06:04:27', '2022-01-12 07:04:27'),
(106, 38, 'action complete via WP Cron', '2022-01-12 06:04:27', '2022-01-12 07:04:27'),
(107, 44, 'action created', '2022-01-12 06:04:27', '2022-01-12 07:04:27');

-- --------------------------------------------------------

--
-- Structure de la table `me_commentmeta`
--

DROP TABLE IF EXISTS `me_commentmeta`;
CREATE TABLE IF NOT EXISTS `me_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_comments`
--

DROP TABLE IF EXISTS `me_comments`;
CREATE TABLE IF NOT EXISTS `me_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_comments`
--

INSERT INTO `me_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Un commentateur WordPress', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2021-08-20 07:23:56', '2021-08-20 05:23:56', 'Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_links`
--

DROP TABLE IF EXISTS `me_links`;
CREATE TABLE IF NOT EXISTS `me_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_newsletter`
--

DROP TABLE IF EXISTS `me_newsletter`;
CREATE TABLE IF NOT EXISTS `me_newsletter` (
  `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `token` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` varchar(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'S',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `profile` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated` int(11) NOT NULL DEFAULT '0',
  `last_activity` int(11) NOT NULL DEFAULT '0',
  `followup_step` tinyint(4) NOT NULL DEFAULT '0',
  `followup_time` bigint(20) NOT NULL DEFAULT '0',
  `followup` tinyint(4) NOT NULL DEFAULT '0',
  `surname` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `sex` char(1) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'n',
  `feed_time` bigint(20) NOT NULL DEFAULT '0',
  `feed` tinyint(4) NOT NULL DEFAULT '0',
  `referrer` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `wp_user_id` int(11) NOT NULL DEFAULT '0',
  `http_referer` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `geo` tinyint(4) NOT NULL DEFAULT '0',
  `country` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `region` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bounce_type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `bounce_time` int(11) NOT NULL DEFAULT '0',
  `unsub_email_id` int(11) NOT NULL DEFAULT '0',
  `unsub_time` int(11) NOT NULL DEFAULT '0',
  `list_1` tinyint(4) NOT NULL DEFAULT '0',
  `list_2` tinyint(4) NOT NULL DEFAULT '0',
  `list_3` tinyint(4) NOT NULL DEFAULT '0',
  `list_4` tinyint(4) NOT NULL DEFAULT '0',
  `list_5` tinyint(4) NOT NULL DEFAULT '0',
  `list_6` tinyint(4) NOT NULL DEFAULT '0',
  `list_7` tinyint(4) NOT NULL DEFAULT '0',
  `list_8` tinyint(4) NOT NULL DEFAULT '0',
  `list_9` tinyint(4) NOT NULL DEFAULT '0',
  `list_10` tinyint(4) NOT NULL DEFAULT '0',
  `list_11` tinyint(4) NOT NULL DEFAULT '0',
  `list_12` tinyint(4) NOT NULL DEFAULT '0',
  `list_13` tinyint(4) NOT NULL DEFAULT '0',
  `list_14` tinyint(4) NOT NULL DEFAULT '0',
  `list_15` tinyint(4) NOT NULL DEFAULT '0',
  `list_16` tinyint(4) NOT NULL DEFAULT '0',
  `list_17` tinyint(4) NOT NULL DEFAULT '0',
  `list_18` tinyint(4) NOT NULL DEFAULT '0',
  `list_19` tinyint(4) NOT NULL DEFAULT '0',
  `list_20` tinyint(4) NOT NULL DEFAULT '0',
  `list_21` tinyint(4) NOT NULL DEFAULT '0',
  `list_22` tinyint(4) NOT NULL DEFAULT '0',
  `list_23` tinyint(4) NOT NULL DEFAULT '0',
  `list_24` tinyint(4) NOT NULL DEFAULT '0',
  `list_25` tinyint(4) NOT NULL DEFAULT '0',
  `list_26` tinyint(4) NOT NULL DEFAULT '0',
  `list_27` tinyint(4) NOT NULL DEFAULT '0',
  `list_28` tinyint(4) NOT NULL DEFAULT '0',
  `list_29` tinyint(4) NOT NULL DEFAULT '0',
  `list_30` tinyint(4) NOT NULL DEFAULT '0',
  `list_31` tinyint(4) NOT NULL DEFAULT '0',
  `list_32` tinyint(4) NOT NULL DEFAULT '0',
  `list_33` tinyint(4) NOT NULL DEFAULT '0',
  `list_34` tinyint(4) NOT NULL DEFAULT '0',
  `list_35` tinyint(4) NOT NULL DEFAULT '0',
  `list_36` tinyint(4) NOT NULL DEFAULT '0',
  `list_37` tinyint(4) NOT NULL DEFAULT '0',
  `list_38` tinyint(4) NOT NULL DEFAULT '0',
  `list_39` tinyint(4) NOT NULL DEFAULT '0',
  `list_40` tinyint(4) NOT NULL DEFAULT '0',
  `profile_1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_6` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_7` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_8` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_9` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_10` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_11` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_12` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_13` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_14` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_15` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_16` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_17` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_18` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_19` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `profile_20` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `test` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  KEY `wp_user_id` (`wp_user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_newsletter`
--

INSERT INTO `me_newsletter` (`name`, `email`, `token`, `language`, `status`, `id`, `profile`, `created`, `updated`, `last_activity`, `followup_step`, `followup_time`, `followup`, `surname`, `sex`, `feed_time`, `feed`, `referrer`, `ip`, `wp_user_id`, `http_referer`, `geo`, `country`, `region`, `city`, `bounce_type`, `bounce_time`, `unsub_email_id`, `unsub_time`, `list_1`, `list_2`, `list_3`, `list_4`, `list_5`, `list_6`, `list_7`, `list_8`, `list_9`, `list_10`, `list_11`, `list_12`, `list_13`, `list_14`, `list_15`, `list_16`, `list_17`, `list_18`, `list_19`, `list_20`, `list_21`, `list_22`, `list_23`, `list_24`, `list_25`, `list_26`, `list_27`, `list_28`, `list_29`, `list_30`, `list_31`, `list_32`, `list_33`, `list_34`, `list_35`, `list_36`, `list_37`, `list_38`, `list_39`, `list_40`, `profile_1`, `profile_2`, `profile_3`, `profile_4`, `profile_5`, `profile_6`, `profile_7`, `profile_8`, `profile_9`, `profile_10`, `profile_11`, `profile_12`, `profile_13`, `profile_14`, `profile_15`, `profile_16`, `profile_17`, `profile_18`, `profile_19`, `profile_20`, `test`) VALUES
('', 'contact@modd-events.com', 'd5eb58df87', '', 'C', 1, NULL, '2021-08-20 08:56:25', 0, 0, 0, 0, 0, '', 'n', 0, 0, '', '', 0, '', 0, '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1);

-- --------------------------------------------------------

--
-- Structure de la table `me_newsletter_emails`
--

DROP TABLE IF EXISTS `me_newsletter_emails`;
CREATE TABLE IF NOT EXISTS `me_newsletter_emails` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `language` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `subject` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `message` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` enum('new','sending','sent','paused','error') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'new',
  `total` int(11) NOT NULL DEFAULT '0',
  `last_id` int(11) NOT NULL DEFAULT '0',
  `sent` int(11) NOT NULL DEFAULT '0',
  `track` int(11) NOT NULL DEFAULT '1',
  `list` int(11) NOT NULL DEFAULT '0',
  `type` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `query` longtext COLLATE utf8mb4_unicode_520_ci,
  `editor` tinyint(4) NOT NULL DEFAULT '0',
  `sex` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `theme` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `message_text` longtext COLLATE utf8mb4_unicode_520_ci,
  `preferences` longtext COLLATE utf8mb4_unicode_520_ci,
  `send_on` int(11) NOT NULL DEFAULT '0',
  `token` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `options` longtext COLLATE utf8mb4_unicode_520_ci,
  `private` tinyint(1) NOT NULL DEFAULT '0',
  `click_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `version` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `open_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unsub_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `stats_time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_newsletter_sent`
--

DROP TABLE IF EXISTS `me_newsletter_sent`;
CREATE TABLE IF NOT EXISTS `me_newsletter_sent` (
  `email_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `status` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `open` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `time` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `error` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`email_id`,`user_id`),
  KEY `user_id` (`user_id`),
  KEY `email_id` (`email_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_newsletter_stats`
--

DROP TABLE IF EXISTS `me_newsletter_stats`;
CREATE TABLE IF NOT EXISTS `me_newsletter_stats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `email_id` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',
  `ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `email_id` (`email_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_newsletter_user_logs`
--

DROP TABLE IF EXISTS `me_newsletter_user_logs`;
CREATE TABLE IF NOT EXISTS `me_newsletter_user_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `source` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `data` longtext COLLATE utf8mb4_unicode_520_ci,
  `created` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_nextend2_image_storage`
--

DROP TABLE IF EXISTS `me_nextend2_image_storage`;
CREATE TABLE IF NOT EXISTS `me_nextend2_image_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_nextend2_image_storage`
--

INSERT INTO `me_nextend2_image_storage` (`id`, `hash`, `image`, `value`) VALUES
(1, 'becf8f09928605570582a5f5a3e9051b', '$upload$/slider2/freelayerslider1.jpeg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlIjp7ImltYWdlIjoiIiwic2l6ZSI6IjB8KnwwIn0sImRlc2t0b3AiOnsic2l6ZSI6IjB8KnwwIn0sInRhYmxldC1yZXRpbmEiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(2, '6904179afbc272e8dd32f8eed893ab2c', '$upload$/slider2/freelayerslider2.jpeg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlIjp7ImltYWdlIjoiIiwic2l6ZSI6IjB8KnwwIn0sImRlc2t0b3AiOnsic2l6ZSI6IjB8KnwwIn0sInRhYmxldC1yZXRpbmEiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(3, 'fa3ca6fae9956df4143e1ce25d023882', '$upload$/slider2/freelayerslider3.jpeg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlIjp7ImltYWdlIjoiIiwic2l6ZSI6IjB8KnwwIn0sImRlc2t0b3AiOnsic2l6ZSI6IjB8KnwwIn0sInRhYmxldC1yZXRpbmEiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),
(4, '309479d536775283bfa744877d238ba6', '$upload$/2021/08/318691_549694721715632_1705548228_n1-e1445605796924.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(5, '5a2c6cbd53ad1bde55bdd9d52fff984d', '$upload$/2021/08/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(6, 'ceebad6b920d4ca84001b1baa470fbab', '$upload$/2021/08/slider1.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19'),
(7, '90fc2f097f49b7deb4d623ab3dd6c6ff', '$upload$/2021/08/slider2.jpg', 'eyJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIifSwibW9iaWxlIjp7ImltYWdlIjoiIn19');

-- --------------------------------------------------------

--
-- Structure de la table `me_nextend2_section_storage`
--

DROP TABLE IF EXISTS `me_nextend2_section_storage`;
CREATE TABLE IF NOT EXISTS `me_nextend2_section_storage` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `application` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `section` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referencekey` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `value` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `system` int(11) NOT NULL DEFAULT '0',
  `editable` int(11) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `system` (`system`),
  KEY `editable` (`editable`),
  KEY `application` (`application`,`section`(50),`referencekey`(50)),
  KEY `application_2` (`application`,`section`(50))
) ENGINE=InnoDB AUTO_INCREMENT=10306 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_nextend2_section_storage`
--

INSERT INTO `me_nextend2_section_storage` (`id`, `application`, `section`, `referencekey`, `value`, `system`, `editable`) VALUES
(10000, 'smartslider', 'settings', '', '{\"n2_ss3_version\":\"3.5.0.10\\/b:release-3.5.0.10\\/r:bc3b14c44f442614e91a64588e86b5eb82a71e55\"}', 0, 1),
(10003, 'smartslider', 'free', 'dismissNewsletterSampleSliders', '1', 0, 1),
(10301, 'smartslider', 'sliderChanged', '2', '0', 0, 1),
(10302, 'cache', 'notweb/n2-ss-2', 'data.manifest', '{\"generator\":[]}', 0, 1),
(10303, 'cache', 'notweb/n2-ss-2', 'variations.manifest', '1', 0, 1),
(10304, 'cache', 'notweb/n2-ss-2', 'sliderfr_FR1.manifest', '{\"hash\":\"\",\"nextCacheRefresh\":2145916800,\"currentPath\":\"b96bd7d82bf7ec7d24e0b35cc0efa756\",\"version\":\"3.5.0.10\"}', 0, 1),
(10305, 'cache', 'notweb/n2-ss-2', 'sliderfr_FR1', '{\"html\":\"<div class=\\\"n2-section-smartslider fitvidsignore  n2_clear\\\" data-ssid=\\\"2\\\" tabindex=\\\"0\\\" role=\\\"region\\\" aria-label=\\\"Slider\\\"><div id=\\\"n2-ss-2-align\\\" class=\\\"n2-ss-align\\\"><div class=\\\"n2-padding\\\"><div id=\\\"n2-ss-2\\\" data-creator=\\\"Smart Slider 3\\\" data-responsive=\\\"auto\\\" class=\\\"n2-ss-slider n2-ow n2-has-hover n2notransition  \\\"><div class=\\\"n2-ss-slider-wrapper-inside\\\">\\n        <div class=\\\"n2-ss-slider-1 n2_ss__touch_element n2-ow\\\" style=\\\"\\\">\\n            <div class=\\\"n2-ss-slider-2 n2-ow\\\">\\n                                                <div class=\\\"n2-ss-slider-3 n2-ow\\\" style=\\\"\\\">\\n\\n                    <div class=\\\"n2-ss-slide-backgrounds n2-ow-all\\\"><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"1\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" style=\\\"--ss-o-pos-x:100%;--ss-o-pos-y:100%\\\"><picture><img src=\\\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/13bdc2bf05e71607e92d13c5841dc134\\/318691_549694721715632_1705548228_n1-e1445605796924.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"2\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" style=\\\"--ss-o-pos-x:100%;--ss-o-pos-y:100%\\\"><picture><img src=\\\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/0f2f84b3b8ccb527241076a98d1b86b9\\/slider2.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"3\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" style=\\\"--ss-o-pos-x:100%;--ss-o-pos-y:100%\\\"><picture><img src=\\\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/c381b11dcc217adbe591b6c09429bcd5\\/slider1.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><div class=\\\"n2-ss-slide-background\\\" data-public-id=\\\"4\\\" data-mode=\\\"fill\\\"><div class=\\\"n2-ss-slide-background-image\\\" data-blur=\\\"0\\\" data-alt=\\\"\\\" data-title=\\\"\\\" style=\\\"--ss-o-pos-x:100%;--ss-o-pos-y:100%\\\"><picture><img src=\\\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/b1fc19726630446c800141033cba2205\\/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg\\\" alt=\\\"\\\" title=\\\"\\\" loading=\\\"lazy\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\"><\\/picture><\\/div><div class=\\\"n2-ss-slide-background-color\\\" style=\\\"background-color: #000000;\\\"><\\/div><\\/div><\\/div>                    <div class=\\\"n2-ss-slider-4 n2-ow\\\">\\n                        <svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" viewBox=\\\"0 0 1180 460\\\" data-related-device=\\\"desktopPortrait\\\" class=\\\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\\\"><\\/svg><div data-first=\\\"1\\\" data-slide-duration=\\\"0\\\" data-id=\\\"3\\\" data-slide-public-id=\\\"1\\\" data-title=\\\"Slide 1\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-3\\\"><div tabindex=\\\"-1\\\" class=\\\"n2-ss-slide--focus\\\" role=\\\"note\\\">Slide 1<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-dyyxkXlIKjzA\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"6\\\" data-slide-public-id=\\\"2\\\" data-title=\\\"Slide 2\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-6\\\"><div tabindex=\\\"-1\\\" class=\\\"n2-ss-slide--focus\\\" role=\\\"note\\\">Slide 2<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-a6LnYK6SYjCl\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"7\\\" data-slide-public-id=\\\"3\\\" data-title=\\\"Slide 3\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-7\\\"><div tabindex=\\\"-1\\\" class=\\\"n2-ss-slide--focus\\\" role=\\\"note\\\">Slide 3<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-6jT9S4QNnQ32\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div><div data-slide-duration=\\\"0\\\" data-id=\\\"8\\\" data-slide-public-id=\\\"4\\\" data-title=\\\"Slide 4\\\" class=\\\"n2-ss-slide n2-ow  n2-ss-slide-8\\\"><div tabindex=\\\"-1\\\" class=\\\"n2-ss-slide--focus\\\" role=\\\"note\\\">Slide 4<\\/div><div class=\\\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\\\"><div class=\\\"n2-ss-layer n2-ow n-uc-8oEsOQ4VIN9f\\\" data-sstype=\\\"slide\\\" data-pm=\\\"default\\\"><\\/div><\\/div><\\/div>                    <\\/div>\\n\\n                                    <\\/div>\\n            <\\/div>\\n        <\\/div>\\n        <div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\\\"><div style=\\\"--widget-offset:15px;\\\" class=\\\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade\\\" data-hide-mobileportrait=\\\"1\\\" id=\\\"n2-ss-2-arrow-previous\\\" role=\\\"button\\\" aria-label=\\\"previous arrow\\\" tabindex=\\\"0\\\"><img width=\\\"32\\\" height=\\\"32\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMS40MzMgMTUuOTkyTDIyLjY5IDUuNzEyYy4zOTMtLjM5LjM5My0xLjAzIDAtMS40Mi0uMzkzLS4zOS0xLjAzLS4zOS0xLjQyMyAwbC0xMS45OCAxMC45NGMtLjIxLjIxLS4zLjQ5LS4yODUuNzYtLjAxNS4yOC4wNzUuNTYuMjg0Ljc3bDExLjk4IDEwLjk0Yy4zOTMuMzkgMS4wMy4zOSAxLjQyNCAwIC4zOTMtLjQuMzkzLTEuMDMgMC0xLjQybC0xMS4yNTctMTAuMjkiCiAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIwLjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4=\\\" alt=\\\"previous arrow\\\"><\\/div><\\/div><div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\\\"><div style=\\\"--widget-offset:15px;\\\" class=\\\"n2-ss-widget nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade\\\" data-hide-mobileportrait=\\\"1\\\" id=\\\"n2-ss-2-arrow-next\\\" role=\\\"button\\\" aria-label=\\\"next arrow\\\" tabindex=\\\"0\\\"><img width=\\\"32\\\" height=\\\"32\\\" class=\\\"skip-lazy\\\" data-skip-lazy=\\\"1\\\" src=\\\"data:image\\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMC43MjIgNC4yOTNjLS4zOTQtLjM5LTEuMDMyLS4zOS0xLjQyNyAwLS4zOTMuMzktLjM5MyAxLjAzIDAgMS40MmwxMS4yODMgMTAuMjgtMTEuMjgzIDEwLjI5Yy0uMzkzLjM5LS4zOTMgMS4wMiAwIDEuNDIuMzk1LjM5IDEuMDMzLjM5IDEuNDI3IDBsMTIuMDA3LTEwLjk0Yy4yMS0uMjEuMy0uNDkuMjg0LS43Ny4wMTQtLjI3LS4wNzYtLjU1LS4yODYtLjc2TDEwLjcyIDQuMjkzeiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\\\" alt=\\\"next arrow\\\"><\\/div><\\/div><div class=\\\"n2-ss-slider-controls n2-ss-slider-controls-absolute-center-bottom\\\"><div style=\\\"--widget-offset:10px;\\\" class=\\\"n2-ss-widget n2-ss-control-bullet n2-ow-all n2-ss-control-bullet-horizontal\\\"><div class=\\\" nextend-bullet-bar n2-bar-justify-content-center\\\"><div class=\\\"n2-bullet n2-style-bcef68443b2682444059e693254dd628-dot \\\" style=\\\"visibility:hidden;\\\"><\\/div><\\/div><\\/div><\\/div><\\/div><\\/div><ss3-loader><\\/ss3-loader><\\/div><\\/div><div class=\\\"n2_clear\\\"><\\/div><\\/div>\",\"assets\":{\"css\":{\"staticGroupPreload\":{\"smartslider\":\"G:\\\\wamp64\\\\www\\\\modd-events.com\\\\wp-content\\\\plugins\\\\smart-slider-3\\\\Public\\\\SmartSlider3\\\\Application\\\\Frontend\\/Assets\\/dist\\/smartslider.min.css\"},\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":{\"n2-ss-2\":\"div#n2-ss-2 .n2-ss-slider-1{display:grid;position:relative;}div#n2-ss-2 .n2-ss-slider-2{display:grid;position:relative;overflow:hidden;padding:0px 0px 0px 0px;border:0px solid RGBA(62,62,62,1);border-radius:0px;background-clip:padding-box;background-repeat:repeat;background-position:50% 50%;background-size:cover;background-attachment:scroll;z-index:1;}div#n2-ss-2:not(.n2-ss-loaded) .n2-ss-slider-2{background-image:none !important;}div#n2-ss-2 .n2-ss-slider-3{display:grid;grid-template-areas:\'cover\';position:relative;overflow:hidden;z-index:10;}div#n2-ss-2 .n2-ss-slider-3 > *{grid-area:cover;}div#n2-ss-2 .n2-ss-slide-backgrounds,div#n2-ss-2 .n2-ss-slider-3 > .n2-ss-divider{position:relative;}div#n2-ss-2 .n2-ss-slide-backgrounds{z-index:10;}div#n2-ss-2 .n2-ss-slide-backgrounds > *{overflow:hidden;}div#n2-ss-2 .n2-ss-slide-background{transform:translateX(-100000px);}div#n2-ss-2 .n2-ss-slider-4{place-self:center;position:relative;width:100%;height:100%;z-index:20;display:grid;grid-template-areas:\'slide\';}div#n2-ss-2 .n2-ss-slider-4 > *{grid-area:slide;}div#n2-ss-2.n2-ss-full-page--constrain-ratio .n2-ss-slider-4{height:auto;}div#n2-ss-2 .n2-ss-slide{display:grid;place-items:center;grid-auto-columns:100%;position:relative;z-index:20;-webkit-backface-visibility:hidden;transform:translateX(-100000px);}div#n2-ss-2 .n2-ss-slide{perspective:1500px;}div#n2-ss-2 .n2-ss-slide-active{z-index:21;}.n2-ss-background-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}div#n2-ss-2 .nextend-arrow{cursor:pointer;overflow:hidden;line-height:0 !important;z-index:18;}div#n2-ss-2 .nextend-arrow img{position:relative;display:block;}div#n2-ss-2 .nextend-arrow img.n2-arrow-hover-img{display:none;}div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-hover-img{display:inline;}div#n2-ss-2 .nextend-arrow:HOVER img.n2-arrow-normal-img{display:none;}div#n2-ss-2 .nextend-arrow-animated{overflow:hidden;}div#n2-ss-2 .nextend-arrow-animated > div{position:relative;}div#n2-ss-2 .nextend-arrow-animated .n2-active{position:absolute;}div#n2-ss-2 .nextend-arrow-animated-fade{transition:background 0.3s, opacity 0.4s;}div#n2-ss-2 .nextend-arrow-animated-horizontal > div{transition:all 0.4s;transform:none;}div#n2-ss-2 .nextend-arrow-animated-horizontal .n2-active{top:0;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal .n2-active{left:100%;}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal .n2-active{right:100%;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(-100%);}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:HOVER > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-horizontal:FOCUS > div{transform:translateX(100%);}div#n2-ss-2 .nextend-arrow-animated-vertical > div{transition:all 0.4s;transform:none;}div#n2-ss-2 .nextend-arrow-animated-vertical .n2-active{left:0;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical .n2-active{top:100%;}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical .n2-active{bottom:100%;}div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-2 .nextend-arrow-previous.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(-100%);}div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:HOVER > div,div#n2-ss-2 .nextend-arrow-next.nextend-arrow-animated-vertical:FOCUS > div{transform:translateY(100%);}div#n2-ss-2 .n2-ss-control-bullet{visibility:hidden;text-align:center;justify-content:center;z-index:14;}div#n2-ss-2 .n2-ss-control-bullet--calculate-size{left:0 !important;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize{width:100%;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize{height:100%;flex-flow:column;}div#n2-ss-2 .nextend-bullet-bar{display:inline-flex;vertical-align:top;visibility:visible;align-items:center;flex-wrap:wrap;}div#n2-ss-2 .n2-bar-justify-content-left{justify-content:flex-start;}div#n2-ss-2 .n2-bar-justify-content-center{justify-content:center;}div#n2-ss-2 .n2-bar-justify-content-right{justify-content:flex-end;}div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar{flex-flow:column;}div#n2-ss-2 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar{display:flex;}div#n2-ss-2 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{flex:1 1 auto;}div#n2-ss-2 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar{height:100%;}div#n2-ss-2 .nextend-bullet-bar .n2-bullet{cursor:pointer;transition:background-color 0.4s;}div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active{cursor:default;}div#n2-ss-2 div.n2-ss-bullet-thumbnail-container{position:absolute;z-index:10000000;}div#n2-ss-2 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;}div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot{background: RGBA(255,255,255,0);opacity:1;padding:5px 5px 5px 5px ;box-shadow: none;border-width: 2px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,0.5);border-radius:50px;margin: 4px;}div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot.n2-active, div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot:HOVER, div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot:FOCUS{background: #ffffff;border-width: 2px;border-style: solid;border-color: #ffffff; border-color: RGBA(255,255,255,1);}div#n2-ss-2 .n-uc-dyyxkXlIKjzA{padding:50px 65px 50px 65px}div#n2-ss-2 .n-uc-a6LnYK6SYjCl{padding:50px 65px 50px 65px}div#n2-ss-2 .n-uc-6jT9S4QNnQ32{padding:50px 65px 50px 65px}div#n2-ss-2 .n-uc-8oEsOQ4VIN9f{padding:50px 65px 50px 65px}div#n2-ss-2 .nextend-arrow img{width: 32px}@media (min-width: 1200px){div#n2-ss-2 [data-hide-desktopportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px){div#n2-ss-2 [data-hide-tabletportrait=\\\"1\\\"]{display: none !important;}}@media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px){div#n2-ss-2 .n-uc-dyyxkXlIKjzA{padding:50px 0px 50px 0px}div#n2-ss-2 .n-uc-a6LnYK6SYjCl{padding:50px 0px 50px 0px}div#n2-ss-2 .n-uc-6jT9S4QNnQ32{padding:50px 0px 50px 0px}div#n2-ss-2 .n-uc-8oEsOQ4VIN9f{padding:50px 0px 50px 0px}div#n2-ss-2 [data-hide-mobileportrait=\\\"1\\\"]{display: none !important;}div#n2-ss-2 .nextend-arrow img{width: 16px}}\"},\"globalInline\":[]},\"less\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"js\":{\"staticGroupPreload\":[],\"staticGroup\":{\"smartslider-frontend\":\"G:\\\\wamp64\\\\www\\\\modd-events.com\\\\wp-content\\\\plugins\\\\smart-slider-3\\\\Public\\\\SmartSlider3\\\\Application\\\\Frontend\\/Assets\\/dist\\/smartslider-frontend.min.js\",\"ss-simple\":\"G:\\\\wamp64\\\\www\\\\modd-events.com\\\\wp-content\\\\plugins\\\\smart-slider-3\\\\Public\\\\SmartSlider3\\\\Slider\\\\SliderType\\\\Simple\\/Assets\\/dist\\/ss-simple.min.js\",\"w-arrow-image\":\"G:\\\\wamp64\\\\www\\\\modd-events.com\\\\wp-content\\\\plugins\\\\smart-slider-3\\\\Public\\\\SmartSlider3\\\\Widget\\\\Arrow\\\\ArrowImage\\/Assets\\/dist\\/w-arrow-image.min.js\",\"w-bullet\":\"G:\\\\wamp64\\\\www\\\\modd-events.com\\\\wp-content\\\\plugins\\\\smart-slider-3\\\\Public\\\\SmartSlider3\\\\Widget\\\\Bullet\\/Assets\\/dist\\/w-bullet.min.js\"},\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[\"_N2.r([\\\"documentReady\\\",\\\"smartslider-frontend\\\",\\\"SmartSliderWidgetArrowImage\\\",\\\"SmartSliderWidgetBulletTransition\\\",\\\"ss-simple\\\"],function(){new _N2.SmartSliderSimple(\'n2-ss-2\', {\\\"admin\\\":false,\\\"callbacks\\\":\\\"\\\",\\\"background.video.mobile\\\":1,\\\"alias\\\":{\\\"id\\\":0,\\\"smoothScroll\\\":0,\\\"slideSwitch\\\":0,\\\"scroll\\\":1},\\\"align\\\":\\\"normal\\\",\\\"isDelayed\\\":0,\\\"responsive\\\":{\\\"mediaQueries\\\":{\\\"all\\\":false,\\\"desktopportrait\\\":[\\\"(min-width: 1200px)\\\"],\\\"tabletportrait\\\":[\\\"(orientation: landscape) and (max-width: 1199px) and (min-width: 901px)\\\",\\\"(orientation: portrait) and (max-width: 1199px) and (min-width: 701px)\\\"],\\\"mobileportrait\\\":[\\\"(orientation: landscape) and (max-width: 900px)\\\",\\\"(orientation: portrait) and (max-width: 700px)\\\"]},\\\"base\\\":{\\\"slideOuterWidth\\\":1180,\\\"slideOuterHeight\\\":460,\\\"sliderWidth\\\":1180,\\\"sliderHeight\\\":460,\\\"slideWidth\\\":1180,\\\"slideHeight\\\":460},\\\"hideOn\\\":{\\\"desktopLandscape\\\":false,\\\"desktopPortrait\\\":false,\\\"tabletLandscape\\\":false,\\\"tabletPortrait\\\":false,\\\"mobileLandscape\\\":false,\\\"mobilePortrait\\\":false},\\\"onResizeEnabled\\\":true,\\\"type\\\":\\\"auto\\\",\\\"sliderHeightBasedOn\\\":\\\"real\\\",\\\"focusUser\\\":1,\\\"focusEdge\\\":\\\"auto\\\",\\\"breakpoints\\\":[{\\\"device\\\":\\\"tabletPortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":1199,\\\"landscapeWidth\\\":1199},{\\\"device\\\":\\\"mobilePortrait\\\",\\\"type\\\":\\\"max-screen-width\\\",\\\"portraitWidth\\\":700,\\\"landscapeWidth\\\":900}],\\\"enabledDevices\\\":{\\\"desktopLandscape\\\":0,\\\"desktopPortrait\\\":1,\\\"tabletLandscape\\\":0,\\\"tabletPortrait\\\":1,\\\"mobileLandscape\\\":0,\\\"mobilePortrait\\\":1},\\\"sizes\\\":{\\\"desktopPortrait\\\":{\\\"width\\\":1180,\\\"height\\\":460,\\\"max\\\":3000,\\\"min\\\":1180},\\\"tabletPortrait\\\":{\\\"width\\\":701,\\\"height\\\":273,\\\"customHeight\\\":false,\\\"max\\\":1199,\\\"min\\\":701},\\\"mobilePortrait\\\":{\\\"width\\\":320,\\\"height\\\":124,\\\"customHeight\\\":false,\\\"max\\\":900,\\\"min\\\":320}},\\\"overflowHiddenPage\\\":0,\\\"focus\\\":{\\\"offsetTop\\\":\\\"#wpadminbar\\\",\\\"offsetBottom\\\":\\\"\\\"}},\\\"controls\\\":{\\\"mousewheel\\\":0,\\\"touch\\\":\\\"horizontal\\\",\\\"keyboard\\\":1,\\\"blockCarouselInteraction\\\":1},\\\"playWhenVisible\\\":1,\\\"playWhenVisibleAt\\\":0.5,\\\"lazyLoad\\\":0,\\\"lazyLoadNeighbor\\\":0,\\\"blockrightclick\\\":0,\\\"maintainSession\\\":0,\\\"autoplay\\\":{\\\"enabled\\\":0,\\\"start\\\":1,\\\"duration\\\":8000,\\\"autoplayLoop\\\":1,\\\"allowReStart\\\":0,\\\"pause\\\":{\\\"click\\\":1,\\\"mouse\\\":\\\"0\\\",\\\"mediaStarted\\\":1},\\\"resume\\\":{\\\"click\\\":0,\\\"mouse\\\":\\\"0\\\",\\\"mediaEnded\\\":1,\\\"slidechanged\\\":0},\\\"interval\\\":1,\\\"intervalModifier\\\":\\\"loop\\\",\\\"intervalSlide\\\":\\\"current\\\"},\\\"perspective\\\":1500,\\\"layerMode\\\":{\\\"playOnce\\\":0,\\\"playFirstLayer\\\":1,\\\"mode\\\":\\\"skippable\\\",\\\"inAnimation\\\":\\\"mainInEnd\\\"},\\\"bgAnimations\\\":0,\\\"mainanimation\\\":{\\\"type\\\":\\\"horizontal\\\",\\\"duration\\\":800,\\\"delay\\\":0,\\\"ease\\\":\\\"easeOutQuad\\\",\\\"shiftedBackgroundAnimation\\\":0},\\\"carousel\\\":1,\\\"initCallbacks\\\":function(){new _N2.SmartSliderWidgetArrowImage(this);new _N2.SmartSliderWidgetBulletTransition(this, {\\\"area\\\":10,\\\"dotClasses\\\":\\\"n2-style-bcef68443b2682444059e693254dd628-dot \\\",\\\"mode\\\":\\\"\\\",\\\"action\\\":\\\"click\\\"});}});});\"],\"globalInline\":[]},\"googleFonts\":{\"staticGroupPreload\":[],\"staticGroup\":[],\"files\":[],\"urls\":[],\"codes\":[],\"firstCodes\":[],\"inline\":[],\"globalInline\":[]},\"image\":{\"images\":[\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/13bdc2bf05e71607e92d13c5841dc134\\/318691_549694721715632_1705548228_n1-e1445605796924.jpg\",\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/0f2f84b3b8ccb527241076a98d1b86b9\\/slider2.jpg\",\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/c381b11dcc217adbe591b6c09429bcd5\\/slider1.jpg\",\"\\/\\/localhost\\/modd-events.com\\/wp-content\\/uploads\\/slider\\/cache\\/b1fc19726630446c800141033cba2205\\/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg\"]}}}', 0, 1);

-- --------------------------------------------------------

--
-- Structure de la table `me_nextend2_smartslider3_generators`
--

DROP TABLE IF EXISTS `me_nextend2_smartslider3_generators`;
CREATE TABLE IF NOT EXISTS `me_nextend2_smartslider3_generators` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group` varchar(254) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(254) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_nextend2_smartslider3_sliders`
--

DROP TABLE IF EXISTS `me_nextend2_smartslider3_sliders`;
CREATE TABLE IF NOT EXISTS `me_nextend2_smartslider3_sliders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `alias` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `title` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'published',
  `time` datetime NOT NULL,
  `thumbnail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `time` (`time`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_nextend2_smartslider3_sliders`
--

INSERT INTO `me_nextend2_smartslider3_sliders` (`id`, `alias`, `title`, `type`, `params`, `status`, `time`, `thumbnail`, `ordering`) VALUES
(1, NULL, 'Tutorial Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"background\":\"\",\"background-fixed\":\"0\",\"background-size\":\"cover\",\"background-color\":\"FFFFFF00\",\"backgroundVideoMp4\":\"\",\"backgroundVideoMuted\":\"1\",\"backgroundVideoLoop\":\"1\",\"backgroundVideoMode\":\"fill\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"padding\":\"0|*|0|*|0|*|0\",\"perspective\":\"1000\",\"border-width\":\"0\",\"border-color\":\"3E3E3Eff\",\"border-radius\":\"0\",\"slider-preset\":\"\",\"slider-css\":\"\",\"width\":\"1200\",\"height\":\"600\",\"mobileportrait\":\"1\",\"mobilelandscape\":\"1\",\"tabletportrait\":\"1\",\"tabletlandscape\":\"1\",\"desktopportrait\":\"1\",\"desktoplandscape\":\"1\",\"responsiveLimitSlideWidth\":\"1\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-desktop-portrait\":\"1440\",\"responsive-breakpoint-desktop-portrait-landscape\":\"1440\",\"responsive-breakpoint-tablet-landscape\":\"1300\",\"responsive-breakpoint-tablet-landscape-landscape\":\"1300\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-landscape\":\"900\",\"responsive-breakpoint-mobile-landscape-landscape\":\"1050\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-desktop-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-landscape-enabled\":\"0\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-landscape-enabled\":\"0\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"slider-size-override\":\"0\",\"slider-size-override-mobile-portrait\":\"0\",\"mobile-portrait-width\":\"320\",\"mobile-portrait-height\":\"568\",\"slider-size-override-mobile-landscape\":\"0\",\"mobile-landscape-width\":\"568\",\"mobile-landscape-height\":\"320\",\"slider-size-override-tablet-portrait\":\"0\",\"tablet-portrait-width\":\"768\",\"tablet-portrait-height\":\"1024\",\"slider-size-override-tablet-landscape\":\"0\",\"tablet-landscape-width\":\"1024\",\"tablet-landscape-height\":\"768\",\"slider-size-override-desktop-landscape\":\"0\",\"desktop-landscape-width\":\"1440\",\"desktop-landscape-height\":\"900\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"0\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-image\":\"\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"1\",\"widget-arrow-previous-hover-color\":\"ffffffff\",\"widget-arrow-mirror\":\"1\",\"widget-arrow-next\":\"thin-horizontal.svg\",\"widget-arrow-next-image\":\"\",\"widget-arrow-next-color\":\"ffffffcc\",\"widget-arrow-next-hover\":\"0\",\"widget-arrow-next-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-animation\":\"fade\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-mobilelandscape\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-tabletlandscape\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-arrow-display-desktoplandscape\":\"1\",\"widget-arrow-exclude-slides\":\"\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"5\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-action\":\"click\",\"widget-bullet-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffcc\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffcc\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-bar-full-size\":\"0\",\"widget-bullet-align\":\"center\",\"widget-bullet-orientation\":\"auto\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"60\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-mobilelandscape\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-tabletlandscape\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bullet-display-desktoplandscape\":\"1\",\"widget-bullet-exclude-slides\":\"\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-mode\":\"simple\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-position-horizontal\":\"left\",\"widget-bar-position-horizontal-position\":\"0\",\"widget-bar-position-horizontal-unit\":\"px\",\"widget-bar-position-vertical\":\"top\",\"widget-bar-position-vertical-position\":\"0\",\"widget-bar-position-vertical-unit\":\"px\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"Raleway,Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-width\":\"100%\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-mobilelandscape\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-tabletlandscape\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-bar-display-desktoplandscape\":\"1\",\"widget-bar-exclude-slides\":\"\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-show-image\":\"1\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-position-mode\":\"simple\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-position-horizontal\":\"left\",\"widget-thumbnail-position-horizontal-position\":\"0\",\"widget-thumbnail-position-horizontal-unit\":\"px\",\"widget-thumbnail-position-vertical\":\"top\",\"widget-thumbnail-position-vertical-position\":\"0\",\"widget-thumbnail-position-vertical-unit\":\"px\",\"widget-thumbnail-action\":\"click\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\ntransition: all 0.4s;\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http://fonts.googleapis.com/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-arrow\":\"1\",\"widget-thumbnail-arrow-width\":\"26\",\"widget-thumbnail-arrow-offset\":\"0\",\"widget-thumbnail-arrow-prev-alt\":\"previous arrow\",\"widget-thumbnail-arrow-next-alt\":\"next arrow\",\"widget-thumbnail-arrow-image\":\"\",\"widget-thumbnail-group\":\"1\",\"widget-thumbnail-invert-group-direction\":\"0\",\"widget-thumbnail-orientation\":\"auto\",\"widget-thumbnail-size\":\"100%\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-mobilelandscape\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-tabletlandscape\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-thumbnail-display-desktoplandscape\":\"1\",\"widget-thumbnail-exclude-slides\":\"\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-shadow-image\":\"\",\"widget-shadow-width\":\"100%\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-mobilelandscape\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-tabletlandscape\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"widget-shadow-display-desktoplandscape\":\"1\",\"widget-shadow-exclude-slides\":\"\",\"widget-fullscreen-enabled\":\"0\",\"widgetfullscreen\":\"image\",\"widget-fullscreen-tonormal\":\"full1.svg\",\"widget-fullscreen-tonormal-image\":\"\",\"widget-fullscreen-tonormal-color\":\"ffffffcc\",\"widget-fullscreen-mirror\":\"1\",\"widget-fullscreen-tofull\":\"full1.svg\",\"widget-fullscreen-tofull-image\":\"\",\"widget-fullscreen-tofull-color\":\"ffffffcc\",\"widget-fullscreen-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-fullscreen-position-mode\":\"simple\",\"widget-fullscreen-position-area\":\"4\",\"widget-fullscreen-position-stack\":\"1\",\"widget-fullscreen-position-offset\":\"15\",\"widget-fullscreen-position-horizontal\":\"left\",\"widget-fullscreen-position-horizontal-position\":\"0\",\"widget-fullscreen-position-horizontal-unit\":\"px\",\"widget-fullscreen-position-vertical\":\"top\",\"widget-fullscreen-position-vertical-position\":\"0\",\"widget-fullscreen-position-vertical-unit\":\"px\",\"widget-fullscreen-responsive-desktop\":\"1\",\"widget-fullscreen-responsive-tablet\":\"0.7\",\"widget-fullscreen-responsive-mobile\":\"0.5\",\"widget-fullscreen-display-hover\":\"0\",\"widget-fullscreen-display-mobileportrait\":\"1\",\"widget-fullscreen-display-mobilelandscape\":\"1\",\"widget-fullscreen-display-tabletportrait\":\"1\",\"widget-fullscreen-display-tabletlandscape\":\"1\",\"widget-fullscreen-display-desktopportrait\":\"1\",\"widget-fullscreen-display-desktoplandscape\":\"1\",\"widget-fullscreen-exclude-slides\":\"\",\"widget-html-enabled\":\"0\",\"widgethtml\":\"html\",\"widget-html-position-mode\":\"simple\",\"widget-html-position-area\":\"2\",\"widget-html-position-stack\":\"1\",\"widget-html-position-offset\":\"0\",\"widget-html-position-horizontal\":\"left\",\"widget-html-position-horizontal-position\":\"0\",\"widget-html-position-horizontal-unit\":\"px\",\"widget-html-position-vertical\":\"top\",\"widget-html-position-vertical-position\":\"0\",\"widget-html-position-vertical-unit\":\"px\",\"widget-html-code\":\"\",\"widget-html-display-hover\":\"0\",\"widget-html-display-mobileportrait\":\"1\",\"widget-html-display-mobilelandscape\":\"1\",\"widget-html-display-tabletportrait\":\"1\",\"widget-html-display-tabletlandscape\":\"1\",\"widget-html-display-desktopportrait\":\"1\",\"widget-html-display-desktoplandscape\":\"1\",\"widget-html-exclude-slides\":\"\",\"animation\":\"fade\",\"animation-duration\":\"500\",\"animation-delay\":\"0\",\"animation-easing\":\"easeOutQuad\",\"carousel\":\"1\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"animation-shifted-background-animation\":\"auto\",\"kenburns-animation\":\"50|*|50|*|\",\"kenburns-animation-speed\":\"default\",\"kenburns-animation-strength\":\"default\",\"shape-divider\":\"\",\"particle\":\"\",\"playfirstlayer\":\"1\",\"playonce\":\"0\",\"layer-animation-play-in\":\"end\",\"layer-animation-play-mode\":\"skippable\",\"parallax-enabled\":\"1\",\"parallax-enabled-mobile\":\"0\",\"parallax-3d\":\"0\",\"parallax-animate\":\"1\",\"parallax-horizontal\":\"mouse\",\"parallax-vertical\":\"mouse\",\"parallax-mouse-origin\":\"slider\",\"parallax-scroll-move\":\"both\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStart\":\"1\",\"autoplayAllowReStart\":\"0\",\"autoplayLoop\":\"1\",\"autoplayfinish\":\"1|*|loop|*|current\",\"loop-single-slide\":\"0\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-image\":\"\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-mirror\":\"1\",\"widget-autoplay-pause\":\"small-light.svg\",\"widget-autoplay-pause-image\":\"\",\"widget-autoplay-pause-color\":\"ffffffcc\",\"widget-autoplay-responsive-desktop\":\"1\",\"widget-autoplay-responsive-tablet\":\"0.7\",\"widget-autoplay-responsive-mobile\":\"0.5\",\"widget-autoplay-position-mode\":\"simple\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-position-horizontal\":\"left\",\"widget-autoplay-position-horizontal-position\":\"0\",\"widget-autoplay-position-horizontal-unit\":\"px\",\"widget-autoplay-position-vertical\":\"top\",\"widget-autoplay-position-vertical-position\":\"0\",\"widget-autoplay-position-vertical-unit\":\"px\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-mobilelandscape\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-tabletlandscape\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"widget-autoplay-display-desktoplandscape\":\"1\",\"widget-autoplay-exclude-slides\":\"\",\"widget-indicator-enabled\":\"0\",\"widgetindicator\":\"pie\",\"widget-indicator-position-mode\":\"simple\",\"widget-indicator-position-area\":\"4\",\"widget-indicator-position-stack\":\"1\",\"widget-indicator-position-offset\":\"15\",\"widget-indicator-position-horizontal\":\"left\",\"widget-indicator-position-horizontal-position\":\"0\",\"widget-indicator-position-horizontal-unit\":\"px\",\"widget-indicator-position-vertical\":\"top\",\"widget-indicator-position-vertical-position\":\"0\",\"widget-indicator-position-vertical-unit\":\"px\",\"widget-indicator-size\":\"25\",\"widget-indicator-thickness\":\"30\",\"widget-indicator-track\":\"000000ab\",\"widget-indicator-bar\":\"ffffffff\",\"widget-indicator-style\":\"\",\"widget-indicator-display-hover\":\"0\",\"widget-indicator-display-mobileportrait\":\"1\",\"widget-indicator-display-mobilelandscape\":\"1\",\"widget-indicator-display-tabletportrait\":\"1\",\"widget-indicator-display-tabletlandscape\":\"1\",\"widget-indicator-display-desktopportrait\":\"1\",\"widget-indicator-display-desktoplandscape\":\"1\",\"widget-indicator-exclude-slides\":\"\",\"imageload\":\"0\",\"imageloadNeighborSlides\":\"0\",\"optimize-scale\":\"0\",\"optimize-quality\":\"70\",\"optimize-thumbnail-scale\":\"0\",\"optimize-thumbnail-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"layer-image-optimize\":\"0\",\"layer-image-width-tablet\":\"800\",\"layer-image-width-mobile\":\"425\",\"layer-image-base64\":\"0\",\"layer-image-base64-size\":\"50\",\"slides-background-video-mobile\":\"1\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"backgroundMode\":\"fill\",\"slide-css\":\"\",\"randomize\":\"0\",\"randomizeFirst\":\"0\",\"randomize-cache\":\"1\",\"variations\":\"5\",\"reverse-slides\":\"0\",\"maximumslidecount\":\"1000\",\"maintain-session\":\"0\",\"global-lightbox\":\"0\",\"global-lightbox-label\":\"0\",\"slide-background-parallax\":\"0\",\"slide-background-parallax-strength\":\"50\",\"bg-parallax-tablet\":\"0\",\"bg-parallax-mobile\":\"0\",\"blockrightclick\":\"0\",\"controlsBlockCarouselInteraction\":\"1\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\"}', 'trash', '2020-02-25 13:53:41', 'https://smartslider3.com/wp-content/uploads/slider404/tutorialsliderthumbnail-1.png', 0),
(2, NULL, 'Demo Slider - Free Layer Slider', 'simple', '{\"aria-label\":\"Slider\",\"alias-id\":\"\",\"alias-smoothscroll\":\"\",\"alias-slideswitch\":\"\",\"alias-slideswitch-scroll\":\"1\",\"align\":\"normal\",\"margin\":\"0|*|0|*|0|*|0\",\"width\":\"1180\",\"height\":\"460\",\"responsiveLimitSlideWidth\":\"0\",\"responsiveSlideWidth\":\"0\",\"responsiveSlideWidthMax\":\"1200\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"3000\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsive-breakpoint-tablet-portrait\":\"1199\",\"responsive-breakpoint-tablet-portrait-landscape\":\"1199\",\"responsive-breakpoint-mobile-portrait\":\"700\",\"responsive-breakpoint-mobile-portrait-landscape\":\"900\",\"responsive-breakpoint-tablet-portrait-enabled\":\"1\",\"responsive-breakpoint-mobile-portrait-enabled\":\"1\",\"responsive-breakpoint-global\":\"0\",\"breakpoints-orientation\":\"portrait\",\"responsive-mode\":\"auto\",\"responsiveScaleDown\":\"1\",\"responsiveScaleUp\":\"1\",\"responsiveSliderHeightMin\":\"0\",\"controlsTouch\":\"horizontal\",\"controlsScroll\":\"0\",\"controlsKeyboard\":\"1\",\"widget-arrow-enabled\":\"1\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-previous\":\"thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widget-arrow-base64\":\"1\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-display-mobileportrait\":\"0\",\"widget-arrow-display-tabletportrait\":\"1\",\"widget-arrow-display-desktopportrait\":\"1\",\"widget-bullet-enabled\":\"1\",\"widgetbullet\":\"transition\",\"widget-bullet-position-area\":\"10\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"ffffff00\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"5|*|5|*|5|*|5|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffff80\\\",\\\"borderradius\\\":\\\"50\\\",\\\"extra\\\":\\\"margin: 4px;\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\",\\\"border\\\":\\\"2|*|solid|*|ffffffff\\\"}]}\",\"widget-bullet-bar\":\"\",\"widget-bullet-thumbnail-show-image\":\"0\",\"widget-bullet-thumbnail-width\":\"100\",\"widget-bullet-thumbnail-height\":\"60\",\"widget-bullet-thumbnail-style\":\"{\\\"name\\\":\\\"Static\\\",\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000080\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"margin: 5px;background-size:cover;\\\"}]}\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-display-mobileportrait\":\"1\",\"widget-bullet-display-tabletportrait\":\"1\",\"widget-bullet-display-desktopportrait\":\"1\",\"widget-bar-enabled\":\"0\",\"widgetbar\":\"horizontal\",\"widget-bar-position-area\":\"10\",\"widget-bar-position-stack\":\"1\",\"widget-bar-position-offset\":\"30\",\"widget-bar-animate\":\"0\",\"widget-bar-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"5|*|20|*|5|*|20|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"40\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-bar-show-title\":\"1\",\"widget-bar-font-title\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-show-description\":\"1\",\"widget-bar-font-description\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000c7\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":1,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\",\\\"extra\\\":\\\"vertical-align: middle;\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-bar-slide-count\":\"0\",\"widget-bar-full-width\":\"0\",\"widget-bar-separator\":\" - \",\"widget-bar-align\":\"center\",\"widget-bar-display-hover\":\"0\",\"widget-bar-display-mobileportrait\":\"1\",\"widget-bar-display-tabletportrait\":\"1\",\"widget-bar-display-desktopportrait\":\"1\",\"widget-thumbnail-enabled\":\"0\",\"widgetthumbnail\":\"default\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widget-thumbnail-tablet-width\":\"100\",\"widget-thumbnail-tablet-height\":\"60\",\"widget-thumbnail-mobile-width\":\"100\",\"widget-thumbnail-mobile-height\":\"60\",\"widget-thumbnail-position-area\":\"12\",\"widget-thumbnail-position-stack\":\"1\",\"widget-thumbnail-position-offset\":\"0\",\"widget-thumbnail-align-content\":\"start\",\"widget-thumbnail-style-bar\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"242424ff\\\",\\\"padding\\\":\\\"3|*|3|*|3|*|3|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-style-slides\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"00000000\\\",\\\"padding\\\":\\\"0|*|0|*|0|*|0|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|ffffff00\\\",\\\"borderradius\\\":\\\"0\\\",\\\"opacity\\\":\\\"40\\\",\\\"extra\\\":\\\"margin: 3px;\\\\ntransition: all 0.4s;\\\\nbackground-size: cover;\\\"},{\\\"border\\\":\\\"0|*|solid|*|ffffffcc\\\",\\\"opacity\\\":\\\"100\\\",\\\"extra\\\":\\\"\\\"}]}\",\"widget-thumbnail-title-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"3|*|10|*|3|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"0\\\",\\\"extra\\\":\\\"bottom: 0;\\\\nleft: 0;\\\"}]}\",\"widget-thumbnail-title\":\"0\",\"widget-thumbnail-title-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-description\":\"0\",\"widget-thumbnail-description-font\":\"{\\\"data\\\":[{\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"12||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ab\\\",\\\"afont\\\":\\\"Montserrat\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"bold\\\":0,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"left\\\"},{\\\"color\\\":\\\"fc2828ff\\\",\\\"afont\\\":\\\"google(@import url(http:\\/\\/fonts.googleapis.com\\/css?family=Raleway);),Arial\\\",\\\"size\\\":\\\"25||px\\\"},{}]}\",\"widget-thumbnail-caption-placement\":\"overlay\",\"widget-thumbnail-caption-size\":\"100\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-display-mobileportrait\":\"1\",\"widget-thumbnail-display-tabletportrait\":\"1\",\"widget-thumbnail-display-desktopportrait\":\"1\",\"widget-shadow-enabled\":\"0\",\"widgetshadow\":\"shadow\",\"widget-shadow-shadow\":\"dark.png\",\"widget-shadow-display-mobileportrait\":\"1\",\"widget-shadow-display-tabletportrait\":\"1\",\"widget-shadow-display-desktopportrait\":\"1\",\"animation\":\"horizontal\",\"animation-duration\":\"800\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"normal\",\"autoplay\":\"0\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"autoplayResumeClick\":\"0\",\"autoplayResumeMouse\":\"0\",\"autoplayResumeMedia\":\"1\",\"widget-autoplay-enabled\":\"0\",\"widgetautoplay\":\"image\",\"widget-autoplay-play\":\"small-light.svg\",\"widget-autoplay-play-color\":\"ffffffcc\",\"widget-autoplay-style\":\"{\\\"data\\\":[{\\\"backgroundcolor\\\":\\\"000000ab\\\",\\\"padding\\\":\\\"10|*|10|*|10|*|10|*|px\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"3\\\",\\\"extra\\\":\\\"\\\"},{\\\"backgroundcolor\\\":\\\"000000ab\\\"}]}\",\"widget-autoplay-position-area\":\"4\",\"widget-autoplay-position-stack\":\"1\",\"widget-autoplay-position-offset\":\"15\",\"widget-autoplay-display-hover\":\"0\",\"widget-autoplay-display-mobileportrait\":\"1\",\"widget-autoplay-display-tabletportrait\":\"1\",\"widget-autoplay-display-desktopportrait\":\"1\",\"loading-type\":\"\",\"delay\":\"0\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"optimize-scale\":\"1\",\"optimize-quality\":\"70\",\"optimize-slide-width-normal\":\"1920\",\"optimize-thumbnail-scale\":\"1\",\"optimize-thumbnail-quality\":\"70\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"backgroundMode\":\"fill\",\"clear-both\":\"1\",\"clear-both-after\":\"1\",\"overflow-hidden-page\":\"0\",\"responsiveFocusUser\":\"1\",\"responsiveFocusEdge\":\"auto\",\"is-delayed\":\"0\",\"legacy-font-scale\":\"0\",\"classes\":\"\",\"custom-css-codes\":\"\",\"callbacks\":\"\",\"related-posts\":\"\",\"version\":\"3.5.0.10\"}', 'published', '2021-08-20 09:57:24', '$upload$/slider2/freelayersliderthumbnail.png', 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_nextend2_smartslider3_sliders_xref`
--

DROP TABLE IF EXISTS `me_nextend2_smartslider3_sliders_xref`;
CREATE TABLE IF NOT EXISTS `me_nextend2_smartslider3_sliders_xref` (
  `group_id` int(11) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`group_id`,`slider_id`),
  KEY `ordering` (`ordering`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_nextend2_smartslider3_sliders_xref`
--

INSERT INTO `me_nextend2_smartslider3_sliders_xref` (`group_id`, `slider_id`, `ordering`) VALUES
(0, 2, 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_nextend2_smartslider3_slides`
--

DROP TABLE IF EXISTS `me_nextend2_smartslider3_slides`;
CREATE TABLE IF NOT EXISTS `me_nextend2_smartslider3_slides` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `slider` int(11) NOT NULL,
  `publish_up` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `published` tinyint(1) NOT NULL,
  `first` int(11) NOT NULL,
  `slide` longtext COLLATE utf8mb4_unicode_520_ci,
  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `thumbnail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int(11) NOT NULL,
  `generator_id` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `published` (`published`),
  KEY `publish_up` (`publish_up`),
  KEY `publish_down` (`publish_down`),
  KEY `generator_id` (`generator_id`),
  KEY `ordering` (`ordering`),
  KEY `slider` (`slider`),
  KEY `thumbnail` (`thumbnail`(100))
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_nextend2_smartslider3_slides`
--

INSERT INTO `me_nextend2_smartslider3_slides` (`id`, `title`, `slider`, `publish_up`, `publish_down`, `published`, `first`, `slide`, `description`, `thumbnail`, `params`, `ordering`, `generator_id`) VALUES
(1, 'Slide Background', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-IbNOabpfT5aE\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-dtwtw9DVCwgQ\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-Fjvyu081qJeK\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"01. Slide Background\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Every slide includes a background, which can be a picture or solid color.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To change the background click on the label bar and in the layer window select the style tab.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Choose a source from the background top tab then upload an image or pick a background color.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-LnImbm1HgUAv\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/background.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/slidebackground.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide1.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 1, 0),
(2, 'Build & Design', 1, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":1120,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitselfalign\":\"center\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-TPnUuKlAWVoC\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[{\"type\":\"row\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"desktopportraitgutter\":0,\"desktopportraitwrapafter\":0,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"tabletportraitgutter\":20,\"mobileportraitinneralign\":\"inherit\",\"mobileportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"mobileportraitgutter\":20,\"mobileportraitwrapafter\":1,\"mobileportraitmaxwidth\":400,\"mobileportraitselfalign\":\"inherit\",\"mobilelandscapewrapafter\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-NmnNQvKK01kO\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"ffffff00\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"borderwidth\":\"1|*|1|*|1|*|1\",\"borderstyle\":\"none\",\"bordercolor\":\"FFFFFFFF\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"fullwidth\":1,\"stretch\":0,\"name\":\"Row\",\"namesynced\":1,\"cols\":[{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitorder\":0,\"tabletportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitmaxwidth\":0,\"mobileportraitinneralign\":\"left\",\"mobileportraitpadding\":\"10|*|0|*|10|*|0|*|px\",\"mobileportraitorder\":2,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R5Jkk06Nmzr4\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"2/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":60,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Jeans Store Interior\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"36||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.2\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"02. Build & Design\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Lorem ipsum dolor sit amet, consect\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"24||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.3\\\",\\\"weight\\\":300,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Build any layout with layers and customize your designs limitlessly.\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 1\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"To add a layer, click the green plus button in the left sidebar and select the type of layer.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":100,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Latest Project\",\"namesynced\":1,\"item\":{\"type\":\"heading\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffdb\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"uppercase\\\"},{\\\"extra\\\":\\\"\\\"}]}\",\"style\":\"\",\"priority\":\"div\",\"fullwidth\":\"1\",\"nowrap\":\"0\",\"heading\":\"Step 2\",\"title\":\"\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"split-text-transform-origin\":\"50|*|50|*|0\",\"split-text-backface-visibility\":\"1\",\"split-text-animation-in\":\"\",\"split-text-delay-in\":\"0\",\"split-text-animation-out\":\"\",\"split-text-delay-out\":\"0\",\"class\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":90,\"mobileportraitfontsize\":70,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Text\",\"namesynced\":1,\"item\":{\"type\":\"text\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffb0\\\",\\\"size\\\":\\\"18||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.6\\\",\\\"weight\\\":400,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"inherit\\\",\\\"letterspacing\\\":\\\"normal\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"1890d7ff\\\"}]}\",\"style\":\"\",\"content\":\"Select any layer and you can edit its content and style properties in the layer window.\",\"content-tablet-enabled\":\"0\",\"contenttablet\":\"\",\"content-mobile-enabled\":\"0\",\"contentmobile\":\"\"}}},{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"20|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"tabletportraitfontsize\":80,\"mobileportraitfontsize\":80,\"mobileportraitmargin\":\"10|*|0|*|0|*|0|*|px\",\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Read More\",\"namesynced\":1,\"item\":{\"type\":\"button\",\"values\":{\"font\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"ffffffff\\\",\\\"size\\\":\\\"14||px\\\",\\\"tshadow\\\":\\\"0|*|0|*|0|*|000000ff\\\",\\\"afont\\\":\\\"Roboto\\\",\\\"lineheight\\\":\\\"1.5\\\",\\\"weight\\\":1,\\\"italic\\\":0,\\\"underline\\\":0,\\\"align\\\":\\\"center\\\",\\\"letterspacing\\\":\\\"1px\\\",\\\"wordspacing\\\":\\\"normal\\\",\\\"texttransform\\\":\\\"none\\\"},{\\\"extra\\\":\\\"\\\",\\\"color\\\":\\\"0568f6ff\\\"}]}\",\"style\":\"{\\\"data\\\":[{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"0568f6ff\\\",\\\"opacity\\\":100,\\\"padding\\\":\\\"1|*|2|*|1|*|2|*|em\\\",\\\"boxshadow\\\":\\\"0|*|0|*|0|*|0|*|000000ff\\\",\\\"border\\\":\\\"0|*|solid|*|000000ff\\\",\\\"borderradius\\\":\\\"5\\\"},{\\\"extra\\\":\\\"\\\",\\\"backgroundcolor\\\":\\\"ffffffff\\\"}]}\",\"content\":\"Next Slide\",\"nowrap\":\"1\",\"fullwidth\":\"0\",\"href\":\"NextSlide[]\",\"href-target\":\"_self\",\"href-rel\":\"\",\"class\":\"\",\"icon\":\"\",\"iconsize\":\"100\",\"iconspacing\":\"30\",\"iconplacement\":\"left\"}}}]},{\"type\":\"col\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"left\",\"desktopportraitpadding\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitorder\":0,\"mobileportraitinneralign\":\"center\",\"mobileportraitorder\":1,\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-iYi6ZKk8yeVp\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"colwidth\":\"3/5\",\"href\":\"\",\"href-target\":\"_self\",\"borderradius\":0,\"boxshadow\":\"0|*|0|*|0|*|0|*|00000080\",\"borderwidth\":\"0|*|0|*|0|*|0\",\"borderstyle\":\"solid\",\"bordercolor\":\"ffffffff\",\"name\":\"Column\",\"namesynced\":1,\"layers\":[{\"type\":\"layer\",\"pm\":\"normal\",\"desktopportraitfontsize\":100,\"desktopportraitmargin\":\"0|*|0|*|0|*|0|*|px\",\"desktopportraitheight\":0,\"desktopportraitmaxwidth\":0,\"desktopportraitselfalign\":\"inherit\",\"mobileportraitmaxwidth\":300,\"id\":\"\",\"uniqueclass\":\"\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Image\",\"namesynced\":1,\"item\":{\"type\":\"image\",\"values\":{\"image\":\"https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.png\",\"href\":\"#\",\"href-target\":\"_self\",\"href-rel\":\"\",\"size\":\"auto|*|auto\",\"alt\":\"\",\"title\":\"\",\"href-class\":\"\"}}}]}]}]}]', '', 'https://smartslider3.com/wp-content/uploads/slider424/buildanddesign.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"10|*|60|*|10|*|60\",\"tabletportraitpadding\":\"10|*|50|*|10|*|50\",\"mobileportraitpadding\":\"10|*|10|*|35|*|10\",\"record-slides\":0,\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"https://smartslider3.com/wp-content/uploads/slider424/slide2.png\",\"backgroundFocusX\":50,\"backgroundFocusY\":50,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"default\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.4.0\"}', 2, 0),
(3, 'Slide 1', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-16610d53ccff8\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[]}]', '', '$upload$/slider2/slide1.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailAlt\":\"\",\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/08/318691_549694721715632_1705548228_n1-e1445605796924.jpg\",\"backgroundFocusX\":100,\"backgroundFocusY\":100,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.5.0.10\"}', 0, 0),
(6, 'Slide 2', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-5dFZGNHmAU4N\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[]}]', '', '$upload$/slider2/slide1.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailAlt\":\"\",\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/08/slider2.jpg\",\"backgroundFocusX\":100,\"backgroundFocusY\":100,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.5.0.10\"}', 0, 0),
(7, 'Slide 3', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-R6MXdr5AJtd9\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[]}]', '', '$upload$/slider2/slide1.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailAlt\":\"\",\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/08/slider1.jpg\",\"backgroundFocusX\":100,\"backgroundFocusY\":100,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.5.0.10\"}', 0, 0),
(8, 'Slide 4', 2, '1970-01-01 00:00:00', '1970-01-01 00:00:00', 1, 0, '[{\"type\":\"content\",\"pm\":\"default\",\"desktopportraitfontsize\":100,\"desktopportraitverticalalign\":\"center\",\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px\",\"desktopportraitselfalign\":\"inherit\",\"opened\":1,\"id\":\"\",\"uniqueclass\":\"n-uc-wkeWlzqh7aT5\",\"generatorvisible\":\"\",\"zindex\":2,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgcolor\":\"00000000\",\"bgcolor-hover\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradient-hover\":\"off\",\"bgcolorgradientend\":\"00000000\",\"bgcolorgradientend-hover\":\"00000000\",\"layers\":[]}]', '', '$upload$/slider2/slide1.jpg', '{\"type\":\"slide\",\"desktopportraitfontsize\":100,\"desktopportraitpadding\":\"50|*|65|*|50|*|65\",\"mobileportraitpadding\":\"50|*|0|*|50|*|0\",\"record-slides\":0,\"thumbnailAlt\":\"\",\"thumbnailType\":\"default\",\"static-slide\":0,\"slide-duration\":0,\"ligthboxImage\":\"\",\"background-animation\":\"\",\"background-animation-color\":\"333333ff\",\"background-animation-speed\":\"default\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"href\":\"\",\"href-target\":\"_self\",\"aria-label\":\"\",\"background-type\":\"image\",\"backgroundColor\":\"000000ff\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundColorOverlay\":0,\"backgroundImage\":\"$upload$/2021/08/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg\",\"backgroundFocusX\":100,\"backgroundFocusY\":100,\"backgroundImageOpacity\":100,\"backgroundImageBlur\":0,\"backgroundAlt\":\"\",\"backgroundTitle\":\"\",\"backgroundMode\":\"fill\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"version\":\"3.5.0.10\"}', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_options`
--

DROP TABLE IF EXISTS `me_options`;
CREATE TABLE IF NOT EXISTS `me_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=2864 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_options`
--

INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/modd-events.com', 'yes'),
(2, 'home', 'http://localhost/modd-events.com', 'yes'),
(3, 'blogname', 'Modd-events', 'yes'),
(4, 'blogdescription', 'Organisateur d&#039;évènement', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'contact@modd-events.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F Y', 'yes'),
(24, 'time_format', 'G\\hi', 'yes'),
(25, 'links_updated_date_format', 'd F Y G\\hi', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:12:{i:0;s:22:\"font-awesome/index.php\";i:1;s:25:\"gtranslate/gtranslate.php\";i:2;s:21:\"megamenu/megamenu.php\";i:3;s:21:\"newsletter/plugin.php\";i:4;s:63:\"options-for-twenty-twenty-one/options-for-twenty-twenty-one.php\";i:5;s:31:\"siple_gallery/siple_gallery.php\";i:6;s:33:\"smart-slider-3/smart-slider-3.php\";i:7;s:37:\"testimonial-free/testimonial-free.php\";i:8;s:34:\"tidio-live-chat/tidio-elements.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:37:\"wp-carousel-free/wp-carousel-free.php\";i:11;s:24:\"wpforms-lite/wpforms.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'twentytwentyone', 'yes'),
(41, 'stylesheet', 'modd-events', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '49752', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'posts', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:0:{}', 'no'),
(80, 'timezone_string', 'Europe/Paris', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '0', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '35', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1644989028', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'initial_db_version', '49752', 'yes'),
(99, 'me_user_roles', 'a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:10:\"loco_admin\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}', 'yes'),
(100, 'fresh_site', '0', 'yes'),
(101, 'WPLANG', 'fr_FR', 'yes'),
(102, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_recent-posts', 'a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:4:{i:0;s:13:\"media_video-2\";i:1;s:13:\"media_image-2\";i:2;s:18:\"newsletterwidget-2\";i:3;s:14:\"recent-posts-4\";}s:18:\"smartslider_area_1\";a:0:{}s:9:\"mega-menu\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(108, 'cron', 'a:14:{i:1641967486;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1641967608;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1641968638;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1641989950;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1642008238;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1642008239;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1642051437;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1642051457;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1642051458;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1642051468;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1642224238;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1642420800;a:1:{s:28:\"wpforms_email_summaries_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:30:\"wpforms_email_summaries_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1642421951;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'yes'),
(109, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_image', 'a:2:{i:2;a:15:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:448;s:6:\"height\";i:286;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:62;s:3:\"url\";s:80:\"http://localhost/modd-events.com/wp-content/uploads/2021/08/IMG_9999-300x192.jpg\";s:5:\"title\";s:7:\"Galerie\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_media_video', 'a:2:{i:2;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/by_MtoqEYuw\";s:5:\"title\";s:7:\"Vidéos\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(117, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(119, 'recovery_keys', 'a:0:{}', 'yes'),
(120, 'https_detection_errors', 'a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:28:\"La demande HTTPS a échoué.\";}}', 'yes'),
(122, 'theme_mods_twentytwentyone', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1629437089;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(135, 'can_compress_scripts', '1', 'no'),
(142, 'current_theme', 'modd-events', 'yes'),
(143, 'theme_mods_modd-events', 'a:15:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:6:\"footer\";i:4;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:33;s:25:\"display_title_and_tagline\";b:0;s:16:\"background_image\";s:78:\"http://localhost/modd-events.com/wp-content/uploads/2021/08/background_img.jpg\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_position_y\";s:3:\"top\";s:17:\"background_preset\";s:7:\"default\";s:15:\"background_size\";s:4:\"auto\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_attachment\";s:6:\"scroll\";s:14:\"inject_sidebar\";a:0:{}s:21:\"hide_mobile_menu_text\";b:1;s:16:\"background_color\";s:6:\"e0e0e0\";}', 'yes'),
(145, 'theme_switched', '', 'yes'),
(153, 'finished_updating_comment_type', '1', 'yes'),
(158, 'auto_core_update_failed', 'a:6:{s:9:\"attempted\";s:3:\"5.8\";s:7:\"current\";s:5:\"5.7.2\";s:10:\"error_code\";s:24:\"dirlist_failed__copy_dir\";s:10:\"error_data\";N;s:9:\"timestamp\";i:1629437262;s:8:\"critical\";b:1;}', 'no'),
(159, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:8:\"critical\";s:5:\"email\";s:23:\"contact@modd-events.com\";s:7:\"version\";s:3:\"5.8\";s:9:\"timestamp\";i:1629437262;}', 'no'),
(163, 'recently_activated', 'a:0:{}', 'yes'),
(166, 'n2_ss3_version', '3.5.0.10/b:release-3.5.0.10/r:bc3b14c44f442614e91a64588e86b5eb82a71e55', 'yes'),
(167, 'widget_smartslider3', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(172, 'action_scheduler_hybrid_store_demarkation', '5', 'yes'),
(173, 'schema-ActionScheduler_StoreSchema', '3.0.1629437868', 'yes'),
(174, 'schema-ActionScheduler_LoggerSchema', '2.0.1629437869', 'yes'),
(175, 'wpforms_version', '1.6.8.1', 'yes'),
(176, 'wpforms_version_lite', '1.6.8.1', 'yes'),
(177, 'wpforms_activated', 'a:1:{s:4:\"lite\";i:1629437869;}', 'yes'),
(182, 'action_scheduler_lock_async-request-runner', '1641967527', 'yes'),
(183, 'widget_wpforms-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(187, 'wpforms_admin_notices', 'a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1629437872;s:9:\"dismissed\";b:0;}s:19:\"review_lite_request\";a:2:{s:4:\"time\";i:1636103045;s:9:\"dismissed\";b:1;}}', 'yes'),
(188, '_transient_wpforms_htaccess_file', 'a:3:{s:4:\"size\";i:737;s:5:\"mtime\";i:1635342915;s:5:\"ctime\";i:1635342915;}', 'yes'),
(195, 'widget_maxmegamenu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(196, 'megamenu_version', '2.9.4', 'yes'),
(197, 'megamenu_initial_version', '2.9.4', 'yes'),
(198, 'megamenu_multisite_share_themes', 'false', 'yes'),
(199, 'megamenu_settings', 'a:4:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:2:\"go\";s:7:\"primary\";a:7:{s:7:\"enabled\";s:1:\"1\";s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:8:\"disabled\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:7:\"default\";}}', 'yes'),
(201, 'wpforms_notifications', 'a:4:{s:6:\"update\";i:1636439100;s:4:\"feed\";a:4:{i:0;a:6:{s:5:\"title\";s:41:\"NEW! Save and Resume Addon in WPForms Pro\";s:7:\"content\";s:261:\"The NEW Save and Resume addon is available now in WPForms Pro! Let your visitors save progress and easily resume their entry later. Users can complete the entry themselves or share the link via email. Upgrade to WPForms Pro today to start using Save and Resume!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:112;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:194:\"https://wpforms.com/introducing-the-new-save-and-resume-addon-for-wpforms/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Save and Resume Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:166:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Save and Resume Lite Get WPForms Pro\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:19:\"2021-10-28 10:00:00\";}i:1;a:6:{s:5:\"title\";s:52:\"NEW! Rich Text Field + Uncanny Automator Integration\";s:7:\"content\";s:351:\"Our new Rich Text field is now live in WPForms Pro! Get fully formatted entries with bold, headings, images, links, and more. Rich text is perfect for blog post submissions and you can let visitors preview their layout before submitting. PLUS: our new Uncanny Automator integration makes it easy to use your forms to trigger your own custom workflows.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:107;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:188:\"https://wpforms.com/introducing-wpforms-1-7-0-rich-text-uncanny-automator/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Rich Text Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:160:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Rich Text Lite Get WPForms Pro\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:19:\"2021-10-11 00:00:00\";}i:2;a:6:{s:5:\"title\";s:123:\"Now available in WPForms Pro! Accept payments with Square and start making more money through your website’s forms today.\";s:7:\"content\";s:316:\"It’s now easier than ever to take payments through your forms. With our new Square addon, WPForms Pro users can accept orders online using one of the world’s most popular payment service providers. Easily process credit card transactions through your Square account right on your website, with just a few clicks!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:94;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:176:\"https://wpforms.com/introducing-the-new-square-addon-for-wpforms/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Square Lite Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:157:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=Square Lite Get WPForms Pro\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:19:\"2021-09-14 00:00:00\";}i:3;a:6:{s:5:\"title\";s:99:\"New Features: Entry Preview Field for Multi-Step Forms + Improved Entry Search & Keyboard Shortcuts\";s:7:\"content\";s:405:\"Our most requested feature, Entry Preview field, is finally here. This is super helpful for multi-step forms and mission-critical forms where you want to avoid typos and inaccurate details. It lets users preview all form information before they click the submit button. Plus, we also improved our Entry Management by adding better search filters, and we added keyboard shortcuts to speed up your workflow.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:2:\"id\";i:88;s:4:\"btns\";a:2:{s:4:\"main\";a:2:{s:3:\"url\";s:213:\"https://wpforms.com/announcing-the-new-entry-preview-field-added-entry-editing-features-wpforms-1-6-9/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=WPForms 169 Learn More\";s:4:\"text\";s:10:\"Learn More\";}s:3:\"alt\";a:2:{s:3:\"url\";s:157:\"https://wpforms.com/wpforms-lite-upgrade/?utm_source=WordPress&utm_campaign=liteplugin&utm_medium=Plugin Notification&utm_content=WPForms 169 Get WPForms Pro\";s:4:\"text\";s:15:\"Get WPForms Pro\";}}s:5:\"start\";s:19:\"2021-08-26 00:00:00\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'yes'),
(209, '_transient_timeout_megamenu_css_version', '4783043560', 'no'),
(210, '_transient_megamenu_css_version', '2.9.4', 'no'),
(211, '_transient_timeout_megamenu_css_last_updated', '4783043560', 'no'),
(212, '_transient_megamenu_css_last_updated', '1629443560', 'no'),
(227, 'acf_qtranslate', 'a:3:{s:30:\"translate_standard_field_types\";s:1:\"1\";s:18:\"show_language_tabs\";s:1:\"1\";s:13:\"show_on_pages\";s:19:\"index.php\r\npage.php\";}', 'yes'),
(251, 'loco_recent', 'a:4:{s:1:\"c\";s:21:\"Loco_data_RecentItems\";s:1:\"v\";i:0;s:1:\"d\";a:1:{s:6:\"bundle\";a:2:{s:17:\"theme.modd-events\";i:1629439918;s:4:\"core\";i:1629440071;}}s:1:\"t\";i:1629440071;}', 'no'),
(291, 'trp_settings', 'a:14:{s:16:\"default-language\";s:5:\"fr_FR\";s:17:\"publish-languages\";a:2:{i:0;s:5:\"fr_FR\";i:1;s:5:\"en_GB\";}s:21:\"translation-languages\";a:2:{i:0;s:5:\"fr_FR\";i:1;s:5:\"en_GB\";}s:9:\"url-slugs\";a:2:{s:5:\"fr_FR\";s:5:\"fr_fr\";s:5:\"en_GB\";s:2:\"en\";}s:22:\"native_or_english_name\";s:12:\"english_name\";s:36:\"add-subdirectory-to-default-language\";s:2:\"no\";s:30:\"force-language-to-custom-links\";s:3:\"yes\";s:17:\"shortcode-options\";s:16:\"flags-full-names\";s:12:\"menu-options\";s:16:\"flags-full-names\";s:14:\"trp-ls-floater\";s:3:\"yes\";s:15:\"floater-options\";s:16:\"flags-full-names\";s:13:\"floater-color\";s:4:\"dark\";s:16:\"floater-position\";s:12:\"bottom-right\";s:21:\"trp-ls-show-poweredby\";s:2:\"no\";}', 'yes'),
(292, 'trp_db_stored_data', 'a:1:{s:17:\"install_timestamp\";i:1629440442;}', 'yes'),
(293, 'trp_plugin_version', '2.0.7', 'yes'),
(313, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(340, 'megamenu_themes', 'a:1:{s:7:\"default\";a:221:{s:5:\"title\";s:7:\"Défaut\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:18:\"rgb(255, 255, 255)\";s:23:\"container_background_to\";s:18:\"rgb(255, 255, 255)\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:4:\"left\";s:20:\"menu_item_link_color\";s:15:\"rgb(51, 51, 51)\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:9:\"uppercase\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:6:\"center\";s:26:\"menu_item_link_color_hover\";s:15:\"rgb(51, 51, 51)\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:17:\"rgb(251, 212, 49)\";s:29:\"menu_item_background_hover_to\";s:17:\"rgb(251, 212, 49)\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:17:\"rgb(251, 212, 49)\";s:25:\"flyout_menu_background_to\";s:17:\"rgb(251, 212, 49)\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:17:\"rgb(251, 212, 49)\";s:20:\"flyout_background_to\";s:17:\"rgb(251, 212, 49)\";s:28:\"flyout_background_hover_from\";s:17:\"rgb(251, 212, 49)\";s:26:\"flyout_background_hover_to\";s:17:\"rgb(251, 212, 49)\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:15:\"rgb(51, 51, 51)\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:9:\"uppercase\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:15:\"rgb(51, 51, 51)\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"768px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:67:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n    clear: both; \r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}', 'yes'),
(341, 'megamenu_themes_last_updated', 'default', 'yes'),
(342, 'megamenu_toggle_blocks', 'a:1:{s:7:\"default\";a:1:{i:0;a:6:{s:4:\"type\";s:20:\"menu_toggle_animated\";s:5:\"align\";s:5:\"right\";s:5:\"style\";s:6:\"slider\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:10:\"icon_scale\";s:3:\"0.8\";s:10:\"aria_label\";s:11:\"Toggle Menu\";}}}', 'yes'),
(373, '_transient_timeout_megamenu_css', '4783043560', 'no');
INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(374, '_transient_megamenu_css', '/** Friday 20th August 2021 07:12:40 UTC (core) **/\n/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/\n/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/\n\n.mega-menu-last-modified-1629443560 { content: \'Friday 20th August 2021 07:12:40 UTC\'; }\n\n#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge {\n  transition: none;\n  border-radius: 0;\n  box-shadow: none;\n  background: none;\n  border: 0;\n  bottom: auto;\n  box-sizing: border-box;\n  clip: auto;\n  color: #666;\n  display: block;\n  float: none;\n  font-family: inherit;\n  font-size: 14px;\n  height: auto;\n  left: auto;\n  line-height: 1.7;\n  list-style-type: none;\n  margin: 0;\n  min-height: auto;\n  max-height: none;\n  min-width: auto;\n  max-width: none;\n  opacity: 1;\n  outline: none;\n  overflow: visible;\n  padding: 0;\n  position: relative;\n  pointer-events: auto;\n  right: auto;\n  text-align: left;\n  text-decoration: none;\n  text-indent: 0;\n  text-transform: none;\n  transform: none;\n  top: auto;\n  vertical-align: baseline;\n  visibility: inherit;\n  width: auto;\n  word-wrap: break-word;\n  white-space: normal;\n}\n#mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge:after {\n  display: none;\n}\n#mega-menu-wrap-primary {\n  border-radius: 0;\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary {\n    background: #fff;\n  }\n}\n#mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {\n  outline: 3px solid #109cde;\n  outline-offset: -3px;\n}\n#mega-menu-wrap-primary.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {\n  outline-offset: 2px;\n}\n#mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n  background: #fbd431;\n  color: #333;\n  font-weight: normal;\n  text-decoration: none;\n  border-color: #fff;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {\n    color: #fff;\n    background: #333;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary {\n  visibility: visible;\n  text-align: left;\n  padding: 0px 0px 0px 0px;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {\n  cursor: pointer;\n  display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {\n  vertical-align: middle;\n  display: inline-block;\n  transition: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {\n  transition: none;\n  line-height: 1.5;\n  display: block;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {\n  font-style: italic;\n  font-size: 0.8em;\n  text-transform: none;\n  font-weight: normal;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n  display: flex;\n  align-items: center;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {\n  flex: 0 0 auto;\n  align-self: flex-start;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n  display: block;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n  display: table-cell;\n  vertical-align: middle;\n  line-height: initial;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n  display: block;\n  margin: 0 0 6px 0;\n  text-align: center;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {\n  display: inline-block;\n  transition: none;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {\n    display: block;\n    line-height: 40px;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {\n    display: inline-block;\n    margin: 0 6px 0 0;\n    text-align: left;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {\n  float: right;\n  margin: 0 0 0 6px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu {\n  pointer-events: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {\n  cursor: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {\n  cursor: pointer;\n}\n#mega-menu-wrap-primary #mega-menu-primary p {\n  margin-bottom: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {\n  max-width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n  display: block;\n  visibility: hidden;\n  opacity: 1;\n  pointer-events: auto;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {\n    display: none;\n    visibility: visible;\n    opacity: 1;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {\n    display: block;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {\n    display: none;\n  }\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade\"] li.mega-menu-item > ul.mega-sub-menu {\n    opacity: 0;\n    transition: opacity 200ms ease-in, visibility 200ms ease-in;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n    opacity: 1;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n    opacity: 0;\n    transform: translate(0, 10px);\n    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"fade_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n    opacity: 1;\n    transform: translate(0, 0);\n  }\n  #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {\n    transform: translate(0, 10px);\n    transition: transform 200ms ease-in, visibility 200ms ease-in;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"slide_up\"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"slide_up\"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect=\"slide_up\"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {\n    transform: translate(0, 0);\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {\n  display: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {\n  display: block;\n}\n#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {\n  visibility: visible;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {\n  visibility: inherit;\n  opacity: 1;\n  display: block;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 50%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 33.33333%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 25%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 20%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {\n  float: left;\n  width: 16.66667%;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^=\'dashicons\']:before {\n  font-family: dashicons;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before {\n  display: inline-block;\n  font: inherit;\n  font-family: dashicons;\n  position: static;\n  margin: 0 6px 0 0px;\n  vertical-align: top;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  color: inherit;\n  background: transparent;\n  height: auto;\n  width: auto;\n  top: auto;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before {\n  margin: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {\n  margin: 0 6px 0 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {\n  border-radius: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu {\n  right: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {\n  border-radius: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {\n  position: static;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n  margin: 0 0px 0 0;\n  display: inline-block;\n  height: auto;\n  vertical-align: middle;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n  float: right;\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n    margin: 0 0 0 0px;\n  }\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {\n    float: left;\n  }\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {\n    background: #fbd431;\n    color: #333;\n    font-weight: normal;\n    text-decoration: none;\n    border-color: #fff;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n  background: #fbd431;\n  color: #333;\n  font-weight: normal;\n  text-decoration: none;\n  border-color: #fff;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {\n    color: #fff;\n    background: #333;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n  background: #fbd431;\n  color: #333;\n  font-weight: normal;\n  text-decoration: none;\n  border-color: #fff;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {\n    color: #fff;\n    background: #333;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n  line-height: 40px;\n  height: 40px;\n  padding: 0px 10px 0px 10px;\n  vertical-align: baseline;\n  width: auto;\n  display: block;\n  color: #333;\n  text-transform: uppercase;\n  text-decoration: none;\n  text-align: center;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n  border: 0;\n  border-radius: 0;\n  font-family: inherit;\n  font-size: 14px;\n  font-weight: normal;\n  outline: none;\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link {\n    line-height: inherit;\n    display: table-cell;\n    vertical-align: middle;\n  }\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {\n    display: none;\n  }\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {\n    display: list-item;\n    margin: 0;\n    clear: both;\n    border: 0;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right {\n    float: none;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {\n    border-radius: 0;\n    border: 0;\n    margin: 0;\n    line-height: 40px;\n    height: 40px;\n    padding: 0 10px;\n    background: transparent;\n    text-align: left;\n    color: #fff;\n    font-size: 14px;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {\n  width: 100%;\n  float: left;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {\n  float: left;\n  min-height: 1px;\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {\n    width: 25%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {\n    width: 75%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {\n    width: 20%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {\n    width: 40%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {\n    width: 60%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {\n    width: 80%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {\n    width: 14.28571%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {\n    width: 28.57143%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {\n    width: 42.85714%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {\n    width: 57.14286%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {\n    width: 71.42857%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {\n    width: 85.71429%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {\n    width: 12.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {\n    width: 25%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {\n    width: 37.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {\n    width: 62.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {\n    width: 75%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {\n    width: 87.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {\n    width: 11.11111%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {\n    width: 22.22222%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {\n    width: 44.44444%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {\n    width: 55.55556%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {\n    width: 77.77778%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {\n    width: 88.88889%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {\n    width: 10%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {\n    width: 20%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {\n    width: 30%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {\n    width: 40%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {\n    width: 60%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {\n    width: 70%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {\n    width: 80%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {\n    width: 90%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {\n    width: 9.09091%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {\n    width: 18.18182%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {\n    width: 27.27273%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {\n    width: 36.36364%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {\n    width: 45.45455%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {\n    width: 54.54545%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {\n    width: 63.63636%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {\n    width: 72.72727%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {\n    width: 81.81818%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {\n    width: 90.90909%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {\n    width: 8.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {\n    width: 25%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {\n    width: 41.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {\n    width: 58.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {\n    width: 75%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {\n    width: 91.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {\n    width: 100%;\n  }\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {\n    width: 100%;\n    clear: both;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n  padding: 15px 15px 15px 15px;\n  width: 100%;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n  z-index: 999;\n  border-radius: 0;\n  background: #f1f1f1;\n  border: 0;\n  padding: 0px 0px 0px 0px;\n  position: absolute;\n  width: 100%;\n  max-width: none;\n  left: 0;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n    float: left;\n    position: static;\n    width: 100%;\n  }\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {\n    width: 25%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {\n    width: 75%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {\n    width: 20%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {\n    width: 40%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {\n    width: 60%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {\n    width: 80%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {\n    width: 14.28571%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {\n    width: 28.57143%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {\n    width: 42.85714%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {\n    width: 57.14286%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {\n    width: 71.42857%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {\n    width: 85.71429%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {\n    width: 12.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {\n    width: 25%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {\n    width: 37.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {\n    width: 62.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {\n    width: 75%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {\n    width: 87.5%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {\n    width: 11.11111%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {\n    width: 22.22222%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {\n    width: 44.44444%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {\n    width: 55.55556%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {\n    width: 77.77778%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {\n    width: 88.88889%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {\n    width: 10%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {\n    width: 20%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {\n    width: 30%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {\n    width: 40%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {\n    width: 60%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {\n    width: 70%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {\n    width: 80%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {\n    width: 90%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {\n    width: 9.09091%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {\n    width: 18.18182%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {\n    width: 27.27273%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {\n    width: 36.36364%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {\n    width: 45.45455%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {\n    width: 54.54545%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {\n    width: 63.63636%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {\n    width: 72.72727%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {\n    width: 81.81818%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {\n    width: 90.90909%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {\n    width: 8.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {\n    width: 16.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {\n    width: 25%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {\n    width: 33.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {\n    width: 41.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {\n    width: 50%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {\n    width: 58.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {\n    width: 66.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {\n    width: 75%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {\n    width: 83.33333%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {\n    width: 91.66667%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {\n    width: 100%;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {\n  margin: 5px 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {\n  clear: both;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n  margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {\n  margin-left: 10px;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  display: block;\n  float: left;\n  clear: none;\n  padding: 15px 15px 15px 15px;\n  vertical-align: top;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {\n  clear: left;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {\n  color: #555;\n  font-family: inherit;\n  font-size: 16px;\n  text-transform: uppercase;\n  text-decoration: none;\n  font-weight: bold;\n  text-align: left;\n  margin: 0px 0px 0px 0px;\n  padding: 0px 0px 5px 0px;\n  vertical-align: top;\n  display: block;\n  visibility: inherit;\n  border: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {\n  border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */\n  color: #555;\n  font-family: inherit;\n  font-size: 16px;\n  text-transform: uppercase;\n  text-decoration: none;\n  font-weight: bold;\n  text-align: left;\n  margin: 0px 0px 0px 0px;\n  padding: 0px 0px 0px 0px;\n  vertical-align: top;\n  display: block;\n  border: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {\n  border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */\n  color: #555;\n  font-weight: bold;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {\n  text-decoration: none;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {\n  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  text-transform: none;\n  text-decoration: none;\n  font-weight: normal;\n  text-align: left;\n  margin: 0px 0px 0px 0px;\n  padding: 0px 0px 0px 0px;\n  vertical-align: top;\n  display: block;\n  border: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {\n  border-color: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {\n  display: flex;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {\n  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */\n  color: #666;\n  font-weight: normal;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {\n    border: 0;\n    padding: 10px;\n    border-radius: 0;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {\n    width: 100%;\n    clear: both;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {\n  color: #666;\n  font-family: inherit;\n  font-size: 14px;\n  text-transform: none;\n  text-decoration: none;\n  font-weight: normal;\n  margin: 0;\n  border: 0;\n  padding: 0px 0px 0px 0px;\n  vertical-align: top;\n  display: block;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {\n  color: #666;\n  font-weight: normal;\n  text-decoration: none;\n  background: rgba(0, 0, 0, 0);\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n  z-index: 999;\n  position: absolute;\n  width: 250px;\n  max-width: none;\n  padding: 0px 0px 0px 0px;\n  border: 0;\n  background: #fbd431;\n  border-radius: 0;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {\n    float: left;\n    position: static;\n    width: 100%;\n    padding: 0;\n    border: 0;\n    border-radius: 0;\n  }\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {\n    clear: both;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {\n  display: block;\n  background: #fbd431;\n  color: #333;\n  font-family: inherit;\n  font-size: 14px;\n  font-weight: normal;\n  padding: 0px 10px 0px 10px;\n  line-height: 35px;\n  text-decoration: none;\n  text-transform: uppercase;\n  vertical-align: baseline;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n  border-top-left-radius: 0px;\n  border-top-right-radius: 0px;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {\n    border-top-left-radius: 0;\n    border-top-right-radius: 0;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n  border-bottom-right-radius: 0px;\n  border-bottom-left-radius: 0px;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {\n  background: #fbd431;\n  font-weight: normal;\n  text-decoration: none;\n  color: #333;\n}\n#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n  position: absolute;\n  left: 100%;\n  top: 0;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n    position: static;\n    left: 0;\n    width: 100%;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {\n    padding-left: 20px;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {\n    padding-left: 30px;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {\n  content: \'\\f140\';\n  font-family: dashicons;\n  font-weight: normal;\n  display: inline-block;\n  margin: 0 0 0 6px;\n  vertical-align: top;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  transform: rotate(0);\n  color: inherit;\n  position: relative;\n  background: transparent;\n  height: auto;\n  width: auto;\n  right: auto;\n  line-height: inherit;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n  display: inline;\n  height: auto;\n  width: auto;\n  background: transparent;\n  position: relative;\n  pointer-events: auto;\n  left: auto;\n  min-width: auto;\n  line-height: inherit;\n  color: inherit;\n  font-size: inherit;\n  padding: 0;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n  float: right;\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n  content: \'\\f142\';\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n    float: right;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f142\';\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {\n    display: none;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {\n  display: none;\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f139\';\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {\n    text-align: right;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {\n    float: left;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {\n    content: \'\\f141\';\n    margin: 0 6px 0 0;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {\n    float: right;\n    margin: 0 0 0 6px;\n  }\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {\n    left: -100%;\n    top: 0;\n  }\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {\n    float: right;\n  }\n}\n#mega-menu-wrap-primary #mega-menu-primary li[class^=\'mega-lang-item\'] > a.mega-menu-link > img {\n  display: inline;\n}\n#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag {\n  display: inline;\n  margin-right: 8px;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {\n    display: none;\n  }\n}\n@media only screen and (min-width: 769px) {\n  #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {\n    display: none;\n  }\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary:after {\n    content: \"\";\n    display: table;\n    clear: both;\n  }\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n  display: none;\n  z-index: 1;\n  cursor: pointer;\n  background: #222;\n  border-radius: 2px 2px 2px 2px;\n  line-height: 40px;\n  height: 40px;\n  text-align: left;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n  outline: none;\n  white-space: nowrap;\n}\n#mega-menu-wrap-primary .mega-menu-toggle img {\n  max-width: 100%;\n  padding: 0;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary .mega-menu-toggle {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: -webkit-flex;\n    display: flex;\n  }\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  -ms-flex-preferred-size: 33.33%;\n  -webkit-flex-basis: 33.33%;\n  flex-basis: 33.33%;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {\n  -webkit-box-flex: 1;\n  -ms-flex: 1;\n  -webkit-flex: 1;\n  flex: 1;\n  -webkit-box-pack: start;\n  -ms-flex-pack: start;\n  -webkit-justify-content: flex-start;\n  justify-content: flex-start;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {\n  margin-left: 6px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {\n  margin-right: 6px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {\n  -webkit-box-pack: center;\n  -ms-flex-pack: center;\n  -webkit-justify-content: center;\n  justify-content: center;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {\n  margin-left: 3px;\n  margin-right: 3px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {\n  -webkit-box-flex: 1;\n  -ms-flex: 1;\n  -webkit-flex: 1;\n  flex: 1;\n  -webkit-box-pack: end;\n  -ms-flex-pack: end;\n  -webkit-justify-content: flex-end;\n  justify-content: flex-end;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {\n  margin-right: 6px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {\n  margin-left: 6px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  height: 100%;\n  outline: 0;\n  -webkit-align-self: center;\n  -ms-flex-item-align: center;\n  align-self: center;\n  -ms-flex-negative: 0;\n  -webkit-flex-shrink: 0;\n  flex-shrink: 0;\n}\n@media only screen and (max-width: 768px) {\n  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {\n    background: #222;\n    padding: 0px 0px 0px 0px;\n    display: none;\n  }\n  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {\n    display: block;\n  }\n}\n#mega-menu-wrap-primary .mega-menu-toggle {\n  /** Push menu onto new line **/\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 {\n  /*! \n                * Hamburgers \n                * @description Tasty CSS-animated hamburgers \n                * @author Jonathan Suh @jonsuh \n                * @site https://jonsuh.com/hamburgers \n                * @link https://github.com/jonsuh/hamburgers \n                */\n  cursor: pointer;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {\n  padding: 0;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: -webkit-flex;\n  display: flex;\n  cursor: pointer;\n  transition-property: opacity, filter;\n  transition-duration: 0.15s;\n  transition-timing-function: linear;\n  font: inherit;\n  color: inherit;\n  text-transform: none;\n  background-color: transparent;\n  border: 0;\n  margin: 0;\n  overflow: visible;\n  transform: scale(0.8);\n  align-self: center;\n  outline: 0;\n  background: none;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {\n  width: 40px;\n  height: 24px;\n  display: inline-block;\n  position: relative;\n  outline: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {\n  display: block;\n  top: 50%;\n  margin-top: -2px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {\n  width: 40px;\n  height: 4px;\n  background-color: #ddd;\n  border-radius: 4px;\n  position: absolute;\n  transition-property: transform;\n  transition-duration: 0.15s;\n  transition-timing-function: ease;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {\n  content: \"\";\n  display: block;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {\n  top: -10px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {\n  bottom: -10px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {\n  top: 2px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {\n  top: 10px;\n  transition-property: transform, opacity;\n  transition-timing-function: ease;\n  transition-duration: 0.15s;\n}\n#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {\n  top: 20px;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {\n  transform: translate3d(0, 10px, 0) rotate(45deg);\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {\n  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);\n  opacity: 0;\n}\n#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {\n  transform: translate3d(0, -20px, 0) rotate(-90deg);\n}\n#mega-menu-wrap-primary {\n  clear: both;\n}\n', 'no');
INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(480, 'action_scheduler_migration_status', 'complete', 'yes'),
(485, 'newsletter_logger_secret', '631903bc', 'yes'),
(487, 'newsletter_main_first_install_time', '1629449774', 'no'),
(488, 'newsletter_main', 'a:32:{s:11:\"return_path\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"sender_email\";s:23:\"contact@modd-events.com\";s:11:\"sender_name\";s:11:\"Modd-events\";s:6:\"editor\";i:0;s:13:\"scheduler_max\";i:100;s:9:\"phpmailer\";i:0;s:5:\"debug\";i:0;s:5:\"track\";i:1;s:3:\"css\";s:0:\"\";s:12:\"css_disabled\";i:0;s:2:\"ip\";s:0:\"\";s:4:\"page\";i:63;s:19:\"disable_cron_notice\";i:0;s:13:\"do_shortcodes\";i:0;s:11:\"header_logo\";s:0:\"\";s:12:\"header_title\";s:11:\"Modd-events\";s:10:\"header_sub\";s:31:\"Organisateur d&#039;évènement\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";}', 'yes'),
(489, 'newsletter_main_info', 'a:17:{s:11:\"header_logo\";a:1:{s:2:\"id\";i:0;}s:12:\"header_title\";s:11:\"Modd-events\";s:10:\"header_sub\";s:31:\"Organisateur d&#039;évènement\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:13:\"pinterest_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:10:\"tumblr_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:14:\"soundcloud_url\";s:0:\"\";s:12:\"telegram_url\";s:0:\"\";s:6:\"vk_url\";s:0:\"\";}', 'yes'),
(490, 'newsletter_main_smtp', 'a:7:{s:7:\"enabled\";i:0;s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"port\";i:25;s:6:\"secure\";s:0:\"\";s:12:\"ssl_insecure\";i:0;}', 'yes'),
(491, 'newsletter_main_version', '1.6.6', 'yes'),
(492, 'newsletter_subscription_first_install_time', '1629449775', 'no'),
(493, 'newsletter', 'a:14:{s:14:\"noconfirmation\";i:1;s:12:\"notify_email\";s:23:\"contact@modd-events.com\";s:8:\"multiple\";i:1;s:6:\"notify\";i:0;s:10:\"error_text\";s:87:\"<p>This email address is already subscribed, please contact the site administrator.</p>\";s:17:\"subscription_text\";s:19:\"{subscription_form}\";s:17:\"confirmation_text\";s:104:\"<p>A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.</p>\";s:20:\"confirmation_subject\";s:35:\"Veuillez confirmer votre abonnement\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:99:\"<p>Veuillez confirmer votre abonnement <a href=\"{subscription_confirm_url}\">en cliquant ici</a></p>\";s:14:\"confirmed_text\";s:41:\"<p>Votre abonnement a été confirmé</p>\";s:17:\"confirmed_subject\";s:9:\"Bienvenue\";s:17:\"confirmed_message\";s:139:\"<p>Ce message confirme votre abonnement à notre newsletter. Je vous remercie !</p><hr><p><a href=\"{profile_url}\">Changez votre profil</p>\";s:18:\"confirmed_tracking\";s:0:\"\";}', 'yes'),
(494, 'newsletter_subscription_lists', 'a:240:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:13:\"list_1_forced\";i:0;s:19:\"list_1_subscription\";i:0;s:14:\"list_1_profile\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:13:\"list_2_forced\";i:0;s:19:\"list_2_subscription\";i:0;s:14:\"list_2_profile\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:13:\"list_3_forced\";i:0;s:19:\"list_3_subscription\";i:0;s:14:\"list_3_profile\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:13:\"list_4_forced\";i:0;s:19:\"list_4_subscription\";i:0;s:14:\"list_4_profile\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:13:\"list_5_forced\";i:0;s:19:\"list_5_subscription\";i:0;s:14:\"list_5_profile\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:13:\"list_6_forced\";i:0;s:19:\"list_6_subscription\";i:0;s:14:\"list_6_profile\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:13:\"list_7_forced\";i:0;s:19:\"list_7_subscription\";i:0;s:14:\"list_7_profile\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:13:\"list_8_forced\";i:0;s:19:\"list_8_subscription\";i:0;s:14:\"list_8_profile\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:13:\"list_9_forced\";i:0;s:19:\"list_9_subscription\";i:0;s:14:\"list_9_profile\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:14:\"list_10_forced\";i:0;s:20:\"list_10_subscription\";i:0;s:15:\"list_10_profile\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:14:\"list_11_forced\";i:0;s:20:\"list_11_subscription\";i:0;s:15:\"list_11_profile\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:14:\"list_12_forced\";i:0;s:20:\"list_12_subscription\";i:0;s:15:\"list_12_profile\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:14:\"list_13_forced\";i:0;s:20:\"list_13_subscription\";i:0;s:15:\"list_13_profile\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:14:\"list_14_forced\";i:0;s:20:\"list_14_subscription\";i:0;s:15:\"list_14_profile\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:14:\"list_15_forced\";i:0;s:20:\"list_15_subscription\";i:0;s:15:\"list_15_profile\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:14:\"list_16_forced\";i:0;s:20:\"list_16_subscription\";i:0;s:15:\"list_16_profile\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:14:\"list_17_forced\";i:0;s:20:\"list_17_subscription\";i:0;s:15:\"list_17_profile\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:14:\"list_18_forced\";i:0;s:20:\"list_18_subscription\";i:0;s:15:\"list_18_profile\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:14:\"list_19_forced\";i:0;s:20:\"list_19_subscription\";i:0;s:15:\"list_19_profile\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;s:14:\"list_20_forced\";i:0;s:20:\"list_20_subscription\";i:0;s:15:\"list_20_profile\";i:0;s:7:\"list_21\";s:0:\"\";s:14:\"list_21_status\";i:0;s:15:\"list_21_checked\";i:0;s:14:\"list_21_forced\";i:0;s:20:\"list_21_subscription\";i:0;s:15:\"list_21_profile\";i:0;s:7:\"list_22\";s:0:\"\";s:14:\"list_22_status\";i:0;s:15:\"list_22_checked\";i:0;s:14:\"list_22_forced\";i:0;s:20:\"list_22_subscription\";i:0;s:15:\"list_22_profile\";i:0;s:7:\"list_23\";s:0:\"\";s:14:\"list_23_status\";i:0;s:15:\"list_23_checked\";i:0;s:14:\"list_23_forced\";i:0;s:20:\"list_23_subscription\";i:0;s:15:\"list_23_profile\";i:0;s:7:\"list_24\";s:0:\"\";s:14:\"list_24_status\";i:0;s:15:\"list_24_checked\";i:0;s:14:\"list_24_forced\";i:0;s:20:\"list_24_subscription\";i:0;s:15:\"list_24_profile\";i:0;s:7:\"list_25\";s:0:\"\";s:14:\"list_25_status\";i:0;s:15:\"list_25_checked\";i:0;s:14:\"list_25_forced\";i:0;s:20:\"list_25_subscription\";i:0;s:15:\"list_25_profile\";i:0;s:7:\"list_26\";s:0:\"\";s:14:\"list_26_status\";i:0;s:15:\"list_26_checked\";i:0;s:14:\"list_26_forced\";i:0;s:20:\"list_26_subscription\";i:0;s:15:\"list_26_profile\";i:0;s:7:\"list_27\";s:0:\"\";s:14:\"list_27_status\";i:0;s:15:\"list_27_checked\";i:0;s:14:\"list_27_forced\";i:0;s:20:\"list_27_subscription\";i:0;s:15:\"list_27_profile\";i:0;s:7:\"list_28\";s:0:\"\";s:14:\"list_28_status\";i:0;s:15:\"list_28_checked\";i:0;s:14:\"list_28_forced\";i:0;s:20:\"list_28_subscription\";i:0;s:15:\"list_28_profile\";i:0;s:7:\"list_29\";s:0:\"\";s:14:\"list_29_status\";i:0;s:15:\"list_29_checked\";i:0;s:14:\"list_29_forced\";i:0;s:20:\"list_29_subscription\";i:0;s:15:\"list_29_profile\";i:0;s:7:\"list_30\";s:0:\"\";s:14:\"list_30_status\";i:0;s:15:\"list_30_checked\";i:0;s:14:\"list_30_forced\";i:0;s:20:\"list_30_subscription\";i:0;s:15:\"list_30_profile\";i:0;s:7:\"list_31\";s:0:\"\";s:14:\"list_31_status\";i:0;s:15:\"list_31_checked\";i:0;s:14:\"list_31_forced\";i:0;s:20:\"list_31_subscription\";i:0;s:15:\"list_31_profile\";i:0;s:7:\"list_32\";s:0:\"\";s:14:\"list_32_status\";i:0;s:15:\"list_32_checked\";i:0;s:14:\"list_32_forced\";i:0;s:20:\"list_32_subscription\";i:0;s:15:\"list_32_profile\";i:0;s:7:\"list_33\";s:0:\"\";s:14:\"list_33_status\";i:0;s:15:\"list_33_checked\";i:0;s:14:\"list_33_forced\";i:0;s:20:\"list_33_subscription\";i:0;s:15:\"list_33_profile\";i:0;s:7:\"list_34\";s:0:\"\";s:14:\"list_34_status\";i:0;s:15:\"list_34_checked\";i:0;s:14:\"list_34_forced\";i:0;s:20:\"list_34_subscription\";i:0;s:15:\"list_34_profile\";i:0;s:7:\"list_35\";s:0:\"\";s:14:\"list_35_status\";i:0;s:15:\"list_35_checked\";i:0;s:14:\"list_35_forced\";i:0;s:20:\"list_35_subscription\";i:0;s:15:\"list_35_profile\";i:0;s:7:\"list_36\";s:0:\"\";s:14:\"list_36_status\";i:0;s:15:\"list_36_checked\";i:0;s:14:\"list_36_forced\";i:0;s:20:\"list_36_subscription\";i:0;s:15:\"list_36_profile\";i:0;s:7:\"list_37\";s:0:\"\";s:14:\"list_37_status\";i:0;s:15:\"list_37_checked\";i:0;s:14:\"list_37_forced\";i:0;s:20:\"list_37_subscription\";i:0;s:15:\"list_37_profile\";i:0;s:7:\"list_38\";s:0:\"\";s:14:\"list_38_status\";i:0;s:15:\"list_38_checked\";i:0;s:14:\"list_38_forced\";i:0;s:20:\"list_38_subscription\";i:0;s:15:\"list_38_profile\";i:0;s:7:\"list_39\";s:0:\"\";s:14:\"list_39_status\";i:0;s:15:\"list_39_checked\";i:0;s:14:\"list_39_forced\";i:0;s:20:\"list_39_subscription\";i:0;s:15:\"list_39_profile\";i:0;s:7:\"list_40\";s:0:\"\";s:14:\"list_40_status\";i:0;s:15:\"list_40_checked\";i:0;s:14:\"list_40_forced\";i:0;s:20:\"list_40_subscription\";i:0;s:15:\"list_40_profile\";i:0;}', 'yes'),
(495, 'newsletter_subscription_template', 'a:1:{s:8:\"template\";s:2365:\"<!DOCTYPE html>\n<html>\n    <head>\n        <!-- General styles, not used by all email clients -->\n        <style type=\"text/css\" media=\"all\">\n            a {\n                text-decoration: none;\n                color: #0088cc;\n            }\n            hr {\n                border-top: 1px solid #999;\n            }\n        </style>\n    </head>\n\n    <!-- KEEP THE LAYOUT SIMPLE: THOSE ARE SERVICE MESSAGES. -->\n    <body style=\"margin: 0; padding: 0;\">\n\n        <!-- Top title with dark background -->\n        <table style=\"background-color: #444; width: 100%;\" cellspacing=\"0\" cellpadding=\"0\">\n            <tr>\n                <td style=\"padding: 20px; text-align: center; font-family: sans-serif; color: #fff; font-size: 28px\">\n                    {blog_title}\n                </td>\n            </tr>\n        </table>\n\n        <!-- Main table 100% wide with background color #eee -->    \n        <table style=\"background-color: #eee; width: 100%;\">\n            <tr>\n                <td align=\"center\" style=\"padding: 15px;\">\n\n                    <!-- Content table with backgdound color #fff, width 500px -->\n                    <table style=\"background-color: #fff; max-width: 600px; width: 100%; border: 1px solid #ddd;\">\n                        <tr>\n                            <td style=\"padding: 15px; color: #333; font-size: 16px; font-family: sans-serif\">\n                                <!-- The \"message\" tag below is replaced with one of confirmation, welcome or goodbye messages -->\n                                <!-- Messages content can be configured on Newsletter List Building panels --> \n\n                                {message}\n\n                                <hr>\n                                <!-- Signature if not already added to single messages (surround with <p>) -->\n                                <p>\n                                    <small>\n                                        <a href=\"{blog_url}\">{blog_url}</a><br>\n                                        {company_name}<br>\n                                        {company_address}\n                                    </small>\n                                </p>\n                                \n\n                            </td>\n                        </tr>\n                    </table>\n\n                </td>\n            </tr>\n        </table>\n\n    </body>\n</html>\";}', 'yes'),
(496, 'newsletter_profile', 'a:180:{s:5:\"email\";s:5:\"Email\";s:11:\"email_error\";s:46:\"L’adresse de messagerie n’est pas correcte\";s:4:\"name\";s:22:\"Prénom ou nom complet\";s:11:\"name_status\";i:0;s:10:\"name_rules\";i:0;s:7:\"surname\";s:14:\"Nom de famille\";s:14:\"surname_status\";i:0;s:10:\"sex_status\";i:0;s:3:\"sex\";s:7:\"Je suis\";s:7:\"privacy\";s:61:\"En continuant, vous acceptez la politique de confidentialité\";s:14:\"privacy_status\";i:0;s:11:\"privacy_url\";s:0:\"\";s:18:\"privacy_use_wp_url\";i:0;s:9:\"subscribe\";s:9:\"S\'abonner\";s:12:\"title_female\";s:4:\"Mme.\";s:10:\"title_male\";s:2:\"M.\";s:10:\"title_none\";s:4:\"Cher\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:13:\"Not specified\";s:16:\"profile_1_status\";i:0;s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";i:0;s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";i:0;s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";i:0;s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";i:0;s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";i:0;s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";i:0;s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";i:0;s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";i:0;s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";i:0;s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";i:0;s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";i:0;s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";i:0;s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";i:0;s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";i:0;s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";i:0;s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";i:0;s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";i:0;s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";i:0;s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";i:0;s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";i:0;s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";i:0;s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";i:0;s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";i:0;s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";i:0;s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";i:0;s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";i:0;s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";i:0;s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";i:0;s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";i:0;s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";i:0;s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";i:0;s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";i:0;s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";i:0;s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";i:0;s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";i:0;s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";i:0;s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";i:0;s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";i:0;s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";i:0;s:18:\"profile_20_options\";s:0:\"\";s:13:\"list_1_forced\";i:0;s:13:\"list_2_forced\";i:0;s:13:\"list_3_forced\";i:0;s:13:\"list_4_forced\";i:0;s:13:\"list_5_forced\";i:0;s:13:\"list_6_forced\";i:0;s:13:\"list_7_forced\";i:0;s:13:\"list_8_forced\";i:0;s:13:\"list_9_forced\";i:0;s:14:\"list_10_forced\";i:0;s:14:\"list_11_forced\";i:0;s:14:\"list_12_forced\";i:0;s:14:\"list_13_forced\";i:0;s:14:\"list_14_forced\";i:0;s:14:\"list_15_forced\";i:0;s:14:\"list_16_forced\";i:0;s:14:\"list_17_forced\";i:0;s:14:\"list_18_forced\";i:0;s:14:\"list_19_forced\";i:0;s:14:\"list_20_forced\";i:0;s:14:\"list_21_forced\";i:0;s:14:\"list_22_forced\";i:0;s:14:\"list_23_forced\";i:0;s:14:\"list_24_forced\";i:0;s:14:\"list_25_forced\";i:0;s:14:\"list_26_forced\";i:0;s:14:\"list_27_forced\";i:0;s:14:\"list_28_forced\";i:0;s:14:\"list_29_forced\";i:0;s:14:\"list_30_forced\";i:0;s:14:\"list_31_forced\";i:0;s:14:\"list_32_forced\";i:0;s:14:\"list_33_forced\";i:0;s:14:\"list_34_forced\";i:0;s:14:\"list_35_forced\";i:0;s:14:\"list_36_forced\";i:0;s:14:\"list_37_forced\";i:0;s:14:\"list_38_forced\";i:0;s:14:\"list_39_forced\";i:0;s:14:\"list_40_forced\";i:0;}', 'yes'),
(497, 'newsletter_subscription_antibot', 'a:6:{s:12:\"ip_blacklist\";a:0:{}s:17:\"address_blacklist\";a:0:{}s:9:\"antiflood\";i:60;s:7:\"akismet\";i:0;s:7:\"captcha\";i:0;s:8:\"disabled\";i:0;}', 'yes'),
(498, 'newsletter_subscription_version', '2.2.7', 'yes'),
(499, 'newsletter_unsubscription_first_install_time', '1629449776', 'no'),
(500, 'newsletter_unsubscription', 'a:6:{s:16:\"unsubscribe_text\";s:121:\"<p>Veuillez confirmer que vous souhaitez vous désabonner <a href=\"{unsubscription_confirm_url}\">en cliquant ici</a>.</p>\";s:10:\"error_text\";s:102:\"<p>Abonné introuvable, il a probablement déjà été supprimé. Aucune autre action nécessaire.</p>\";s:17:\"unsubscribed_text\";s:138:\"<p>Votre abonnement a été supprimé. S’il s’agit d’une erreur, vous pouvez <a href=\"{reactivate_url}\">vous réabonner ici</a>.</p>\";s:20:\"unsubscribed_subject\";s:9:\"Au revoir\";s:20:\"unsubscribed_message\";s:86:\"<p>Ce message confirme que vous vous êtes désinscrit de notre newsletter. Merci.</p>\";s:16:\"reactivated_text\";s:43:\"<p>Votre abonnement a été réactivé.</p>\";}', 'yes'),
(501, 'newsletter_unsubscription_version', '1.0.3', 'yes'),
(502, 'newsletter_profile_first_install_time', '1629449776', 'no'),
(503, 'newsletter_profile_main', 'a:8:{s:4:\"text\";s:215:\"{profile_form}\n     <p>Si vous changez votre adresse de messagerie, un e-mail de confirmation vous sera envoyé pour l’activer.</p> \n     <p><a href=\"{unsubscription_confirm_url}\">Annuler votre abonnement</a> </p>\";s:13:\"email_changed\";s:94:\"Votre e-mail a été modifié, un e-mail d’activation a été envoyé avec des instructions.\";s:5:\"error\";s:67:\"Votre adresse de messagerie n’est pas valide ou déjà utilisée.\";s:10:\"save_label\";s:11:\"Enregistrer\";s:13:\"privacy_label\";s:36:\"Lisez notre note de confidentialité\";s:5:\"saved\";s:19:\"Profil enregistré.\";s:18:\"export_newsletters\";i:0;s:3:\"url\";s:0:\"\";}', 'yes'),
(504, 'newsletter_profile_version', '1.1.0', 'yes'),
(505, 'newsletter_emails_first_install_time', '1629449776', 'no'),
(506, 'newsletter_emails', 'a:1:{s:5:\"theme\";s:7:\"default\";}', 'yes'),
(507, 'newsletter_emails_theme_default', 'a:0:{}', 'no'),
(508, 'newsletter_emails_version', '1.1.5', 'yes'),
(509, 'newsletter_users_first_install_time', '1629449777', 'no'),
(510, 'newsletter_users', 'a:0:{}', 'yes'),
(511, 'newsletter_users_version', '1.3.0', 'yes'),
(512, 'newsletter_statistics_first_install_time', '1629449777', 'no'),
(513, 'newsletter_statistics', 'a:1:{s:3:\"key\";s:32:\"f5bb628c29f0b964f8ca2a1d20f751d2\";}', 'yes'),
(514, 'newsletter_statistics_version', '1.2.8', 'yes'),
(515, 'newsletter_install_time', '1629449778', 'no'),
(516, 'widget_newsletterwidget', 'a:2:{i:2;a:5:{s:5:\"title\";s:22:\"Recevoir la newsletter\";s:4:\"text\";s:0:\"\";s:12:\"lists_layout\";s:0:\"\";s:17:\"lists_empty_label\";s:0:\"\";s:17:\"lists_field_label\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(517, 'widget_newsletterwidgetminimal', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(519, 'newsletter_diagnostic_cron_calls', 'a:100:{i:0;i:1636375895;i:1;i:1636376016;i:2;i:1636376137;i:3;i:1636376258;i:4;i:1636376379;i:5;i:1636376500;i:6;i:1636376621;i:7;i:1636376742;i:8;i:1636376863;i:9;i:1636376984;i:10;i:1636377105;i:11;i:1636377226;i:12;i:1636377347;i:13;i:1636377468;i:14;i:1636377589;i:15;i:1636377710;i:16;i:1636377831;i:17;i:1636377952;i:18;i:1636378073;i:19;i:1636378194;i:20;i:1636378315;i:21;i:1636378436;i:22;i:1636378557;i:23;i:1636378624;i:24;i:1636378678;i:25;i:1636378799;i:26;i:1636378869;i:27;i:1636378920;i:28;i:1636378990;i:29;i:1636379041;i:30;i:1636379111;i:31;i:1636379162;i:32;i:1636379226;i:33;i:1636379283;i:34;i:1636379353;i:35;i:1636379404;i:36;i:1636380282;i:37;i:1636380297;i:38;i:1636380380;i:39;i:1636380424;i:40;i:1636380501;i:41;i:1636380545;i:42;i:1636380622;i:43;i:1636380666;i:44;i:1636380743;i:45;i:1636380787;i:46;i:1636380864;i:47;i:1636380908;i:48;i:1636381029;i:49;i:1636438628;i:50;i:1636438814;i:51;i:1636439010;i:52;i:1636439026;i:53;i:1636439038;i:54;i:1636439099;i:55;i:1636439172;i:56;i:1636439237;i:57;i:1636439358;i:58;i:1636439426;i:59;i:1636439486;i:60;i:1636439608;i:61;i:1636439729;i:62;i:1636439849;i:63;i:1636439970;i:64;i:1636444635;i:65;i:1636444667;i:66;i:1636444667;i:67;i:1636444734;i:68;i:1636444878;i:69;i:1636444939;i:70;i:1636445059;i:71;i:1636445181;i:72;i:1636445302;i:73;i:1636445422;i:74;i:1636445543;i:75;i:1636449558;i:76;i:1636449679;i:77;i:1636449800;i:78;i:1636449921;i:79;i:1636450042;i:80;i:1636450163;i:81;i:1636450907;i:82;i:1636459816;i:83;i:1636459889;i:84;i:1636460205;i:85;i:1636460691;i:86;i:1636460860;i:87;i:1636460930;i:88;i:1636461120;i:89;i:1636462755;i:90;i:1636462827;i:91;i:1636462915;i:92;i:1636463010;i:93;i:1636463071;i:94;i:1636463192;i:95;i:1636463313;i:96;i:1636463434;i:97;i:1636463555;i:98;i:1636464114;i:99;i:1641967464;}', 'no'),
(520, 'newsletter_diagnostic_cron_data', 'a:3:{s:4:\"mean\";d:55914.69;s:3:\"max\";i:5503350;s:3:\"min\";i:61;}', 'no'),
(523, 'newsletter_page', '63', 'no'),
(597, 'testimonial_version', '2.2.18', 'yes'),
(598, 'testimonial_db_version', '2.2.18', 'yes'),
(599, 'testimonial_first_version', '2.2.18', 'yes'),
(600, 'testimonial_activation_date', '1629459499', 'yes'),
(601, 'sp_testimonial_pro_options', 'a:10:{s:23:\"testimonial_data_remove\";b:0;s:25:\"tpro_dequeue_google_fonts\";b:0;s:19:\"tf_dequeue_slick_js\";b:1;s:20:\"tf_dequeue_slick_css\";b:1;s:17:\"tf_dequeue_fa_css\";b:1;s:18:\"tpro_singular_name\";s:11:\"Testimonial\";s:16:\"tpro_plural_name\";s:12:\"Testimonials\";s:16:\"captcha_site_key\";s:0:\"\";s:18:\"captcha_secret_key\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";}', 'yes'),
(602, 'widget_tfree_widget_content', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(603, 'sp_testimonial_review_notice_dismiss', 'a:2:{s:4:\"time\";i:1629452300;s:9:\"dismissed\";b:0;}', 'yes'),
(720, 'wp_carousel_free_version', '2.2.2', 'yes'),
(721, 'wp_carousel_free_db_version', '2.2.2', 'yes'),
(722, 'sp_wpcp_settings', 'a:5:{s:20:\"wpcf_delete_all_data\";b:0;s:22:\"wpcp_enqueue_slick_css\";b:1;s:19:\"wpcp_enqueue_fa_css\";b:1;s:13:\"wpcp_slick_js\";b:1;s:15:\"wpcp_custom_css\";s:0:\"\";}', 'yes'),
(723, 'sp_wp_carousel_free_review_notice_dismiss', 'a:2:{s:4:\"time\";i:1629458448;s:9:\"dismissed\";b:0;}', 'yes'),
(834, 'GTranslate', 'a:33:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:17:\"email_translation\";s:0:\"\";s:23:\"email_translation_debug\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"show_in_menu\";s:0:\"\";s:26:\"floating_language_selector\";s:2:\"no\";s:21:\"native_language_names\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:23:\"detect_browser_language\";s:0:\"\";s:12:\"add_new_line\";i:1;s:16:\"default_language\";s:2:\"fr\";s:18:\"translation_method\";s:5:\"onfly\";s:11:\"widget_look\";s:5:\"flags\";s:9:\"flag_size\";i:24;s:16:\"monochrome_flags\";s:0:\"\";s:11:\"widget_code\";s:2817:\"<!-- GTranslate: https://gtranslate.io/ -->\r\n<a href=\"#\" onclick=\"doGTranslate(\'fr|hy\');return false;\" title=\"Armenian\" class=\"glink nturl notranslate\"><img src=\"//localhost/modd-events.com/wp-content/plugins/gtranslate/flags/24/hy.png\" height=\"24\" width=\"24\" alt=\"Armenian\" /></a><a href=\"#\" onclick=\"doGTranslate(\'fr|en\');return false;\" title=\"English\" class=\"glink nturl notranslate\"><img src=\"//localhost/modd-events.com/wp-content/plugins/gtranslate/flags/24/en.png\" height=\"24\" width=\"24\" alt=\"English\" /></a><a href=\"#\" onclick=\"doGTranslate(\'fr|fr\');return false;\" title=\"French\" class=\"glink nturl notranslate\"><img src=\"//localhost/modd-events.com/wp-content/plugins/gtranslate/flags/24/fr.png\" height=\"24\" width=\"24\" alt=\"French\" /></a><a href=\"#\" onclick=\"doGTranslate(\'fr|ru\');return false;\" title=\"Russian\" class=\"glink nturl notranslate\"><img src=\"//localhost/modd-events.com/wp-content/plugins/gtranslate/flags/24/ru.png\" height=\"24\" width=\"24\" alt=\"Russian\" /></a><style>\r\n#goog-gt-tt {display:none !important;}\r\n.goog-te-banner-frame {display:none !important;}\r\n.goog-te-menu-value:hover {text-decoration:none !important;}\r\n.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}\r\nbody {top:0 !important;}\r\n#google_translate_element2 {display:none!important;}\r\n</style>\r\n\r\n<div id=\"google_translate_element2\"></div>\r\n<script>\r\nfunction googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: \'fr\',autoDisplay: false}, \'google_translate_element2\');}\r\n</script><script src=\"//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2\"></script>\r\n\r\n\r\n<script>\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[\'cookie\'].match(\'(^|;) ?googtrans=([^;]*)(;|$)\');return keyValue ? keyValue[2].split(\'/\')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(\'on\'+event,evt)}else{var evt=document.createEvent(\'HTMLEvents\');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair==\'\')return;var lang=lang_pair.split(\'|\')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(\'|\')[0])return;var teCombo;var sel=document.getElementsByTagName(\'select\');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf(\'goog-te-combo\')!=-1){teCombo=sel[i];break;}if(document.getElementById(\'google_translate_element2\')==null||document.getElementById(\'google_translate_element2\').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,\'change\');GTranslateFireEvent(teCombo,\'change\')}}\r\n</script>\r\n\";s:10:\"incl_langs\";a:10:{i:0;s:2:\"ar\";i:1;s:5:\"zh-CN\";i:2;s:2:\"nl\";i:3;s:2:\"en\";i:4;s:2:\"fr\";i:5;s:2:\"de\";i:6;s:2:\"it\";i:7;s:2:\"pt\";i:8;s:2:\"ru\";i:9;s:2:\"es\";}s:11:\"fincl_langs\";a:4:{i:0;s:2:\"hy\";i:1;s:2:\"en\";i:2;s:2:\"fr\";i:3;s:2:\"ru\";}s:9:\"alt_flags\";a:0:{}s:19:\"switcher_text_color\";s:4:\"#666\";s:20:\"switcher_arrow_color\";s:4:\"#666\";s:21:\"switcher_border_color\";s:4:\"#ccc\";s:25:\"switcher_background_color\";s:4:\"#fff\";s:32:\"switcher_background_shadow_color\";s:7:\"#efefef\";s:31:\"switcher_background_hover_color\";s:4:\"#fff\";s:19:\"dropdown_text_color\";s:4:\"#000\";s:20:\"dropdown_hover_color\";s:4:\"#fff\";s:25:\"dropdown_background_color\";s:4:\"#eee\";s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";}', 'yes'),
(835, 'widget_gtranslate', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(836, 'gtranslate_admin_notice', 'a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"8/25/2021\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"8/22/2021\";s:3:\"int\";i:2;}}', 'yes'),
(877, 'wpforms_builder_opened_date', '1629464668', 'no'),
(878, 'wpforms_forms_first_created', '1629464687', 'no'),
(888, 'wpforms_crypto_secret_key', '6VdMc1cITIvMz63YmeghaEq7nhrrlgcYwN42yIJopmE=', 'yes'),
(890, 'wpforms_email_summaries_fetch_info_blocks_last_run', '1641967467', 'yes'),
(898, '_transient_health-check-site-status-result', '{\"good\":11,\"recommended\":8,\"critical\":1}', 'yes'),
(1102, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"16.9\";}', 'yes'),
(1103, 'wpseo', 'a:45:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"16.9\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1629721152;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:32:\"http://localhost/modd-events.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;}', 'yes'),
(1104, 'wpseo_titles', 'a:107:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:50:\"%%name%%, auteur/autrice sur %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:65:\"Vous avez cherché %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:38:\"Page non trouvée %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:64:\"L’article %%POSTLINK%% est apparu en premier sur %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:30:\"Erreur 404 : Page introuvable\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:13:\"Archives pour\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:7:\"Accueil\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:18:\"Vous avez cherché\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:27:\"Archives des %%term_title%%\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:27:\"Archives des %%term_title%%\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:57:\"Archives des %%term_title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:27:\"Archives des %%term_title%%\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}', 'yes'),
(1105, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}', 'yes'),
(1122, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1641967496;}', 'yes');
INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1128, 'rewrite_rules', 'a:148:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:43:\"spt_testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"spt_testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"spt_testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"spt_testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"spt_testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"spt_testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"spt_testimonial/([^/]+)/embed/?$\";s:63:\"index.php?post_type=spt_testimonial&name=$matches[1]&embed=true\";s:36:\"spt_testimonial/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=spt_testimonial&name=$matches[1]&tb=1\";s:44:\"spt_testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=spt_testimonial&name=$matches[1]&paged=$matches[2]\";s:51:\"spt_testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=spt_testimonial&name=$matches[1]&cpage=$matches[2]\";s:40:\"spt_testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=spt_testimonial&name=$matches[1]&page=$matches[2]\";s:32:\"spt_testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"spt_testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"spt_testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"spt_testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"spt_testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"spt_testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"spt_shortcodes/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"spt_shortcodes/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"spt_shortcodes/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"spt_shortcodes/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"spt_shortcodes/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"spt_shortcodes/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"spt_shortcodes/([^/]+)/embed/?$\";s:62:\"index.php?post_type=spt_shortcodes&name=$matches[1]&embed=true\";s:35:\"spt_shortcodes/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=spt_shortcodes&name=$matches[1]&tb=1\";s:43:\"spt_shortcodes/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=spt_shortcodes&name=$matches[1]&paged=$matches[2]\";s:50:\"spt_shortcodes/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=spt_shortcodes&name=$matches[1]&cpage=$matches[2]\";s:39:\"spt_shortcodes/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=spt_shortcodes&name=$matches[1]&page=$matches[2]\";s:31:\"spt_shortcodes/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"spt_shortcodes/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"spt_shortcodes/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"spt_shortcodes/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"spt_shortcodes/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"spt_shortcodes/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\"spt_testimonial_form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:58:\"spt_testimonial_form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:78:\"spt_testimonial_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"spt_testimonial_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:73:\"spt_testimonial_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:54:\"spt_testimonial_form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"spt_testimonial_form/([^/]+)/embed/?$\";s:68:\"index.php?post_type=spt_testimonial_form&name=$matches[1]&embed=true\";s:41:\"spt_testimonial_form/([^/]+)/trackback/?$\";s:62:\"index.php?post_type=spt_testimonial_form&name=$matches[1]&tb=1\";s:49:\"spt_testimonial_form/([^/]+)/page/?([0-9]{1,})/?$\";s:75:\"index.php?post_type=spt_testimonial_form&name=$matches[1]&paged=$matches[2]\";s:56:\"spt_testimonial_form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:75:\"index.php?post_type=spt_testimonial_form&name=$matches[1]&cpage=$matches[2]\";s:45:\"spt_testimonial_form/([^/]+)(?:/([0-9]+))?/?$\";s:74:\"index.php?post_type=spt_testimonial_form&name=$matches[1]&page=$matches[2]\";s:37:\"spt_testimonial_form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"spt_testimonial_form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"spt_testimonial_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"spt_testimonial_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"spt_testimonial_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"spt_testimonial_form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes');
INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1183, 'font-awesome-releases', 'a:2:{s:12:\"refreshed_at\";i:1629728420;s:4:\"data\";a:2:{s:6:\"latest\";s:6:\"5.15.4\";s:8:\"releases\";a:42:{s:5:\"5.0.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VVoO3UHXsmXwXvf1kJx2jV3b1LbOfTqKL46DdeLG8z4pImkQ4GAP9GMy+MxHMDYG\";s:14:\"css/brands.css\";s:71:\"sha384-JT52EiskN0hkvVxJA8d2wg8W/tLxrC02M4u5+YAezNnBlY/N2yy3X51pKC1QaPkw\";s:19:\"css/fontawesome.css\";s:71:\"sha384-7mC9VNNEUg5vt0kVQGblkna/29L8CpTJ5fkpo0nlmTbfCoDXyuK/gPO3wx8bglOz\";s:15:\"css/regular.css\";s:71:\"sha384-JZ2w5NHrKZS6hqVAVlhUO3eHPVzjDZqOpWBZZ6opcmMwVjN7uoagKSSftrq8F0pn\";s:13:\"css/solid.css\";s:71:\"sha384-TQW9cJIp+U8M7mByg5ZKUQoIxj0ac36aOpNzqQ04HpwyrJivS38EQsKHO2rR5eit\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-X1ZQAmDHBeo7eaAJwWMyyA3mva9mMK10CpRFvX8PejR0XIUjwvGDqr2TwJqwbH9S\";s:9:\"js/all.js\";s:71:\"sha384-2CD5KZ3lSO1FK9XJ2hsLsEPy5/TBISgKIk2NSEcS03GbEnWEfhzd0x6DBIkqgPN1\";s:12:\"js/brands.js\";s:71:\"sha384-i3UPn8g8uJGiS6R/++68nHyfYAnr/lE/biTuWYbya2dONccicnZZPlAH6P8EWf28\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tqpP2rDLsdWkeBrG3Jachyp0yzl/pmhnsdV88ySUFZATuziAnHWsHRSS97l5D9jn\";s:13:\"js/regular.js\";s:71:\"sha384-hXqI+wajk6jJu2DXwf2oqBg6q5+HqXM5yz9smX94pDjiLzH81gAuVtjter66i1Ct\";s:11:\"js/solid.js\";s:71:\"sha384-kbPfTyGdGugnvSKEBJCd6+vYipOQ6a+2np5O4Ty3sW7tgI0MpwPyAh+QwUpMujV9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BRge2B8T+0rmvB/KszFfdQ0PDvPnhV2J80JMKrnq21Fq6tHeKFhSIrdoroXvk7eB\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-bJB2Wn8ZuuMwYA12t6nmPqVTqT64ruKTAWqdxs/Oal3vexA7RPAo3FtVU5hIil2E\";s:14:\"css/brands.css\";s:71:\"sha384-F8vNf2eNIHep58ofQztLhhWsZXaTzzfZRqFfWmh7Cup7LqrF0HCtB6UCAIIkZZYZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CTTGZltCsihOiEwOCbT7p1lhij8kYk6lapCladmNzxj4yXj/AKp6q3+CRoNN3UCG\";s:15:\"css/regular.css\";s:71:\"sha384-GtLUznQ3nMgus15JP1pAE2UH9HAQi8gjQTNfIT+Gq6zFPeeq3y+Xtxt5HUBFF0YO\";s:13:\"css/solid.css\";s:71:\"sha384-WEKepgUDOaHRK2/r+qA7W/Srd+36IIOmBm/+wm9aSz6acYC0LkyM9UJElLVNy95T\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-sV6Qj6KRPF7HrXfo5NK0evVt+YbNxUuGZU2udYKDAxwxPVTuEE6lofcZJhRMK4WT\";s:9:\"js/all.js\";s:71:\"sha384-xiGKJ+4CP2p2WkTifyjHDeZVAg1zBrnJV8LU33N7J+5BWp1biPcSpEJJY7hFiRLn\";s:12:\"js/brands.js\";s:71:\"sha384-V+scQ15NnQuKVajRBsSery7bV87d0xDAoCs4pB8ZcwW74+zzW5CkgRmIFOYw8kKX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CxMnuVDquTXcsJnW1rAfSm4uzGr12HENF1oe+JRZm4jcQDerJ6VeA1XLvAso396r\";s:13:\"js/regular.js\";s:71:\"sha384-ihKlq3j4PocIYMPkNra+ieEVsLuFzj4rp1yjn3jq+La7r4G9kf9COpWfOI8SGapM\";s:11:\"js/solid.js\";s:71:\"sha384-KDEuZV2OBU0Q264kBX2Idu9gYr5z/fQrtvUsKfuKGEDkDxV0GBVN/qi3QoLZPmbJ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-0nloDHslShcnKvH94Zv8nb0zPlzTFCzfZGx9YxR2ngUWs9HXXHVx1PUQw0u9/7LE\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-KFTzeUQSHjcfuC8qqdFm+laWVqpkucx/3uXo41hhKQzUEtbNnNSk8KEEBZ+2lEQy\";s:14:\"css/brands.css\";s:71:\"sha384-J6h7hpR0mfr79Ck/ZfDrhN14FnkbkLbd+mm0yTw5spSpK08yOK/AB9IRR/Dcg8EJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-l2oTZy4pLseT/J6oW0mwsjKPhjpTctOfU191uVonzezZiqw9PPcz4AMKsIAeyR4P\";s:15:\"css/regular.css\";s:71:\"sha384-cDXlx+8npD3wa2ahyeSZvsi9VlRrMmJVIB1rpK7Ftyq4cppWM9d2mBhrlOqYBljt\";s:13:\"css/solid.css\";s:71:\"sha384-ioYc/tyAAvPTKdlEWH/BDO/Fn0RGAWisNzyfZNt74mHfA6UPN2tzjD6Nm4ieQfBR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-bnoXyQHIAXdkrtQTtvuajtPgmWqHQ8657dQ4vzySapygDMqzijBpEq96AwgX2u4N\";s:9:\"js/all.js\";s:71:\"sha384-4OPaVeLgwRHdGJplmRGxGcoGYwxBAdR8Qr9z/Av7blRYPlRIPtjTygdtpQlD1HHv\";s:12:\"js/brands.js\";s:71:\"sha384-68dqWCRgViK/UsBTW5vGfntS6GdBDT5D4KWUBXTf6IkF2NFFD+X/0QNs0FZaIELt\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sBtO3o3oG61AtAKrg74kfk50JP0YHcRTwOXgTeUobbJJBgYiCcmtkh784fmHww23\";s:13:\"js/regular.js\";s:71:\"sha384-J0ggktpCvzBHSxd/a8EBQgQDIWBtASK5rhHMvGWuR/UyjuPgX0iCAcb3OlfhvlQz\";s:11:\"js/solid.js\";s:71:\"sha384-DX1/9hggbc1yKVl40n2dNF9OzLf9ZPwZm87WzIW+FinkgjSq18PXpUxOL4I0iS1+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kysXtDCmCTYxM55rHL+9xPu6+Inoi3ZzZHvcxkXs+iPj5nymJKlauQdXyzubyD0b\";}s:3:\"pro\";a:0:{}}}s:5:\"5.0.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DmABxgPhJN5jlTwituIyzIUk6oqyzf3+XuP7q3VfcWA2unxgim7OSSZKKf0KSsnh\";s:14:\"css/brands.css\";s:71:\"sha384-1beec9tTZuu+KrTudmvRnGpK81r78DKCAXdphCvdG+PR+n/WCczsYPqTBTvYsM7z\";s:19:\"css/fontawesome.css\";s:71:\"sha384-xdTUmhbcetyLRVL4PAriRajOve+/5pjOiy5sJABnhXMcRMVc9HI9s2KmOCjjDK/P\";s:15:\"css/regular.css\";s:71:\"sha384-nM5tBytXTc1HDZ/A3My2gNT2TxLk/M/5yFi0QrOxaZjBi7QpKUfA2QqT+fcSxSlg\";s:13:\"css/solid.css\";s:71:\"sha384-g2aKxiZcFezoVOq4MsjaxuBbSxSlXD/NRQ5GaPLfvCtcTLgP3fYZKKAGxCM/wMfe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MCR8qGTbdyK+hklwz1eKgGiAjT57F5HEJMs/uHRAwZ6GI5602TyGI89FyrbUwiIc\";s:9:\"js/all.js\";s:71:\"sha384-nVi8MaibAtVMFZb4R1zHUW/DsTJpG/YwPknbGABVOgk5s6Vhopl6XQD/pTCG/DKB\";s:12:\"js/brands.js\";s:71:\"sha384-dl3ONr32uA3YqpqKWzhXLs5k1YbKOn3dwiMbEP1S/XQMa3LPRwvJrhW7+lomL/uc\";s:17:\"js/fontawesome.js\";s:71:\"sha384-l7FyBM+wFIWpfmy8RYkWgEu/Me6Hrz98ijLu4nP3PkGbTtTCvtHB5ktI8hLEgEG3\";s:13:\"js/regular.js\";s:71:\"sha384-lwwoO5Gg19TptbILrLBjV28EVJ9RW3tD3cGyjCRn3OY9IuLua/YRlE47btZIXfMv\";s:11:\"js/solid.js\";s:71:\"sha384-4KkAk2UXMS9Xl3FoAAN43VJxRZ/emjElCz60xUTegPOZlbPLZGylvor2v7wQ0JNb\";s:14:\"js/v4-shims.js\";s:71:\"sha384-yfrMPoFcXUzdvECrvYRYE7wlxouXxjRSge5x6BlPPOb38tW4n0e8EW79RGU7VY0R\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-1RxicL8bcQJWgpr/clvtGVG7DVFJvDX/DVsJsbjKhXtdo8r5WVZQqB9AHTNPr08A\";s:14:\"css/brands.css\";s:71:\"sha384-sFwP5Zsnp6I4zQxUMPHvv8Bk16eEzU0YhaNbMCftDHPKDD+BR8WdXAHKL4xpipII\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VFi8UvBDvM8muKO8ogMXi2j8vdJiu8hq1uxpX/NS8BsftBiJpheM5AuhFH1dvURx\";s:13:\"css/light.css\";s:71:\"sha384-4FGoKudkcpRXgx5UNFa5TxzaHUhnvCGFDeZKncEn9KJx/l07kcid3VbpwajrvrFW\";s:15:\"css/regular.css\";s:71:\"sha384-eyjlqgvgpHiWM0GoL4/hsTh22piTKmMTM+sfJYacddG2n9AEubqQB/w4CPJK1/1b\";s:13:\"css/solid.css\";s:71:\"sha384-TlWtvBj4TXNlpJC5Qq4aHel0R/dywVcP/6eOFC0qptQ71WWSxJCvuTajjGb1duS9\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-rHay3RzsgCtbjvDmBLThu6ESXlU4Al5STjlHSpNygnbeyt04OP1uKZVXB2Zy16+T\";s:9:\"js/all.js\";s:71:\"sha384-vV0064GQjt+TcoZxVPm/f6vyAivSNofFvOHKLWxcDl784Dzm9W4BBpoTvUG4vi5a\";s:12:\"js/brands.js\";s:71:\"sha384-/877azmwW/YhoBsPeM9dh61dNr5XGbuk24lyjPbFWyrPaZPyU2oxgOY6PE1OH4z4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7L9/YJQEf9kLPc6sdtoVIsuBNxCVi4OmHPcszcY685IJIcB52hgYoL1OiwTawJS/\";s:11:\"js/light.js\";s:71:\"sha384-iXxa9ExuZ0Fi2N2VO/buuWuAgYIUXNtOaJiKLa40Bjt43KJpzJdhg2TBHyBVqCPh\";s:13:\"js/regular.js\";s:71:\"sha384-YzSStfq1m16y1v5M97ViNRpiQUCVpagVVOkqlmww8otyjFkY6EXT4dShlKNuxRDu\";s:11:\"js/solid.js\";s:71:\"sha384-WJDZ/GI6pz1VoELs6i44T3f00fguksrLXIx3LXHdlaAzmOvX/mTK5j+qzHJdKejC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8XZ16R7aSGin4NRuv6gn5xfbsvad5H8LR41g48iduwkfZEqDgXlvUjkJKgxqZUiW\";}}}s:5:\"5.0.6\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-VY3F8aCQDLImi4L+tPX4XjtiJwXDwwyXNbkH7SHts0Jlo85t1R15MlXVBKLNx+dj\";s:14:\"css/brands.css\";s:71:\"sha384-rK0EPNdv8UCeRNPzX+96ARRlf9hZM+OukGceDTdbPH30DYcSI1x5QyBU7d2I2kHX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-dbkYY2NmVwxaFrr4gq04oVh6w39ovmevsgD80Il1Od3hwpgREqyPb3XqbpaSwN4x\";s:15:\"css/regular.css\";s:71:\"sha384-HGbVnizaFNw8zW+vIol9xMwBFWdV7/k61278Zo1bnMy9dLmjv48D7rtpgYRTe5Pd\";s:13:\"css/solid.css\";s:71:\"sha384-GfC9nfESTZkjCPFbevBVig3FTd6wkjRRYMtj+qFgK8mMBvGIje2rrALgiBy6pwRL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-U2b24h7gWqOYespg+vI5yiIn4ZYlTevT0N96xkGrw7ktP1gg9XwqEslsdTLJdlGg\";s:9:\"js/all.js\";s:71:\"sha384-0AJY8UERsBUKdWcyF3o2kisLKeIo6G4Tbd8Y6fbyw6qYmn4WBuqcvxokp8m2UzSD\";s:12:\"js/brands.js\";s:71:\"sha384-4iSpDug9fizYiQRPpPafdAh5NaF8yzNMjOvu3veWgaFm0iIo8y4vUi7f3Yyz5WP1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-rttr/ldR2uHigckjTCjMDe47ySeFVaL3Q7xUkJZir56u8Z8h/XnHJXHocgyfb25F\";s:13:\"js/regular.js\";s:71:\"sha384-G375DXNEVfALvsggywPWDYrRxNOvXaCYt/kiq/GXmbaDW8/B0XtbC8iuLpXXm1jF\";s:11:\"js/solid.js\";s:71:\"sha384-U0ZJ7q5xbT8hEoRqj61HzpvsqNOQ8bsHY2VqSRPqGOzjHXmmV70Aw+DBC/PT00p4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-L8zntmMOcCbOxXiL5Rjn6ubB7KunZiQ8U3bb9x6FFTGDEvVEESW9n+x49jm34K3W\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-ldFHeX3xCFvM4uf7m0mCMIoCPVwM71jopwqLZRldf+ojynoGVSxDiphfScLukkwO\";s:14:\"css/brands.css\";s:71:\"sha384-Ks7IvHjmJ4FIFxhK4iNrtW0rAVo1DlCYpe/nDsK8CnU+yactd38YiNE1GT018WPg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sATKZbJwxaEIU3unIoL1VMbIyrNNh7PlgnaiWlicWXeRA7qdnzfFzMP9AaN2wfTU\";s:13:\"css/light.css\";s:71:\"sha384-YWWfxaKIDrbFXuVQnpxASJDHmFl2K5f2vDgrcROb+rYycoqcQVdMlfu3U38boTg/\";s:15:\"css/regular.css\";s:71:\"sha384-CydLcYoDSbudHX/6hygyQD4jBMPsv91d/RwdtH1qxI79KG8kII/OzxKDwsswywA4\";s:13:\"css/solid.css\";s:71:\"sha384-uBARwTxpZ7FB08kQlCOS/dUaN3TrGGcHthrXYIhZBpdq7YtUdVDM1sAUH9NIozMl\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BptPo+4C0N+fnMTnfw7ddW/zYUJhuNEe7edve8UrMbs+fCpfDJvJcC/lpa5Nvaky\";s:9:\"js/all.js\";s:71:\"sha384-FrB6Se1Wkxlx66xA4rPuOoOolLyQt5B1uptDmtLJSIVRJDbNkmE3QOLipnMuAbUW\";s:12:\"js/brands.js\";s:71:\"sha384-G12tjfNd/W8L4IrE5+f13LUbpzVowwhNDv+WNecvxjbaGN9bbSY7epBOqUlRqXnq\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ln5PcCmuH8v+AF9nt+HkM2GfXjsn1CtVc0n+ciM8+oe3nwGyPCceDVva7bUjNfo0\";s:11:\"js/light.js\";s:71:\"sha384-jzS22FYPy68IBBet2IRM5aQDOXjg9X1g+drXIVonDtyqGFCtUA0YIdgHdvCCX/fD\";s:13:\"js/regular.js\";s:71:\"sha384-M8TFIPAJNl8UIC8OP6GFcIE0SHkGN4zjwwjz+BBTz60XhNegOrZmjNtTQNKifmXX\";s:11:\"js/solid.js\";s:71:\"sha384-R/e3QvpS9m8HcN9b9l6nNo678ekTXL31kFY/XtRHSjrihDX8A2DF8HaXhdlAtzMx\";s:14:\"js/v4-shims.js\";s:71:\"sha384-X9eLyweB0LOTEGCwMARo9+zibrXQYmBMSrhFk4ncpT/WYnPIcpTg0IgBFDgzuPwL\";}}}s:5:\"5.0.8\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S\";s:14:\"css/brands.css\";s:71:\"sha384-IiIL1/ODJBRTrDTFk/pW8j0DUI5/z9m1KYsTm/RjZTNV8RHLGZXkUDwgRRbbQ+Jh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P\";s:15:\"css/regular.css\";s:71:\"sha384-A/oR8MwZKeyJS+Y0tLZ16QIyje/AmPduwrvjeH6NLiLsp4cdE4uRJl8zobWXBm4u\";s:13:\"css/solid.css\";s:71:\"sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-TGBI4yK0MJz2ga16RLBBt4xT4aoPMPmRYhfu1Kl5IJ0gsLyOBIKHEb49BtoO+lPS\";s:9:\"js/all.js\";s:71:\"sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ\";s:12:\"js/brands.js\";s:71:\"sha384-sCI3dTBIJuqT6AwL++zH7qL8ZdKaHpxU43dDt9SyOzimtQ9eyRhkG3B7KMl6AO19\";s:17:\"js/fontawesome.js\";s:71:\"sha384-7ox8Q2yzO/uWircfojVuCQOZl+ZZBg2D2J5nkpLqzH1HY0C1dHlTKIbpRz/LG23c\";s:13:\"js/regular.js\";s:71:\"sha384-t7yHmUlwFrLxHXNLstawVRBMeSLcXTbQ5hsd0ifzwGtN7ZF7RZ8ppM7Ldinuoiif\";s:11:\"js/solid.js\";s:71:\"sha384-+Ga2s7YBbhOD6nie0DzrZpJes+b2K1xkpKxTFFcx59QmVPaSA8c7pycsNaFwUK6l\";s:14:\"js/v4-shims.js\";s:71:\"sha384-4CnzNxEP5RK316IYY2+W4hc05uJdfd+p9iNVeNG9Ws3Qxf5tKolysO9wu/8rloj2\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-OGsxOZf8qnUumoWWSmTqXMPSNI9URpNYN35fXDb5Cv5jT6OR673ah1e5q+9xKTq6\";s:14:\"css/brands.css\";s:71:\"sha384-VRONz34zTLl4P+DLYyJ8kP8C3tB1PGtqL5p8nBAvHuoc1u32bR3RHixrjffD8Fly\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+5VkSw5C1wIu2iUZEfX77QSYRb5fhjmEsRn8u4r9Ma8mvu/GvTag4LDSEAw7RjXl\";s:13:\"css/light.css\";s:71:\"sha384-shmfBA2CRxp88gq8NcvWbEN8KExYU4uvQUBEG36BStGZ5k91nGKE4wDvvWvuimbu\";s:15:\"css/regular.css\";s:71:\"sha384-0w6MzzKHIB9cUlfWSmSp1Pj6XqGGDseWSMz1Yppk3UOc1dhYhpFx1AuCkMBECEvC\";s:13:\"css/solid.css\";s:71:\"sha384-+iHwwKZGTdlVFbv4fsKmLkogfdKlp47zQGkSMDN3ANc8kXjyKudKvQwinI5VH+2C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-b2wDmqWyAwmI2rS5ut5UweBS1V32L/k1+2Oo7eCaHdXOS/1bFwC8AKevTI6N28LN\";s:9:\"js/all.js\";s:71:\"sha384-816IUmmhAwCMonQiPZBO/PTgzgsjHtpb78rpsLzldhb4HZjFzBl06Z3eu4ZuwHTz\";s:12:\"js/brands.js\";s:71:\"sha384-gJijC/2qM/p3zm2wHECHX1OMLdzlu61sNp7YfmFQxo+OyT9hO1orX7MmnHhaoXQ4\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ht3fAeBiX/rVmKVyMwONAIIt0aRoPzZgq1FzdRgR9zFo+Kcd8YDwUbFlTItfaYW4\";s:11:\"js/light.js\";s:71:\"sha384-mfSnp84URDGC1t+cg63LgVKwEs63ulRUpjNneyDZMGMAE9ZKUNZ85rMBMHucGLYP\";s:13:\"js/regular.js\";s:71:\"sha384-SIp/+zr0hyfSVIQPkAwB/L1h4fph6T3CmU4mE7IFtGJlgwoCko0Bye/1J0sjyh4v\";s:11:\"js/solid.js\";s:71:\"sha384-jTxqWCb7UqRDQDd2Nkuh5BkHe9k+ElbFLa3NaJfid5kBK/+cVktzVRXrw0isFWxf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-w/sFNq23wbOXJOUpFyISABLXk9tA4Z8r9hl80er2mobEwgS7VXXYDANaWyrCWe3/\";}}}s:5:\"5.0.9\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-5SOiIsAziJl6AWe0HWRKTXlfcSHKmYV4RBF18PPJ173Kzn7jzMyFuTtk8JA7QQG1\";s:14:\"css/brands.css\";s:71:\"sha384-ATC/oZittI09GYIoscTZKDdBr/kI3lCwzw3oBMnOYCPVNJ4i7elNlCxSgLfdfFbl\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Lyz+8VfV0lv38W729WFAmn77iH5OSroyONnUva4+gYaQTic3iI2fnUKtDSpbVf0J\";s:15:\"css/regular.css\";s:71:\"sha384-seionXF7gEANg+LFxIOw3+igh1ZAWgHpNR8SvE64G/Zgmjd918dTL55e8hOy7P4T\";s:13:\"css/solid.css\";s:71:\"sha384-29Ax2Ao1SMo9Pz5CxU1KMYy+aRLHmOu6hJKgWiViCYpz3f9egAJNwjnKGgr+BXDN\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hl6tZnMfNiJHYyFxpmnRV8+pziARxY3X/4XWfFXldG7sdkkLv+Od2Gpc57P7C1g6\";s:9:\"js/all.js\";s:71:\"sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl\";s:12:\"js/brands.js\";s:71:\"sha384-qJKAzpOXfvmSjzbmsEtlYziSrpVjh5ROPNqb8UZ60myWy7rjTObnarseSKotmJIx\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2IUdwouOFWauLdwTuAyHeMMRFfeyy4vqYNjodih+28v2ReC+8j+sLF9cK339k5hY\";s:13:\"js/regular.js\";s:71:\"sha384-BazKgf1FxrIbS1eyw7mhcLSSSD1IOsynTzzleWArWaBKoA8jItTB5QR+40+4tJT1\";s:11:\"js/solid.js\";s:71:\"sha384-P4tSluxIpPk9wNy8WSD8wJDvA8YZIkC6AQ+BfAFLXcUZIPQGu4Ifv4Kqq+i2XzrM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9f5gaI9TkuYhi5O/inzfdOXx2nkIhDsLtXqBNmtY6/c5PoqXfd0U2DAjqQVSCXQh\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-L+XK540vkePe55E7PAfByfvW0XpsyYpsifTpgh/w8WvH6asVg/c2zqp0EfZfZTbF\";s:14:\"css/brands.css\";s:71:\"sha384-+LMmZxgyldhNCY6nei3oAWJjHbpbROtVb+f5Ux/nahA+Xjm3wcNdu7zyB39Yj38S\";s:19:\"css/fontawesome.css\";s:71:\"sha384-31qpW3hduWGiGey9tdI9rBBxiog5pxZbPiAlD6YKIgy0P2V1meprKhvpk+xJDkMw\";s:13:\"css/light.css\";s:71:\"sha384-wD8IB6DSQidXyIWfwBrsFwTaHTQDsgzyeqzhd1jNdBZHvGSa7KRGb6Q5sMlroCyk\";s:15:\"css/regular.css\";s:71:\"sha384-hJbmKHxbgrH79UtKxubo1UTe96bOL4Xfhjaqr0csD1UMPEPbeV+446QAC+IGxY+b\";s:13:\"css/solid.css\";s:71:\"sha384-k8v16DuQ4ZFtRfpTeqTW4tcHIj5tkvUNQm1QiLs90XiToLzyFeV+yxujHjSZ2wim\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-yVUvm1bVSmayKKt0YHPKotNQzlBvgNhEBbQ6U1d38bjpapXMVmE+SLXrpQ9td4Ij\";s:9:\"js/all.js\";s:71:\"sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4\";s:12:\"js/brands.js\";s:71:\"sha384-yIJb2TJeTM04vupX+3lv0Qp9j0Pnk8Qm9UPYlXr3H0ROCHNNLoacpS++HWDabbzi\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8QYlVHotqQzcAVhJny7MO9ZR0hASr6cRCpURV+EobTTAv5wftkn4i+U6UrMqoCis\";s:11:\"js/light.js\";s:71:\"sha384-06sraYAcw8BzUjsPn5z8Qi/QAA2/ZJl5GN3LGtRp7k+tZpu7kw+sRNXDDTU4RkOt\";s:13:\"js/regular.js\";s:71:\"sha384-C6h/8oKUfY6cVuGfFSu9uGIlFkaD1u1j+ByYGFTdFbOpHOHpw39lKxqEpRgLQg6A\";s:11:\"js/solid.js\";s:71:\"sha384-nISI3wKDp2gWn9L91zXOKXZ6JPt2mteGTnaJAMfeNgAoeLKl2AQsWLH69HMmBXHa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vuyo8HdrwozCl2DhHOJ40ytjEx9FGy0cqu8i5GHeIoSUm6MPgqCXAVoUIsudKfuE\";}}}s:6:\"5.0.10\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg\";s:14:\"css/brands.css\";s:71:\"sha384-KtmfosZaF4BaDBojD9RXBSrq5pNEO79xGiggBxf8tsX+w2dBRpVW5o0BPto2Rb2F\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8WwquHbb2jqa7gKWSoAwbJBV2Q+/rQRss9UXL5wlvXOZfSodONmVnifo/+5xJIWX\";s:15:\"css/regular.css\";s:71:\"sha384-R7FIq3bpFaYzR4ogOiz75MKHyuVK0iHja8gmH1DHlZSq4tT/78gKAa7nl4PJD7GP\";s:13:\"css/solid.css\";s:71:\"sha384-HTDlLIcgXajNzMJv5hiW5s2fwegQng6Hi+fN6t5VAcwO/9qbg2YEANIyKBlqLsiT\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ucawWSvpdgQ67m4VQzI6qBOHIsGRoY2soJtCkkp15b6IaNCLgauWkbKR8SAuiDQ7\";s:9:\"js/all.js\";s:71:\"sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+\";s:12:\"js/brands.js\";s:71:\"sha384-6jhVhr5a+Z1nLr9h+fd7ocMEo847wnGFelCHddaOOACUeZNoQwFXTxh4ysXVam8u\";s:17:\"js/fontawesome.js\";s:71:\"sha384-M2FSA4xMm1G9m4CNXM49UcDHeWcDZNucAlz1WVHxohug0Uw1K+IpUhp/Wjg0y6qG\";s:13:\"js/regular.js\";s:71:\"sha384-JWLWlnwX0pRcCBsI3ZzOEyVDoUmngnFnbXR9VedCc3ko4R3xDG+KTMYmVciWbf4N\";s:11:\"js/solid.js\";s:71:\"sha384-Q7KAHqDd5trmfsv85beYZBsUmw0lsreFBQZfsEhzUtUn5HhpjVzwY0Aq4z8DY9sA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RLvgmog5EsZMMDnT3uJo6ScffPHTtMbhtV8pcT8kP5UJzlVRU1SP9Hccelk3zYZc\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KwxQKNj2D0XKEW5O/Y6haRH39PE/xry8SAoLbpbCMraqlX7kUP6KHOnrlrtvuJLR\";s:14:\"css/brands.css\";s:71:\"sha384-cyAsyPMdnj21FGg6BEGfZdZ99a/opKBeFa8z5VoHPsPj+tLRYSxkRlPWnGkCJGyA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HE+OCjOJOPZavEcVffA6E24sIfY2RwV4JRieXa/3N5iCY8vgnTwZemElENQ8ak/K\";s:13:\"css/light.css\";s:71:\"sha384-k/d3hya1Xwx/V3yLAr7/6ibFaFIaN+xeY1eIv42A1Bn2HgfB+/YjLscji1sHLOkb\";s:15:\"css/regular.css\";s:71:\"sha384-D4yOV+i5oKU6w8CiadBDVtSim/UXmlmQfrIdRsuKT3nYhiF/Tb6YLQtyF9l0vqQF\";s:13:\"css/solid.css\";s:71:\"sha384-WjYgBJXUWNFTzFd4wNJuzUZx28GSgjzXrPO4LJrng96HFrI/nLrG1R5NET65v1yR\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-S/uB02cfkgX8kd+j6f3gmw/PPTg8xSiE/w6d8dE852PzHXkGBYLrqpWFse9hInR2\";s:9:\"js/all.js\";s:71:\"sha384-+1nLPoB0gaUktsZJP+ycZectl3GX7wP8Xf2PE/JHrb7X1u7Emm+v7wJMbAcPr8Ge\";s:12:\"js/brands.js\";s:71:\"sha384-OwdVp9K/baqiXthTvRnYzMcsTaqwG19SfDkTRc/GBIhK9eYlWVVBEvLlueA0STAP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TxXqLyCP6HYGVtr9V1M1rQE7IMbBEZoDdOX+MFeYNbWNwopWKVQM8NyqtU2x+5t2\";s:11:\"js/light.js\";s:71:\"sha384-rv/n2A+UxOzR1qs4wrcOtJ7Ai5Hcn3QQ8tvEkOo5lCvqCD3xwpeO3KZP18JpSXr3\";s:13:\"js/regular.js\";s:71:\"sha384-QNGmoJVI8f07j7N4+DSn4Cdob1PTBJOR6jRGwUwqSPyL2HmvWaBPXuSXOcStGo9D\";s:11:\"js/solid.js\";s:71:\"sha384-m3J/Wb6KcNkFJIpCugSSJITG80sKhEA+16UCFdq1LnpMTOCXwwpeyrE1FmyqoArv\";s:14:\"js/v4-shims.js\";s:71:\"sha384-H+U1wWQdWbEtuQPJ4ZpMl8yWydI6xc/306L/NZkpGY8BGpeSpu39V20x03S3xcMw\";}}}s:6:\"5.0.12\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-G0fIWCsCzJIMAVNQPfjH08cyYaUtMwjJwqiRKxxE/rx96Uroj1BtIQ6MLJuheaO9\";s:14:\"css/brands.css\";s:71:\"sha384-Pln/erVatVEIIVh7sfyudOXs5oajCSHg7l5e2Me02e3TklmDuKEhQ8resTIwyI+w\";s:19:\"css/fontawesome.css\";s:71:\"sha384-rnr8fdrJ6oj4zli02To2U/e6t1qG8dvJ8yNZZPsKHcU7wFK3MGilejY5R/cUc5kf\";s:15:\"css/regular.css\";s:71:\"sha384-RGDxJbFQcd3/Rei8rYb+3xO3YREd0abxm8WfLkYj7j4HHo5ZVuNUGVx8H8GbpFTQ\";s:13:\"css/solid.css\";s:71:\"sha384-VxweGom9fDoUf7YfLTHgO0r70LVNHP5+Oi8dcR4hbEjS8UnpRtrwTx7LpHq/MWLI\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-N44Xrku5FaDiZLZ8lncIZLh+x9xiqk1r0NTlUJQ5xanSpdORyQHP4Zp2WQJ9GlpJ\";s:9:\"js/all.js\";s:71:\"sha384-Voup2lBiiyZYkRto2XWqbzxHXwzcm4A5RfdfG6466bu5LqjwwrjXCMBQBLMWh7qR\";s:12:\"js/brands.js\";s:71:\"sha384-BPIhZF7kZGuZzBS4SP/oIqzpxWuOUtsPLUTVGpGw+EtB1wKt1hv63jb2OCroS3EX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6AOxTjzzZLvbTJayrLOYweuPckqh0rrB4Sj+Js8Vzgr85/qm2e0DRqi+rBzyK52J\";s:13:\"js/regular.js\";s:71:\"sha384-6XNKyHeL6pEPXURVNSKQ0lUP80a5FHqN0oFqSSS8Qviyy2u0KmCMJlQ5iLiAAPBg\";s:11:\"js/solid.js\";s:71:\"sha384-652/z7yNdGONCCBu0u5h5uF9voJhBdgruAuIDVheEaQ7O/ZC9wyyV+yZsYb32Wy7\";s:14:\"js/v4-shims.js\";s:71:\"sha384-STc8Gazx86A+NmeBWQTqa5Ob1wGSRQZevexYiUkKdiqZhi5LSZ28XYAvgptHK5HH\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HX5QvHXoIsrUAY0tE/wG8+Wt1MwvaY28d9Zciqcj6Ob7Tw99tFPo4YUXcZw9l930\";s:14:\"css/brands.css\";s:71:\"sha384-M4owBK0KiG0Vz+G5z/8v8tBb1+w9ts66Z6xKkZEPgBwzISkrcNra4GxZcvJPyaGB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ZDxYpspDwfEsC0ZJDb74i/Rqjb1CnX3a69Dz9vXv4PvvlTEkgMI02TATTRNJoZ06\";s:13:\"css/light.css\";s:71:\"sha384-PWGGmWk9+xVydf1Gzso0ouaikBBKLu4nCY52q+tBUMq5iXmRhpgTuDkjbtxZ1rXT\";s:15:\"css/regular.css\";s:71:\"sha384-tYZB+BP2inzRg01pQhSlW4Tloc0ULXYGiBaf5kSB5Tb3+l84bJy+PKerqziKz3iv\";s:13:\"css/solid.css\";s:71:\"sha384-KY40QRrgoQAM9BPN+gm7JoK30M/P6QqKRCbXUS3uWbPfycyiVeEsPkGNMhcNL3DU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ubRAMbpAKC+ULwg5mkUQLFReIXq1yeiKIcfV7cYp+rEaeINfEglYX6JOte80PCDk\";s:9:\"js/all.js\";s:71:\"sha384-quzri7saio48xMf3ED3HiI5YaItt68Q+0J3qc9EIfk1jk3QqCJhS24l6CZpUGfEe\";s:12:\"js/brands.js\";s:71:\"sha384-QlvHmHtevrYI4s/vdiK6chTDouw2pRA5av6ZLVtENubkoCgSZz4ZaXVvplQ1FRPs\";s:17:\"js/fontawesome.js\";s:71:\"sha384-CUrLKzrygRugRUPtEJ1u4nV4Ec6GnuDMRDGaxfoFXLI+sraWS6rqGg2Sjfs6BTet\";s:11:\"js/light.js\";s:71:\"sha384-z7YlG414oqy0TO7qY/nGfC8zd1LL8JAX3iNQ3iLybUIziHzaMYqBwUvhizEwV0Fd\";s:13:\"js/regular.js\";s:71:\"sha384-p/qo0lifpToZ0ubNiv1WFzlmYJU+BOenvU+evARCvCqALvbpZuqmZQ207vmYD6QL\";s:11:\"js/solid.js\";s:71:\"sha384-y//1Knkpeyl2S568g2ECqUA4n3MKf+kpj1/sfjUQbR1WtBPONceBHrQVMiAqfjLH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6+8zJP76v3EziONR2vMd32iSU3qbdicAE8KNp+NWniM6mBmvN80NlY+sbvCO+w7M\";}}}s:6:\"5.0.13\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:12:{s:11:\"css/all.css\";s:71:\"sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp\";s:14:\"css/brands.css\";s:71:\"sha384-VGCZwiSnlHXYDojsRqeMn3IVvdzTx5JEuHgqZ3bYLCLUBV8rvihHApoA1Aso2TZA\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GVa9GOgVQgOk+TNYXu7S/InPTfSDTtBalSgkgqQ7sCik56N9ztlkoTr2f/T44oKV\";s:15:\"css/regular.css\";s:71:\"sha384-EWu6DiBz01XlR6XGsVuabDMbDN6RT8cwNoY+3tIH+6pUCfaNldJYJQfQlbEIWLyA\";s:13:\"css/solid.css\";s:71:\"sha384-Rw5qeepMFvJVEZdSo1nDQD5B6wX0m7c5Z/pLNvjkB14W6Yki1hKbSEQaX9ffUbWe\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LAtyQAMHxrIJzktG06ww5mJ0KQ+uCqQIJFjwj+ceCjUlZ2jkLwJZt1nBGw4KaFEZ\";s:9:\"js/all.js\";s:71:\"sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe\";s:12:\"js/brands.js\";s:71:\"sha384-G/XjSSGjG98ANkPn82CYar6ZFqo7iCeZwVZIbNWhAmvCF2l+9b5S21K4udM7TGNu\";s:17:\"js/fontawesome.js\";s:71:\"sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY\";s:13:\"js/regular.js\";s:71:\"sha384-IJ3h7bJ6KqiB70L7/+fc44fl+nKF5eOFkgM9l/zZii9xs7W2aJrwIlyHZiowN+Du\";s:11:\"js/solid.js\";s:71:\"sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-qqI1UsWtMEdkxgOhFCatSq+JwGYOQW+RSazfcjlyZFNGjfwT/T1iJ26+mp70qvXx\";}s:3:\"pro\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-oi8o31xSQq8S0RpBcb4FaLB8LJi9AT8oIdmS1QldR8Ui7KUQjNAnDlJjp55Ba8FG\";s:14:\"css/brands.css\";s:71:\"sha384-t3MQUMU0g3tY/0O/50ja6YVaEFYwPpOiPbrHk9p5DmYtkHJU2U1/ujNhYruOJwcj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-LDuQaX4rOgqi4rbWCyWj3XVBlgDzuxGy/E6vWN6U7c25/eSJIwyKhy9WgZCHQWXz\";s:13:\"css/light.css\";s:71:\"sha384-d8NbeymhHpk+ydwT2rk4GxrRuC9pDL/3A6EIedSEYb+LE+KQ5QKgIWTjYwHj/NBs\";s:15:\"css/regular.css\";s:71:\"sha384-HLkkol/uuRVQDnHaAwidOxb1uCbd78FoGV/teF8vONYKRP9oPQcBZKFdi3LYDy/C\";s:13:\"css/solid.css\";s:71:\"sha384-drdlAcijFWubhOfj9OS/gy2Gs34hVhVT90FgJLzrldrLI+7E7lwBxmanEEhKTRTS\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-8YpCivPy+AkMdZ0uAvEP04Gs77AN/6mS5AmZqkCwniP51zSG8rCMaH06OYuC4iXd\";s:9:\"js/all.js\";s:71:\"sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn\";s:12:\"js/brands.js\";s:71:\"sha384-44Hl7UlQr9JXHFcZOp9qWHk2H1lrsAN/cG3GNgB2JqbciecuJ2/B9sjelOMttzBM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-BUkEHIKZJ0ussRY3zYfFL7R0LpqWmucr9K38zMTJWdGQywTjmzbejVSNIHuNEhug\";s:11:\"js/light.js\";s:71:\"sha384-+iGqamqASU/OvBgGwlIHH6HSEgiluzJvTqcjJy8IN9QG9aUfd0z0pKpTlH7TpU7X\";s:13:\"js/regular.js\";s:71:\"sha384-1bAvs6o5Yb7MMzvTI3oq2qkreCQFDXb6KISLBhrHR+3sJ/mm7ZWfnQVRwScbPEmd\";s:11:\"js/solid.js\";s:71:\"sha384-CucLC75yxFXtBjA/DCHWMS14abAUhf5HmFRdHyKURqqLqi3OrLsyhCyqp83qjiOR\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LDfu/SrM7ecLU6uUcXDDIg59Va/6VIXvEDzOZEiBJCh148mMGba7k3BUFp1fo79X\";}}}s:5:\"5.1.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt\";s:14:\"css/brands.css\";s:71:\"sha384-7xAnn7Zm3QC1jFjVc1A6v/toepoG3JXboQYzbM0jrPzou9OFXm/fY6Z/XiIebl/k\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ozJwkrqb90Oa3ZNb+yKFW2lToAWYdTiF1vt8JiH5ptTGHTGcN7qdoR1F95e0kYyG\";s:15:\"css/regular.css\";s:71:\"sha384-avJt9MoJH2rB4PKRsJRHZv7yiFZn8LrnXuzvmZoD3fh1aL6aM6s0BBcnCvBe6XSD\";s:13:\"css/solid.css\";s:71:\"sha384-TbilV5Lbhlwdyc4RuIV/JhD8NR+BfMrvz4BL5QFa2we1hQu6wvREr3v6XSRfCTRp\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5aLiCANDiVeIiNfzcW+kXWzWdC6riDYfxLS6ifvejaqYOiEufCh0zVLMkW4nr8iC\";s:16:\"css/v4-shims.css\";s:71:\"sha384-epK5t6ciulYxBQbRDZyYJFVuWey/zPlkBIbv6UujFdGiIwQCeWOyv5PVp2UQXbr2\";s:9:\"js/all.js\";s:71:\"sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9\";s:12:\"js/brands.js\";s:71:\"sha384-ZqDZAkGUHrXxm3bvcTCmQWz4lt7QGLxzlqauKOyLwg8U0wYcYPDIIVTbZZXjbfsM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-juNb2Ils/YfoXkciRFz//Bi34FN+KKL2AN4R/COdBOMD9/sV/UsxI6++NqifNitM\";s:13:\"js/regular.js\";s:71:\"sha384-Y+AVd32cSTAMpwehrH10RiRmA28kvu879VbHTG58mUFhd+Uxl/bkAXsgcIesWn3a\";s:11:\"js/solid.js\";s:71:\"sha384-Z7p3uC4xXkxbK7/4keZjny0hTCWPXWfXl/mJ36+pW7ffAGnXzO7P+iCZ0mZv5Zt0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-3qT9zZfeo1gcy2NmVv5dAhtOYkj91cMLXRkasOiRB/v+EU3G+LZUyk5uqZQdIPsV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-87DrmpqHRiY8hPLIr7ByqhPIywuSsjuQAfMXAE0sMUpY3BM7nXjf+mLIUSvhDArs\";s:14:\"css/brands.css\";s:71:\"sha384-C1HxUFJBptCeaMsYCbPUw8fdL2Cblu3mJZilxrfujE+7QLr8BfuzBl5rPLNM61F6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PnWzJku7hTqk2JREATthkLpYeVVGcBbXG5yEzk7hD2HIr/VxffIDfNSR7p7u4HUy\";s:13:\"css/light.css\";s:71:\"sha384-ANTAgj8tbw0vj4HgQ4HsB886G2pH15LXbruHPCBcUcaPAtn66UMxh8HQcb1cH141\";s:15:\"css/regular.css\";s:71:\"sha384-6kuJOVhnZHzJdVIZJcWiMZVi/JwinbqLbVxIbR73nNqXnYJDQ5TGtf+3XyASO4Am\";s:13:\"css/solid.css\";s:71:\"sha384-rvfDcG9KDoxdTesRF/nZ/sj8CdQU+hy6JbNMwxUTqpoI2LaPK8ASQk6E4bgabrox\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-/h6SKuA/ysT91EgYEGm9B6Z6zlaxuvKeW/JB7FWdGwCFalafxmGzJE2a63hS1BLm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2RBBYH6GaI11IJzJ6V1eL7kXXON+epoQIt+HqpzQdBrtyT7gNwKPDxo2roxUbtW9\";s:9:\"js/all.js\";s:71:\"sha384-E5SpgaZcbSJx0Iabb3Jr2AfTRiFnrdOw1mhO19DzzrT9L+wCpDyHUG2q07aQdO6E\";s:12:\"js/brands.js\";s:71:\"sha384-QPbiRUBnwCr8JYNjjm7CB0QP9h4MLvWUZhsChFX6dLzRkY22/nAxVYqa5nUTd6PL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ckjcH5WkBMAwWPjTJiy7K2LaLp37yyCVKAs3DKjhPdo0lRCDIScolBzRsuaSu+bQ\";s:11:\"js/light.js\";s:71:\"sha384-77i21WTcIcnSPKxwR794RLUQitpNqm6K3Fxsjx8hgoc3ZZbPJu5orgvU/7xS3EFq\";s:13:\"js/regular.js\";s:71:\"sha384-S21AhcbZ5SXPXH+MH7JuToqmKYXviahLaD1s9yApRbu1JDiMjPBGQIw/3PCHKUio\";s:11:\"js/solid.js\";s:71:\"sha384-q6QALO/4RSDjqnloeDcGnkB0JdK3MykIi6dUW5YD66JHE3JFf8rwtV5AQdYHdE0X\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9gfBAY6DS3wT0yuvYN1aaA1Q9R0fYQHliQWLChuYDWJJ0wQJpoNZrzlcqd4+qqny\";}}}s:5:\"5.1.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ\";s:14:\"css/brands.css\";s:71:\"sha384-SYNjKRRe+vDW0KSn/LrkhG++hqCLJg9ev1jIh8CHKuEA132pgAz+WofmKAhPpTR7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-0b7ERybvrT5RZyD80ojw6KNKz6nIAlgOKXIcJ0CV7A6Iia8yt2y1bBfLBOwoc9fQ\";s:15:\"css/regular.css\";s:71:\"sha384-QNorH84/Id/CMkUkiFb5yTU3E/qqapnCVt6k5xh1PFIJ9hJ8VfovwwH/eMLQTjGS\";s:13:\"css/solid.css\";s:71:\"sha384-S2gVFTIn1tJ/Plf+40+RRAxBCiBU5oAMFUJxTXT3vOlxtXm7MGjVj62mDpbujs4C\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EH3TEAKYd7R0QbCS4OFuYoEpaXITVg5c/gdZ/beEaAbRjMGVuVLLFjiIKOneCzGZ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-LCsPWAjCFLDeFHB5Y0SBIOqgC5othK8pIZiJAdbJDiN10B2HXEm1mFNHtED8cViz\";s:9:\"js/all.js\";s:71:\"sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a\";s:12:\"js/brands.js\";s:71:\"sha384-0inRy4HkP0hJ038ZyfQ4vLl+F4POKbqnaUB6ewmU4dWP0ki8Q27A0VFiVRIpscvL\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NY6PHjYLP2f+gL3uaVfqUZImmw71ArL9+Roi9o+I4+RBqArA2CfW1sJ1wkABFfPe\";s:13:\"js/regular.js\";s:71:\"sha384-sAzYCvbTTKFOxT4VHu+ZjHRMXjvfjT6TAqOng28g4jba88Peg5+hkoVIqQKGjmj1\";s:11:\"js/solid.js\";s:71:\"sha384-GXi56ipjsBwAe6v5X4xSrVNXGOmpdJYZEEh/0/GqJ3JTHsfDsF8v0YQvZCJYAiGu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-T69Lzd4bE7W8/vVrxvfsx45/AAKf6QmKEg5zSl0v9aZwo/pTKseq81mxdpARTQpx\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xyMU7RufUdPGVOZRrc2z2nRWVWBONzqa0NFctWglHmt5q5ukL22+lvHAqhqsIm3h\";s:14:\"css/brands.css\";s:71:\"sha384-E5dVkWQIVhVPtBz/KK2TS7EM9l1+5XiWFPX7l3+5ayHPwDguGsHqof3GQbk55AS3\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bHoj6f1b1CQ6zapOREeYBO/JnDjeV1fLuKn3KHnbqAAnkLva11KY3m8YyKPVXYLF\";s:13:\"css/light.css\";s:71:\"sha384-EGKQAl6ZrGi/zGxZ4ykVhc/A3tFVeBiLnneETILtcxQnZpo7ejmb4BkNa3zSgo4K\";s:15:\"css/regular.css\";s:71:\"sha384-AKIrAHbICIQF+NEqtykrcdzMjExDiKLa9hOyUVsr4PlHtktH7xaD10vO98UnPjuE\";s:13:\"css/solid.css\";s:71:\"sha384-Ux3tEr1RmnxCht2XbPkWWBuotwMVXKOe0PkWN/nmiD5CSV6Tyjl+Kr0J0iX1yd0q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-++BmJ9x4V05AhCNnLr/RjPTY4BAFuhZsESUqH5hiwZspBvy7F+DRGvSH8tGHw9P/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TUicmScQcYANFcc4OQKEX6V1Zek9o9t+dwW/2tZoXmSigBk9JqfHxZZFlSo+0oRl\";s:9:\"js/all.js\";s:71:\"sha384-cHcg4nvWPIGArJhEgL2F5e09Cn1GyPQpNYKbPatFCpDefCbezZjPA3PhLozKTZnv\";s:12:\"js/brands.js\";s:71:\"sha384-KCMfKsP/3VgeibBQRMu4bT+9041Hi2v9PIz9FLOPJBEvxCBklc4o7tRwwQu4FWsT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EWJRWU7LQt+ri8YtDjTr8adATyP7y8DwlpE8zruoUC4nHNjtWZMU+iPYK+tFaV3U\";s:11:\"js/light.js\";s:71:\"sha384-0rp6k6cJIuLV1ORowDSSKr4VbEqb664PQUWdBvhJyt6IfkshVb0r6UlOkX6yVdaI\";s:13:\"js/regular.js\";s:71:\"sha384-Mw6yr+W+X+ckaAUbsPUb2BcU3Af9aSjmPMIlMr2iplN0VQIpscDWy/VwY5w0sz9w\";s:11:\"js/solid.js\";s:71:\"sha384-PyvJtlnGBA/R+hfVbHbnzfeT8G/iTORqPhR5WKGTQXlfmLe5bV+d64NECHG4sIMa\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rJQjFeDWQReL3KmIeV81jB594CgKx/MmXyAgiuu88Jo253P+PSMgWzivZQtR6N6J\";}}}s:5:\"5.2.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ\";s:14:\"css/brands.css\";s:71:\"sha384-nT8r1Kzllf71iZl81CdFzObMsaLOhqBU1JD2+XoAALbdtWaXDOlWOZTR4v1ktjPE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6\";s:15:\"css/regular.css\";s:71:\"sha384-zkhEzh7td0PG30vxQk1D9liRKeizzot4eqkJ8gB3/I+mZ1rjgQk+BSt2F6rT2c+I\";s:13:\"css/solid.css\";s:71:\"sha384-wnAC7ln+XN0UKdcPvJvtqIH3jOjs9pnKnq9qX68ImXvOGz2JuFoEiCjT8jyZQX2z\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jKeGgxY7zPT61fNXg6OMRDu8vsxOPRLMlgAIUHo1KVag4lyu5B03KsDLYOTMM4ld\";s:16:\"css/v4-shims.css\";s:71:\"sha384-W14o25dsDf2S/y9FS68rJKUyCoBGkLwr8owWTSTTHj4LOoHdrgSxw1cmNQMULiRb\";s:9:\"js/all.js\";s:71:\"sha384-4oV5EgaV02iISL2ban6c/RmotsABqE4yZxZLcYMAdG7FAPsyHYAPpywE9PJo+Khy\";s:12:\"js/brands.js\";s:71:\"sha384-4BRtleJgTYsMKIVuV1Z7lNE29r4MxwKR7u88TWG2GaXsmSljIykt/YDbmKndKGID\";s:17:\"js/fontawesome.js\";s:71:\"sha384-QcnrgQuRmocjIBY6ByWMmDvUg3HO4MSdVjY7ynJwZfvTDhVPPQOUI9TRzc6/7ZO1\";s:13:\"js/regular.js\";s:71:\"sha384-YdSTwqfKxyP06Jj3UzTeumv8M+Pme60+KND4oF+5r5VeUCvdkw7NhSzFYWbe00ba\";s:11:\"js/solid.js\";s:71:\"sha384-YmNA3b9AQuWW8KZguYfqJa/YhKNTwGVD5pQc1cN0ZAVRudFFtR17HR7rooNcVXe4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-rn4uxZDX7xwNq5bkqSbpSQ3s4tK9evZrXAO1Gv9WTZK4p1+NFsJvOQmkos19ebn2\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-TXfwrfuHVznxCssTxWoPZjhcss/hp38gEOH8UPZG/JcXonvBQ6SlsIF49wUzsGno\";s:14:\"css/brands.css\";s:71:\"sha384-Ei2oxwH0wpwmp7KPdhYnajC5fWDdMENOjDw9OfzWvcFcOGn0Egy+L5AAculaqBbD\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4eP+1rYQmuI3hxrmyE+GT/EIiNbF4R85ciN3jMpmIh+bU5Hz2IU7AdcVe+JS+AJz\";s:13:\"css/light.css\";s:71:\"sha384-pcDR01P1wNxsYZiEYdROCAYhU2u8VHOctLrYRonRFtkf/TGEQFWt0rqFbPGWlyn4\";s:15:\"css/regular.css\";s:71:\"sha384-g3XsWx0Sqi7JIjLKVnwUxEvqrxTMQPIf3PN+vTdWY2AhduP/rnj0rw89v0nbD4Ro\";s:13:\"css/solid.css\";s:71:\"sha384-B/E/KxBX31kY/5sew+X4c8e6ErosbqOOsA3t4k6VVmx8Hrz//v0tEUtXmUVx9X6Q\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-O6mvz45yC1vfdu/EgUxAoSGrP+sFtepMtj7eOQIW1G3WT9Sj5djActZC0hd/F42D\";s:16:\"css/v4-shims.css\";s:71:\"sha384-2QRS8Mv2zxkE2FAZ5/vfIJ7i0j+oF15LolHAhqFp9Tm4fQ2FEOzgPj4w/mWOTdnC\";s:9:\"js/all.js\";s:71:\"sha384-yBZ34R8uZDBb7pIwm+whKmsCiRDZXCW1vPPn/3Gz0xm4E95frfRNrOmAUfGbSGqN\";s:12:\"js/brands.js\";s:71:\"sha384-eg9wHuvEPj6+GlGomBRaMHLF0QfCnjdASWDKd84DMeM9phhyDaPFou/nHJBt0bz+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FQUuiJxt9F0hPc9IP3M5ndmqK53iBCGcy4ZSx8QirhYOIs8l7x+e1/zdswyZEigi\";s:11:\"js/light.js\";s:71:\"sha384-glAz6mCeiwAe/kHHHG/OvhrjA4+AH55ZfH8fwYp48YCY61POwUmOrH/oYOaF2Ujy\";s:13:\"js/regular.js\";s:71:\"sha384-8hKZY21U4J3r9N0GFl+24YnDkbRhs8y/nXT6BaZ+sOJDNmz+1DhFawE9UYL37XzB\";s:11:\"js/solid.js\";s:71:\"sha384-1j3ph9Rf+Aaz6rrizz6cdFxU9ZbUyvkbiwQ5+T/BY4I5mk37vUpTA8S9ZZOlfdWu\";s:14:\"js/v4-shims.js\";s:71:\"sha384-aoMjEUBUPf5GpXx1WJUeTZ/gBmGqQB1u8uUc2J5LW2xnQtJKkGulESZ+rkoj182s\";}}}s:5:\"5.3.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU\";s:14:\"css/brands.css\";s:71:\"sha384-rf1bqOAj3+pw6NqYrtaE1/4Se2NBwkIfeYbsFdtiR6TQz0acWiwJbv1IM/Nt/ite\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7\";s:15:\"css/regular.css\";s:71:\"sha384-ZlNfXjxAqKFWCwMwQFGhmMh3i89dWDnaFU2/VZg9CvsMGA7hXHQsPIqS+JIAmgEq\";s:13:\"css/solid.css\";s:71:\"sha384-VGP9aw4WtGH/uPAOseYxZ+Vz/vaTb1ehm1bwx92Fm8dTrE+3boLfF1SpAtB1z7HW\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-4K9ulTwOtsXr+7hczR7fImKfUZY5THwqvfxwPx1VUCEOt4qssi2Vm+kHY7NJQPoy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lmquXrF9qn7mMo6iRQ662vN44vTTVUBpcdtDFWPxD9uFPqC/aMn6pcQrTTupiv1A\";s:9:\"js/all.js\";s:71:\"sha384-kW+oWsYx3YpxvjtZjFXqazFpA7UP/MbiY4jvs+RWZo2+N94PFZ36T6TFkc9O3qoB\";s:12:\"js/brands.js\";s:71:\"sha384-2vdvXGQdnt+ze3ylY5ESeZ9TOxwxlOsldUzQBwtjvRpen1FwDT767SqyVbYrltjb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-2OfHGv4zQZxcNK+oL8TR9pA+ADXtUODqGpIRy1zOgioC4X3+2vbOAp5Qv7uHM4Z8\";s:13:\"js/regular.js\";s:71:\"sha384-sqmLTIuB+bQgkyOcdJ/hAvXl51Z7qqdK/lcH/rt6sdvDKFincQWI+fVgcDZM6NMz\";s:11:\"js/solid.js\";s:71:\"sha384-GJiigN/ef2B3HMj0haY+eMmG4EIIrhWgGJ2Rv0IaWnNdWdbWPr1sRLkGz7xfjOFw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DtdEw3/pBQuSag11V3is/UZMjGkGMLDRBgk1UVAOvH6cYoqKjBmCEhePm13skjRV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w\";s:14:\"css/brands.css\";s:71:\"sha384-AOiME8p6xSUbTO/93cbYmpOihKrqxrLjvkT2lOpIov+udKmjXXXFLfpKeqwTjNTC\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Yz2UJoJEWBkb0TBzOd2kozX5/G4+z5WzWMMZz1Np2vwnFjF5FypnmBUBPH2gUa1F\";s:13:\"css/light.css\";s:71:\"sha384-9QuzjQIM/Un6pY9bKVJGLW8PauASO8Mf9y3QcsHhfZSXNyXGoXt/POh3VLeiv4mw\";s:15:\"css/regular.css\";s:71:\"sha384-pofSFWh/aTwxUvfNhg+LRpOXIFViguTD++4CNlmwgXOrQZj1EOJewBT+DmUVeyJN\";s:13:\"css/solid.css\";s:71:\"sha384-wJu5pIbEyJzi+kRgVKVQkPNKI104yNC+IAyK7XXEVGgPGe+LTEERIkpSZbc/wrOx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Hmg9TonawJaGH8ayFFnEBwvkx61BYLPAOV7b/YDGQEVIs1jh9pWQigAavMuD+Vc/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1YFoQoO5Em1oxLErpWpJuswiqPFVHl8HLDUaLjJGJH8+Nra/Y1D6uOZkEgfH5OZf\";s:9:\"js/all.js\";s:71:\"sha384-eAVkiER0fL/ySiqS7dXu8TLpoR8d9KRzIYtG0Tz7pi24qgQIIupp0fn2XA1H90fP\";s:12:\"js/brands.js\";s:71:\"sha384-am5AyalpQCEfbKe6FYiGZc2vX080nrcueZmrbkljxLdQDJ5q5Vu9QDROD/QefEp1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-u3o36ga3mMU6/lK/zdiER4h7pPtAK7wBuN0DrZPH22v01RZL8bKZkULIjxcx2/X/\";s:11:\"js/light.js\";s:71:\"sha384-2R0W5LA7dXp3ze/WhvjXlUcDaHRhtGlKYxN9QMhGDdjmj2EI1bub5ysSwofJwGfI\";s:13:\"js/regular.js\";s:71:\"sha384-EbI+OvKb7noKOfu8MSi/vCbi0KWlM61MjHDmRk4/vwJkPsMIRcJggYLDGWv7VeYY\";s:11:\"js/solid.js\";s:71:\"sha384-U4vTrZsQ4ooEtzL162EZfTtCiJNTXOwGDBzV91//DI5L/h48ibzHBiHJmPLpx2hO\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8e1r0+5VTqCqkg/9vG+cnipytzBkEh9fpESgVwBZAizMkWRfiaTkdhgdnhLGwuPd\";}}}s:5:\"5.4.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz\";s:14:\"css/brands.css\";s:71:\"sha384-Px1uYmw7+bCkOsNAiAV5nxGKJ0Ixn5nChyW8lCK1Li1ic9nbO5pC/iXaq27X5ENt\";s:19:\"css/fontawesome.css\";s:71:\"sha384-BzCy2fixOYd0HObpx3GMefNqdbA7Qjcc91RgYeDjrHTIEXqiF00jKvgQG0+zY/7I\";s:15:\"css/regular.css\";s:71:\"sha384-4e3mPOi7K1/4SAx8aMeZqaZ1Pm4l73ZnRRquHFWzPh2Pa4PMAgZm8/WNh6ydcygU\";s:13:\"css/solid.css\";s:71:\"sha384-osqezT+30O6N/vsMqwW8Ch6wKlMofqueuia2H7fePy42uC05rm1G+BUPSd2iBSJL\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-2MWWLQq91kFwloAny7gkgoeV33bD/cE3A9ZbB2rCN/YAAR/VEHVoDq6vRJJYTaxM\";s:16:\"css/v4-shims.css\";s:71:\"sha384-YIDcSvDDaIskj/WDlWwjrNdK194YAGWc1CScdo2tXl3IQVS1zS07xQaoAFlXCf1P\";s:9:\"js/all.js\";s:71:\"sha384-L469/ELG4Bg9sDQbl0hvjMq8pOcqFgkSpwhwnslzvVVGpDjYJ6wJJyYjvG3u8XW7\";s:12:\"js/brands.js\";s:71:\"sha384-lc/yFuYW3B0EW9B2QSpod2KeBxq6/ZizGwAW6mRLUe3kKUVlSBfDIVZKwKIz/DBg\";s:17:\"js/fontawesome.js\";s:71:\"sha384-ISRc+776vRkDOTSbmnyoZFmwHy7hw2UR3KJpb4YtcfOyqUqhLGou8j5YmYnvQQJ4\";s:13:\"js/regular.js\";s:71:\"sha384-SQqzt64aAzh3UJ9XghcA//GE8+NxAIRcuCrrekyDokXP6Bbt/FYAFlV6VSPrZKwH\";s:11:\"js/solid.js\";s:71:\"sha384-agDKwSYPuGlC0wD14lKXXwb94jlUkbkoSugquwmKRKWv/nDXe1kApDS/gqUlRQmZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/s2EnwEz7C3ziRundAGzeOAoGYffu84oY4SOHjhI/2Wqk3Z0usUm9bjdduzhZ9+z\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-POYwD7xcktv3gUeZO5s/9nUbRJG/WOmV6jfEGikMJu77LGYO8Rfs2X7URG822aum\";s:14:\"css/brands.css\";s:71:\"sha384-rmUpvtaCngUop5CYz7WL1LnqkMweXskxP+1AXmkuMSbImsUuy82bUYS4A8Syd3Pf\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PPeKwWhk5XZBVVq089DuhGmjaEVB1r+jdmx6jZrqzlef8ojhZXG+E/D6SP7uO1dk\";s:13:\"css/light.css\";s:71:\"sha384-DZAoxBcs4G15aUXLX4vKbO53ye8L8AB/zg07HOVhIMVclhx8rdWye0AJSQl51ehV\";s:15:\"css/regular.css\";s:71:\"sha384-xKPOvJDwdb/n5w2kh6cxds98Ae2d5N63xkIydEdoYeA2bxIKUmmyU9lZ9j58mLYS\";s:13:\"css/solid.css\";s:71:\"sha384-oT4lQmwnKx98HRnFgaGvgCdjtKOjep9CjfMdAOPtJU8Vy6NY3X34GfqL0H43ydJn\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-j2EtHJUHBAZF9vkmX0TSA/QqYMf0Npp9P2leJGZFDbLHbcI62HH8w7FRcUMNf8Q2\";s:16:\"css/v4-shims.css\";s:71:\"sha384-aaXKvb/d7l2hTm3ZDWCy5v4ct5zXIslt+70K4xalZPLu3ifrkYcG61m4u+DIQGEk\";s:9:\"js/all.js\";s:71:\"sha384-0+tugznPwCEvPiypW+OwmFjAQvRKlgI0ZZZW3nofNlLMmbYXbmNvfX/9up9XQSRs\";s:12:\"js/brands.js\";s:71:\"sha384-ShBqjf9lFG58e2NmhnbVlhAOPCWdzkPbBmAEcQ37Liu3TwOYxIizS7J1P3rRLJHm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8vKKeD0uIV/HXM5ym3RGB4O7rZ43fCdpiXqP047w7sEE3igcK0Y1U9ApEArcRBDJ\";s:11:\"js/light.js\";s:71:\"sha384-jlaccvPpizUbHU/8pYAsDEwhhBae8MUcYqHHsKkjFcFsEp3Y6LrVXh0GA84aAkTg\";s:13:\"js/regular.js\";s:71:\"sha384-MB7Bz/7e8sBWnZgblSLUfFOOi+V1PIkRG/Ex1NMeu0CovaXCzHyCMwAwOF+FAo1s\";s:11:\"js/solid.js\";s:71:\"sha384-KlTWIsOnBg7LJobQmLsv5fQ1qbx73K+o8/xhoUDoIba13SxF4bT5W2WgV3d8mZIw\";s:14:\"js/v4-shims.js\";s:71:\"sha384-e+EZ4XUeGXVd0FDmP/mFu7FFe+qVX738ayOS2AErNIPSLz5oZ3OgVa9zEyCds3HP\";}}}s:5:\"5.4.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns\";s:14:\"css/brands.css\";s:71:\"sha384-BCEeiNUiLzxxoeYaIu7jJqq0aVVz2O2Ig4WbWEmRQ2Dx/AAxNV1wMDBXyyrxw1Zd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-HU5rcgG/yUrsDGWsVACclYdzdCcn5yU8V/3V84zSrPDHwZEdjykadlgI6RHrxGrJ\";s:15:\"css/regular.css\";s:71:\"sha384-OEIzojYBMrmz48aIjVQj7VG38613/sxpP58OW9h5zBYC7biGFlv9tyu5kWmaAYlF\";s:13:\"css/solid.css\";s:71:\"sha384-uKQOWcYZKOuKmpYpvT0xCFAs/wE157X5Ua3H5onoRAOCNkJAMX/6QF0iXGGQV9cP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+moUZLBX5mmeUnjaImkzlTo5cXyQWAvzbqQapNFd7+dGIaap0koo0rtfe8lHD38R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SlbnWxwEHTVYxDLrpIRrG2BpsTpWALbJ6Tx5Fq+XNHRBL7xI6xwhVpuUGrrbLBXe\";s:9:\"js/all.js\";s:71:\"sha384-wp96dIgDl5BLlOXb4VMinXPNiB32VYBSoXOoiARzSTXY+tsK8yDTYfvdTyqzdGGN\";s:12:\"js/brands.js\";s:71:\"sha384-i1RNpxOOEnRm63Ii3TuV0aM8bJ+6Pv6XHpRSJbN7QlIzZIsl7m36R0GhOTTGN3F9\";s:17:\"js/fontawesome.js\";s:71:\"sha384-n1qPouQQJ9VNZnZeNZWSDiclpIOJwZBS2bkD6rEX+DTmMXTKXBVCZw2cGbU/I17z\";s:13:\"js/regular.js\";s:71:\"sha384-Uj7q9rRb3eJNp0j1kXwOBgEWDGbAiJ7Dcuz4hLRQdtza6pawbo/Bmwgr58THzHyR\";s:11:\"js/solid.js\";s:71:\"sha384-OQNCj138epg9A13jaL9L/d5vMlK2jyPL4aOgi37KYt07aZARbv/eFGp/wnrCxkW5\";s:14:\"js/v4-shims.js\";s:71:\"sha384-fzYnAZZYxpOQTjc3Y1eP04DGdMLAy+PeiZ8+ICh4FDLkJR/NJiAgKgK2vEpGx3au\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-zhaLg9HKxTxDljOPXpWHGn91XMDH+sYAWRSgvzHes290/ISyrNicGrd6BInTnx3L\";s:14:\"css/brands.css\";s:71:\"sha384-RjTk1OTKX8K8S4QfwhFOfbNSbQxLFgN6jqDw05QuBDDEbc/x6xlPtkPSO4vA1TtI\";s:19:\"css/fontawesome.css\";s:71:\"sha384-XkH+Vmez3OoFo52K+SkBE61xZ7vKh9tF35gL9Yf8rD3RtKUqIQGoTJTsLdR5u8rt\";s:13:\"css/light.css\";s:71:\"sha384-n0uyPlhqrQyWPPzm6+B9xDeZKCD81RgGRsTO7PQt3McgMXSR9zjhGaD5cXHwk+D8\";s:15:\"css/regular.css\";s:71:\"sha384-+OdrK32QtByk1ipA7b4+uLddrcWs2bx3nn37Dl5h98PW1AYKIrRZKveBl6AcpgcD\";s:13:\"css/solid.css\";s:71:\"sha384-SYCdBxlsgGngJi9eiKt5Tk6UtOJs1Jq5eU3yZDZ+hOe0GKk/obXhHy50IYVVdJro\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3f24zIRoR/ma/cnROK52rTVZpgCXKQ92/89RDq7GO7/9IxIl3VQV/tF6ecGgvUs8\";s:16:\"css/v4-shims.css\";s:71:\"sha384-ah4vMGE5UgKcCIB90FZl8BOcusXAVTm070n1UuOrNQA9QwkgnhqASrop/Oblr6wY\";s:9:\"js/all.js\";s:71:\"sha384-+lZy0zDh4RS9ZG6+Od6x6irKqoBH4NSy0m7IW8UGbzGZ/rupt9Cd9NdEb5S7+V9w\";s:12:\"js/brands.js\";s:71:\"sha384-LVdS6BqWBV1V0OyGzWK0HrGN4uDZbpO6hja1oVh86MhthieoER2crgKS/KsaiN8E\";s:17:\"js/fontawesome.js\";s:71:\"sha384-zMrS036pMtJ0Ukzo5x2YiTrYDGDaoeO8Yd0IHhI/PaEnfrY/nMHqvKME8C7dHhUE\";s:11:\"js/light.js\";s:71:\"sha384-hOiC7FL4572/E3aEEeWM6dF3ch/qFz59R91pAJqjYEKHBXN5u7e2oAYAgeSGF1VB\";s:13:\"js/regular.js\";s:71:\"sha384-f1yYCENdJ+9NE5J2T8weglyMCtTqRJOeGP9qaLwO43aYY0PVeuAfmsGgTegByFW6\";s:11:\"js/solid.js\";s:71:\"sha384-XlRgTEYU6HJ02+ZCuXW2/CgjnpV2+8FuQPTJSJ/+ZCQS5ZXRfIS5FHDRhMvOL++d\";s:14:\"js/v4-shims.js\";s:71:\"sha384-6TX+vqRZyQq+vB25wCb101/vY510EN37QZgs5f1dfG1+QYuIoQGdFFV8sx8W36AL\";}}}s:5:\"5.5.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\";s:14:\"css/brands.css\";s:71:\"sha384-QT2Z8ljl3UupqMtQNmPyhSPO/d5qbrzWmFxJqmY7tqoTuT2YrQLEqzvVOP2cT5XW\";s:19:\"css/fontawesome.css\";s:71:\"sha384-u5J7JghGz0qUrmEsWzBQkfvc8nK3fUT7DCaQzNQ+q4oEXhGSx+P2OqjWsfIRB8QT\";s:15:\"css/regular.css\";s:71:\"sha384-z3ccjLyn+akM2DtvRQCXJwvT5bGZsspS4uptQKNXNg778nyzvdMqiGcqHVGiAUyY\";s:13:\"css/solid.css\";s:71:\"sha384-rdyFrfAIC05c5ph7BKz3l5NG5yEottvO/DQ0dCrwD8gzeQDjYBHNr1ucUpQuljos\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NKdowA6EzI4CWz/dLjoC7dhVj+KczesQbwkbt6y3aRTi1JPZBy2uOocsmHmYvkux\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TTjEZR8VsD+LjNa98drkrTRYhdUEaS3gAGE7PGnx2qkePR3fZtnVNoAfxPNyf+IQ\";s:9:\"js/all.js\";s:71:\"sha384-GqVMZRt5Gn7tB9D9q7ONtcp4gtHIUEW/yG7h98J7IpE3kpi+srfFyyB/04OV6pG0\";s:12:\"js/brands.js\";s:71:\"sha384-S2C955KPLo8/zc2J7kJTG38hvFV+SnzXM6hwfEUhGHw5wPo6uXbnbjSJgw3clO4G\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bNOdVeWbABef8Lh4uZ8c3lJXVlHdf8W5hh1OpJ4dGyqIEhMmcnJrosjQ36Kniaqm\";s:13:\"js/regular.js\";s:71:\"sha384-XrvTJeiQ46fxxPrZP6fay5yejA2FV4G1XsS8E4Piz6Fz+7FaEFTw7A7GR972irVV\";s:11:\"js/solid.js\";s:71:\"sha384-Xgf/DMe1667bioB9X1UM5QX+EG6FolMT4K7G+6rqNZBSONbmPh/qZ62nBPfTx+xG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vBDTb50BKnwbvJZ5ZC5dsGJNQydTI7ZoAjCeJkdta6nSewwGXCnppKI5lrIQX4Qu\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-j8y0ITrvFafF4EkV1mPW0BKm6dp3c+J9Fky22Man50Ofxo2wNe5pT1oZejDH9/Dt\";s:14:\"css/brands.css\";s:71:\"sha384-t0iPfoyIjBoVR2Kw/65HArpRWQy0/xKBUmdEVTs5VYBb/yiPZxMY6egc9MROr/Og\";s:19:\"css/fontawesome.css\";s:71:\"sha384-srL3Qh9R/n855m4o5fegS//B2q0R1md7z6ndDYaPj8iEp0j0IuKdFVWMY0JosKPF\";s:13:\"css/light.css\";s:71:\"sha384-33RmjeesW9BZ4wR2Gm3n4iBXOvGTto4znqL2kZleiRanWDxM59IHIq5RsbRioqxb\";s:15:\"css/regular.css\";s:71:\"sha384-UPs+YiUhgn0/I0swkJmk3PSj3SWmzDrM+S0S09xLI/UUmHBU7ivRHryI3uVL6H+m\";s:13:\"css/solid.css\";s:71:\"sha384-YIyAArzQv8q6Av1kr9cwxHhFcfNBUaolJindR2XO8E3OLp6z3d8My3oWLd33ET7M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-a2sfkqnB9p/zq6OT4QhuD80qQZ70fGDmo4JUNqP5E7NIICvgRNPjIBkQE/Qcl3SN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-SNyDPad7e8WM4Nu7W/f1x3qsDrLxMCvXurQfwNdp418WWmkkTQuPBGYDZA6rSg0X\";s:9:\"js/all.js\";s:71:\"sha384-3yBLeJ4waqGSAf4A8pjZ13UF7GuhgbdKnBQvIp/TkWoXtQbtwjlIPNjkDRJ46UCn\";s:12:\"js/brands.js\";s:71:\"sha384-oMyy7aPCmlH4ZGEaKHW+zAoaKDWIFh6iqJ53lusMpn+Kp8SN5nJ2kzkP1qd0+icb\";s:17:\"js/fontawesome.js\";s:71:\"sha384-oPma1F1txBbqTG+1O7BEx0A/qFtD+R661ULJLmI9RDQ0PfbRP1tQU3vBIBbJIAxL\";s:11:\"js/light.js\";s:71:\"sha384-SVEn5VmGP1fxV9V5TOZOTwL9dCg50Yb0Xn4fbV9Ic/kp8we6kv4zPVcs9seU0675\";s:13:\"js/regular.js\";s:71:\"sha384-gbY/GPDSEaMQ9cjqWLbLcaxUCtCeExO9oUEZLrOQHfFLoV5ouwIrqF6mGnjyIOc2\";s:11:\"js/solid.js\";s:71:\"sha384-VxezC2Q+YoC+yUILib+HlmOsFiqNzYtQIXsHYY6ST7QZVfgBNs2giKE97ijGMgUH\";s:14:\"js/v4-shims.js\";s:71:\"sha384-8sPM0eSaqmdF9ruedfsxEZfxVcIp0cwhosrBhWl/Q4t1eQSMXl6tYenNe87MraQ6\";}}}s:5:\"5.6.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h\";s:14:\"css/brands.css\";s:71:\"sha384-oT8S/zsbHtHRVSs2Weo00ensyC4I8kyMsMhqTD4XrWxyi8NHHxnS0Hy+QEtgeKUE\";s:19:\"css/fontawesome.css\";s:71:\"sha384-J4287OME5B0yzlP80TtfccOBwJJt6xiO2KS14V7z0mVCRwpz+71z7lwP4yoFbTnD\";s:15:\"css/regular.css\";s:71:\"sha384-yWI8JeRmJFie/rrEn4skBd/XXXfUWuc7wAhaj9q71PzjdYD3JslHSEU7BXCCcVyP\";s:13:\"css/solid.css\";s:71:\"sha384-COsgLGwf6vbsibKzWojSqhIjQND/Sa0RWQ5BHFrKOz5JrUObnh5GEBUH2oZwITuM\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-nHELFCUV8tffuhz6PkFYcEl6VCneIQgaHNbLkOHukzJs12+rUiKwsVmVhbqhEAq7\";s:16:\"css/v4-shims.css\";s:71:\"sha384-HiCW4rrGA9WlUM512GMhD+YfcMidwWluZzyu+X55gfVYgAPrlIkG5BnHyAl/VHJO\";s:9:\"js/all.js\";s:71:\"sha384-z9ZOvGHHo21RqN5De4rfJMoAxYpaVoiYhuJXPyVmSs8yn20IE3PmBM534CffwSJI\";s:12:\"js/brands.js\";s:71:\"sha384-GEA3+tbEaglIUriKygE2OQX9k7YrAMJ5oZF0mb8Xx7hUmTTWDuQDtPY4l13jl99w\";s:17:\"js/fontawesome.js\";s:71:\"sha384-tHFnt8QELQGC1IJzcTUX5zFEnn/FLVa0ADTmxRyeSmWukJ4umWnJbwiMTkw/bKEK\";s:13:\"js/regular.js\";s:71:\"sha384-gy4pB6yY1j4DPCG6rZcE6NX1Lnqz8ZJEfotVUvCN2EGwlUS3WUHxcn8rrEOYiyiS\";s:11:\"js/solid.js\";s:71:\"sha384-akyniW0Jfrt1Z7kvRmaF2fkq9vuVQAPEGN4qq7s17l9PG3zz7FThoWnfVxpvnUn9\";s:14:\"js/v4-shims.js\";s:71:\"sha384-08SAgv7bDUyzB5O71dehOCZ42IpryGqW/G+GdxeFmBfaB71QIZWe5ZXBFKYFTEu4\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-rTQdcTFdT69CgbBErourkScWQ6j5WQ4aAoCF0UyPhog3PNysM/xz/kqshWKP4NLA\";s:14:\"css/brands.css\";s:71:\"sha384-84OQfm1oTwjnXmujNUnQC09L4G7mglZspQwfSNPvf5V3zAA1sdvqbIigA9AWY5DB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NFsDS9VURN70zaqw67F1OtJ6MtdeCrHeGMD1KzqIv5ft0JiHgVtV7u+v09yR+iEZ\";s:13:\"css/light.css\";s:71:\"sha384-aofICWgqJQbZZCaWEU7H0ULLqXTBu/DAALblEYqLfQSjb2ASOw0tADOdJ5rmVDWL\";s:15:\"css/regular.css\";s:71:\"sha384-voao2F8iKUwwSMRhLJ982edrRSHOmc5v5rvQ/5aH5pvSAx1aoL6usygGSRz3jfHF\";s:13:\"css/solid.css\";s:71:\"sha384-RYuivM1ikcxEL+96Q/7B/CcvyswPRuOatldvqvk+Bm3hwVKZUjay1ohuPUyD9ZYk\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-NYMicmsVmKaI5/JVN8JamOLMuIrbzeu4Gc+cike3jcoDpaLfMtvWPJeNhnx8K8x0\";s:16:\"css/v4-shims.css\";s:71:\"sha384-L7wiz9NeFS+vFpG/jl0zBsE7EqrVfeNoaHhnvxlsfwihUr9FIbDnfQqv5r8o02wQ\";s:9:\"js/all.js\";s:71:\"sha384-rDdEqfkiaN9iEfS6XrBzTxL5wVFzBoMsyHmoAIl/T7VdxJvGYuM5bDlDOkmE6r3C\";s:12:\"js/brands.js\";s:71:\"sha384-TN18fDSDUbMxI3DK3z2G8Pl68N7jvVjWPBx8z0m7YhoWKnmGdKRJ6S90IcyeUXUy\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Oa9P+sg4Q/5Yo0a/UoRAG8zLSexWLxLgbPb12tgvs/swrfePVf6IdrwoW2RGV2pU\";s:11:\"js/light.js\";s:71:\"sha384-6DMqAgIR8HN9OqBF3zfhQ4Tmh+KO9Sf0QAwxGkiaKO51dFGBBxBTmdOSneYESZZ0\";s:13:\"js/regular.js\";s:71:\"sha384-LvwwgOzFfwTikawPye02NmwONhyBLBbmu04J+IuLBS6HdNHX3JnRqY80mscKVLTH\";s:11:\"js/solid.js\";s:71:\"sha384-71d190zi1266uo3WuvCJ77V1YdXxDfm5GPMySGFKTMHsoHaxKhPe5XkKaH9iPLWC\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Rr25noDuBAtBUFs9feRsF3EK8Pw5bWuhYxD7ztcDUJqR/eiCpNPGIeyO5Ago6pYW\";}}}s:5:\"5.6.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP\";s:14:\"css/brands.css\";s:71:\"sha384-whKHCkwP9f4MyD1vda26+XRyEg2zkyZezur14Kxc784RxUU1E7HvWVYj9EoJnUV7\";s:19:\"css/fontawesome.css\";s:71:\"sha384-WK8BzK0mpgOdhCxq86nInFqSWLzR5UAsNg0MGX9aDaIIrFWQ38dGdhwnNCAoXFxL\";s:15:\"css/regular.css\";s:71:\"sha384-l+NpTtA08hNNeMp0aMBg/cqPh507w3OvQSRoGnHcVoDCS9OtgxqgR7u8mLQv8poF\";s:13:\"css/solid.css\";s:71:\"sha384-aj0h5DVQ8jfwc8DA7JiM+Dysv7z+qYrFYZR+Qd/TwnmpDI6UaB3GJRRTdY8jYGS4\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ir31wc9kqVZclsGL3U5IucynDpj1TeEzDCvxEWqw8QuxLFETRgirOiygjXdjId3z\";s:16:\"css/v4-shims.css\";s:71:\"sha384-s0z+GcIRRdtdjGfnyKRFh9Oaw3aasU/TFotdFmreqjf+a+Mks2Umj0CrlN0S9lqi\";s:9:\"js/all.js\";s:71:\"sha384-R5JkiUweZpJjELPWqttAYmYM1P3SNEJRM6ecTQF05pFFtxmCO+Y1CiUhvuDzgSVZ\";s:12:\"js/brands.js\";s:71:\"sha384-rsLJp1pKbmeEMVcdsNJfAWZ9FQP5CrQt6Vikj/usZcTgrD28FhqYqKJn5XIaoXjm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-T6YzYwAGZAItTIkYlBzfwqa07o9R1AND3Lgt6Or6c5IdukY7tqShoryqwpKrpeIB\";s:13:\"js/regular.js\";s:71:\"sha384-+e+pqX41PD6VrFw9HZ3YKJHFT+SZoEMBmnMpLUpHrdd5BE46xHCrzap9c6kfTi9H\";s:11:\"js/solid.js\";s:71:\"sha384-8Lgyylu0vfTGCXDKe435hJgX8s96c19R+dvpH0NHKdX47GA7TmMj+BDiZZ76qqhT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-LqOeBjW8oAuwB6xooSoyjAV+CcJLQGftH6m0Xoo+mhJ0TlEAVR9jBsAXXpeEJlyP\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-NJXGk7R+8gWGBdutmr+/d6XDokLwQhF1U3VA7FhvBDlOq7cNdI69z7NQdnXxcF7k\";s:14:\"css/brands.css\";s:71:\"sha384-2k7wpGHb3PA1OZUtSqAk+nIVo2wgBQdEoL1F/FnC+/HHi2bh3N9aSstY0Af72gka\";s:19:\"css/fontawesome.css\";s:71:\"sha384-GQK3B9PHv3SNzYUrdlEpL6CFKQlW/Co4va906SViL0F6U16Li47NXtvwWmFnetYk\";s:13:\"css/light.css\";s:71:\"sha384-QXb14MpvHKJr57ixwhGSXACaU/eGo/NwF/uWE97+C5QPdq8sLQhM1+WKDk6vando\";s:15:\"css/regular.css\";s:71:\"sha384-ThqFFlbk+2bnAn1zc61SL7r8sFUVUkFvtsT+jYr1Jy6xTlvdcqzcerrDGrHqWv6j\";s:13:\"css/solid.css\";s:71:\"sha384-pbj30780YbUh3WmbEAhOL8tHgoaU4xrdmAN+RewL6HsW9EOMIIE4+6rerMXTfJXq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-fjim8BUuF/D2Y8Qyr4U5iLdeKqzyQe927qD4SIdbPDyX2iSN6xNGhoyd2jTiw+Sx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-c2aTxrKw0nWEPlLqENAD5t3J3Ajs/o5LBudKFP44hexDYKKQTgRCAaECkBk+p3L9\";s:9:\"js/all.js\";s:71:\"sha384-ncMWtRMSOo+cLmfdaa6vmMGzBJKysBDF9tq5YK1MAnAjcyipdW2vgTS1jOntY4fs\";s:12:\"js/brands.js\";s:71:\"sha384-+4YdTIsot+hvYL7nKQ9cJs7OWaFvJ7ZTkVretfEoX8uDiTED9tumG/9RsRmlW3jX\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ya+lFT8MCnVaSXkMxO4FEUsv4BG1VrVAMY0PiCnmJ4Sq57zoarae8T2EgioHiaMA\";s:11:\"js/light.js\";s:71:\"sha384-hy7ipunNmCKP7KpzkasGow2eTRYx9IbxV0BvBqlWLWRu8mlWMNrj9y6qOLEnxIuF\";s:13:\"js/regular.js\";s:71:\"sha384-8VWoI12VOwcfxYszEUreYXR4Jh1+oxv+mfsVISgPJTsc2Ftw4RC+bO719C+PunjY\";s:11:\"js/solid.js\";s:71:\"sha384-Pl3KUQLNwa33i6dvnL77HMDxZPk93eoi1kB5xZ0eGKgTEt39iQkHdSM6/w53By9e\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ts+GFi6rOAISeHC+EnLaj6AOSoosWr3TALIaYSeHCVsNHkGLlTtzdbMvolIe6tG7\";}}}s:5:\"5.6.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLuaxTTBR42U2qJ/pm4JRouHkEDHkVqH0T1nyQXn1mZ7Snycpf6Rl25VBNthU4z0\";s:15:\"css/regular.css\";s:71:\"sha384-aubIA90W7NxJ+Ly4QHAqo1JBSwQ0jejV75iHhj59KRwVjLVHjuhS3LkDAoa/ltO4\";s:13:\"css/solid.css\";s:71:\"sha384-+0VIRx+yz1WBcCTXBkVQYIBVNEFH1eP6Zknm16roZCyeNg2maWEpk/l/KsyFKs7G\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-EIHISlAOj4zgYieurP0SdoiBYfGJKkgWedPHH4jCzpCXLmzVsw1ouK59MuUtP4a1\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:13:\"js/regular.js\";s:71:\"sha384-V+AkgA1cZ+p3DRK63AHCaXvO68V7B5eHoxl7QVN21zftbkFn/sGAIVR7vmQL3Zhp\";s:11:\"js/solid.js\";s:71:\"sha384-F4BRNf3onawQt7LDHDJm/hwm3wBtbLIfGk1VSB/3nn3E+7Rox1YpYcKJMsmHBJIl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-LRlmVvLKVApDVGuspQFnRQJjkv0P7/YFrw84YYQtmYG4nK8c+M+NlmYDCv0rKWpG\";s:14:\"css/brands.css\";s:71:\"sha384-1KLgFVb/gHrlDGLFPgMbeedi6tQBLcWvyNUN+YKXbD7ZFbjX6BLpMDf0PJ32XJfX\";s:19:\"css/fontawesome.css\";s:71:\"sha384-toEUmnrGu+eq8XUD6ovsr/vFX+R3v9+FUGAnpef+uwGKMCeqZkcZfkXQ0Pls5WS7\";s:13:\"css/light.css\";s:71:\"sha384-ouQ4uivIto2ZdBS6+torZMbImJhWA6/m7/CAGY9z0FNDmoAF6uWAEnavvIsR1EBt\";s:15:\"css/regular.css\";s:71:\"sha384-IXqJGQI1K0IzdpdY2ASrRbDgPr1rUKzDAA90uL7iX1hPQf6Tkve9Z82TUVWm9aje\";s:13:\"css/solid.css\";s:71:\"sha384-5XPOduYq6F78ZOuHxFHpQJCD2l7aCHCf0+o8qKTD2VfqJTgPT3YkyuBGsDSrVsic\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-KHV7fADs212mr+U2tmuDnxozv2BzTX1qhxPoZ/lT2QcUFkjwat694MI3AzyiVJ+q\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-4Gm0M5DjJ0zGaEtLu0ztNIoHWiuJ5rKiaVlpZKeNqXAW49eIIa2ymxb3C4c3uEXR\";s:12:\"js/brands.js\";s:71:\"sha384-VLgz+MgaFCnsFLiBwE3ItNouuqbWV2ZnIqfsA6QRHksEAQfgbcoaQ4PP0ZeS0zS5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-treYPdjUrP4rW5q82SnECO7TPVAz4bpas16yuE9F5o7CeBn2YYw1yr5oC8s8Mf8t\";s:11:\"js/light.js\";s:71:\"sha384-E2rKHkorMllWJmt2GKXlwZ3+kPl6i3FrJ8ihFkf6F7F/AtGvuXY21bQC8mhz2Po+\";s:13:\"js/regular.js\";s:71:\"sha384-nX7teCj1FtQErhxXjr+JWXfe4EjU6KlgeVBHAzQ/L95eWzwx+W1+HuQGmxZT9VkS\";s:11:\"js/solid.js\";s:71:\"sha384-2ZaaAuh8tTVN1nHRrlXAX1tz8fGhZDgusJdBI5BBGycCq37AUonw8dHlPpx7iD6N\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-qD/MNBVMm3hVYCbRTSOW130+CWeRIKbpot9/gR1BHkd7sIct4QKhT1hOPd+2hO8K\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-uyhTADGMAJuHgGNdH+rozTpOkfXUORTgjTmMBtxR8ISQjOs+IIWb8UBn9ixSd4xo\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-av0fZBtv517ppGAYKqqaiTvWEK6WXW7W0N1ocPSPI/wi+h8qlgWck2Hikm5cxH0E\";s:11:\"js/light.js\";s:71:\"sha384-Vs12SjRkIvphC81scjUNowpLYnSOLOrSGxOwVe00oEvWto49wVgjd6BfdeCPcArI\";s:13:\"js/regular.js\";s:71:\"sha384-JZmzMsvgUATRcNmXpyJHLhiqsREsPN/GBj7O5ifVfRU1o4vBp2dsjawGzYzl0QVW\";s:11:\"js/solid.js\";s:71:\"sha384-OzCiQJ65BS/RiwFjTWyem+uRtZ4/LnrVVbwHTT8fR5Q9rYqAaavyOK51RDxkXQzm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-eVEQC9zshBn0rFj4+TU78eNA19HMNigMviK/PU/FFjLXqa/GKPgX58rvt5Z8PLs7\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-5atZgfYD4MHp6kAnxjw4yM3binN4Yh5XXKAIO6m2kIB9CqdRUladdvTdffLnTK3N\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Qmms7kHsbqYnKkSwiePYzreT+ufFVSNBhfLOEp0sEEfEVdORDs/aEnGaJy/l4eoy\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.7.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4aon80D8rXCGx9ayDt85LbyUHeMWd3UiBaWliBlJ53yzm9hqN21A+o1pqoyK04h+\";s:15:\"css/regular.css\";s:71:\"sha384-IG162Tfx2WTn//TRUi9ahZHsz47lNKzYOp0b6Vv8qltVlPkub2yj9TVwzNck6GEF\";s:13:\"css/solid.css\";s:71:\"sha384-r/k8YTFqmlOaqRkZuSiE9trsrDXkh07mRaoGBMoDcmA58OHILZPsk29i2BsFng1B\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-DrjN/yxBJAblffPf548CARk30Xz2Glal7YO5kqQ8c8GHgrAMXZN2ZDTGwV9xTDJF\";s:9:\"js/all.js\";s:71:\"sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:13:\"js/regular.js\";s:71:\"sha384-Gxfqh68NuE4s0o2renzieYkDYVbdJynynsdrB7UG9yEvgpS9TVM+c4bknWfQXUBg\";s:11:\"js/solid.js\";s:71:\"sha384-6FXzJ8R8IC4v/SKPI8oOcRrUkJU8uvFK6YJ4eDY11bJQz4lRw5/wGthflEOX8hjL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-miy+FCz1uGOaEWy6IaOB4X2pp60+e6jaSECmnvz+qo7Os/Q1oflHUIrS0JdfNafk\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-6jHF7Z3XI3fF4XZixAuSu0gGKrXwoX/w3uFPxC56OtjChio7wtTGJWRW53Nhx6Ev\";s:14:\"css/brands.css\";s:71:\"sha384-BKw0P+CQz9xmby+uplDwp82Py8x1xtYPK3ORn/ZSoe6Dk3ETP59WCDnX+fI1XCKK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-iD1qS/uJjE9q9kecNUe9R4FRvcinAvTcPClTz7NI8RI5gUsJ+eaeJeblG1Ex0ieh\";s:13:\"css/light.css\";s:71:\"sha384-puvvQVSC+mXL7INuI0i5Q7QkwwIyYIBJ7caGHiUXD7FndtoyNd78NxgvuBJAYI2m\";s:15:\"css/regular.css\";s:71:\"sha384-4Cp0kYV2i1JFDfp6MQAdlrauJM+WTabydjMk5iJ7A9D+TXIh5zQMd5KXydBCAUN4\";s:13:\"css/solid.css\";s:71:\"sha384-j+2fZ2qAg9GyYKkVpuwm+HLQVz6EYCaTqS3KKx8oectYXMgm4bRmohzCfEvi5j7J\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-3oHRxwaq4aKTY0NVNLfynvnb/U7E0MGiosKUE4cNMIDRezfXvssVlwQ+xsuBLbXf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-U1d6UqL28bnGVHunjKzlOZ8IatZ4il21uTor0FijL3224okgH54hOnOVB50CDK0M\";s:9:\"js/all.js\";s:71:\"sha384-I3Hhe9TkmlsxzooTtbRzdeLbmkFQE9DVzX/19uTZfHk1zn/uWUyk+a+GyrHyseSq\";s:12:\"js/brands.js\";s:71:\"sha384-zJ8/qgGmKwL+kr/xmGA6s1oXK63ah5/1rHuILmZ44sO2Bbq1V3p3eRTkuGcivyhD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-xl26xwG2NVtJDw2/96Lmg09++ZjrXPc89j0j7JHjLOdSwHDHPHiucUjfllW0Ywrq\";s:11:\"js/light.js\";s:71:\"sha384-ua13CrU9gkzyOVxhPFl96iHgwnYTuTZ96YYiG08m1fYLvz8cVyHluzkzK9WcFLpT\";s:13:\"js/regular.js\";s:71:\"sha384-SdSeoV46BZSFmxvlUQwl3ImF6ton2ST4pPzYOmTTkFUm+UjdzORM0pTtF0sIHydx\";s:11:\"js/solid.js\";s:71:\"sha384-eLZVpmyzMTRsfwRGkcmyu0PXR5qqYDBCSh5PoYLdWFfDmMIibSuru0Blk+nq1Vfm\";s:14:\"js/v4-shims.js\";s:71:\"sha384-q8jijYZFNY4pjTA22Qe+33WWGmm0tpPPfMEdUxmXNoEkN5YeCMJYxGcl+XiCckQh\";}}}s:5:\"5.8.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-Mmxa0mLqhmOeaE8vgOSbKacftZcsNYDjQzuCOm6D02luYSzBG8vpaOykv9lFQ51Y\";s:14:\"css/brands.css\";s:71:\"sha384-5G2m52y/zN053yjBCyNXXotYpL2r5k1wg9aakiM5OgK9kdcCB68EECUce5vZiz/8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Sbwc59I1SOoVoCGgBCwAe/M1j5a9cHixHv/7x9vOxORnT73jUaxyK0paobkk3JSt\";s:15:\"css/regular.css\";s:71:\"sha384-Vma7aWQBdmjVfr98uRd1HcA/r6wPYrlNrIvQBJhDCvZi3X9gVuHtqUKUYep/1KKk\";s:13:\"css/solid.css\";s:71:\"sha384-n4xPrkfCJ3FzmPwM/Nf1QQu7Qx6oDcsbMp+qPOxrJ5w0Tq19ZWd9ylcMWkzKEpwP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-5ywFB7dcUP6RcAWMLvCE58MQE5YMXWSPjly1IqItdN0w0TqoJD+w68U7C3ShoZRk\";s:16:\"css/v4-shims.css\";s:71:\"sha384-IaQiZkMW7NRKIS04GeT98++WyQ6RNaEQlHoHoDrhU+hhCJE4EkfL7itJyj/vanQT\";s:9:\"js/all.js\";s:71:\"sha384-ukiibbYjFS/1dhODSWD+PrZ6+CGCgf8VbyUH7bQQNUulL+2r59uGYToovytTf4Xm\";s:12:\"js/brands.js\";s:71:\"sha384-Gt4maPu5ZO/PkTh32sKMYmmCLGuWtMkv5YBtFZpx4Tu+Of3kFZPYBw9iD/pi4L6s\";s:17:\"js/fontawesome.js\";s:71:\"sha384-TAztyRuTlqgZ97tz982rMo44MRC58wyCC0pqKZY3cKWJNkK00qMd3DhQ7R25jpCe\";s:13:\"js/regular.js\";s:71:\"sha384-IQnlolMpq26nEj6AOd6JOnY2jqCa69uFBqCGBCWSm4EFZYprebVtp3Z2xVLMElvs\";s:11:\"js/solid.js\";s:71:\"sha384-prcFDC6iTvvWsx2iSZtbDdeMVWWOtxcQXXagr9uPHwi42uae31Y3Q17eehHuC0JL\";s:14:\"js/v4-shims.js\";s:71:\"sha384-l9bFz0TmR1ecMQdb9mzBeiLLX3z0mqeK0Bsxhim3nnHB9PoA6o3FUumLH7K6W6/D\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-/pOR6TNYPdUaQQQRKQ4XHznZ4U2K/Lscb3u6jshUngC/31fLTuyX9FZb24gp4O3J\";s:14:\"css/brands.css\";s:71:\"sha384-OxPYtFc8yWHWBo2MFY4rHs5dKcTpNGuyft0hQ+K/vSUJA21jrxi+Py412o2wMvsL\";s:19:\"css/fontawesome.css\";s:71:\"sha384-/0C3VuTlEzBany89/Wf2OJLSGrduLCC28kuoGL/PCGJjGj01pVtiqOcgZZ9AtlET\";s:13:\"css/light.css\";s:71:\"sha384-YmipRqYc8Wly1koaxcpAPTnvJIqXBN4Ue5+l0drZn34sdM+UufP6v8D8/s9xxXOI\";s:15:\"css/regular.css\";s:71:\"sha384-iUhpWyroENmdb/oNEGUdCk4J+TfFOm/SNYi79nN/Hb1aQgjofylAAuRTUfpK2yP1\";s:13:\"css/solid.css\";s:71:\"sha384-maIT5Qg1FqlJhNYpN2IgLAb5XPLY8CqZ7tKBQyjHh+nx/7JXsI5bp+8JHnUgeuyw\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-BUeh/IoVXY+o863GdrQzogOOSo3ABFpxuc9xZhQVnsM2T2vKmrpHGZwaEqqX/SZs\";s:16:\"css/v4-shims.css\";s:71:\"sha384-lRITDKAHusCdCcsQiEA2IIoqExMRD36Tbn9CZj00L8klRpDyMeOoPSv6ubcNAHux\";s:9:\"js/all.js\";s:71:\"sha384-gUdv3ElxXd3gVdbCqjppYoQanRONrQDSdaZY3zn1KeASeS8YGy+T/JDaD2ohyarV\";s:12:\"js/brands.js\";s:71:\"sha384-XLy4uPbRNbMJUgEm6JLmHI784E68XjgSbheIn0fP/6GdZtCcsZmlXvceAGvhzKCh\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aoV9M7ZLyivlmo8GKrkeWiOUQzBnYBpP6U8gW7WXfhssy+HtO87KzowcBokSiK3g\";s:11:\"js/light.js\";s:71:\"sha384-+itlrN2dvS1RqmWnkLQkDqzANbdKqtt6JyQfE/DXxFnhg/PXf0ufRBCSp0c6q81i\";s:13:\"js/regular.js\";s:71:\"sha384-GoKOHat5yLSUYiGMfLJkuCErUZrNlW+2FeFYuKOt7sUWbqvMQOqfB+mdpfCU/8Q4\";s:11:\"js/solid.js\";s:71:\"sha384-jOmpRjxTFmJAVhf7+H7o9joWtQWHRZLdr+B25WojM1yfhB9wFkDvQ3x0VDDn4aAI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gaNKDFtFZuAyZDkB8Wov1Vl24lMu5MD5MXLmUSu+4HzB8tTVwemJnhqN4Zuj27wd\";}}}s:5:\"5.8.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf\";s:14:\"css/brands.css\";s:71:\"sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv\";s:19:\"css/fontawesome.css\";s:71:\"sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq\";s:15:\"css/regular.css\";s:71:\"sha384-FKw7x8fCxuvzBwOJmhTJJsKzBl8dnN9e2R4+pXRfYoHivikuHkzWyhKWDSMcGNK8\";s:13:\"css/solid.css\";s:71:\"sha384-QokYePQSOwpBDuhlHOsX0ymF6R/vLk/UQVz3WHa6wygxI5oGTmDTv8wahFOSspdm\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-acBDV8BDMPEP50gJeFdMIg9yE8eOPuFdBV9r+2F492NUbKhURdQvglFkG0Q+0rlE\";s:16:\"css/v4-shims.css\";s:71:\"sha384-knhdgIEP1JBPHETtXGyUk1FXV22kd1ZAN8yyExweAKAfztV5+kSBjUff4pHDG38c\";s:9:\"js/all.js\";s:71:\"sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ\";s:12:\"js/brands.js\";s:71:\"sha384-rUOIFHM3HXni/WG5pzDhA1e2Js5nn4bWudTYujHbbI9ztBIxK54CL4ZNZWwcBQeD\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EMmnH+Njn8umuoSMZ3Ae3bC9hDknHKOWL2e9WJD/cN6XLeAN7tr5ZQ0Hx5HDHtkS\";s:13:\"js/regular.js\";s:71:\"sha384-Uc9toywOA44owltk1MWl0lQZ+L0mBzJkLQcdif6+JtG9izvok9DLJtCZX57Uq3k2\";s:11:\"js/solid.js\";s:71:\"sha384-IA6YnujJIO+z1m4NKyAGvZ9Wmxrd4Px8WFqhFcgRmwLaJaiwijYgApVpo1MV8p77\";s:14:\"js/v4-shims.js\";s:71:\"sha384-DWlD0qU0+4WTFKXrFbt8wXq/1NHvOGT8vwllYM0W2gIeqgaCC3bZ0U464mDtbR70\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-Bx4pytHkyTDy3aJKjGkGoHPt3tvv6zlwwjc3iqN7ktaiEMLDPqLSZYts2OjKcBx1\";s:14:\"css/brands.css\";s:71:\"sha384-9Wenwezdk1eEhfcpps+Heco4zWw6KuZ2VlevoPomUwWYYZd3nBX0kZ1hBV2zSIKF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-4HqGlagEHMyfaDQVabl1wx7GCtGw6hDl3sKJEhqQjOCrXrvizhaA2j4hK8Piewtr\";s:13:\"css/light.css\";s:71:\"sha384-3SMOAKCN8LYSMjkWz1ChDg4pHSLtD+LuKXaZoHxE1oyDneLR6Ebjm3XHMHO9fWu3\";s:15:\"css/regular.css\";s:71:\"sha384-ELBQxbOyxSZRtZPNO1mVgYkEzMOXFNmQY6CLV1nw+4IZoiHWeuwYTnABxPxxsuBE\";s:13:\"css/solid.css\";s:71:\"sha384-MkkthiFx7890Rev6vwUJO4gRT4yuH5tqMm/Wl4/n9/qptaBpiGcMyjfgq2K4h394\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-LnvOeE4ntog9dzgq63i0OoI6jKPp3p0y693Fh4Fd4eOyx/UsAw0kHXbLKqML1p9R\";s:16:\"css/v4-shims.css\";s:71:\"sha384-68zdIccmue/irEHOgRiyNsWTZAGftSb6RkEtUhgaD+8213AXnbThq7m3WsO+B02H\";s:9:\"js/all.js\";s:71:\"sha384-GBwm0s/0wYcqnK/JmrCoRqWYIWzFiGEucsfFqkB76Ouii5+d4R31vWHPQtfhv55b\";s:12:\"js/brands.js\";s:71:\"sha384-b4zU5X+9uCyU5wpeWBsEIFph6tTD8ERLbUs93uYGQGNqzbcfPDeY6c4jMhTAfBri\";s:17:\"js/fontawesome.js\";s:71:\"sha384-w6QYwIdCVqcYkHtaFutVu3VlDeu+pBFvlp7e0/tygMFwnWTl13KuVYfsp0ediPpA\";s:11:\"js/light.js\";s:71:\"sha384-avwGKnev1pyXYEbWxXSg9S4rpTsws+5vQpoj76SfcccEzOL162Ei8+z4a6AlaMeE\";s:13:\"js/regular.js\";s:71:\"sha384-lv9QOXVC8fPRX14JTtgPGx1JjQPfjnqnp+bTlEnrW2FRawdJ4V8oe4Yq4kdfgJIp\";s:11:\"js/solid.js\";s:71:\"sha384-sJjbbGVKgAaulHq0KZK5MsUx9YmPj+4G3oY2vmW12iBNEFkkhObBezK0ZhSXchIs\";s:14:\"js/v4-shims.js\";s:71:\"sha384-J8Vif9iMSqb5RK45yq6+dnrM1lTP1oQcIHtKpoH0irzUJD/1gCK0pQgIr0hO+hta\";}}}s:5:\"5.8.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay\";s:14:\"css/brands.css\";s:71:\"sha384-i2PyM6FMpVnxjRPi0KW/xIS7hkeSznkllv+Hx/MtYDaHA5VcF0yL3KVlvzp8bWjQ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-sri+NftO+0hcisDKgr287Y/1LVnInHJ1l+XC7+FOabmTTIK0HnE2ID+xxvJ21c5J\";s:15:\"css/regular.css\";s:71:\"sha384-hCIN6p9+1T+YkCd3wWjB5yufpReULIPQ21XA/ncf3oZ631q2HEhdC7JgKqbk//4+\";s:13:\"css/solid.css\";s:71:\"sha384-ioUrHig76ITq4aEJ67dHzTvqjsAP/7IzgwE7lgJcg2r7BRNGYSK0LwSmROzYtgzs\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PLvJTjM1QH/74H66d1I1vU8KYsjkbjSJn87gUIUsIO6Xjf8fRO8Hxdevr46EkV7M\";s:16:\"css/v4-shims.css\";s:71:\"sha384-XyBa62YmP9n5OJlz31oJcSVUqdJJ1dgQZriaAHtKZn/8Bu8KJ+PMJ/jjVGvhwvQi\";s:9:\"js/all.js\";s:71:\"sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH\";s:12:\"js/brands.js\";s:71:\"sha384-GtvEzzhN52RvAD7CnSR7TcPw555abR8NK28tAqa/GgIDk59o0TsaK6FHglLstzCf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ia7KZbX22R7DDSbxNmxHqPQ15ceNzg2U4h5A8dy3K47G2fV1k658BTxXjp7rdhXa\";s:13:\"js/regular.js\";s:71:\"sha384-iFYyWQkY/Zvsdq3IIxRJI2FBoXPj6g73ok7rIH3sZGulA7E5PvFqB5BOELomUuyh\";s:11:\"js/solid.js\";s:71:\"sha384-+2/MEhV42Ne5nONkjLVCZFGh5IaEQmfXyvGlsibBiATelTFbVGoLB1sqhczi0hlf\";s:14:\"js/v4-shims.js\";s:71:\"sha384-5i8QG9UXrCZePXfj1ac87dq22tNtGoJ22fmjXaJI8iIy072+ZKv1NZHbsTMfYvnV\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-xVVam1KS4+Qt2OrFa+VdRUoXygyKIuNWUUUBZYv+n27STsJ7oDOHJgfF0bNKLMJF\";s:14:\"css/brands.css\";s:71:\"sha384-BeZiOfMYSXjscewXEIJ0PDoBy27u+zVSTP5ZuW3kjEZKCn7pOB7v+oQVtAtHfY0v\";s:19:\"css/fontawesome.css\";s:71:\"sha384-fqilzf6i0kkOYm+DT4UC9pWzYf4/eFdJKroY1jZyE7n8eYLujyYM9VCucGf/LdVD\";s:13:\"css/light.css\";s:71:\"sha384-0WqtEOayxoyo7wgxUc5l2RvIbaWTyny0LrJbwsKhrKXUyopxvaNFLIoob4dXRwLO\";s:15:\"css/regular.css\";s:71:\"sha384-jyNdSTwsauV6/i9u6sKFOZBrxlr4QREAY295HsNy8laz4LYryhnPdz0ewFVERKfV\";s:13:\"css/solid.css\";s:71:\"sha384-dUUyoHgD2BplZp1AnRbRu0HPC5jscpJEJaJjqnBh7Y5PT1gW7cM6BQEgrcOsSa7e\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+BcpgpzTfqttc/C2LUPzGXIGunaa/aIuSC/BPO2BBqqMbHNRCF7d3DU54LxbCzTS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-TpRSvWoRbPKMMxDvVZgEa9wxoOZyawahRkC2P+ksDRxjPSvZjhEf5nU7pqSWBCQF\";s:9:\"js/all.js\";s:71:\"sha384-RLPiEwcAdrH2NjFcwJipJtlFoIN1xvqPYeeDX5yYtSNu+HTIkQCDvPQ9thsUnPUS\";s:12:\"js/brands.js\";s:71:\"sha384-NBtHk407eZGNubj82MbaKt5CrNLfhnYmCbpjSyDk/nWemMXE/mfvm3c1MPjfnWmU\";s:17:\"js/fontawesome.js\";s:71:\"sha384-b7K10RWf2Q3m26zPrKzM95th5yJnxEw+vpCzNITZFKV8UgxPgHb61bS0xFkKdV2I\";s:11:\"js/light.js\";s:71:\"sha384-BMiulaMo0kY9ExzwDFFjsXkU373Br7qSwYa/hdDlWEWEkE3flk4mBFvMwlpye3Aw\";s:13:\"js/regular.js\";s:71:\"sha384-uMEQdPXvyCTabszTyCxRRMDh/xIcRlT/fpq2DKkcjR6+lOqq2111EL0C1OiRVu1E\";s:11:\"js/solid.js\";s:71:\"sha384-9fQzIUDeLlrPRI2CT9AqVv6Yr0JgEY0+rr7ngyaatQAQrEHhCv5CvG8F8UFdgk7u\";s:14:\"js/v4-shims.js\";s:71:\"sha384-Ts0FauTmSRKZNl+Uw+WC04UuoVYd2gXlJ+OcUvb1NDrV2XmDcgCr8PPv5MY/7KZR\";}}}s:5:\"5.9.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:13:{s:11:\"css/all.css\";s:71:\"sha384-i1LQnF23gykqWXg6jxC2ZbCbUMxyw5gLZY6UiUS98LYV5unm8GWmfkIS6jqJfb4E\";s:14:\"css/brands.css\";s:71:\"sha384-vfTtNoEyqnxivzqkzc+mvlVeCWPGwMlIIkeTkt0mcUQNmFLyyXxY5SgZIkKQIXRK\";s:19:\"css/fontawesome.css\";s:71:\"sha384-NnhYAEceBbm5rQuNvCv6o4iIoPZlkaWfvuXVh4XkRNvHWKgu/Mk2nEjFZpPQdwiz\";s:15:\"css/regular.css\";s:71:\"sha384-5E/NXotaQSDJW8gq/9pxwQHSPRrb21suHuLPqOIlgob8QC8ltM13i6HLujrhWmBL\";s:13:\"css/solid.css\";s:71:\"sha384-ypqxM+6jj5ropInEPawU1UEhbuOuBkkz59KyIbbsTu4Sw62PfV3KUnQadMbIoAzq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Bfk4oyOug+rBqsciYilQ+iwazXsMTURz/M6Gfx7fb02KNeW5VHwt7aHTXWNU9B2W\";s:16:\"css/v4-shims.css\";s:71:\"sha384-zpflLcSaYRmTsnK2LTOdvChgML+Tt/4aE2szcblLVBXd8Jq/HGz6rhZqZ+4TkK75\";s:9:\"js/all.js\";s:71:\"sha384-7Gk1S6elg570RSJJxILsRiq8o0CO99g1zjfOISrqjFUCjxHDn3TmaWoWOqt6eswF\";s:12:\"js/brands.js\";s:71:\"sha384-CZZj1HZWqgh/CGR22Lnl6+fZC6IDR10ga+wECjipCR3zId+7ZxZP1JNI+YgdzyO/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RXRrB6R44g3RRohoKLAOK5MjNq4PVvz7iZErCckeyobGIJLpTP2qq6xjJFuKnfZu\";s:13:\"js/regular.js\";s:71:\"sha384-xrLv+W4OudHJZ6QDKuv+el28Wyr4OMO0qSQuBiPqhBsnSGKdGct/ElQm+2/fx/eS\";s:11:\"js/solid.js\";s:71:\"sha384-kDWpGOpzLEy85/cK1Df/ba6PkpDHAKUGOX4YHEt0sFzHdrTY1rGmT/gYHN3zCcF0\";s:14:\"js/v4-shims.js\";s:71:\"sha384-npD7syUhXOZUTbAzJEyIPGq/8gGAhBmei7JkUwUki9hAtz9oPkFJwx5f3vGb7SOi\";}s:3:\"pro\";a:15:{s:11:\"css/all.css\";s:71:\"sha384-vlOMx0hKjUCl4WzuhIhSNZSm2yQCaf0mOU1hEDK/iztH3gU4v5NMmJln9273A6Jz\";s:14:\"css/brands.css\";s:71:\"sha384-wRa49NRotGDh34aLO1Hjbu65qHSTF/ZNSBm7uTpMUa2EQ1Csq7Zlswm+FR9hcWtn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-QSCxeayZXa6bvOhHReoQRGN7utvnOnY3JoBHGxM61JQQ1EXA7AT3m7dnlHXLhnCj\";s:13:\"css/light.css\";s:71:\"sha384-/ggAGHSQWxssDRflcj0aeAlGN2rNgsnWOLv1ZU5FEvjQWxP53glq5pNPjtfldVVN\";s:15:\"css/regular.css\";s:71:\"sha384-FrLF2uGffV1P93pQZme192v/cHRu1XlgjMreWAScHPPjBz/p9pNTx/bTV83x8peQ\";s:13:\"css/solid.css\";s:71:\"sha384-KyLwW4NRDhAz4RVatBCvFATniD3ze5rJvP1usxUFectdGgG8n+7OTcZug8s4bj5H\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-dwNK02s77FqYOBDJpF4ttbI23g2UUTrI9euJ+OQGonHAy4W1kCpAyV7ozLK24GWz\";s:16:\"css/v4-shims.css\";s:71:\"sha384-tlZ/hMWxtcO6JxnBPYGsa5Oiu1gmAqp/bY7s7G6m5OOCJvcNQ6Fo39YHu4Elr+Hf\";s:9:\"js/all.js\";s:71:\"sha384-nKdXFHC25mX+ztWymakpQ8nRykznAcZ+yHi9XETJ8CuVvvSGeg/0QCPhvDb41hUb\";s:12:\"js/brands.js\";s:71:\"sha384-4Md2NBtJT8CgVnGaoonPkhRdMvGcFRH/nATvRJ0+2VsJ5bjySPpBil+KbSC+9yFv\";s:17:\"js/fontawesome.js\";s:71:\"sha384-nFIVFc2+uHHcH70YEBnMC6UmUjVxcQ0rZJe7u58lz5aUDQRz0l3xFmVSdao7Ag/K\";s:11:\"js/light.js\";s:71:\"sha384-C6XejYBP1H4YOZVReSXSBion6LKXOt7htNgjRlcKQSsMnL+/Ok1vyvI5EQs1/H1e\";s:13:\"js/regular.js\";s:71:\"sha384-GlXg5Pw5UjuoWpx2tbE3LsctnmBsngO5u5c+nK1slAwSuwN86zPzez+sFxncM+Tc\";s:11:\"js/solid.js\";s:71:\"sha384-pAEZwWHMzeWUPLx+edoghTzc+LBoBSIWMNFPeZGDiFDP6WL4g+EHr7DhQMUpjSLZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-A2MQ6ZItVBjKp0Efdmi8Xze6uRApxGoHzuGImgZGk6JfuaQ9Vkcev6HtJSQzftWE\";}}}s:6:\"5.10.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-0c38nfCMzF8w8DBI+9nTWzApOpr1z0WuyswL4y6x/2ZTtmj/Ki5TedKeUcFusC/k\";s:14:\"css/brands.css\";s:71:\"sha384-19EzMRnOAF4Gg36FukRf0Bee26rnZC49Ld5mFG+8XiQ8ddeKQYj7Rnl12YxIoHe6\";s:19:\"css/fontawesome.css\";s:71:\"sha384-YYaKmJMZQbIhKGKC1QGjVKSQ3s9OlZitN6xQQEPksarSkM0WNkq5Kke0yehyNwyT\";s:15:\"css/regular.css\";s:71:\"sha384-OVGJJ0J6OIuVjxoE5rUQPFweGgzO0xT+HKN5IChh3LTrsWQKjHocfKq+nk/8DogN\";s:13:\"css/solid.css\";s:71:\"sha384-dHM1276IWlmmltsiRRg04ASaTBbgAqnnjneOemUaqff0rqTtVHw5qqKE5i0k4Qll\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-oBn2TNb41FLJEvg05fPEoAhWHErn7PR1FiyT6NjQkoPzDDg1n/e/GrwRgh34gDmQ\";s:16:\"css/v4-shims.css\";s:71:\"sha384-R4Ah6+FGj2TWi1SbbJo01aRwLwdNunBoW4ALQ4SdcDpyQpKoP0pTL3Ce0Hf0oMOh\";s:9:\"js/all.js\";s:71:\"sha384-BfzGEucsDAHnSR99xBvG8cNHx7h6sEbKJejtvqlMrN8nMi3gP2ds+sMAjWfWnZyn\";s:12:\"js/brands.js\";s:71:\"sha384-SgCx6DCTHwPNfTrT8PeDNKVR+bLsTKTVnBbtZYSLgfp4dd+KGa6j4/Jy96HTd0nw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-yhpUSfH+AXwjqsle/7pS92NQZivmuHw41bqBfGxkaV4ftpRTE9Z6MNd2oh9x/BBm\";s:17:\"js/fontawesome.js\";s:71:\"sha384-LMbxIMq/Ra43sLL8MF9d0C8NDym6Cp7d2rtvvZUd5n4EuGE3GSYBmf6JV41EB7+y\";s:13:\"js/regular.js\";s:71:\"sha384-eX5P9jt8OdQQ4ME1Y4Q90r5k0qCw55F9jie73NYjcSEHIYYV+x3MW3XgqK7HDuOG\";s:11:\"js/solid.js\";s:71:\"sha384-WvtEEwvz7coGHFMqz/gUsacHkjubSgzLIieTORXey1KIpl+/r1Sk5owMdBxnGFHy\";s:14:\"js/v4-shims.js\";s:71:\"sha384-RT+uACaLSP2jOOLdRXKvxcgxA/WNa36UYkM14r9ODCgz51g7frfTdR+Jv3q46NW3\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p\";s:14:\"css/brands.css\";s:71:\"sha384-/BwiSb9M4ZqztN8bEG+VrC9ohWSBX3qEV95+/+gBJoE4+zG3KqcLj8ShUhBIALSm\";s:15:\"css/duotone.css\";s:71:\"sha384-R3QzTxyukP03CMqKFe0ssp5wUvBPEyy9ZspCB+Y01fEjhMwcXixTyeot+S40+AjZ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eHoocPgXsiuZh+Yy6+7DsKAerLXyJmu2Hadh4QYyt+8v86geixVYwFqUvMU8X90l\";s:13:\"css/light.css\";s:71:\"sha384-2CRj/5C4pwyS5v+q0KXxQ39b3qsKQNE6T+9FFaAOlps/XjJcK+M20aMUxuQtRLaZ\";s:15:\"css/regular.css\";s:71:\"sha384-pWItZRjB6NLzlrnwcL+2alve4CtHiaLj9W5ZwGPgy6dtMzCPsGv/qEcRvrbVkW5i\";s:13:\"css/solid.css\";s:71:\"sha384-Zbnz7QaugaSWTYmuSFTHGzMLxXAu2vzmqJhA/DS3bnaZGJaatH8apOWXfFaP6PMh\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-85qDq8Thytv8iDkEBcdksps8EZiX4DEo3vh6Ijk38Xi4RVm37Ttn+HU9rsXho2fN\";s:16:\"css/v4-shims.css\";s:71:\"sha384-y51MGgwaeLjbh5fbY1GJ6PypnEoMkGu8MoR1HRE/p/hHfiEE1G9bK/79bstJpyYk\";s:9:\"js/all.js\";s:71:\"sha384-G/ZR3ntz68JZrH4pfPJyRbjW+c0+ojii5f+GYiYwldYU69A+Ejat6yIfLSxljXxD\";s:12:\"js/brands.js\";s:71:\"sha384-8TDwqaS9Kr9a/3cVS6+XkvWUM1tz6XdS8s2urD5rXY1Cz22kPF77ZuG1gIWaz6kZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-JB1N15Wp6AIOL3sQ9Tm4a0kATlQy9/+/nLmU9B2wv4K4gGNAUFZEU7qDcxIPJLXy\";s:13:\"js/duotone.js\";s:71:\"sha384-PcDzzpTJzDDda2YUM4EY5ZqnZQ3DTIFtoaAn7t07N0UIY1HVyaxIHRzROmFBd48z\";s:17:\"js/fontawesome.js\";s:71:\"sha384-8YSeMunSTZdDZy7rZxfG3NqC3KnYaCKxTJMm9yoILgIoMpXeTKDrV8TeV9C5ItEc\";s:11:\"js/light.js\";s:71:\"sha384-sEc8iKGnMxm+Dm4AQabXbw0DKZU9FtFrWMppMOsxaUZsLL5pcpQs4aL/OfefTw7g\";s:13:\"js/regular.js\";s:71:\"sha384-wNQjNuGVt9TzLWqaxsZvH5uIDIxEkpSCeSPg6nF2ud6AK9jXY9yMFA6CbcZrr+cZ\";s:11:\"js/solid.js\";s:71:\"sha384-Vh+IVHoo4c4JXOfJBoUxIiEJf6bB443zoyGtwY8WbBmCU+7fAq9QX9JLtFcNSPZl\";s:14:\"js/v4-shims.js\";s:71:\"sha384-vzU1ar4oP9lOG/JJdj1q/+3aatI/ZbpyHIMelvsAi2Ee8gCiTIb/YhqRymLLZkje\";}}}s:6:\"5.10.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-wxqG4glGB3nlqX0bi23nmgwCSjWIW13BdLUEYC4VIMehfbcro/ATkyDsF/AbIOVe\";s:14:\"css/brands.css\";s:71:\"sha384-+B+cmd37r9agFUqHw5ABups/+o97SqA/Y6S5b3ly2q0ABacloQs0HZOQAX1NpJhF\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jUGOH+gYMCfz2jbO6DW8vojES/a323h7dcoT6qI7Bvod9mew/wwTZryjccmaMOkf\";s:15:\"css/regular.css\";s:71:\"sha384-gr19od0wAxe2+mYHEXvS7Y1ppn+ESoAQzTYGPauVJYyAYYl0NBQaKveeQnzez2Rm\";s:13:\"css/solid.css\";s:71:\"sha384-VUnOJnDrNS0aVOhF6puq5SPJOP5oOvIO6n54m14E2/OHv6DU1gklJ4EImoD382c5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-94OQehjHMl3lApC2tWmjwtxlB0oEtSE2zrTdf8uuWEaDEkkCxXK/w0vFs5J5WPU1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-i1lF6V7EeiD7KOgGLtAvJiK1GAQx4ogzG6B9gpEaDuHSLZuM3sFtPZrI6H2Gzqs6\";s:9:\"js/all.js\";s:71:\"sha384-aC/bNmpJEYrEVX5KNHN+m0CmvycQX9wDnYv8X2gdXQjrbtDP5OcU5DRiXwL6bPwr\";s:12:\"js/brands.js\";s:71:\"sha384-BZIBcmKlroIkWe3e13MZbUHZdmagAU/8cnXo9mIW5p5wzf+/U5ULLQ8TVioSuCnC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-A6TzAYakDQ9XwDY1hOPxAxI/3t6kol61Ed9hvHegEwcENzAE0vLojG6wItQDmclf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-NXKh+ixIINN/JHIorH6fcTNwaAekBk2v7azch6cKmQm7wtb0yBt8ctqn1FAspAW5\";s:13:\"js/regular.js\";s:71:\"sha384-7Sk1mIxPYoZb2I3YK86sPsPMftKqv0aWP+dgX//x1mF1mSOYydXmX7DbtHN99bea\";s:11:\"js/solid.js\";s:71:\"sha384-dc4FEGpFyXnyL9DbieF6I8Xzipdt7GRHX6k8RM/ow6+IDISjPeeTwTiAkNzjv2OI\";s:14:\"js/v4-shims.js\";s:71:\"sha384-BtUWeH6hQDQGUZewQDmWRMisAxvs1LtqoVQgmbFptFnH1GpBw2b2vZenxfFmRtOS\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-y++enYq9sdV7msNmXr08kJdkX4zEI1gMjjkw0l9ttOepH7fMdhb7CePwuRQCfwCr\";s:14:\"css/brands.css\";s:71:\"sha384-9J78p9RP9gty/jk0TJPvYSzmYYCH4cRRkDMnZGxZNh1wdaXLvXzIk90EWrxjjqr9\";s:15:\"css/duotone.css\";s:71:\"sha384-Na50X0DRTNz+Sc+4XbFXONmaknKHBHw6gvRZ4coLQCl7ZLXziulq+4wvTZxkaM+U\";s:19:\"css/fontawesome.css\";s:71:\"sha384-OvQaO09Stu8nVnOdc+6B3WjpKg9dfBxoakdLxJKAYgsz62+DzBUCvWRxPl9LRVSq\";s:13:\"css/light.css\";s:71:\"sha384-CL557/BMzDSg/4ctPpKDphHJgLqpdJ5rvOklcaHzLHpX+qsgd4V/xao6Rya4xKMQ\";s:15:\"css/regular.css\";s:71:\"sha384-yLDdP4XFV3JqISKN0JaZ0kdyks9S+U2o9uBmNbmZh85yjdF/kpu+oY3/eXQcGHhT\";s:13:\"css/solid.css\";s:71:\"sha384-BrYpEWmuPyxLgVmvUGa111AoxZ3kKwiG4TVjjewWZV9vww+dTLWpmEffDSEg9Gf5\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-V8iByeksgr2la9ceLV1jNv7uWdzI3pYZLNzgYqWmQuQZa7khs4d6QC84YnMWoKxx\";s:16:\"css/v4-shims.css\";s:71:\"sha384-rql5zubvrhoXpo5buqgoiKryiT02OHCEtveKZrj4NX/C2Kuy7W2P7vl+RVzBUl9m\";s:9:\"js/all.js\";s:71:\"sha384-FW78RPcSpi13vjx77nPWQIrQbNSLkPBopb0qGzLCxD2x4Kr6FA8V05C/6cpgkKPL\";s:12:\"js/brands.js\";s:71:\"sha384-DGr5D3fYhGn4bylN+nFRaxvPt6s4FjV7B5EhOOFUKW0JKU2vco3q3xtgSZeeEYpw\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-++EkH6KNUkbsGzUhPmRa5yboy873FnCrHLPNWnvcfYOzCCShCQHtdQ3RQTt3WDsW\";s:13:\"js/duotone.js\";s:71:\"sha384-QwVJpiaupNLHQYsfQUftqzWXMT+SsU4AKnlvxDGzNjTq5xPXRbG/ohsvyIEyK2uf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v97MeHGTkmNphZhn+D7412xlPlc61o4jy6CouRwKfNltfXH68HcYhmQBr2j/J/Vp\";s:11:\"js/light.js\";s:71:\"sha384-TZInz5PvbxRzxSlGI1WYKmrrBBk/XTTZymO6w+smmSVD6RFpfZd+JtSye/viSFxA\";s:13:\"js/regular.js\";s:71:\"sha384-ZlV+aQMpcvCEqNPe9qTu/S6+eBL+DfRjOxr9wtsoZyGnJ/vwQk/U2SZhZ8tJqH5F\";s:11:\"js/solid.js\";s:71:\"sha384-WtnuXyp6MLUsHy3FAqJyL7aL0a/mdUjPwIs/Ub7FXJZufo/0qH9aFsTDY5Q6Bx3m\";s:14:\"js/v4-shims.js\";s:71:\"sha384-P9HMMmM/ObyzYMvKfF0Xf40MYwNdkI08AwhSyCsAVlmXZkJ9GaI0Z23pozRg8HAe\";}}}s:6:\"5.10.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-rtJEYb85SiYWgfpCr0jn174XgJTn4rptSOQsMroFBPQSGLdOC5IbubP6lJ35qoM9\";s:14:\"css/brands.css\";s:71:\"sha384-qVnmyLTtnGPGEN3HDG2MCEOXWH1Yk/i70lKRuV+gMCDQg+jblQlFGPf1mejWUyYG\";s:19:\"css/fontawesome.css\";s:71:\"sha384-hM7EQerc09E4O3zhtvF2iqcB4ZkEu9xkLQndhXdGGCEJ/sB4JK54SuKGmIC35UTf\";s:15:\"css/regular.css\";s:71:\"sha384-zuVEAfuEXYtKnHpmwmkhzwMdR2uek5gePU1XveESmScyRJHbncv8rLEAt+ofv7ze\";s:13:\"css/solid.css\";s:71:\"sha384-qPldrzmea0i8jhonuql0da/kQWeaXdQl+krGXcTQUdRUGHcXBfSrBbZLbyMcCWcF\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-G0mvrlfkz9DnjBCRmY8Wf7nC8wTxDsHE3pGAc7/4rDLh5+v9Z00qi/uyjjcDf1nf\";s:16:\"css/v4-shims.css\";s:71:\"sha384-updXts+unDswrMsYxLc5R+HfSmF8CuEIOe48Rj3DoVoPUIImOT1fs26H/tr/H9gC\";s:9:\"js/all.js\";s:71:\"sha384-QMu+Y+eu45Nfr9fmFOlw8EqjiUreChmoQ7k7C1pFNO8hEbGv9yzsszTmz+RzwyCh\";s:12:\"js/brands.js\";s:71:\"sha384-0kDL5YEgNJjL/kNToZYEds3evLmosarb6OU2eKqRYu6O28jcJc121tjUC40sG9VB\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Hg1lNcVEsyCqBb1J4/U9X9IW2DEhAKIBfBIE0J0eiWGEX9LEpEULwcsqoAb6HDgG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-5WtMZ7frOu4PgR22YgRSlercgEU28i5Zn39Svk6+2cg1MOigLDSsvXccsmJO2Wxp\";s:13:\"js/regular.js\";s:71:\"sha384-CYi/gunDGMYA12KV546MNRqsjbbWSyKgPjA9BwVMBQmIMhzVrjyUJwkV9uujzHLJ\";s:11:\"js/solid.js\";s:71:\"sha384-RbVpZhfPW/1SmcShwIOauawY5vJWxTCeEnmiUCiY2SbkrbKuSGTqJ9NnBUmcP95A\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gDM1aRghQ5DRg+fSCROSYawrJhbAHqa6Teb2Br0qRJtb+vRJlyU4U4xnmN5cwJ9j\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-XxNLWSzCxOe/CFcHcAiJAZ7LarLmw3f4975gOO6QkxvULbGGNDoSOTzItGUG++Q+\";s:14:\"css/brands.css\";s:71:\"sha384-hIpb1kefRKjC/r6WxN0S6Nai7+AuherqCoHKD0HNdXkbzJkZcS4o62bJ7ODiBWAu\";s:15:\"css/duotone.css\";s:71:\"sha384-B6+5TXCEkY2Io8b+v2Ki0aEWnpCFgBYkOzXAHY3oQ4tr90JpQC1RErwFbvJ9CRt8\";s:19:\"css/fontawesome.css\";s:71:\"sha384-1sdMwbsd8X7Y+nVcEr/4D35smQEaEd6Qz+R00Y+NPUkG8MyRa97RrX5I4nqDt6X7\";s:13:\"css/light.css\";s:71:\"sha384-dlxpRYGi8Pjg49IqtrDIVZmCOQZ//oDKDkoqbn/IXrwwQDP4Uf0ys6+eH1z9sfhV\";s:15:\"css/regular.css\";s:71:\"sha384-hKM7KqUOh6F2PI59uEhofbDs/5qHHdJEULlmNWJEQcu3D/5/vl5zpwBrveC4GAbI\";s:13:\"css/solid.css\";s:71:\"sha384-FCdq+BRoY+lV7Zy7HKKQ4zoywYLRyasGk6IrmrXfmYs0xIgL0QrPeEPTu3T4Uqcc\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-+OTv1mrGtdzHGeAuFSVKpPvaMXNpUu+W+Xs4xYz2RgUlrBctmMyE3noRImN5j+ot\";s:16:\"css/v4-shims.css\";s:71:\"sha384-88Tda+TyAtJK9/cRRXAWdJjyE56Tg4ai2x7RoSEqSVodcInAoV0HNQ2ofaGCidyr\";s:9:\"js/all.js\";s:71:\"sha384-lowSFbzpSYKDOsvnpi2JVneSnkrbVjOTwcHOWpC+tj/YT1mxTDIB3ZqbtllmfUSC\";s:12:\"js/brands.js\";s:71:\"sha384-nyTyvpFz3BvQZucRUSSEDlyivN7GAC2Xhgl9M92o/rt/KfEZ7LkqusFXlCjM4DvC\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-eYjh/PZbsWw6lqYWtDM+NlcRs3pUkOk8r4mxv/x0xDjmYPXTxPKQ8ZNXxOnd0UCL\";s:13:\"js/duotone.js\";s:71:\"sha384-2j1n2yG+7lkO9CjnN1DSQOGJoDEaJPEr+TPmTer3pK/yD3bQ/Kk8bqJyS3LfCK26\";s:17:\"js/fontawesome.js\";s:71:\"sha384-sy0tjZ+ivgcg2wUVVEmLMO5wfntWOSyQaD7AQec0iXINci5JAP92T8sM4YldYQIA\";s:11:\"js/light.js\";s:71:\"sha384-vh/BsPXkl02OgBjk1HJkukipMWFU6vHADY4W3u9BXIrKjcRFw5Y5XikVLoLElHee\";s:13:\"js/regular.js\";s:71:\"sha384-p89srWlrnSOel/vi/SpBD/wyTTJhu+27jcfOazOCUnLTpcxG+NVuYs/okkO2JBox\";s:11:\"js/solid.js\";s:71:\"sha384-JzK2muq5DGAdfmBP1xyuFUAYGceTmP/Y84tZvRxkdtsjwuIcd8Hpf1D+5izeBUQP\";s:14:\"js/v4-shims.js\";s:71:\"sha384-z089sTZgTLfns4lyNCTpVbdQA6JAhOs6JXwRH4ig0M6EHPg+Lzp/hdcx2OHQn/v8\";}}}s:6:\"5.11.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-XLYVh3ZsmvjnjODXg/qvDYjcINmPLORACP+Tk6qA3jNLbStl84PzAeEz2Su02511\";s:14:\"css/brands.css\";s:71:\"sha384-ngkCSSyhFgmeG9/8GICGMwnX44Q70/NN2XuNgrpMHOAjXVjYwTvtQML/2+2EH5mm\";s:19:\"css/fontawesome.css\";s:71:\"sha384-saSWCOAroWA1DTfG19axC5l7ej+/lsLpGrQjthhULGGw0FKZqZmxdjRhWqjypqgH\";s:15:\"css/regular.css\";s:71:\"sha384-NJ6bXu66piTFdxVfLXmQuxcjGye4blIA4H2DybHqY1WFdYSxbKQo6W0G53caD7MY\";s:13:\"css/solid.css\";s:71:\"sha384-1Ln0i7HCe1LMHO25AgX/9s/3XzTLIMev2SYgQz8xSyXSa3775gIb15NIpJoDRYDg\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-utbeJwkEmotPPgnsjR2cFDH5mR1JrU1EX02CRdVYlT6MuuLA6/jK0M1UcDXBVNa1\";s:16:\"css/v4-shims.css\";s:71:\"sha384-QZ/09hWMymER1waFUW4M2iM55h3bf5FVf516rOAYf9G2mHSpAj+oo/6jrxhxiVq4\";s:9:\"js/all.js\";s:71:\"sha384-Zgm+jt84FBq52ezxzG1WPrUHXPTLraCVSuBDiGgz/mX0FZxgdkTZNephFvciYglv\";s:12:\"js/brands.js\";s:71:\"sha384-FYnxcuBilMBfd4M0z3ZhTEWrorBL6P6mqaDWsYN46z3iJszwg7yqVAft8mxPhWQf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-nDF1UhY85TnH6TtkBtlcaTXQh2EGA+oy54oi//hchZ6BIO8n0yZOdEDcqy3Lj6SH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-+4PGPfaOiBMXBdbxBpjj3c78flBTf1SoDBBbEHY2P8SuIKsjNJ59vjhjpMClcRVk\";s:13:\"js/regular.js\";s:71:\"sha384-sPFXZNRvY5NMeQlqaEJyF/3Lrrcqi+EowkFdHnHe2B5/GSLq+RN8eAfpDiFzWveB\";s:11:\"js/solid.js\";s:71:\"sha384-abaNJNBN26YUz3JKjkP/eHqZP+7EaMLIkyR/I4JNQXin7CWBKc81Tmgh2//K2gfd\";s:14:\"js/v4-shims.js\";s:71:\"sha384-uQinggJhGToi55IHZla+hhoeR3xafp4JLhuIZzag3QFHKDyLLolL8IuCRM2aLdxy\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-eRd7BE4pd4YyGL79iaO+/+GQtuNU464XOqRShZHNdRwR66wJIzi0UirzOFzuoMOo\";s:14:\"css/brands.css\";s:71:\"sha384-/DL+sGDGYNVXNSXzx8omqgYJuKJWhPfJC0j3sM06CPE7CKypUtyAtAburBBMbhWn\";s:15:\"css/duotone.css\";s:71:\"sha384-JrGJDz5LRxQ3s3dW4Av8oo0oPABX1FQPzGwpVizHFqVT7RXKd2suPslh8/k6EFvo\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ASwVckljSlVqrp7J4fCNW1Zfqp4GBw13f/oq/bwtr1KNG1j5lzKrfTpvoivwJZpS\";s:13:\"css/light.css\";s:71:\"sha384-SE3odAKV/Li06jtOem3j03b4qHD5AfOLS3ip3Ie7HS0QtdLJuRozlFcEiBnKhIjj\";s:15:\"css/regular.css\";s:71:\"sha384-v0Phnxb9e1tIN8ABEpuqr9+U98eA2hbSnnxnIFWqTyvwFd4QjVV9NOCl19hLotTv\";s:13:\"css/solid.css\";s:71:\"sha384-23irw3gzc0cirSOm9k0vC4Cb8339DDxFatLW9p83F4RsFK/1HuRvePKAltYrdlBX\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-c8uzxHbCxkqcTDgRCHmj0nVIK7Z72qzR5ciNuZIQQKWVMb0Trzdh3g9EmdybHyb/\";s:16:\"css/v4-shims.css\";s:71:\"sha384-+/X59I6aJtu7U5st0yw42TmOgz2GTi80ici4b4Zr3fVKaib7AhAhXm17vhXVqNN6\";s:9:\"js/all.js\";s:71:\"sha384-jaxx6ehyna+t5i9JERhQruWpH3C/xGZQJz6/+xqO5C/eWWJ7ysIZIe9BAULfRy+f\";s:12:\"js/brands.js\";s:71:\"sha384-om6tKqxNyejPYGBkAEpF5czG8EOB93m9G17YUGoJgRtei7kJnA4P4+w73UfDPtLl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-I8WM/bXtfWQr8u2t0OIaUfJNpTd6LnCbNnrQpaKQN4/Pdek5IOtrXdpcXpLwzCoc\";s:13:\"js/duotone.js\";s:71:\"sha384-tit+/K18O6+uMPCuvEcobuzvT7aFly7Raxqnszuar7OzNloVr2oIugu9S/T3MNgn\";s:17:\"js/fontawesome.js\";s:71:\"sha384-kAYceFs9TzH4f4HsWzAZvbE7yJRTcOUe2UeJVCdVV8AYbspSlxAIwUg7yGHrtSKe\";s:11:\"js/light.js\";s:71:\"sha384-zam67iVIo4OJbdPFYrgsf4Te4l96q61wYKpT72nLO78ICkwXk27OlsN4SQYHOlI6\";s:13:\"js/regular.js\";s:71:\"sha384-8QzBYxpPIH9HEZ96HhicnkJ8XYzELjI6YQabAc2ANT0wExEgzeKwnNdQM3B0YPzX\";s:11:\"js/solid.js\";s:71:\"sha384-vTIqr5UHlJnlDEDAZB19P3NuSQy0Ynbzj7w5ofBkLPpN1bb7N2uZ/z0GNZGCIFxW\";s:14:\"js/v4-shims.js\";s:71:\"sha384-56L2fWZDluSTJKVxfc7PF+HoFsBrcdkn/Wj79nB2pzTgaYmqLT5T2pn6PLbMvHHq\";}}}s:6:\"5.11.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-IT8OQ5/IfeLGe8ZMxjj3QQNqT0zhBJSiFCL3uolrGgKRuenIU+mMS94kck/AHZWu\";s:14:\"css/brands.css\";s:71:\"sha384-UMAQJEtrY4iFRXQIYIXWfTd0GPzHrhSPK1SJ3fEeGGgtkC3m5qhKESA0yOXahpmJ\";s:19:\"css/fontawesome.css\";s:71:\"sha384-8dpIy0am6bmWHK+abUbC1sgkCSD6WstSMjjNB7JVa+rprKurA6xisqNHg6DESJWW\";s:15:\"css/regular.css\";s:71:\"sha384-5JoPxivOfpG9KRKbjXkqhwpMZ7vvAATGi77NPd6sC2ruJrWa/hKqoLBIWC1n1N/U\";s:13:\"css/solid.css\";s:71:\"sha384-20Qlvv++Kgw8B9SXDkUX4JrITPco1UXcaB1mkymQFgx8cM9azG2Ig9Sy3khBpWip\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-jv39B+1DxC6iSROYUwIeI9RUDrl9ckXFPOOlys2dTXchRTodXzqX0lm6GUwN4iLA\";s:16:\"css/v4-shims.css\";s:71:\"sha384-iJU+Et4BsM2cUxdymLmM7B8IF6IkyAYIcJRKroT/XuA5+2bWL9u+KJ1ZItC4bcdo\";s:9:\"js/all.js\";s:71:\"sha384-4Uei2cJ8mOycRxb1dxppaomro+V4vHdGuT3NfYGpENdgukEOcOrNB43OdzBiHdpZ\";s:12:\"js/brands.js\";s:71:\"sha384-q5JjSRgEoLV9cBFXvjGX8xxIxWN+LcGaDFBxSid/9XwjhecfXMQK9Ak7bcPSFT0M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-LqGhhRx8iThhBm6ytksB4x9veweiV+qNa2soZmn8V37E4Nohq1ccRoaSr4o8YAGQ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-jwx8I0tSvPLf7ZV1KwBdmXpCHgduVujQNEzmHuLEiCYql63uV/C9TCtdBU7E5TL/\";s:13:\"js/regular.js\";s:71:\"sha384-W1XmDNwB/NY1P/H0BiR107pc9NC7aTrPvwXbrZewndT3nyrmFm/7IIc0AxxcHQ/N\";s:11:\"js/solid.js\";s:71:\"sha384-kDwQ866HvlesMeZEZYvoa7AceBir+K+jB/0PVVSs/1bX0JtTvAm3aFEgOCOCt3c3\";s:14:\"js/v4-shims.js\";s:71:\"sha384-gtnOUe72T7BrqVgxbkcbbwZGJLyyHFFtefPxPZ5t/rmQ7vMNXbxml7JJkSNfHmkV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-sr3GDThhNP8BxHFoTK4zKFgOjcrT8vzaiLwnwU+yB31BCaNj3QMX6YVXcv8AeBAy\";s:14:\"css/brands.css\";s:71:\"sha384-4sG0FgVejJMQM47pqYyG+7afeARX2P0HYkQ8JCKf3ZqTcpJ3/SWefUFX8kdm8eYV\";s:15:\"css/duotone.css\";s:71:\"sha384-q4v2/qv2HhGIAcd04NDH2XuGq8Bzu+xNYUI3gcKFfWt09m/dgZlvUC0rQJ3KtGg/\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O68Og25nY+MZZRUiP6gm7XPDuHsNC5DgKWEoxn6+3CFcGLRXuFihbGO/8c5Ned0i\";s:13:\"css/light.css\";s:71:\"sha384-Rg8mXhpzJH99uBsgdsCp9zXjkcsw/pm+s4Kgu/56eRQSd8SAszYc6hssH5MLusHl\";s:15:\"css/regular.css\";s:71:\"sha384-RjVm0cyaQYehIEaR5Tt+JDfgnUUtY7GP/N4rEglG6DxLUhzozRl6HTH5NfPQ0X1/\";s:13:\"css/solid.css\";s:71:\"sha384-/SNkE+jEmgiOubdXCmBU+e2fWH200um/crHWjo/Rni9rhQuxT4demqM/PAyc+tXU\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9q0WPwNHncxttx1Sf3c/G9lszy6f82L4rYAYW+JF0PRBNvJ1mVyYivrsep7J+Fud\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1oMR0RRrEohmWSZo0t/tezQF1gyGc/b73Bba+qyZLEGdTAPORCf4p+pQm/iycsgj\";s:9:\"js/all.js\";s:71:\"sha384-7DVhSuOn0R5KmazSuDzmwQHOIPfU4+n8x8AifcGCoSOGATBJh55ZY41LSL37PB6m\";s:12:\"js/brands.js\";s:71:\"sha384-QRf6gn0gPrg4U0aYZ5s/Sx7xXy9gplYMzh82CI51530v89R9s9xGG8ljaSqYflQU\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-jKcJk7TgESeW6RZgq9/e8kTr0jRQ/JvaM//YDKwhF9wyvXk8lQs27OQ6cgv3FXTt\";s:13:\"js/duotone.js\";s:71:\"sha384-CeUA4+L5GZZwc5CGnvQVaT/Yrv5HuRydWW/QDCiXZnuORKxut4zKDa2WUaCS7fvo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hvER25BD06AWxsJLW7cQmGKjQp9PSZttpMIo36kIq2TTPEhP4lIT3VMFul89Ym6d\";s:11:\"js/light.js\";s:71:\"sha384-qvh52W5+cWrTxhfM559wBnsSqplMQIEjQkHnAE8c6MViBcH1OKvI1u4IGR+26hZK\";s:13:\"js/regular.js\";s:71:\"sha384-owKa0I4sfD0ooTioBE3KJEbjcmAZi2LeCbkqHr7/vkUeG/U5OyCGxYlcz8axgnSe\";s:11:\"js/solid.js\";s:71:\"sha384-hNm7JVaYkbmX1gZWRwOXVFKJ3onp68grA2bFGmFSMCQueJbgNvKR+iItAjM/PiuT\";s:14:\"js/v4-shims.js\";s:71:\"sha384-1MuEmp8vgjvrraTYbqRjvuZbLs+vFg2oeN+87QTVYX2EAXM90T4bzBm7HIFFzAp7\";}}}s:6:\"5.11.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN\";s:14:\"css/brands.css\";s:71:\"sha384-tft2+pObMD7rYFMZlLUziw/8QrQeKHU4GYYvA5jVaggC74ZrYdTASheA2vckPcX5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-+pqJl+lfXqeZZHwVRNTbv2+eicpo+1TR/AEzHYYDKfAits/WRK21xLOwzOxZzJEZ\";s:15:\"css/regular.css\";s:71:\"sha384-zgXo5aJZxI4cJSgWSRtbv7q4JB6PzrmOTAWiZt2CqN25ifeKsCuQZ/pUNoPgjcTb\";s:13:\"css/solid.css\";s:71:\"sha384-doPVn+s3XZuxfJLS7K1E+sUl25XMZtTVb3O46RyV3JDU2ehfc0Aks4z0ufFpA2WC\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PCpLTPQTGcSAXFltutjYRSDJAXJItRY88oa9XgNyYJuwrgJGx+uNVmtGSDS2PPvL\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/EdpJd7d6gGFiQ/vhh7iOjiZdf4+6K4al/XrX6FxxZwDSrAdWxAynr4p/EA/vyPQ\";s:9:\"js/all.js\";s:71:\"sha384-b3ua1l97aVGAPEIe48b4TC60WUQbQaGi2jqAWM90y0OZXZeyaTCWtBTKtjW2GXG1\";s:12:\"js/brands.js\";s:71:\"sha384-b2GpqFrJizV0BUEdbrITdOA5HnxnlrErt7MlEERWd6NSJ32rHeibEvyyCuA13OAS\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b1XIrGvAvE1F4q9vHz2OmkU7bBKvxebE+Q/bW+d4lG90kACkPFm/ZQuS9tlTwVD+\";s:17:\"js/fontawesome.js\";s:71:\"sha384-EYYaHDhIRoBhd/Ir/1fPnxg9rZLk/55lKtlNT5KrIcONoCS2kjf7ZWzMoCLLACeo\";s:13:\"js/regular.js\";s:71:\"sha384-vIxiYcREJ+yKr8tRXG0gCdepcyuhCTkHwiTdG0qVTHSQvjO0pmllh1QAy93JYsE5\";s:11:\"js/solid.js\";s:71:\"sha384-Mf3ap7OwO+bjTkzM1RsrothLh38uKXvMWJ2TQPXGHqZcqfeI/cyCV+sfV0IDnBDq\";s:14:\"js/v4-shims.js\";s:71:\"sha384-G5fIV0dSzZ1nDQSh+B5u3TRX2UtPcd5UWyi2WS1fZIpJQ/JpJCdShAZ+wmILZ7Qd\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-zrnmn8R8KkWl12rAZFt4yKjxplaDaT7/EUkKm7AovijfrQItFWR7O/JJn4DAa/gx\";s:14:\"css/brands.css\";s:71:\"sha384-dd+UlUKIkNDLBFy2GZJRdMODxfdUjx/PanzxBbsXaRBkyjHzUeDX3mj6q53uL825\";s:15:\"css/duotone.css\";s:71:\"sha384-tHth4ugEmPOZTBSN4Hi2oYiHY6vpxIL8clasFZidKyR6Gm34+U6wx6A9eZHqTs2W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-bQakmC+XBF+eCf93fSR/57kAeX91i0BDyXyj8My8/e/3Bcno5zhEGM02xNvpXV+2\";s:13:\"css/light.css\";s:71:\"sha384-yNf+8hATd/MoR/yfZG0nBBtjTfxZEM1rJos9BgjBaVuLcu711wcecTXBlfS91nfj\";s:15:\"css/regular.css\";s:71:\"sha384-H5RIR1XTDkiiLdUTNtbYvWKpNd2qsPBeGzpT5PD495znZL9JCA7119EMPNfCASw1\";s:13:\"css/solid.css\";s:71:\"sha384-LkNnzh6wVxsC0m3vcQ0T5L6csSYpgSYniG/AKJqWBsHT7PVpeO0QHkBw4dW1WfVu\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-Mh++Qzb28x/RVEo6SYO87IyopQpwhzveyGIVg/AfbCLCEHUINYcCy24fkArgPFNc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-A1hDH1BUL9ZdoEFsPEJY4LRFhu70QJj+RaY50Zoqd568i+ONa9LHCI+uoWDT0Lut\";s:9:\"js/all.js\";s:71:\"sha384-S++1cFhwpxbtRScUliTyprAMK33gMHbukurY4rNyt9CxIniGm6PfioUsQPoAITQJ\";s:12:\"js/brands.js\";s:71:\"sha384-NuqRsJYX4n2gSY6iMRHPZJxtpR40C8Lc/CV66yyeP1Vu5W2QSuVyPxMRpRIGihE+\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-GLrjh9czojGY48hc8pYlf/3FRNEBu9OWvNAta7SMilmijx8+ciGGVZyD+VwV4FVP\";s:13:\"js/duotone.js\";s:71:\"sha384-uO8Ntsr5QW0kAl13UUiYRBDhu3foxlKI+jZjPBApRxFDX2tgO/GYiCXIYiGixOU5\";s:17:\"js/fontawesome.js\";s:71:\"sha384-FdPoPmNNPrerz9uF/cNSTyPmNCRf6b81QDEPk0JlXAaailLV3DT9yA8plMzyffNZ\";s:11:\"js/light.js\";s:71:\"sha384-zE0WHJZIhNaysmywEoQBm6THN0uK5wAyfKWoN6lJPGOlrMB8hf0Yt4/+bex9jZi2\";s:13:\"js/regular.js\";s:71:\"sha384-+3mzeMYwSyHPQfOsqYlwcE3OSC7aI/+DjyVLkBxqWP9O+JyoEtzidrSonbNKh1uy\";s:11:\"js/solid.js\";s:71:\"sha384-9I7yL3g1YvBlMZjZ0bWzPqP1m3Ic5t3EgFq/MqNm2r8FUxDVowt7dO4S1IFleLqZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-+Onl+wOd5BbZvaC8Q/mQUO3lZAqsUyD+xqhS57VlU7gIpqXBMcS9Tw94A9uMZRwX\";}}}s:6:\"5.12.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M\";s:14:\"css/brands.css\";s:71:\"sha384-ouytoyjvzHVJu1m+KEtJ+2Ys+WFsXUlknprEuQAUs62XNn0shj9U2QeTwdJQmPR1\";s:19:\"css/fontawesome.css\";s:71:\"sha384-VoScp22LWX8GkkUAmdkkkj+rz+/r84lmCD6FALIryJxjwBSz6kE6oebSlamQx19e\";s:15:\"css/regular.css\";s:71:\"sha384-uUtN9GUP/RxDz5kko+qO6znqTP45OrABIxrrPhm8tax1s1huRxYCF7xDm+YunNDB\";s:13:\"css/solid.css\";s:71:\"sha384-9AfJF7pZ+RYk3wXpf8ge6fc3XhPaW3Xl57Qj/mSzPckn9Tu8zJ9qUipWq+/utX20\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-e3I5IwYfes9z/NL+oosxhrbsLa9R8TaEY+Krsm07Fcz7q/R+8nswvn20QsrR8tsb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-AL44/7DEVqkvY9j8IjGLGZgFmHAjuHa+2RIWKxDliMNIfSs9g14/BRpYwHrWQgz6\";s:9:\"js/all.js\";s:71:\"sha384-S+e0w/GqyDFzOU88KBBRbedIB4IMF55OzWmROqS6nlDcXlEaV8PcFi4DHZYfDk4Y\";s:12:\"js/brands.js\";s:71:\"sha384-NLUhiMQCi+OH3uxQu0Ems+2GYt6KJ89f90f4kZlK0BoDB63kHZqAICPl7nQHppJy\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-PpGSW7GgJeChJyQc4XW1MIgUrRkMZudoPYOYAqGERZ+w8ammaWDBQvHM3Qp85XCV\";s:17:\"js/fontawesome.js\";s:71:\"sha384-aolToWrR1Hn3EFHDZtvTl0mtjuJJKLxSu/6b2tlr1g9dS+RLt6QVshweU+2e1v6V\";s:13:\"js/regular.js\";s:71:\"sha384-LCyqT0dvDekY5RP1UquYgUJARvp4tHVJocO5ICwoWSyVoSXrKpJrRrDYxj7+ukHO\";s:11:\"js/solid.js\";s:71:\"sha384-QsXs4eh2k/7mk3dvvNMhJJDjh8UQ++vWm4e7ULJ1UZTbOv3wQOzn+4ULg5iLW+Ph\";s:14:\"js/v4-shims.js\";s:71:\"sha384-NNQFVmb048Dmy0GH4ex0kGVcjxaPeY6JA1+ImM4Lsfr4HOD5CNMvCSoIfjeJJWX9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz\";s:14:\"css/brands.css\";s:71:\"sha384-z3CBOpMFSI4D+GXPvBsSW5vXhm4MEzWuC/CycHv+vsuzuztOzPpomZimFLeWNOgk\";s:15:\"css/duotone.css\";s:71:\"sha384-SnqCl1xqt09zXtBnCqJWrwMR2wbeWfxeAEB8e2QuoHdWNY1V5k0HrDi889EMHehh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CtsKDnRWWHDhjRZ5qgpCFCGpib2FU2SChFu0xRt81grgvXq1P+lbpROQoBLxlU4o\";s:13:\"css/light.css\";s:71:\"sha384-i+ivMdAc0+wLEnd+UdXLpYGNTbyn/0Rjz7EqmkqEOkfat5/2T+S63wn3WDk6h4Yh\";s:15:\"css/regular.css\";s:71:\"sha384-hCQzyeTkj8xmAEG5HT7Hx6t6DUkpTM34rr6FHL04J4AWtPtryU6EjsEDb+Gf17KD\";s:13:\"css/solid.css\";s:71:\"sha384-U9f9KTMQ1TBvUUFLpp6FgAy1M59lrF3q3rYTHPRVtT8OzY3xyyFUzKevJFYHEbhq\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CpTDS+d/m1rbSfuYxoVJXNCmq6ovovJAD1qgFE+K1Vf5N/n5Nt5yEoZq1UovRsXR\";s:16:\"css/v4-shims.css\";s:71:\"sha384-w49b1IAwJTEsYuPUW2QuSzpWNnhksbL+b/1q2eGObJ2CVV/HO5ubRS4jyMLB4cGs\";s:9:\"js/all.js\";s:71:\"sha384-t1m5KR+UJYhp5D1IG6cS5MuYjxDyh/lIkrB1YUpSPfGxgR4r7pA2xW+KoAfcE5IZ\";s:12:\"js/brands.js\";s:71:\"sha384-L2A2TL70Fg2x6gHvF0zTdYDo163eb/op5YdWXAr/rWfprmIjt6Ib+mdHv60yzNh2\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-Tj7c3TfdpwGV2RqPFYgEbtUTrY+wJeAPDMsuUTvdrbMDWlP6gpUN6LNbXNf1C8BA\";s:13:\"js/duotone.js\";s:71:\"sha384-wAGnJyD+rhKARbazT5ohAk3YosShbJZGkuSG5lrKQOfQpG+7Q7o6ZmAvNqeJ7mFf\";s:17:\"js/fontawesome.js\";s:71:\"sha384-YdKgBdzRKP5F/uorpoOtlS1fRNfveZicpRkkQTn0pQdqGWQs6AMr7Jby3mA/G53+\";s:11:\"js/light.js\";s:71:\"sha384-VuS+lIluvKV9KjbEENEaZi4Ixed0QRYlUr6DI6+U1vj/rOfMP7wl84Z53+fMZXM5\";s:13:\"js/regular.js\";s:71:\"sha384-lS00sjHGt6pxefm2C7siOngllQ0WM3NoXEgwBb79KI3nh2iB5F/vkL7q09F/Z3tj\";s:11:\"js/solid.js\";s:71:\"sha384-ejND26kSb92qqj9cH70EMoR8jytCElYWiCB0v+JkXBz6+2ccBkNJkJZuMmrXY9L+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xCtgvUZSTFqAix3U6PrST0KLLMXPkzVPwXq3AbYkoKi81K4Ppryd5D8lUII1MeU+\";}}}s:6:\"5.12.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-v8BU367qNbs/aIZIxuivaU55N5GPF89WBerHoGA4QTcbUjYiLQtKdrfXnqAcXyTv\";s:14:\"css/brands.css\";s:71:\"sha384-+2AYGyI2bR10NExh4Lu/3NQmpNxck8EcRE7aATrMi9QQ9OAKQAQw1bcrlWkp0tdM\";s:19:\"css/fontawesome.css\";s:71:\"sha384-C1VkjHy10mh0wo7rz2xEDdqrfn5C+AJpaCpUyScFHzKb0mnAU3I//2RrdAE+LfQ6\";s:15:\"css/regular.css\";s:71:\"sha384-ZYhRqsbjqPY5BrYAS/7RLN0cbKU9T2MfB24Lb42Gyv2BHvW5sujo7gc5gXEReTq9\";s:13:\"css/solid.css\";s:71:\"sha384-yiUBjfJC2dVbhAEtVzEfH+R8ZQJ91V1C+Vtr1ZDTX+gUBZWrNyVrs/Nvc1fzi8GP\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-XBFwYq8dzGeC/rGkEgveavwuEU0D16mIKfWeCX6deYzhMUaa8GX4CgA5c/YHP2xo\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C8a18+Gvny8XkjAdfto/vjAUdpGuPtl1Ix/K2BgKhFaVO6w4onVVHiEaN9h9XsvX\";s:9:\"js/all.js\";s:71:\"sha384-ZbbbT1gw3joYkKRqh0kWyRp32UAvdqkpbLedQJSlnI8iLQcFVxaGyrOgOJiDQTTR\";s:12:\"js/brands.js\";s:71:\"sha384-KASsDRWwlErb8dTf+e5TxRXMnbXrVlbPbn1hS5B/yS4vNsF7mHHO+Gw1bBDhcyOt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-fHnSzPZE3xYvvXY0y51vln9J+Jd0eK4HughCkcA0NsBpmAGgU97n65RbDqUgnWf1\";s:17:\"js/fontawesome.js\";s:71:\"sha384-H4naMsxnUrIT8qihjWfwIKXi5biIYnqUsQ+vIJGZIKfA+7/O3FxgvMrdH77X+aID\";s:13:\"js/regular.js\";s:71:\"sha384-yUk5aOIIy62R2bRFbFq0+bo+ChWYs75cusETAJ1KYvEMRiEbQZmNU6u+PK60t536\";s:11:\"js/solid.js\";s:71:\"sha384-OSCcNUu98kEBVxq0vZaBr0wdmmd2ojuJwvWuSRKD0V10PWmvTetja8mxGfZm5PsV\";s:14:\"js/v4-shims.js\";s:71:\"sha384-/OZ1Lht4J1/FfstamqqFX1tF7PkDWDKbvat1bkWByC2KRJwGzm/H2bVuw8N4SD8y\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-TxKWSXbsweFt0o2WqfkfJRRNVaPdzXJ/YLqgStggBVRREXkwU7OKz+xXtqOU4u8+\";s:14:\"css/brands.css\";s:71:\"sha384-oRjDIXtfHT9YAjxHLAbf8PsJklTJN+dl7PmnAlOTYJhNAspi+/xgU4f12vi5xGzz\";s:15:\"css/duotone.css\";s:71:\"sha384-qrJ30c8jzW/3IOQRl4RddzzMsw3YIUWq5YhHW/8D8EJnS+5J13GpCGVEVI3ELc/W\";s:19:\"css/fontawesome.css\";s:71:\"sha384-k8n1hWo+b1vuRb6E3KATGC++lfNDnJTtJ6pS2BFF3tp/OshnO7uhzoOj/zJbGfwg\";s:13:\"css/light.css\";s:71:\"sha384-iUpVK/Fzq7teRSWAUmJsnlccV1OgC2fMpgreA8gxAm68UxbZPiMu3GP4IbKdKIUh\";s:15:\"css/regular.css\";s:71:\"sha384-QprxpKrx/cRYKXmWVkM97ert3857dCN6bbf6cRMELoa1+IYdsHoqweHwJksEfb0j\";s:13:\"css/solid.css\";s:71:\"sha384-uef1Ib3WhVuFbw7CZtyE+4IDCiKe1/bGU0vJ2naf8VQHKAeA67yU344LBk/H6nhx\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-GucW5chDMZnyGPL1yaIe1GOHu/X7ixbmNjinYEIVr8a4Q4ewZjgipeXJhVi1lsrd\";s:16:\"css/v4-shims.css\";s:71:\"sha384-58YCAaXf5eAJ+1vna1eEUPuU+Ez6EhIPG77PXmK7QciGJsDNAHt2D8ke3vDio+Hz\";s:9:\"js/all.js\";s:71:\"sha384-RiuSF/PBDHssKXqYfH16Hw3famw7Xg29hNO7Lg636dZXUg42q2UtNLPsGfihOxT9\";s:12:\"js/brands.js\";s:71:\"sha384-yrJPiY+1PdmFAwIfz5kqOJt6qBz7DmhXnjLZWLQ9FopoqnhHIBdOQk6hafYoSquV\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-bIg1sG9EStRr/9ohrrZJs0/uTEvUEEOO+NWuOAsIj3a1ZCHqvWUW6w975b4BSbqI\";s:13:\"js/duotone.js\";s:71:\"sha384-1EFXmt5rBEAK6aeEt/mZiYu0QhdFqz7oRm0Kc4xKyZ2IkrQYBc5F77PWXv3Jl4jY\";s:17:\"js/fontawesome.js\";s:71:\"sha384-P6BxA/EZmb6ypE1RKWOU6G8Ww/wI6w4R6uP6u9mkq3uaBehDQxHOLax3fLvDqkvt\";s:11:\"js/light.js\";s:71:\"sha384-08D3jBd9Co2q3IJB/9qnaukQ4ZhFWVLATRpNirJUQ+yQ/oUORDPfJ7Z2OWySf7/A\";s:13:\"js/regular.js\";s:71:\"sha384-zw99I3pdjnsTnY9W+2pz18pxMpOw12uAiVqYL4dZJOf0Lm8dio2v03Y0L2wzECI7\";s:11:\"js/solid.js\";s:71:\"sha384-Jr2b2cxzFQ84TxM+s7yh1jUu1f4FLCHQQDT3ZeBYZNQo+xvCw52PmB7GbC9yqSqA\";s:14:\"js/v4-shims.js\";s:71:\"sha384-sLzGuPzMXKEht2hBPBvC5ere217qvxFZ1AogesHLWdB5ojWBInm4wE4J+HV7PB6z\";}}}s:6:\"5.13.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V\";s:14:\"css/brands.css\";s:71:\"sha384-yZSrIKdp94pouX5Mo4J2MnZUIAuHlZhe3H2c4FRXeUcHvI2k0zNtPrBu8p3bjun5\";s:19:\"css/fontawesome.css\";s:71:\"sha384-syoT0d9IcMjfxtHzbJUlNIuL19vD9XQAdOzftC+llPALVSZdxUpVXE0niLOiw/mn\";s:15:\"css/regular.css\";s:71:\"sha384-rbtXN6sVGIr49U/9DEVUaY55JgfUhjDiDo3EC0wYxfjknaJamv0+cF3XvyaovFbC\";s:13:\"css/solid.css\";s:71:\"sha384-fZFUEa75TqnWs6kJuLABg1hDDArGv1sOKyoqc7RubztZ1lvSU7BS+rc5mwf1Is5a\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-zMDYkJEHc2iapAk7o9HXGGD5N2+GGhOFQPDdNTYvlcc0gBA5r7r5f0aSYeCvm0qn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/7iOrVBege33/9vHFYEtviVcxjUsNCqyeMnlW/Ms+PH8uRdFkKFmqf9CbVAN0Qef\";s:9:\"js/all.js\";s:71:\"sha384-ujbKXb9V3HdK7jcWL6kHL1c+2Lj4MR4Gkjl7UtwpSHg/ClpViddK9TI7yU53frPN\";s:12:\"js/brands.js\";s:71:\"sha384-c4QRk2vaIFBj+66H3IMCeLBpgmeNbFV8HqOs55qMib1v/dM3JXdodyctPNa9hTyl\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sDmAMseQ6ZkNcFsP2c8NLyUmSqzUpn9PdoWqr/IP+mXZANSiuN9/09SKaEaMJ39l\";s:17:\"js/fontawesome.js\";s:71:\"sha384-/uNTArWag0fq+MOMnITxuc/uQTqh5NVc+1x0LO4xG//FFwUa8Xff8zrZXIpETdf9\";s:13:\"js/regular.js\";s:71:\"sha384-5FWE8IhPJgMtacw/tJgCapT/ag4ftBYmykFO3KUsozTQ9JKaQhH2oX7RZdCDyWxg\";s:11:\"js/solid.js\";s:71:\"sha384-dCJKkv4KgC8c4IlevkK2DC4yY+rQidnMOt91EmILDbdn8M6cdsjaUbf6awWnsCaZ\";s:14:\"js/v4-shims.js\";s:71:\"sha384-XrjUu+3vbvZoLzAa5lC50XIslajkadQ9kvvTTq0odZ+LCoNEGqomuCdORdHv6wZ6\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-IIED/eyOkM6ihtOiQsX2zizxFBphgnv1zbe1bKA+njdFzkr6cDNy16jfIKWu4FNH\";s:14:\"css/brands.css\";s:71:\"sha384-YJugi/aYht+lwnwrJEOZp+tAEQ+DxNy2WByHkJcz+0oxlJu8YMSeEwsvZubB8F/E\";s:15:\"css/duotone.css\";s:71:\"sha384-oRY9z8lvkaf2a1RyLPsz9ba5IbYiz1X/udoO3kZH3WM+gidZ+eELnojAqaBwvAmB\";s:19:\"css/fontawesome.css\";s:71:\"sha384-tSxOKkJ+YPQOZg1RZd01upxL2FeeFVkHtkL0+04oWgcm9jnvH+EQNLxhpaNYblG2\";s:13:\"css/light.css\";s:71:\"sha384-HLeT9I9TL5c2ujLOZhv6z58D+FdF5R//KTyhCOiYBp1ZX9ZEdaVKPxZmzPx/tMWY\";s:15:\"css/regular.css\";s:71:\"sha384-BPtrG4jSUTPogkW6mA5hAGjvJapJnnMa8tKHQOR9MnrINanXN/IGDInK/SngoAFb\";s:13:\"css/solid.css\";s:71:\"sha384-9mSry5MRUHIfL5zghm8hV6FRKJIMfpofq3NWCyo+Kko5c16y0um8WfF5lB2EGIHJ\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-9WuNcdGCglpaefA1oUecTWMQL/+LmrCJiJJM+pDHX+82lfkj1CKUYLc6DZJQ+1/s\";s:16:\"css/v4-shims.css\";s:71:\"sha384-/WH+7sthk7TduL5PHd16Jew3Hd7eKInsAclAq/MoZWeyR4bMgUj12MSN79PtHEjc\";s:9:\"js/all.js\";s:71:\"sha384-Z0e6PSokCQP510gixgZGPs+obVv8eogS/eS2+/7lLSMOfmLnWBgPQppPispQXGUM\";s:12:\"js/brands.js\";s:71:\"sha384-T90KA1rFqB4OFs7EjJ9EGjXJkOXPhELY4hLaFVnB0LaTNUFGn3QyzNJZh307KVVc\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-8g5Au/J6e7pPZjkCDisd8Jd9psYpdlosRUbac9lOdXAADXrNgc20T1Xc24eIy3I7\";s:13:\"js/duotone.js\";s:71:\"sha384-dkbWEvgccxMcr38iB9BWNiExUnolXcLY54hGUJkFUqThvx5XsvcEervgRgRWz5fl\";s:17:\"js/fontawesome.js\";s:71:\"sha384-bU46hq+Od2wfS4XGCT7Ab5XmYYYY8LURSiGsr4YLIrUWBPeImW/B+OkFEcHhOzuF\";s:11:\"js/light.js\";s:71:\"sha384-ipYj2yPBG2ozjlrUCd6AheWkvEpqcCQNY7yxX8wDoIJc5Lr1zVXAE4sKB3hVfjfT\";s:13:\"js/regular.js\";s:71:\"sha384-5CC2/v59nxbyM1595fgM84ERvZXK5WbpCnB9/dd1gTJc2LyitbiKhULkaiXZNj6V\";s:11:\"js/solid.js\";s:71:\"sha384-Imz7xdjp2/vTu6azMFMusPHfSLwcYmj5ZWzOXv3esrLD8IDP9AMA28bwpJZwaR1g\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ZbnNry/TJ2Ald71QRyefS1elxArPz0oOfiNFxpfSO0Yb5lnnftVJMFbENL3j0hCf\";}}}s:6:\"5.13.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q\";s:14:\"css/brands.css\";s:71:\"sha384-pmyS4Hp0pc0tA0poF+AKYeURgyIgYLt12rD/6gLC98rTImbSYIe75vT2/3jK4zIh\";s:19:\"css/fontawesome.css\";s:71:\"sha384-O6duc3QftgMWW3awKiGYswymy288kVFZgGWC/4YCl48Y0codWJRgs8DA0N4dX/zx\";s:15:\"css/regular.css\";s:71:\"sha384-aDoEE1PtWF0YZqVk7el3O+QPApPko7v9/7VYyuzjhHWwJ3cmn0m7xE3/FkHSpPNT\";s:13:\"css/solid.css\";s:71:\"sha384-wG7JbYjXVhle8f17qIp6KJaO/5PsPzOrT76RgvdRGLHj0yXZZ3jg98yb0GNRv1+M\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-CFCaxC5Lp+1aYrNgJjxz8bNrgnzVPnSxma3pb+m90jym25B+q2vYd3JfLQR00SNn\";s:16:\"css/v4-shims.css\";s:71:\"sha384-KkCLkpBvvcSnFQn3PbNkSgmwKGj7ln8pQe/6BOAE0i+/fU9QYEx5CtwduPRyTNob\";s:9:\"js/all.js\";s:71:\"sha384-heKROmDHlJdBb+n64p+i+wLplNYUZPaZmp2HZ4J6KCqzmd33FJ8QClrOV3IdHZm5\";s:12:\"js/brands.js\";s:71:\"sha384-Ay9V1h0l5sywM7gJ5YvOc05QytfKqZAElRgqU5kPcIIUAUBqLOYwu9gnW6p5t/FN\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-xDU4X/EdF/mFSa0TktUKBTHd/td1gTc+xWNLKdYcvrAUZExjiWhDnrLM4lGkqzeH\";s:17:\"js/fontawesome.js\";s:71:\"sha384-4NJBLvz0eHSgtSVDb+VOLh4cxmVluIBqCaNw97NvJAo18r+qV9pze1g4YnhB/X6Y\";s:13:\"js/regular.js\";s:71:\"sha384-omrmE/gvA72r1j409JaSn3V6w5f7Mx7GZpjB8xqS4nLwGpT7Zj2obev62Y9QcCZr\";s:11:\"js/solid.js\";s:71:\"sha384-81RFXCmeESYg4G/uFGo6Tu/eeK3klw0oKItW3nPhi2BuryJcE4lkOkwWsW6jzoNz\";s:14:\"js/v4-shims.js\";s:71:\"sha384-CtI1i5e/58ZMUgZkT75wgboNZAbEXBNToPY17SfEmfyKvGuJW7DP418LdXkjI++F\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-B9BoFFAuBaCfqw6lxWBZrhg/z4NkwqdBci+E+Sc2XlK/Rz25RYn8Fetb+Aw5irxa\";s:14:\"css/brands.css\";s:71:\"sha384-e0CAD3LQqbxBCI1WW9pe35Vr+ogbg41axplGx9yY6Woaw6h+zHnB7v4sVuZjHDnK\";s:15:\"css/duotone.css\";s:71:\"sha384-jZslG/z2CMKpawOGi2BzAUH7QBRu5umkFNeP0Op1SZksaT8WGx5MuZazFfE/XR9h\";s:19:\"css/fontawesome.css\";s:71:\"sha384-eKHMjnfl7jrOmk1Fw4dpPDTetBHFOho47C/omrsmBVN2ii45aI8s97OUFVtGg1CR\";s:13:\"css/light.css\";s:71:\"sha384-N45G0WPo8CMcXE4y+hOnuWLp2TJxNbhk/YbM4GQEymB5fPGzOXVH+er/7Z15oBjl\";s:15:\"css/regular.css\";s:71:\"sha384-h1Eirl+AlKkBdUtIMW1hm36KarFrx3iEfjcnTYKeeUdZTOsT8hLDc0lnlNG2jPn5\";s:13:\"css/solid.css\";s:71:\"sha384-F78AVlY1oEzT5bXRSwVzraqWTcbpglP7ILEEE3rmu1gIfm/TUo5gpdN4YVfvp7Xj\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-ZFFudtU+0nvUFj6ogUZSspaq7QhLb6JJX6jSIu5UiZAbZMhnBJfNwZahptQ4MQ/i\";s:16:\"css/v4-shims.css\";s:71:\"sha384-He820UjOck3Qu+A0dH2+CmHOeYAYN0kqRW3s6hHC/Jzu8IXSeZF2pn+lgVpz4KuJ\";s:9:\"js/all.js\";s:71:\"sha384-RFburpZVVirucdjarLLIoBiT+LY5YuPB8XboZYWRuWpElr46csH7Ia2nsHfkfBZF\";s:12:\"js/brands.js\";s:71:\"sha384-bM9U2rf0yP/4jsztQkRVwJnqtVcLJzwAMaVgd4sfQYxxm0ru+TieQ4ZaxKW4vsyo\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-DuzRvwD99f8XqXEPIxkpB1F+Ik6c2AZMj6gWcEDwFUCAgtVSelRH9Dos4SMxw/+i\";s:13:\"js/duotone.js\";s:71:\"sha384-uABtWM9HIHso7RIYTkd4w0zB8IgL/hTcPNyYTVA62Qw0lK3umduLb+vIYtXCd6W8\";s:17:\"js/fontawesome.js\";s:71:\"sha384-Ta21ZAqXVyXVqLCnHENnO2ULnrJQzNdGFAbMR1nbZOSV7PcTcZVIWZJCCcRYy2Q4\";s:11:\"js/light.js\";s:71:\"sha384-+8Y6x3Roex77ZBdaQqtTN2QKu/TIOdzoswRYxryfW9ELmUxMTYLgzdz5nlA/3ndC\";s:13:\"js/regular.js\";s:71:\"sha384-sSHWg/dKYjGSJU6C17C2qGImASfPcJqy2BaW/iTzifkPJmzprIMH1tl4/tIbWq8M\";s:11:\"js/solid.js\";s:71:\"sha384-VBOdkc1roPM6EIGTBi2yraUNs04SZ9+TsLzF0vIecIKYf6oXYxAYgjzMpH8UdZYh\";s:14:\"js/v4-shims.js\";s:71:\"sha384-iwdWtJevtQK06+Bbqeb7Oo+osfnPQWsHQWR+5SeND0soWVUGjfyRC2XdttrYI2j+\";}}}s:6:\"5.14.0\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc\";s:14:\"css/brands.css\";s:71:\"sha384-MiOGyNsVTeSVUjE9q/52dpdZjrr7yQAjVRUs23Bir5NhrTq0YA0rny4u/qe4dxNj\";s:19:\"css/fontawesome.css\";s:71:\"sha384-PRy/NDAXVTUcXlWA3voA+JO/UMtzWgsYuwMxjuu6DfFPgzJpciUiPwgsvp48fl3p\";s:15:\"css/regular.css\";s:71:\"sha384-e46AbGhCSICtPh8xpc35ZioOrHg2PGsH1Bpy/vyr9AhEMVhttzxc+2GSMSP+Y60P\";s:13:\"css/solid.css\";s:71:\"sha384-TN9eFVoW87zV3Q7PfVXNZFuCwsmMwkuOTOUsyESfMS9uwDTf7yrxXH78rsXT3xf0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-PB7dcmSOBXciTYYzTvxdvcCEy4k3woMwwVAtsIA3LUQyKW21C7UL9EcGtd6IRNLc\";s:16:\"css/v4-shims.css\";s:71:\"sha384-9aKO2QU3KETrRCCXFbhLK16iRd15nC+OYEmpVb54jY8/CEXz/GVRsnM73wcbYw+m\";s:9:\"js/all.js\";s:71:\"sha384-3Nqiqht3ZZEO8FKj7GR1upiI385J92VwWNLj+FqHxtLYxd9l+WYpeqSOrLh0T12c\";s:12:\"js/brands.js\";s:71:\"sha384-V7gsTxvUZaeC6NAsCa24o3WvPOXwSsUM8/SBgy+fxlzWL3xEGXHsAv2E3UO5zKcZ\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-uMs7U5rgbKM9mJ/p05oZ+z+8uK1lwLhl96KWxP5odG0wm26IfhzgKQ0ktZnc2PYP\";s:17:\"js/fontawesome.js\";s:71:\"sha384-DNo9bmYZCHLtp0n0l0XA2UsoRHX1nx38aRP+p9yoP5A8kVTfeWG3aySMOq5FD/v3\";s:13:\"js/regular.js\";s:71:\"sha384-zHXcIX0meH+eFgqCa9QdLtYfc+0p7KcF4fVB+gMVFjV6rzYv+LxSIuF5i2eGVDlt\";s:11:\"js/solid.js\";s:71:\"sha384-4RG3cEPIlCBy6VNzxM9ZoEwZW+65ed5JDOfaJAnQqwV6ha/jZDJTXjFmvjFM4bk4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-g+ezV6Pq6549QkJkkz2wmW/wpazNaliTdSg/HX4bKsQ7S8cfyMOiyAfzfWPtlVR9\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt\";s:14:\"css/brands.css\";s:71:\"sha384-DkuHshSFBB5Ozmaoq36ICABPCsIIbamipzuH7NO0sxDIDrJloLD43yBzNLI3gxS6\";s:15:\"css/duotone.css\";s:71:\"sha384-QRFqAT1IRNAzMGALiXfanFtQEBoLDPPh1vnrMbxHa+UeJkCTHO3TpYXHQ+GK1pKg\";s:19:\"css/fontawesome.css\";s:71:\"sha384-CAxg0L30Vie2vI3AniQ4UA+pSswoJmr/MK5Dl5DP9YlE1nzJn4z5updw5S3i/Nsn\";s:13:\"css/light.css\";s:71:\"sha384-LmKkPHDqucxgmrtLKWrMGZc5nnHQYAdFkSzMtl1OcvTZn4pebmVziSZPtp27MA6u\";s:15:\"css/regular.css\";s:71:\"sha384-izRgjQadEFrlAsdFZjlQ4v6Ff2E0R02RwYZwdL8lrt398rQmLNOFYYNk9qQoqjDP\";s:13:\"css/solid.css\";s:71:\"sha384-qJugmlTDyF5CNuv00JB+04BCmCVi5C2ZZhsIVMX0wxWr7U3ZuOsmO+nOLtoTxeWG\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-EjLtrKO3gucE2cOzLw8A5aJpQ9oXEJTxlTkbLrrL4JR7xGLPI8B1fyK3ygNxeLxq\";s:16:\"css/v4-shims.css\";s:71:\"sha384-oydBLEZZlqJqf0OWwXyyj91mRqrL25j/VMAvTl0BA0iIMoJGDTSksMDnqkl+TWLA\";s:9:\"js/all.js\";s:71:\"sha384-8nFttujfhbCh3CZJ34J+BtLPrg9cGflbku3ZQUTUewA7mqA8TG5Uip4fzQRbERs0\";s:12:\"js/brands.js\";s:71:\"sha384-9112PiGcvkxlUNBecZ0rk0c6zEGUKlR/enlHdLy0Xu42kfHEbIKsFVBsmEn+6cEt\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-9rbnCwKDHzpLDHYvYRqRWcyLZc3anAu+oe1dRxPOk7RcqBzjAv7CYTvAQJGkUNXS\";s:13:\"js/duotone.js\";s:71:\"sha384-HFlrQxjzjMUAiYmFuUKrkp90VMEpD/dpb8unLEWH5QXnUs2xHw5zd8aiztrPBLbT\";s:17:\"js/fontawesome.js\";s:71:\"sha384-XULY2W1C7bGq9gruRvsk8Zyhq33b1/TgBBKzJ+8dzWkJm0kObgcry2qU+Qf+HOZw\";s:11:\"js/light.js\";s:71:\"sha384-a8Ul+Nmi3glFYXvks3ShdxGHyk09LsZ3+TIjDr2vj9lMx2F29TqTJm7U0EutxFdH\";s:13:\"js/regular.js\";s:71:\"sha384-B8V2/SCNt/naDJB0LkeljUBBYYhGFm/rUVnNsFYlutzbeSTTzVEqxRo8SN3tuHSl\";s:11:\"js/solid.js\";s:71:\"sha384-CjNAVlgtLE9uQuDgWphA+b5vXjcy5spSSezhnbGWUZl0VDkAxzeU8elFOdDs4qaU\";s:14:\"js/v4-shims.js\";s:71:\"sha384-kN/8Lc85No/I30OsF5JSmBzc0W1W0AvgBJGA1eEtVSfaiIeg8oPTJ8CerHqDREVn\";}}}s:6:\"5.15.1\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp\";s:14:\"css/brands.css\";s:71:\"sha384-/feuykTegPRR7MxelAQ+2VUMibQwKyO6okSsWiblZAJhUSTF9QAVR0QLk6YwNURa\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ijEtygNrZDKunAWYDdV3wAZWvTHSrGhdUfImfngIba35nhQ03lSNgfTJAKaGFjk2\";s:15:\"css/regular.css\";s:71:\"sha384-APzfePYec2VC7jyJSpgbPrqGZ365g49SgeW+7abV1GaUnDwW7dQIYFc+EuAuIx0c\";s:13:\"css/solid.css\";s:71:\"sha384-yo370P8tRI3EbMVcDU+ziwsS/s62yNv3tgdMqDSsRSILohhnOrDNl142Df8wuHA+\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-wvKQCF3aHjf73vG90/oO/tFarRthMbxfbW1DeHM+eJJYWmiFLJ0DyCzE1aSFHazB\";s:16:\"css/v4-shims.css\";s:71:\"sha384-WCuYjm/u5NsK4s/NfnJeHuMj6zzN2HFyjhBu/SnZJj7eZ6+ds4zqIM3wYgL59Clf\";s:9:\"js/all.js\";s:71:\"sha384-9/D4ECZvKMVEJ9Bhr3ZnUAF+Ahlagp1cyPC7h5yDlZdXs4DQ/vRftzfd+2uFUuqS\";s:12:\"js/brands.js\";s:71:\"sha384-GUtlu2Qit8cdodM5DbKnbDIWFJA8nWCVEwETZXY2xvKV1TFLtD/AL+bCOsPyh05M\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-sefi04js7ZytQojQsuOy097ewgefakplyIWjkCI75Wz1IxHB/9NAAinmgLG3uDt/\";s:17:\"js/fontawesome.js\";s:71:\"sha384-v0OPwyxrMWxEgAVlmUqvjeEr48Eh/SOZ2DRtVYJCx1ZNDfWBfNMWUjwUwBCJgfO4\";s:13:\"js/regular.js\";s:71:\"sha384-i9Vys31h0tPXNeAe12HKp4zkBi0S3LAH4OGYRSWKSrdnPYTS4pQgCc/HakrenJBh\";s:11:\"js/solid.js\";s:71:\"sha384-oKbh94nlFq571cjny1jaIBlQwzTJW4KYExGYjslYSoG/J/w68zUI+KHPRveXB6EY\";s:14:\"js/v4-shims.js\";s:71:\"sha384-IEHK9LKBXJdi7Y/gik7R6VYPuwx8hMiwQuaOh7BQUQ9rKmWr2N04KYFdmt5Xi0qG\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-9ZfPnbegQSumzaE7mks2IYgHoayLtuto3AS6ieArECeaR8nCfliJVuLh/GaQ1gyM\";s:14:\"css/brands.css\";s:71:\"sha384-YgEKO0tR8hhGPO9Dv3YGK+GstKp44//D72dbOA0oTX+7myWawnkifErid6FIpP9W\";s:15:\"css/duotone.css\";s:71:\"sha384-bXXzjCj9fg9FACS6tpRWhBsNqQ7j7swH/U3MKTJrZuRbF3ktmj9g/lie7L3CNSTd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RFOcGND+1HYm6OyEAF5WKkoZnwv/cXQpCX6KduKC1vAKAoohkNYWNPhkx4fsH9Fn\";s:13:\"css/light.css\";s:71:\"sha384-yWmEVLm9kM0L2w+XPDQQUv6tARNHEYPPwdDplMiVced5iOVoiUIToRveagZ56DVa\";s:15:\"css/regular.css\";s:71:\"sha384-pvlGSUiPzTZa8YsqGs23BENlf3D4ddnLRdl2q5R1ekGw7nnWJZ0AK74DUr0mzLTH\";s:13:\"css/solid.css\";s:71:\"sha384-LRz1HmzqffP7wO7piC0QSObi89cOdpFP7qMIx/UZ+qK2TdoDBdl+LidxFVnYu23p\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-mFHdQxElacASluqApikB6+SUGnAOWouxc19KqW5eZGoZ+b4A/Cj6pMUCGn6g1uZ+\";s:16:\"css/v4-shims.css\";s:71:\"sha384-r35xeRHwDKxzFjeApFdZuwo9D/nV4p0BPL4BxIVmsyKQGWWBaxG59Gr/9x7IfVog\";s:9:\"js/all.js\";s:71:\"sha384-Vipr9QSlUeD/qnhkau6GBnZnUmVkbaRZ0PgB1KjvWa1UoNBKnuzg1TgbJJn2a12T\";s:12:\"js/brands.js\";s:71:\"sha384-rdZ4AVYAMfVJRjRJzozK2JY6LOdLxKdUkHuegulAuMdllLH7M9AllgBLuYmBe+zm\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-qgGl/EYa0JYIveAO7M9W/hshMqlMyo0G/QHio/5D5r1ZbZxAoqcTTReeL4gRrL4m\";s:13:\"js/duotone.js\";s:71:\"sha384-4qqOVq7ZvSMSgZij30G8q1kOs7pBiAWrSVKqWRv32l99D/qqXlMpFQK8wLSfeQEZ\";s:17:\"js/fontawesome.js\";s:71:\"sha384-whiLNjPVOuBfSNjL/tLtRWANHP97vxmZ5OoUK496MOTzH07UdmxDLsnSBgvvjLNf\";s:11:\"js/light.js\";s:71:\"sha384-AEYbWLXnCyDCeopMCsF+A4qHLchpzJ4wMnZiE74Bcp6qLWwXIJCWY0ASqAf0qYrf\";s:13:\"js/regular.js\";s:71:\"sha384-wM50oZlS/21q6M6tlw0EWan+0yFpuRC/PrPeimdGxjCjfx45F0x3NZggS5uFp5uv\";s:11:\"js/solid.js\";s:71:\"sha384-PezVa2U3+0USHwNA7bgvfA+uSS1IPVdTat51a5IgvNGHUJjcvsj+TheZ6X30JybM\";s:14:\"js/v4-shims.js\";s:71:\"sha384-MafE1kr6MZ6PhxNeH0/kvg7f5ramk1tE+y/dBi4C6WgxaKU4mNGRxPNxcEZ5maAx\";}}}s:6:\"5.15.2\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu\";s:14:\"css/brands.css\";s:71:\"sha384-RTi1U6SIW2G3kUi5NslKQjA34F8CsQCVduJO50jqtxhR2KY++LR7KZS2886EwXrk\";s:19:\"css/fontawesome.css\";s:71:\"sha384-Hx1dya9ptAdKu2hLNR5C2Cwgm+wCfwD0VMGE6jk5OUxxa9I58YfxOCwEtRog+3wk\";s:15:\"css/regular.css\";s:71:\"sha384-GMkIgTgosuQEt2PEwBHI7MMRsrQplN2sT/7bzPOIxG+Hn37iTlZXFb37m6uE+iHj\";s:13:\"css/solid.css\";s:71:\"sha384-6qO6EOFIDfvv6uzAzozX/BvMu/qkIIHxWYOVMjpVjX+NtPuNyd3YiOEflKIIV2ka\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-6iJDq4HKs21oqDV0KkGhh5uve3aJBXwTX0ACa8Fp5Sx7fcZtIumvT+GSzqSEsceV\";s:16:\"css/v4-shims.css\";s:71:\"sha384-1CjXmylX8++C7CVZORGA9EwcbYDfZV2D4Kl1pTm3hp2I/usHDafIrgBJNuRTDQ4f\";s:9:\"js/all.js\";s:71:\"sha384-vuFJ2JiSdUpXLKGK+tDteQZBqNlMwAjhZ3TvPaDfN9QmbPb7Q8qUpbSNapQev3YF\";s:12:\"js/brands.js\";s:71:\"sha384-CFHIjJ6e4s9fugmZkgMS+xAN9t3pMb8WzxVLSL61rvRx/NfBorLHHVF+7/xxhpll\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-SY45zU2Pf71PV9B/kvEgK9jzpEbe14MiprEwrg1VcbXdBcjXbNTPwoXfp6A+ntJG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-PIP1h/CVyNo59Pr+vM6s86Zkm82HEv890eKMTpB5eqJZFZQwZuMwf73Sy5SzVrK8\";s:13:\"js/regular.js\";s:71:\"sha384-ghS5pTGfZccQRYN4cnBH4kBWGY/ePY4j4VKfFliJmM6ZYomFMIo462PxXa2RGqWR\";s:11:\"js/solid.js\";s:71:\"sha384-rKdfCFMYG2O/K+5WQDPmcKngEtAvqyIxYkazidXjp48yEiCcl//F6lxZ9cZ8MhM+\";s:14:\"js/v4-shims.js\";s:71:\"sha384-VxtQ3wW8qt0QTDld0MGEB9IMEOyCOtvOXC7I0JU3T01V6NR+C6MP5HxC+tGNkhdV\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-yJpxAFV0Ip/w63YkZfDWDTU6re/Oc3ZiVqMa97pi8uPt92y0wzeK3UFM2yQRhEom\";s:14:\"css/brands.css\";s:71:\"sha384-rsNdgxJGzM0RuTegPn4p1eHXocyvt3ZbnTifPXmOewdRLCOqzP22d/M+WxbRiwSN\";s:15:\"css/duotone.css\";s:71:\"sha384-E4/odus3ylondNThYB3uIGSZpewOhvhh0QD8x2p7S0ot6p/JcbVd//lr7cMEUIBc\";s:19:\"css/fontawesome.css\";s:71:\"sha384-RZW433tEsVW3OLEaC2n31z0V1DmyQdjrwNKMRLBjyZQ7r4RU0PxYhkvjKCsZMCO3\";s:13:\"css/light.css\";s:71:\"sha384-oJib4m7hS3ZSiUXjFvObb+ZFf2AGOBOUX+MFk3CuBZwz8LQSe3d3EgZHHJBkJGXT\";s:15:\"css/regular.css\";s:71:\"sha384-ffFT2jJN64hGajTqkZsA2KE2SDBO2Gcmb0wr10fRLpKNDWYcl3M3KsLuzQHg5QAh\";s:13:\"css/solid.css\";s:71:\"sha384-PfqDBw8PmSrNcYq7F4SvYoZekYP2x84SYAyG41rncZdySTjSS9eWEE7ynvJRElQY\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-MeQL8xjLhct6yZa8AXEQOD0yWeV925K9YrlcgspMC+IdCbI3q1b8B7VX8NS6N3lS\";s:16:\"css/v4-shims.css\";s:71:\"sha384-vfegZgYJmcP2K/VrhAwtTtU1OgvF83Y8zoQ524YvQFIGowI3tr8C6wvpWUsSLUZA\";s:9:\"js/all.js\";s:71:\"sha384-ZbBwfM248+qoG5GJvuV2PmK9gvlW3dXpgC/jeIn45pWWroL3v+5K1ZAth+gs165y\";s:12:\"js/brands.js\";s:71:\"sha384-K53M8ZRlon+Wd3MVzcIEU1NZXEh4h98NnLM8WZ/7E98pbg0J1q17tKGgr45c5qCs\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-whZrbu3lLf9+EK7QxSHsdpAWM0drsjefOTFm3zfcUhZSInAwLaIrdOd2Qd8MKDMW\";s:13:\"js/duotone.js\";s:71:\"sha384-nTarcZNLMStpbHz1QpoaqVDyKoUrzncdV+zZ040hkinCtVKl8gTXSiyUM4h0K48M\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dy2wSTcBbCGnFNjThZw/FfuNbPeoGoOSWgX7HmvH3PKcJ0Se3w3CZnalamfRuLpE\";s:11:\"js/light.js\";s:71:\"sha384-gL1IbgNyLHskDPg9uinrWBfxmDsla3neHzcEAIjbzQTx6W69Jvs9S/fRBXUt6FbW\";s:13:\"js/regular.js\";s:71:\"sha384-9JMXUFvwOD5rSQZs74FEC4SsybjccRbbwK7iiQiriFSd4sPr7pB7/ghp1KZH7tCr\";s:11:\"js/solid.js\";s:71:\"sha384-oVJ5+ellTPbci7MOrfl59xerw0M0RnQEGG0jx/JlNyOpkvrXHaZUCfKJUs08+gVi\";s:14:\"js/v4-shims.js\";s:71:\"sha384-ht5Q/pi1VU6byhn9MctthIZ2kSBqK5GhhR9gnTzPM+BJlAyCymRS3xx74c9twxdh\";}}}s:6:\"5.15.3\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk\";s:14:\"css/brands.css\";s:71:\"sha384-V5Z1KgRRJyY878qCx7+zUeTDm0FgjoYrbmSortFqRPGz+Ue6XDe4uIiMqB3tB/wd\";s:19:\"css/fontawesome.css\";s:71:\"sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni\";s:15:\"css/regular.css\";s:71:\"sha384-Dn9L7vwedvmbdep+J8U5Zbrp+ES46dt8pm8ZMUu9iOR9isC4+Y/KP1h4StrDd/F+\";s:13:\"css/solid.css\";s:71:\"sha384-LA8Ug4T/nhVkyhrSmSirsoAo9iDrBk8E7U80aSPeD+w3vO8PzOJIS6agGcbIwwX0\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-C4KLoR3asMHYArL0nLQXEaFZIFfRMiV0Ul0DvsMfSMZ+YLJwFu0Rpxix+EZwqxOy\";s:16:\"css/v4-shims.css\";s:71:\"sha384-C2B+KlPW+WkR0Ld9loR1x3cXp7asA0iGVodhCoJ4hwrWm/d9qKS59BGisq+2Y0/D\";s:9:\"js/all.js\";s:71:\"sha384-haqrlim99xjfMxRP6EWtafs0sB1WKcMdynwZleuUSwJR0mDeRYbhtY+KPMr+JL6f\";s:12:\"js/brands.js\";s:71:\"sha384-oEE/PrsvhwsuT1MjC4sgnz39CQ84HoPt8jwH0RLyJDdDOKulN+UEbm9IgJW0aTu5\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-OwOgf6Oss8Oh+cy6VnIGLlcyMhaaOPN+3gyLv2UyvjybuPrTNNgJljGYEAqSglUM\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hD97VKS04Rv8VYShf782apVZOVP6bVH/ubzrWXIIbKOwnD6gsDIcB29K03FL1A9J\";s:13:\"js/regular.js\";s:71:\"sha384-bPKzNk+f6IzEi89cU+jf3bwWzJQqo+U1/QYUijuD7XD9WO3MSrrAVVEglIOCo6VD\";s:11:\"js/solid.js\";s:71:\"sha384-9xA4r2/2cctd+IZZKLvI1hmeHZ5Yp8xXkS6J8inDtdyZCqhEHVcTGmSUCbNED5Ae\";s:14:\"js/v4-shims.js\";s:71:\"sha384-oJX16kNznlRQV8hvYpOXlQKGc8xQj+HgmxViFoFiQgx0jZ4QKELTQecpcx905Pkg\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-iKbFRxucmOHIcpWdX9NTZ5WETOPm0Goy0WmfyNcl52qSYtc2Buk0NCe6jU1sWWNB\";s:14:\"css/brands.css\";s:71:\"sha384-GTxp/8UKFkexlguDtPsFi90d++F9f26nZCM99OSQo69514FK7Of5mgM9Efhs5O9L\";s:15:\"css/duotone.css\";s:71:\"sha384-nuPd13VLdsw5iBtqelv9tQ6l6+CteSUrmoT5enzHVJodx7WdNUYXNwgVpA7bgsXn\";s:19:\"css/fontawesome.css\";s:71:\"sha384-DHjwMcq12OEB4DQ+qulZDDroaXZqm7h9V6AjiP/RuUF8NhxUa8x6UWdv1AeZS+90\";s:13:\"css/light.css\";s:71:\"sha384-IvEgf1JJYgCtB5fP9nmT3uC7DY96POpmhUjo/98B8FMju1w295nj5yGBfwgD3MYj\";s:15:\"css/regular.css\";s:71:\"sha384-Z3GHSXKByZgv1Ri9CiFq0jYUQ982JHZOOg4awUHcuVBjTxwNd+PVQO1/PSwChyzK\";s:13:\"css/solid.css\";s:71:\"sha384-Ymp/JSUSR6EuZ4KjxcliW8lJ7wkYBR6oasX7EMi6SG0QBPmNUDAEG9rd7Ogy0Ca/\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-n/+zO4Fk1/R4EL7q+xf44zBEgvFziVgA7BUNwfjcGjHq/X6U0v25ESHqN/l5Wprm\";s:16:\"css/v4-shims.css\";s:71:\"sha384-yV4xIIsecn1iqxJy3IC5YyRSLwtkkFuOvfPvj1hGH5NLLej9Cum4hPOUL2uQYfQ6\";s:9:\"js/all.js\";s:71:\"sha384-OF9QwbqmlzSPpIxe2GYS8lkGFyaFfrgUPD2J3qj8zGVps17Y/x8EK2U8PEl6UrpH\";s:12:\"js/brands.js\";s:71:\"sha384-5u0zCiPDAEBQPvGxnai1VRZiSs9yQmyspSLrg0Fc7ru5CeddU1cef/24itMCpcWb\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-W0jz7GGBNDbeSyOhqqJrtOVDFLX4Qlqm/5K4RqM9ZpPIZL6tmDCMkEIheypFOiSK\";s:13:\"js/duotone.js\";s:71:\"sha384-rutYU6OuFfIS5MmBE4wrpMhP633bNlRHqn/SFpcetMTKr+rsBxnoTd80mkHI7wum\";s:17:\"js/fontawesome.js\";s:71:\"sha384-hwdDrjZFQbBwoFcHZZ/6e61XHiwY9csS0Wxi8i5jUgTurxmYITntaGLFYCssX7By\";s:11:\"js/light.js\";s:71:\"sha384-soVEahH07bOeX1Nlhdi4VQ+yvDpIGN9A/qbzm/PgfDrpvh7AaCTyMkQNk1spjHbf\";s:13:\"js/regular.js\";s:71:\"sha384-GR++czVV+1briVrgT0SHxwKuKqqXqfkRb2NxZ8O4rad/c/iKIn85PDSaZQ3cjiAZ\";s:11:\"js/solid.js\";s:71:\"sha384-JwTquvZ50ZD4wvDw99MHsjx621x02jCoiXBKy103wTwDMBbDLmhRcCV4v9mq5CV4\";s:14:\"js/v4-shims.js\";s:71:\"sha384-xczhE4W0SRyRFalFfxUKqclGdqLDVnc/F118WebJIQ/QyS3XKXIHXTieQKG1rG/+\";}}}s:6:\"5.15.4\";a:1:{s:3:\"sri\";a:2:{s:4:\"free\";a:14:{s:11:\"css/all.css\";s:71:\"sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm\";s:14:\"css/brands.css\";s:71:\"sha384-S5yUroXKhsCryF2hYGm7i8RQ/ThL96qmmWD+lF5AZTdOdsxChQktVW+cKP/s4eav\";s:19:\"css/fontawesome.css\";s:71:\"sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7\";s:15:\"css/regular.css\";s:71:\"sha384-e7wK18mMVsIpE/BDLrCQ99c7gROAxr9czDzslePcAHgCLGCRidxq1mrNCLVF2oaj\";s:13:\"css/solid.css\";s:71:\"sha384-Tv5i09RULyHKMwX0E8wJUqSOaXlyu3SQxORObAI08iUwIalMmN5L6AvlPX2LMoSE\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-meSUsKN46Q06zfndZ6zDskLd5vJrCPwgb2izpfSMfWpQLijQApceQWIsbpLy2lAF\";s:16:\"css/v4-shims.css\";s:71:\"sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv\";s:9:\"js/all.js\";s:71:\"sha384-rOA1PnstxnOBLzCLMcre8ybwbTmemjzdNlILg8O7z1lUkLXozs4DHonlDtnE7fpc\";s:12:\"js/brands.js\";s:71:\"sha384-xf4z6gHzXeY6YwFJm8AKcD9SSq8TsfF4+UJj1JxzwQHk+VNATxkknGEzmdtYV0w1\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-b4+d5l6vwWgdPDCbk4SG+VPRplFp3JtWehGqKvfat/MWON5/PSWvf0l89dpfUDUG\";s:17:\"js/fontawesome.js\";s:71:\"sha384-dPBGbj4Uoy1OOpM4+aRGfAOc0W37JkROT+3uynUgTHZCHZNMHfGXsmmvYTffZjYO\";s:13:\"js/regular.js\";s:71:\"sha384-EEuk6Tk/hsJ0IJMUp+btTmHLuWPGGIm8I3xmxRawuWaY1xqWEm3EKVdnHNlYX+6t\";s:11:\"js/solid.js\";s:71:\"sha384-/BxOvRagtVDn9dJ+JGCtcofNXgQO/CCCVKdMfL115s3gOgQxWaX/tSq5V8dRgsbc\";s:14:\"js/v4-shims.js\";s:71:\"sha384-bx00wqJq+zY9QLCMa/zViZPu1f0GJ3VXwF4GSw3GbfjwO28QCFr4qadCrNmJQ/9N\";}s:3:\"pro\";a:18:{s:11:\"css/all.css\";s:71:\"sha384-rqn26AG5Pj86AF4SO72RK5fyefcQ/x32DNQfChxWvbXIyXFePlEktwD18fEz+kQU\";s:14:\"css/brands.css\";s:71:\"sha384-Q9/9nfR6hUHbM3NjqxA59j5l/9c23JjwDDuPsV5SKplBvgLpFDtJmukyC2oCwp28\";s:15:\"css/duotone.css\";s:71:\"sha384-Zi3Yce9z7/mhFiZHlM/DEBTnheymZyqrjMoWYPP8xtNCl+LtJKnaJ0vaGnPfqc/i\";s:19:\"css/fontawesome.css\";s:71:\"sha384-ig3RKyui4sECvuz+WE8EmFYy7sjRvEvy82mmhfV7ljRieb+0f8eEZKxHv2KC0+io\";s:13:\"css/light.css\";s:71:\"sha384-zCLzLBaV9kpBZtwZ72K00PI4UjqXZhrzMeVtYGOOHqL2N5PXSVw2MtJjaWTKYDHW\";s:15:\"css/regular.css\";s:71:\"sha384-sDvgA98ePLM7diZOYxIrDEITlUxoFxdt0CPuqjdLr/w62pPuOc73uFoigWEnVpDa\";s:13:\"css/solid.css\";s:71:\"sha384-2aj01VFITmYatwqdIKc7PHVmhLqFnnkVCilBk0Uj/fGoczNJXKvV45XlyHr/HU9g\";s:19:\"css/svg-with-js.css\";s:71:\"sha384-cHJCnE8H1fC+puOpWCd6OSOmJ1q8KxWtIm/JUpb9705KggGjyKbMzryJWJDw2OPb\";s:16:\"css/v4-shims.css\";s:71:\"sha384-sKQhO4q55X7e4nIIO+wnutVfpIITv8+QJG6hE15hThUjV3ssIxUGT4VAoAGYmOU5\";s:9:\"js/all.js\";s:71:\"sha384-8nTbev/iV1sg3ESYOAkRPRDMDa5s0sknqroAe9z4DiM+WDr1i/VKi5xLWsn87Car\";s:12:\"js/brands.js\";s:71:\"sha384-MwpSaMFXAxVGLfxKR0S/SL1BvfRLmlowKeqIE/yF7uW5ax+r1fqRs12asOCkF9Jf\";s:24:\"js/conflict-detection.js\";s:71:\"sha384-my7QwPFkgZPqsrDx/vNCyAMQw86Ee5ZUeCUBA7CF0l9rWFcxoH+h+NdSGyYBh2pq\";s:13:\"js/duotone.js\";s:71:\"sha384-AFpIAPhppteteZyLTXU8oPEbmuNz5WwwWSVAKJxuEn51LibO/iPZ+fC5DzmLJzoo\";s:17:\"js/fontawesome.js\";s:71:\"sha384-RTs6cAeLGZoCPlBxXNxYfQnVIrvTagXGxIhrXFjWgp4i4E5urdGFLlkfbsk1Nd+L\";s:11:\"js/light.js\";s:71:\"sha384-6EhWHErkaXt19GTK7f+5rRc16ekdzvItcFycGZi1GS/AycADXj7L2tkZ9z2O71ot\";s:13:\"js/regular.js\";s:71:\"sha384-WWzdx7E114gkDQnLVS/7s5WUTa5KQUqY5D8LGqBB7y132sxhUbrIHfqde9aenKnJ\";s:11:\"js/solid.js\";s:71:\"sha384-DfpPYefTs8qX3aeMuUJxalewnmVXDDtxcIJFo+Bz1qrNTaoEwMIaZkfoWx404GvG\";s:14:\"js/v4-shims.js\";s:71:\"sha384-9lueRrgA8PnJBSmeS0/jHPFpZZ/hC/7n/XNQhCroAsZSoTtaEj6Q+ewHcpgFPqFw\";}}}}}}', 'no');
INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1184, 'font-awesome', 'a:8:{s:6:\"usePro\";b:0;s:8:\"v4Compat\";b:1;s:10:\"technology\";s:7:\"webfont\";s:14:\"pseudoElements\";b:1;s:8:\"kitToken\";N;s:8:\"apiToken\";b:0;s:11:\"dataVersion\";i:3;s:7:\"version\";s:6:\"5.15.4\";}', 'yes'),
(1186, 'font-awesome-conflict-detection', 'a:2:{s:20:\"detectConflictsUntil\";i:0;s:19:\"unregisteredClients\";a:0:{}}', 'yes'),
(1191, '_site_transient_timeout_font-awesome-last-used-release', '1661264527', 'no'),
(1192, '_site_transient_font-awesome-last-used-release', 'a:5:{s:7:\"version\";s:6:\"5.15.4\";s:7:\"use_pro\";b:0;s:7:\"use_svg\";b:0;s:8:\"use_shim\";b:1;s:9:\"resources\";a:2:{i:0;O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:56:\"https://use.fontawesome.com/releases/v5.15.4/css/all.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm\";}i:1;O:32:\"FortAwesome\\FontAwesome_Resource\":2:{s:9:\"\0*\0source\";s:61:\"https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css\";s:16:\"\0*\0integrity_key\";s:71:\"sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv\";}}}', 'no'),
(1396, 'category_children', 'a:0:{}', 'yes'),
(2584, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-5.8.3.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/fr_FR/wordpress-5.8.3.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.7.5-partial-2.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.5-rollback-2.zip\";}s:7:\"current\";s:5:\"5.7.5\";s:7:\"version\";s:5:\"5.7.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.7.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1641967473;s:15:\"version_checked\";s:5:\"5.7.2\";s:12:\"translations\";a:0:{}}', 'no'),
(2589, 'tidio-async-load', '1', 'yes'),
(2590, 'tidio-one-private-key', 'zx4ciz8dbupoa4hltyvrzh7w0linmzoj', 'yes'),
(2591, 'tidio-one-public-key', 'moqtyjzmxauzo75j59p0cxjzeziipjiz', 'yes'),
(2856, '_transient_timeout_tnp_extensions_json', '1642226675', 'no'),
(2857, '_transient_tnp_extensions_json', '[\n    {\n        \"id\": \"85\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.5\",\n        \"title\": \"Addons Manager\",\n        \"description\": \"\",\n        \"slug\": \"newsletter-extensions\",\n        \"type\": \"manager\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n        \"image\": \"\",\n        \"status\": \"4\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=85\",\n        \"wp_slug\": \"newsletter-extensions\\/extensions.php\"\n    },\n    {\n        \"id\": \"87\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.4\",\n        \"title\": \"Speed and Delivery Hours Control\",\n        \"description\": \"Configure a different delivery speed for each newsletter and the delivery hours window. Only for regular newsletters.\",\n        \"slug\": \"newsletter-speedcontrol\",\n        \"type\": \"legacy\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/12\\/speedcontrol.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=87\",\n        \"wp_slug\": \"newsletter-speedcontrol\\/speedcontrol.php\"\n    },\n    {\n        \"id\": \"90\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.1\",\n        \"title\": \"Sendinblue\",\n        \"description\": \"Integration with Sendinblue mailing service.\",\n        \"slug\": \"newsletter-sendinblue\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendinblue-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=90\",\n        \"wp_slug\": \"newsletter-sendinblue\\/sendinblue.php\"\n    },\n    {\n        \"id\": \"93\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.1\",\n        \"title\": \"External SMTP\",\n        \"description\": \"Add SMTP support to Newsletter for sending emails.\",\n        \"slug\": \"newsletter-smtp\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/smtp-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"4\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=93\",\n        \"wp_slug\": \"newsletter-smtp\\/smtp.php\"\n    },\n    {\n        \"id\": \"99\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.3\",\n        \"title\": \"Elementor Forms Addon\",\n        \"description\": \"Integrates Elementor forms with Newsletter to collect subscription by forms created with Elementor.\",\n        \"slug\": \"newsletter-elementor\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/elementor-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/elementor.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=99\",\n        \"wp_slug\": \"newsletter-elementor\\/elementor.php\"\n    },\n    {\n        \"id\": \"100\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.2\",\n        \"title\": \"Easy Digital Downloads\",\n        \"description\": \"The Newsletter Plugin integration for Easy Digital Downloads.\",\n        \"slug\": \"newsletter-edd\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/edd-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/edd.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=100\",\n        \"wp_slug\": \"newsletter-edd\\/edd.php\"\n    },\n    {\n        \"id\": \"101\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.4\",\n        \"title\": \"Gravity Forms\",\n        \"description\": \"Integration between Gravity Forms and Newsletter to collect subscriptions directly from Gravity designed forms.\",\n        \"slug\": \"newsletter-gravityforms\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/gravityforms-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/04\\/gravityforms.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=101\",\n        \"wp_slug\": \"newsletter-gravityforms\\/gravityforms.php\"\n    },\n    {\n        \"id\": \"61\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.2.5\",\n        \"title\": \"Contact Form 7\",\n        \"description\": \"Adds the newsletter subscription feature to your Contact Form 7 forms.\",\n        \"slug\": \"newsletter-cf7\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/contact-form-7-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/users-32px-outline_badge-13.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=61\",\n        \"wp_slug\": \"newsletter-cf7\\/cf7.php\"\n    },\n    {\n        \"id\": \"83\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.7\",\n        \"title\": \"Ninja Forms Integration\",\n        \"description\": \"Integrate Ninja Forms with Newsletter collecting subscription from your contact form.\",\n        \"slug\": \"newsletter-ninjaforms\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/ninjaforms-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/ninjaforms.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=83\",\n        \"wp_slug\": \"newsletter-ninjaforms\\/ninjaforms.php\"\n    },\n    {\n        \"id\": \"84\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.0\",\n        \"title\": \"WP Forms Integration\",\n        \"description\": \"Integration with WP-Forms plugin. You can add a subscription option to your contact forms.\",\n        \"slug\": \"newsletter-wpforms\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/wpforms-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/wpforms.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=84\",\n        \"wp_slug\": \"newsletter-wpforms\\/wpforms.php\"\n    },\n    {\n        \"id\": \"50\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.4.3\",\n        \"title\": \"Reports\",\n        \"description\": \"Shows tables and diagrams of the collected data (opens, clicks, ...).\",\n        \"slug\": \"newsletter-reports\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/reports\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/business-32px-outline_chart-bar-33.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=50\",\n        \"wp_slug\": \"newsletter-reports\\/reports.php\"\n    },\n    {\n        \"id\": \"62\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.5.3\",\n        \"title\": \"Automated\",\n        \"description\": \"Automatically creates periodic newsletters with your blog contents. Multichannel.\",\n        \"slug\": \"newsletter-automated\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/automated\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/03\\/automated-32.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=62\",\n        \"wp_slug\": \"newsletter-automated\\/automated.php\"\n    },\n    {\n        \"id\": \"63\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.7.3\",\n        \"title\": \"WooCommerce\",\n        \"description\": \"The Newsletter Plugin integration for WooCommerce\\u2122. Unleash your marketing powers.\",\n        \"slug\": \"newsletter-woocommerce\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/woocommerce\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/woocommerce-extension-icon.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=63\",\n        \"wp_slug\": \"newsletter-woocommerce\\/woocommerce.php\"\n    },\n    {\n        \"id\": \"68\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.5\",\n        \"title\": \"Google Analytics\",\n        \"description\": \"Automatically add Google Analytics UTM campaign tracking to links\",\n        \"slug\": \"newsletter-analytics\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/google-analytics\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/analytics.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=68\",\n        \"wp_slug\": \"newsletter-analytics\\/analytics.php\"\n    },\n    {\n        \"id\": \"70\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.8\",\n        \"title\": \"Subscribe on Comment\",\n        \"description\": \"Adds the subscription option to your blog comment form\",\n        \"slug\": \"newsletter-comments\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/comments-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/02\\/comment-notification.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=70\",\n        \"wp_slug\": \"newsletter-comments\\/comments.php\"\n    },\n    {\n        \"id\": \"72\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.3.5\",\n        \"title\": \"Autoresponder\",\n        \"description\": \"Create unlimited email series to follow-up your subscribers. Lessons, up-sells, conversations.\",\n        \"slug\": \"newsletter-autoresponder\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/autoresponder\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/emoticons-32px-outline_robot.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=72\",\n        \"wp_slug\": \"newsletter-autoresponder\\/autoresponder.php\"\n    },\n    {\n        \"id\": \"74\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.3.5\",\n        \"title\": \"Extended Composer Blocks\",\n        \"description\": \"Adds new blocks to the newsletter composer: list, video, gallery, full post.\",\n        \"slug\": \"newsletter-blocks\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/composer\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-3_widget.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=74\",\n        \"wp_slug\": \"newsletter-blocks\\/blocks.php\"\n    },\n    {\n        \"id\": \"75\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.6\",\n        \"title\": \"Geolocation\",\n        \"description\": \"Geolocate the subscribers and target them by geolocation in your campaign.\",\n        \"slug\": \"newsletter-geo\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/geolocation-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/03\\/geo-extension-icon.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=75\",\n        \"wp_slug\": \"newsletter-geo\\/geo.php\"\n    },\n    {\n        \"id\": \"77\",\n        \"children_fileid\": \"\",\n        \"version\": \"2.1.9\",\n        \"title\": \"Newsletter API\",\n        \"description\": \"Access programmatically to The Newsletter Plugin via REST calls.\",\n        \"slug\": \"newsletter-api\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-api-2\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=77\",\n        \"wp_slug\": \"newsletter-api\\/api.php\"\n    },\n    {\n        \"id\": \"55\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.0.9\",\n        \"title\": \"Facebook\",\n        \"description\": \"One click subscription and confirmation with Facebook Connect.\",\n        \"slug\": \"newsletter-facebook\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/facebook-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/08\\/facebook.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=55\",\n        \"wp_slug\": \"newsletter-facebook\\/facebook.php\"\n    },\n    {\n        \"id\": \"76\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.8\",\n        \"title\": \"Bounce Management\",\n        \"description\": \"This experimental extension manages the bounces and keeps the list clean of invalid addresses.\",\n        \"slug\": \"newsletter-bounce\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/bounce-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/ic_settings_backup_restore_32px.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=76\",\n        \"wp_slug\": \"newsletter-bounce\\/bounce.php\"\n    },\n    {\n        \"id\": \"79\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.7\",\n        \"title\": \"Events Manager Integration\",\n        \"description\": \"Integrates with Events Manager plugin to add events in your regular and automated newsletters.\",\n        \"slug\": \"newsletter-events\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/events-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/events-manager-icon.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=79\",\n        \"wp_slug\": \"newsletter-events\\/events.php\"\n    },\n    {\n        \"id\": \"82\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.0\",\n        \"title\": \"Translatepress Bridge\",\n        \"description\": \"Enables few multilanguage Newsletter features for who is using Translatepress.\",\n        \"slug\": \"newsletter-translatepress\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/translatepress-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2018\\/09\\/translatepress.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=82\",\n        \"wp_slug\": \"newsletter-translatepress\\/translatepress.php\"\n    },\n    {\n        \"id\": \"86\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.2.6\",\n        \"title\": \"Advanced Import\",\n        \"description\": \"An advanced import system with extended profile fields and mapping (beta version).\",\n        \"slug\": \"newsletter-import\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/advanced-import\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/file-upload-88.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=86\",\n        \"wp_slug\": \"newsletter-import\\/import.php\"\n    },\n    {\n        \"id\": \"88\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.9\",\n        \"title\": \"The Events Calendar (by Tribe)\",\n        \"description\": \"Adds a composer block which extracts the events managed by The Events Calendar plugin.\",\n        \"slug\": \"newsletter-tribeevents\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/integrations\\/tribeevents-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2019\\/02\\/tribe-event-calendar-icon.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=88\",\n        \"wp_slug\": \"newsletter-tribeevents\\/tribeevents.php\"\n    },\n    {\n        \"id\": \"91\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.2\",\n        \"title\": \"Instasend\",\n        \"description\": \"Quickly create a newsletter from a post (free for limited time)\",\n        \"slug\": \"newsletter-instasend\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/instasend\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2020\\/05\\/instasend-32.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=91\",\n        \"wp_slug\": \"newsletter-instasend\\/instasend.php\"\n    },\n    {\n        \"id\": \"67\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.2.6\",\n        \"title\": \"Leads\",\n        \"description\": \"Add a popup or a fixed subscription bar to your website and offer your visitors a simple way to subscribe.\",\n        \"slug\": \"newsletter-leads\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/leads\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=67\",\n        \"wp_slug\": \"newsletter-leads\\/leads.php\"\n    },\n    {\n        \"id\": \"97\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.3\",\n        \"title\": \"Webhooks (BETA)\",\n        \"description\": \"Adds webhooks to trigger external services upon subscription and cancellation events.\",\n        \"slug\": \"newsletter-webhooks\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/developers\\/newsletter-webhooks\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/10\\/bold-direction@2x-1.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=97\",\n        \"wp_slug\": \"newsletter-webhooks\\/webhooks.php\"\n    },\n    {\n        \"id\": \"58\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.0.6\",\n        \"title\": \"Public Archive\",\n        \"description\": \"Generates a public archive of the sent newsletters for your blog.\",\n        \"slug\": \"newsletter-archive\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/archive-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/files-32px-outline_archive-3d-content.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=58\",\n        \"wp_slug\": \"newsletter-archive\\/archive.php\"\n    },\n    {\n        \"id\": \"71\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.2\",\n        \"title\": \"Locked Content\",\n        \"description\": \"Boost your subscription rate locking out your premium contents with a subscription form.\",\n        \"slug\": \"newsletter-lock\",\n        \"type\": \"extension\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/locked-content-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2017\\/04\\/ui-32px-outline-1_lock-open.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=71\",\n        \"wp_slug\": \"newsletter-lock\\/lock.php\"\n    },\n    {\n        \"id\": \"73\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.2.8\",\n        \"title\": \"WP Users Integration\",\n        \"description\": \"Connects the WordPress user registration with Newsletter subscription. Optionally imports all WP users as subscribers.\",\n        \"slug\": \"newsletter-wpusers\",\n        \"type\": \"integration\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/extended-features\\/wpusers-extension\\/\",\n        \"image\": \"https:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/uploads\\/2021\\/09\\/wpusers.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=73\",\n        \"wp_slug\": \"newsletter-wpusers\\/wpusers.php\"\n    },\n    {\n        \"id\": \"51\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.1.3\",\n        \"title\": \"Feed by Mail\",\n        \"description\": \"Automatically creates and sends newsletters with the latest blog posts.\",\n        \"slug\": \"newsletter-feed\",\n        \"type\": \"legacy\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/feed-by-mail-extension\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_playlist.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=51\",\n        \"wp_slug\": \"newsletter-feed\\/feed.php\"\n    },\n    {\n        \"id\": \"53\",\n        \"children_fileid\": null,\n        \"version\": \"2.2.0\",\n        \"title\": \"Popup\",\n        \"description\": \"Configurable popup system to increase the subscription rate.\",\n        \"slug\": \"newsletter-popup\",\n        \"type\": \"legacy\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/popup-module\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-3_widget.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=53\",\n        \"wp_slug\": \"newsletter-popup\\/popup.php\"\n    },\n    {\n        \"id\": \"54\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.1.3\",\n        \"title\": \"Followup\",\n        \"description\": \"Automated email series sent upon subscription at defined intervals.\",\n        \"slug\": \"newsletter-followup\",\n        \"type\": \"legacy\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/follow-up-module\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/ui-32px-outline-2_time-countdown.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=54\",\n        \"wp_slug\": \"newsletter-followup\\/followup.php\"\n    },\n    {\n        \"id\": \"48\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.2.4\",\n        \"title\": \"SendGrid\",\n        \"description\": \"Integrates the SendGrid delivery system and bounce detection.\",\n        \"slug\": \"newsletter-sendgrid\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sendgrid-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=48\",\n        \"wp_slug\": \"newsletter-sendgrid\\/sendgrid.php\"\n    },\n    {\n        \"id\": \"49\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.0.0\",\n        \"title\": \"Mandrill\",\n        \"description\": \"Integrates the Mandrill delivery system and bounce detection.\",\n        \"slug\": \"newsletter-mandrill\",\n        \"type\": \"legacy\",\n        \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/mandrill-module\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=49\",\n        \"wp_slug\": \"newsletter-mandrill\\/mandrill.php\"\n    },\n    {\n        \"id\": \"52\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.0.9\",\n        \"title\": \"Mailjet\",\n        \"description\": \"Integrates the Mailjet delivery system and bounce detection.\",\n        \"slug\": \"newsletter-mailjet\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailjet-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=52\",\n        \"wp_slug\": \"newsletter-mailjet\\/mailjet.php\"\n    },\n    {\n        \"id\": \"60\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.3.7\",\n        \"title\": \"Amazon SES\",\n        \"description\": \"Integrates Newsletter with Amazon SES service for sending emails and processing bounces.\",\n        \"slug\": \"newsletter-amazon\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/amazon-ses-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=60\",\n        \"wp_slug\": \"newsletter-amazon\\/amazon.php\"\n    },\n    {\n        \"id\": \"65\",\n        \"children_fileid\": \"\",\n        \"version\": \"4.1.4\",\n        \"title\": \"Mailgun\",\n        \"description\": \"Integrates the Mailgun delivery system and bounce detection.\",\n        \"slug\": \"newsletter-mailgun\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/mailgun-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=65\",\n        \"wp_slug\": \"newsletter-mailgun\\/mailgun.php\"\n    },\n    {\n        \"id\": \"66\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.2\",\n        \"title\": \"ElasticEmail\",\n        \"description\": \"ElasticEmail integration\",\n        \"slug\": \"newsletter-elasticemail\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/elasticemail-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=66\",\n        \"wp_slug\": \"newsletter-elasticemail\\/elasticemail.php\"\n    },\n    {\n        \"id\": \"69\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.1.8\",\n        \"title\": \"SparkPost\",\n        \"description\": \"Integrates Newsletter with the SparkPost mail delivery service and bounce detection.\",\n        \"slug\": \"newsletter-sparkpost\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/documentation\\/addons\\/delivery-addons\\/sparkpost-extension\\/\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"2\",\n        \"free\": false,\n        \"downloadable\": false,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=69\",\n        \"wp_slug\": \"newsletter-sparkpost\\/sparkpost.php\"\n    },\n    {\n        \"id\": \"56\",\n        \"children_fileid\": \"\",\n        \"version\": \"2.2.0\",\n        \"title\": \"Grabber\",\n        \"description\": \"Experimental! General subscription grabber from other forms. Requires technical skills.\",\n        \"slug\": \"newsletter-grabber\",\n        \"type\": \"legacy\",\n        \"url\": \"http:\\/\\/www.thenewsletterplugin.com\\/plugins\\/newsletter\\/grabber-module\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/placeholder.png\",\n        \"status\": \"4\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=56\",\n        \"wp_slug\": \"newsletter-grabber\\/grabber.php\"\n    },\n    {\n        \"id\": \"96\",\n        \"children_fileid\": \"\",\n        \"version\": \"1.0.1\",\n        \"title\": \"Office 365 Header Removal\",\n        \"description\": \"This addon removes hidden headers from outgoing email to avoid Office365 SMTP block (or attempt to...). Install ONLY if you\'re using Office365 SMTP with an SMTP plugin!\",\n        \"slug\": \"newsletter-office365\",\n        \"type\": \"delivery\",\n        \"url\": \"https:\\/\\/www.thenewsletterplugin.com\\/account\",\n        \"image\": \"https:\\/\\/cdn.thenewsletterplugin.com\\/extensions\\/design-32px-outline_newsletter-dev.png\",\n        \"status\": \"3\",\n        \"free\": true,\n        \"downloadable\": true,\n        \"download_url\": \"http:\\/\\/www.thenewsletterplugin.com\\/wp-content\\/plugins\\/file-commerce-pro\\/get.php?f=96\",\n        \"wp_slug\": \"newsletter-office365\\/office365.php\"\n    }\n]', 'no'),
(2858, '_site_transient_timeout_theme_roots', '1641969277', 'no'),
(2859, '_site_transient_theme_roots', 'a:2:{s:11:\"modd-events\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}', 'no'),
(2860, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1641967479;s:7:\"checked\";a:2:{s:11:\"modd-events\";s:5:\"1.0.0\";s:15:\"twentytwentyone\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no');
INSERT INTO `me_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2861, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1641967480;s:7:\"checked\";a:14:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:22:\"font-awesome/index.php\";s:5:\"4.0.1\";s:25:\"gtranslate/gtranslate.php\";s:5:\"2.9.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:21:\"megamenu/megamenu.php\";s:5:\"2.9.4\";s:21:\"newsletter/plugin.php\";s:5:\"7.2.2\";s:63:\"options-for-twenty-twenty-one/options-for-twenty-twenty-one.php\";s:5:\"1.5.2\";s:31:\"siple_gallery/siple_gallery.php\";s:5:\"1.0.0\";s:33:\"smart-slider-3/smart-slider-3.php\";s:8:\"3.5.0.10\";s:37:\"testimonial-free/testimonial-free.php\";s:6:\"2.2.18\";s:34:\"tidio-live-chat/tidio-elements.php\";s:5:\"4.5.0\";s:37:\"wp-carousel-free/wp-carousel-free.php\";s:5:\"2.2.2\";s:24:\"wpforms-lite/wpforms.php\";s:7:\"1.6.8.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"16.9\";}s:8:\"response\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:22:\"font-awesome/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/font-awesome\";s:4:\"slug\";s:12:\"font-awesome\";s:6:\"plugin\";s:22:\"font-awesome/index.php\";s:11:\"new_version\";s:5:\"4.0.4\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/font-awesome/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/font-awesome.4.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-256x256.png?rev=1991998\";s:2:\"1x\";s:65:\"https://ps.w.org/font-awesome/assets/icon-128x128.png?rev=1991998\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/font-awesome/assets/banner-1544x500.png?rev=1991998\";s:2:\"1x\";s:67:\"https://ps.w.org/font-awesome/assets/banner-772x250.png?rev=1991993\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:5:\"2.9.7\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/gtranslate.2.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=2595917\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.8.1\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"megamenu/megamenu.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/megamenu\";s:4:\"slug\";s:8:\"megamenu\";s:6:\"plugin\";s:21:\"megamenu/megamenu.php\";s:11:\"new_version\";s:5:\"2.9.5\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/megamenu/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/megamenu.2.9.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/megamenu/assets/icon-128x128.png?rev=1489843\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/megamenu/assets/banner-1544x500.png?rev=1933092\";s:2:\"1x\";s:63:\"https://ps.w.org/megamenu/assets/banner-772x250.png?rev=1933095\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"7.3.5\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.7.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:63:\"options-for-twenty-twenty-one/options-for-twenty-twenty-one.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:43:\"w.org/plugins/options-for-twenty-twenty-one\";s:4:\"slug\";s:29:\"options-for-twenty-twenty-one\";s:6:\"plugin\";s:63:\"options-for-twenty-twenty-one/options-for-twenty-twenty-one.php\";s:11:\"new_version\";s:5:\"1.6.1\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/options-for-twenty-twenty-one/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/options-for-twenty-twenty-one.1.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/options-for-twenty-twenty-one/assets/icon-256x256.jpg?rev=2433096\";s:2:\"1x\";s:82:\"https://ps.w.org/options-for-twenty-twenty-one/assets/icon-128x128.jpg?rev=2433096\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/options-for-twenty-twenty-one/assets/banner-1544x500.png?rev=2446781\";s:2:\"1x\";s:84:\"https://ps.w.org/options-for-twenty-twenty-one/assets/banner-772x250.png?rev=2446781\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:122:\"<ul>\n<li>Fixed a bug with sub-menu background color on larger screens when mobile breakpoint has been increased</li>\n</ul>\";}s:33:\"smart-slider-3/smart-slider-3.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/smart-slider-3\";s:4:\"slug\";s:14:\"smart-slider-3\";s:6:\"plugin\";s:33:\"smart-slider-3/smart-slider-3.php\";s:11:\"new_version\";s:7:\"3.5.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/smart-slider-3/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/smart-slider-3.3.5.1.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/smart-slider-3/assets/icon-256x256.png?rev=2307688\";s:2:\"1x\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";s:3:\"svg\";s:59:\"https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/smart-slider-3/assets/banner-1544x500.png?rev=2632650\";s:2:\"1x\";s:69:\"https://ps.w.org/smart-slider-3/assets/banner-772x250.png?rev=2632650\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"testimonial-free/testimonial-free.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/testimonial-free\";s:4:\"slug\";s:16:\"testimonial-free\";s:6:\"plugin\";s:37:\"testimonial-free/testimonial-free.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/testimonial-free/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/testimonial-free.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/testimonial-free/assets/icon-256x256.png?rev=2516732\";s:2:\"1x\";s:69:\"https://ps.w.org/testimonial-free/assets/icon-128x128.png?rev=2516732\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/testimonial-free/assets/banner-772x250.png?rev=2625371\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:34:\"tidio-live-chat/tidio-elements.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/tidio-live-chat\";s:4:\"slug\";s:15:\"tidio-live-chat\";s:6:\"plugin\";s:34:\"tidio-live-chat/tidio-elements.php\";s:11:\"new_version\";s:5:\"4.5.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/tidio-live-chat/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/tidio-live-chat.4.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/tidio-live-chat/assets/icon-256x256.gif?rev=2638440\";s:2:\"1x\";s:68:\"https://ps.w.org/tidio-live-chat/assets/icon-128x128.gif?rev=2638440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/tidio-live-chat/assets/banner-1544x500.png?rev=2638440\";s:2:\"1x\";s:70:\"https://ps.w.org/tidio-live-chat/assets/banner-772x250.png?rev=2638440\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"wp-carousel-free/wp-carousel-free.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/wp-carousel-free\";s:4:\"slug\";s:16:\"wp-carousel-free\";s:6:\"plugin\";s:37:\"wp-carousel-free/wp-carousel-free.php\";s:11:\"new_version\";s:5:\"2.4.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-carousel-free/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-carousel-free.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-carousel-free/assets/icon-256x256.png?rev=2000936\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-carousel-free/assets/icon-128x128.png?rev=2000936\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-carousel-free/assets/banner-1544x500.png?rev=2000936\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-carousel-free/assets/banner-772x250.png?rev=2000936\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wpforms-lite/wpforms.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/wpforms-lite\";s:4:\"slug\";s:12:\"wpforms-lite\";s:6:\"plugin\";s:24:\"wpforms-lite/wpforms.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wpforms-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wpforms-lite.1.7.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/wpforms-lite/assets/icon-256x256.png?rev=2574201\";s:2:\"1x\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";s:3:\"svg\";s:57:\"https://ps.w.org/wpforms-lite/assets/icon.svg?rev=2574198\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500.png?rev=2602491\";s:2:\"1x\";s:67:\"https://ps.w.org/wpforms-lite/assets/banner-772x250.png?rev=2602491\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wpforms-lite/assets/banner-1544x500-rtl.png?rev=2602491\";s:2:\"1x\";s:71:\"https://ps.w.org/wpforms-lite/assets/banner-772x250-rtl.png?rev=2602491\";}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"17.9\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.17.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}}', 'no'),
(2862, '_site_transient_timeout_php_check_7772753a7ea0fe5c6dd1e8406c9ba6ba', '1642572284', 'no'),
(2863, '_site_transient_php_check_7772753a7ea0fe5c6dd1e8406c9ba6ba', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no');

-- --------------------------------------------------------

--
-- Structure de la table `me_postmeta`
--

DROP TABLE IF EXISTS `me_postmeta`;
CREATE TABLE IF NOT EXISTS `me_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4182 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_postmeta`
--

INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(21, 10, '_edit_lock', '1636031286:1'),
(22, 12, '_edit_lock', '1636444554:1'),
(23, 14, '_edit_lock', '1636031697:1'),
(24, 16, '_edit_lock', '1636031822:1'),
(25, 18, '_edit_lock', '1636032172:1'),
(26, 20, '_edit_lock', '1629440760:1'),
(27, 22, '_edit_lock', '1629466446:1'),
(28, 24, '_menu_item_type', 'custom'),
(29, 24, '_menu_item_menu_item_parent', '0'),
(30, 24, '_menu_item_object_id', '24'),
(31, 24, '_menu_item_object', 'custom'),
(32, 24, '_menu_item_target', ''),
(33, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(34, 24, '_menu_item_xfn', ''),
(35, 24, '_menu_item_url', '/'),
(37, 25, '_menu_item_type', 'post_type'),
(38, 25, '_menu_item_menu_item_parent', '0'),
(39, 25, '_menu_item_object_id', '22'),
(40, 25, '_menu_item_object', 'page'),
(41, 25, '_menu_item_target', ''),
(42, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(43, 25, '_menu_item_xfn', ''),
(44, 25, '_menu_item_url', ''),
(46, 26, '_menu_item_type', 'post_type'),
(47, 26, '_menu_item_menu_item_parent', '0'),
(48, 26, '_menu_item_object_id', '20'),
(49, 26, '_menu_item_object', 'page'),
(50, 26, '_menu_item_target', ''),
(51, 26, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(52, 26, '_menu_item_xfn', ''),
(53, 26, '_menu_item_url', ''),
(55, 27, '_menu_item_type', 'post_type'),
(56, 27, '_menu_item_menu_item_parent', '0'),
(57, 27, '_menu_item_object_id', '18'),
(58, 27, '_menu_item_object', 'page'),
(59, 27, '_menu_item_target', ''),
(60, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(61, 27, '_menu_item_xfn', ''),
(62, 27, '_menu_item_url', ''),
(64, 28, '_menu_item_type', 'post_type'),
(65, 28, '_menu_item_menu_item_parent', '30'),
(66, 28, '_menu_item_object_id', '16'),
(67, 28, '_menu_item_object', 'page'),
(68, 28, '_menu_item_target', ''),
(69, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(70, 28, '_menu_item_xfn', ''),
(71, 28, '_menu_item_url', ''),
(73, 29, '_menu_item_type', 'post_type'),
(74, 29, '_menu_item_menu_item_parent', '30'),
(75, 29, '_menu_item_object_id', '14'),
(76, 29, '_menu_item_object', 'page'),
(77, 29, '_menu_item_target', ''),
(78, 29, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(79, 29, '_menu_item_xfn', ''),
(80, 29, '_menu_item_url', ''),
(82, 30, '_menu_item_type', 'post_type'),
(83, 30, '_menu_item_menu_item_parent', '0'),
(84, 30, '_menu_item_object_id', '12'),
(85, 30, '_menu_item_object', 'page'),
(86, 30, '_menu_item_target', ''),
(87, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(88, 30, '_menu_item_xfn', ''),
(89, 30, '_menu_item_url', ''),
(91, 31, '_menu_item_type', 'post_type'),
(92, 31, '_menu_item_menu_item_parent', '0'),
(93, 31, '_menu_item_object_id', '10'),
(94, 31, '_menu_item_object', 'page'),
(95, 31, '_menu_item_target', ''),
(96, 31, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(97, 31, '_menu_item_xfn', ''),
(98, 31, '_menu_item_url', ''),
(100, 32, '_menu_item_type', 'taxonomy'),
(101, 32, '_menu_item_menu_item_parent', '0'),
(102, 32, '_menu_item_object_id', '3'),
(103, 32, '_menu_item_object', 'category'),
(104, 32, '_menu_item_target', ''),
(105, 32, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(106, 32, '_menu_item_xfn', ''),
(107, 32, '_menu_item_url', ''),
(109, 33, '_wp_attached_file', '2021/08/logo_modd_events.jpg'),
(110, 33, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:829;s:6:\"height\";i:541;s:4:\"file\";s:28:\"2021/08/logo_modd_events.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"logo_modd_events-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"logo_modd_events-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"logo_modd_events-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(112, 35, '_wp_attached_file', '2021/08/cropped-logo_modd_events.jpg'),
(113, 35, '_wp_attachment_context', 'site-icon'),
(114, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2021/08/cropped-logo_modd_events.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-logo_modd_events-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-logo_modd_events-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:36:\"cropped-logo_modd_events-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:36:\"cropped-logo_modd_events-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:36:\"cropped-logo_modd_events-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:34:\"cropped-logo_modd_events-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(119, 37, '_wp_attached_file', '2021/08/background_img.jpg'),
(120, 37, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1593;s:6:\"height\";i:737;s:4:\"file\";s:26:\"2021/08/background_img.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background_img-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"background_img-1024x474.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background_img-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"background_img-768x355.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"background_img-1536x711.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"background_img-1568x725.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(121, 37, '_wp_attachment_is_custom_background', 'modd-events'),
(131, 44, '_wp_attached_file', '2021/08/logo_search.jpg'),
(132, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:24;s:6:\"height\";i:38;s:4:\"file\";s:23:\"2021/08/logo_search.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(133, 44, '_edit_lock', '1629443827:1'),
(138, 47, '_wp_attached_file', '2021/08/318691_549694721715632_1705548228_n1-e1445605796924.jpg'),
(139, 47, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:620;s:6:\"height\";i:240;s:4:\"file\";s:63:\"2021/08/318691_549694721715632_1705548228_n1-e1445605796924.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"318691_549694721715632_1705548228_n1-e1445605796924-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"318691_549694721715632_1705548228_n1-e1445605796924-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(140, 48, '_wp_attached_file', '2021/08/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg'),
(141, 48, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:620;s:6:\"height\";i:240;s:4:\"file\";s:74:\"2021/08/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"10299526_1055130464505386_5782991141888480918_n-e1445605913913-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"10299526_1055130464505386_5782991141888480918_n-e1445605913913-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(142, 49, '_wp_attached_file', '2021/08/slider1.jpg'),
(143, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:624;s:6:\"height\";i:240;s:4:\"file\";s:19:\"2021/08/slider1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider1-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144, 50, '_wp_attached_file', '2021/08/slider2.jpg'),
(145, 50, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:624;s:6:\"height\";i:240;s:4:\"file\";s:19:\"2021/08/slider2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slider2-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slider2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(146, 51, '_edit_lock', '1629458782:1'),
(147, 53, '_wp_attached_file', '2021/08/b-francais1.jpg'),
(148, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:397;s:6:\"height\";i:88;s:4:\"file\";s:23:\"2021/08/b-francais1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"b-francais1-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"b-francais1-150x88.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:26:\"bari galust modd events fr\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(151, 56, '_wp_attached_file', '2021/08/nos_avantages_fr.jpg'),
(152, 56, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:810;s:6:\"height\";i:70;s:4:\"file\";s:28:\"2021/08/nos_avantages_fr.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"nos_avantages_fr-300x26.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"nos_avantages_fr-150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"nos_avantages_fr-768x66.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153, 58, '_wp_attached_file', '2021/08/HAS7895.jpg'),
(154, 58, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:560;s:6:\"height\";i:167;s:4:\"file\";s:19:\"2021/08/HAS7895.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"HAS7895-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HAS7895-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155, 62, '_wp_attached_file', '2021/08/IMG_9999.jpg'),
(156, 62, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:448;s:6:\"height\";i:286;s:4:\"file\";s:20:\"2021/08/IMG_9999.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9999-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9999-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(157, 64, '_edit_lock', '1636032858:1'),
(160, 66, '_wp_attached_file', '2021/08/MG_7715-scaled.jpg'),
(161, 66, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2021/08/MG_7715-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7715-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_7715-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7715-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7715-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"MG_7715-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"MG_7715-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_7715-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1412250797\";s:9:\"copyright\";s:26:\"TIGRAN Gasparyan 093056999\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"MG_7715.jpg\";}'),
(164, 64, '_thumbnail_id', '66'),
(167, 1, '_edit_lock', '1636034390:1'),
(172, 71, '_wp_attached_file', '2021/08/cadre3.jpg'),
(173, 71, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:265;s:6:\"height\";i:174;s:4:\"file\";s:18:\"2021/08/cadre3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cadre3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(179, 73, '_edit_last', '1'),
(180, 73, '_edit_lock', '1629453525:1'),
(181, 74, '_wp_attached_file', '2021/08/ADKO.jpg'),
(182, 74, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:87;s:6:\"height\";i:87;s:4:\"file\";s:16:\"2021/08/ADKO.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(183, 73, '_thumbnail_id', '74'),
(184, 73, 'sp_tpro_meta_options', 'a:10:{s:9:\"tpro_name\";s:14:\"RUBEN SAHAKYAN\";s:16:\"tpro_designation\";s:0:\"\";s:11:\"tpro_rating\";s:9:\"five_star\";s:10:\"tpro_email\";s:0:\"\";s:17:\"tpro_company_name\";s:0:\"\";s:13:\"tpro_location\";s:0:\"\";s:10:\"tpro_phone\";s:0:\"\";s:12:\"tpro_website\";s:0:\"\";s:14:\"tpro_video_url\";s:0:\"\";s:20:\"tpro_social_profiles\";s:0:\"\";}'),
(185, 75, '_edit_last', '1'),
(186, 75, '_edit_lock', '1629452354:1'),
(187, 76, '_wp_attached_file', '2021/08/RD-Group.jpg'),
(188, 76, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:20:\"2021/08/RD-Group.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"RD-Group-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"RD-Group-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(189, 75, '_thumbnail_id', '76'),
(190, 75, 'sp_tpro_meta_options', 'a:10:{s:9:\"tpro_name\";s:19:\"ANASTASIA GRINEVICH\";s:16:\"tpro_designation\";s:0:\"\";s:11:\"tpro_rating\";s:9:\"five_star\";s:10:\"tpro_email\";s:0:\"\";s:17:\"tpro_company_name\";s:0:\"\";s:13:\"tpro_location\";s:0:\"\";s:10:\"tpro_phone\";s:0:\"\";s:12:\"tpro_website\";s:0:\"\";s:14:\"tpro_video_url\";s:0:\"\";s:20:\"tpro_social_profiles\";s:0:\"\";}'),
(191, 77, '_edit_last', '1'),
(192, 77, '_edit_lock', '1629453156:1'),
(193, 78, '_wp_attached_file', '2021/08/ARARAT.jpg'),
(194, 78, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:87;s:6:\"height\";i:87;s:4:\"file\";s:18:\"2021/08/ARARAT.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(195, 77, '_thumbnail_id', '78'),
(196, 77, 'sp_tpro_meta_options', 'a:10:{s:9:\"tpro_name\";s:15:\"IGNAT ARAKELYAN\";s:16:\"tpro_designation\";s:0:\"\";s:11:\"tpro_rating\";s:9:\"five_star\";s:10:\"tpro_email\";s:0:\"\";s:17:\"tpro_company_name\";s:0:\"\";s:13:\"tpro_location\";s:0:\"\";s:10:\"tpro_phone\";s:0:\"\";s:12:\"tpro_website\";s:0:\"\";s:14:\"tpro_video_url\";s:0:\"\";s:20:\"tpro_social_profiles\";s:0:\"\";}'),
(197, 79, '_edit_last', '1'),
(198, 79, '_edit_lock', '1629457057:1'),
(199, 79, 'sp_tpro_shortcode_options', 'a:85:{s:6:\"layout\";s:6:\"slider\";s:25:\"display_testimonials_from\";s:6:\"latest\";s:28:\"number_of_total_testimonials\";s:2:\"12\";s:7:\"columns\";a:5:{s:13:\"large_desktop\";s:1:\"3\";s:7:\"desktop\";s:1:\"3\";s:6:\"laptop\";s:1:\"3\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:20:\"testimonial_order_by\";s:4:\"date\";s:17:\"testimonial_order\";s:4:\"DESC\";s:13:\"schema_markup\";s:0:\"\";s:9:\"preloader\";s:0:\"\";s:11:\"theme_style\";s:9:\"theme-one\";s:18:\"testimonial_margin\";s:1:\"0\";s:18:\"testimonial_border\";a:3:{s:3:\"all\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e3e3e3\";}s:25:\"testimonial_inner_padding\";a:4:{s:3:\"top\";s:2:\"22\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:2:\"22\";s:4:\"left\";s:2:\"22\";}s:23:\"testimonial_info_border\";a:3:{s:3:\"all\";s:1:\"0\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e3e3e3\";}s:30:\"testimonial_info_inner_padding\";a:4:{s:3:\"top\";s:2:\"22\";s:5:\"right\";s:2:\"22\";s:6:\"bottom\";s:2:\"22\";s:4:\"left\";s:2:\"22\";}s:13:\"section_title\";s:1:\"1\";s:17:\"testimonial_title\";s:1:\"1\";s:21:\"testimonial_title_tag\";s:2:\"h3\";s:16:\"testimonial_text\";s:1:\"1\";s:24:\"testimonial_content_type\";s:12:\"full_content\";s:23:\"testimonial_client_name\";s:1:\"0\";s:20:\"testimonial_name_tag\";s:2:\"h4\";s:25:\"testimonial_client_rating\";s:1:\"0\";s:14:\"tpro_star_icon\";s:10:\"fa fa-star\";s:31:\"testimonial_client_rating_color\";s:7:\"#ffb900\";s:18:\"client_designation\";s:1:\"0\";s:22:\"grid_pagination_margin\";a:4:{s:3:\"top\";s:2:\"20\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:1:\"0\";}s:22:\"grid_pagination_border\";a:4:{s:3:\"all\";s:1:\"2\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#bbbbbb\";s:11:\"hover-color\";s:7:\"#1595CE\";}s:12:\"client_image\";s:1:\"1\";s:18:\"client_image_style\";s:5:\"three\";s:11:\"image_sizes\";s:20:\"tf-client-image-size\";s:17:\"image_custom_size\";a:3:{s:6:\"height\";s:3:\"120\";s:5:\"width\";s:3:\"120\";s:4:\"crop\";s:9:\"hard-crop\";}s:15:\"image_grayscale\";s:4:\"none\";s:11:\"slider_mode\";s:8:\"standard\";s:16:\"slider_auto_play\";s:4:\"true\";s:22:\"slider_auto_play_speed\";s:4:\"3000\";s:19:\"slider_scroll_speed\";s:3:\"600\";s:21:\"slider_pause_on_hover\";s:1:\"1\";s:15:\"slider_infinite\";s:1:\"1\";s:16:\"slider_animation\";s:5:\"slide\";s:16:\"slider_direction\";s:3:\"ltr\";s:10:\"navigation\";s:4:\"true\";s:16:\"navigation_color\";a:4:{s:5:\"color\";s:7:\"#777777\";s:11:\"hover-color\";s:7:\"#ffffff\";s:10:\"background\";s:11:\"transparent\";s:16:\"hover-background\";s:7:\"#1595ce\";}s:17:\"navigation_border\";a:4:{s:3:\"all\";s:1:\"2\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#777777\";s:11:\"hover-color\";s:7:\"#1595ce\";}s:10:\"pagination\";s:4:\"true\";s:17:\"pagination_colors\";a:2:{s:5:\"color\";s:7:\"#cccccc\";s:12:\"active-color\";s:7:\"#1595ce\";}s:15:\"adaptive_height\";s:0:\"\";s:12:\"slider_swipe\";s:1:\"1\";s:16:\"slider_draggable\";s:1:\"1\";s:14:\"swipe_to_slide\";s:0:\"\";s:23:\"section_title_font_load\";s:1:\"1\";s:24:\"section_title_typography\";a:13:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"22\";s:11:\"line-height\";s:2:\"22\";s:14:\"letter-spacing\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"23\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:27:\"testimonial_title_font_load\";s:1:\"1\";s:28:\"testimonial_title_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"20\";s:11:\"line-height\";s:2:\"30\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"18\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:26:\"testimonial_text_font_load\";s:1:\"1\";s:27:\"testimonial_text_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"26\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:2:\"20\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:21:\"client_name_font_load\";s:1:\"1\";s:22:\"client_name_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"8\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#333333\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:29:\"designation_company_font_load\";s:1:\"1\";s:37:\"client_designation_company_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"16\";s:11:\"line-height\";s:2:\"24\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"8\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:18:\"location_font_load\";s:1:\"1\";s:26:\"client_location_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"20\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"5\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:15:\"phone_font_load\";s:1:\"1\";s:23:\"client_phone_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"20\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"3\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:15:\"email_font_load\";s:1:\"1\";s:23:\"client_email_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"20\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"5\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:14:\"date_font_load\";s:1:\"1\";s:27:\"testimonial_date_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"20\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"6\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:17:\"website_font_load\";s:1:\"1\";s:25:\"client_website_typography\";a:16:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"20\";s:14:\"letter-spacing\";s:1:\"0\";s:10:\"margin-top\";s:1:\"0\";s:12:\"margin-right\";s:1:\"0\";s:13:\"margin-bottom\";s:1:\"6\";s:11:\"margin-left\";s:1:\"0\";s:5:\"color\";s:7:\"#444444\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:16:\"filter_font_load\";s:1:\"1\";s:17:\"filter_typography\";a:11:{s:11:\"font-family\";s:9:\"Open Sans\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:0:\"\";s:6:\"subset\";s:0:\"\";s:10:\"text-align\";s:6:\"center\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:2:\"15\";s:11:\"line-height\";s:2:\"20\";s:14:\"letter-spacing\";s:1:\"0\";s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:12:\"random_order\";s:0:\"\";s:20:\"testimonial_bg_three\";s:0:\"\";s:25:\"testimonial_info_position\";s:0:\"\";s:19:\"testimonial_info_bg\";s:0:\"\";s:21:\"testimonial_read_more\";s:0:\"\";s:14:\"social_profile\";s:0:\"\";s:15:\"grid_pagination\";s:0:\"\";s:18:\"tp_pagination_type\";s:0:\"\";s:11:\"tp_per_page\";s:0:\"\";s:15:\"load_more_label\";s:0:\"\";s:25:\"grid_pagination_alignment\";s:0:\"\";s:22:\"grid_pagination_colors\";s:0:\"\";s:16:\"thumbnail_slider\";s:0:\"\";s:10:\"video_icon\";s:0:\"\";}'),
(200, 80, '_edit_last', '1'),
(201, 80, '_edit_lock', '1629453284:1'),
(202, 81, '_wp_attached_file', '2021/08/UWC.jpg'),
(203, 81, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:87;s:6:\"height\";i:87;s:4:\"file\";s:15:\"2021/08/UWC.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(204, 80, '_thumbnail_id', '81'),
(205, 80, 'sp_tpro_meta_options', 'a:10:{s:9:\"tpro_name\";s:14:\"ELENA POHOMOVA\";s:16:\"tpro_designation\";s:0:\"\";s:11:\"tpro_rating\";s:9:\"five_star\";s:10:\"tpro_email\";s:0:\"\";s:17:\"tpro_company_name\";s:0:\"\";s:13:\"tpro_location\";s:0:\"\";s:10:\"tpro_phone\";s:0:\"\";s:12:\"tpro_website\";s:0:\"\";s:14:\"tpro_video_url\";s:0:\"\";s:20:\"tpro_social_profiles\";s:0:\"\";}'),
(214, 91, '_wp_attached_file', '2021/08/armenie.jpg'),
(215, 91, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:53;s:4:\"file\";s:19:\"2021/08/armenie.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(216, 92, '_wp_attached_file', '2021/08/ilsis.jpg'),
(217, 92, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:54;s:4:\"file\";s:17:\"2021/08/ilsis.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(218, 93, '_wp_attached_file', '2021/08/wwedding.jpg'),
(219, 93, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:54;s:6:\"height\";i:53;s:4:\"file\";s:20:\"2021/08/wwedding.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(220, 90, '_edit_last', '1'),
(221, 90, 'sp_wpcp_upload_options', 'a:6:{s:18:\"wpcp_carousel_type\";s:14:\"image-carousel\";s:12:\"wpcp_gallery\";s:8:\"91,92,93\";s:23:\"wpcp_display_posts_from\";s:6:\"latest\";s:21:\"number_of_total_posts\";s:2:\"10\";s:25:\"wpcp_display_product_from\";s:6:\"latest\";s:19:\"wpcp_total_products\";s:2:\"10\";}'),
(222, 90, 'sp_wpcp_shortcode_options', 'a:62:{s:13:\"section_title\";s:0:\"\";s:27:\"section_title_margin_bottom\";a:1:{s:3:\"all\";s:2:\"30\";}s:18:\"wpcp_carousel_mode\";s:8:\"standard\";s:22:\"wpcp_number_of_columns\";a:5:{s:10:\"lg_desktop\";s:1:\"2\";s:7:\"desktop\";s:1:\"2\";s:6:\"laptop\";s:1:\"2\";s:6:\"tablet\";s:1:\"2\";s:6:\"mobile\";s:1:\"2\";}s:19:\"wpcp_logo_link_show\";s:4:\"none\";s:19:\"wpcp_image_order_by\";s:10:\"menu_order\";s:18:\"wpcp_post_order_by\";s:10:\"menu_order\";s:15:\"wpcp_post_order\";s:3:\"ASC\";s:14:\"wpcp_preloader\";s:1:\"1\";s:25:\"wpcp_carousel_orientation\";s:10:\"horizontal\";s:23:\"wpcp_carousel_auto_play\";s:1:\"1\";s:24:\"carousel_auto_play_speed\";a:1:{s:3:\"all\";s:4:\"3000\";}s:30:\"standard_carousel_scroll_speed\";a:1:{s:3:\"all\";s:3:\"600\";}s:23:\"carousel_pause_on_hover\";s:1:\"1\";s:17:\"carousel_infinite\";s:1:\"1\";s:23:\"wpcp_carousel_direction\";s:3:\"rtl\";s:17:\"wpcp_carousel_row\";a:5:{s:10:\"lg_desktop\";s:1:\"1\";s:7:\"desktop\";s:1:\"1\";s:6:\"laptop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:15:\"wpcp_navigation\";s:11:\"hide_mobile\";s:15:\"wpcp_nav_colors\";a:2:{s:6:\"color1\";s:4:\"#aaa\";s:6:\"color2\";s:7:\"#178087\";}s:15:\"wpcp_pagination\";s:4:\"show\";s:21:\"wpcp_pagination_color\";a:2:{s:6:\"color1\";s:7:\"#cccccc\";s:6:\"color2\";s:7:\"#178087\";}s:14:\"wpcp_scheduler\";s:0:\"\";s:12:\"slider_swipe\";s:1:\"1\";s:16:\"slider_draggable\";s:1:\"1\";s:21:\"carousel_swipetoslide\";s:0:\"\";s:25:\"wpcp_post_detail_position\";s:6:\"bottom\";s:17:\"wpcp_slide_border\";a:3:{s:3:\"all\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#dddddd\";}s:21:\"wpcp_slide_background\";s:7:\"#f9f9f9\";s:18:\"wpcp_image_caption\";s:0:\"\";s:15:\"wpcp_image_desc\";s:0:\"\";s:15:\"wpcp_post_title\";s:1:\"1\";s:22:\"wpcp_post_content_show\";s:1:\"1\";s:22:\"wpcp_post_content_type\";s:7:\"excerpt\";s:19:\"wpcp_post_date_show\";s:1:\"1\";s:21:\"wpcp_post_author_show\";s:1:\"1\";s:17:\"wpcp_product_name\";s:1:\"1\";s:18:\"wpcp_product_price\";s:1:\"1\";s:19:\"wpcp_product_rating\";s:1:\"1\";s:17:\"wpcp_product_cart\";s:1:\"1\";s:10:\"show_image\";s:1:\"1\";s:16:\"wpcp_image_sizes\";s:4:\"full\";s:21:\"wpcp_image_gray_scale\";s:0:\"\";s:25:\"wpcp_product_image_border\";a:3:{s:3:\"all\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#dddddd\";}s:14:\"wpcp_watermark\";s:0:\"\";s:19:\"wpcp_img_protection\";s:0:\"\";s:17:\"_image_title_attr\";s:0:\"\";s:23:\"section_title_font_load\";s:0:\"\";s:29:\"wpcp_section_title_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:28:\"wpcp_image_caption_font_load\";s:0:\"\";s:29:\"wpcp_image_caption_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:25:\"wpcp_image_desc_font_load\";s:0:\"\";s:26:\"wpcp_image_desc_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:20:\"wpcp_title_font_load\";s:0:\"\";s:21:\"wpcp_title_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:27:\"wpcp_post_content_font_load\";s:0:\"\";s:28:\"wpcp_post_content_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:24:\"wpcp_post_meta_font_load\";s:0:\"\";s:25:\"wpcp_post_meta_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:27:\"wpcp_product_name_font_load\";s:0:\"\";s:28:\"wpcp_product_name_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}s:28:\"wpcp_product_price_font_load\";s:0:\"\";s:29:\"wpcp_product_price_typography\";a:2:{s:4:\"type\";s:6:\"google\";s:4:\"unit\";s:2:\"px\";}}'),
(223, 90, '_edit_lock', '1629462721:1'),
(224, 94, '_edit_lock', '1629459054:1'),
(225, 95, '_menu_item_type', 'custom'),
(226, 95, '_menu_item_menu_item_parent', '0'),
(227, 95, '_menu_item_object_id', '95'),
(228, 95, '_menu_item_object', 'custom'),
(229, 95, '_menu_item_target', ''),
(230, 95, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(231, 95, '_menu_item_xfn', ''),
(232, 95, '_menu_item_url', '/'),
(243, 97, '_menu_item_type', 'post_type'),
(244, 97, '_menu_item_menu_item_parent', '0'),
(245, 97, '_menu_item_object_id', '22'),
(246, 97, '_menu_item_object', 'page'),
(247, 97, '_menu_item_target', ''),
(248, 97, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(249, 97, '_menu_item_xfn', ''),
(250, 97, '_menu_item_url', ''),
(252, 98, '_menu_item_type', 'post_type'),
(253, 98, '_menu_item_menu_item_parent', '0'),
(254, 98, '_menu_item_object_id', '20'),
(255, 98, '_menu_item_object', 'page'),
(256, 98, '_menu_item_target', ''),
(257, 98, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(258, 98, '_menu_item_xfn', ''),
(259, 98, '_menu_item_url', ''),
(261, 99, '_menu_item_type', 'post_type'),
(262, 99, '_menu_item_menu_item_parent', '0'),
(263, 99, '_menu_item_object_id', '18'),
(264, 99, '_menu_item_object', 'page'),
(265, 99, '_menu_item_target', ''),
(266, 99, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(267, 99, '_menu_item_xfn', ''),
(268, 99, '_menu_item_url', ''),
(270, 100, '_menu_item_type', 'post_type'),
(271, 100, '_menu_item_menu_item_parent', '102'),
(272, 100, '_menu_item_object_id', '16'),
(273, 100, '_menu_item_object', 'page'),
(274, 100, '_menu_item_target', ''),
(275, 100, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(276, 100, '_menu_item_xfn', ''),
(277, 100, '_menu_item_url', ''),
(279, 101, '_menu_item_type', 'post_type'),
(280, 101, '_menu_item_menu_item_parent', '102'),
(281, 101, '_menu_item_object_id', '14'),
(282, 101, '_menu_item_object', 'page'),
(283, 101, '_menu_item_target', ''),
(284, 101, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(285, 101, '_menu_item_xfn', ''),
(286, 101, '_menu_item_url', ''),
(288, 102, '_menu_item_type', 'post_type'),
(289, 102, '_menu_item_menu_item_parent', '0'),
(290, 102, '_menu_item_object_id', '12'),
(291, 102, '_menu_item_object', 'page'),
(292, 102, '_menu_item_target', ''),
(293, 102, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(294, 102, '_menu_item_xfn', ''),
(295, 102, '_menu_item_url', ''),
(297, 103, '_menu_item_type', 'post_type'),
(298, 103, '_menu_item_menu_item_parent', '0'),
(299, 103, '_menu_item_object_id', '10'),
(300, 103, '_menu_item_object', 'page'),
(301, 103, '_menu_item_target', ''),
(302, 103, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(303, 103, '_menu_item_xfn', ''),
(304, 103, '_menu_item_url', ''),
(306, 104, '_menu_item_type', 'taxonomy'),
(307, 104, '_menu_item_menu_item_parent', '0'),
(308, 104, '_menu_item_object_id', '3'),
(309, 104, '_menu_item_object', 'category'),
(310, 104, '_menu_item_target', ''),
(311, 104, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(312, 104, '_menu_item_xfn', ''),
(313, 104, '_menu_item_url', ''),
(315, 105, '_edit_lock', '1629461735:1'),
(316, 113, '_wp_attached_file', '2021/08/logo_f.png'),
(317, 113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:39;s:6:\"height\";i:39;s:4:\"file\";s:18:\"2021/08/logo_f.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(322, 119, '_wp_attached_file', '2021/08/2.jpg'),
(323, 119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:543;s:6:\"height\";i:543;s:4:\"file\";s:13:\"2021/08/2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:13:\"2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"ARMENUHI\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(324, 120, '_wp_attached_file', '2021/08/vartan.jpg'),
(325, 120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:543;s:6:\"height\";i:543;s:4:\"file\";s:18:\"2021/08/vartan.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"vartan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"vartan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:18:\"vartan-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"vqrtqn\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(326, 121, '_wp_attached_file', '2021/08/3.jpg'),
(327, 121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:543;s:6:\"height\";i:543;s:4:\"file\";s:13:\"2021/08/3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:13:\"3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:4:\"AVET\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(332, 130, '_wp_attached_file', '2021/11/1535039_770715532946882_2076833155_n.jpg'),
(333, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:355;s:6:\"height\";i:238;s:4:\"file\";s:48:\"2021/11/1535039_770715532946882_2076833155_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1535039_770715532946882_2076833155_n-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1535039_770715532946882_2076833155_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:48:\"1535039_770715532946882_2076833155_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"1535039_770715532946882_2076833155_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409414577\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:40:\"1535039_770715532946882_2076833155_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(334, 10, '_edit_last', '1'),
(335, 10, '_yoast_wpseo_content_score', '30'),
(336, 10, '_yoast_wpseo_estimated-reading-time-minutes', '4'),
(337, 135, '_wp_attached_file', '2021/11/Untitled-2_0006_Layer-2.jpg'),
(338, 135, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:196;s:6:\"height\";i:168;s:4:\"file\";s:35:\"2021/11/Untitled-2_0006_Layer-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Untitled-2_0006_Layer-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:35:\"Untitled-2_0006_Layer-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:27:\"Untitled-2_0006_Layer-2.png\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(339, 136, '_wp_attached_file', '2021/11/Untitled-2_0002_Layer-6.jpg'),
(340, 136, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:216;s:6:\"height\";i:167;s:4:\"file\";s:35:\"2021/11/Untitled-2_0002_Layer-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Untitled-2_0002_Layer-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:35:\"Untitled-2_0002_Layer-6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:27:\"Untitled-2_0002_Layer-6.png\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(341, 138, '_wp_attached_file', '2021/11/conseil1_1.jpg'),
(342, 138, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:22:\"2021/11/conseil1_1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"conseil1_1-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"conseil1_1-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:21:\"conseil1_1-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(343, 140, '_wp_attached_file', '2021/11/jeux_fr.jpg'),
(344, 140, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:810;s:6:\"height\";i:70;s:4:\"file\";s:19:\"2021/11/jeux_fr.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"jeux_fr-300x26.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"jeux_fr-150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"jeux_fr-768x66.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:18:\"jeux_fr-120x70.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(345, 142, '_wp_attached_file', '2021/11/conseil2.jpg');
INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(346, 142, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:20:\"2021/11/conseil2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"conseil2-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"conseil2-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:19:\"conseil2-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(347, 143, '_wp_attached_file', '2021/11/analyse_fr1.jpg'),
(348, 143, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:810;s:6:\"height\";i:96;s:4:\"file\";s:23:\"2021/11/analyse_fr1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"analyse_fr1-300x36.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"analyse_fr1-150x96.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"analyse_fr1-768x91.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:22:\"analyse_fr1-120x96.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(349, 144, '_wp_attached_file', '2021/11/conseil3.jpg'),
(350, 144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:20:\"2021/11/conseil3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"conseil3-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"conseil3-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:19:\"conseil3-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(351, 145, '_wp_attached_file', '2021/11/titre_etape_1.jpg'),
(352, 145, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:448;s:6:\"height\";i:49;s:4:\"file\";s:25:\"2021/11/titre_etape_1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"titre_etape_1-300x33.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"titre_etape_1-150x49.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:24:\"titre_etape_1-120x49.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(353, 146, '_wp_attached_file', '2021/11/etapes_francais-page-001.jpg'),
(354, 146, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:810;s:6:\"height\";i:368;s:4:\"file\";s:36:\"2021/11/etapes_francais-page-001.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"etapes_francais-page-001-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"etapes_francais-page-001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"etapes_francais-page-001-768x349.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:36:\"etapes_francais-page-001-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(355, 148, '_wp_attached_file', '2021/11/Untitled-1_copy.jpg'),
(356, 148, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:442;s:6:\"height\";i:304;s:4:\"file\";s:27:\"2021/11/Untitled-1_copy.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Untitled-1_copy-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Untitled-1_copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:27:\"Untitled-1_copy-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409678346\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(357, 12, '_edit_last', '1'),
(358, 12, '_yoast_wpseo_content_score', '90'),
(359, 12, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(360, 151, '_wp_attached_file', '2021/11/conseil_evmnt_copy.jpg'),
(361, 151, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:30:\"2021/11/conseil_evmnt_copy.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"conseil_evmnt_copy-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"conseil_evmnt_copy-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:29:\"conseil_evmnt_copy-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(362, 153, '_wp_attached_file', '2021/11/Untitled-2_0000_Layer-3-1.jpg'),
(363, 153, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:319;s:6:\"height\";i:224;s:4:\"file\";s:37:\"2021/11/Untitled-2_0000_Layer-3-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Untitled-2_0000_Layer-3-1-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Untitled-2_0000_Layer-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:37:\"Untitled-2_0000_Layer-3-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:27:\"Untitled-2_0000_Layer-3.png\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(364, 14, '_edit_last', '1'),
(365, 14, '_yoast_wpseo_content_score', '90'),
(366, 14, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(367, 155, '_wp_attached_file', '2021/11/697_515762765108828_32282134_n.jpg'),
(368, 155, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:42:\"2021/11/697_515762765108828_32282134_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"697_515762765108828_32282134_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:42:\"697_515762765108828_32282134_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:34:\"697_515762765108828_32282134_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409258607\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:34:\"697_515762765108828_32282134_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(369, 156, '_wp_attached_file', '2021/11/1383301_706631546021948_1132263940_n.jpg'),
(370, 156, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:271;s:6:\"height\";i:183;s:4:\"file\";s:48:\"2021/11/1383301_706631546021948_1132263940_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1383301_706631546021948_1132263940_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:48:\"1383301_706631546021948_1132263940_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"1383301_706631546021948_1132263940_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409414050\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:40:\"1383301_706631546021948_1132263940_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(371, 158, '_wp_attached_file', '2021/11/conseil_evmnt_copy-1.jpg'),
(372, 158, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:32:\"2021/11/conseil_evmnt_copy-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"conseil_evmnt_copy-1-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"conseil_evmnt_copy-1-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:31:\"conseil_evmnt_copy-1-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(373, 159, '_wp_attached_file', '2021/11/conseil_evmnt_dentreprise_copy.jpg'),
(374, 159, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:42:\"2021/11/conseil_evmnt_dentreprise_copy.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"conseil_evmnt_dentreprise_copy-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"conseil_evmnt_dentreprise_copy-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:41:\"conseil_evmnt_dentreprise_copy-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(375, 161, '_wp_attached_file', '2021/11/FRANCAIS-scaled.jpg'),
(376, 161, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:604;s:4:\"file\";s:27:\"2021/11/FRANCAIS-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"FRANCAIS-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"FRANCAIS-1024x242.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"FRANCAIS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"FRANCAIS-768x181.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"FRANCAIS-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"FRANCAIS-1536x362.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"FRANCAIS-2048x483.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"FRANCAIS-1568x370.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"yellow-large.png\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"FRANCAIS.jpg\";}'),
(377, 163, '_wp_attached_file', '2021/11/179610_190943367590771_7846892_n.jpg'),
(378, 163, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:350;s:6:\"height\";i:264;s:4:\"file\";s:44:\"2021/11/179610_190943367590771_7846892_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"179610_190943367590771_7846892_n-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"179610_190943367590771_7846892_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:44:\"179610_190943367590771_7846892_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:36:\"179610_190943367590771_7846892_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409258460\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:36:\"179610_190943367590771_7846892_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(379, 164, '_wp_attached_file', '2021/11/evnmt_sociaux_copy.jpg'),
(380, 164, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:69;s:4:\"file\";s:30:\"2021/11/evnmt_sociaux_copy.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"evnmt_sociaux_copy-300x37.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"evnmt_sociaux_copy-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:29:\"evnmt_sociaux_copy-120x69.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(381, 165, '_wp_attached_file', '2021/11/1378895_713160475369055_198719391_n.jpg'),
(382, 165, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:375;s:6:\"height\";i:253;s:4:\"file\";s:47:\"2021/11/1378895_713160475369055_198719391_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"1378895_713160475369055_198719391_n-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1378895_713160475369055_198719391_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:47:\"1378895_713160475369055_198719391_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:39:\"1378895_713160475369055_198719391_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409414060\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:39:\"1378895_713160475369055_198719391_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(383, 167, '_wp_attached_file', '2021/11/1378810_708293719189064_1561996285_n.jpg'),
(384, 167, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:375;s:6:\"height\";i:253;s:4:\"file\";s:48:\"2021/11/1378810_708293719189064_1561996285_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"1378810_708293719189064_1561996285_n-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1378810_708293719189064_1561996285_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:48:\"1378810_708293719189064_1561996285_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"1378810_708293719189064_1561996285_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409414077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:40:\"1378810_708293719189064_1561996285_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(385, 16, '_edit_last', '1'),
(386, 16, '_yoast_wpseo_content_score', '30'),
(387, 16, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(388, 170, '_edit_lock', '1636031947:1'),
(389, 171, '_wp_attached_file', '2021/11/Untitled-1-1.jpg'),
(390, 171, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:613;s:6:\"height\";i:198;s:4:\"file\";s:24:\"2021/11/Untitled-1-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Untitled-1-1-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Untitled-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:24:\"Untitled-1-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(391, 172, '_wp_attached_file', '2021/11/Untitled-1.jpg'),
(392, 172, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:613;s:6:\"height\";i:198;s:4:\"file\";s:22:\"2021/11/Untitled-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Untitled-1-300x97.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:22:\"Untitled-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(393, 173, '_wp_attached_file', '2021/11/580755_468319346519837_887772421_n.jpg'),
(394, 173, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:198;s:4:\"file\";s:46:\"2021/11/580755_468319346519837_887772421_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"580755_468319346519837_887772421_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:46:\"580755_468319346519837_887772421_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(395, 170, '_edit_last', '1'),
(396, 170, '_yoast_wpseo_content_score', '90'),
(397, 170, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(398, 175, '_edit_lock', '1636032090:1'),
(399, 176, '_wp_attached_file', '2021/11/Picture2.jpg'),
(400, 176, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:304;s:6:\"height\";i:204;s:4:\"file\";s:20:\"2021/11/Picture2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"Picture2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:12:\"Picture2.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(401, 175, '_edit_last', '1'),
(402, 175, '_yoast_wpseo_content_score', '90'),
(403, 175, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(404, 179, '_wp_attached_file', '2021/11/229443_505754326109672_1215926960_n.jpg'),
(405, 179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:278;s:6:\"height\";i:187;s:4:\"file\";s:47:\"2021/11/229443_505754326109672_1215926960_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"229443_505754326109672_1215926960_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:47:\"229443_505754326109672_1215926960_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:39:\"229443_505754326109672_1215926960_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409258395\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:39:\"229443_505754326109672_1215926960_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(406, 180, '_wp_attached_file', '2021/11/evnmt_cult_et_sport_copy.jpg'),
(407, 180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:564;s:6:\"height\";i:51;s:4:\"file\";s:36:\"2021/11/evnmt_cult_et_sport_copy.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"evnmt_cult_et_sport_copy-300x27.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"evnmt_cult_et_sport_copy-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:35:\"evnmt_cult_et_sport_copy-120x51.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(408, 182, '_wp_attached_file', '2021/11/253131_505753956109709_109405224_n.jpg'),
(409, 182, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:363;s:6:\"height\";i:246;s:4:\"file\";s:46:\"2021/11/253131_505753956109709_109405224_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"253131_505753956109709_109405224_n-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"253131_505753956109709_109405224_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:46:\"253131_505753956109709_109405224_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:38:\"253131_505753956109709_109405224_n.jpg\";s:17:\"created_timestamp\";s:10:\"1409412934\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:38:\"253131_505753956109709_109405224_n.jpg\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(410, 183, '_wp_attached_file', '2021/11/photo1.jpg'),
(411, 183, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:618;s:6:\"height\";i:213;s:4:\"file\";s:18:\"2021/11/photo1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"photo1-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"photo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:18:\"photo1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(412, 184, '_wp_attached_file', '2021/11/photo2.jpg'),
(413, 184, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:618;s:6:\"height\";i:254;s:4:\"file\";s:18:\"2021/11/photo2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"photo2-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"photo2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:18:\"photo2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(414, 18, '_edit_last', '1'),
(415, 18, '_yoast_wpseo_content_score', '30'),
(416, 18, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(419, 1, '_edit_last', '1'),
(422, 1, '_yoast_wpseo_primary_category', '1'),
(423, 1, '_yoast_wpseo_content_score', '30'),
(424, 1, '_yoast_wpseo_estimated-reading-time-minutes', '2'),
(425, 1, '_wp_old_slug', 'bonjour-tout-le-monde'),
(428, 187, '_edit_lock', '1636032829:1'),
(431, 187, '_edit_last', '1'),
(434, 187, '_yoast_wpseo_primary_category', '3'),
(435, 187, '_yoast_wpseo_content_score', '60'),
(436, 187, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(437, 189, '_edit_lock', '1636032807:1'),
(440, 189, '_edit_last', '1'),
(443, 189, '_yoast_wpseo_primary_category', '3'),
(444, 189, '_yoast_wpseo_content_score', '30'),
(445, 189, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(446, 191, '_edit_lock', '1636032779:1'),
(449, 191, '_edit_last', '1'),
(452, 191, '_yoast_wpseo_primary_category', '3'),
(453, 191, '_yoast_wpseo_content_score', '60'),
(454, 191, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(455, 193, '_edit_lock', '1636032739:1'),
(456, 194, '_wp_attached_file', '2021/11/IMG_7175-scaled.jpg'),
(457, 194, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:27:\"2021/11/IMG_7175-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_7175-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_7175-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7175-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_7175-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"IMG_7175-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_7175-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_7175-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_7175-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1413043604\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_7175.jpg\";}'),
(460, 193, '_thumbnail_id', '194'),
(461, 193, '_edit_last', '1'),
(464, 193, '_yoast_wpseo_primary_category', '3'),
(465, 193, '_yoast_wpseo_content_score', '90'),
(466, 193, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(467, 196, '_edit_lock', '1636032708:1'),
(468, 197, '_wp_attached_file', '2021/11/cadre5.jpg'),
(469, 197, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:165;s:6:\"height\";i:108;s:4:\"file\";s:18:\"2021/11/cadre5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cadre5-150x108.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:18:\"cadre5-120x108.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(472, 196, '_thumbnail_id', '197'),
(473, 196, '_edit_last', '1'),
(476, 196, '_yoast_wpseo_primary_category', '3'),
(477, 196, '_yoast_wpseo_content_score', '90'),
(478, 196, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(487, 64, '_edit_last', '1'),
(490, 64, '_yoast_wpseo_primary_category', '3'),
(491, 64, '_yoast_wpseo_content_score', '60'),
(492, 64, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(523, 207, '_edit_lock', '1636034496:1'),
(524, 208, '_wp_attached_file', '2021/11/cadre3.jpg'),
(525, 208, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:265;s:6:\"height\";i:174;s:4:\"file\";s:18:\"2021/11/cadre3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"cadre3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:18:\"cadre3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(528, 207, '_thumbnail_id', '208'),
(529, 207, '_edit_last', '1'),
(532, 207, '_yoast_wpseo_primary_category', '3'),
(533, 207, '_yoast_wpseo_content_score', '90'),
(534, 207, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(535, 210, '_menu_item_type', 'post_type'),
(536, 210, '_menu_item_menu_item_parent', '102'),
(537, 210, '_menu_item_object_id', '175'),
(538, 210, '_menu_item_object', 'page'),
(539, 210, '_menu_item_target', ''),
(540, 210, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(541, 210, '_menu_item_xfn', ''),
(542, 210, '_menu_item_url', ''),
(544, 211, '_menu_item_type', 'post_type'),
(545, 211, '_menu_item_menu_item_parent', '102'),
(546, 211, '_menu_item_object_id', '170'),
(547, 211, '_menu_item_object', 'page'),
(548, 211, '_menu_item_target', ''),
(549, 211, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(550, 211, '_menu_item_xfn', ''),
(551, 211, '_menu_item_url', ''),
(553, 212, '_menu_item_type', 'post_type'),
(554, 212, '_menu_item_menu_item_parent', '0'),
(555, 212, '_menu_item_object_id', '16'),
(556, 212, '_menu_item_object', 'page'),
(557, 212, '_menu_item_target', ''),
(558, 212, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(559, 212, '_menu_item_xfn', ''),
(560, 212, '_menu_item_url', ''),
(561, 212, '_menu_item_orphaned', '1636034550'),
(562, 213, '_menu_item_type', 'post_type'),
(563, 213, '_menu_item_menu_item_parent', '0'),
(564, 213, '_menu_item_object_id', '14'),
(565, 213, '_menu_item_object', 'page'),
(566, 213, '_menu_item_target', ''),
(567, 213, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(568, 213, '_menu_item_xfn', ''),
(569, 213, '_menu_item_url', ''),
(570, 213, '_menu_item_orphaned', '1636034550'),
(571, 95, '_wp_old_date', '2021-08-20'),
(572, 103, '_wp_old_date', '2021-08-20'),
(573, 102, '_wp_old_date', '2021-08-20'),
(574, 101, '_wp_old_date', '2021-08-20'),
(575, 100, '_wp_old_date', '2021-08-20'),
(576, 99, '_wp_old_date', '2021-08-20'),
(577, 98, '_wp_old_date', '2021-08-20'),
(578, 104, '_wp_old_date', '2021-08-20'),
(579, 97, '_wp_old_date', '2021-08-20'),
(580, 214, '_menu_item_type', 'post_type'),
(581, 214, '_menu_item_menu_item_parent', '30'),
(582, 214, '_menu_item_object_id', '175'),
(583, 214, '_menu_item_object', 'page'),
(584, 214, '_menu_item_target', ''),
(585, 214, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(586, 214, '_menu_item_xfn', ''),
(587, 214, '_menu_item_url', ''),
(589, 215, '_menu_item_type', 'post_type'),
(590, 215, '_menu_item_menu_item_parent', '30'),
(591, 215, '_menu_item_object_id', '170'),
(592, 215, '_menu_item_object', 'page'),
(593, 215, '_menu_item_target', ''),
(594, 215, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(595, 215, '_menu_item_xfn', ''),
(596, 215, '_menu_item_url', ''),
(598, 24, '_wp_old_date', '2021-08-20'),
(599, 31, '_wp_old_date', '2021-08-20'),
(600, 30, '_wp_old_date', '2021-08-20'),
(601, 29, '_wp_old_date', '2021-08-20'),
(602, 28, '_wp_old_date', '2021-08-20'),
(603, 27, '_wp_old_date', '2021-08-20'),
(604, 26, '_wp_old_date', '2021-08-20'),
(605, 32, '_wp_old_date', '2021-08-20'),
(606, 25, '_wp_old_date', '2021-08-20'),
(608, 217, '_edit_lock', '1636035559:1'),
(609, 218, '_wp_attached_file', '2021/11/image.png'),
(610, 218, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:17:\"2021/11/image.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(611, 217, 'Annee', '2016'),
(612, 217, 'Mois', 'oct'),
(613, 219, '_wp_attached_file', '2021/11/IMG_2255.jpg'),
(614, 219, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/11/IMG_2255.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2255-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"IMG_2255-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352449788\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(617, 217, '_thumbnail_id', '219'),
(618, 217, 'Jour', '02'),
(619, 217, '_edit_last', '1'),
(622, 217, '_yoast_wpseo_primary_category', '5'),
(623, 217, '_yoast_wpseo_content_score', '90'),
(624, 217, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(625, 217, 'image-1', '1gkquqd4m1z41r317odgmim4h.jpg'),
(626, 217, 'image-2', '8gzg0n4o68ho9s1v1uw67c3t2.jpg'),
(627, 217, 'image-3', 'f6ms55rzzetcaa0t4yph9a2nw.jpg'),
(628, 217, 'image-4', 'l5588i0ovny79kcv1pab3ce0a.jpg'),
(629, 217, 'image-5', 'w4s40t7upxqtmwzrq8sehsh47.jpg'),
(630, 217, 'image-6', '0exuif2phuddwbo8ijmv9swav.jpg'),
(631, 217, 'image-7', 'pdj8n5fie6kasdshe0qs4xyqu.jpg'),
(632, 217, 'image-8', 'lw42lo94oc5wavybxeyk09cy0.jpg'),
(633, 217, 'image-9', 'mlgo51u1bjpe351plxhtv2zy9.jpg'),
(634, 217, 'image-10', '4k3zlp1raejuc5l2x58shkmvh.jpg'),
(635, 217, 'image-11', 'vrkqmqusjwnh2xdnufwel9j45.jpg'),
(636, 217, 'image-12', '3e95hoqnoibs6qe3dzmfj5ebi.jpg'),
(637, 217, 'image-13', 'tcq3aaq2lul5gcl06pwryebzp.jpg'),
(638, 217, 'image-14', 'f1qwqkxc9o4lfwewdj7ij12es.jpg'),
(639, 217, 'image-15', 'vbf1un9cjnt51o9ejlkchdb8a.jpg'),
(640, 217, 'image-16', 'elxjh19sze3pwdqr0x2rdrjov.jpg'),
(641, 217, 'image-17', 'jhvtjsuw9saw8l5p8gveujjmn.jpg'),
(642, 217, 'image-18', 'hq3989xh4jxnr4hkdnwzbhr1f.jpg'),
(643, 217, 'image-19', 'po0g8479z0megcztdsamu6lm8.jpg'),
(644, 217, 'image-20', 'v9drv0bfeh0dxmiwboh9zb13d.jpg'),
(645, 217, 'image-21', '56xab68ifunvx7j1mup203mqy.jpg'),
(646, 217, 'image-22', 'woekcc93pz92uufjac3bg88mh.jpg'),
(647, 217, 'image-23', 'z6lcogj1z2eob37lbxmp679zf.jpg'),
(648, 217, 'image-24', 'nh5sd93gro8f4jc70ibbxpyc1.jpg'),
(649, 217, 'image-25', '3ci4j2bkv1cfeb016ywbg5mb2.jpg'),
(650, 217, 'image-26', 'cmmvfp8bquj4ifap10tb1j6cl.jpg'),
(651, 217, 'image-27', 'zzkb0491dr6hl32ov0kfb1z8d.jpg'),
(652, 217, 'image-28', '9xoumkcjn7fad6b4ny4r7i4ww.jpg'),
(653, 217, 'image-29', '7vqwefgsaz0vpdvnz4lxd0ddc.jpg'),
(654, 217, 'image-30', 'kfjv88jdjn9st666k4k3wtroc.jpg'),
(655, 217, 'image-31', 'ncnd3k1ewv76sg4ru9zt1xcjg.jpg'),
(656, 217, 'image-32', 'c64f4bmlkr006rnrbyr08kflg.jpg'),
(657, 217, 'image-33', '42djm32dqjuyu7wa0fgu34ijp.jpg'),
(658, 217, 'image-34', 'kg2fucjxsyu7eng4ypo5rx12y.jpg'),
(659, 217, 'image-35', '3rtkwswusil2q6981hmku2lt7.jpg'),
(660, 217, 'image-36', '110rm071j79v0x9kslfo0vdbc.jpg'),
(661, 217, 'image-37', 'n35afq5yetvkh8vwvxukadbs3.jpg'),
(662, 217, 'image-38', 'zeiecb5tlhxoeuurrwy5ad091.jpg'),
(663, 217, 'image-39', 'leup7xi0awb2kcdvqytnshh7z.jpg'),
(664, 217, 'image-40', '76uz9u62172nu7fr5ptdsoxok.jpg'),
(665, 221, '_edit_lock', '1636090427:1'),
(666, 221, 'Annee', '2016'),
(667, 221, '_edit_last', '1'),
(668, 221, 'Annee', '2016'),
(669, 221, 'Mois', 'aout'),
(670, 223, '_wp_attached_file', '2021/11/IMG_6703.jpg'),
(671, 223, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/11/IMG_6703.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6703-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6703-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"IMG_6703-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471456207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(674, 221, '_thumbnail_id', '223'),
(675, 221, 'Jour', '17'),
(678, 221, '_yoast_wpseo_primary_category', '5'),
(679, 221, '_yoast_wpseo_content_score', '90'),
(680, 221, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(681, 221, 'image-1', '5g38ydpbd2uuq0m5ieb3j8y89.jpg'),
(682, 221, 'image-2', '9vsu7wg0r3bk3bvjefz8gfotg.jpg'),
(683, 221, 'image-3', '8axn9maelqgpi8b080lw6pbny.jpg'),
(684, 221, 'image-4', 'rzhjhtc1skgv7ojb3qb9ttaai.jpg'),
(685, 221, 'image-5', 'uj5ef4khlh5urjm1gmis1se1u.jpg'),
(686, 221, 'image-6', 'e2r82vh09z813dq2jvsij06uj.jpg'),
(687, 221, 'image-7', 'ggyi2gbxzcc63l9qp6sf8f66p.jpg'),
(688, 221, 'image-8', 'ay64emro3e9f39ka99qbj0fmv.jpg'),
(689, 221, 'image-9', '48wawv8kddkp6xqqb1z7bx79r.jpg'),
(690, 221, 'image-10', 'nqrp0bssz22jqxcixym5azh9w.jpg'),
(691, 221, 'image-11', '5jdin6dillsfw97zmt7iglgf4.jpg'),
(692, 221, 'image-12', '692petz1nigrm6wi5rttcbwcd.jpg'),
(693, 221, 'image-13', 'xt6ramfmohpyob139a73pbddu.jpg'),
(694, 221, 'image-14', 'lqhrpfcc1xrsqdhty203uxaqv.jpg'),
(695, 221, 'image-15', 'ftcsdbanl5f8rgp9y5j6005eo.jpg'),
(696, 221, 'image-16', '41r85rgsqlg8qgp9mt9t9wot7.jpg'),
(697, 221, 'image-17', 'qdzk9rbfvz0d9p0ai4hg0qxka.jpg'),
(698, 221, 'image-18', 'v1ap0w3bgzb1z4vhemo7iouoj.jpg'),
(699, 221, 'image-19', 'kygkrvhnz5gn3w87rqltjeu45.jpg'),
(700, 225, '_edit_lock', '1636090872:1'),
(701, 225, 'Annee', '2016'),
(702, 225, '_edit_last', '1'),
(703, 225, 'Annee', '2016'),
(704, 225, 'Mois', 'aout'),
(705, 227, '_wp_attached_file', '2021/11/IMG_6592.jpg'),
(706, 227, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/11/IMG_6592.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6592-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6592-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"IMG_6592-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1471114333\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(709, 225, '_thumbnail_id', '227'),
(710, 225, 'Jour', '13'),
(713, 225, '_yoast_wpseo_primary_category', '5'),
(714, 225, '_yoast_wpseo_content_score', '60'),
(715, 225, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(716, 225, 'image-1', '3z9ohhh98zk8urgtv7j8xasrn.jpg'),
(717, 225, 'image-2', '2u3s8t4zqfr1kf4adphyl0hzd.jpg'),
(718, 225, 'image-3', 'na81dhenms7apie42ura6cui3.jpg'),
(719, 225, 'image-4', 'txd1qcpgdl54a33linyys84eh.jpg'),
(720, 225, 'image-5', '5pu8a0hhsi757lstitt3nc8ro.jpg'),
(721, 225, 'image-6', 'dwxd6gepah8im1mt9efyic80x.jpg'),
(722, 225, 'image-7', 'ngmopuhyyqurf1uc7s0fs0dmp.jpg'),
(723, 225, 'image-8', 'ltrxstwnxadmzyv2cvokz8vgp.jpg'),
(724, 225, 'image-9', '79tyxz1un4trzozcyw390ownz.jpg'),
(725, 225, 'image-10', 'mbsva8dklhp24xzilxagvu7y2.jpg'),
(726, 225, 'image-11', 'fec766wfbi150pgk0s8wha82s.jpg'),
(727, 225, 'image-12', 'krw6tastkl4ofx1k7q6266gnl.jpg'),
(728, 225, 'image-13', 'unqct7nappwc9r9mr8xy6u3uk.jpg'),
(729, 225, 'image-14', 'swwa0o8p880i08myvhuq3yl98.jpg'),
(730, 225, 'image-15', 'zbujmhr8nzt4a0173a7srrf0f.jpg'),
(731, 225, 'image-16', '3t4mpkaq8he93uj15c5yt6uud.jpg'),
(732, 225, 'image-17', 'dmhv323uc2443egxkabwbextk.jpg'),
(733, 225, 'image-18', 'u6od02efdbu1uht7ap4ww32d6.jpg'),
(734, 225, 'image-19', 'allvb0q9pdd0l2oplpy4nxzi5.jpg'),
(735, 225, 'image-20', '31amgpoa9f50q446seix38emn.jpg'),
(736, 225, 'image-21', 'oh0rpfdnzxp7tpozdu8q67k6r.jpg'),
(737, 225, 'image-22', '38fionb596nu69krcvb3oz9nb.jpg'),
(738, 225, 'image-23', '8g0l1gmgcrqy88ruisfiwhi9q.jpg'),
(739, 225, 'image-24', '7oploni986ds0i1tizexltcas.jpg'),
(740, 225, 'image-25', '2m0ysks9h0jfytak68ks0hqrm.jpg'),
(741, 225, 'image-26', 'cs7kazlgfk61o47pc9hhcbsde.jpg'),
(742, 229, '_edit_lock', '1636091180:1'),
(743, 229, 'Annee', '2016'),
(744, 229, '_edit_last', '1'),
(745, 229, 'Annee', '2016'),
(746, 229, 'Mois', 'juin'),
(747, 229, 'Jour', '28'),
(748, 231, '_wp_attached_file', '2021/11/DSC_0279.jpg'),
(749, 231, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2021/11/DSC_0279.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC_0279-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC_0279-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"DSC_0279-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1467144568\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(752, 229, '_thumbnail_id', '231'),
(755, 229, '_yoast_wpseo_primary_category', '5'),
(756, 229, '_yoast_wpseo_content_score', '90'),
(757, 229, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(758, 229, 'image-1', 'wqhdsvi5570litw9f31xyk4in.jpg'),
(759, 229, 'image-2', 'js3wspexa9rui238ektpu4r5k.jpg'),
(760, 229, 'image-3', '8vd5j8pcwwe2fk9tipzuzxuis.jpg'),
(761, 229, 'image-4', 'q22bmpz3i94rhtbnny9lq53d2.jpg'),
(762, 229, 'image-5', 'k1dkbhg29uxxhr0q7a5aollpx.jpg'),
(763, 229, 'image-6', 'bgdj3qy6opjut73mkf68geuvs.jpg'),
(764, 229, 'image-7', '4rbngmrcvij0v70eftgs75mi4.jpg'),
(765, 229, 'image-8', 'mgfokpukjbavh1sr8u6ionu4v.jpg'),
(766, 229, 'image-9', '2wgft0mgbxfyrt4kata9zd2xc.jpg'),
(767, 229, 'image-10', 'gwwmpvxbh8le8jcs9aoas5mle.jpg'),
(768, 229, 'image-11', 'b1gq37mfa4qxzo1w5897vodjh.jpg'),
(769, 229, 'image-12', 'uttoqsv0ybeqere3a4dskd03m.jpg'),
(770, 229, 'image-13', 'sc1l1809z1i1p864x1mpnrj6c.jpg'),
(771, 229, 'image-14', '6p4oalgz18tvid5brq8ytbz8k.jpg'),
(772, 229, 'image-15', 'am58ozu1mqesiw3wh8wuv2x43.jpg'),
(773, 229, 'image-16', 'c36pncb6154w7qwy0pfbgnn7z.jpg'),
(774, 229, 'image-17', 'f2utqq1iqt4rfigo64nkaauu4.jpg'),
(775, 229, 'image-18', 'jalzbilptbwmu74alaae8fp4h.jpg'),
(776, 229, 'image-19', 'cw36x5d5ibuvpwc3eaixj6r1g.jpg'),
(777, 229, 'image-20', 'f7fwsqe9q800uxbpbhccsytv0.jpg'),
(778, 229, 'image-21', 't27d1w1dcgapf5ddi081otm52.jpg');
INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(779, 229, 'image-22', 'cv95tvozre4qdihzvzoyyq659.jpg'),
(780, 233, '_edit_lock', '1636091585:1'),
(781, 233, 'Annee', '2016'),
(782, 233, '_edit_last', '1'),
(783, 233, 'Annee', '2016'),
(784, 233, 'Mois', 'juin'),
(785, 235, '_wp_attached_file', '2021/11/IMG_5085.jpg'),
(786, 235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:407;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/11/IMG_5085.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5085-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5085-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"IMG_5085-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1466869310\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(789, 233, '_thumbnail_id', '235'),
(790, 233, 'Jour', '25'),
(793, 233, '_yoast_wpseo_primary_category', '5'),
(794, 233, '_yoast_wpseo_content_score', '60'),
(795, 233, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(796, 233, 'image-1', '30k3h3fbb5ic01dc4ly70ithm.jpg'),
(797, 233, 'image-2', 'whu8zmlf1hqstu1inzqvxqh84.jpg'),
(798, 233, 'image-3', '6thgwdmisvs7qy0f44y6r4inn.jpg'),
(799, 233, 'image-4', '3pu2h1parm3aqcfxk7g6p9gy3.jpg'),
(800, 233, 'image-5', 'upy1ctvkkhd48odp1yghdryul.jpg'),
(801, 233, 'image-6', 'eglmqj306471be19dhkz5zvh5.jpg'),
(802, 233, 'image-7', 'pbii8cv3qk2qdbxnz481c4eth.jpg'),
(803, 233, 'image-8', 'yfuszqw42ttx3g4913y5l0pba.jpg'),
(804, 233, 'image-9', 'zf4d0i5i0uwu1pbihieavx5y7.jpg'),
(805, 233, 'image-10', 'gdb0ptn1n0ieqi4o2lhyn42sr.jpg'),
(806, 233, 'image-11', '0vs1fzprm9h0yc4zy48yyvo1h.jpg'),
(807, 233, 'image-12', 'xfdl12v2x5d3l4mk5m5mud1nw.jpg'),
(808, 233, 'image-13', 'v4i7a9w16na73v9b8u1ezngx9.jpg'),
(809, 233, 'image-14', '6b8zymrline59yt0frf3tfqdf.jpg'),
(810, 233, 'image-15', 'j9zd69p0rxoj4r6ro44dgyzw2.jpg'),
(811, 233, 'image-16', 'vjd2zs6zjcuw6py9jq8rpda99.jpg'),
(812, 233, 'image-17', 'j9m75kdiv6o8pd5y6qvozxguz.jpg'),
(813, 233, 'image-18', 'c5xc2hhfm19jsmvq2rldysz5b.jpg'),
(814, 233, 'image-19', '37ugmnmzppva355za0qhf8sle.jpg'),
(815, 233, 'image-20', 'ctw8xzslml4qx5bg3vu434vl6.jpg'),
(816, 233, 'image-21', '69kr1c1klk3bevv9dx1668wd3.jpg'),
(817, 233, 'image-22', 'ry7hwwbk7lf6f9j8f7x15za4e.jpg'),
(818, 233, 'image-23', 'ndvk482y70pllq1788zeh1hkg.jpg'),
(819, 233, 'image-24', 'pwyjq1dhu0ia5lzz7odzckk0q.jpg'),
(820, 233, 'image-25', '1ew2w4frbjeoqdakmp0yhkvu2.jpg'),
(821, 233, 'image-26', 'dz8jnmyjfjdj0y42pswy6kjjg.jpg'),
(822, 233, 'image-27', '3f8tizwj6yqwvdcm19vw12a26.jpg'),
(823, 233, 'image-28', 'yry47s6q923u89cttjkgwg6z9.jpg'),
(824, 233, 'image-29', 'btfyoqknrf2pss7y16fzklk84.jpg'),
(825, 233, 'image-30', 'r1n6kqq8l4c9poyblbmvgmskf.jpg'),
(826, 233, 'image-31', 'xn7azud4pzsziun7i31qphuh6.jpg'),
(827, 233, 'image-32', 's4oyk9qp3m4skphrujvz7e2kr.jpg'),
(828, 233, 'image-33', '34tukng1v1ie3tv4fcq8umz7b.jpg'),
(829, 233, 'image-34', '0do69dobtrxiurozigoh7ohom.jpg'),
(830, 233, 'image-35', 'nb7i5ckbc0fy2df4abzrnfasi.jpg'),
(831, 233, 'image-36', '1tixecjnj73rq2zsncivkpl33.jpg'),
(832, 237, '_edit_lock', '1636092195:1'),
(833, 237, 'Annee', '2016'),
(834, 237, '_edit_last', '1'),
(835, 237, 'Annee', '2016'),
(836, 237, 'Mois', 'juin'),
(837, 237, 'Jour', '21'),
(838, 239, '_wp_attached_file', '2021/11/13492906_1185131148204862_727881053_n.jpg'),
(839, 239, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2021/11/13492906_1185131148204862_727881053_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"13492906_1185131148204862_727881053_n-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"13492906_1185131148204862_727881053_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:49:\"13492906_1185131148204862_727881053_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1466693543\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(842, 237, '_thumbnail_id', '239'),
(845, 237, '_yoast_wpseo_primary_category', '5'),
(846, 237, '_yoast_wpseo_content_score', '90'),
(847, 237, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(848, 237, 'image-1', 'bkge4fhm0w5hpr4dccclait6m.jpg'),
(849, 237, 'image-2', 'ok41bdnovjn36ra54i8pzge9l.jpg'),
(850, 237, 'image-3', 'yp3z0r5jqmvrs6nqrt68y7w96.jpg'),
(851, 237, 'image-4', '1du3n6jrb6shix907uav9rfwg.jpg'),
(852, 237, 'image-5', '9d3ykc5tqzyfzol8ez6y0956p.jpg'),
(853, 237, 'image-6', '79bngk6jqpaqz4acweyyxtdzr.jpg'),
(854, 237, 'image-7', '7uq9alf2n4i6kijolbebr1asp.jpg'),
(855, 237, 'image-8', '4uumxfc06r6njdmb6ysmrv8aw.jpg'),
(856, 237, 'image-9', '3c2g929my3w04pnufzd38vk0l.jpg'),
(857, 237, 'image-10', 'a797a2pjjgicr49w1dkwe23k3.jpg'),
(858, 237, 'image-11', 't9uoxejmq9tbs93ywy5ok5rct.jpg'),
(859, 237, 'image-12', 'wnl666utap60eilfqhctnfwuo.jpg'),
(860, 237, 'image-13', 'a4mhhymls62v9tvuhf04xh1kh.jpg'),
(861, 237, 'image-14', 'ihizjg27vf74ksvoqrn6m2h72.jpg'),
(862, 237, 'image-15', 'odmdobuoz5i4ygqkhed3lk8tq.jpg'),
(863, 237, 'image-16', 'fdmen0x1od5dl4w1d5ov00xot.jpg'),
(864, 237, 'image-17', 'n9bqaeb34wt8rpga6uy04yp42.jpg'),
(865, 237, 'image-18', 'bg1se3z8iigt10x9tkpft53sk.jpg'),
(866, 237, 'image-19', 'x5ekxo6mdham97ao7doefrdlt.jpg'),
(867, 237, 'image-20', 'qxm2fjrmm7t6cprsbn7xcb4rg.jpg'),
(868, 237, 'image-21', '8zm7o91hmaeu0w14aitk3guon.jpg'),
(869, 237, 'image-22', 'tibpzvoc3w0x6hz4pbqhv3kiw.jpg'),
(870, 237, 'image-23', 'le82e05i1j2yez76ffp5blw04.jpg'),
(871, 237, 'image-24', 'pcbtgovv09a4m5qk00gk1mcji.jpg'),
(872, 237, 'image-25', 'dc3jvxwfq7cjdos3ur4tai6fb.jpg'),
(873, 237, 'image-26', 'alqsty90m74twf3qx7rdnm8c4.jpg'),
(874, 237, 'image-27', 'dbx0j7e6p0610k3lxo6yeyzc2.jpg'),
(875, 237, 'image-28', 'wmo4gf0glxnzqtx1gy1esus3b.jpg'),
(876, 237, 'image-29', 'b2ib6fp4z8nehnnwhajtzgpcf.jpg'),
(877, 237, 'image-30', 'ecg2h3wiq64abmh0kj6yhnajl.jpg'),
(878, 237, 'image-31', 'npsm12jhfmte8wtyl7oni5znp.jpg'),
(879, 237, 'image-32', 'fuz2nwj6xpnvq2kxuytag2hkr.jpg'),
(880, 237, 'image-33', 'fi14guoz60052j3zk6s5f9soy.jpg'),
(881, 237, 'image-34', '94ztmq62btpn27fyk9cq6kc2u.jpg'),
(882, 237, 'image-35', 'xa9hgg5mtikrk6pxj40u2g96w.jpg'),
(883, 237, 'image-36', 'td4ktxxcfli01a9jdbt79y4fi.jpg'),
(884, 237, 'image-37', 'r4xxku9ow7t9xtv4zoa9mbinc.jpg'),
(885, 237, 'image-38', 'hhmba37iegb8cbqx1fw9s3mcl.jpg'),
(886, 241, '_edit_lock', '1636093162:1'),
(887, 241, 'Annee', '2016'),
(888, 241, '_edit_last', '1'),
(889, 241, 'Annee', '2016'),
(890, 241, 'Mois', 'juin'),
(891, 243, '_wp_attached_file', '2021/11/MODD-Backstage-31.jpg'),
(892, 243, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:341;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2021/11/MODD-Backstage-31.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"MODD-Backstage-31-160x300.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MODD-Backstage-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:29:\"MODD-Backstage-31-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Anna Shahnazaryan\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1467817591\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(895, 241, '_thumbnail_id', '243'),
(896, 241, 'Jour', '10'),
(899, 241, '_yoast_wpseo_primary_category', '5'),
(900, 241, '_yoast_wpseo_content_score', '90'),
(901, 241, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(902, 241, 'image-1', '5bd00p5tsht34tf7g87byow40.jpg'),
(903, 241, 'image-2', 'n81l2fcas3x07xg0bpjnyl93m.jpg'),
(904, 241, 'image-3', 'idhijzpg56fnmkyzd5j9s81kq.jpg'),
(905, 241, 'image-4', 'nudnzyted7crelqkdship4hjx.jpg'),
(906, 241, 'image-5', 'i6fd4avfxb42wpyi3qjkoowuq.jpg'),
(907, 241, 'image-6', '95kkbn7pkz8yjjtz048j7pgh1.jpg'),
(908, 241, 'image-7', '914ek4h5i55i85u4t7ca0tpzz.jpg'),
(909, 241, 'image-8', 'wcc3c048uhqoq31pmniks96bx.jpg'),
(910, 241, 'image-9', 'k9jn1myrljekyrhqbuli6uc37.jpg'),
(911, 241, 'image-10', 'ljaztqqs5vaf58jsvw2xtfmm5.jpg'),
(912, 241, 'image-11', 'u4g3qeqcfc6zds7fga8e7kmmp.jpg'),
(913, 241, 'image-12', 'm26rhq14dmb1dv9kbtp97ano5.jpg'),
(914, 241, 'image-13', 'g71knlj0004hrznynx7n6cie1.jpg'),
(915, 241, 'image-14', 'ntsax8yp0p0h9wmwnrqp4pnbg.jpg'),
(916, 241, 'image-15', 'teqbik4fu57h9julljpfiqizr.jpg'),
(917, 241, 'image-16', 'lrxgolmsszghxe7v6n7t66qv2.jpg'),
(918, 241, 'image-17', '7pryzafyv4gcq5umox0y16xvl.jpg'),
(919, 241, 'image-18', 'eexs1g2mfopegpksucqzfuoge.jpg'),
(920, 241, 'image-19', 'c1c4rlai5p2hfwiz1uhp3i5u3.jpg'),
(921, 241, 'image-20', 'qtbuapkpmbe2e6dhq8exp7fd5.jpg'),
(922, 241, 'image-21', 'e2uyxrbyywbz0k3o10fe6sj6c.jpg'),
(923, 241, 'image-22', '8dy6k9uc6k5dh7szid788yb57.jpg'),
(924, 241, 'image-23', '52i8hkoe0ypoko5z1mghw6bo9.jpg'),
(925, 241, 'image-24', 'zaadsg5r9ljua8e7gbwpycjrs.jpg'),
(926, 241, 'image-25', 'po8rp9nr6re77u8atfjfe91tu.jpg'),
(927, 241, 'image-26', 'tgt30u029t1xrpgc6yz5lbhg9.jpg'),
(928, 241, 'image-27', '5roy6dyh4xr5n52pw87r1owgp.jpg'),
(929, 241, 'image-28', 'v4xheymmqkvs0phxyxpwwj63m.jpg'),
(930, 241, 'image-29', '2u91gy449gg837ppptc9udgeg.jpg'),
(931, 241, 'image-30', 'b1kyibalegv6i2u26vml2xijd.jpg'),
(932, 241, 'image-31', 'w3wg7d8yezoikrct804qai37b.jpg'),
(933, 241, 'image-32', '9364rc7brc1r1fuykw59q0eqb.jpg'),
(934, 241, 'image-33', 'x8kano7nnldpr16uxhekcpyvc.jpg'),
(935, 241, 'image-34', '6zbbmy9mpz08tsskojoi04lxj.jpg'),
(936, 241, 'image-35', 'qffa8t5m63z862ealcg6l4q6s.jpg'),
(937, 241, 'image-36', 'zcc9wxxzek5dlsy5n5wljhe2p.jpg'),
(938, 241, 'image-37', 'r0tydap3xsnpnsw454tegj5rh.jpg'),
(939, 241, 'image-38', 'sjsb3g4za4jf7sktx5shafh13.jpg'),
(940, 241, 'image-39', 'uxd231i2g99t1oj91ezi4fvv8.jpg'),
(941, 241, 'image-40', 'hszlx4hkn05k2rf8u9psokb5w.jpg'),
(942, 241, 'image-41', '5zyytgd5d47amxsx10mcxltmj.jpg'),
(943, 241, 'image-42', 'yhtm2ruypn9z23l7y7zg0f7gz.jpg'),
(944, 241, 'image-43', 'kyva77mhtm6gzgnoyy5whq53i.jpg'),
(945, 241, 'image-44', 'oe0tj4a1szt9n47izq23nnf9d.jpg'),
(946, 241, 'image-45', '139im9zuodptbtqz4ymj1xzx3.jpg'),
(947, 241, 'image-46', 'dgu1aadpexjh2woyn2qqf3vpc.jpg'),
(948, 241, 'image-47', 'dl7wx86bdp4o2a9dsyp5twk1w.jpg'),
(949, 241, 'image-48', 'c546frdprz5m3vsw2m1gb5286.jpg'),
(950, 241, 'image-49', 'stet6uc7dr26btyxptlk7fylb.jpg'),
(951, 241, 'image-50', '660jj4ekqmrxila7bgrcvn5n9.jpg'),
(952, 241, 'image-51', 'jt80nfgxuu6qphr10pa1hc457.jpg'),
(953, 241, 'image-52', 'cedhch0xkihu5ih16vlntr6hx.jpg'),
(954, 241, 'image-53', '0jqii2ovcmdcwx2vq7sx5pcoe.jpg'),
(955, 241, 'image-54', 'm2k29a5j3201frfleskvq88vf.jpg'),
(956, 241, 'image-55', 'dcrcna8gh83upqdfqt1sttsn3.jpg'),
(957, 241, 'image-56', '1x1fvhmy60ibuzdlh0gha0s4c.jpg'),
(958, 241, 'image-57', '54ylmsqohjorhmpq5tt7zsj84.jpg'),
(959, 241, 'image-58', 'ge93g952w3pk71mw95q7x96az.jpg'),
(960, 241, 'image-59', '9ja5g0wcjafxpuofg5wxg8mx3.jpg'),
(961, 241, 'image-60', 'h0krhzadi2968emkgtk8taupn.jpg'),
(962, 241, 'image-61', 'rki2r6im1843cvb6mosdiq9k6.jpg'),
(963, 241, 'image-62', 'vbtosh2w038nsuzmwyjn3jfo0.jpg'),
(964, 241, 'image-63', 'ryg9pn93smxzqmf3xheqvumqz.jpg'),
(965, 241, 'image-64', 'seqlhcn3b55gp1wxzokfh6lme.jpg'),
(966, 241, 'image-65', 'p7lz2zmsrx329whgp6gu6q7ea.jpg'),
(967, 241, 'image-66', '3lmgsepcnp7460sv46p4ee1s7.jpg'),
(968, 241, 'image-67', 'etkeyo3hu7otnmdmb3ebeydpc.jpg'),
(969, 241, 'image-68', 'xlrh8r2t4o0dnbj7ul79ybafl.jpg'),
(970, 241, 'image-69', '7780pgvlzlpqm18slnifjxdwh.jpg'),
(971, 241, 'image-70', 'pew9nmn321bri4x209t2wwcbo.jpg'),
(972, 241, 'image-71', '9y9xu4lcnfnti7mn5rwt1ienz.jpg'),
(973, 241, 'image-72', '8ekwrnj473qk9fm7s4td7u60q.jpg'),
(974, 241, 'image-73', 'jecqc1bokwoyjqp60mq1i7x2e.jpg'),
(975, 241, 'image-74', '2upjpqm6sr6r6sx1f2w223vlm.jpg'),
(976, 241, 'image-75', 'pxzjpivnw2hm1r18868223tqn.jpg'),
(977, 241, 'image-76', 'anth8pj6cu698chj899ev7dx5.jpg'),
(978, 241, 'image-77', 'z9hsvx1t5ml3yvqy77fqk3hm7.jpg'),
(979, 241, 'image-78', '7rfr12be7uxmskz54loj8rcle.jpg'),
(980, 241, 'image-79', '7jiqiqebjrfpnv3ixs4yysyo3.jpg'),
(981, 241, 'image-80', 'rfuh37m6mmyvepblxpqxu2d4s.jpg'),
(982, 241, 'image-81', 'bsmn8dngh59wiodj63rf95msn.jpg'),
(983, 241, 'image-82', '7kjv7qvojnp3zoyiwl6zgt17p.jpg'),
(984, 241, 'image-83', 's1pw9q2xdesvuzy3g44bmzzci.jpg'),
(985, 241, 'image-84', 'ko87goks49ua3w0o98z606idz.jpg'),
(986, 241, 'image-85', '3pldfbdhdwajfmx4zlff59ozh.jpg'),
(987, 241, 'image-86', 'sylkzm1zkklktex87ffvbn6ka.jpg'),
(988, 241, 'image-87', 'u6hsbawh5u9rkyrgp0nnhmvc4.jpg'),
(989, 241, 'image-88', '5k4wsyvqoh9063l2j6j4x7all.jpg'),
(990, 241, 'image-89', '3dxbq0dxlcem9zbt7qyf61f5y.jpg'),
(991, 241, 'image-90', 'ty79ccyp5975s1kv968mh8v0k.jpg'),
(992, 241, 'image-91', '4l00646ecgm1x1whicdw84cmf.jpg'),
(993, 241, 'image-92', '6vqkl74jyrpwio0gtcas1d5ml.jpg'),
(994, 241, 'image-93', 'npubm78ko115xhmei1j01k5l2.jpg'),
(995, 245, '_edit_lock', '1636093753:1'),
(996, 245, 'Annee', '2016'),
(997, 245, '_edit_last', '1'),
(998, 245, 'Annee', '2016'),
(999, 245, 'Mois', 'mai'),
(1000, 247, '_wp_attached_file', '2021/11/IMG_2115.jpg'),
(1001, 247, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2021/11/IMG_2115.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2115-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2115-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:20:\"IMG_2115-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463397790\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"6400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1004, 245, '_thumbnail_id', '247'),
(1005, 245, 'Jour', '16'),
(1008, 245, '_yoast_wpseo_primary_category', '5'),
(1009, 245, '_yoast_wpseo_content_score', '90'),
(1010, 245, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1011, 245, 'image-1', 'gp6o7ewrwpf2i5c167vwoc4ul.jpg'),
(1012, 245, 'image-2', '0wabic0ljvbnyu889yyusyola.jpg'),
(1013, 245, 'image-3', 'twz7r9amw72802sndbm67b4v6.jpg'),
(1014, 245, 'image-4', 'hl84g0ohv307ege4liux6cx52.jpg'),
(1015, 245, 'image-5', '7w088bf5jx2vkg071rnxcibt4.jpg'),
(1016, 245, 'image-6', 'k1dndh0w3ygx4jukvbq6q14zx.jpg'),
(1017, 245, 'image-7', 'w3t98lb8e817vh6x21v4b5wa2.jpg'),
(1018, 245, 'image-8', 'q4rt74fo4wd0gahttwrkuw9rq.jpg'),
(1019, 245, 'image-9', 'lu5c0emzv3k6ajlh9r66wke3t.jpg'),
(1020, 245, 'image-10', 'if3hq1iwn9roetznwfemrnajc.jpg'),
(1021, 245, 'image-11', 'jee6q4dc54fdbyoxyc1fvn5gj.jpg'),
(1022, 245, 'image-12', '32asxccv0pfb9vhk2g4cebp2e.jpg'),
(1023, 245, 'image-13', 'pl78sv40aez3pcjdv3dzly0x7.jpg'),
(1024, 245, 'image-14', 'byr5c0g634qemoua5rqio5gws.jpg'),
(1025, 245, 'image-15', 'n35gk89arpkw099fapsnwjj02.jpg'),
(1026, 245, 'image-16', 'ceimwpwrrkvkjms1aa14scn7b.jpg'),
(1027, 245, 'image-17', '2x4o823ep68arn5e16kpk78ql.jpg'),
(1028, 245, 'image-18', 'n5hwd4h769x9qv1lgnrc3y3c5.jpg'),
(1029, 245, 'image-19', '5nd0xm5o3lkrz3n1zt3n6wawq.jpg'),
(1030, 245, 'image-20', '7u35ztkn0d7q70b4k8xz1rwr1.jpg'),
(1031, 245, 'image-21', '71gk9ct8qtg04fvkmspwi611q.jpg'),
(1032, 245, 'image-22', 'cxp2nr2chl7qvgo3tapmc7yap.jpg'),
(1033, 245, 'image-23', '35nnjdpnhabug3kde9ksv45f6.jpg'),
(1034, 245, 'image-24', '1myncgic7g8ktvfxqt931jlty.jpg'),
(1035, 245, 'image-25', 'hhttefpaokrdd61fj9z33waky.jpg'),
(1036, 245, 'image-26', 'cwmkvacp32ea2an5gx3394nk9.jpg'),
(1037, 245, 'image-27', '2ptkqn2oxkdilgo33alml963w.jpg'),
(1038, 245, 'image-28', 'bxrsya6azczcs1y5fvutbs67e.jpg'),
(1039, 245, 'image-29', '81m8ew84sqsd3ryxflvse2kli.jpg'),
(1040, 245, 'image-30', 'obz3kv2nti4pydc5qlqfzae7u.jpg'),
(1041, 245, 'image-31', '9rgdaftolbwioh0thzgvlghns.jpg'),
(1042, 245, 'image-32', 'qh889571rlv86o902wjjseqgv.jpg'),
(1043, 245, 'image-33', '2x89dlpfgblsq3dtuy7u8kt08.jpg'),
(1044, 245, 'image-34', 'wcvs6yrn0ou6kxusfe0950or4.jpg'),
(1045, 245, 'image-35', 'wgqkd3uhzrrfrljz46hb5iigf.jpg'),
(1046, 245, 'image-36', 'v05arvwbj440vovmvcd7gjug1.jpg'),
(1047, 245, 'image-37', 'fgxbzhwo0h0izlg0fik9fpsev.jpg'),
(1048, 245, 'image-38', 'yfrdnlt8tg1qv9at84oop2yy1.jpg'),
(1049, 245, 'image-39', 'f0md347jt656aitlgbsm83yy9.jpg'),
(1050, 249, '_edit_lock', '1636093822:1'),
(1051, 249, 'Annee', '2016'),
(1052, 249, '_edit_last', '1'),
(1053, 249, 'Annee', '2016'),
(1054, 249, 'Mois', 'mars'),
(1057, 249, 'Jour', '23'),
(1060, 249, '_yoast_wpseo_primary_category', '5'),
(1061, 249, '_yoast_wpseo_content_score', '90'),
(1062, 249, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1063, 252, '_edit_lock', '1636094726:1'),
(1064, 252, 'Annee', '2016'),
(1065, 252, '_edit_last', '1'),
(1066, 252, 'Annee', '2016'),
(1067, 252, 'Mois', 'mars'),
(1068, 254, '_wp_attached_file', '2021/11/b-7.jpg'),
(1069, 254, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:15:\"2021/11/b-7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"b-7-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"b-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:15:\"b-7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1458321662\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1072, 252, '_thumbnail_id', '254'),
(1073, 252, 'Jour', '18'),
(1076, 252, '_yoast_wpseo_primary_category', '5'),
(1077, 252, '_yoast_wpseo_content_score', '90'),
(1078, 252, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1079, 252, 'image-1', 'k7u2sukvemdol9ov5ikqo6aof.jpg'),
(1080, 252, 'image-2', 'bifpzqn0zpr8ax8ea3ahl3wyc.jpg'),
(1081, 252, 'image-3', 'tvrlw4mp57s3kf3g59ilymwyp.jpg'),
(1082, 252, 'image-4', 'pf0czl82ldvq1d54lhalhrnwz.jpg'),
(1083, 252, 'image-5', '57z7d0swzwmkoppddxssjvar8.jpg'),
(1084, 252, 'image-6', 'no9zs2boug9c5ew7zzwjzlpq0.jpg'),
(1085, 252, 'image-7', 'l883pqo1ffvionmjqviidpkt4.jpg'),
(1086, 252, 'image-8', 'h64gyg2apzygg0icwpcrmm471.jpg'),
(1087, 252, 'image-9', '2bw0dgvo9igno7x6bmub25opg.jpg'),
(1088, 252, 'image-10', '56eae5l80dpnu8rp3bn5v766c.jpg'),
(1089, 252, 'image-11', 'gh5hy0nkqw0rr8lfi6zb9blwj.jpg'),
(1090, 252, 'image-12', 'ym5ydjora2urvvdokjwd3czzq.jpg'),
(1091, 252, 'image-13', 'yxybrimih84nodi8w7mey75xz.jpg'),
(1092, 252, 'image-14', 'irmm5h03bp4m0vitur4zbl6ke.jpg'),
(1093, 252, 'image-15', 'll2hecw97bn09bsmuso2rzb7n.jpg'),
(1094, 252, 'image-16', 'wstc4e0fchzdcqaho6ajj0uj3.jpg'),
(1095, 252, 'image-17', 'p9w0hsfmvj9zorw79bxfjunlt.jpg'),
(1096, 252, 'image-18', 'y5pa0f7usqprd4ypdb6macka9.jpg'),
(1097, 252, 'image-19', 'cwy0r94z0wegeerzhn5w1i8ue.jpg'),
(1098, 252, 'image-20', 'wtpo5f4tckmnt8b4xo5xhvat2.jpg'),
(1099, 252, 'image-21', 'qeipsqlpgz5dc0anfl3mqah6f.jpg'),
(1100, 252, 'image-22', 'c0n5rhsbuqegr6tvh8xq63uqj.jpg'),
(1101, 252, 'image-23', '1wio0o18ls9ygz1flufq29pal.jpg'),
(1102, 252, 'image-24', '59dc7kmckn8naffwx41fg82rx.jpg'),
(1103, 252, 'image-25', 'hiurlnxxz1rtb5sycaphddyb3.jpg'),
(1104, 252, 'image-26', 'iev94n42uix7nrgm9ep2glx5g.jpg'),
(1105, 252, 'image-27', '8voo56u4fow7aq5ex0kqwyznq.jpg'),
(1106, 252, 'image-28', 'sxyuib4yolg2yftiilcrlkt00.jpg'),
(1107, 252, 'image-29', '6qqa5dzxfevv5s91sabi33e7t.jpg'),
(1108, 252, 'image-30', 'wty48xit447bgbbe7dduhzttf.jpg'),
(1109, 252, 'image-31', 'non4f1euudm45dyb4b0ypw12z.jpg'),
(1110, 252, 'image-32', 's97tf10najvalxxzu0paesr4q.jpg'),
(1111, 252, 'image-33', '2yyql3f6nfsspuh0zl14o9oyi.jpg'),
(1112, 252, 'image-34', 'tprspxkixwt8bzdhch5sn959k.jpg'),
(1113, 252, 'image-35', 'eck5fgea551xaqg086gsa22q0.jpg'),
(1114, 252, 'image-36', '5ant9160f4bjiynoy86nw6ebm.jpg'),
(1115, 252, 'image-37', 'jm2uqk6txoc6b5atrxrnf0qqc.jpg'),
(1116, 252, 'image-38', 'omvn7ewgb0geiug82btnwllwh.jpg'),
(1117, 252, 'image-39', 'v3h4xmi4vmpfk8khv0kyhno6u.jpg'),
(1118, 252, 'image-40', '2r5eeihtm2q3s4axhxoqggfff.jpg'),
(1119, 252, 'image-41', '7w55r58mo4j0ytptl15qlu0xg.jpg'),
(1120, 252, 'image-42', 'u7u3fhcgerd5egcde5zwj041l.jpg'),
(1121, 252, 'image-43', 'l4j8x44akb70mmtvpd1yp9gg1.jpg'),
(1122, 252, 'image-44', 'nfi9g7fiwwhoy82rrf78qetin.jpg'),
(1123, 252, 'image-45', 'ar80nktods5mokfznc3hgvvqm.jpg'),
(1124, 252, 'image-46', 'rbnotp03muxyyz6sxmnqmlhqp.jpg'),
(1125, 252, 'image-47', 'defi8c45a5riri6gbgtp472s9.jpg'),
(1126, 252, 'image-48', '378sum2ms5dg5o6a2bbd3g6as.jpg'),
(1127, 252, 'image-49', 'lg324rw18yhm51qf5nucmuffv.jpg'),
(1128, 252, 'image-50', '8opqdf356ik75l95s0sul3l6z.jpg'),
(1129, 252, 'image-51', 'uws6wywxkzcc4fkrsssu7bcwj.jpg'),
(1130, 252, 'image-52', 'knby4ml54uogtw43nfeetek1s.jpg'),
(1131, 252, 'image-53', 'mr648wl2110cbtfh6mczykal9.jpg'),
(1132, 252, 'image-54', 'tfzfrt8ertimebup8b78cvmew.jpg'),
(1133, 252, 'image-55', '7xgc558o7rhkq39dyq4lsk4tl.jpg'),
(1134, 252, 'image-56', 'gxmkzc5r2928u27fu1svsqkp2.jpg'),
(1135, 252, 'image-57', 't4sbbz0jpd0ar0997h7i0wqsz.jpg'),
(1136, 252, 'image-58', 's1lv5l1ye76mz38b3tb95vygk.jpg'),
(1137, 252, 'image-59', 'w0a2apqkv8iyj3n7odixd4zd0.jpg'),
(1138, 252, 'image-60', 'yrgj6hm958dz4gojm0cuiwyrj.jpg'),
(1139, 252, 'image-61', 'dnqmhpuzhcimldhnrav3n3xlq.jpg'),
(1140, 252, 'image-62', '9vtopskf0u2qz8r67ikfn74dp.jpg'),
(1141, 252, 'image-63', 'pi47e68o3ab3g1jllexp42fq9.jpg'),
(1142, 252, 'image-64', '2jnqqxc8y19c7y4qiglwcba2v.jpg'),
(1143, 252, 'image-65', '860g6lit3jmwmh4tzv53obqlu.jpg'),
(1144, 252, 'image-66', '30c9ut1ndxemit9aemhztagmm.jpg'),
(1145, 252, 'image-67', 'xdl98zxx955xqzb076ojtrkbq.jpg'),
(1146, 252, 'image-68', 'f5vblanlnrrg9gqfk7x7srjzy.jpg'),
(1147, 252, 'image-69', 'h6taa21g7ne4k841z2arwm7t0.jpg'),
(1148, 252, 'image-70', 'hle9wzbgx04lnzon0gi6jr2y8.jpg'),
(1149, 252, 'image-71', 'j85xrkorfjglwr6uzh4m0bke3.jpg'),
(1150, 252, 'image-72', 'sfpnf6saptjz4ylqee02s5g2z.jpg'),
(1151, 252, 'image-73', 'grviltpcjbasglvuq7v2ab5xn.jpg'),
(1152, 252, 'image-74', 'v2iwfpleg3ilbyom5hhp3mwcc.jpg'),
(1153, 252, 'image-75', '1e4mm1lpg789d3grjux6x5nqk.jpg'),
(1154, 252, 'image-76', 'w3z0irkr9eljgoiuf6grmiiv8.jpg'),
(1155, 252, 'image-77', 'e4u9zkb8geu8abzrciakzg7cr.jpg'),
(1156, 252, 'image-78', 'clvbxsqbbnr4fwkq0jvoa3nml.jpg'),
(1157, 252, 'image-79', '8yaerr7j09rq35ktctjk696kx.jpg'),
(1158, 252, 'image-80', 'brjlpkvypvoqworbaxbyhaxrb.jpg'),
(1159, 252, 'image-81', 'e0v0ht2i0usop59kzryx26a2k.jpg'),
(1160, 252, 'image-82', 'cr3er9olzp2zcq22ncun615bb.jpg'),
(1161, 252, 'image-83', 'mdws5zzm8fcm462lgo72t39ka.jpg'),
(1162, 252, 'image-84', 'yn1gahxcww71en9rlsnb2ii9j.jpg'),
(1163, 252, 'image-85', '6m2en53gc8f3ixpgysa37i26j.jpg'),
(1164, 256, '_edit_lock', '1636095281:1'),
(1165, 256, 'Annee', '2016'),
(1166, 256, '_edit_last', '1'),
(1167, 256, 'Annee', '2016'),
(1168, 256, 'Mois', 'janv'),
(1169, 258, '_wp_attached_file', '2021/11/1-1.jpg'),
(1170, 258, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:15:\"2021/11/1-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"1-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:15:\"1-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1454284680\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1173, 256, '_thumbnail_id', '258'),
(1174, 256, 'Jour', '31'),
(1177, 256, '_yoast_wpseo_primary_category', '5'),
(1178, 256, '_yoast_wpseo_content_score', '90'),
(1179, 256, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1180, 256, 'image-1', 'a7iqrog8nesztwzlvzfl7dej0.jpg'),
(1181, 256, 'image-2', 'hwq4y2dcxfrcgprx0racxex2q.jpg'),
(1182, 256, 'image-3', 'jncbbs7k0euj7x1n7q6q4n1s7.jpg'),
(1183, 256, 'image-4', '17smix4ldw8z43bqcp5vff9lo.jpg'),
(1184, 256, 'image-5', '6sleryrkf2htnggyy7s93qha8.jpg'),
(1185, 256, 'image-6', 'zp9tyg1xracdjjzx2ukw2thod.jpg'),
(1186, 256, 'image-7', 'x9gurybtkjoxbgwkrox21236q.jpg'),
(1187, 256, 'image-8', '2i71yz4ied8wbm30f1tfxdiss.jpg'),
(1188, 256, 'image-9', '8ur9j3g6m4qtln2eh9vtqq5sn.jpg'),
(1189, 256, 'image-10', 'n6qndi75qizfw1w1012ui5gxx.jpg'),
(1190, 256, 'image-11', 'xqrjcwj2tu9cfm087d7vdp5sj.jpg'),
(1191, 256, 'image-12', 'lp2hamjj3t2sq0pciyfdv0jcf.jpg'),
(1192, 256, 'image-13', 'thu9eynzf5drqgtawqgrufsnf.jpg'),
(1193, 256, 'image-14', 'inbkrfsm8nyhvs89r5vf66eys.jpg'),
(1194, 256, 'image-15', 'gg9qbtdd3qo065ba1rw048r2h.jpg'),
(1195, 256, 'image-16', 'y4yryrbn2lzs7f7hf4wqsxuz0.jpg'),
(1196, 256, 'image-17', '5w5krzi4biayeb1c545bh5rus.jpg'),
(1197, 256, 'image-18', 'p1y7y33gp08md869a28jkhgoh.jpg'),
(1198, 256, 'image-19', '9os9rzq2ncy7avcsm55ywo7n8.jpg'),
(1199, 260, '_edit_lock', '1636095910:1'),
(1200, 260, 'Annee', '2015'),
(1201, 260, '_edit_last', '1'),
(1202, 260, 'Annee', '2015'),
(1203, 260, 'Mois', 'dec'),
(1204, 262, '_wp_attached_file', '2021/11/ACBA_New-Year-2.jpg'),
(1205, 262, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:27:\"2021/11/ACBA_New-Year-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ACBA_New-Year-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ACBA_New-Year-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:27:\"ACBA_New-Year-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1451505657\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"82\";s:3:\"iso\";s:4:\"8000\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1208, 260, '_thumbnail_id', '262'),
(1209, 260, 'Jour', '30'),
(1212, 260, '_yoast_wpseo_primary_category', '5'),
(1213, 260, '_yoast_wpseo_content_score', '90'),
(1214, 260, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1215, 260, 'image-1', 'rxqa1q5vyxwca29szqn6tkfjv.jpg'),
(1216, 260, 'image-2', 'r5e3ua5e9j7qym6acahzddilz.jpg'),
(1217, 260, 'image-3', 'pddhy9q86aiedel5ffpm6qn7l.jpg'),
(1218, 260, 'image-4', 'or7b01n5959pcr6odar0iv8k1.jpg'),
(1219, 260, 'image-5', '2fq1t8h0n03qebmmxvry5he0m.jpg'),
(1220, 260, 'image-6', 't8n1lji03avceba0dxov2c8nc.jpg'),
(1221, 260, 'image-7', 'ygvtx756yb3sr0nv9d0l53o4k.jpg'),
(1222, 260, 'image-8', 'a10nf2gts1o3kjmwahrus4ug9.jpg'),
(1223, 260, 'image-9', '6o0n6k6ex3ztco4zvv01bomi7.jpg'),
(1224, 260, 'image-10', 'r2y0avacqmqhmjajtgbeffuiv.jpg'),
(1225, 260, 'image-11', '0dwefx8tuhi2w0ykiwk3z1vfg.jpg'),
(1226, 260, 'image-12', 'y1210ebmfgjadrlbpusv6zvrj.jpg'),
(1227, 260, 'image-13', 'xs4q2wm5yt3rcybmp1gpxyrdv.jpg'),
(1228, 260, 'image-14', 'isq62ik59jsrmhac98wgj3fp6.jpg'),
(1229, 260, 'image-15', '5xuak90sx7ijk1gd8ndc0mm9u.jpg'),
(1230, 260, 'image-16', 'pfj95nvs3z36cnwg03oxo5bh8.jpg'),
(1231, 260, 'image-17', 'joaesowf4p9wtop3fetw31c2b.jpg'),
(1232, 260, 'image-18', '236iosenyvp3f68n82je1lnvz.jpg'),
(1233, 260, 'image-19', 'rzegi61kzpdt3r20n9i9l35ml.jpg'),
(1234, 260, 'image-20', 'o61ntsvg505k77vjqrl5oezlz.jpg'),
(1235, 260, 'image-21', '7tzg8coril8gzy7nk2up0mgxf.jpg'),
(1236, 260, 'image-22', 'oob9hinxjcgwk4e93k8owhb80.jpg'),
(1237, 260, 'image-23', 'z3pj1gk1e3l3hnk7nhkn2h2ln.jpg'),
(1238, 260, 'image-24', '9cuodc1ljwrlrbnjd0chj651t.jpg'),
(1239, 260, 'image-25', 't1vqa0n3r44wbpwiaz2zenjmt.jpg'),
(1240, 260, 'image-26', '5t8wd2iwqlhe2f6z4umpuwme1.jpg'),
(1241, 260, 'image-27', '94i55aw9xpvc8ht02qq3ax5y7.jpg'),
(1242, 260, 'image-28', '7f4amqd3joi00428i91lxr9kf.jpg'),
(1243, 260, 'image-29', '9ylhm7cgf5pi7a280qfwkjniw.jpg'),
(1244, 260, 'image-30', 'qv39qk4fktexs8b8yq3irwled.jpg'),
(1245, 260, 'image-31', 'pm98pnm5hbbogfcj5q4ppzqsj.jpg'),
(1246, 260, 'image-32', '4pi8u8ldehnkpifknwq75uve4.jpg'),
(1247, 260, 'image-33', '4bzqaui7b1vm424xc2x5exlji.jpg'),
(1248, 260, 'image-34', 'xgqxxdfxcu8telm0hvd0qdpm0.jpg'),
(1249, 260, 'image-35', '30iweu9hjqpogzax22f9cw7t7.jpg'),
(1250, 260, 'image-36', 'wtf9u6zj6txxg411fsabhnhky.jpg'),
(1251, 264, '_edit_lock', '1636096379:1'),
(1252, 265, '_wp_attached_file', '2021/11/image-1.png'),
(1253, 265, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1254, 264, 'Annee', '2015'),
(1255, 264, '_edit_last', '1'),
(1256, 264, 'Annee', '2015'),
(1257, 264, 'Mois', 'dec'),
(1258, 267, '_wp_attached_file', '2021/11/North-South-Road-Corridor-15.jpg'),
(1259, 267, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:360;s:6:\"height\";i:640;s:4:\"file\";s:40:\"2021/11/North-South-Road-Corridor-15.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"North-South-Road-Corridor-15-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"North-South-Road-Corridor-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:40:\"North-South-Road-Corridor-15-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1262, 264, '_thumbnail_id', '267'),
(1263, 264, 'Jour', '29'),
(1266, 264, '_yoast_wpseo_primary_category', '5'),
(1267, 264, '_yoast_wpseo_content_score', '90'),
(1268, 264, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1269, 264, 'image-1', 'awo83act505mws1n45of3vgwy.jpg'),
(1270, 264, 'image-2', 'fy3xsr5tcpfpiaaxl8d5hvz6z.jpg'),
(1271, 264, 'image-3', 'i8mzlu1a1v71tc6nc8hfm98lj.jpg'),
(1272, 264, 'image-4', 'l42n5eg6hszhvf54bjttqxres.jpg'),
(1273, 264, 'image-5', 'qqzgo8fh77k8tfsd0sqhkfj1j.jpg'),
(1274, 264, 'image-6', 'yjf6fvc3ewqlwf4bnj1yu2j2d.jpg'),
(1275, 264, 'image-7', 'pe9nz1curu4fpe7f11mrir85w.jpg'),
(1276, 264, 'image-8', 'mee8la3yn56nflodqujlu4tbi.jpg'),
(1277, 264, 'image-9', 'rt1p37e08z7nlda6ng699c6iu.jpg'),
(1278, 264, 'image-10', 'mpfvwk8sjv5w0td8sat8g8kgf.jpg'),
(1279, 264, 'image-11', 'uclo4p93zivi314knzyj7ikmo.jpg'),
(1280, 264, 'image-12', 'wxl97f6i5s80br2z7cawhxjo4.jpg'),
(1281, 264, 'image-13', 'y3mszkx0p0n764jtfo6al0d23.jpg'),
(1282, 264, 'image-14', 'krzae99bt6g29x1iuxwr41xyi.jpg'),
(1283, 264, 'image-15', 'sqn1bvqsak0vwikr1s13bmkx7.jpg'),
(1284, 264, 'image-16', '0tlnlexzel0k3d74xx3vzl37t.jpg'),
(1285, 264, 'image-17', '2744kghm4ycpl829lpp90wnmq.jpg'),
(1286, 264, 'image-18', 'qsaqici2teex0ybebgz76sa2z.jpg'),
(1287, 264, 'image-19', '0l0jp5dlbc4hpj2yehkq9mz81.jpg'),
(1288, 264, 'image-20', 'xeiqe6tjntl0qecb4drf9ef6e.jpg'),
(1289, 264, 'image-21', 'zl69e6cm54l7ijylinncpxv4z.jpg'),
(1290, 264, 'image-22', 'rb1sr7flv44iv7kmrc7i5wkh2.jpg'),
(1291, 264, 'image-23', 'ulylpverwuhqbtn8x0qbhng9b.jpg'),
(1292, 264, 'image-24', '9w1r2but7fwqmycugzaonwo21.jpg'),
(1293, 264, 'image-25', 'ny6i2bah15tf4yk5s5peum3dp.jpg'),
(1294, 264, 'image-26', '75i2jkh9c63wsonq5ixqzupi5.jpg'),
(1295, 264, 'image-27', 'a47hhea540eqbwexamdh9kogf.jpg'),
(1296, 269, '_edit_lock', '1636096901:1'),
(1297, 269, 'Annee', '2015'),
(1298, 269, '_edit_last', '1'),
(1299, 269, 'Annee', '2015'),
(1300, 269, 'Mois', 'dec'),
(1301, 271, '_wp_attached_file', '2021/11/5.jpg'),
(1302, 271, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:13:\"2021/11/5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:13:\"5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450781455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1305, 269, '_thumbnail_id', '271'),
(1306, 269, 'Jour', '12'),
(1309, 269, '_yoast_wpseo_primary_category', '5'),
(1310, 269, '_yoast_wpseo_content_score', '90'),
(1311, 269, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1312, 269, 'image-1', 'yx72410rlfkaukurdwfyruuor.jpg'),
(1313, 269, 'image-2', 'aea7gi5w8bk8ya9022mzexnbr.jpg'),
(1314, 269, 'image-3', 'yr9hcxu3e9wtdf3hjwt4vx96j.jpg'),
(1315, 269, 'image-4', 'nkpi1yf8di931bcgk3ttzkp6d.jpg'),
(1316, 269, 'image-5', 'ekdm6vbhnpuj6n6j53atc4ehe.jpg'),
(1317, 269, 'image-6', 'nrs1x2ecr1xi0th6l84bkahej.jpg'),
(1318, 269, 'image-7', 'yusq4jknfw375l4qm2fnv8oa8.jpg'),
(1319, 269, 'image-8', '8s6flkfbae8hia8grmlaaob12.jpg'),
(1320, 269, 'image-9', 'b9plqnrvorwbaaf6vqz0igklo.jpg'),
(1321, 269, 'image-10', 'xc1vsofyb11xzbmeh33epjaiz.jpg'),
(1322, 269, 'image-11', 'df38nnhcy5wzucoqmb7zfpnkx.jpg'),
(1323, 269, 'image-12', 't7tiom862737wwxnnmrx587dk.jpg'),
(1324, 269, 'image-13', '0kletenxqy718ofgh26a6q1bd.jpg'),
(1325, 269, 'image-14', '065waw5a8ul7jaikd2vkd27o8.jpg'),
(1326, 269, 'image-15', '2xbw6vjfcr8ry50qrwvzvg5jx.jpg'),
(1327, 269, 'image-16', 'df8gwhtqdp13d7nxgolonztf4.jpg'),
(1328, 269, 'image-17', '5b6tbh53j84f2e7xv4r8sgoxv.jpg'),
(1329, 269, 'image-18', 'xog4o5oiiyn6shrt0rt2c25lo.jpg'),
(1330, 269, 'image-19', 'kekzv8bncsuk6tw55xchbkak6.jpg'),
(1331, 269, 'image-20', 'uvm2s4xkiljpmxmb6zmo097oo.jpg'),
(1332, 269, 'image-21', 'ddgvnaf9h80ytytfe86l1xq9v.jpg'),
(1333, 269, 'image-22', 'u74gk8h8361pjng40l8wbrovq.jpg'),
(1334, 269, 'image-23', 'cdnzy1el3ma6cme2sfm8a8lvc.jpg'),
(1335, 269, 'image-24', '8kcidie2uxwsonplc39wcc7kv.jpg'),
(1336, 269, 'image-25', '416v65n4sdgrkvsgojwzbcihg.jpg'),
(1337, 269, 'image-26', 'zff3v4gl2d5ovocdysaqwmqf1.jpg'),
(1338, 269, 'image-27', '0ohr7w4q1dpzv484sgjudjda8.jpg'),
(1339, 269, 'image-28', 'o961fsjgv9hpjp69m4f9emhrw.jpg'),
(1340, 269, 'image-29', 'krujlss35cc3npwbb8jjemv0i.jpg'),
(1341, 269, 'image-30', '7e18lbgxav6bgcscabthkkkci.jpg'),
(1342, 269, 'image-31', '1lqpkoo6a8o1d329b3vkdass9.jpg'),
(1343, 269, 'image-32', '4p4571cja10iygo5h19ucrqw0.jpg'),
(1344, 269, 'image-33', 'k94ufaqu6admwvzmlvr8gsr7v.jpg'),
(1345, 269, 'image-34', '6esylofbkzrn3erg4ne8ie0z9.jpg'),
(1346, 269, 'image-35', '1yk7nubv5t8xnzml1h294n1y6.jpg'),
(1347, 269, 'image-36', 'b4dbqth8nqbjx1sxe6hjgz28s.jpg'),
(1348, 269, 'image-37', 'hijxtik1wlbuwsjzx5ugyxqct.jpg'),
(1349, 269, 'image-38', 'kstipbzuuoge8s2xfflbhijdc.jpg'),
(1350, 273, '_edit_lock', '1636097289:1'),
(1351, 273, 'Annee', '2015'),
(1352, 273, '_edit_last', '1'),
(1353, 273, 'Annee', '2015'),
(1354, 273, 'Mois', 'nov'),
(1355, 275, '_wp_attached_file', '2021/11/London-10.jpg'),
(1356, 275, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:21:\"2021/11/London-10.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"London-10-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"London-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:21:\"London-10-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:17:\"Ricardas Miliusis\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446416551\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1359, 273, '_thumbnail_id', '275'),
(1360, 273, 'Jour', '01'),
(1363, 273, '_yoast_wpseo_primary_category', '5'),
(1364, 273, '_yoast_wpseo_content_score', '60'),
(1365, 273, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1366, 273, 'image-1', 'bukj1hpb15hxhz8bqz2nnvki2.jpg'),
(1367, 273, 'image-2', 'rlq24w4crjlidpheeu7d7f1qk.jpg'),
(1368, 273, 'image-3', '9ruvey1blh6ewr3jbtpiim87r.jpg'),
(1369, 273, 'image-4', 'e6e9eqckyp7sq1wrk5julnqrt.jpg'),
(1370, 273, 'image-5', 'xk939aecizldbwdq516s9ihqx.jpg'),
(1371, 273, 'image-6', 'w6nn5jy1xxa7ilhuhspejf95m.jpg'),
(1372, 273, 'image-7', 'lhehv5gdn5dnbbil40wxcl1ku.jpg'),
(1373, 273, 'image-8', 'gwwfyk2hn4liwre4xip57l03q.jpg'),
(1374, 273, 'image-9', '1la4g7yuxokjg5m0xhra04awb.jpg'),
(1375, 273, 'image-10', 'ratp9gdic7suyuy8z1gyi3o6g.jpg'),
(1376, 273, 'image-11', 'h2zfw3625v7xjoz3vk8609xaj.jpg'),
(1377, 273, 'image-12', 'er3tis931ldhd8hvfuu8wga3k.jpg'),
(1378, 273, 'image-13', '72ewojyb2sswkn26n7ogluako.jpg'),
(1379, 273, 'image-14', 'fs5ok8iykyq23lc5ve9ob3hou.jpg'),
(1380, 273, 'image-15', 'vgsl2s0vm0qjlekxp1bx7qe5y.jpg'),
(1381, 277, '_edit_lock', '1636097781:1'),
(1382, 277, 'Annee', '2015'),
(1383, 277, '_edit_last', '1'),
(1384, 277, 'Annee', '2015'),
(1385, 277, 'Mois', 'oct'),
(1386, 279, '_wp_attached_file', '2021/11/Los-Angeles-Grand-Opening-6.jpg'),
(1387, 279, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:39:\"2021/11/Los-Angeles-Grand-Opening-6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Los-Angeles-Grand-Opening-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Los-Angeles-Grand-Opening-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:39:\"Los-Angeles-Grand-Opening-6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1445502955\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1390, 277, '_thumbnail_id', '279'),
(1391, 277, 'Jour', '27'),
(1394, 277, '_yoast_wpseo_primary_category', '5'),
(1395, 277, '_yoast_wpseo_content_score', '90'),
(1396, 277, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1397, 277, 'image-1', 'tmwmbxuphf9gpuxu2ws1qckrm.jpg'),
(1398, 277, 'image-2', 'ubokeju25gc3uvnxujxgrndxb.jpg'),
(1399, 277, 'image-3', 'g93ikr2essm2bi03umxsidnc7.jpg'),
(1400, 277, 'image-4', 'gf3rqe7v5g7vr3bon8zx7vm9h.jpg'),
(1401, 277, 'image-5', 'c9i6b45tpltwfnk3qkp1zx8hp.jpg'),
(1402, 277, 'image-6', 'ttnjq0f0s1uo8bnlss9lek3aw.jpg'),
(1403, 277, 'image-7', 'ublgwl5wvt6fvr56ia3x2z1rw.jpg'),
(1404, 277, 'image-8', '9ugx5qynmf2cb5iy0g5bhubdo.jpg'),
(1405, 277, 'image-9', '8de7d8ia5m4elnd55l8zdp3bm.jpg'),
(1406, 277, 'image-10', 'fe2xeiwf99fqdgi9zrqv544h7.jpg'),
(1407, 277, 'image-11', '06snpww1n4q0vbzj3q5xnp5ug.jpg'),
(1408, 277, 'image-12', 'wn13cck42tla68z4espkcs92z.jpg'),
(1409, 277, 'image-13', 'vp7vscb2mad6csybc00zpgxek.jpg'),
(1410, 277, 'image-14', 'xvx6vzuaaov0zs33q7jte2d8k.jpg'),
(1411, 277, 'image-15', 'ocvhtxbmx2p9tbq0yqb1zn6ru.jpg'),
(1412, 277, 'image-16', '8i338pcz46gigdyeni3ad0z4w.jpg'),
(1413, 277, 'image-17', 'esbyrqj4b9zbye6klmyxrah71.jpg'),
(1414, 277, 'image-18', 'i4sef2cw50mmd8zuroahnt090.jpg'),
(1415, 277, 'image-19', 'd0g1v4fx63f3zgidwk2or0jkx.jpg'),
(1416, 277, 'image-20', 'r172aq3ppvhhmhibfbe7wvtud.jpg'),
(1417, 277, 'image-21', '7rnpmqsiovxijs9m1ljhc5s53.jpg'),
(1418, 277, 'image-22', '158pk7ieemex1deq20ag70vhf.jpg'),
(1419, 277, 'image-23', 'fzjd45qg0swytc25p2re637co.jpg'),
(1420, 277, 'image-24', 'zvrmnm3hyzac9nmlqghm0wrid.jpg'),
(1421, 281, '_edit_lock', '1636098058:1'),
(1422, 281, 'Annee', '2015'),
(1423, 281, '_edit_last', '1'),
(1424, 281, 'Annee', '2015'),
(1425, 281, 'Mois', 'oct'),
(1426, 283, '_wp_attached_file', '2021/11/Cigaronne-6.jpg'),
(1427, 283, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:380;s:4:\"file\";s:23:\"2021/11/Cigaronne-6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Cigaronne-6-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Cigaronne-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:23:\"Cigaronne-6-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1430, 281, '_thumbnail_id', '283'),
(1431, 281, 'Jour', '25'),
(1434, 281, '_yoast_wpseo_primary_category', '5'),
(1435, 281, '_yoast_wpseo_content_score', '90'),
(1436, 281, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1437, 281, 'image-1', 'grsiuhehndwycfuicjyrj3hic.jpg'),
(1438, 281, 'image-2', '203f7fest5bqz9vcvjyuk8oxw.jpg'),
(1439, 281, 'image-3', 'lc15by15fc729uhbvcvs9lugs.jpg'),
(1440, 281, 'image-4', '24ns2ve5amp49f80d8gxsew0x.jpg'),
(1441, 281, 'image-5', 'er17krwff5bd6el28qs8vf4cy.jpg'),
(1442, 281, 'image-6', 'glgswgms7dq61srar26mbbyym.jpg'),
(1443, 281, 'image-7', 'by9u2ho647n97x5lw3kmofyn9.jpg'),
(1444, 281, 'image-8', 'tvm629vjo8vsotu87e3db21b4.jpg'),
(1445, 281, 'image-9', '6pcg6uxsg3ve4ilsux0tvgzky.jpg'),
(1446, 285, '_edit_lock', '1636098216:1'),
(1447, 285, 'Annee', '2015'),
(1448, 285, '_edit_last', '1'),
(1449, 285, 'Annee', '2015'),
(1450, 285, 'Mois', 'oct'),
(1451, 287, '_wp_attached_file', '2021/11/Yerevan-Jur-2.jpg'),
(1452, 287, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:25:\"2021/11/Yerevan-Jur-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Yerevan-Jur-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Yerevan-Jur-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:25:\"Yerevan-Jur-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1446804292\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1455, 285, '_thumbnail_id', '287'),
(1456, 285, 'Jour', '25'),
(1459, 285, '_yoast_wpseo_primary_category', '5'),
(1460, 285, '_yoast_wpseo_content_score', '90'),
(1461, 285, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1462, 285, 'image-1', 'gs1gojhdhuvbqip7gisjjaj4i.jpg'),
(1463, 285, 'image-2', 'r1q3camaj408cvny122d8cla0.jpg'),
(1464, 285, 'image-3', 'i35v3i7bqzo2ky8t8ygwd5ba9.jpg'),
(1465, 289, '_edit_lock', '1636099231:1'),
(1466, 289, 'Annee', '2015'),
(1467, 289, '_edit_last', '1'),
(1468, 289, 'Annee', '2015'),
(1469, 289, 'Mois', 'oct'),
(1470, 291, '_wp_attached_file', '2021/11/Zigzag-20-112.jpg'),
(1471, 291, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2021/11/Zigzag-20-112.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Zigzag-20-112-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Zigzag-20-112-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:25:\"Zigzag-20-112-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1474, 289, '_thumbnail_id', '291'),
(1475, 289, 'Jour', '01'),
(1478, 289, '_yoast_wpseo_primary_category', '5'),
(1479, 289, '_yoast_wpseo_content_score', '90'),
(1480, 289, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1481, 289, 'image-1', '5bzjd067zxznt13lwt3u5x8v6.jpg'),
(1482, 289, 'image-2', 'sqacar2nq0868ge25x0pmn673.jpg'),
(1483, 289, 'image-3', '8n1f7jqe5o411mp6lobw3jvut.jpg'),
(1484, 289, 'image-4', 'e7rzjmvjakcml4y3m03nugfj4.jpg'),
(1485, 289, 'image-5', 'eljkgytcwj1gtnlh91vykb1gl.jpg'),
(1486, 289, 'image-6', 'dcd3hj7m9zvtpx4t1vpiksgn3.jpg'),
(1487, 289, 'image-7', 'v1xj4spzskwgokzeryc9e104l.jpg'),
(1488, 289, 'image-8', '8086spynzqwaq3nrszdrlmnpo.jpg'),
(1489, 289, 'image-9', 'a6y8atu2t5uqsfttnjv4j7r7v.jpg'),
(1490, 289, 'image-10', 'ts90ult4q485w77jjt0d781bt.jpg'),
(1491, 289, 'image-11', 'wakrik7a7blywvo66gccu9r3h.jpg'),
(1492, 289, 'image-12', 'zna3praxzzeaufveqwjlndjtw.jpg'),
(1493, 289, 'image-13', 'clsia3n1rwvhd3nu5i9dzhb9i.jpg'),
(1494, 289, 'image-14', 'g7g84kqqttxhihyc7o4kbjy4k.jpg'),
(1495, 289, 'image-15', 'dd82bglsuw2uolonw1qu9rn1i.jpg'),
(1496, 289, 'image-16', 'n0tx7g2bshjciqxzj714f8zqq.jpg'),
(1497, 289, 'image-17', 'r3c16m4opugmm9o1j4b77b8vp.jpg'),
(1498, 289, 'image-18', '9db6d1ywczk7lb84qobsly6uq.jpg'),
(1499, 289, 'image-19', 'htpsf8bsskqjohc01zcvqer49.jpg'),
(1500, 289, 'image-20', 'qp3v8kyh19mglwevp371tm0mb.jpg'),
(1501, 289, 'image-21', 'qnw5en4migozoa9ji35w9bxgz.jpg'),
(1502, 289, 'image-22', 'gtlwnyjpfgboqvsfhjzpawc7d.jpg'),
(1503, 289, 'image-23', 'j4s0x9j2dvdfum6z02pavp1gm.jpg'),
(1504, 289, 'image-24', 'jp1sjn29zaes7b3nfeansmu34.jpg'),
(1505, 289, 'image-25', 'qdl52i6lvsytprv1zqrveoyfv.jpg'),
(1506, 289, 'image-26', 'byaqmh55c5s677mixnuajdf6y.jpg'),
(1507, 289, 'image-27', 'nshebhejtgdalo7ffj6ehypq8.jpg'),
(1508, 289, 'image-28', '1ctiifjy2wdfnvky0nwpgwofg.jpg'),
(1509, 289, 'image-29', '9at2dvn6cx1wx7trv7uobg54e.jpg'),
(1510, 289, 'image-30', 'a0o65tzoc3tqooy27d3ylwndm.jpg'),
(1511, 289, 'image-31', 'kju7vrx475hzjmtop1irysuvw.jpg'),
(1512, 289, 'image-32', 'f3f63s3jln0z7bri9qd5p0twr.jpg'),
(1513, 289, 'image-33', '31mptmku57lwzfd36xkeo01u4.jpg'),
(1514, 289, 'image-34', '6xu0sd1i9drrvztqk1gn3ir9s.jpg'),
(1515, 289, 'image-35', 'jizqhsy4b8l2mf88jj2x8v3g5.jpg'),
(1516, 289, 'image-36', '3v2iab698qqf313rduu74t29f.jpg'),
(1517, 289, 'image-37', 'caqztf8tq81ijdk1t8ps9qr7f.jpg'),
(1518, 289, 'image-38', 'fdscc8ftjb6d5py4c2b2dp5zw.jpg'),
(1519, 289, 'image-39', 'v5g7a9bj6py82mzu438ypljnd.jpg'),
(1520, 289, 'image-40', 'ot6hdis3n9tdlsow2v8evnvrh.jpg'),
(1521, 289, 'image-41', 's126y0qbbmmhleo6e09zn2psa.jpg'),
(1522, 289, 'image-42', 'sa1i7srmar9px7domytnczxlc.jpg'),
(1523, 289, 'image-43', 'yly97u2lwowxfz3unbao34pay.jpg'),
(1524, 289, 'image-44', 'u5otqf96yc8c93aklq2e809ks.jpg'),
(1525, 289, 'image-45', '7eopsovvacx1ourgibp3i3r1p.jpg'),
(1526, 289, 'image-46', '6pncavkwjygwzauo6whkpidn3.jpg'),
(1527, 289, 'image-47', 'vuasfv4c5q8d7pgygi9hd228n.jpg'),
(1528, 289, 'image-48', 'p1y00sz7h5d0oel4kn72fymu2.jpg'),
(1529, 289, 'image-49', '3hgldmj1e5uxazua2ada2v5nm.jpg'),
(1530, 289, 'image-50', 'quiftbzmqy149okt0eg0p9wdi.jpg'),
(1531, 289, 'image-51', '20yrdytmsq971d9ata22i6fvu.jpg'),
(1532, 289, 'image-52', 'e2mw7z5ehn3sm9tes8z5ia12s.jpg'),
(1533, 289, 'image-53', 'br4l3m0v2bphdmlu4ssv8t1of.jpg'),
(1534, 289, 'image-54', 'a9l106wptwyyinuddajfir3u1.jpg'),
(1535, 289, 'image-55', '237sdyfno3ei78yaj44bugkp9.jpg'),
(1536, 293, '_edit_lock', '1636099328:1'),
(1537, 293, 'Annee', '2015'),
(1538, 293, '_edit_last', '1'),
(1539, 293, 'Annee', '2015'),
(1540, 293, 'Mois', 'mai'),
(1543, 293, 'Jour', '31');
INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1546, 293, '_yoast_wpseo_primary_category', '5'),
(1547, 293, '_yoast_wpseo_content_score', '90'),
(1548, 293, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1551, 293, 'Jour', '31'),
(1554, 296, '_edit_lock', '1636099819:1'),
(1555, 296, 'Annee', '2015'),
(1556, 296, '_edit_last', '1'),
(1557, 296, 'Annee', '2015'),
(1558, 296, 'Mois', 'mai'),
(1559, 298, '_wp_attached_file', '2021/11/Memorial-Evening-16.jpg'),
(1560, 298, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:31:\"2021/11/Memorial-Evening-16.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Memorial-Evening-16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Memorial-Evening-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:31:\"Memorial-Evening-16-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1431720802\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"72\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1563, 296, '_thumbnail_id', '298'),
(1564, 296, 'Jour', '15'),
(1567, 296, '_yoast_wpseo_primary_category', '5'),
(1568, 296, '_yoast_wpseo_content_score', '60'),
(1569, 296, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1570, 296, 'image-1', 'ln1vcv96tbyg0mgb4k65mnmh9.jpg'),
(1571, 296, 'image-2', '8kp1mza92d7wxwy9meteqib84.jpg'),
(1572, 296, 'image-3', 'w82mrqh6qv7r0xkhy952gdyo7.jpg'),
(1573, 296, 'image-4', '3gbkil0n3tknn0dfzmn3a1czj.jpg'),
(1574, 296, 'image-5', 'oiebhw9i1867xzkf04we3zgnj.jpg'),
(1575, 296, 'image-6', 'ywwsh3t0pqj7wp0br8yqwzxls.jpg'),
(1576, 296, 'image-7', '8ym6jdisjny7y5jnkw5uad8ud.jpg'),
(1577, 296, 'image-8', 'at5bh1aeuq68dgqwuq7e5peir.jpg'),
(1578, 296, 'image-9', '9g0i5i8gqevx4y9o4t2r5xtzw.jpg'),
(1579, 296, 'image-10', 'i2r1kktabaycpmm7eutmd7n1q.jpg'),
(1580, 296, 'image-11', 'b1o6ka1y12ltxe6c5wi09x0o7.jpg'),
(1581, 296, 'image-12', '163h2rl4s9y0tkqxffc7mat61.jpg'),
(1582, 296, 'image-13', 'zqg2oyjpxkem33damq6jxsfl3.jpg'),
(1583, 296, 'image-14', 'np8vlurpliulym0gccn9q7b34.jpg'),
(1584, 296, 'image-15', 'c7r1fpzajtmgac8xl1j0ddy3f.jpg'),
(1585, 296, 'image-16', 'anbcllsbbid4pq91jsh48lgm6.jpg'),
(1586, 296, 'image-17', '0jomadx70izn9646yx1xz6l6v.jpg'),
(1587, 296, 'image-18', 'odr6l222c2atesc38flw77vq1.jpg'),
(1588, 296, 'image-19', '8g3c7xcn2q1ylbm4ir2zwidc3.jpg'),
(1589, 296, 'image-20', '96mb8an6qdg2dp9kmd4z0lc5n.jpg'),
(1590, 296, 'image-21', 'nhs5of63ruswugpq8pvi19q8a.jpg'),
(1591, 296, 'image-22', 'big7surqw09snhyz6tnv24fod.jpg'),
(1592, 296, 'image-23', 'k2l6wv6wf38f0bx48fla4h9z0.jpg'),
(1593, 296, 'image-24', 'qwwd4vq3bv3m8c3myde5okjsa.jpg'),
(1594, 296, 'image-25', 'dvnft1rw29n4vktr8bbrozpb2.jpg'),
(1595, 296, 'image-26', '5mxfdwsf4786jv74f26wnuyji.jpg'),
(1596, 296, 'image-27', '3i995y7qywco6o857sc0fcw6m.jpg'),
(1597, 296, 'image-28', 'ayhmxoww8ahv0f8j9dqjhii97.jpg'),
(1598, 296, 'image-29', 'wjcpetqpoe8h16rqu0qtui9vf.jpg'),
(1599, 296, 'image-30', 'ucmc0i61osm47pegvv2f61at5.jpg'),
(1600, 296, 'image-31', 'il3v9412uf5lype32t5sa8083.jpg'),
(1601, 296, 'image-32', 'pxem94khxdyerxh255392445j.jpg'),
(1602, 296, 'image-33', 'orcjqtbthj3ee3b3py5ymeocj.jpg'),
(1603, 296, 'image-34', 'm70t4607o0tab4k36nrtwgnkf.jpg'),
(1604, 296, 'image-35', 'n9xqz8twx5z97gpgrztr25sme.jpg'),
(1605, 296, 'image-36', '45j463devnptiytrh4efe2e0z.jpg'),
(1606, 296, 'image-37', 'nrhhn32692i0yxeqj6j2jq2t2.jpg'),
(1607, 300, '_edit_lock', '1636100285:1'),
(1608, 301, '_wp_attached_file', '2021/11/image-2.png'),
(1609, 301, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1610, 300, 'Annee', '2015'),
(1611, 300, '_edit_last', '1'),
(1612, 300, 'Annee', '2015'),
(1613, 300, 'Mois', 'mars'),
(1614, 303, '_wp_attached_file', '2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg'),
(1615, 303, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:53:\"2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Public-Event-in-Masis-Armenian-Genocide-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Public-Event-in-Masis-Armenian-Genocide-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:53:\"Public-Event-in-Masis-Armenian-Genocide-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:36:\"????????????????????????????????????\";s:17:\"created_timestamp\";s:10:\"1428661372\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"230\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(1618, 300, '_thumbnail_id', '303'),
(1619, 300, 'Jour', '30'),
(1622, 300, '_yoast_wpseo_primary_category', '5'),
(1623, 300, '_yoast_wpseo_content_score', '90'),
(1624, 300, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1625, 300, 'image-1', 'z41eusr8kd4zofpi11ucmtkht.jpg'),
(1626, 300, 'image-2', 'knpaj7lbsvy7bq0pcuwmlmk9t.jpg'),
(1627, 300, 'image-3', 'olkpmz91gekkz4aao6d9g1l2o.jpg'),
(1628, 300, 'image-4', 'pndv14kc2s3csyuvw5e6p4nys.jpg'),
(1629, 300, 'image-5', 'evwnqgpecz78t74ht0ynf6cup.jpg'),
(1630, 300, 'image-6', 'pq9hpxu5ckeka6efn4pt4l3hr.jpg'),
(1631, 300, 'image-7', 'nx11a82q4h4viu081itevrxv6.jpg'),
(1632, 300, 'image-8', 'cmjllt5k0x9f4fl0o56ryp65e.jpg'),
(1633, 300, 'image-9', '23irbw6zooz9ps77vge9qm3ah.jpg'),
(1634, 300, 'image-10', 'bxob76cvz9t3pb8l2jemefhx8.jpg'),
(1635, 300, 'image-11', 'k1dpjqq36imztdwnuyuosg5df.jpg'),
(1636, 300, 'image-12', '0ywz5exce580vqxq3vrlrbfa3.jpg'),
(1637, 300, 'image-13', 'a8zjw4xi1t5rza7kh3za7cir6.jpg'),
(1638, 300, 'image-14', 'bteb7byb3gwo894dh5z593xij.jpg'),
(1639, 300, 'image-15', 'llhb1wx7veq13sdp97sy4a94u.jpg'),
(1640, 300, 'image-16', '9icr2spocm0x58xlxsqhki2gt.jpg'),
(1641, 300, 'image-17', 'abjt1zv7zfuhklwlqlywbcipt.jpg'),
(1642, 300, 'image-18', 'op49jx7fzz5dljmt5wti73mad.jpg'),
(1643, 300, 'image-19', 'ys6yy9arakkhmg0zaolha1gg7.jpg'),
(1644, 300, 'image-20', '236z2z2j1dw3ja7g7q41xm9zm.jpg'),
(1645, 300, 'image-21', '1a87r9n1nb949cawx33765578.jpg'),
(1646, 300, 'image-22', 'u1ygprhgrncn3bk66qswgsn5d.jpg'),
(1647, 300, 'image-23', 'r65otuw03ucfgao2l5bvjr5zg.jpg'),
(1648, 300, 'image-24', 'jkl3dd4r6jddeuoxz4ieb6asg.jpg'),
(1649, 300, 'image-25', 'r1yqeun8tlhjvjgo32kn61s9e.jpg'),
(1650, 300, 'image-26', '0q85ftznagoloijvzrzv0zakz.jpg'),
(1651, 300, 'image-27', 'wki1q3x0j3a93alrlkqxdmclh.jpg'),
(1652, 300, 'image-28', 'oljktj2f1jyxevdp3ecqvghke.jpg'),
(1653, 300, 'image-29', '52mdxfjhg0ppvjiz2j954ngkl.jpg'),
(1654, 300, 'image-30', 'us370ahntrrn79rdbfwunm8xv.jpg'),
(1655, 300, 'image-31', 'ab3feyakff7hlocj089i0dnkg.jpg'),
(1656, 300, 'image-32', 'tarrbjxmrwn8dsu54zm9ops1y.jpg'),
(1657, 300, 'image-33', '4ify79fyqtm9vg0i3g8zymtar.jpg'),
(1658, 300, 'image-34', 'tips3d3sem2rq3zz8ogxn9xwj.jpg'),
(1659, 305, '_edit_lock', '1636100559:1'),
(1660, 305, 'Annee', '2014'),
(1661, 305, '_edit_last', '1'),
(1662, 305, 'Annee', '2014'),
(1663, 305, 'Mois', 'dec'),
(1664, 307, '_wp_attached_file', '2021/11/a-19.jpg'),
(1665, 307, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:16:\"2021/11/a-19.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"a-19-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"a-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:16:\"a-19-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1668, 305, '_thumbnail_id', '307'),
(1669, 305, 'Jour', '26'),
(1672, 305, '_yoast_wpseo_primary_category', '5'),
(1673, 305, '_yoast_wpseo_content_score', '90'),
(1674, 305, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1675, 305, 'image-1', 'vd29gkdxc553oxa6rqpw31bus.jpg'),
(1676, 305, 'image-2', 'arzawkzup5gocy3evm6a7vjj5.jpg'),
(1677, 305, 'image-3', 'd0xmcpty0bfpnsgx28gdpary3.jpg'),
(1678, 305, 'image-4', '63zs9g2w89wgma31ztp2k7l6v.jpg'),
(1679, 305, 'image-5', 'm1jpc8n8vi0qvt8ltlx8v0wra.jpg'),
(1680, 305, 'image-6', 'bs4jkb1fmf9g51q1dw59aits8.jpg'),
(1681, 305, 'image-7', 'mj373nemvitcts4n0njl3vec4.jpg'),
(1682, 305, 'image-8', 'm02ik7998qci6e2xoob7ozrrs.jpg'),
(1683, 305, 'image-9', 'ufcee9piiyg2a0tensqby7xvl.jpg'),
(1684, 305, 'image-10', 'hg6186ddhsestcxktzjjdzmmy.jpg'),
(1685, 305, 'image-11', '8v5a319z0va562tfvm56k1j4w.jpg'),
(1686, 305, 'image-12', 'd3m5ry4gv1yph7afl5v4wzrfj.jpg'),
(1687, 305, 'image-13', '61w4h0ln59o2swoybsovonsha.jpg'),
(1688, 305, 'image-14', 'mm05uh7kf0smmud9bempgwlzk.jpg'),
(1689, 305, 'image-15', 'ahjdsb7rl6t10w3q5n6sk4zbx.jpg'),
(1690, 305, 'image-16', 'lsnuotk1rvzm0k6y49grrny1l.jpg'),
(1691, 305, 'image-17', 'tcscu2v7xgay2r30vxhmuuyzj.jpg'),
(1692, 305, 'image-18', '6j6eh1uwpnyqtm8f9cc8ha9s0.jpg'),
(1693, 305, 'image-19', 'f7la7saq48kq4qmy7npvn25yc.jpg'),
(1694, 305, 'image-20', '0fpi1anpqqsrm1iirb9w8plr6.jpg'),
(1695, 305, 'image-21', 'b9ge9gii566ltly2o5pj4eeu9.jpg'),
(1696, 305, 'image-22', 'w89diyo85x8x6ld47j64ahpbu.jpg'),
(1697, 305, 'image-23', '7filstow2hfr3w4feprrvo1xb.jpg'),
(1698, 305, 'image-24', 'z3l8ahgbrpseuplm4kfnj2ocf.jpg'),
(1699, 305, 'image-25', 'aj6nkdaaia7v3nmvfsgrcdqgd.jpg'),
(1700, 305, 'image-26', 'lbd2p8jm3to1de4s7nyf7ppwd.jpg'),
(1701, 305, 'image-27', 'ag7ven17ilk614d9t709hefvy.jpg'),
(1702, 305, 'image-28', 'y46a20ri9q6pbndzrjmkm6sd4.jpg'),
(1703, 310, '_edit_lock', '1636101253:1'),
(1704, 310, 'Annee', '2014'),
(1705, 310, '_edit_last', '1'),
(1706, 310, 'Annee', '2014'),
(1707, 310, 'Mois', 'nov'),
(1708, 312, '_wp_attached_file', '2021/11/Incentive-Tour-59.jpg'),
(1709, 312, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2021/11/Incentive-Tour-59.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Incentive-Tour-59-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Incentive-Tour-59-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:29:\"Incentive-Tour-59-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:26:\"TIGRAN Gasparyan 093056999\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1712, 310, '_thumbnail_id', '312'),
(1713, 310, 'Jour', '01'),
(1716, 310, '_yoast_wpseo_primary_category', '5'),
(1717, 310, '_yoast_wpseo_content_score', '90'),
(1718, 310, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1719, 310, 'image-1', '94sv48qq2oijr7qu4hm0o9fpb.jpg'),
(1720, 310, 'image-2', 'uu4h2pzlvoiam9q9qg4akq3hu.jpg'),
(1721, 310, 'image-3', '5nlcfsd80x1ywouibtmt8z0la.jpg'),
(1722, 310, 'image-4', '5zowlhql4snl0qomdy2q44t8e.jpg'),
(1723, 310, 'image-5', 'fbxvg86m5tngvcucs5fdjhjkr.jpg'),
(1724, 310, 'image-6', 'fhiznagq1btf2fcsf8rrofkx9.jpg'),
(1725, 310, 'image-7', 'hld3zx86cslwlm1q4jst0jxq3.jpg'),
(1726, 310, 'image-8', '5osiwdxl9xyycwtzggjzh3sw5.jpg'),
(1727, 310, 'image-9', 'wazy1nzjhflrh9mqqi0x9c33m.jpg'),
(1728, 310, 'image-10', 'k4mhen1qkqg5rg2m7ar7kkkwx.jpg'),
(1729, 310, 'image-11', 'nsczt2g0v69gqb08q6kblkaij.jpg'),
(1730, 310, 'image-12', 'a6w52nhn7l7x4rc3q4n8zchij.jpg'),
(1731, 310, 'image-13', 'qsu6o1f4b80nz8l5zgv8b8ukf.jpg'),
(1732, 310, 'image-14', 'ao5fb816y7zkuo3qqdkpck2ru.jpg'),
(1733, 310, 'image-15', '64de57o3gixpg8uhaxieianps.jpg'),
(1734, 310, 'image-16', 'gtmojhc34tskkekw4rqwvwzgd.jpg'),
(1735, 310, 'image-17', '72qovb2re77yh037j57b0k1z8.jpg'),
(1736, 310, 'image-18', 'vn2vjrsdr6s99saaifb5cdhxu.jpg'),
(1737, 310, 'image-19', 'u5rt2vpy0lsxa6cfme8fyhcoz.jpg'),
(1738, 310, 'image-20', 'bwpz5sld4lwgdluh9ke7e97e3.jpg'),
(1739, 310, 'image-21', 'bvmx2i7q9y9avq947rhvfqb26.jpg'),
(1740, 310, 'image-22', 'zu2lpg80x03zdj28369w06rg6.jpg'),
(1741, 310, 'image-23', 'whaactt1ahf1559e21rittshm.jpg'),
(1742, 310, 'image-24', 'lfcx2wv0d58oj7yh5ferf597v.jpg'),
(1743, 310, 'image-25', 'g2pynojc0qow8kg3j8o69bmd1.jpg'),
(1744, 310, 'image-26', 'vo447ueuxxh6p9p1lz9fs4hu6.jpg'),
(1745, 310, 'image-27', 'l7p1otopx6lrjxdpertsoaeor.jpg'),
(1746, 310, 'image-28', '5sriw7d4dw9ea67zqtc3sgcf3.jpg'),
(1747, 310, 'image-29', 'hn4sfcepo12cnhjkgnsbd0hkh.jpg'),
(1748, 310, 'image-30', 'u0u8pduv5fpl4nsq0anrgq0k9.jpg'),
(1749, 310, 'image-31', '6igvh31mve7tc3uwjb22uyd9z.jpg'),
(1750, 310, 'image-32', 'nxchz8gj2aldgy2769gvw5v50.jpg'),
(1751, 310, 'image-33', 'w50jv2qaazr780tnxnwsaj8xk.jpg'),
(1752, 310, 'image-34', 'hvbpu6h1d1pld1gagb80dcfsl.jpg'),
(1753, 310, 'image-35', 'rso33iy79j43h9ha2dm4aq1f7.jpg'),
(1754, 310, 'image-36', 'c4vl8fi2xxvumhvuzymvui0fm.jpg'),
(1755, 310, 'image-37', 'na65r72dsjxhtci8lnczw6zf2.jpg'),
(1756, 310, 'image-38', 'dbncnsxwg72b4dqbbqgly26l1.jpg'),
(1757, 310, 'image-39', '3xn8kkwajjha6u8wp6514yys3.jpg'),
(1758, 310, 'image-40', 'ztotjdn2ml8o0kau94hlyrvie.jpg'),
(1759, 310, 'image-41', '3j9n7guwn2ojvxy2xvkfawa1a.jpg'),
(1760, 310, 'image-42', 's77folf23g8n4jxrr38mn5k99.jpg'),
(1761, 310, 'image-43', 'eg2hb40ouoybee9o6k3x9qp2l.jpg'),
(1762, 310, 'image-44', 'p7x3sumqvgg2xly4d7om8vkwc.jpg'),
(1763, 310, 'image-45', '2qcafyp5imna78uj77y31y8fp.jpg'),
(1764, 310, 'image-46', 'ji6zae90gwxyg33xrpx332lvt.jpg'),
(1765, 310, 'image-47', 'na9bwfg9qbutp6igqdy0jbv9s.jpg'),
(1766, 310, 'image-48', '8pnq1ho4rwvh1hjy7lsrtrv0n.jpg'),
(1767, 310, 'image-49', 'p64zhjdrdh4bb8qrc6xe0qqn8.jpg'),
(1768, 310, 'image-50', 'vu39xujoe5ftwr2bd7w2sbsrv.jpg'),
(1769, 310, 'image-51', 'qpizafhk8w94h9g6nsrvdw2ku.jpg'),
(1770, 310, 'image-52', 'eft25ui2bwlis1yhtl9rzxyfw.jpg'),
(1771, 310, 'image-53', 'szbx6vt1sl22yvh9s8vehpp12.jpg'),
(1772, 310, 'image-54', 'b5jf9afak6uzrpko5as6kn5hh.jpg'),
(1773, 310, 'image-55', 'pgeayupcxgjkjmqoki6j7805b.jpg'),
(1774, 310, 'image-56', '1i3kkkpd2mvqip9e5sz86wxdw.jpg'),
(1775, 310, 'image-57', 'i1fw9juyvna3f5qjlt3k0lyj7.jpg'),
(1776, 310, 'image-58', '8mcmwfwqvcouqqynd30c657gj.jpg'),
(1777, 310, 'image-59', 'sf56n5jlfc1yz0bxiphxg2as8.jpg'),
(1778, 310, 'image-60', 'xjl1judpjj7a6rztbrv79ae6c.jpg'),
(1779, 310, 'image-61', 'jrhq68h3bl2xp5fv2aggrhg6d.jpg'),
(1780, 314, '_edit_lock', '1636102163:1'),
(1781, 314, 'Annee', '2014'),
(1782, 314, '_edit_last', '1'),
(1783, 314, 'Annee', '2014'),
(1784, 314, 'Mois', 'oct'),
(1785, 316, '_wp_attached_file', '2021/11/DAV379241-scaled.jpg'),
(1786, 316, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2021/11/DAV379241-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DAV379241-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DAV379241-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DAV379241-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DAV379241-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:21:\"DAV379241-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"DAV379241-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"DAV379241-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DAV379241-1568x1045.jpg\";s:5:\"width\";i:1568;s:6:\"height\";i:1045;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:14:\"Davit Ayvazyan\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1413025109\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"DAV379241.jpg\";}'),
(1789, 314, '_thumbnail_id', '316'),
(1790, 314, 'Jour', '11'),
(1793, 314, '_yoast_wpseo_primary_category', '5'),
(1794, 314, '_yoast_wpseo_content_score', '60'),
(1795, 314, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1796, 314, 'image-1', 'aj5qprr7k4rl3700b227zw2qf.jpg'),
(1797, 314, 'image-2', '1mlwrwhlwplt5h2k7mzzu6qi3.jpg'),
(1798, 314, 'image-3', 'wywozag6024vqu86s1uojvvir.jpg'),
(1799, 314, 'image-4', 'rflg7weq1qbjpp6rpfdp65nlq.jpg'),
(1800, 314, 'image-5', 'udcs86efiu9ibpl3cencmf2a0.jpg'),
(1801, 314, 'image-6', 'ih03pdw51hll1gqj9r5v9z9ce.jpg'),
(1802, 314, 'image-7', 'q3fp0lakmemydq7qn0ozd2i9h.jpg'),
(1803, 314, 'image-8', 'z4sj9xdwtfaqmepil1x2clu5a.jpg'),
(1804, 314, 'image-9', 'ixrtue17702fgu8geioqujnu4.jpg'),
(1805, 314, 'image-10', '0hmd1evpds57m0wk3rc9ww1gi.jpg'),
(1806, 314, 'image-11', 'kgr6shnmlbbrow0sx6ncl0jh6.jpg'),
(1807, 314, 'image-12', 'd4jkjk358p46bgxn2fbtwqug9.jpg'),
(1808, 314, 'image-13', '1m5kzuq2bh3lefc3s4qsf40i3.jpg'),
(1809, 314, 'image-14', 'nk89grpy0nfxcu31a0nz6xwgp.jpg'),
(1810, 314, 'image-15', 'ziheljk1ldwl1tva3p67blgh9.jpg'),
(1811, 314, 'image-16', '5wv79jrb1pcyziie1tj188r43.jpg'),
(1812, 314, 'image-17', '3itw2c8d9rke30cy2g04o96q4.jpg'),
(1813, 314, 'image-18', 'fw6ojt33739djl7gt9s3ih6j0.jpg'),
(1814, 314, 'image-19', 'qa9o57gdipb9jem801i6v6h4z.jpg'),
(1815, 314, 'image-20', 'wv4gp4tm5xuj6zb9vw6ve9eu6.jpg'),
(1816, 314, 'image-21', 'uts9tqgt2siofl1hxkpq0qqm8.jpg'),
(1817, 314, 'image-22', '51lh4dg1e0qv5q1dhjeyjs34f.jpg'),
(1818, 314, 'image-23', '74ptntw89d21vzr82tppvfw6s.jpg'),
(1819, 314, 'image-24', 'l5hvlyrn4jxu2nfhufg9am0m7.jpg'),
(1820, 314, 'image-25', '64wqa3tinq9d6ewh1z1ow9v5l.jpg'),
(1821, 314, 'image-26', 'r5738ln9xd6mlxua79cbn3ui7.jpg'),
(1822, 314, 'image-27', 'n7zi6fqnait6lxlcu02kulugx.jpg'),
(1823, 314, 'image-28', 'bgbwl2mrb014lm9h4yzfwf5ec.jpg'),
(1824, 314, 'image-29', 'b49100x4512ypoz2n39f34i1z.jpg'),
(1825, 314, 'image-30', 'eocx8yc1gpnd0xp2qgci0u76h.jpg'),
(1826, 314, 'image-31', '61hnqsdvhty5iiixqe5jb6h9k.jpg'),
(1827, 314, 'image-32', 'uc7hnld4xeh3jk2lleg5vq2p5.jpg'),
(1828, 314, 'image-33', 'cd2tsmc9p6zqcns73hcma45d1.jpg'),
(1829, 314, 'image-34', 'r4ef9mxal9g4ujyufw4vtopdn.jpg'),
(1830, 314, 'image-35', '1p5xyjxt7nk8k1tvjwzgoqolf.jpg'),
(1831, 314, 'image-36', 'smn3d5lpctkcapuct9z5p4fmd.jpg'),
(1832, 314, 'image-37', '5pko5jo3m7ivceihgaoo69xs6.jpg'),
(1833, 314, 'image-38', 'r3wgwccc5h0zhe4pn9rzl48ol.jpg'),
(1834, 314, 'image-39', 'zxs62edzl3erovzv3hmb8w29j.jpg'),
(1835, 314, 'image-40', 'fsd554bhgi093hkxzxuby9o3n.jpg'),
(1836, 314, 'image-41', '5ki2xc1tth9zfhh0phmsny6re.jpg'),
(1837, 314, 'image-42', 'cppqdjn4ok7e2niubtyj2mnpg.jpg'),
(1838, 314, 'image-43', '9mhvb6b5d59efqjxc9pcxxlup.jpg'),
(1839, 314, 'image-44', 'ogn9fq8u2hjnjbprwt7ok1gvd.jpg'),
(1840, 314, 'image-45', 'uejnpd9fje4rthv645dhofkj6.jpg'),
(1841, 314, 'image-46', 'd47al4x0xc2fhvmgen7s6ynfz.jpg'),
(1842, 314, 'image-47', 'pgm05ruo906487rvh6iafb8ca.jpg'),
(1843, 314, 'image-48', 'avgx5flq9mfzlii6biothy0tz.jpg'),
(1844, 314, 'image-49', 'buk4ig6qnpj154tjufbhli64f.jpg'),
(1845, 314, 'image-50', 'hhrw7hgvfh6qcjym59erbxlr2.jpg'),
(1846, 314, 'image-51', 'r9gefg052l8ucjjgeagu8mhte.jpg'),
(1847, 314, 'image-52', '9w8f1w4zfjcqwt7mg8xnf05lj.jpg'),
(1848, 314, 'image-53', 'j2covlww14s4jze3to445uce2.jpg'),
(1849, 314, 'image-54', '2z1nry1i8obmxtd9nf1ms42ul.jpg'),
(1850, 314, 'image-55', 'ritx4v9xs8afx7fqq728mf58q.jpg'),
(1851, 314, 'image-56', '4330767qufbeh3g9daojhjatl.jpg'),
(1852, 314, 'image-57', 'v0dz3e49upn16a8esg8lm2wf1.jpg'),
(1853, 314, 'image-58', '8drrfn81oz1bu73hjwr9oz0yy.jpg'),
(1854, 314, 'image-59', 'fhlumdzzjtv6ybl6wgpfb63pp.jpg'),
(1855, 314, 'image-60', 'fyhd18r0lcvtahuj6pr4c5qob.jpg'),
(1856, 314, 'image-61', '59580gf7i738zwgte5cwbovde.jpg'),
(1857, 314, 'image-62', 'd4tzjh3kwfkum81l1ejww2mmf.jpg'),
(1858, 314, 'image-63', 'w254soyucaagr4xoc3ykx8ofc.jpg'),
(1859, 314, 'image-64', '4ct78g0c4t2pfvbgnhsize6pp.jpg'),
(1860, 314, 'image-65', '77xg3mqkvwympnk57t7o17p6y.jpg'),
(1861, 318, '_edit_lock', '1636102532:1'),
(1862, 319, '_wp_attached_file', '2021/11/image-3.png'),
(1863, 319, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1864, 318, 'Annee', '2017'),
(1865, 318, '_edit_last', '1'),
(1866, 318, 'Annee', '2017'),
(1867, 318, 'Mois', 'sept'),
(1868, 321, '_wp_attached_file', '2021/11/ZigzagBosch-1.jpg'),
(1869, 321, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:25:\"2021/11/ZigzagBosch-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ZigzagBosch-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ZigzagBosch-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:25:\"ZigzagBosch-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1872, 318, '_thumbnail_id', '321'),
(1873, 318, 'Jour', '02'),
(1876, 318, '_yoast_wpseo_primary_category', '5'),
(1877, 318, '_yoast_wpseo_content_score', '90'),
(1878, 318, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1879, 318, 'image-1', '5fplxira2y4jj5hkupvxzk00z.jpg'),
(1880, 318, 'image-2', '279u25la2gwhigutdjim2r08j.jpg'),
(1881, 318, 'image-3', 'ipyr6ljd26tq1cq1uzmo9b4zv.jpg'),
(1882, 318, 'image-4', 'z11lj0fingnb8y3hsy6m22cc1.jpg'),
(1883, 318, 'image-5', 'mmwhlesmlbvbhzn4nwa4vvzo4.jpg'),
(1884, 318, 'image-6', 'ye95f5b9ofqdps9gjb3a8s98z.jpg'),
(1885, 318, 'image-7', 'spzf5x22pigijm9wsqlgoqndx.jpg'),
(1886, 318, 'image-8', 'ep3bzs4updg1febb849gt1ycv.jpg'),
(1887, 318, 'image-9', 'wp0msehk23jh5t82uvqoog2pq.jpg'),
(1888, 318, 'image-10', 'dtxcs12eteyzoh2iog8r8tkpa.jpg'),
(1889, 318, 'image-11', 'dmf388pyl3lsxj25ny140ecfb.jpg'),
(1890, 318, 'image-12', 'huv2t6bxqs71t1h1ox253eq6v.jpg'),
(1891, 318, 'image-13', 'magozia1iist5fduugafdxiy3.jpg'),
(1892, 318, 'image-14', 'o7p49sf1s7b5egi33dfw7r4lu.jpg'),
(1893, 318, 'image-15', '6c3r202amzwesmeb7tp41fvvz.jpg'),
(1894, 318, 'image-16', 'co4wfenyw53cd8wcdztrqpaae.jpg'),
(1895, 318, 'image-17', 'hbnus8br9wgq6vk593i67uo0a.jpg'),
(1896, 318, 'image-18', 'vwri7u8faqdralntxceo4eac2.jpg'),
(1897, 318, 'image-19', 'hj4iyfbg7vc5mdxm7718xg9vb.jpg'),
(1898, 318, 'image-20', 'yonsn9s4ge6tts0ykdxq2v945.jpg'),
(1899, 318, 'image-21', 'hdahhhdcicny58h01helngfs2.jpg'),
(1900, 318, 'image-22', 'h5fcy7mx5mt3pdpadvzjk7nnj.jpg'),
(1901, 318, 'image-23', 'v04dut1ujgchp00xfrfp1wnox.jpg'),
(1902, 318, 'image-24', 'ii91wcl1exhdz01umroqm670k.jpg'),
(1903, 318, 'image-25', '44r086ovspz9saq6gh6z8dbl6.jpg'),
(1904, 318, 'image-26', 'ixultkmoy4pnobghh20jwekao.jpg'),
(1905, 318, 'image-27', 'b26qspcmrk7r6ne9s2z1xa1ld.jpg'),
(1906, 318, 'image-28', 'n01sarr2ob97be2u8o7ex79c3.jpg'),
(1907, 318, 'image-29', '7c9lbydo2irzu71fg3qrwl9xk.jpg'),
(1908, 318, 'image-30', '2eu44cae2ch90kga5k72h95gv.jpg'),
(1909, 318, 'image-31', 'j4no7962sldjv3fvmzgc4p55o.jpg'),
(1910, 318, 'image-32', 'r237x5da93hc07c1pyj84pw26.jpg'),
(1911, 318, 'image-33', 'zl47fy5wbkfg6i3ldr1wlr0zr.jpg'),
(1912, 318, 'image-34', 'as0f7eabisyxa36u86dqt458c.jpg'),
(1913, 318, 'image-35', 'li1uwj5c2ysenmyfaadwfo1wp.jpg'),
(1914, 318, 'image-36', 'kry5wyw9nrmkdxb1q3q05alwj.jpg'),
(1915, 318, 'image-37', 'l3xljjrt3n4nt7e8j4n2pbchi.jpg'),
(1916, 318, 'image-38', 'oc7ns98gasgrl3jqaw66zz48r.jpg'),
(1917, 318, 'image-39', '8nc822tj874mp0w5wk999xdvo.jpg'),
(1918, 318, 'image-40', '7xzkwox3iew5yxo0dmwc1vzeo.jpg'),
(1919, 318, 'image-41', '86hrz85x92dr9spas0fr6cd68.jpg'),
(1920, 318, 'image-42', 'w6dksi941hg8nwo5ivwowf66i.jpg'),
(1921, 318, 'image-43', 'srqzo9mssecfm0wj686ra66x5.jpg'),
(1922, 318, 'image-44', '9gp8clf5qqilgz7dkvq1965rr.jpg'),
(1923, 318, 'image-45', 'ldywhk2ggw459ey8sykq447p3.jpg'),
(1925, 318, 'image-46', '7cyfwlmc78jfwfqe9zwp5lt58.jpg'),
(1926, 318, 'image-47', '77tpltdfog9gcj1jxxfsqeszp.jpg'),
(1927, 318, 'image-48', 'y9vshjnvsxezhbg6zsr54o3de.jpg'),
(1928, 318, 'image-49', 'szpaqs2rp5x0v940khnkf2fgp.jpg'),
(1929, 318, 'image-50', 'yxj3cku4yjtafuwp0tksmjkbw.jpg'),
(1930, 318, 'image-51', 'rkbcfdtbd358d79u6echot00e.jpg'),
(1931, 318, 'image-52', 'xwcq3gndob3a92chly26n0dk9.jpg'),
(1932, 318, 'image-53', '0vy2gs3ouawo6k35l7a6r0iaz.jpg'),
(1933, 318, 'image-54', 'lkq3t8jrbd8cqj2s25ikp0k2v.jpg'),
(1934, 318, 'image-55', 'tf5dw42fh3jgf7w9xqpd4cie9.jpg'),
(1935, 318, 'image-56', 'dilc9rgu34ctyri60sat9lqt6.jpg'),
(1936, 318, 'image-57', 'zikmzs78n11k2ddy0i0ahar6q.jpg'),
(1937, 318, 'image-58', 'robjwpsc9elpidbknzyoxexu7.jpg'),
(1938, 318, 'image-59', '2meuhd56uwp4xtb06ziyx5k5x.jpg'),
(1939, 318, 'image-60', 'wbyt0h8hmbrvdjs9axfl0bcyu.jpg'),
(1940, 318, 'image-61', 'oef4pjgdkpwbzg82gv073ezzz.jpg'),
(1941, 318, 'image-62', 'uj7b46ly40lv8736wnr2gdmrr.jpg'),
(1942, 318, 'image-63', '7e7jwvyxbnr2q3aylxnse3yst.jpg'),
(1943, 318, 'image-64', '5roxy1ghnrsh4jsc6z95p8dy6.jpg'),
(1944, 323, '_edit_lock', '1636102709:1'),
(1945, 323, 'Annee', '2014'),
(1946, 323, '_edit_last', '1'),
(1947, 323, 'Annee', '2014'),
(1948, 323, 'Mois', 'sept'),
(1949, 325, '_wp_attached_file', '2021/11/phoca_thumb_l_aaa1.jpg'),
(1950, 325, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:30:\"2021/11/phoca_thumb_l_aaa1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"phoca_thumb_l_aaa1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"phoca_thumb_l_aaa1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:30:\"phoca_thumb_l_aaa1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1953, 323, '_thumbnail_id', '325'),
(1954, 323, 'Jour', '01'),
(1957, 323, '_yoast_wpseo_primary_category', '5'),
(1958, 323, '_yoast_wpseo_content_score', '60'),
(1959, 323, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(1960, 327, '_edit_lock', '1636103864:1'),
(1961, 327, 'Annee', '2014'),
(1962, 327, '_edit_last', '1'),
(1963, 327, 'Annee', '2014'),
(1964, 327, 'Mois', 'aout'),
(1965, 329, '_wp_attached_file', '2021/11/Zigzag-18th-Birthday-43.jpg'),
(1966, 329, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:35:\"2021/11/Zigzag-18th-Birthday-43.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Zigzag-18th-Birthday-43-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Zigzag-18th-Birthday-43-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:35:\"Zigzag-18th-Birthday-43-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2031, 327, '_thumbnail_id', '329'),
(2032, 327, 'Jour', '13'),
(2035, 327, '_yoast_wpseo_primary_category', '5'),
(2036, 327, '_yoast_wpseo_content_score', '90'),
(2037, 327, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2038, 327, 'image-1', 'nae5drhcekp0uevqi0muiye9z.jpg'),
(2039, 327, 'image-2', '2vzii0wpowbd6wkyrmgo1kfkz.jpg'),
(2040, 327, 'image-3', 'l67wwadd451qyibqzgwdosz0p.jpg'),
(2041, 327, 'image-4', 'm59vmr3yoigb7fadreeuq3l0m.jpg'),
(2042, 327, 'image-5', 'a9bv9ryx9lvy05h33msh4s7hz.jpg'),
(2043, 327, 'image-6', 'czrpww36a61vw2dmcv91z0x7l.jpg'),
(2044, 327, 'image-7', '5a49jyyvcw072g8l2muxqy4t4.jpg'),
(2045, 327, 'image-8', 'rwrk7g5a9a19l7g8ql6klofag.jpg'),
(2046, 327, 'image-9', 'tbxvdw8c37i6ii3fuoa1urynn.jpg'),
(2047, 327, 'image-10', 'b4xvskxlk9cblgw9jpy5vtqz2.jpg'),
(2048, 327, 'image-11', 'w8nx6ut4akrhhoowqiu2bze7k.jpg'),
(2049, 327, 'image-12', 'eu2h8kdu27wzrwdn8s65hwwv2.jpg'),
(2050, 327, 'image-13', '58ny7h2cbfb4d8qe26rty6ejt.jpg'),
(2051, 327, 'image-14', '4pl0ht4xrstczsom2vthafdv2.jpg'),
(2052, 327, 'image-15', 'eqme6r3zlwmg0xmuuiidy912g.jpg'),
(2053, 327, 'image-16', '7yp4bp1263ug1l4d2mg6p4hry.jpg'),
(2054, 327, 'image-17', 'jqydwk3h8rf9tae2rmnjqhjw5.jpg'),
(2055, 327, 'image-18', '8e8nrzshgr0t9ysozwa1bs38u.jpg'),
(2056, 327, 'image-19', '48stu69dl3o7d30hs0r539u3d.jpg'),
(2057, 327, 'image-20', 'f91x4hox5bsurmx0oxn1plr2m.jpg'),
(2058, 327, 'image-21', 'ewgvcfhe91y2nlfe0niip2v3l.jpg'),
(2059, 327, 'image-22', 'gxu40qabf7guj63jqhngpaep6.jpg'),
(2060, 327, 'image-23', 'zo87rq4vek0yupg9do6lq53n7.jpg'),
(2061, 327, 'image-24', 'i97jtgnkxvzgc66fymfqjkf1h.jpg'),
(2062, 327, 'image-25', 'b7akopux45zrzf5zmhpnm5pvg.jpg'),
(2063, 327, 'image-26', 'y9ct3qis11ytq18z2b6d6689x.jpg'),
(2064, 327, 'image-27', 'dxzm10a6iopj0uamsy2b4ytf5.jpg'),
(2065, 327, 'image-28', '0dnb9053rwl9kk28u8hgoon5j.jpg'),
(2066, 327, 'image-29', 'zdzlmgajmjbj72trmf1p4vsz2.jpg'),
(2067, 327, 'image-30', 'idrb71epluididlq91m50ltxm.jpg'),
(2068, 327, 'image-31', '0zrrtoasuv57on8nlfs5cyhr0.jpg'),
(2069, 327, 'image-32', 'qumj14ls33w5ws8picpj8ojoo.jpg'),
(2070, 327, 'image-33', 'jxl2phlmf8o222wf8vr6sv70f.jpg'),
(2071, 327, 'image-34', 'f00sqcd3753c4qyz5ds09yjnu.jpg'),
(2072, 327, 'image-35', 'rfqq5kcthd6tarv0phtdyuybr.jpg'),
(2073, 327, 'image-36', 'rno31wqhahfbnlcyhw47zz7r2.jpg'),
(2074, 327, 'image-37', 'pvbj0ep1y80cqxyolhlii5n83.jpg'),
(2075, 327, 'image-38', '1r8grc67bg6cmq0t4ydvnkx6u.jpg'),
(2076, 327, 'image-39', '2lffgkv4zn7ru3waks68oclp0.jpg'),
(2077, 327, 'image-40', 'hqdszn227r63i5a2a6q1fgk19.jpg'),
(2078, 327, 'image-41', '80muhza88pu5vanijs0ov1b7y.jpg'),
(2079, 327, 'image-42', 'c2p57zgd9r50k5dsafbvbtimh.jpg'),
(2080, 327, 'image-43', '7lvq26sv2d27eaypa6fvrdn9l.jpg'),
(2081, 327, 'image-44', 't0b5qecbn5fm6j30alufj04vv.jpg'),
(2082, 327, 'image-45', 'v33bivkm84c21jiuyzxbpegj2.jpg'),
(2083, 327, 'image-46', 'hc26lwkg49u2jjcivrxjo9ny1.jpg'),
(2084, 327, 'image-47', 'p330gk3zaj1x2a8yw2zegkyle.jpg'),
(2085, 327, 'image-48', 'nnvvye5w3ndu86qrozguhb0cs.jpg'),
(2086, 327, 'image-49', '8b8i1xt9gwe1lpohtwkte8pcp.jpg'),
(2087, 327, 'image-50', 'fsoaalnepyr9emp7bllppt9ra.jpg'),
(2088, 327, 'image-51', '9ygtqtwhykm4qqpyaayy2eeoa.jpg'),
(2089, 327, 'image-52', 'dyzli5sgvomu35xqoj2fu5wq7.jpg'),
(2090, 327, 'image-53', '3jagi8le9mgwzcnpahnrax135.jpg'),
(2091, 327, 'image-54', 'g08eljk376k444w5o0klwzqje.jpg'),
(2092, 327, 'image-55', 'bmj8kn0wvr3e7u1snfukmce50.jpg'),
(2093, 327, 'image-56', 'iikyef787fy2svl7v8xtotnd9.jpg'),
(2094, 327, 'image-57', 'xcrxdiy0vbjku7aj26jllkgua.jpg'),
(2095, 327, 'image-58', 'ujqyoqj10itrmm4l6wd7534mc.jpg'),
(2096, 327, 'image-59', 'ao307hr0ch3pxknoukt5j7r6i.jpg'),
(2097, 327, 'image-60', 'fgi9c4zco8zshaj408mate4ij.jpg'),
(2098, 327, 'image-61', 'zaehbgfalefeujlnasvu0t2ld.jpg'),
(2099, 327, 'image-62', 'pyqefnospog758m2xap30nqzd.jpg'),
(2100, 327, 'image-63', 'nciar5yqkus2yhvfjp0a6tzxh.jpg'),
(2101, 331, '_edit_lock', '1636104682:1'),
(2102, 331, 'Annee', '2014'),
(2103, 331, '_edit_last', '1'),
(2104, 331, 'Annee', '2014'),
(2105, 331, 'Mois', 'aout'),
(2106, 333, '_wp_attached_file', '2021/11/phoca_thumb_l_ap.jpg'),
(2107, 333, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2021/11/phoca_thumb_l_ap.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"phoca_thumb_l_ap-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"phoca_thumb_l_ap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:28:\"phoca_thumb_l_ap-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2110, 331, '_thumbnail_id', '333'),
(2111, 331, 'Jour', '09'),
(2114, 331, '_yoast_wpseo_primary_category', '5'),
(2115, 331, '_yoast_wpseo_content_score', '60'),
(2116, 331, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2117, 331, 'image-1', 'bsqds6sl5e0xrcywbx79kp36o.jpg'),
(2118, 331, 'image-2', 'i064b50xhzp6svfnn3zhy2el7.jpg'),
(2119, 331, 'image-3', '6k4bav7lqh4f30qin6armd3l3.jpg'),
(2120, 331, 'image-4', 'uh3mx4wrc48m9v9mtnmmg2nlc.jpg'),
(2121, 331, 'image-5', 'jkp68uj2olrflc91adytmf4pe.jpg'),
(2122, 331, 'image-6', 'uv4qc89um1cpy7258tvbyhgbz.jpg'),
(2123, 331, 'image-7', 'crc80mfgkntqafh2jl5axwtuj.jpg'),
(2124, 331, 'image-8', 'n9novjieo6b444ff2m59go33d.jpg'),
(2125, 331, 'image-9', '8ft8o6or9eoiy0qmy8fgt2jo9.jpg'),
(2126, 331, 'image-10', '5lahe55mnujpn37a6tfxerv9u.jpg'),
(2127, 331, 'image-11', '4lacbew0olmqn0hns8j88dlzt.jpg'),
(2128, 331, 'image-12', 'd882vkd4slrqzd6fnf86vpzxz.jpg'),
(2129, 331, 'image-13', 'qq0n7oy70y7jxelrd0qphl5ka.jpg'),
(2130, 331, 'image-14', '5fjujhvzg3ny8w4hquauofw7f.jpg'),
(2131, 331, 'image-15', 'tbwbl70hd79vp07ifq8h7m2fm.jpg'),
(2132, 331, 'image-16', '62lqsrpdhz2tcr3u5z9y4y8q0.jpg'),
(2133, 331, 'image-17', 'h5uipljs6cj5ytvx6z91bmhhd.jpg'),
(2134, 331, 'image-18', '4t4tzmdrm93a6tyj0smt36xgi.jpg'),
(2135, 331, 'image-19', 'dgqd3ezc5jywu1ofu0pia5bgp.jpg'),
(2136, 331, 'image-20', 'q3b4ifpd8jj4zvp2up9l62p24.jpg'),
(2137, 331, 'image-21', 'i89wqfuderrn45ok850iv4p9j.jpg'),
(2138, 331, 'image-22', '8ixh74h1rhxpgrt1btdxsul6x.jpg'),
(2139, 331, 'image-23', 't1pctfh1auqsxkxiv2cilqq9a.jpg'),
(2140, 331, 'image-24', '6po7zsot0g26e29lvqmy8sbpq.jpg'),
(2141, 331, 'image-25', '654of4751ogwezhto0ijr7xcr.jpg'),
(2142, 331, 'image-26', 'nameykebj29ekba48sy3u84y9.jpg'),
(2143, 331, 'image-27', 'ke96jnalzrkccocf4orppyrj8.jpg'),
(2144, 331, 'image-28', '47gynciqzk29dmtk91ust9j6y.jpg'),
(2145, 331, 'image-29', 'hth6yhie67rodviztera55ewd.jpg'),
(2146, 331, 'image-30', 'qjx7li18gnprjeyodayrsmfof.jpg'),
(2147, 335, '_edit_lock', '1636105097:1'),
(2148, 335, 'Annee', '2014'),
(2149, 335, '_edit_last', '1'),
(2150, 335, 'Annee', '2014'),
(2151, 335, 'Mois', 'juil'),
(2152, 337, '_wp_attached_file', '2021/11/Tolma-Festival-56.jpg'),
(2153, 337, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:29:\"2021/11/Tolma-Festival-56.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Tolma-Festival-56-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Tolma-Festival-56-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:29:\"Tolma-Festival-56-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2156, 335, '_thumbnail_id', '337'),
(2157, 335, 'Jour', '07'),
(2160, 335, '_yoast_wpseo_primary_category', '5'),
(2161, 335, '_yoast_wpseo_content_score', '60'),
(2162, 335, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2163, 335, 'image-1', 'rxkvad9ek8in4tpb8ea3plbdd.jpg'),
(2164, 335, 'image-2', 'xeoaq7kss2r8h6ow5lkd4zj26.jpg'),
(2165, 335, 'image-3', 'ctyx8ojdt94mnjvsj4v3k5u60.jpg'),
(2166, 335, 'image-4', 'drb4lyhhaphocnmdiuo1n8zge.jpg'),
(2167, 335, 'image-5', 'c0x8bu4jnq7k1h13zb8dssbrs.jpg'),
(2168, 335, 'image-6', 'b7tdaedltrenss5a2t1veck39.jpg'),
(2169, 335, 'image-7', 'u421c5oy93zou9md6vbvwvwf4.jpg'),
(2170, 335, 'image-8', 'vwoctqxdu579ppol1g8qu8tgg.jpg'),
(2171, 335, 'image-9', 'r2lxbya189908gl7p3x9fo6wy.jpg'),
(2172, 335, 'image-10', 'ct5zw4vq2z7kc3v7ei70do1rq.jpg'),
(2173, 335, 'image-11', 'chpdpurotevv3a0tyhf7sh8d8.jpg'),
(2174, 335, 'image-12', 'na11fk09vdep4njuow1wlkjui.jpg'),
(2175, 335, 'image-13', 'vk5yvlvo4zhe9t80ubgp4k9uu.jpg'),
(2176, 335, 'image-14', 'zcd8ullqh3retdei9vff0tgjx.jpg'),
(2177, 335, 'image-15', '9ckjn5lzgnslq504319tknzv5.jpg'),
(2178, 335, 'image-16', 'uqt0vhshea9m1dd9bi40u9oy3.jpg'),
(2179, 335, 'image-17', '1zc30wihi5o4ieaokqcqvps1z.jpg'),
(2180, 335, 'image-18', 's38qdock2naljk6a1dn3pas1y.jpg'),
(2181, 335, 'image-19', 'dqll54nay35zgats24trm5st0.jpg'),
(2182, 335, 'image-20', '46pttxhhesuhfw3o4mslsh0q5.jpg'),
(2183, 335, 'image-21', 'cimv3j95v05qh32a3ysxwyg4y.jpg'),
(2184, 335, 'image-22', 'ywzfifejm7pthhxaykpyyqhty.jpg'),
(2185, 335, 'image-23', 'ky3fq5aj8stgw7iubtq90v0gg.jpg'),
(2186, 335, 'image-24', 'otbda42qc4qcq6oyh2n9wu4f3.jpg'),
(2187, 335, 'image-25', '9wz0cpoj7k67ibpxu7jjf8t0a.jpg'),
(2188, 335, 'image-26', 'vhclrg20phcap3rt57pcvrjul.jpg'),
(2189, 339, '_edit_lock', '1636110836:1'),
(2190, 339, 'Annee', '2017'),
(2191, 339, '_edit_last', '1'),
(2192, 339, 'Annee', '2017'),
(2193, 339, 'Mois', 'juin'),
(2194, 341, '_wp_attached_file', '2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg'),
(2195, 341, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:439;s:4:\"file\";s:72:\"2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:72:\"phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2198, 339, '_thumbnail_id', '341'),
(2199, 339, 'Jour', '17'),
(2202, 339, '_yoast_wpseo_primary_category', '5'),
(2203, 339, '_yoast_wpseo_content_score', '90'),
(2204, 339, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2205, 339, 'image-1', '30mbfsz8qnp77zkjjlrqdsfh8.jpg'),
(2206, 339, 'image-2', 'u8gv4geuhb1pws286v41guruu.jpg'),
(2207, 339, 'image-3', 'bxml2xi9titakqrrv4xk719dt.jpg'),
(2208, 339, 'image-4', 'g0ykwqlcuoqrz3o2nor7cbye2.jpg'),
(2209, 339, 'image-5', '3sgdwucffr58ch8o7jyd2ezys.jpg'),
(2210, 339, 'image-6', 'wjpisd2yhzv6tdrzrn2lzhv56.jpg'),
(2211, 339, 'image-7', 'uavpugcs7ana9uui4qgozrfo5.jpg'),
(2212, 339, 'image-8', 'j68948tye6l7i8gxmjy8o3tdl.jpg'),
(2213, 339, 'image-9', 'wohr0lc0ac0y7lgxnkb5x8p1i.jpg'),
(2214, 339, 'image-10', 'ubnrxa3t0eyazm1wfv1u9yc1q.jpg'),
(2215, 339, 'image-11', '5rh7f0cpd7b6rqjht26hlclsi.jpg'),
(2216, 339, 'image-12', 'yzjcnhbxsr95k6n28rg9zek1z.jpg'),
(2217, 339, 'image-13', '0ha6hvk6y1fvl1f9fnvpo0cmj.jpg'),
(2218, 339, 'image-14', 'mt5kttbjyvz3yf8c5bq91hm5o.jpg'),
(2219, 339, 'image-15', '2kf85crsc0q1ihpnluw421ys7.jpg'),
(2220, 339, 'image-16', '8l6p4sm6ylsr8xzso8el9ffk4.jpg'),
(2221, 339, 'image-17', 'ohuy9wsz0ifasnb56er1d93yv.jpg'),
(2222, 339, 'image-18', '62fipsgdpwvenpxewwxfaqc2l.jpg'),
(2223, 339, 'image-19', 'nwm0pbshbkrpn2xcld942mi9f.jpg'),
(2224, 339, 'image-20', '0tv7k6q89kr6v69kyok0qarq3.jpg'),
(2225, 339, 'image-21', '8eki8lle5d6mag1kxr588i114.jpg'),
(2226, 339, 'image-22', 't31wwnf29wmf09v0aqskgj00r.jpg'),
(2227, 339, 'image-23', 'f1s1ww6yil3kop48gcp7decqu.jpg'),
(2228, 339, 'image-24', 'opde3qdzutrmaoovcr31246ly.jpg'),
(2229, 339, 'image-25', 'jronrlry8abh2kinkhz72an63.jpg'),
(2230, 339, 'image-26', '0bp6jfofl1mku5lkooa3mt3tc.jpg'),
(2231, 339, 'image-27', '6b69mf0qgwf6i6zkw7jpuh89e.jpg'),
(2232, 339, 'image-28', 'ymhd3ou6zsare0tedx7tdd878.jpg'),
(2233, 339, 'image-29', 'w9ves2evpx66eli8b34op2n8z.jpg'),
(2234, 339, 'image-30', 'glqtq3cfenqcfzpj3gi8rwvbi.jpg'),
(2235, 339, 'image-31', 'huwplv32x1k3vqytkzpbnjfrz.jpg'),
(2236, 339, 'image-32', 'if93nhwoehxwrvvxoufcpcuq1.jpg'),
(2237, 339, 'image-33', 'nm29zafnwayuxgzjdik7ekdi7.jpg'),
(2238, 339, 'image-34', 'crl7wbxszj1ng463iezz8382d.jpg'),
(2239, 339, 'image-35', 'wjehll60541n21idyz15l14dw.jpg'),
(2240, 339, 'image-36', 'poeckiomvhqjy62qdum4welrq.jpg'),
(2241, 339, 'image-37', 'ii5gknt7y32p3308i46inadym.jpg'),
(2242, 339, 'image-38', 'nmeulsr04iiycaxjrea96qpas.jpg'),
(2243, 339, 'image-39', '9gkh8kt2jpylw7tgy2dqy8lp7.jpg'),
(2244, 339, 'image-40', 'gb5kwgpbiu6qctmngerp497pd.jpg'),
(2245, 339, 'image-41', 'wq8pt3piqr9evkzh3t15n9f8p.jpg'),
(2246, 339, 'image-42', 'wqqbr636l7j9xp2ycnao0ehx5.jpg'),
(2247, 339, 'image-43', 'hi2urotlv50668mg3tqn7ktvd.jpg'),
(2248, 343, '_edit_lock', '1636111137:1'),
(2249, 344, '_wp_attached_file', '2021/11/image-4.png'),
(2250, 344, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2251, 343, 'Annee', '2014'),
(2252, 343, '_edit_last', '1'),
(2253, 343, 'Annee', '2014'),
(2254, 343, 'Mois', 'fev'),
(2255, 343, 'Jour', '19'),
(2256, 346, '_wp_attached_file', '2021/11/phoca_thumb_l__av32244.jpg'),
(2257, 346, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:34:\"2021/11/phoca_thumb_l__av32244.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"phoca_thumb_l__av32244-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"phoca_thumb_l__av32244-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:34:\"phoca_thumb_l__av32244-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2260, 343, '_thumbnail_id', '346'),
(2263, 343, '_yoast_wpseo_primary_category', '5'),
(2264, 343, '_yoast_wpseo_content_score', '90'),
(2265, 343, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2270, 343, 'image-1', 'nbc1w4rcuxputv7sp3z970081.jpg'),
(2271, 343, 'image-2', 'obrglho91ehukhcu2pwfxd81o.jpg'),
(2272, 343, 'image-3', 'snmjs44w0n4qtdyus6fkly36d.jpg'),
(2273, 343, 'image-4', '5spvw0htlvuc13usiabnh1uic.jpg'),
(2274, 343, 'image-5', 'y53nk365hkaqo3sz5ajfymdw6.jpg'),
(2275, 343, 'image-6', '0vzdueqi03inr98zzj9of14bp.jpg'),
(2276, 343, 'image-7', '1fnq9i3aiyybuegsgguj78crc.jpg'),
(2277, 343, 'image-8', 'li5jzm6n38snj5sch5c2wi20q.jpg'),
(2278, 343, 'image-9', 'zv5yivzgbb5ieorf0flc82wm6.jpg'),
(2279, 343, 'image-10', 'xrlxdmcdfohzvytank393k8hi.jpg'),
(2280, 343, 'image-11', '5txlq60rw9snhzyq0rln6igoa.jpg'),
(2281, 343, 'image-12', 'mr49q2fowd1qltohiig5p4wdg.jpg'),
(2282, 343, 'image-13', '6yoegxe6ac22u1jwisnyfudhy.jpg'),
(2283, 343, 'image-14', 'w8y1tuhsu8ipwj3ruigbw5pgc.jpg'),
(2284, 343, 'image-15', 'evvotlpbho2v9mfk0cslrgzqj.jpg'),
(2285, 343, 'image-16', 'i4isfseibf38mz61y6r93yuji.jpg'),
(2286, 343, 'image-17', 'bite30azz89dhndiw9ysgxyio.jpg'),
(2287, 343, 'image-18', 'm9y3n96xwpi75b42n6dv6oqg4.jpg'),
(2288, 349, '_edit_lock', '1636111425:1'),
(2289, 349, 'Annee', '2014'),
(2290, 349, '_edit_last', '1'),
(2291, 349, 'Annee', '2014'),
(2292, 349, 'Mois', 'févr'),
(2293, 351, '_wp_attached_file', '2021/11/phoca_thumb_l_12.jpg'),
(2294, 351, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2021/11/phoca_thumb_l_12.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"phoca_thumb_l_12-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"phoca_thumb_l_12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:28:\"phoca_thumb_l_12-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2297, 349, '_thumbnail_id', '351'),
(2298, 349, 'Jour', '12'),
(2301, 349, '_yoast_wpseo_primary_category', '5'),
(2302, 349, '_yoast_wpseo_content_score', '90'),
(2303, 349, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2304, 349, 'image-1', '2lgpjlzhr9uw0kfdj5c2yvvvn.jpg'),
(2305, 349, 'image-2', '23laf9xytdvza4l2g0q7i9p25.jpg'),
(2306, 349, 'image-3', 'zw9d8bmrw38j7qc2vhm4fxmrs.jpg'),
(2307, 349, 'image-4', 'd95lsq5zrxdz8spn1otvoih2u.jpg'),
(2308, 349, 'image-5', 'jqny0eh0yn4lstluk3zy4anon.jpg'),
(2309, 349, 'image-6', 'a0qfoid7vkjrkoksonhzu4qzk.jpg'),
(2310, 349, 'image-7', '8c8qx6ne3ys7t5o7o1t62z1pf.jpg'),
(2311, 349, 'image-8', 'jmdgrg9jdkbt8ms8b4bf6m6lk.jpg'),
(2312, 349, 'image-9', 'l05ts26db9mxkutx59aea19dg.jpg'),
(2313, 349, 'image-10', 'ubbijik23ox4xx8yqq7ffy5j1.jpg'),
(2314, 349, 'image-11', '4jfgzwu6nc67ww5i5gmjv48oa.jpg'),
(2315, 349, 'image-12', '8chvceyc51fufyrr2poyemqof.jpg'),
(2316, 349, 'image-13', '4896lsqejrisk2sm4a7ttqnrz.jpg'),
(2317, 349, 'image-14', 'k7gizg1w28q4gg10hxor5ikgh.jpg'),
(2318, 349, 'image-15', 'i2jervkyqw1zmi3qcv47uybkp.jpg'),
(2319, 349, 'image-16', '4om6qti9umd8vuf145ul2nqln.jpg'),
(2320, 349, 'image-17', 'a1t0dv6zfv2i08xr11rrm6ir0.jpg'),
(2321, 349, 'image-18', 'onpan9oxifjhu5z3rstu91v33.jpg'),
(2322, 349, 'image-19', '3mdy8t4sk0mog7ucm0cv2nf81.jpg'),
(2323, 349, 'image-20', 'd697al9vz9v8t9c3tvb44549o.jpg'),
(2324, 349, 'image-21', '9cxskmujim0931fgybxxh2j6s.jpg'),
(2325, 349, 'image-22', 'gti3qn7a7ilqt0vkoasmd9aqn.jpg'),
(2326, 353, '_edit_lock', '1636111713:1'),
(2327, 354, '_wp_attached_file', '2021/11/image-5.png'),
(2328, 354, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-5.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2329, 353, 'Annee', '2013'),
(2330, 353, '_edit_last', '1'),
(2331, 353, 'Annee', '2013'),
(2332, 353, 'Mois', 'dec'),
(2333, 356, '_wp_attached_file', '2021/11/ArCo-20th-Birthday-4.jpg');
INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2334, 356, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2021/11/ArCo-20th-Birthday-4.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ArCo-20th-Birthday-4-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ArCo-20th-Birthday-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:32:\"ArCo-20th-Birthday-4-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1383507945\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:5:\"10000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2337, 353, '_thumbnail_id', '356'),
(2338, 353, 'Jour', '01'),
(2341, 353, '_yoast_wpseo_primary_category', '5'),
(2342, 353, '_yoast_wpseo_content_score', '90'),
(2343, 353, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2344, 353, 'image-1', 'sp3bi04n1ma45kk23gslhqald.jpg'),
(2345, 353, 'image-2', '8b3h1eeamasn69yr9ocoep57s.jpg'),
(2346, 353, 'image-3', 'dmgzp6s43ipv4osg5h4i1dtk8.jpg'),
(2347, 353, 'image-4', '1cfaha99y86rbdegjbbd9ebde.jpg'),
(2348, 353, 'image-5', '83ozxs84jiux9tc21a1p36n9r.jpg'),
(2349, 353, 'image-6', 'o7v2w04rpa29sj6gxm41t3soj.jpg'),
(2350, 353, 'image-7', 'lf1z0lm7mt2exsksypzh7938e.jpg'),
(2351, 353, 'image-8', 'g41wlbexr3hqqhhu5dc5pyu0f.jpg'),
(2352, 353, 'image-9', '3cssu3k5sf4qgth5zm73wzkuy.jpg'),
(2353, 353, 'image-10', '6i15x6jsz60e8ghmalv9vackt.jpg'),
(2354, 353, 'image-11', '62ixugygjvjrijlom8zrhmyb5.jpg'),
(2355, 353, 'image-12', 'e1ju7545gyh6d6zx77zp4l4ee.jpg'),
(2356, 353, 'image-13', '3a73d2karxscm7gcec7q2gpy8.jpg'),
(2357, 353, 'image-14', '5ytlvdtso8c1looxu79h8hq74.jpg'),
(2358, 353, 'image-15', 'jeymfvmbbbyit0b93i6d27pud.jpg'),
(2359, 353, 'image-16', 'kixoi4w7q1q8bgqypct0s9rk9.jpg'),
(2360, 353, 'image-17', 'mjyzamp8szf2f4uium5660xid.jpg'),
(2361, 353, 'image-18', '1yiiyoz5a6owf00ht3rk6kzpx.jpg'),
(2362, 353, 'image-19', 'v434493gbx1lzueqyxxw5z2pz.jpg'),
(2363, 353, 'image-20', 'w7ljjruw8zd3g9uxyqezoykp7.jpg'),
(2364, 353, 'image-21', 'vq526lg8o3mew6tigdxgj813h.jpg'),
(2365, 358, '_edit_lock', '1636112215:1'),
(2366, 358, 'Annee', '2013'),
(2367, 358, '_edit_last', '1'),
(2368, 358, 'Annee', '2013'),
(2369, 358, 'Mois', 'nov'),
(2370, 360, '_wp_attached_file', '2021/11/Urban-Art-18.jpg'),
(2371, 360, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:24:\"2021/11/Urban-Art-18.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Urban-Art-18-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Urban-Art-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:24:\"Urban-Art-18-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2374, 358, '_thumbnail_id', '360'),
(2375, 358, 'Jour', '30'),
(2378, 358, '_yoast_wpseo_primary_category', '5'),
(2379, 358, '_yoast_wpseo_content_score', '90'),
(2380, 358, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2381, 358, 'image-1', 'wjkbrnqhk55y2fy1zu2mgyqtb.jpg'),
(2382, 358, 'image-2', 'ik3oj0j37y1yjlww3p1da2wmt.jpg'),
(2383, 358, 'image-3', 'pr2s5qr3o0tnh4y9wis310yb8.jpg'),
(2384, 358, 'image-4', 'bgqcjrunik6u4056rdd748k9j.jpg'),
(2385, 358, 'image-5', 'elswrxws1ig58hx0o30qyt9n8.jpg'),
(2386, 358, 'image-6', 'hn5txnrfy25qj1wxbnnc5e4j8.jpg'),
(2387, 358, 'image-7', 't4ks0t3aiuioy7z66vf4oamgy.jpg'),
(2388, 358, 'image-8', 'as4oszbkl5lwrvb6bcw95wcxn.jpg'),
(2389, 358, 'image-9', 'mffhig1wi9hd29uo3ws3glw0n.jpg'),
(2390, 358, 'image-10', 'cj0nodzou4frlegih2164ba47.jpg'),
(2391, 358, 'image-11', 'on7e1s2vxznxdf0boy4l8bq25.jpg'),
(2392, 358, 'image-12', 'uws2gzhrfyd16bku915qal2rz.jpg'),
(2393, 358, 'image-13', 'e78pdt8w29c3zf3teok36adwo.jpg'),
(2394, 358, 'image-14', 's2thx14cwaa2leehq0p6bj2aw.jpg'),
(2395, 358, 'image-15', 'f4ny8zsrbdujepvm65cesg7qf.jpg'),
(2396, 358, 'image-16', 'aazyf9vkbvn18e0lgz34eptkq.jpg'),
(2397, 358, 'image-17', 'zck6w4jx5x1qr4a2zm1onow7d.jpg'),
(2398, 358, 'image-18', 'b1sof5jeb81m2428irh8hw0jq.jpg'),
(2399, 358, 'image-19', '3a0azbrrxmuammwwwqi9vld48.jpg'),
(2400, 358, 'image-20', 'ge60p81v4xawsopywwxx59lgd.jpg'),
(2401, 358, 'image-21', 'z67kob3v39hnconz4ui5cskb9.jpg'),
(2402, 358, 'image-22', 'gr1rwy6cvi0dy8amftkaocqpz.jpg'),
(2403, 358, 'image-23', 'tq8nzlrv8hbc9bra9dzb6txf1.jpg'),
(2404, 358, 'image-24', '9uxenn3y7lsy3nl7btu61aan7.jpg'),
(2405, 358, 'image-25', 'ya4agrppej7y5o49ubfixsp9v.jpg'),
(2406, 358, 'image-26', '677tri9f6hbr794zzxvao8b9d.jpg'),
(2407, 358, 'image-27', 't6w645a6odbx2bge94bd2y540.jpg'),
(2408, 358, 'image-28', 'x66fbtw9o4mih5i2llze0r28s.jpg'),
(2409, 358, 'image-29', 'zuxykfzm47g1kcm6k92jg4h79.jpg'),
(2410, 358, 'image-30', 'ck0ut023kv3m1nx3kdfmirhae.jpg'),
(2411, 358, 'image-31', 'z06kjfydqxoy2keniajxi1bie.jpg'),
(2412, 358, 'image-32', 'zzc5vrylduqut9vbnr8l5yqzg.jpg'),
(2413, 358, 'image-33', 'v4px80o1qkpfvip2nihb7281o.jpg'),
(2414, 358, 'image-34', 'xs8w91f5oufh9lo3l61o79c10.jpg'),
(2415, 358, 'image-35', 'q39bkx401aitv1rvk0luvcmt9.jpg'),
(2416, 358, 'image-36', 'uo975ym31t2xrr7ez0t230b49.jpg'),
(2417, 358, 'image-37', 'l7ptm7efohbwjjrs8foq18itn.jpg'),
(2418, 358, 'image-38', 'dfx6zvzxlb7s7qvlcyl6rypku.jpg'),
(2419, 358, 'image-39', '10myp72ntb26xx0cxh2pv869o.jpg'),
(2420, 358, 'image-40', 'z0u7372esjq4ni2ulwk0wd7ov.jpg'),
(2421, 358, 'image-41', 'teex5ikhfv40gojyjdncpc5cn.jpg'),
(2422, 358, 'image-42', 'fjsq8zickt4dns7sf6ftilpf3.jpg'),
(2423, 358, 'image-43', 'd1ss8hnr34cfkgjccrepnlrnt.jpg'),
(2424, 358, 'image-44', 'e7asjg6eumd14yu8r4wv8kvss.jpg'),
(2425, 358, 'image-45', 'osc1wqkwant04c9f22vfx6038.jpg'),
(2426, 358, 'image-46', 'iau4yu7spn6c03c3e2xkz787f.jpg'),
(2427, 358, 'image-47', 'syb9f1zmma2wp4d356k3wrqb5.jpg'),
(2428, 358, 'image-48', 'qr4ewchjczjvctwxk93lxjnto.jpg'),
(2429, 362, '_edit_lock', '1636116524:1'),
(2430, 362, 'Annee', '2013'),
(2431, 362, '_edit_last', '1'),
(2432, 362, 'Annee', '2013'),
(2433, 362, 'Mois', 'oct'),
(2434, 364, '_wp_attached_file', '2021/11/Community-Festival-58.jpg'),
(2435, 364, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:640;s:4:\"file\";s:33:\"2021/11/Community-Festival-58.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Community-Festival-58-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Community-Festival-58-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:33:\"Community-Festival-58-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2438, 362, '_thumbnail_id', '364'),
(2439, 362, 'Jour', '11'),
(2442, 362, '_yoast_wpseo_primary_category', '5'),
(2443, 362, '_yoast_wpseo_content_score', '90'),
(2444, 362, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2445, 362, 'image-1', '7xwni6c6cfgz3ww4v4isf3wby.jpg'),
(2446, 362, 'image-2', 'skqxektq9k952pcwpn0gf8erv.jpg'),
(2447, 362, 'image-3', 'e9eu0i61unspzojkcif48t38p.jpg'),
(2448, 362, 'image-4', 'xgi88c5cfwla4hypgemtg36nk.jpg'),
(2449, 362, 'image-5', 'kk4infe8e4exnkg5crnqsww2y.jpg'),
(2450, 362, 'image-6', 'huem3j2e5qmt01mwbieejfgzt.jpg'),
(2451, 362, 'image-7', 'n2w26apabom3ibtzjsukbn0j9.jpg'),
(2452, 362, 'image-8', '6oo3wpwjt5rhlo8tv20u2ra47.jpg'),
(2453, 362, 'image-9', 'yh4td1wu9p29bayykyy0ruqvb.jpg'),
(2454, 362, 'image-10', 'pmgpzq7gnyxvr4nqr189bb8cp.jpg'),
(2455, 362, 'image-11', 'lrsf2itf123rz6dyfggymm6aa.jpg'),
(2456, 362, 'image-12', '8kyl4zc7h7gfw7caskrgwo6rt.jpg'),
(2457, 362, 'image-13', 'cd25kdvdlcd23ra9qr7a6vmpa.jpg'),
(2458, 362, 'image-14', 'm6qp6j9l2c190097dofekvos8.jpg'),
(2459, 362, 'image-15', '5zjibjplpes845d3it7xh576j.jpg'),
(2460, 362, 'image-16', 'oamtss1wufqkmqlg315z3aml5.jpg'),
(2461, 362, 'image-17', 'c5a82wjx7eu9974q68quxt3gj.jpg'),
(2462, 362, 'image-18', '573bnmanwb60es2uzq7m0e72n.jpg'),
(2463, 362, 'image-19', 'by6ocjsz8c3ofpzdiyb4hz8md.jpg'),
(2464, 362, 'image-20', '27n6xs7noedb14qou6cr60j57.jpg'),
(2465, 362, 'image-21', 'lgzfiv8zxjxz3ortgpryaz3u3.jpg'),
(2466, 362, 'image-22', '6r72e8vtnm841cloi5ur87vh7.jpg'),
(2467, 362, 'image-23', 'c63m83ejoalqqq0tqh6kyk50p.jpg'),
(2468, 362, 'image-24', 'trjankparcuo84tj8gb75is0z.jpg'),
(2469, 362, 'image-25', '1dl2j4rmsq7qr2ybwud5x7qtn.jpg'),
(2470, 362, 'image-26', 'dfy9nfztx826dwkocfmpojw8e.jpg'),
(2471, 362, 'image-27', '9ihg0nk0u4pxmkq7w4sjwxk2c.jpg'),
(2472, 362, 'image-28', 'k24h2rcl3u1srsoftlrh0vmhx.jpg'),
(2473, 362, 'image-29', 'rimu4krio83p5fshrgwvoca8a.jpg'),
(2474, 362, 'image-30', 'ljg3io4h3wqe5drjeohbxoj9f.jpg'),
(2475, 362, 'image-31', 'i4756qh0r7r0511x7388u1l2q.jpg'),
(2476, 362, 'image-32', '1s51klzhopyz5ys1dpffy9s6w.jpg'),
(2477, 362, 'image-33', 't1bz4we9avk67b9mvcoy3auo5.jpg'),
(2478, 362, 'image-34', '82kfmfpdq8xnv9izrrb6rmqcs.jpg'),
(2479, 362, 'image-35', '2e4p36x2z8nymfv2hszj0pyw5.jpg'),
(2480, 362, 'image-36', 'plhvdvzec5zdhp1603zitaq09.jpg'),
(2481, 362, 'image-37', 'lzr941wdja3z54mzehi57v5ua.jpg'),
(2482, 362, 'image-38', 'i1e365daoxigtjql9feomjla5.jpg'),
(2483, 362, 'image-39', 'keebd3e7iin5uow68e3rtrmn5.jpg'),
(2484, 362, 'image-40', 'drnkfdzxysbiu034aosvm5wmb.jpg'),
(2485, 362, 'image-41', 'bulxhhcak4g904mpiu49bhtut.jpg'),
(2486, 362, 'image-42', '0zmn8a1umbb42bnindnjomstm.jpg'),
(2487, 362, 'image-43', 'wsq3syr64rh6vupc6nzezuad5.jpg'),
(2488, 362, 'image-44', '0ata6zt33fesxpzxbh20v9igb.jpg'),
(2489, 362, 'image-45', 'mibjea5kagja3qrxr8fk32jmh.jpg'),
(2490, 362, 'image-46', 'yqml9jrzfoccaq3m9h7diwqtj.jpg'),
(2491, 362, 'image-47', 'fufcvzp6azn40dfkx1963fgpd.jpg'),
(2492, 362, 'image-48', 'umrpueiy1dn5uc4efpmu44l9j.jpg'),
(2493, 362, 'image-49', 'ncr55mr3ek9sgn696po7ivl33.jpg'),
(2494, 362, 'image-50', 'zluxa4jgtbvk8etl279xksaoa.jpg'),
(2495, 362, 'image-51', 'x6bt85w8r7meq2wgtdbwwk6ke.jpg'),
(2496, 362, 'image-52', 'ou5d3pizku92azzg5m3ofr700.jpg'),
(2497, 362, 'image-53', '6p142w9omex9rxpe0isah25ca.jpg'),
(2498, 362, 'image-54', 'fntcjf2awcd4yj03iqbt69bkd.jpg'),
(2499, 362, 'image-55', 'bk0tyo3k3qz7d9dv2uvrm52ec.jpg'),
(2500, 362, 'image-56', 'j35qei7hqtg26hduc3jqfbmuz.jpg'),
(2501, 362, 'image-57', 'iobgbhaqluvv4jovznyls64of.jpg'),
(2502, 362, 'image-58', '3ymv53f3twsclfp4cik70s0px.jpg'),
(2503, 362, 'image-59', 'epdmfxwxrmg2hxrs3se6dw1k2.jpg'),
(2504, 362, 'image-60', '4nzhhqaj2a48ps9ubml61nuza.jpg'),
(2505, 362, 'image-61', 'w2hnhir013eu7eghfjstjxs5a.jpg'),
(2506, 362, 'image-62', 'hk8fi4zvu189hpe1mj2hjl08h.jpg'),
(2507, 362, 'image-63', '3brwgfl7izharg8pov9ew4qpe.jpg'),
(2508, 362, 'image-64', 's5yf3lgx4237e05nv3eigj57c.jpg'),
(2509, 362, 'image-65', '9gg9ol7bixe4p6ecch88e73sq.jpg'),
(2510, 362, 'image-66', 'vq05wpdedrkk2rrpqn85xpaut.jpg'),
(2511, 362, 'image-67', 'wxode5iqxzubnjv4ms0cvzp6n.jpg'),
(2512, 362, 'image-68', '93lxjr8pwf39p973sgqchxkl7.jpg'),
(2513, 362, 'image-69', '0jyy668x5y8y6gv7m7r24ujsf.jpg'),
(2514, 362, 'image-70', '3w426xj4lea0vz36qb5wudicp.jpg'),
(2515, 362, 'image-71', '1i2yq6mmdgw57czg11f58re8r.jpg'),
(2516, 362, 'image-72', 'gwolyq92fzdsjanhbj6jklk1m.jpg'),
(2517, 362, 'image-73', '23df0qsv6jd0stwqswf1gdf9q.jpg'),
(2518, 362, 'image-74', 'zpbyu6b9w3n7nf2g7jkf5z48c.jpg'),
(2519, 362, 'image-75', '5y03tgdy3l6g80fznqg57urod.jpg'),
(2520, 362, 'image-76', '1qh0ufk7mxo2ko6wjjklr1w3b.jpg'),
(2521, 362, 'image-77', 'kab3qmu3z7kq5l6zsaw1hks5p.jpg'),
(2522, 362, 'image-78', 'w4guujdf8f8mbfqja8hytamv5.jpg'),
(2523, 362, 'image-79', 'g1ttx4nit737aagcnbg2byjc6.jpg'),
(2524, 362, 'image-80', 'avgwsh45a5rbgwoy3pneqejg4.jpg'),
(2525, 362, 'image-81', 'njy75qrihk4ql5hc8jps946r6.jpg'),
(2526, 362, 'image-82', 'ezb0j2jek2c3o6bgpti11iq7a.jpg'),
(2527, 362, 'image-83', 'vne1zq8k7dg839u9mwrgd33ff.jpg'),
(2528, 362, 'image-84', '8aojxj014uh4rkxtyl9z28md9.jpg'),
(2529, 362, 'image-85', '056pgfbdrfz41654gk2wsdps9.jpg'),
(2530, 362, 'image-86', 'jlaedngxpbffgq1ycn7vniu77.jpg'),
(2531, 362, 'image-87', 'wnyljgh7d90negvi0pnlzdgn7.jpg'),
(2532, 362, 'image-88', 'jkcf1z30zab8f05ci2sijbbmb.jpg'),
(2533, 362, 'image-89', 'ytdiz194gn76m04uz2z68qg8q.jpg'),
(2534, 362, 'image-90', 'fz4qi8eo99hzoeo37ngvsvvj8.jpg'),
(2535, 362, 'image-91', '2yqdjijh09igy2bmb03ub46u9.jpg'),
(2536, 362, 'image-92', 'uawpq3ce6a8jb8wbxb68bss9l.jpg'),
(2537, 362, 'image-93', 'pyhz4x5w8fa6ykar3qp81bra5.jpg'),
(2538, 362, 'image-94', 'ga334ufg0z1meltlaikqp10a5.jpg'),
(2539, 362, 'image-95', 'cpsd47pjmh4dfi94ulxqnd4pd.jpg'),
(2540, 362, 'image-96', 'ab1htx1c7vxdd544km209pjup.jpg'),
(2541, 362, 'image-97', 'veo9467p74i4w49ueupichjbz.jpg'),
(2542, 362, 'image-98', 'h5sqv9e30co2rjon70ffkzgze.jpg'),
(2543, 362, 'image-99', 'fylqb9rp58r29db1r69v545gj.jpg'),
(2544, 362, 'image-100', 'qgtshh9k7os2hvc6e2hzap8r4.jpg'),
(2545, 362, 'image-101', 'g5bq9svkwhof6o017m3t2d406.jpg'),
(2546, 362, 'image-102', 'zbs7mhnsivyba5sorkb6f264a.jpg'),
(2547, 362, 'image-103', 'jnoc74ckeertdj5cqgg6mepmj.jpg'),
(2548, 362, 'image-104', '2hict47a307yc3iiho2dhooux.jpg'),
(2549, 362, 'image-105', 'knslgo1tximh26v4gbycycf8u.jpg'),
(2550, 362, 'image-106', 's2z4b495j5ecw8yv6g0iqqro4.jpg'),
(2551, 362, 'image-107', 'cy1piifysq0dbs9505e9xcjzm.jpg'),
(2552, 362, 'image-108', 'ls7f58b28y0ud37guxkgpue36.jpg'),
(2553, 362, 'image-109', 'aefijwnzy8r5b660mqccebmra.jpg'),
(2554, 362, 'image-110', 'qhv49etf0bsjc409parq5n5bh.jpg'),
(2555, 362, 'image-111', 'fcczm75gm5b6qgex9ywslf2tu.jpg'),
(2556, 362, 'image-112', 'bgcfdok5owwxecdab9pe9v1u7.jpg'),
(2557, 362, 'image-113', 'ldpihza16srqj45islznokxu9.jpg'),
(2558, 362, 'image-114', '19bsx5ajavj2mz590l2vos4jb.jpg'),
(2559, 362, 'image-115', 'qj50hd3n7yoe1ue21dkgsn31w.jpg'),
(2560, 362, 'image-116', 'nr0mmf7s8wfnwvrfn1a7r0bgm.jpg'),
(2561, 362, 'image-117', '9zehs80crn9wkb58xj1p5ar65.jpg'),
(2562, 366, '_edit_lock', '1636117008:1'),
(2563, 367, '_wp_attached_file', '2021/11/image-6.png'),
(2564, 367, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2565, 366, 'Annee', '2013'),
(2566, 366, '_edit_last', '1'),
(2567, 366, 'Annee', '2013'),
(2568, 366, 'Mois', 'sept'),
(2569, 369, '_wp_attached_file', '2021/11/Mentor-Graphics-83.jpg'),
(2570, 369, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:30:\"2021/11/Mentor-Graphics-83.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Mentor-Graphics-83-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Mentor-Graphics-83-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:30:\"Mentor-Graphics-83-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2573, 366, '_thumbnail_id', '369'),
(2574, 366, 'Jour', '27'),
(2577, 366, '_yoast_wpseo_primary_category', '5'),
(2578, 366, '_yoast_wpseo_content_score', '60'),
(2579, 366, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2580, 366, 'image-1', 'zsgv7c6kaaay9wcspqigwnzkf.jpg'),
(2581, 366, 'image-2', 'wvdcqk19aiplj11ddnqa6vuw7.jpg'),
(2582, 366, 'image-3', 'ucnac1try2eei4qnpukbfzm40.jpg'),
(2583, 366, 'image-4', '5dquxvmixrvo2z07zp6fdyfa9.jpg'),
(2584, 366, 'image-5', 'tb1paiwm32obnh1f7p1f49n22.jpg'),
(2585, 366, 'image-6', '2fl8bahia30fdtl56q1wxkkk9.jpg'),
(2586, 366, 'image-7', '9y4z5k5szfhz8g26ago8dj3u0.jpg'),
(2587, 366, 'image-8', 'sfypl7yox3g4uqvwmfeq2jplf.jpg'),
(2588, 366, 'image-9', 'z2hwzydng0d6uhq4lke2wt39j.jpg'),
(2589, 366, 'image-10', 'pzdur7njhd55aij7o7dhhfzag.jpg'),
(2590, 366, 'image-11', 'qhc2niy4zbv3e62jpmsqck2gt.jpg'),
(2591, 366, 'image-12', 'o0gcbq55w32sdlx8avexs6tci.jpg'),
(2592, 366, 'image-13', 'sds8ufrg9h0g22btsxgvrwwwb.jpg'),
(2593, 366, 'image-14', 'i8stmkgwwmzgat6ucqzi1eklv.jpg'),
(2594, 366, 'image-15', 'n0m55m5k8awkcnc6bx7ah3ewv.jpg'),
(2595, 366, 'image-16', '6tzcq7vfmusdfmxhmi4zcqaym.jpg'),
(2596, 366, 'image-17', 'vqug2o58niy888l4vshm0jbzu.jpg'),
(2597, 366, 'image-18', 'wm44xyxqyz5m0xuq5nzfxkxn6.jpg'),
(2598, 366, 'image-19', 'mtqv08419xarmltmv7rowood5.jpg'),
(2599, 366, 'image-20', 'gimdh683rtbyuqtbr8k6x400o.jpg'),
(2600, 366, 'image-21', '8xl57zeusej975h0fxtox0v8i.jpg'),
(2601, 366, 'image-22', 'aqe3bjjd28150stm6m5henfph.jpg'),
(2602, 366, 'image-23', 'rqs18ba7wgya4e3vdnrxfyguw.jpg'),
(2603, 366, 'image-24', '90bbs6j34hkk7xk5ayt99sevh.jpg'),
(2604, 366, 'image-25', 'ntaax60yria886ct1vzic0q2d.jpg'),
(2605, 366, 'image-26', 'dwwx3y5esa8lhlaf4rxmvjq66.jpg'),
(2606, 366, 'image-27', 'nzh12hzlyggf9jaroom3ctkg5.jpg'),
(2607, 366, 'image-28', 'pwqtgfueow754rq469noz9gjs.jpg'),
(2608, 366, 'image-29', 'fbsrjksk1ldpy288brpmjgghc.jpg'),
(2609, 366, 'image-30', 'g2wt1pu149imq1xf6386fnuoj.jpg'),
(2610, 366, 'image-31', 'm2zmhh5ks8wgo272e27u69geb.jpg'),
(2611, 366, 'image-32', 'jt13z2db1lk59lfrabq6g2r4p.jpg'),
(2612, 366, 'image-33', 'ee3xiv3s9y6jyu37w14xkkkz9.jpg'),
(2613, 366, 'image-34', 'zlh44nbam7kv8f9lus197n50o.jpg'),
(2614, 366, 'image-35', '5pc1m2gf5pjtpmfo0x68orko0.jpg'),
(2615, 366, 'image-36', 'bl8ndwmd8w4z1bidncgwb3f95.jpg'),
(2616, 366, 'image-37', '6wjtbcex6c8vmhzlcc18stzc9.jpg'),
(2617, 366, 'image-38', 'vrrq1909qxp4mwg4e5o4sau6s.jpg'),
(2618, 366, 'image-39', 'dawm6zywcyme4kdt3lzrt2jmn.jpg'),
(2619, 366, 'image-40', 'bp2di2o5vjzxf09xeyqyjuddh.jpg'),
(2620, 366, 'image-41', '88u3aaqvm2n1lzlqk5rbc7yq0.jpg'),
(2621, 366, 'image-42', '55028wkssq0ubi6getmxaefiq.jpg'),
(2622, 366, 'image-43', 'ptdw039hn5iva5lf7lsu54dun.jpg'),
(2623, 366, 'image-44', 'jlw4lx4k29hgc4hhtoo7gwqp5.jpg'),
(2624, 366, 'image-45', 't23lcszze6s0a5fwcpsodulkc.jpg'),
(2625, 366, 'image-46', 'hyeepphr2cvhatcn66ksehvvt.jpg'),
(2626, 366, 'image-47', '22kybylgqezhlx1xb0yl4jq6f.jpg'),
(2627, 366, 'image-48', '0yq28mw76k3vrds1hkpcno6js.jpg'),
(2628, 366, 'image-49', 'ibe2uazfgdl6jhpfzirnosoag.jpg'),
(2629, 366, 'image-50', 'ikrfpnidyutlii169m8fyzkc7.jpg'),
(2630, 366, 'image-51', 'zz7ybe9q2m76ykzbpcm6g7s6g.jpg'),
(2631, 371, '_edit_lock', '1636117362:1'),
(2632, 371, 'Annee', '2013'),
(2633, 371, '_edit_last', '1'),
(2634, 371, 'Annee', '2013'),
(2635, 371, 'Mois', 'juin'),
(2636, 373, '_wp_attached_file', '2021/11/JTI-TeamBuilding-22.jpg'),
(2637, 373, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:320;s:6:\"height\";i:480;s:4:\"file\";s:31:\"2021/11/JTI-TeamBuilding-22.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"JTI-TeamBuilding-22-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"JTI-TeamBuilding-22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:31:\"JTI-TeamBuilding-22-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2640, 371, '_thumbnail_id', '373'),
(2641, 371, 'Jour', '15'),
(2644, 371, '_yoast_wpseo_primary_category', '5'),
(2645, 371, '_yoast_wpseo_content_score', '90'),
(2646, 371, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2647, 371, 'image-1', 'x5htb9l6vbf1liwr01nkr9nsm.jpg'),
(2648, 371, 'image-2', '7f1z9w7k3ttufxjlg10zv1p50.jpg'),
(2649, 371, 'image-3', 'lj2453xpfhc6uam0gjjtfndkk.jpg'),
(2650, 371, 'image-4', 'xdnvbc4dfe1s8ztochx5xf34q.jpg'),
(2651, 371, 'image-5', 'v7jjxv9s6elknttgdua01oqgc.jpg'),
(2652, 371, 'image-6', 'isod3qlbyr70iw7l468or2epo.jpg'),
(2653, 371, 'image-7', 'uih0jmeb8moi79ux880klhw5e.jpg'),
(2654, 371, 'image-8', 'qlj7q6i78gd13i1740lne0ux4.jpg'),
(2655, 371, 'image-9', 'oxp540dqaw21c1r1rvjrj2il3.jpg'),
(2656, 371, 'image-10', '8n7rj1uj6owxra2o4hdyzh3sb.jpg'),
(2657, 371, 'image-11', 'eya5c1u7msln3zgt5dz4k9t8n.jpg'),
(2658, 371, 'image-12', 'fvxbkb5hl6tvtdlkf21s0ewlj.jpg'),
(2659, 371, 'image-13', 'wr6c98p3yugb1ljjm8t54ba6x.jpg'),
(2660, 371, 'image-14', 's7gvcsg57adf9y64awxhb44to.jpg'),
(2661, 371, 'image-15', '00qq8uyurrmfdt1znf1g3fuh2.jpg'),
(2662, 371, 'image-16', '87a2vwrxcjhy30hxc3upnezaz.jpg'),
(2663, 371, 'image-17', 'ufd1uz4gb43626lh53mexitqw.jpg'),
(2664, 371, 'image-18', '6upldvtl17ica0xwtaxgmq7dg.jpg'),
(2665, 371, 'image-19', '6o3edmax9utvsxhn96bo0rqt9.jpg'),
(2666, 371, 'image-20', '5c00e4tv6xe7yiqy7tsngydci.jpg'),
(2667, 371, 'image-21', 'mzb533tcsf1759w6grb2eqq2k.jpg'),
(2668, 371, 'image-22', 'jttdxrct2oti7wq25klosufkx.jpg'),
(2669, 371, 'image-23', 'uklg1w35bahneaygrwam655j8.jpg'),
(2670, 375, '_edit_lock', '1636117624:1'),
(2671, 375, 'Annee', '2013'),
(2672, 375, '_edit_last', '1'),
(2673, 375, 'Annee', '2013'),
(2674, 375, 'Mois', 'Juin'),
(2675, 377, '_wp_attached_file', '2021/11/Docuvista-8.jpg'),
(2676, 377, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2021/11/Docuvista-8.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Docuvista-8-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Docuvista-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:23:\"Docuvista-8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2679, 375, '_thumbnail_id', '377'),
(2680, 375, 'Jour', '13'),
(2683, 375, '_yoast_wpseo_primary_category', '5'),
(2684, 375, '_yoast_wpseo_content_score', '60'),
(2685, 375, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2686, 375, 'image-1', 'lgrlsgy9lc18vi96enjpk82we.jpg'),
(2687, 375, 'image-2', 'dqwda359gksh3w8vhfkbmx86a.jpg'),
(2688, 375, 'image-3', 'veo8sacm3hk63dmrz438ri6ov.jpg'),
(2689, 375, 'image-4', 'jzwi3m4kk7f3zm8fvujov1qh3.jpg'),
(2690, 375, 'image-5', '9fr06luekfeclo4iler0v09i6.jpg'),
(2691, 375, 'image-6', '94w9570h3s7jme7soaiq247bb.jpg'),
(2692, 375, 'image-7', 'e4tl3qc9ijvyiyqpig53bzqgc.jpg'),
(2693, 375, 'image-8', 'zt9aczrmbvnkbn233ko9za4aw.jpg'),
(2694, 375, 'image-9', '43xy8oi9j2fj2byd8cifafdpe.jpg'),
(2695, 375, 'image-10', 'd7f8y4kz1b8hedrkm5hbp7e74.jpg'),
(2696, 375, 'image-11', 'fk3u9b48ufw3k2oqr8oal3082.jpg'),
(2697, 375, 'image-12', 'phl14ijvjzqkj1pzh0uhv6724.jpg'),
(2698, 375, 'image-13', '3vak692lryeophiu03c3bu7qt.jpg'),
(2699, 375, 'image-14', '0ntqebax7gyio29sql0pqwp9t.jpg'),
(2700, 375, 'image-15', 'scrf8j08xzze4v6iochry8w4q.jpg'),
(2701, 375, 'image-16', '49xor2hm6z9otkjun7vqlb19o.jpg'),
(2702, 375, 'image-17', 'ytlwe7axpp5hynofflrnm71zq.jpg'),
(2703, 375, 'image-18', 'hntyy45fpvfgn3ihqll4qa08g.jpg'),
(2704, 375, 'image-19', 'xe97rous6b3cz3mqeva4kvvw1.jpg'),
(2705, 375, 'image-20', 'zy3erhb5wwtfjhdhg56icnqsb.jpg'),
(2706, 375, 'image-21', '62m7uaqojjewkli6zju6nk1q0.jpg'),
(2707, 375, 'image-22', 'omz9o42remra8hukozcgs4cq1.jpg'),
(2708, 379, '_edit_lock', '1636117874:1'),
(2709, 379, 'Annee', '2013'),
(2710, 379, '_edit_last', '1'),
(2711, 379, 'Annee', '2013'),
(2712, 379, 'Mois', 'mai'),
(2713, 381, '_wp_attached_file', '2021/11/409055_515762558442182_183443676_n.jpg'),
(2714, 381, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:453;s:4:\"file\";s:46:\"2021/11/409055_515762558442182_183443676_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"409055_515762558442182_183443676_n-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"409055_515762558442182_183443676_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:46:\"409055_515762558442182_183443676_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2717, 379, '_thumbnail_id', '381'),
(2718, 379, 'Jour', '03'),
(2721, 379, '_yoast_wpseo_primary_category', '5'),
(2722, 379, '_yoast_wpseo_content_score', '90'),
(2723, 379, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2724, 379, 'image-1', '46rymhni97p80tdxdbszsizr6.jpg'),
(2725, 379, 'image-2', 'cumti2okm799mm0zpfcn6tfzs.jpg'),
(2726, 379, 'image-3', 'e8ixqtt5l7qb96gj63bj7cqeu.jpg'),
(2727, 379, 'image-4', 'y3oysy0rjv1y6kk6608anlzjv.jpg'),
(2728, 379, 'image-5', 'p86rw8tc3y9d5vop80z8iqm3k.jpg'),
(2729, 379, 'image-6', 'jyvtdco2u48lfn7r2bcoe9c4h.jpg'),
(2730, 379, 'image-7', 'u9hpctz6al1kn5jzqfounnkby.jpg'),
(2731, 379, 'image-8', 't70xx8lkcq6xtrhk47ewmx4op.jpg'),
(2732, 379, 'image-9', 'qqjoy1pgpe6t0y7cnrpnylnrm.jpg'),
(2733, 379, 'image-10', '4mcjjial5cnsl0vor8mwhh0xd.jpg'),
(2734, 379, 'image-11', 'eu7aq4df2ecz5cp5n1sp998rn.jpg'),
(2735, 379, 'image-12', 'oo5k5aorojiyyufpoaiei81jo.jpg'),
(2736, 379, 'image-13', 's28f6gf86dlbjghbuvump1mcw.jpg'),
(2737, 379, 'image-14', 'i21kxqdwsii83f3x81xhzthpm.jpg'),
(2738, 379, 'image-15', 'ham4s9du6h7jvwkudy7ypjj3v.jpg'),
(2739, 379, 'image-16', 'v2uomytw64unu7eii3gcpuoi4.jpg'),
(2740, 379, 'image-17', '1c7cj6hcvx2zssg3lpxvn9xmo.jpg'),
(2741, 379, 'image-18', 'r2ix6kx03rjd1ufdizy8vkwt3.jpg'),
(2742, 383, '_edit_lock', '1636117966:1'),
(2743, 383, 'Annee', '2013'),
(2744, 383, '_edit_last', '1'),
(2745, 383, 'Annee', '2013'),
(2746, 383, 'Mois', 'Avr'),
(2749, 383, 'Jour', '23'),
(2752, 383, '_yoast_wpseo_primary_category', '5'),
(2753, 383, '_yoast_wpseo_content_score', '90'),
(2754, 383, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2755, 386, '_edit_lock', '1636118361:1'),
(2756, 386, 'Annee', '2013'),
(2757, 386, '_edit_last', '1'),
(2758, 386, 'Annee', '2013'),
(2759, 386, 'Mois', 'mars'),
(2760, 388, '_wp_attached_file', '2021/11/66430_564764046875366_40740286_n.jpg'),
(2761, 388, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:44:\"2021/11/66430_564764046875366_40740286_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"66430_564764046875366_40740286_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"66430_564764046875366_40740286_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:44:\"66430_564764046875366_40740286_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2764, 386, '_thumbnail_id', '388'),
(2765, 386, 'Jour', '17'),
(2768, 386, '_yoast_wpseo_primary_category', '5'),
(2769, 386, '_yoast_wpseo_content_score', '90'),
(2770, 386, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2771, 386, 'image-1', 'ili8iu88u6bw5g6u0ftnqp2dk.jpg'),
(2772, 386, 'image-2', '643mmcpnmxm1ywbqmzfbxzxrv.jpg'),
(2773, 386, 'image-3', '35ifi51l10upo0nxdyldhverf.jpg'),
(2774, 386, 'image-4', 'p0u1xvuqcgvi3ljt8sskpicqx.jpg'),
(2775, 386, 'image-5', 'xw6w2ro9nusqxqo6702dw41g1.jpg'),
(2776, 386, 'image-6', 'nvlbdhwi0qyhttipsh9qrd3xw.jpg'),
(2777, 386, 'image-7', 'd9gty7j12xgt0cyxr6fj7orfq.jpg'),
(2778, 386, 'image-8', 'p735sk63iihlknmm6nix00g7o.jpg'),
(2779, 386, 'image-9', 'sfptwteign827y3wub0q4sk9s.jpg'),
(2780, 386, 'image-10', 'w003q6l1elkyawmil775a7oe3.jpg'),
(2781, 386, 'image-11', 'lfoeppqat42c4z9i24z9gw9az.jpg'),
(2782, 386, 'image-12', 'i71kdwwjirq5szrlv3859jtz2.jpg'),
(2783, 386, 'image-13', 'hful28j2rh338gw75j6329ody.jpg'),
(2784, 386, 'image-14', '734poegnvvt7bkqucc8tz6kmz.jpg'),
(2785, 386, 'image-15', 'ri6cau85e993z7u43z4h4nyk1.jpg'),
(2786, 386, 'image-16', 's3fkm0nacvvyw3yim13hwmvye.jpg'),
(2787, 386, 'image-17', 'qjst7tsrbkfq2g739t4o27oxk.jpg'),
(2788, 386, 'image-18', 'i3wtnugtkvw3snojdq9xu9ldj.jpg'),
(2789, 386, 'image-19', '61hpdrpf6ymtgdyjck42eccif.jpg'),
(2790, 386, 'image-20', 'v2om32tx7fr0payu5x4gvgof4.jpg'),
(2791, 386, 'image-21', 'avebnppqqi0441aar3q7hd3ub.jpg'),
(2792, 386, 'image-22', 'uvzbs05qmbhlh6qjk71oifdsz.jpg'),
(2793, 386, 'image-23', 'tcn96q5xk7o7a2c1p3aad7zth.jpg'),
(2794, 390, '_edit_lock', '1636118877:1'),
(2795, 390, 'Annee', '2013'),
(2796, 390, '_edit_last', '1'),
(2797, 390, 'Annee', '2013'),
(2798, 390, 'Mois', 'jan'),
(2799, 392, '_wp_attached_file', '2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg'),
(2800, 392, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:640;s:4:\"file\";s:45:\"2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"ACBA-Awards-New-2013-Year-Party-9-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"ACBA-Awards-New-2013-Year-Party-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:45:\"ACBA-Awards-New-2013-Year-Party-9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2803, 390, '_thumbnail_id', '392'),
(2804, 390, 'Jour', '04'),
(2807, 390, '_yoast_wpseo_primary_category', '5'),
(2808, 390, '_yoast_wpseo_content_score', '90'),
(2809, 390, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2810, 390, 'image-1', '4km8ddcjvlzyk5s498r8ywvqj.jpg'),
(2811, 390, 'image-2', 'iavdeziijwe5df8u6tt15v1jc.jpg'),
(2812, 390, 'image-3', '75rlljxe4ghxj59y15l52g48y.jpg'),
(2813, 390, 'image-4', '15avm1co5jsau3hrju8yh913r.jpg'),
(2814, 390, 'image-5', '6n6brypo3ah89vme4ks6w5ijm.jpg'),
(2815, 390, 'image-6', '6zqkmvbojybyn9ajub9c5ak0e.jpg'),
(2816, 390, 'image-7', 'rzuvnlzxuycqhb0twiotio20u.jpg'),
(2817, 390, 'image-8', 'rdeyrv65xcw6kvseni6y0fcep.jpg'),
(2818, 390, 'image-9', 'ob1hrfgmxvv04swiiinli4vpp.jpg'),
(2819, 390, 'image-10', '4nx7fyjbbuuaru39cbt0o3ziq.jpg'),
(2820, 390, 'image-11', 'su6egd4gyvjne6qt2ka8lxc34.jpg'),
(2821, 390, 'image-12', 'oxb4a9e1srk4hh7qy8j5i3mo7.jpg'),
(2822, 390, 'image-13', 'aklagsxqhc78qeq5ve0r1iszq.jpg'),
(2823, 390, 'image-14', '9h51d64er8haivyprrubbkdvz.jpg'),
(2824, 390, 'image-15', 'azcpa33v7iffmo93844m62tmm.jpg'),
(2825, 390, 'image-16', 'bc0jirzm9gedbczo6lbffdydp.jpg'),
(2826, 390, 'image-17', 'zdvfxh6ngkc8f6kxowgb8c3db.jpg'),
(2827, 390, 'image-18', 'kjjl4ipqlwpref1fhnxhiz4cp.jpg'),
(2828, 390, 'image-19', 'ckrl0m8ohejyluc4oc587xgjs.jpg'),
(2829, 390, 'image-20', '0ih7e4h11ddbrbbyqhm77vz8c.jpg'),
(2830, 390, 'image-21', 'pm1cgu3o57ipmxb8crejld74i.jpg'),
(2831, 390, 'image-22', 'wuwvmjyykvsckqiuq23ioqhkh.jpg'),
(2832, 390, 'image-23', '6unuwwk504bnjqv5kabpb5ob7.jpg'),
(2833, 390, 'image-24', '6rol0jnwlnyfg01actmdrtdoa.jpg'),
(2834, 390, 'image-25', '4hx9ungi7uts7dg6lwy2wb2ze.jpg'),
(2835, 390, 'image-26', 'dujxsvv3kv3pi7lduixd29epy.jpg'),
(2836, 390, 'image-27', 'y2g9b1bz88qek9rrc97q33td0.jpg'),
(2837, 390, 'image-28', 'd28ar8xube9drrtmnqhd9f8bk.jpg'),
(2838, 390, 'image-29', '9gm0dfsw0f068s2ed6u4k1n79.jpg'),
(2839, 390, 'image-30', '8pzslscq49gwftoz2vhu12ly1.jpg'),
(2840, 390, 'image-31', '146k15rg33wneev11ukjv1pes.jpg'),
(2841, 390, 'image-32', 'k8zodemztcgeeewyioz4fm5wx.jpg'),
(2842, 390, 'image-33', 'o5zq009v39mpo86tfd7wewmxn.jpg'),
(2843, 390, 'image-34', 'tv8oriucd1cmu7bly73g0874l.jpg'),
(2844, 390, 'image-35', 'm31w8elnzqpqmqaz32bxkw4wr.jpg'),
(2845, 390, 'image-36', 'ppey7hwgai7t738w0kptvey4e.jpg'),
(2846, 390, 'image-37', 'dsuwjwdfvpuqjw3lpeh1wno8n.jpg'),
(2847, 390, 'image-38', 'w1slfx1wa3md4fnv271rbz2xd.jpg'),
(2848, 390, 'image-39', 'ocbyyow2u159p3ib33woyougg.jpg'),
(2849, 390, 'image-40', '6yxf4nyscexgcvu4f79r7i48f.jpg'),
(2850, 390, 'image-41', 'jxjs83fndjuu4geu1cbnup3hs.jpg'),
(2851, 390, 'image-42', '09r1rzrghgg75ex1gglh73ww3.jpg'),
(2852, 390, 'image-43', 'wvb3ewukug5u5yjuhl4qa67nw.jpg'),
(2853, 390, 'image-44', 'qcjgyz7os72dx24lv1ij2gtv3.jpg'),
(2854, 390, 'image-45', '90eqcwpci9sp5tgfu1x9tovkj.jpg'),
(2855, 390, 'image-46', '7q03zjjc9asg893679d69h488.jpg'),
(2856, 390, 'image-47', 'oceja6pzt1vdwr0bsbi1yv5wf.jpg'),
(2857, 390, 'image-48', '1z8vcgarm6t5mwsrptvgvskyb.jpg'),
(2858, 390, 'image-49', 'rovrk8coout85k8wybj254yo1.jpg'),
(2859, 390, 'image-50', '8bmpsj8u9nrie004iutv9pcuy.jpg'),
(2860, 390, 'image-51', 'd0nk3iq3eip9of0sbn5ybjxzt.jpg'),
(2861, 390, 'image-52', 'd4qkksi2te92ucpnsfahux7zx.jpg'),
(2862, 390, 'image-53', 'ncgqusqnmr4usbx1ww59zif0o.jpg'),
(2863, 390, 'image-54', 'lcwd4gq9xqbreo7hbj9pvhgtu.jpg'),
(2864, 390, 'image-55', '1onxrkv1eflqgwkhlupl9u4f7.jpg'),
(2865, 390, 'image-56', 'r30e6v8caopfvs9a5c6ipany8.jpg'),
(2866, 390, 'image-57', 'pyi89ebwb9fbrvtwscxvhuodr.jpg'),
(2867, 394, '_edit_lock', '1636119486:1'),
(2868, 394, 'Annee', '2012'),
(2869, 394, '_edit_last', '1'),
(2870, 394, 'Annee', '2012'),
(2871, 394, 'Mois', 'dec'),
(2872, 396, '_wp_attached_file', '2021/11/ACBA_Corporate-Party-2011-26.jpg'),
(2873, 396, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:640;s:4:\"file\";s:40:\"2021/11/ACBA_Corporate-Party-2011-26.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"ACBA_Corporate-Party-2011-26-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ACBA_Corporate-Party-2011-26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:40:\"ACBA_Corporate-Party-2011-26-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2876, 394, '_thumbnail_id', '396'),
(2877, 394, 'Jour', '31'),
(2880, 394, '_yoast_wpseo_primary_category', '5'),
(2881, 394, '_yoast_wpseo_content_score', '60'),
(2882, 394, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2883, 394, 'image-1', 'n9mgx3zyc5se7gj0umkwh4te2.jpg'),
(2884, 394, 'image-2', 't4ygwg7siu0qz7oa2ene0rr24.jpg'),
(2885, 394, 'image-3', 'vsfnoluq4cehn8uz24u5c548j.jpg'),
(2886, 394, 'image-4', 'bfjl1y9ki1zuuaeqyl33o3glf.jpg'),
(2887, 394, 'image-5', 'euezo2x1mujqwhi3n8tha59up.jpg'),
(2888, 394, 'image-6', 'wdmf36zsfi41hgfamo8z1djav.jpg'),
(2889, 394, 'image-7', 'm73ss0ux6wpoio25xaps4zksu.jpg'),
(2890, 394, 'image-8', 'xj6x1m2rxbdrbc53991gz3t5t.jpg'),
(2891, 394, 'image-9', 'imc77ovtbq51jl7oba6e2ndkb.jpg'),
(2892, 394, 'image-10', 'aec4r8ww3n0q1tmd6ngkbxisj.jpg'),
(2893, 394, 'image-11', 'cm3vi1lgx60r7pavwyqm05wju.jpg'),
(2894, 394, 'image-12', 'vmomwaqh3o8q7kfplpkgji4ei.jpg'),
(2895, 394, 'image-13', 'shx6329xeixj3g2tu8kdxlu5o.jpg'),
(2896, 394, 'image-14', 'um6m5h061ilgmrtxw5qogr131.jpg'),
(2897, 394, 'image-15', 'r2oh7e9plkttlqtmasf4nesrb.jpg'),
(2898, 394, 'image-16', 'c779oms9yl4n6je4b4el4yw2y.jpg'),
(2899, 394, 'image-17', '9fo70y9uqza79glpoxxh2rkb1.jpg'),
(2900, 394, 'image-18', 'tnm8q4k60q4h3ptntigcbveb4.jpg'),
(2901, 394, 'image-19', 'x89bkziqn7winbafnve7w32od.jpg'),
(2902, 394, 'image-20', 'q4l9e9qvzwpkirghfsisa9sqe.jpg'),
(2903, 394, 'image-21', 'wsin3t824t0xy3v5jjg0j760z.jpg'),
(2904, 394, 'image-22', '2ixkhhjdzs5bs962odotfcp38.jpg'),
(2905, 394, 'image-23', 'myl8ifyl4adccpq93pc1aefab.jpg'),
(2906, 394, 'image-24', 'bvowhu741gkfggmzpksmdih84.jpg'),
(2907, 394, 'image-25', 'aokmmrhzousacvevpz4fkp9bs.jpg'),
(2908, 394, 'image-26', 'ioxyze9bct7k5gtpjndi6jvxv.jpg'),
(2909, 394, 'image-27', '5c2v5947f8mupy54ga7xho6xw.jpg'),
(2910, 394, 'image-28', 'b1oveaja3sjzdwouat6slksmi.jpg'),
(2911, 394, 'image-29', '94go9xctn9dcbtt6wgl7p55jn.jpg'),
(2912, 394, 'image-30', 'e925972lb4xyvjh6slnrloh3w.jpg'),
(2913, 394, 'image-31', 'l5g7zr4bvk5y38ifnjpt4wzc2.jpg'),
(2914, 394, 'image-32', '86gdguul3q3i1po4yzd71uomn.jpg'),
(2915, 394, 'image-33', 'rlftox5ccuatg4bq88jbpfq7g.jpg'),
(2916, 394, 'image-34', 'yyi7hgqrnuc0kfqydncvi6jht.jpg'),
(2917, 394, 'image-35', '0wywqhm4fqs5r2qc416duvuij.jpg'),
(2918, 394, 'image-36', '176xveteac3yosclyqssj90ha.jpg'),
(2919, 394, 'image-37', '1uncfsuvgcq6w5x34v17gnsjv.jpg'),
(2920, 394, 'image-38', '9xafmghdnm0ipkajiq2j1dfzh.jpg'),
(2921, 394, 'image-39', 'en3gg3n1f7p0sn9d4pcqym28d.jpg'),
(2922, 394, 'image-40', 'l3mcw4kax8mk4q523itittc33.jpg'),
(2923, 394, 'image-41', 'ygcihl3zkh0w43rksryhamsu8.jpg'),
(2924, 394, 'image-42', '8lfaefnwq6am5kid9mgeefu4d.jpg'),
(2925, 394, 'image-43', '7721yla73iaccvplzaj9zht8x.jpg'),
(2926, 394, 'image-44', '4tbpxfl0i8yzlcaj68zxnkdji.jpg'),
(2927, 394, 'image-45', 'l764p6lbvget5eda3890ae9co.jpg'),
(2928, 394, 'image-46', 'qd2ks392tkup9kf4t2o1dktfp.jpg'),
(2929, 394, 'image-47', 'nb82r33w2drj7suko9e7d60lr.jpg'),
(2930, 394, 'image-48', 'bdbp8y7t926sw0d8zgwitsl9r.jpg'),
(2931, 394, 'image-49', 'f0beo9vut7dyz07axep6abptt.jpg'),
(2932, 394, 'image-50', 'gnj9qcuwakkupc0vrhp7cmbfe.jpg'),
(2933, 394, 'image-51', 'iubd02sflvadmm9znfhrtdwfr.jpg'),
(2934, 394, 'image-52', '3ojmlhabssw6pymjpdftg49z8.jpg'),
(2935, 394, 'image-53', '5b136x86y6r9pktlvfx3h5f9d.jpg'),
(2936, 394, 'image-54', '5plhmjh71pq2dm9z6glcx30g0.jpg'),
(2937, 394, 'image-55', 'tfpvpu0copv136sy9k0wngiul.jpg'),
(2938, 394, 'image-56', '40bfso1gf3gq4njuh51j4ceje.jpg'),
(2939, 394, 'image-57', 'q5fni91d9cy47569qjwelkyic.jpg'),
(2940, 394, 'image-58', 'iiygl5e6ovhasp5nnp8cn09gw.jpg'),
(2941, 394, 'image-59', 'tw3sqc73onn7x8vo3k54mx4bh.jpg'),
(2942, 394, 'image-60', 'vr4eooochtsir21tzaeylmv4y.jpg'),
(2943, 394, 'image-61', 'l30ve1ggocsw9z6yiyci1bzq0.jpg'),
(2944, 394, 'image-62', 'ypbjez1tgdmy410ipk026dkq9.jpg'),
(2945, 394, 'image-63', 'zfmxgqpmeoda0mws1kp9ci7di.jpg'),
(2946, 394, 'image-64', 'tgmzijfsa6mwm145vg2npx7uz.jpg'),
(2947, 394, 'image-65', '2efexj9mrajwroqpn6xyt2ebg.jpg'),
(2948, 394, 'image-66', 'z65l434b0uthkr7rqljujiow9.jpg'),
(2949, 394, 'image-67', 'y6evj1pzi3l340j94s9590fae.jpg'),
(2950, 394, 'image-68', 'ottiqxa5nnv02f3rk6yy4t73s.jpg'),
(2951, 394, 'image-69', 'orralthzqfpqkicm9i05he4iv.jpg'),
(2952, 394, 'image-70', 'k33tpv94h1qbxmhdy3cedt8c6.jpg'),
(2953, 394, 'image-71', 'tpjoew6t9h40ctsn5651lh3v4.jpg'),
(2954, 394, 'image-72', 'aiqg6ybt129ah6cr9sirkatqn.jpg'),
(2955, 394, 'image-73', '0qr4fa978tbg1jpx0rq53zc2j.jpg'),
(2956, 394, 'image-74', '904tm9mkn5e43pwgw9zsrua4k.jpg'),
(2957, 398, '_edit_lock', '1636119620:1'),
(2958, 398, 'Annee', '2012'),
(2959, 398, '_edit_last', '1'),
(2960, 398, 'Annee', '2012'),
(2961, 398, 'Mois', 'nov'),
(2964, 398, 'Jour', '09'),
(2967, 398, '_yoast_wpseo_primary_category', '5'),
(2968, 398, '_yoast_wpseo_content_score', '90'),
(2969, 398, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2970, 401, '_edit_lock', '1636119947:1'),
(2971, 401, 'Annee', '2012'),
(2972, 401, '_edit_last', '1'),
(2973, 401, 'Annee', '2012'),
(2974, 401, 'Mois', 'sept'),
(2975, 403, '_wp_attached_file', '2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg'),
(2976, 403, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:67:\"2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:67:\"Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:67:\"Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:67:\"Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2979, 401, '_thumbnail_id', '403'),
(2980, 401, 'Jour', '23'),
(2983, 401, '_yoast_wpseo_primary_category', '5'),
(2984, 401, '_yoast_wpseo_content_score', '90'),
(2985, 401, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(2986, 401, 'Jour', '23'),
(2989, 401, 'image-1', 'plrrgkrsrcdbqwm3imfp1aad4.jpg'),
(2990, 401, 'image-2', '1022z0m24mr2yxrfpx7m05t5w.jpg'),
(2991, 401, 'image-3', 'n4hf456in529ivh65u0zo4cep.jpg'),
(2992, 401, 'image-4', 'qsg9w13zujsq06voaq160wh96.jpg'),
(2993, 401, 'image-5', 'n3ddcw3gt0zxet2bjik6jdtvi.jpg'),
(2994, 401, 'image-6', 'ylvs77mf08sux79zjo3nud4cd.jpg'),
(2995, 401, 'image-7', '38roo6l5gqhgce9idxrqriwvl.jpg'),
(2996, 401, 'image-8', 'd2rjz4t04nyzkwch5ukops6rh.jpg'),
(2997, 401, 'image-9', '0z2ae0pg0lpntg0hwc5ync9qg.jpg'),
(2998, 401, 'image-10', 'ilp6snnc46wmgcbwkmgvhkfl1.jpg'),
(2999, 401, 'image-11', '9oew57x3yq5rpk5u2vv2sc9ae.jpg'),
(3000, 401, 'image-12', 'fkbiy56xgi71en1poowd245zi.jpg'),
(3001, 401, 'image-13', 'pelsc4zavnstlcucxeupaay43.jpg'),
(3002, 401, 'image-14', 'xe7cwk7mleh2q35ukc7fsrrgw.jpg'),
(3003, 401, 'image-15', '6tf4f1zeh2ltgtp91mhiowe31.jpg'),
(3004, 401, 'image-16', 'cylakutj1gspa8p64xw5quldy.jpg'),
(3005, 401, 'image-17', '0pp2uz12yf6i3jf43frvv0nyk.jpg'),
(3006, 401, 'image-18', 'ro2wty63qmq2k2tur38wl56du.jpg'),
(3007, 401, 'image-19', 'all0qcj4oyv4sln7i8yoik6t4.jpg'),
(3008, 401, 'image-20', 'dlnguikng7tpiy5n3kya9hjf0.jpg'),
(3009, 401, 'image-21', 'mf9uje1whcj0manxuroc326ce.jpg'),
(3010, 401, 'image-22', 'eojwwnkwodj9uvd8ix994wyys.jpg'),
(3011, 401, 'image-23', 'yuo76xn6uik6esq03fh3zvd27.jpg'),
(3012, 401, 'image-24', '5a2srtdwqjkmwfhehuh082pcd.jpg'),
(3013, 407, '_edit_lock', '1636120647:1'),
(3014, 407, 'Annee', '2012'),
(3015, 407, '_edit_last', '1'),
(3016, 407, 'Annee', '2012'),
(3017, 407, 'Mois', 'sept'),
(3018, 409, '_wp_attached_file', '2021/11/Master-class-with-Sharl-Papazian-35.jpg'),
(3019, 409, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:47:\"2021/11/Master-class-with-Sharl-Papazian-35.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Master-class-with-Sharl-Papazian-35-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Master-class-with-Sharl-Papazian-35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:47:\"Master-class-with-Sharl-Papazian-35-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3022, 407, '_thumbnail_id', '409'),
(3023, 407, 'Jour', '10'),
(3026, 407, '_yoast_wpseo_primary_category', '5'),
(3027, 407, '_yoast_wpseo_content_score', '90'),
(3028, 407, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3029, 407, 'image-1', '4linqwreyxdmniavs0fgvlgdc.jpg'),
(3030, 407, 'image-2', '02o6ckv5swdpj2bicl2ijkn9c.jpg'),
(3031, 407, 'image-3', '3avg21kwl7p12zjpr9hcinv0d.jpg'),
(3032, 407, 'image-4', 'ukmrv9t4bxo8acfpcrg9d4tee.jpg'),
(3033, 407, 'image-5', 'sbtd7b1y9r4zxwqbzyq9uavwx.jpg'),
(3034, 407, 'image-6', '0yd07hjapkd9031h00n6l3xuq.jpg'),
(3035, 407, 'image-7', 'faz4q12i3zmwwr0sms2gnm7j3.jpg'),
(3036, 407, 'image-8', '5gesp6z6xixcjpu3rbenecw0u.jpg'),
(3037, 407, 'image-9', 'i666odx4xr4zq9v0dop161l5n.jpg'),
(3038, 407, 'image-10', 'g38vssdgp2h1qmofes2jr4jwh.jpg'),
(3039, 407, 'image-11', 'n2xb40h5hhs953ww4u386fo26.jpg'),
(3040, 407, 'image-12', 'o6lk519o9fptpf3wl63nwc93e.jpg'),
(3041, 407, 'image-13', '7bd4tscwieoj1wvkes9fb1obk.jpg'),
(3042, 407, 'image-14', '1fiplf7uvvl9n78tcnqkn87oi.jpg'),
(3043, 407, 'image-15', '71l4sd7kx7vhxt6c6faaznten.jpg'),
(3044, 407, 'image-16', '68ib12ksug4ztjz1hgsu3x8uz.jpg'),
(3045, 407, 'image-17', '5mb1miw25cgczm0f4rbile5j2.jpg'),
(3046, 407, 'image-18', '8h89ld5z9ux06boioaqt246rc.jpg'),
(3047, 407, 'image-19', '1tg54m02w71x8ruwzsetnd9q6.jpg'),
(3048, 407, 'image-20', 'mtwkelk3gpgq3vxry9yfzj0op.jpg'),
(3049, 407, 'image-21', 'kb3smukzw30jgr4xh4eqz6mol.jpg'),
(3050, 407, 'image-22', '6yl18c50gyiv5dd6h2i1eg6pq.jpg'),
(3051, 407, 'image-23', 'qnrm48hgx0mds6qmvev9dalh2.jpg'),
(3052, 407, 'image-24', 'uikoggetgr1jyefsqt3fzbuz0.jpg'),
(3053, 407, 'image-25', 's1b00a1k3ohi985c4mhv4sdfn.jpg'),
(3054, 407, 'image-26', 'nnoyhl7cwld0dlstrqpsv61qf.jpg'),
(3055, 407, 'image-27', '39g6a0dz6kjgxjisegyeath5y.jpg'),
(3056, 407, 'image-28', 'p26415ueldc2ysgj1916la7p4.jpg'),
(3057, 407, 'image-29', 'erzt1ln852yxk0418m2av651h.jpg'),
(3058, 407, 'image-30', 'lkgi43nii8rb8zuu3qhtq7yel.jpg'),
(3059, 407, 'image-31', 'c9wdfpdtphezxl1bpfvfqjjwy.jpg'),
(3060, 407, 'image-32', 'bx624bkjkwxereyevocj2zp6h.jpg'),
(3061, 407, 'image-33', 'gdeco5ktvdt532xn3r8ic9eyu.jpg'),
(3062, 407, 'image-34', 'lfx14im4tgxdc481xgki4snr6.jpg'),
(3063, 407, 'image-35', 'jwqmj5aod7vcb4nr8ptauaj8g.jpg'),
(3064, 407, 'image-36', '6zt4kzbj3l4fkkfilq8eyvfz1.jpg'),
(3065, 407, 'image-37', 'sq96a1wspigucwb9gtdds3zxi.jpg'),
(3066, 407, 'image-38', 'td0w6aehpo66uffu9g77g9ova.jpg'),
(3067, 407, 'image-39', 'f4q9az3rz24ddqwjoa02pgvev.jpg'),
(3068, 407, 'image-40', 'bgo2ybhr49b867kvzf7sql1c8.jpg'),
(3069, 407, 'image-41', 'rv2xk3f4jj4exz4w64o8shak3.jpg'),
(3070, 407, 'image-42', '9g123qiw2wst5ggcjqrvnpm8u.jpg'),
(3071, 407, 'image-43', '2dk7o3vomh4xt8ggh6b8e51y6.jpg'),
(3072, 407, 'image-44', '5sq1895b4xik0dycc0tp3724o.jpg'),
(3073, 407, 'image-45', 'uuzbzjlcz895reymi18vymsm7.jpg'),
(3074, 407, 'image-46', '646qb0tq0vo6v4obclkbg4488.jpg'),
(3075, 407, 'image-47', 'yks54fiixegz3uqjynyo8vhsl.jpg'),
(3076, 407, 'image-48', 'aze5holv6zj3mqwmmadhuadnb.jpg'),
(3077, 407, 'image-49', 'uia8ml9gc8oqg7jeji9im1zaf.jpg'),
(3078, 407, 'image-50', 'flp5qn2tyxe4310xopne9m6m6.jpg'),
(3079, 407, 'image-51', 'cspfzyrtpa4911mkjl3prfigp.jpg'),
(3080, 407, 'image-52', '120xvc36i4shzzbjzulknk0t1.jpg'),
(3081, 407, 'image-53', 'f6csrfw4jfrdle0f9aaijjd7d.jpg'),
(3082, 407, 'image-54', 'd42pepfbs4vgdiqpuvtmyfeyn.jpg'),
(3083, 407, 'image-55', '67s4ykj58rjnpqh2t5u4hic25.jpg'),
(3084, 407, 'image-56', '29ysxscedpk59g3mo609rjn2c.jpg'),
(3085, 407, 'image-57', 'sx2gs2g9yiac8lo9egag4dn5h.jpg'),
(3086, 407, 'image-58', 'z1pqd48stsjwe4tybpeqn7zbv.jpg'),
(3087, 407, 'image-59', 'beu099h75sha2rl3jl0iga5v7.jpg'),
(3088, 407, 'image-60', '9a0ud26fdqoj6r532j78qsvhb.jpg'),
(3089, 407, 'image-61', '7nvvcnwa2ic9q6me6d1fkjgh6.jpg'),
(3090, 407, 'image-62', 'baiyp4nx7a046l1lff2n795m5.jpg'),
(3091, 407, 'image-63', 'w726l8aqww34kgzih02dal44y.jpg'),
(3092, 407, 'image-64', 'b4wphkiu3an8t1mjm4syivm2n.jpg'),
(3093, 407, 'image-65', '5q005c4wxjxce0ei5mork3fm8.jpg'),
(3094, 407, 'image-66', '1ksx9ff797iktvcug3tdl6kcn.jpg'),
(3095, 407, 'image-67', 'wshuhymby4ryowfz0lt220enf.jpg'),
(3096, 407, 'image-68', 'y4fpdzwi22mmzv8h2iq4s8a7k.jpg'),
(3097, 407, 'image-69', 'bgzolthdg8e9did975zxlpmpl.jpg'),
(3098, 407, 'image-70', '8mz2awdtthyczkx0j0tilfpvt.jpg'),
(3099, 407, 'image-71', 'eqstb803dls6g5i9ef6gsx1qm.jpg'),
(3100, 407, 'image-72', 'jzt5v2avp5ngaqx6lbdcpzgx4.jpg'),
(3101, 407, 'image-73', 's3mnkmrc9iuqbep3h2zpokse1.jpg'),
(3102, 407, 'image-74', '0wvi2q46kvy6ewya81ub8ores.jpg'),
(3103, 407, 'image-75', '0wbshtg5ruwsl9l1pqr97nkx5.jpg'),
(3104, 407, 'image-76', '70itdi5o4m12decny6b3e7dhf.jpg'),
(3105, 407, 'image-77', '67aalz9wdrx0vrd3xwxeul7l1.jpg'),
(3106, 407, 'image-78', 'rp6uzscced69ngh7ipiv4n403.jpg'),
(3107, 407, 'image-79', '15cnjer629gps2n59j29hbyua.jpg');
INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3108, 407, 'image-80', 'pphbtbra69z73k2xzqurf8ohs.jpg'),
(3109, 407, 'image-81', 'fbjs7n4ka7bgxm7nqdshwq561.jpg'),
(3110, 407, 'image-82', '3ibo2ks9fpjfn88amazo1vdvb.jpg'),
(3111, 407, 'image-83', '4pyfxt4rdf0r6lslfmlody8vl.jpg'),
(3112, 407, 'image-84', 'a6v84m6bu449qw0wynxq797pa.jpg'),
(3113, 407, 'image-85', 'm2562pc0mereu8kforx5vioan.jpg'),
(3114, 407, 'image-86', 'ysxkq5o3qjhjsjvdyn1vplqfg.jpg'),
(3115, 407, 'image-87', 'lzuhz421pruskfk2ehra3iuwa.jpg'),
(3116, 407, 'image-88', 'gl7q0fx183w83cdo09kea52np.jpg'),
(3117, 411, '_edit_lock', '1636121120:1'),
(3118, 411, 'Annee', '2012'),
(3119, 411, '_edit_last', '1'),
(3120, 411, 'Annee', '2012'),
(3121, 411, 'Mois', 'sept'),
(3122, 413, '_wp_attached_file', '2021/11/phoca_thumb_l_1531.jpg'),
(3123, 413, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:448;s:6:\"height\";i:299;s:4:\"file\";s:30:\"2021/11/phoca_thumb_l_1531.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"phoca_thumb_l_1531-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"phoca_thumb_l_1531-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:30:\"phoca_thumb_l_1531-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3126, 411, '_thumbnail_id', '413'),
(3127, 411, 'Jour', '02'),
(3130, 411, '_yoast_wpseo_primary_category', '5'),
(3131, 411, '_yoast_wpseo_content_score', '60'),
(3132, 411, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3133, 411, 'image-1', 'nwg3z53doapdu41bd4o1cldjs.jpg'),
(3134, 411, 'image-2', 'qtsulxn7rmr5dtivo3dbnclyh.jpg'),
(3135, 411, 'image-3', '1j3vxwe1tcwc9exhed391q8l4.jpg'),
(3136, 411, 'image-4', 'n8jq1k48get560b76ieoqqinf.jpg'),
(3137, 411, 'image-5', 'hja96zr61o48xdnd2yrx1nyeh.jpg'),
(3138, 411, 'image-6', 'dyslsg8l2ojxdqmwd93h4h4jh.jpg'),
(3139, 411, 'image-7', 'g5aafuqk2y2qnizsd7zj8p020.jpg'),
(3140, 411, 'image-8', 'jjgg43m5oly2wjdgc8ajxt8s4.jpg'),
(3141, 411, 'image-9', 'nmw098abp69fauzlzefnsek4u.jpg'),
(3142, 411, 'image-10', 'ulrso8oupjtpsrpqpcdpfgvvg.jpg'),
(3143, 411, 'image-11', '2vf8fjs4824k83f6eyki4xtnm.jpg'),
(3144, 411, 'image-12', '2dkk6dmsdvrrkcadmdcvtq1do.jpg'),
(3145, 411, 'image-13', '2x8lbj2iyuubh4qrngrwi7641.jpg'),
(3146, 411, 'image-14', 'dto4x44sjtnmebjqsm022o3wr.jpg'),
(3147, 411, 'image-15', 'shc7uncou4bpzylkj1u4k6ks1.jpg'),
(3148, 411, 'image-16', '54lkvq0otsdytstq40sn793uq.jpg'),
(3149, 411, 'image-17', 'ramb67crpmbzy7uhx4tx0j971.jpg'),
(3150, 411, 'image-18', 'xswsdhauir1eg80bd4g0g5edi.jpg'),
(3152, 416, '_edit_lock', '1636356475:1'),
(3153, 416, 'Annee', '2012'),
(3154, 416, 'Mois', 'aout'),
(3159, 416, '_edit_last', '1'),
(3162, 416, '_yoast_wpseo_primary_category', '5'),
(3163, 416, '_yoast_wpseo_content_score', '60'),
(3164, 416, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3165, 418, '_wp_attached_file', '2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg'),
(3166, 418, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:55:\"2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"Team-building-with-Pernod-Ricard-Armenia-17-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"Team-building-with-Pernod-Ricard-Armenia-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:55:\"Team-building-with-Pernod-Ricard-Armenia-17-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3169, 416, '_thumbnail_id', '418'),
(3172, 416, 'image-1', 'wxyqkvq9illl7j4mh1mhgtmrt.jpg'),
(3173, 416, 'image-2', 'k2d32kn7i6tgnfid9ee5q225j.jpg'),
(3174, 416, 'image-3', 'ajyfaeopqku3m1qyykywoxoay.jpg'),
(3175, 416, 'image-4', 'k0hneum05on1mqzognn2b4vgl.jpg'),
(3176, 416, 'image-5', 'i91v5hc424azispdazur8jpky.jpg'),
(3177, 416, 'image-6', 'll63yc15tt59o7w72jms3fyzi.jpg'),
(3178, 416, 'image-7', 'e8ufrvm4gcm0wcy5073bohfxa.jpg'),
(3179, 416, 'image-8', '462ozs5oha5fnso4cc93tkej2.jpg'),
(3180, 416, 'image-9', 'c54k0src4cb1274tsoqetafj9.jpg'),
(3181, 416, 'image-10', 'rtn1lru231uvamw1qdrr78g34.jpg'),
(3182, 416, 'image-11', 'vjhaw74sqq8fymde54xjcf4ls.jpg'),
(3183, 416, 'image-12', '3k66p87ghd5xtsmgdevooo6wi.jpg'),
(3184, 416, 'image-13', '5w8r26rdzeteunmp5algm0g0j.jpg'),
(3185, 416, 'image-14', 'inf3ni0z1dwyqx3pld4tq4cax.jpg'),
(3186, 416, 'image-15', 'id73ea9v0j29swuyxdpuztcrn.jpg'),
(3187, 416, 'image-16', 'mule7c6ob6fub6mxinidxjgi2.jpg'),
(3188, 416, 'image-17', 'd0f6rhqnn48hdrmd3038opi4y.jpg'),
(3189, 416, 'image-18', '10oh7v9ift5nuzuvje2ngl41y.jpg'),
(3190, 416, 'image-19', 'vv7slhdvhfnva461uc98g5n41.jpg'),
(3191, 416, 'image-20', '92lx9bu65zqy2sikdinhlwvlv.jpg'),
(3192, 416, 'image-21', 'avudxthsfzpxjkrcl9dwm6yy4.jpg'),
(3193, 416, 'image-22', 'cbru9sgglsch4i7mpqdi4l6ms.jpg'),
(3194, 416, 'image-23', 'gff6zqe20pf8da5d485w5oh0b.jpg'),
(3195, 416, 'image-24', '7l82cagx2c9uzggjt6asgl77x.jpg'),
(3196, 416, 'image-25', 'jkoomnzrwgme527l2xhzv3rss.jpg'),
(3197, 416, 'image-26', 'ybnrngmf2d7bttovt4r0pt7ex.jpg'),
(3198, 416, 'image-27', 'i1ubvsb4p8r5q9hr7hrl7agch.jpg'),
(3199, 419, '_edit_lock', '1636356753:1'),
(3200, 420, '_wp_attached_file', '2021/11/image-7.png'),
(3201, 420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3202, 419, 'Annee', '2012'),
(3203, 419, '_edit_last', '1'),
(3204, 419, 'Annee', '2012'),
(3205, 419, 'Mois', 'juil'),
(3208, 419, 'Jour', '15'),
(3211, 419, '_yoast_wpseo_primary_category', '5'),
(3212, 419, '_yoast_wpseo_content_score', '90'),
(3213, 419, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3214, 423, '_wp_attached_file', '2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg'),
(3215, 423, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:424;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:48:\"DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3216, 419, '_thumbnail_id', '423'),
(3217, 419, 'Jour', '15'),
(3218, 419, 'image-1', 'gpcaezje0wqzqonzrygdozbqf.jpg'),
(3219, 419, 'image-2', 'kejsx84gvj8dnvo4n07xz8h4b.jpg'),
(3220, 419, 'image-3', '791du6jfws569a2q47de47oy6.jpg'),
(3221, 419, 'image-4', 'zio6w6amdtoy9f8b1wpjg97q6.jpg'),
(3222, 419, 'image-5', 'ekw1pcmpfsxs91c69kaaquqv8.jpg'),
(3223, 419, 'image-6', 'ixqvb77vjgzb5yw3zcgsk2481.jpg'),
(3224, 419, 'image-7', '7oysun7ub42zdps7iwador5ae.jpg'),
(3225, 419, 'image-8', '0dm0ttp6zvn9g7a4otgx2viz7.jpg'),
(3226, 419, 'image-9', 'e9jhrnlxb46hq2cziky5myqpt.jpg'),
(3227, 424, '_edit_lock', '1636357297:1'),
(3228, 425, '_wp_attached_file', '2021/11/558293_468319489853156_1326472967_n.jpg'),
(3229, 425, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:424;s:6:\"height\";i:640;s:4:\"file\";s:47:\"2021/11/558293_468319489853156_1326472967_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"558293_468319489853156_1326472967_n-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"558293_468319489853156_1326472967_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:47:\"558293_468319489853156_1326472967_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3232, 424, '_thumbnail_id', '425'),
(3233, 424, '_edit_last', '1'),
(3236, 424, '_yoast_wpseo_primary_category', '5'),
(3237, 424, '_yoast_wpseo_content_score', '90'),
(3238, 424, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3239, 424, 'image-1', '9j5wa576aecfug0c2jbqg3js0.jpg'),
(3240, 424, 'image-2', 'u5l5xui4nduaestk9a86dfr7j.jpg'),
(3241, 424, 'image-3', 'kqaffl02p28k7ud8meewpomew.jpg'),
(3242, 424, 'image-4', 'b2svs7j43wufzlqiqz5vcxc2v.jpg'),
(3243, 424, 'image-5', 'nzgxdfsxzgb4egxgx7oh3obew.jpg'),
(3244, 424, 'image-6', '1pnd7yumjoq5honbdv93jx4qe.jpg'),
(3245, 424, 'image-7', 'cvvlrwcp7xklw6v7rz66nwkbp.jpg'),
(3246, 424, 'image-8', '8ys2zwzllp56f1dwglgubhv1y.jpg'),
(3247, 424, 'image-9', '9zwr6nsshyrmfbgtzl6ix0lsa.jpg'),
(3248, 424, 'image-10', 'r6czjqwwf2e38dezhwo2k7y8c.jpg'),
(3249, 427, '_edit_lock', '1636357131:1'),
(3250, 427, 'Annee', '2012'),
(3251, 427, '_edit_last', '1'),
(3252, 427, 'Annee', '2012'),
(3253, 427, 'Mois', 'juil'),
(3256, 427, 'Jour', '14'),
(3259, 427, '_yoast_wpseo_primary_category', '5'),
(3260, 427, '_yoast_wpseo_content_score', '90'),
(3261, 427, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3262, 427, 'Jour', '14'),
(3265, 430, '_wp_attached_file', '2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg'),
(3266, 430, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:318;s:6:\"height\";i:480;s:4:\"file\";s:60:\"2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"phoca_thumb_l_283605_468316216520150_354787215_n-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"phoca_thumb_l_283605_468316216520150_354787215_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:60:\"phoca_thumb_l_283605_468316216520150_354787215_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3267, 427, '_thumbnail_id', '430'),
(3268, 427, 'Jour', '14'),
(3271, 424, 'Annee', '2012'),
(3272, 424, 'Mois', 'juil'),
(3275, 424, 'Jour', '15'),
(3276, 427, 'image-1', 'oj77pdiuuu0vxnsu6l8mfirn3.jpg'),
(3277, 427, 'image-2', 'ek4k38qw67ey36hzz88li4i90.jpg'),
(3278, 427, 'image-3', '8d2rcocccrhf3u7e2z3yk7z5c.jpg'),
(3279, 427, 'image-4', '85gm50njc9rtxyinwa3chsr3z.jpg'),
(3280, 427, 'image-5', 'lmxt3bwcpkl9ez804nqfg39pb.jpg'),
(3281, 427, 'image-6', '2xnxsacvgp0wqq99b4mfy56ze.jpg'),
(3282, 427, 'image-7', 'dkqr5tn1bg857vmevlyqbrp94.jpg'),
(3283, 427, 'image-8', 'ukr9yweuyi93j3i6b4p6jng0n.jpg'),
(3284, 427, 'image-9', 'zoi0c2y7sbqg9p3hb8an081ot.jpg'),
(3285, 427, 'image-10', 'dnd3rc68xz3szvjvggaj2v3hw.jpg'),
(3286, 427, 'image-11', '8g738dod2gqg3i2ka4ocjz21s.jpg'),
(3287, 427, 'image-12', 'pybjpnctl6q864jdvmrq61qmk.jpg'),
(3288, 427, 'image-13', 'xv2bdyrep7g5b0byf8qkjm2rh.jpg'),
(3289, 427, 'image-14', '6hcz4eqypztk93gsoo5yuic51.jpg'),
(3290, 427, 'image-15', '6gxzws9j5ep4f48dlbmoevo04.jpg'),
(3291, 431, '_edit_lock', '1636357534:1'),
(3292, 431, 'Annee', '2012'),
(3293, 431, '_edit_last', '1'),
(3294, 431, 'Annee', '2012'),
(3295, 431, 'Mois', 'avr'),
(3298, 431, 'Jour', '20'),
(3301, 431, '_yoast_wpseo_primary_category', '5'),
(3302, 431, '_yoast_wpseo_content_score', '60'),
(3303, 431, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3304, 431, 'image-1', 'bx18umx3e7lp6fdkslxva9mnv.jpg'),
(3305, 431, 'image-2', 'y83njdrwdi7npoefheoiyfyl4.jpg'),
(3306, 431, 'image-3', 'kv9jqok3kr3gmr76cud6r1r90.jpg'),
(3307, 431, 'image-4', '5rka5haa17oy8h4y6g215jenp.jpg'),
(3308, 431, 'image-5', 'y7x9jw42mt6pjrxzzifode2pn.jpg'),
(3309, 431, 'image-6', 'yng0vc04bludy8v51kkgfm9j3.jpg'),
(3310, 431, 'image-7', 'lu5zkqnpismr1cqg30eh9rgiw.jpg'),
(3311, 431, 'image-8', '4ypjbcool5vdl0c9kh6uqjx2v.jpg'),
(3312, 431, 'image-9', '4bm1gniu0ylf30b345y5n4rfw.jpg'),
(3313, 431, 'image-10', '6j323200upfyo91nzyldmxbu1.jpg'),
(3314, 434, '_wp_attached_file', '2021/11/Gofro-Games-Teambuilding-9.jpg'),
(3315, 434, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:38:\"2021/11/Gofro-Games-Teambuilding-9.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Gofro-Games-Teambuilding-9-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Gofro-Games-Teambuilding-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:38:\"Gofro-Games-Teambuilding-9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3318, 431, '_thumbnail_id', '434'),
(3319, 431, 'Jour', '20'),
(3322, 435, '_edit_lock', '1636358405:1'),
(3323, 435, 'Annee', '2012'),
(3324, 435, '_edit_last', '1'),
(3325, 435, 'Annee', '2012'),
(3326, 435, 'Mois', 'mars'),
(3329, 435, 'Jour', '31'),
(3332, 435, '_yoast_wpseo_primary_category', '5'),
(3333, 435, '_yoast_wpseo_content_score', '90'),
(3334, 435, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3335, 438, '_wp_attached_file', '2021/11/Patrick-Fiori-Live-Show-35.jpg'),
(3336, 438, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:960;s:4:\"file\";s:38:\"2021/11/Patrick-Fiori-Live-Show-35.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Patrick-Fiori-Live-Show-35-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Patrick-Fiori-Live-Show-35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:38:\"Patrick-Fiori-Live-Show-35-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3337, 435, '_thumbnail_id', '438'),
(3338, 435, 'Jour', '31'),
(3341, 435, 'image-1', 'nhqpy2vosym9ii5o5wbfn8k9y.jpg'),
(3342, 435, 'image-2', '53o5k2x9mo4oe7mfpfptvcjzf.jpg'),
(3343, 435, 'image-3', 'ussi55ziu40g5rr2fan7axqch.jpg'),
(3344, 435, 'image-4', 'lev23gqu1cvppk6bw5tsvxjbx.jpg'),
(3345, 435, 'image-5', 'lz8z3cm7s75ro9pfslttmmoq7.jpg'),
(3346, 435, 'image-6', '1s81fwepm33xbjyhi43w3mslg.jpg'),
(3347, 435, 'image-7', 'aa46yrtdsnvt2wgowon6s456h.jpg'),
(3348, 435, 'image-8', 'ismdnsoo7t4yeeormxoy5wra6.jpg'),
(3349, 435, 'image-9', 'pzhyrj5yuq14oe345q0luu0o6.jpg'),
(3350, 435, 'image-10', '0ydmbatef94qbi7gi2oq1e9y5.jpg'),
(3351, 435, 'image-11', 'lqq0a4ve6r1us0ksaa8ksfw6s.jpg'),
(3352, 435, 'image-12', 'swp61lkrgvf17jiz8qlyxmje1.jpg'),
(3353, 435, 'image-13', 'mkcx8k064e5uuh57wc7e11ktf.jpg'),
(3354, 435, 'image-14', 'r8pu2wbhs4274n2ve54l0itm2.jpg'),
(3355, 435, 'image-15', '4x0g01zpvw4uoukj8ewxkvkfr.jpg'),
(3356, 435, 'image-16', 'xujwvysz3nv2qes5oiaf71gzs.jpg'),
(3357, 435, 'image-17', 'mgtg81u20en0nhoe739fgcvle.jpg'),
(3358, 435, 'image-18', 'cvqvuyrf8psyuwtdjwaxqp8e9.jpg'),
(3359, 435, 'image-19', '5mefi8u8wyc2g7rrmiiykeoaf.jpg'),
(3360, 435, 'image-20', '18dkxafolfufjujfy8h4f19v9.jpg'),
(3361, 435, 'image-21', 'wkgrm8c59bw0jhhvru3cd7fy1.jpg'),
(3362, 435, 'image-22', 'fqqtmistrgs1f6bt7mp2ugn8t.jpg'),
(3363, 435, 'image-23', 'woxrr46vuod68as0prynruw8f.jpg'),
(3364, 435, 'image-24', 'gv532tw4wnqilwvyetz5cq6oc.jpg'),
(3365, 435, 'image-25', 'v7p9v52f9cxrg0pu2zg85k24u.jpg'),
(3366, 435, 'image-26', '9406kufctdmugbzibbeqo4wct.jpg'),
(3367, 435, 'image-27', 'sxvtn5a08ebalrs2ldgprtxrf.jpg'),
(3368, 435, 'image-28', 'h3htxl7n9ljb8sxx4wrnufum6.jpg'),
(3369, 435, 'image-29', '6gyl7j08uj2zmj8ef9zi35j6k.jpg'),
(3370, 435, 'image-30', 'zfnadz06pvft7ol6rcaa8boq8.jpg'),
(3371, 435, 'image-31', 'u8qfpcghquzk6g7fujftimsln.jpg'),
(3372, 435, 'image-32', '05qafi33lqdcj6nx0s2pci1lx.jpg'),
(3373, 435, 'image-33', 'taznv42n1k53blz8fvrjhk8xl.jpg'),
(3374, 435, 'image-34', 'ceooe6damf6e5qmwd6napt8gn.jpg'),
(3375, 435, 'image-35', '3xpmtxs7fld5f61czscvpf4of.jpg'),
(3376, 435, 'image-36', 'fc2e04syyc7wmrr8hllp30xoc.jpg'),
(3377, 435, 'image-37', 'i7qysht4v3k13ali5c0p5rlhp.jpg'),
(3378, 435, 'image-38', 'yav5efqshj2fyr537yl7opvvt.jpg'),
(3379, 435, 'image-39', 'dvqto50hmgyuhfovnpt2dyzul.jpg'),
(3380, 435, 'image-40', '9hwvfmgmt7b9eaiczhhudnfnd.jpg'),
(3381, 435, 'image-41', '094nauxb0el77je9yvmt2v73t.jpg'),
(3382, 435, 'image-42', '365sint5tkr97aae676msyadd.jpg'),
(3383, 435, 'image-43', 'wq49dx83gq1cpyoondxo4yg8y.jpg'),
(3384, 439, '_edit_lock', '1636358817:1'),
(3385, 439, 'Annee', '2012'),
(3386, 439, 'Mois', 'Jan'),
(3389, 439, 'Jour', '28'),
(3390, 439, '_edit_last', '1'),
(3393, 439, '_yoast_wpseo_primary_category', '5'),
(3394, 439, '_yoast_wpseo_content_score', '60'),
(3395, 439, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3396, 441, '_wp_attached_file', '2021/11/Unistream-International-Conference-in-Armenia-23.jpg'),
(3397, 441, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:424;s:6:\"height\";i:640;s:4:\"file\";s:60:\"2021/11/Unistream-International-Conference-in-Armenia-23.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"Unistream-International-Conference-in-Armenia-23-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"Unistream-International-Conference-in-Armenia-23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:60:\"Unistream-International-Conference-in-Armenia-23-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3400, 439, '_thumbnail_id', '441'),
(3401, 439, 'Jour', '28'),
(3404, 439, 'Jour', '28'),
(3407, 439, 'image-1', 'j3vxgjs7ohtd9oix830o7z6lg.jpg'),
(3408, 439, 'image-2', 'hly3onsc5q38ci9f9mg4vs1y3.jpg'),
(3409, 439, 'image-3', 'kl4rmf9xfqec43kp083bciema.jpg'),
(3410, 439, 'image-4', 'j1qstf8f46aqylkswxj12tk2b.jpg'),
(3411, 439, 'image-5', 'evnkv72x8y0kinhls0a1mqc8d.jpg'),
(3412, 439, 'image-6', '6xlnmsa585nnwh4cnf89lh9vk.jpg'),
(3413, 439, 'image-7', 'wsabqhqmdz29hd3rn07lkci2c.jpg'),
(3414, 439, 'image-8', 'on9481ay9g9zywh3mjx6r68vo.jpg'),
(3415, 439, 'image-9', '7ketzrykpvmbrgcrcazo0qyvz.jpg'),
(3416, 439, 'image-10', '8gpa8c0m0wsybbga9pdrh8k3p.jpg'),
(3417, 439, 'image-11', 'upzeu0690pzuzpgzl5mnkbpjb.jpg'),
(3418, 439, 'image-12', '8jo8kgpxn7fb91528t7d4fg06.jpg'),
(3419, 439, 'image-13', 'tfjblmf9p1wd9p9rk462sslr2.jpg'),
(3420, 439, 'image-14', 'r0vi4a27txhndgny2940morz8.jpg'),
(3421, 439, 'image-15', 'pulwiadx9ie0908uj9iqywkza.jpg'),
(3422, 439, 'image-16', '6h4irj3rmh3tktxaxvsvx22a2.jpg'),
(3423, 439, 'image-17', 'wtqthauyfgzgyluacfcy12hrh.jpg'),
(3424, 439, 'image-18', '3u8iia3rujg7ok4wowpw0uphh.jpg'),
(3425, 439, 'image-19', 'j6fv95y96dkh5p3b605zah9ov.jpg'),
(3426, 439, 'image-20', 'uoq7jixjnum2s6x3f89l3jb28.jpg'),
(3427, 439, 'image-21', 'rwlzv2p263y84lg5h935qrm8y.jpg'),
(3428, 442, '_edit_lock', '1636359348:1'),
(3429, 442, 'Annee', '2012'),
(3430, 442, '_edit_last', '1'),
(3431, 442, 'Annee', '2012'),
(3432, 442, 'Mois', 'jan'),
(3433, 444, '_wp_attached_file', '2021/11/JTI-Around-the-world-in-80-days-27.jpg'),
(3434, 444, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:425;s:6:\"height\";i:640;s:4:\"file\";s:46:\"2021/11/JTI-Around-the-world-in-80-days-27.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"JTI-Around-the-world-in-80-days-27-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"JTI-Around-the-world-in-80-days-27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:46:\"JTI-Around-the-world-in-80-days-27-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3437, 442, '_thumbnail_id', '444'),
(3438, 442, 'Jour', '18'),
(3441, 442, '_yoast_wpseo_primary_category', '5'),
(3442, 442, '_yoast_wpseo_content_score', '90'),
(3443, 442, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3446, 442, 'Jour', '18'),
(3449, 442, 'image-1', 'vpjh9lbkp8wuqkpgpb1r3lmp0.jpg'),
(3450, 442, 'image-2', 'ktf4a0aina3vg07xpdxo8btnm.jpg'),
(3451, 442, 'image-3', 'tnr0t69y57w3vozsh80f8iv51.jpg'),
(3452, 442, 'image-4', 'edxex5ysdi8yguyu3izug3kgt.jpg'),
(3453, 442, 'image-5', 'z753b68y29ygm37sv2ynyk1vo.jpg'),
(3454, 442, 'image-6', 'katnzu1cg38fmge19mbxbu1lx.jpg'),
(3455, 442, 'image-7', 'pkixe29wbfqubo78nx1nc8pfu.jpg'),
(3456, 442, 'image-8', 'ug0jlglkud3koovha4sdf9xfc.jpg'),
(3457, 442, 'image-9', '8iptpigapg860pg4xs7tnk57d.jpg'),
(3458, 442, 'image-10', '9cz8rn9zcdkm1z18j0rst1css.jpg'),
(3459, 442, 'image-11', '9d44onu19fppjialvaaif8yby.jpg'),
(3460, 442, 'image-12', '3vn1q13s3jmp1k5f2nk7pgv1d.jpg'),
(3461, 442, 'image-13', '1pusxge1h2yro44txypnxk3yd.jpg'),
(3462, 442, 'image-14', 'hjn0xynha517912a5hlwbejvx.jpg'),
(3463, 442, 'image-15', 'ma0x4iok680s2cls2zuird02p.jpg'),
(3464, 442, 'image-16', '8ppe1goy4h5gpz1eyggmcld1s.jpg'),
(3465, 442, 'image-17', '0mz8bu0nrw11o6l54qx7mxypf.jpg'),
(3466, 442, 'image-18', 'igq7btjoqun0adf0jr0a75fyw.jpg'),
(3467, 442, 'image-19', 'qiglu5ubfg7onb9y0jm996snv.jpg'),
(3468, 442, 'image-20', 'gt7ah3gvg12sbg4jhwt6ylld2.jpg'),
(3469, 442, 'image-21', 'ukhbnrot5ojvele6vyxbhsa4u.jpg'),
(3470, 442, 'image-22', 'frktkm1luoflz6hbb6j2fwkwu.jpg'),
(3471, 442, 'image-23', 'ks4jd0d1gtir8bovblo9argu6.jpg'),
(3472, 442, 'image-24', 'ezomymnprbpx9ocxqoobhwoct.jpg'),
(3473, 442, 'image-25', 'nc65m4068jpjaeefo4y4p42mc.jpg'),
(3474, 442, 'image-26', 'xiwck4qp2bcosgb0qfymkhn95.jpg'),
(3475, 442, 'image-27', '55x62oab87xfpz3tg4dms3esf.jpg'),
(3476, 442, 'image-28', 'ubdnn6pilrbo33qwzi3fnd7so.jpg'),
(3477, 442, 'image-29', 'yndq032zik0365f21ca8gt4x2.jpg'),
(3478, 442, 'image-30', '5h1z8mivfbh15pj7i2muw7bfy.jpg'),
(3479, 442, 'image-31', 'tu97ynme28w8eoaaczid3hsa8.jpg'),
(3480, 442, 'image-32', '8i2c3fdscmr9bwdy67wlwbzh1.jpg'),
(3481, 442, 'image-33', 'iy841pzmk1pnumzficzvnm65n.jpg'),
(3482, 442, 'image-34', 'beujtq0e484zuj78wgtcaa93z.jpg'),
(3483, 442, 'image-35', '6a58bs5nu6ononphdpspvcdhn.jpg'),
(3484, 442, 'image-36', 'bozvrvxc2g8rq5apx4apqjou0.jpg'),
(3485, 442, 'image-37', '2cu6p9k3qz9acvtcl5rhsj01m.jpg'),
(3486, 442, 'image-38', '72t4nxeldv0mt8ubx73cygyh9.jpg'),
(3487, 442, 'image-39', 'mspixitozropg2zkku8vtpmfb.jpg'),
(3488, 442, 'image-40', 'evw7jtkuk9x4cef5jronvbtht.jpg'),
(3489, 442, 'image-41', 'jvlvbre8xk8slh0ehcnqd4yio.jpg'),
(3490, 442, 'image-42', 'c9mpsb3jlgkveoiuu65gnw525.jpg'),
(3491, 446, '_edit_lock', '1636359627:1'),
(3492, 446, 'Annee', '2011'),
(3493, 446, '_edit_last', '1'),
(3494, 446, 'Annee', '2011'),
(3495, 446, 'Mois', 'dec'),
(3496, 448, '_wp_attached_file', '2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg'),
(3497, 448, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:65:\"2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Aregak-Universal-Credit-Organization-New-Year-Party-7-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Aregak-Universal-Credit-Organization-New-Year-Party-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:65:\"Aregak-Universal-Credit-Organization-New-Year-Party-7-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3500, 446, '_thumbnail_id', '448'),
(3501, 446, 'Jour', '25'),
(3504, 446, '_yoast_wpseo_primary_category', '5'),
(3505, 446, '_yoast_wpseo_content_score', '90'),
(3506, 446, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3507, 446, 'image-1', '2mv21l022kwc89inun6bg3wb2.jpg'),
(3508, 446, 'image-2', 'c3m1qqnr7q9u9r1esmjraho51.jpg'),
(3509, 446, 'image-3', 'sq2qpiu2bos2noauu0sjroblm.jpg'),
(3510, 446, 'image-4', '9qrqwupupltxmrxk8sj7p3mox.jpg'),
(3511, 446, 'image-5', 'lqn8wanveoup851tu5ugvc8m0.jpg'),
(3512, 446, 'image-6', 'zve7ewxmc7djip7xz5stuxht8.jpg'),
(3513, 446, 'image-7', 'tqiur3m206shozoslikfi0hzh.jpg'),
(3514, 446, 'image-8', 'zyvk2bfz3ln132rdvgu6342mn.jpg'),
(3515, 446, 'image-9', '4395kdtp32s1n3h4mtw4bnyjv.jpg'),
(3516, 446, 'image-10', 'ststovksphff3i5z569itc78m.jpg'),
(3517, 446, 'image-11', 'vfy5dq6g5jo67chwy1fe8j2c0.jpg'),
(3518, 446, 'image-12', 'ylt3igof7ww2ubq1klhmg57wt.jpg'),
(3519, 446, 'image-13', '5cc8brkzvx972z2mic1gwdn0x.jpg'),
(3520, 446, 'image-14', '146m3xha6083rp2zad4p6tvv7.jpg'),
(3521, 450, '_edit_lock', '1636359900:1'),
(3522, 450, 'Annee', '2011'),
(3523, 450, '_edit_last', '1'),
(3524, 450, 'Annee', '2011'),
(3525, 450, 'Mois', 'dec'),
(3528, 450, 'Jour', '17'),
(3531, 450, '_yoast_wpseo_content_score', '60'),
(3532, 450, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3533, 450, 'Jour', '17'),
(3536, 450, '_yoast_wpseo_primary_category', '5'),
(3537, 453, '_wp_attached_file', '2021/11/Zvartnots-airport-corporate-party-54.jpg'),
(3538, 453, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:48:\"2021/11/Zvartnots-airport-corporate-party-54.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Zvartnots-airport-corporate-party-54-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Zvartnots-airport-corporate-party-54-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:48:\"Zvartnots-airport-corporate-party-54-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3539, 450, '_thumbnail_id', '453'),
(3540, 450, 'Jour', '17'),
(3543, 450, 'image-1', 'ec5iigqm2h31z3nc1pfohkcof.jpg'),
(3544, 450, 'image-2', 'l58b0pytaz61knzz2da5m6nvk.jpg'),
(3545, 450, 'image-3', 'pd0k9euai0injt67ujdwjljkm.jpg'),
(3546, 450, 'image-4', '8r1ka6dysu2mo3pkq8388k2yq.jpg'),
(3547, 450, 'image-5', 'sg1xp81bcq6x1o9n5fd7xbc19.jpg'),
(3548, 450, 'image-6', '78ndcid4adpk663k3idn7s4td.jpg'),
(3549, 450, 'image-7', 'ahbkwmpkgihq5b6gibn6xjvbt.jpg'),
(3550, 450, 'image-8', '33pecd14wdjdov0bw0v0ev25j.jpg'),
(3551, 450, 'image-9', 'vi9yez3brf5ny4v1r2endj9v1.jpg'),
(3552, 450, 'image-10', '0zl9or3xofgjkmyz21scl83dc.jpg'),
(3553, 450, 'image-11', 'n0al175syw9u3nuphsa5k3u0z.jpg'),
(3554, 450, 'image-12', 'f3pyeqr9j8vw5h4dpqdm97i95.jpg'),
(3555, 450, 'image-13', 'jie6j5ws2ckc4j94auenfx7n3.jpg'),
(3556, 450, 'image-14', 'k33y6wpvtatdq7p157i02o45f.jpg'),
(3557, 450, 'image-15', 'cocbace84yiz5rq47nw2gcldk.jpg'),
(3558, 450, 'image-16', 'xxf07ycinznmzyyvdjlvrl0i2.jpg'),
(3559, 450, 'image-17', '58g7yk9wid147gnrf1oylg14i.jpg'),
(3560, 450, 'image-18', 'ny0dyihu38kiy1wcpm1kbfnpf.jpg'),
(3561, 450, 'image-19', 'dazkdprmgjb8pp1q2des0w8ey.jpg'),
(3562, 450, 'image-20', 'j6y384p0aw2irrt5eeipzldj8.jpg'),
(3563, 450, 'image-21', '5r16b4wl86ghdg4zx4o8l0upp.jpg'),
(3564, 450, 'image-22', '8gmxyocz9a8uivi1q63wqioi1.jpg'),
(3565, 450, 'image-23', 'hj0liv3sv4a5h8bu7swow7rqk.jpg'),
(3566, 450, 'image-24', 'snhc2d3peznxw5vjiwtshsuh5.jpg'),
(3567, 450, 'image-25', 'xp6qfuwwhbowbwvvehohgazuw.jpg'),
(3568, 450, 'image-26', '2lwvpx5p5uw1b64bsbdptkgd0.jpg'),
(3569, 454, '_edit_lock', '1636360161:1'),
(3570, 454, 'Annee', '2011'),
(3571, 454, '_edit_last', '1'),
(3572, 454, 'Annee', '2011'),
(3573, 454, 'Mois', 'nov'),
(3576, 454, 'Jour', '11'),
(3579, 454, '_yoast_wpseo_primary_category', '5'),
(3580, 454, '_yoast_wpseo_content_score', '60'),
(3581, 454, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3582, 457, '_wp_attached_file', '2021/11/378778_304056796279427_539870395_n.jpg'),
(3583, 457, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:423;s:4:\"file\";s:46:\"2021/11/378778_304056796279427_539870395_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"378778_304056796279427_539870395_n-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"378778_304056796279427_539870395_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:46:\"378778_304056796279427_539870395_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3586, 454, '_thumbnail_id', '457'),
(3587, 454, 'Jour', '11'),
(3590, 454, 'image-1', '3kbgvp7u8dupjiipflntk5fbm.jpg'),
(3591, 454, 'image-2', 'htyrxx2tihs9hlxic97eviwxo.jpg'),
(3592, 454, 'image-3', 'airvtmquhjhbac44g8i7xbjj2.jpg'),
(3593, 454, 'image-4', 'em96ttjhgrqmnwixhfchguqu6.jpg'),
(3594, 454, 'image-5', 'i21snnozsz42jghrcp3vlasmm.jpg'),
(3595, 454, 'image-6', 'a5rnq5j9zus3va7lvmtyyh2lf.jpg'),
(3596, 454, 'image-7', 'xve3usl4zhtz7zsf6l9bs59e6.jpg'),
(3597, 454, 'image-8', '1exzyq2jn51bzil3g9p2f9b03.jpg'),
(3598, 454, 'image-9', 'no56xkhbqd9vil6yifgtlpmyh.jpg'),
(3599, 454, 'image-10', 'zu0oebw5mytpcmay5tnt9lshd.jpg'),
(3600, 454, 'image-11', '2tbb3l1qh5rt7nog2al6janei.jpg'),
(3601, 454, 'image-12', 'ojp0n06q5ff566kfou492kfhh.jpg'),
(3602, 454, 'image-13', 'bsr0a4cbalo9uqgz1m2nnlq2p.jpg'),
(3603, 454, 'image-14', 'cols6cso7vn0aov5jhqkdc828.jpg'),
(3604, 454, 'image-15', 'i9nfuzsh1svg2st8325ijao9p.jpg'),
(3605, 454, 'image-16', '4og3p2h9qepcm07v3h53c76qb.jpg'),
(3606, 454, 'image-17', '9vw9r6rkmjp774qurwz2o2dma.jpg'),
(3607, 454, 'image-18', 'x5o16aa0bzfd1bx04q8bbgj90.jpg'),
(3608, 454, 'image-19', 'c24ukg4wzq5cc5ds9sersgzb3.jpg'),
(3609, 454, 'image-20', 'hg0cqm92sv2epl168yovsj2bd.jpg'),
(3610, 458, '_edit_lock', '1636360560:1'),
(3611, 458, 'Annee', '2011'),
(3612, 458, '_edit_last', '1'),
(3613, 458, 'Annee', '2011'),
(3614, 458, 'Mois', 'nov'),
(3617, 458, 'Jour', '10'),
(3620, 458, '_yoast_wpseo_primary_category', '5'),
(3621, 458, '_yoast_wpseo_content_score', '90'),
(3622, 458, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3623, 461, '_wp_attached_file', '2021/11/Circus-Team-Building-5.jpg'),
(3624, 461, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:34:\"2021/11/Circus-Team-Building-5.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Circus-Team-Building-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Circus-Team-Building-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:34:\"Circus-Team-Building-5-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3625, 458, '_thumbnail_id', '461'),
(3626, 458, 'Jour', '10'),
(3629, 458, 'image-1', 'd2ve0errhjkq23nfdgc7c4hsc.jpg'),
(3630, 458, 'image-2', 'sj1x5rv764jblbn9vxz3g6bhb.jpg'),
(3631, 458, 'image-3', '7p3tx3gsajloba7uoiftlw4kf.jpg'),
(3632, 458, 'image-4', 'a6rzgze7u9llpvm6nqxx3zn85.jpg'),
(3633, 458, 'image-5', 'x5v5f693y2lk1l0fgud8gzqnk.jpg'),
(3634, 458, 'image-6', 'crycfupchd2vzgmvl5tdiddfl.jpg'),
(3635, 458, 'image-7', 'fwzys7o3kaczw6e5of1na0397.jpg'),
(3636, 458, 'image-8', 'lhouwujwzn8uy9rsyby88jh2g.jpg'),
(3637, 458, 'image-9', 'ka2o50ocq3cgfmnribf0m7r8y.jpg'),
(3638, 458, 'image-10', 'n68fgazalihbbiph3dhxrcmee.jpg'),
(3639, 458, 'image-11', 'lk7cn6aorllkmxc9tb2r7npt2.jpg'),
(3640, 458, 'image-12', 'um9waslp4ltvrn0c4gfp2e8d9.jpg'),
(3641, 458, 'image-13', 'vfka72visy8p9v1n3uh7n0clw.jpg'),
(3642, 458, 'image-14', 's3ml92p8oc2osn77f2fqgko0b.jpg'),
(3643, 458, 'image-15', 'k2ohqycn5j398do3pd3iao8c2.jpg'),
(3644, 458, 'image-16', 'mfc66fywg1e7ht9lp3cgcf1xd.jpg'),
(3645, 458, 'image-17', 'rnae9xsosaaqicxeszmiko8gt.jpg'),
(3646, 458, 'image-18', '47r84qp42oqc5xmwz6o6yqo54.jpg'),
(3647, 458, 'image-19', 'gb6duw2h6ypt8zxqa0h7fs3f4.jpg'),
(3648, 458, 'image-20', 'ouv4u3op7b5rjis1pc86gx6w4.jpg'),
(3649, 458, 'image-21', 'is24nbd3gfabgmj3q87u32lr2.jpg'),
(3650, 458, 'image-22', '7dyya3vlxb7zgta6wm4m00p79.jpg'),
(3651, 458, 'image-23', 'u1dy1yf6aiq6u3sjhoeudy67a.jpg'),
(3652, 458, 'image-24', 'oukf9lydkxeoc140dgczxxk6o.jpg'),
(3653, 458, 'image-25', 'pyuh6drlvduq0tha8rrd6b1a6.jpg'),
(3654, 458, 'image-26', 'x433pyq35c2u6thwyzm4ingsd.jpg'),
(3655, 458, 'image-27', 'x4zwdbx6on6ezm84cxrh2xiov.jpg'),
(3656, 458, 'image-28', 'nhk5d8wsvx9kc6l32if4va105.jpg'),
(3657, 458, 'image-29', 'm6n0o7dbpy0bf83bazy5ve5yk.jpg'),
(3658, 458, 'image-30', '5hxsjw979q8ijyk6p15qtbinv.jpg'),
(3659, 458, 'image-31', 'qz90j4py4yx0r1z6xdcvd6cz9.jpg'),
(3660, 458, 'image-32', 'by7ksggpkalris9fjnv33vqjo.jpg'),
(3661, 458, 'image-33', 'l4qjz48eoxyt4oghulvxy41sg.jpg'),
(3662, 458, 'image-34', '0xmlkc46wosh3dqpv2sf0d7eu.jpg'),
(3663, 458, 'image-35', '89wxub7yso0jyiw7kw20edwpl.jpg'),
(3664, 458, 'image-36', '0hmcpnkgjo1spo1y71kf2wvok.jpg'),
(3665, 458, 'image-37', 'nozj6lfzk6gu39ar1yseq79ww.jpg'),
(3666, 458, 'image-38', '1jiim5nnw6i01zumof5pb6e4r.jpg'),
(3667, 458, 'image-39', '387a31ka7d8xsf67y7o5prht2.jpg'),
(3668, 458, 'image-40', 'efwkuc2v5bf66i4vhjbwnxec4.jpg'),
(3669, 458, 'image-41', '5tnl4d3gfknb77pqu9nbmqac7.jpg'),
(3670, 458, 'Jour', '10'),
(3673, 462, '_edit_lock', '1636361086:1'),
(3674, 462, 'Annee', '2011'),
(3675, 462, '_edit_last', '1'),
(3676, 462, 'Annee', '2011'),
(3677, 462, 'Mois', 'oct'),
(3680, 462, 'Jour', '14'),
(3683, 462, '_yoast_wpseo_primary_category', '5'),
(3684, 462, '_yoast_wpseo_content_score', '60'),
(3685, 462, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3686, 465, '_wp_attached_file', '2021/11/Zeppelin-14.jpg'),
(3687, 465, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:448;s:6:\"height\";i:299;s:4:\"file\";s:23:\"2021/11/Zeppelin-14.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Zeppelin-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Zeppelin-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:23:\"Zeppelin-14-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3688, 462, '_thumbnail_id', '465'),
(3689, 462, 'Jour', '14'),
(3692, 462, 'image-1', 'hapl4ius4ucneb9mc6iacg46s.jpg'),
(3693, 462, 'image-2', 't8y3avohavwhyism4w7s0cvgx.jpg'),
(3694, 462, 'image-3', 'otr0abhqhbyj5s3bgjsrdbgqw.jpg'),
(3695, 462, 'image-4', 'rcsoax2b5tdzjtgr1pe8plhid.jpg'),
(3696, 462, 'image-5', 'fj6qwatc2ql19nzbftvae7vmx.jpg'),
(3697, 462, 'image-6', 'pgzhzioy22qswmnrahnimi4kb.jpg'),
(3698, 462, 'image-7', 'dze96er4ixx2oxx8kyfchnyhl.jpg'),
(3699, 462, 'image-8', '59tnbxygkwrh0whkoyxsvieuj.jpg'),
(3700, 462, 'image-9', 'iv8wqw0c9s3h2q026159d3481.jpg'),
(3701, 462, 'image-10', 'f2ky5fg30jlpw7kse4gljo8pl.jpg'),
(3702, 462, 'image-11', 'm4k150k0edi0m93kz762ylgm9.jpg'),
(3703, 462, 'image-12', 'i9mbhfclhi1dxdyd5w3pxk64f.jpg'),
(3704, 462, 'image-13', 'xz2snkpgsiuyvvvtvzigogeml.jpg'),
(3705, 462, 'image-14', 'qqghubzpc4e7yku2g1v8ppim6.jpg'),
(3706, 462, 'image-15', '5qrf3xg7fefb9wzceqeb5o3ba.jpg'),
(3707, 462, 'image-16', 'dpbqrflrtjq8174o0773wt67j.jpg'),
(3708, 462, 'image-17', 'dppz32l2b8ud5pirmlesndhuc.jpg'),
(3709, 466, '_edit_lock', '1636361393:1'),
(3710, 466, 'Annee', '2011'),
(3711, 466, '_edit_last', '1'),
(3712, 466, 'Annee', '2011'),
(3713, 466, 'Mois', 'aout'),
(3714, 468, '_wp_attached_file', '2021/11/World-check-corporate-event-3.jpg'),
(3715, 468, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:41:\"2021/11/World-check-corporate-event-3.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"World-check-corporate-event-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"World-check-corporate-event-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:41:\"World-check-corporate-event-3-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3718, 466, '_thumbnail_id', '468'),
(3719, 466, 'Jour', '02'),
(3722, 466, '_yoast_wpseo_primary_category', '5'),
(3723, 466, '_yoast_wpseo_content_score', '60'),
(3724, 466, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3725, 466, 'image-1', 'ejuan895lowqxmbpwdtd7cyni.jpg'),
(3726, 466, 'image-2', 'mpqhqo6n0ct06m58z0kka7t5g.jpg'),
(3727, 466, 'image-3', '7bbbeo6gc81vz625khysvhj8n.jpg'),
(3728, 466, 'image-4', 'kcgusn5xybefky9rvg7p0zfeg.jpg'),
(3729, 466, 'image-5', '05oewljrd2w3s76j1hdo5cde3.jpg'),
(3730, 466, 'image-6', 'sbi4ys636iu1vyvk76jzpzvkn.jpg'),
(3731, 466, 'image-7', 'eye5w4nsca7tj2ni423x37kh9.jpg'),
(3732, 466, 'image-8', 'w7j0e067pm3g1g2nmoa4gz6k4.jpg'),
(3733, 466, 'image-9', 'sudep8ht7ultr2grwxsdxx654.jpg'),
(3734, 466, 'image-10', 'nt1lg6ofoivhvmj9w6f4ifi30.jpg'),
(3735, 466, 'image-11', 'px27aq4g2fiffqazyj0s91nox.jpg'),
(3736, 466, 'image-12', 'rwuolpyenl7lp8vwfc5hw5609.jpg'),
(3737, 466, 'image-13', 'j0m19a3kif47pgj3px5psj35l.jpg'),
(3738, 466, 'image-14', 'oawwe0hpvxb2jcaiekswjhkv2.jpg'),
(3739, 470, '_edit_lock', '1636361728:1'),
(3740, 470, 'Annee', '2011'),
(3741, 470, '_edit_last', '1'),
(3742, 470, 'Annee', '2011'),
(3743, 470, 'Mois', 'aout'),
(3746, 470, 'Jour', '02'),
(3749, 470, '_yoast_wpseo_primary_category', '5'),
(3750, 470, '_yoast_wpseo_content_score', '60'),
(3751, 470, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3752, 473, '_wp_attached_file', '2021/11/Oriflame-Fashion-Show-team-building-14.jpg'),
(3753, 473, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:50:\"2021/11/Oriflame-Fashion-Show-team-building-14.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Oriflame-Fashion-Show-team-building-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Oriflame-Fashion-Show-team-building-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:50:\"Oriflame-Fashion-Show-team-building-14-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3754, 470, '_thumbnail_id', '473'),
(3755, 470, 'Jour', '02'),
(3758, 470, 'Jour', '02'),
(3761, 470, 'image-1', 'yyrbs6q17vfdw2m6zznrfvy92.jpg'),
(3762, 470, 'image-2', 'svks8dpm1z2icpbcvgilrq0j9.jpg'),
(3763, 470, 'image-3', 'zhvbmdq229zpxdc491zvashmo.jpg'),
(3764, 470, 'image-4', 'zgjt8o35jpcf3pan3agri8h7c.jpg'),
(3765, 470, 'image-5', 'w90mwoz1wompged2p418ipe0z.jpg'),
(3766, 470, 'image-6', '9fgu10jo93igubu2ce3kd66mv.jpg'),
(3767, 470, 'image-7', 'yvb3mbjbzumfo30g52tbv0pqe.jpg'),
(3768, 470, 'image-8', 'lyajlblao7kicvwjxpsaldfqz.jpg'),
(3769, 470, 'image-9', 'dr1rhd1zk08kos1byiwlj1sxp.jpg'),
(3770, 470, 'image-10', 'f7e1t1rale2stm8r12wiqk9q8.jpg'),
(3771, 470, 'image-11', 'ol5my8laf1t6hc77hfjgm8uvn.jpg'),
(3772, 470, 'image-12', '1jc0dw8rq11erwu9d401zjuku.jpg'),
(3773, 470, 'image-13', 'e8dzhb5st190ljw1saryuivcw.jpg'),
(3774, 470, 'image-14', 'ony1j3a1kv6cyu1s0opcb3ix3.jpg'),
(3775, 470, 'image-15', 'b157s1g03wiy7wk4bnforonm4.jpg'),
(3776, 470, 'image-16', 'ycjg6qzk1riopl3gg1m9d4k0q.jpg'),
(3777, 470, 'image-17', '4go743debrorcguywomsm0x1s.jpg'),
(3778, 470, 'image-18', 'givlaopgckv5wusf3ul7mrwuo.jpg'),
(3779, 470, 'image-19', 'fr7erpqnixly3xr42rkua5eag.jpg'),
(3780, 470, 'image-20', '8n59ur3atu2xikuohi5ls0xw9.jpg'),
(3781, 470, 'image-21', 'nau2xr6ttitackw09fqdhbjb6.jpg'),
(3782, 470, 'image-22', 'hayssc5022xt1jwod2q1ecydm.jpg'),
(3783, 470, 'image-23', '7h8ij433ae1gm4yj67tvyc14l.jpg'),
(3784, 475, '_edit_lock', '1636362147:1'),
(3785, 475, 'Annee', '2011'),
(3786, 475, '_edit_last', '1'),
(3787, 475, 'Annee', '2011'),
(3788, 475, 'Mois', 'juil'),
(3789, 477, '_wp_attached_file', '2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg'),
(3790, 477, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:64:\"2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"Orange-Armenia-Advertisement-making-team-building-20-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:64:\"Orange-Armenia-Advertisement-making-team-building-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:64:\"Orange-Armenia-Advertisement-making-team-building-20-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3793, 475, '_thumbnail_id', '477'),
(3794, 475, 'Jour', '27'),
(3797, 475, '_yoast_wpseo_primary_category', '5'),
(3798, 475, '_yoast_wpseo_content_score', '90'),
(3799, 475, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3800, 475, 'image-1', 'ipqol1cwcyi2vsjnpviou1vpd.jpg'),
(3801, 475, 'image-2', 'i2vzmsblywc6m16yuwj0avqmw.jpg'),
(3802, 475, 'image-3', 'rq9nbc2y70oedub2wnqtzlrjz.jpg'),
(3803, 475, 'image-4', '0dyj0v51eygjzxl3d8ccahsbw.jpg'),
(3804, 475, 'image-5', 'fmdchczt1gagcos5qcbfkxt6m.jpg'),
(3805, 475, 'image-6', 'h4w41sbndgmhlirelnnodnkqj.jpg'),
(3806, 475, 'image-7', 'euppoahizv3c7su2dn2o2l69g.jpg'),
(3807, 475, 'image-8', '33nxqe2y7oocyebh0sfnocew5.jpg'),
(3808, 475, 'image-9', 'i994qron961gqgw46z8oms389.jpg'),
(3809, 475, 'image-10', 'qvuwlb7rfelk9yvcq40u2eh0t.jpg'),
(3810, 475, 'image-11', 'qb2ymblmcgt513j7gyq8opn4w.jpg'),
(3811, 475, 'image-12', 'mvlkv22g9odyrjutvtpiizs4k.jpg'),
(3812, 475, 'image-13', '72s36hsuobmv2ztmd4hp7ivan.jpg'),
(3813, 475, 'image-14', 'f2w4jb8j0dmdlw53kxyekj0o6.jpg'),
(3814, 475, 'image-15', 'dhu3m2gi4hbvx17qn07x65tvg.jpg'),
(3815, 475, 'image-16', '2vn4vrqxyteqks9f5hox5q0oc.jpg'),
(3816, 475, 'image-17', 'svz8w1inbuncvxexatpg6pyix.jpg'),
(3817, 475, 'image-18', 'smricv7ji1zxhirx5s40sssdq.jpg'),
(3818, 475, 'image-19', 'bmp0o26v51gctqstj2ws9vgsq.jpg'),
(3819, 475, 'image-20', 'kb6yonvi0439xroz9a8vbw4y1.jpg'),
(3820, 475, 'image-21', '2ro9u9u2bb539gzj11th8o5gv.jpg'),
(3821, 475, 'image-22', '2ck0fwcv4rq4mybr69oblfqcp.jpg'),
(3822, 475, 'image-23', 'gyivdw775210gcojjzbhyxs8b.jpg'),
(3823, 475, 'image-24', '26rft767mk18omhmsvgcf8gt1.jpg'),
(3824, 475, 'image-25', 'l6athqjjizyq8yzbtv9nlw7ae.jpg'),
(3825, 475, 'image-26', '59p0kyot84kvt0k4v8pj4tbd4.jpg'),
(3826, 475, 'image-27', 'jv9r9wgyuhyc1i4b64w3ef53e.jpg'),
(3827, 475, 'image-28', 'xz5ex0aw7qu0atwnd847iztbz.jpg'),
(3828, 475, 'image-29', 'x58w5l16aap0qjs6cqvan1aul.jpg'),
(3829, 475, 'image-30', 'pnra6yxp2y6ac5mrmbbw8at25.jpg'),
(3830, 475, 'image-31', '0818d0xfqvwr8cimja0s89j8k.jpg'),
(3831, 475, 'image-32', 'zd8kys87rvlyaoqknfuj901o9.jpg'),
(3832, 475, 'image-33', '4csfnoxtwd82h8bm2egtxgt02.jpg'),
(3833, 479, '_edit_lock', '1636362399:1'),
(3834, 479, 'Annee', '2011'),
(3835, 479, '_edit_last', '1'),
(3836, 479, 'Annee', '2011'),
(3837, 479, 'Mois', 'juil'),
(3838, 481, '_wp_attached_file', '2021/11/19th-Egmont-Group-Plenary-13.jpg'),
(3839, 481, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:40:\"2021/11/19th-Egmont-Group-Plenary-13.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"19th-Egmont-Group-Plenary-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"19th-Egmont-Group-Plenary-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:40:\"19th-Egmont-Group-Plenary-13-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3842, 479, '_thumbnail_id', '481'),
(3843, 479, 'Jour', '15'),
(3846, 479, '_yoast_wpseo_primary_category', '5'),
(3847, 479, '_yoast_wpseo_content_score', '90'),
(3848, 479, '_yoast_wpseo_estimated-reading-time-minutes', '1');
INSERT INTO `me_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3849, 479, 'image-1', 'iyvlvsvp46a4n4hmz5rhfpzt8.jpg'),
(3850, 479, 'image-2', '0hl1u9pboc0qmptehwdvsizhx.jpg'),
(3851, 479, 'image-3', 'pnayc9j3h207c2ralnr6msh4w.jpg'),
(3852, 479, 'image-4', 'p5w7z47ni93sxipedufzvzdad.jpg'),
(3853, 479, 'image-5', '5edjzf75rmpzxc97uh115zlwy.jpg'),
(3854, 479, 'image-6', 'sq0o5iqmg539b2ys033tmyyok.jpg'),
(3855, 479, 'image-7', 'x5uk676ps8e3d7hnqh32pyj24.jpg'),
(3856, 479, 'image-8', 'gb2mrxisuhe46roamqq4kl3kx.jpg'),
(3857, 479, 'image-9', '1tbd7tigu15n1zahbmlglyegp.jpg'),
(3858, 479, 'image-10', 'zxxnyedqfyvmjqbg4d0rwzt7w.jpg'),
(3859, 479, 'image-11', 'jbcgiv7et17ctup4hoqlbbtw3.jpg'),
(3860, 479, 'image-12', 'sksl92cfx2fhdd31zl8vgwal3.jpg'),
(3861, 479, 'image-13', 'uxrgwcyxfbf1pdo7o6ed1trdx.jpg'),
(3862, 479, 'image-14', 'mtmlgig450p36hg304x5db4mw.jpg'),
(3863, 479, 'image-15', 'awxg54yciowy1fll14i0lvo5g.jpg'),
(3864, 479, 'image-16', 'u7ygiravrtwkdzov7dx9lbupi.jpg'),
(3865, 479, 'image-17', '4pnclp2nbu0br6zy13jgfi5zh.jpg'),
(3866, 479, 'image-18', 'mxeypkxontxgaob5vnd2jdtxt.jpg'),
(3867, 479, 'image-19', 'h7pmikdkktxsqqpyu41jca7za.jpg'),
(3868, 479, 'image-20', '5cohxmrenjjmputxja6qcblta.jpg'),
(3869, 479, 'image-21', '4jgbpbw3y2h5937asjzfvxjjr.jpg'),
(3870, 479, 'image-22', '09j11pgjcxdc8uzrg2fz2qk6y.jpg'),
(3871, 479, 'image-23', 'zinxomwaht4ccaph51pumsyck.jpg'),
(3872, 483, '_edit_lock', '1636362662:1'),
(3873, 484, '_wp_attached_file', '2021/11/image-8.png'),
(3874, 484, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-8.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3875, 483, 'Annee', '2011'),
(3876, 483, '_edit_last', '1'),
(3877, 483, 'Annee', '2011'),
(3878, 483, 'Mois', 'mars'),
(3881, 483, 'Jour', '03'),
(3884, 483, '_yoast_wpseo_primary_category', '5'),
(3885, 483, '_yoast_wpseo_content_score', '60'),
(3886, 483, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3887, 487, '_wp_attached_file', '2021/11/phoca_thumb_l_540.jpg'),
(3888, 487, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:425;s:4:\"file\";s:29:\"2021/11/phoca_thumb_l_540.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"phoca_thumb_l_540-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"phoca_thumb_l_540-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:29:\"phoca_thumb_l_540-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3889, 483, '_thumbnail_id', '487'),
(3890, 483, 'Jour', '03'),
(3893, 483, 'image-1', 'uxhi070nh9xjelir3v633cyyv.jpg'),
(3894, 483, 'image-2', '16pui8uqvhawoiwdt8cl88k3s.jpg'),
(3895, 483, 'image-3', '4hllxkrai5fkdsznsvzar8a1h.jpg'),
(3896, 483, 'image-4', '8hfs3cty6k57occiyedjwf1ni.jpg'),
(3897, 483, 'image-5', 'uhzq63zc8ycgrqj7q1clbo1n3.jpg'),
(3898, 483, 'image-6', 'slvy7lwj24walh9l6l4j50wej.jpg'),
(3899, 483, 'image-7', '3uexoul11l89pu9k4v2eyal3y.jpg'),
(3900, 483, 'image-8', 'yt4uzsa0k9fjn952fc2xcukqs.jpg'),
(3901, 483, 'image-9', 't8dzt3isz7b4omxi6g1mgia4m.jpg'),
(3902, 483, 'image-10', 'jx5yziis9cabu2u5b1958oq6g.jpg'),
(3903, 483, 'image-11', 'r2563erwjs1wusra6k5lfbysp.jpg'),
(3904, 483, 'image-12', 'red2cih3tolxv9gi79knjz0k6.jpg'),
(3905, 483, 'image-13', 'z2u1ua2a2wwx6a8mv25628qux.jpg'),
(3906, 483, 'image-14', '831ff835b93vbstp3h5dp83t1.jpg'),
(3907, 483, 'image-15', 'i8ncx6lc8q4bs7c6uhchgocxy.jpg'),
(3908, 483, 'image-16', 'tx13zjcee2kjmj92p70pp2drv.jpg'),
(3909, 483, 'image-17', 'g1mi0fqi057th6f5jdy11z4fk.jpg'),
(3910, 483, 'image-18', '1if0f3kti7z8bb5mctpnyw27z.jpg'),
(3911, 483, 'image-19', 'z810d31loxcimug1hfovbr6v6.jpg'),
(3912, 483, 'image-20', 'zcedbe8m5kbf79iur8tqs094k.jpg'),
(3913, 483, 'image-21', 'fknvsdj6osx4gfp0tk35ac34n.jpg'),
(3914, 483, 'image-22', '11e5dkjjqj98t3s7ri6wcgb47.jpg'),
(3915, 483, 'image-23', 'grr1vogyb4vmy40l0r1kqjmea.jpg'),
(3916, 483, 'image-24', 'j81anw8h9vrkx0klbwd1ow7c7.jpg'),
(3917, 483, 'image-25', 'kcem50zkk8f6znlav2yjuype5.jpg'),
(3918, 483, 'image-26', 'vpv5vdl8jyv4hv0ft7fa18ww5.jpg'),
(3919, 483, 'image-27', 'neqs3k799xqfjlnekvfubjfo0.jpg'),
(3920, 488, '_edit_lock', '1636362754:1'),
(3921, 488, 'Annee', '2011'),
(3922, 488, '_edit_last', '1'),
(3923, 488, 'Annee', '2011'),
(3924, 488, 'Mois', 'jan'),
(3925, 490, '_wp_attached_file', '2021/11/Logicon-Development-Corporate-Event-2.jpg'),
(3926, 490, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:49:\"2021/11/Logicon-Development-Corporate-Event-2.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Logicon-Development-Corporate-Event-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Logicon-Development-Corporate-Event-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:49:\"Logicon-Development-Corporate-Event-2-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3929, 488, '_thumbnail_id', '490'),
(3930, 488, 'Jour', '19'),
(3933, 488, '_yoast_wpseo_primary_category', '5'),
(3934, 488, '_yoast_wpseo_content_score', '60'),
(3935, 488, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3936, 488, 'image-1', 'jrrl5umumgjx80mgelxe1u6i9.jpg'),
(3937, 488, 'image-2', 'v0lgpw5ppq8xciy2s7akxeu12.jpg'),
(3938, 488, 'image-3', 'i40j5l8xb35c810xfvag0azii.jpg'),
(3939, 488, 'image-4', '5i5tqjctsn0p2nfii0gyrchs2.jpg'),
(3940, 488, 'image-5', 'txarckrs5kdzadl1uaoiaiw6w.jpg'),
(3941, 488, 'image-6', '4x7mujcyrtgegku47bu7v184v.jpg'),
(3942, 488, 'image-7', '66vdehufvsrh8ah0fe7dl1f1m.jpg'),
(3943, 488, 'image-8', 'ib6ir1fzq4ahgmk4m8osj3fu0.jpg'),
(3944, 488, 'image-9', 'q1s6mccvoedsqd82v2oj3ftic.jpg'),
(3945, 488, 'image-10', '5gtbo66sdkc5faj9hud8azva4.jpg'),
(3946, 488, 'image-11', 'up3g4p1cbmgij089tps17z3s5.jpg'),
(3947, 488, 'image-12', 'l009g105mzdb51y8i4t5ansfu.jpg'),
(3948, 488, 'image-13', 'mne9jdtnpss9upkc6d8006wq4.jpg'),
(3949, 488, 'image-14', 'azkpbjwtwmtrnwv5vjehy01mz.jpg'),
(3950, 488, 'image-15', 'dio6ikdcu226ek7ywfrovifbv.jpg'),
(3951, 492, '_edit_lock', '1636363265:1'),
(3952, 492, 'Annee', '2011'),
(3953, 492, '_edit_last', '1'),
(3954, 492, 'Annee', '2011'),
(3955, 492, 'Mois', 'Jan'),
(3958, 492, 'Jour', '14'),
(3961, 492, '_yoast_wpseo_primary_category', '5'),
(3962, 492, '_yoast_wpseo_content_score', '60'),
(3963, 492, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(3964, 495, '_wp_attached_file', '2021/11/Oriflame-Movie-making-team-building-21.jpg'),
(3965, 495, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:50:\"2021/11/Oriflame-Movie-making-team-building-21.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"Oriflame-Movie-making-team-building-21-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"Oriflame-Movie-making-team-building-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:50:\"Oriflame-Movie-making-team-building-21-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3966, 492, 'image-1', '5czy2whuf6rzb67y0gntz6j21.jpg'),
(3967, 492, 'image-2', '7c7ndi9kuvdeer8xu15xtxyqd.jpg'),
(3968, 492, 'image-3', 'iw2c0mhcij0ya6u1gcs1ket72.jpg'),
(3969, 492, 'image-4', 'lh3kkdi97yhoiwmucxalljrp2.jpg'),
(3970, 492, 'image-5', 'o1ndjt2vbvfill6sns1j8t25y.jpg'),
(3971, 492, 'image-6', 'u6x8z2qvbrrna5su99da2h91o.jpg'),
(3972, 492, 'image-7', 'ctwvyetqi3zck2724pca8zx0h.jpg'),
(3973, 492, 'image-8', 'v87gl73gv8bpk1u872a6yuz3v.jpg'),
(3974, 492, 'image-9', '0nevew0j13xjm4ymuz263qg8t.jpg'),
(3975, 492, 'image-10', '7ookx71ad42pd15bhj2g73h5m.jpg'),
(3976, 492, 'image-11', '9s7tac0rv43u78ijlvppz6639.jpg'),
(3977, 492, 'image-12', 'noenf4hcoj28i2u539ojfs2n2.jpg'),
(3978, 492, 'image-13', 'nw2ek86j1hae4f8ti6o939vtd.jpg'),
(3979, 492, 'image-14', 'yowervxgq4iwi0s8yrv5bepma.jpg'),
(3980, 492, 'image-15', 'kj651tejvblhl1a1cjb8juxkl.jpg'),
(3981, 492, 'image-16', 'rgkmveiwu7ni4h9qcv0vmshp3.jpg'),
(3982, 492, 'image-17', '5zs88hcdv8nyezyds7k8yxli8.jpg'),
(3983, 492, 'image-18', 'uoc99txy5s210fafqzsxggbto.jpg'),
(3984, 492, 'image-19', 'p30mpak38ctfwmmorieiwga6h.jpg'),
(3985, 492, 'image-20', 'kt0sbfoxf34jhotso79tu8evr.jpg'),
(3986, 492, 'image-21', 'chazw94lsv2qc3ikxl9unt83w.jpg'),
(3987, 492, 'image-22', 'oomtv9wi9psllker4gaqltw15.jpg'),
(3988, 492, 'image-23', 'aq41vufk7tgjlb58e0146ldwu.jpg'),
(3989, 492, 'image-24', 'sk9imhp51wq7yjfxfv8djgl6i.jpg'),
(3990, 492, 'image-25', 'duzgjvn5j354usdloda0usdcg.jpg'),
(3991, 492, 'image-26', 'buzncre6wvaznfwd1nb0i8fj0.jpg'),
(3992, 492, 'image-27', 's7xeilnobhevmorwchxi6tb8j.jpg'),
(3993, 492, 'image-28', 'cd8e0y7qs5tmksa2gs3dybjpp.jpg'),
(3994, 492, 'image-29', '0jqwv4klinb5chsfs371g5qux.jpg'),
(3995, 492, 'image-30', 'nccm9txn7pb6manw4vb0il6l4.jpg'),
(3996, 492, 'image-31', 'vegh6x9llmhl1hbzoocrgutp2.jpg'),
(3997, 492, 'image-32', 'dx9nc3vknn2qnwdljb7kug40c.jpg'),
(3998, 492, 'image-33', 'uq9hcaqtrdz1qebucfj16fhto.jpg'),
(3999, 492, 'image-34', 'aoh8gn1ddzl0lrpjenogr25h2.jpg'),
(4000, 492, 'image-35', '2s1q2vhcnma7q2exmknjehgdo.jpg'),
(4001, 492, 'image-36', 'rr6b1zfdzt2bkionbh7wbakkg.jpg'),
(4002, 492, 'image-37', 'bb1zs6y29aeus819p4zwaqm9e.jpg'),
(4003, 492, '_thumbnail_id', '495'),
(4004, 492, 'Jour', '14'),
(4007, 497, '_edit_lock', '1636363513:1'),
(4008, 497, 'Annee', '2010'),
(4009, 497, '_edit_last', '1'),
(4010, 497, 'Annee', '2010'),
(4011, 497, 'Mois', 'dec'),
(4014, 497, 'Jour', '29'),
(4017, 497, '_yoast_wpseo_primary_category', '5'),
(4018, 497, '_yoast_wpseo_content_score', '90'),
(4019, 497, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4020, 500, '_wp_attached_file', '2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg'),
(4021, 500, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:54:\"2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:54:\"ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4022, 497, '_thumbnail_id', '500'),
(4023, 497, 'Jour', '29'),
(4026, 497, 'image-1', 'd4v1srujbsfliu6ylp72d962i.jpg'),
(4027, 497, 'image-2', 'mzidqimjye33dylmnu1ffswpl.jpg'),
(4028, 497, 'image-3', 'o6lj3ouxga2j5ecux5h0zkinf.jpg'),
(4029, 497, 'image-4', '3jd8h7ioqx4x8mdnzobio8ivw.jpg'),
(4030, 497, 'image-5', 'dyhqn8qe71ndck4b33htzknpb.jpg'),
(4031, 497, 'image-6', '45l9xghntowqt6mwjxnwh7evw.jpg'),
(4032, 497, 'image-7', 'tpuswq86qjoi4q00f9wxf5nm6.jpg'),
(4033, 497, 'image-8', 'l0arla3vphug5ht0dpkwi9gs4.jpg'),
(4034, 497, 'image-9', 'qj4rspix5hfef1hb2w8b8l6sp.jpg'),
(4035, 497, 'image-10', 'rh9tc3kosxpzqtkozjr4pzkuf.jpg'),
(4036, 497, 'image-11', '7nlmv4m4xmq7jr9uyz0um6f06.jpg'),
(4037, 497, 'image-12', 'l6jw5cf6ozgujre6fhjl3606d.jpg'),
(4038, 497, 'image-13', '7tqhalbp3ogxhji9kqe4exy1p.jpg'),
(4039, 497, 'image-14', 'lwb9sn69nss8jqvnzefpshpuz.jpg'),
(4040, 497, 'image-15', '9mj64krbmpazqum8rm3h6qq93.jpg'),
(4041, 497, 'image-16', '7dpl1otiz0zddb676oycqe052.jpg'),
(4042, 497, 'image-17', 'oc285vgahgu8rhn8yidufilfp.jpg'),
(4043, 497, 'image-18', 'byotncvbqht3ou3z9fvuzxlkq.jpg'),
(4044, 497, 'image-19', 'prqgtwp6cx9yf3ugl92jz8rrp.jpg'),
(4045, 497, 'image-20', 'kszohglqirk4rg9w72uevvnx2.jpg'),
(4046, 497, 'image-21', '612fu9rje1gmpzgo3ampfx8a2.jpg'),
(4047, 497, 'image-22', '2qg6yab6f85fp3r3gsq7x2kbl.jpg'),
(4048, 497, 'image-23', 'ioe9g4ki4l17atw1tmi9mkxip.jpg'),
(4049, 497, 'image-24', 'q5gop9gguhv4u7kek8i591zpf.jpg'),
(4050, 497, 'image-25', '9s6y17rmswxhggz804gdr2o7s.jpg'),
(4051, 497, 'image-26', 'ih1z090e23q7iwe91qra35dub.jpg'),
(4052, 497, 'image-27', 'oue6266al093bq8nyj9farivf.jpg'),
(4053, 497, 'image-28', 'xec0vuamm8avzcv1a8sbnw591.jpg'),
(4054, 501, '_edit_lock', '1636363735:1'),
(4055, 502, '_wp_attached_file', '2021/11/image-9.png'),
(4056, 502, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:20;s:6:\"height\";i:20;s:4:\"file\";s:19:\"2021/11/image-9.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4057, 501, 'Annee', '2010'),
(4058, 501, '_edit_last', '1'),
(4059, 501, 'Annee', '2010'),
(4060, 501, 'Mois', 'oct'),
(4063, 501, 'Jour', '06'),
(4066, 501, '_yoast_wpseo_primary_category', '5'),
(4067, 501, '_yoast_wpseo_content_score', '90'),
(4068, 501, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4069, 505, '_wp_attached_file', '2021/11/Sourcio-Team-Building-9.jpg'),
(4070, 505, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:448;s:6:\"height\";i:299;s:4:\"file\";s:35:\"2021/11/Sourcio-Team-Building-9.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Sourcio-Team-Building-9-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Sourcio-Team-Building-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:35:\"Sourcio-Team-Building-9-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4073, 501, '_thumbnail_id', '505'),
(4074, 501, 'Jour', '06'),
(4077, 501, 'image-1', 'p409iq6rlmgnjuon8w1gqtzu2.jpg'),
(4078, 501, 'image-2', 'gwh88l87d0mbciz5982ycfze4.jpg'),
(4079, 501, 'image-3', '79jkoqxfommvc88qjfa8ski8b.jpg'),
(4080, 501, 'image-4', '1ttbb1w2h5a86ugy03y42e1ps.jpg'),
(4081, 501, 'image-5', '6abcy9jbjgy2fw8xk6fblglra.jpg'),
(4082, 501, 'image-6', 'os7n4ryd4ghnm6dea6sq6c0rh.jpg'),
(4083, 501, 'image-7', '94ignu2xrw28kbwbbrw0ofz9v.jpg'),
(4084, 501, 'image-8', 'dzv0brvxjpu978lxz2ccyadw1.jpg'),
(4085, 501, 'image-9', 'dw4flj274enjvo4vurt2xw7wl.jpg'),
(4086, 501, 'image-10', 'zwkyh6zkbpmdlx3dk0fv1a5s0.jpg'),
(4087, 501, 'image-11', '0eqdrx42ix927l0dn2z0ux8r6.jpg'),
(4088, 501, 'image-12', '5n0p2ktcacp7aqfst7jnfnlo1.jpg'),
(4089, 501, 'image-13', '8cnvqavq5lqmarc4pqyxvt7yh.jpg'),
(4090, 501, 'image-14', 'na169adt8f6w4mk1y3oq5cdh3.jpg'),
(4091, 501, 'image-15', 'outwy86rq0xlfci8bfl9m56eu.jpg'),
(4092, 506, '_edit_lock', '1636364004:1'),
(4093, 507, '_wp_attached_file', '2021/11/215119_248366881848419_622598_n.jpg'),
(4094, 507, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:43:\"2021/11/215119_248366881848419_622598_n.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"215119_248366881848419_622598_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"215119_248366881848419_622598_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:43:\"215119_248366881848419_622598_n-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4095, 506, 'Annee', '2010'),
(4096, 506, '_edit_last', '1'),
(4097, 506, 'Annee', '2010'),
(4098, 506, 'Mois', 'aout'),
(4101, 506, '_thumbnail_id', '507'),
(4102, 506, 'Jour', '05'),
(4105, 506, '_yoast_wpseo_primary_category', '5'),
(4106, 506, '_yoast_wpseo_content_score', '60'),
(4107, 506, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4108, 506, 'image-1', 'rqajf2we5culy0xyt4tcqy5sy.jpg'),
(4109, 506, 'image-2', 'tvtvzfpgwcfocw0flytkj4l2v.jpg'),
(4110, 506, 'image-3', '0cndybvsfwqqlds6o3m87oahc.jpg'),
(4111, 506, 'image-4', '1chutisz5muofrpo1cvs717nk.jpg'),
(4112, 506, 'image-5', 'n130i33cdgruw7omzcxnfa0vy.jpg'),
(4113, 506, 'image-6', '2rvh727w4yd90hfdbsgsz5j1a.jpg'),
(4114, 506, 'image-7', 'r5edtikmvyc8itkv039zb56ob.jpg'),
(4115, 506, 'image-8', 'g9pbzvge7vhll4zhf1qduj2dd.jpg'),
(4116, 506, 'image-9', 'ukc2uzm2rks2v3oygt670mymw.jpg'),
(4117, 506, 'image-10', '60vel1thf4c53lfod7hxcljp6.jpg'),
(4118, 506, 'image-11', 'fqnen31xlwzjf5gf8you8sa35.jpg'),
(4119, 506, 'image-12', '2s33j4ufyav8oqba5cyfif0dl.jpg'),
(4120, 506, 'image-13', 'g9h89wgfhizat9983onxgz5e2.jpg'),
(4121, 506, 'image-14', 'lbb6m1vgl4iurf7d5yzemw6f6.jpg'),
(4122, 506, 'image-15', '8hhw4ilbbwq9fjuam2srczuvz.jpg'),
(4123, 506, 'image-16', '57m65pf384sosr4btm61lxysq.jpg'),
(4124, 506, 'image-17', 'kxaxbd0rjouotjfriqjz6zm1k.jpg'),
(4125, 506, 'image-18', 'p78jwo0jpndyzmtvw09wdoq9c.jpg'),
(4126, 506, 'image-19', '8wn94ymtp0palwqoqybakvugs.jpg'),
(4127, 506, 'image-20', 'd8fa02j0w2slq5xfv7pzhsn3d.jpg'),
(4128, 506, 'image-21', 'l779wlq5jshdodsrctmcxu1zb.jpg'),
(4129, 506, 'image-22', 'dlawy6cmz6qgfpzb384nb4pmh.jpg'),
(4130, 506, 'image-23', 'we5n3cscd4fvuie5h3qy8y6kk.jpg'),
(4131, 506, 'image-24', 'eukoeoepaev8do11np04lwq7l.jpg'),
(4132, 506, 'image-25', '6w8mu5ekse8hcao7cf0ebg6k4.jpg'),
(4133, 506, 'image-26', 'unex0wantw5206dnr8a87ydxx.jpg'),
(4134, 506, 'image-27', 'kiio1wyy25sp1sa8xzcdgo8m5.jpg'),
(4135, 506, 'image-28', 'vgttajhxvwk8otgfafw5humes.jpg'),
(4136, 506, 'image-29', 'gfb6876r6owkvqs2q25rl3el4.jpg'),
(4137, 510, '_edit_lock', '1636372622:1'),
(4138, 510, 'Annee', '2009'),
(4139, 510, '_edit_last', '1'),
(4140, 510, 'Annee', '2009'),
(4141, 510, 'Mois', 'jan'),
(4142, 512, '_wp_attached_file', '2021/11/279814_248381845180256_3254983_o-1.jpg'),
(4143, 512, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:46:\"2021/11/279814_248381845180256_3254983_o-1.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"279814_248381845180256_3254983_o-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"279814_248381845180256_3254983_o-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"tf-client-image-size\";a:4:{s:4:\"file\";s:46:\"279814_248381845180256_3254983_o-1-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4146, 510, '_thumbnail_id', '512'),
(4147, 510, 'Jour', '01'),
(4150, 510, '_yoast_wpseo_primary_category', '5'),
(4151, 510, '_yoast_wpseo_content_score', '60'),
(4152, 510, '_yoast_wpseo_estimated-reading-time-minutes', '1'),
(4153, 510, 'image-1', 'q0rwg5xgbcbst8omrha9bgnf4.jpg'),
(4154, 510, 'image-2', 'hinlaazwjg4ehihhyfw0t3tvx.jpg'),
(4155, 510, 'image-3', 'iell5o5yjcxi1ehx1t9umnld7.jpg'),
(4156, 510, 'image-4', 'm2i3bncg97jlkdp5wdvndla7o.jpg'),
(4157, 510, 'image-5', 'ses7hq8kfk8y37imo0454zfa3.jpg'),
(4158, 510, 'image-6', '6buj5uvui0vz3ctprwmtrrhzi.jpg'),
(4159, 510, 'image-7', 'tch5ggrjw0hphn4e9ju0xgfui.jpg'),
(4160, 510, 'image-8', 'oj8wj007cr720z65w19mjbt37.jpg'),
(4161, 510, 'image-9', 'mecsngnatwtfcfg2rv4efmsox.jpg'),
(4162, 510, 'image-10', '5m2bdvisawjea5nh6t1imps64.jpg'),
(4163, 510, 'image-11', 'j3def1sxv8fytvmncv4jn77de.jpg'),
(4164, 510, 'image-12', 'naal2zdwq9du8n8fgp6n888z8.jpg'),
(4165, 510, 'image-13', 'f7587z2wze0tcyd7l7f3oef6e.jpg'),
(4166, 510, 'image-14', 'xrq0qw2ao5ejzjhdaals56bqh.jpg'),
(4167, 510, 'image-15', 'liv1xp6egevnb3ph9rkpsv6jt.jpg'),
(4168, 510, 'image-16', 'dx1ctpa9ougfpv1n0bca40lat.jpg'),
(4169, 510, 'image-17', '75e3t326d9k5a4xdpvf6ht7tx.jpg'),
(4170, 510, 'image-18', '2v84zzlnbwy3687x5bg4mkiew.jpg'),
(4171, 510, 'image-19', 'p8tkha7ntsdvq7selris6rc10.jpg'),
(4172, 510, 'image-20', 'xb33wair200qihqoz1qehkl6q.jpg'),
(4173, 510, 'image-21', '7erhhy2adl7w8je3dfb3y51q6.jpg'),
(4174, 510, 'image-22', 'l18fhzmzx0svw7wfm90uw8lsg.jpg'),
(4175, 510, 'image-23', '3n6b2oiz0az9e1h2hh21pxmtu.jpg'),
(4176, 510, 'image-24', '13fsmwqmxwfkme01ztp9h4a90.jpg'),
(4177, 510, 'image-25', 'tbizhv534jo74r8gnstr30354.jpg'),
(4178, 510, 'image-26', 'zf1k2nk13nu8jbumm78cxxf5p.jpg'),
(4179, 510, 'image-27', 'dwivbr8cpttepqpjpjedq3f6i.jpg'),
(4180, 510, 'image-28', 'bn7nyp0iwbp2nzbi2wzc84q1n.jpg'),
(4181, 510, 'image-29', 'ayszqvy9n3tadrkw17puc2z3i.jpg');

-- --------------------------------------------------------

--
-- Structure de la table `me_posts`
--

DROP TABLE IF EXISTS `me_posts`;
CREATE TABLE IF NOT EXISTS `me_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=514 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_posts`
--

INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2021-08-20 07:23:56', '2021-08-20 05:23:56', '<!-- wp:paragraph -->\n<p>Grâce au soutien de la Fondation pour le Développement de l’Arménie, le 1er novembre, l’Hôtel londonien Savoy a accueilli le «&nbsp;British Guil of Travel Writers 2015&nbsp;», qui avait pour but de présenter la culture arménienne dans toute sa splendeur. Etaient présents à cet événement 350 invités de l’organisation britannique : journalistes, oenologues et sommeliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les délais étaient courts, les complications nombreuses, mais le but était très clair. Grâce à la collaboration sérieuse entre la société franco-arménienne Modd Events et la Fondation pour le développement en Arménie, l’un des événement les plus importants de l’année a été planifié avec succès dans les moindre détails, de la décoration des tables jusqu’à la cérémonie d’accueil des invités, des souvenirs offerts aux invités, jusqu’aux écrans géants installés dans le hall sur lesquels ont été diffusées toute la soirée des images en 3D de chefs d’oeuvres de la peinture, des ornements et des paysages. La partie musicale a été assurée par Arto Toundjboyadjyan. Le fondateur du restaurant Dolmama, Jirayr Ananyan, a apporté une saveur spéciale à la soirée en servant des mets traditionnels arméniens revisités durant le dîner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grâce au travail professionnel de toute l’équipe, les journalistes britanniques ont ressenti durant toute la soirée le souffle de la culture arménienne, et ont quitté la salle avec des belles impressions sur l’Arménie. Une phrase a résonné de tous «&nbsp;La soirée arménienne de Londres était splendide&nbsp;».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous ne parlons pas de résultats, nous réalisons des projets. Cette soirée en était une belle preuve…</p>\n<!-- /wp:paragraph -->', 'Soirée arménienne à Londres', 'Grâce au soutien de la Fondation pour le Développement de l’Arménie, le 1er novembre, l’Hôtel londonien Savoy a accueilli le « British Guil of Travel Writers 2015 », qui avait pour but de présenter la culture arménienne dans toute sa splendeur. Etaient présents à cet événement 350 invités de l’organisation britannique', 'publish', 'open', 'open', '', 'soiree-armenienne-a-londres', '', '', '2021-11-04 14:35:44', '2021-11-04 13:35:44', '', 0, 'http://localhost/modd-events.com/?p=1', 0, 'post', '', 1),
(2, 1, '2021-08-20 07:23:56', '2021-08-20 05:23:56', '<!-- wp:paragraph -->\n<p>Ceci est une page d’exemple. C’est différent d’un article de blog parce qu’elle restera au même endroit et apparaîtra dans la navigation de votre site (dans la plupart des thèmes). La plupart des gens commencent par une page « À propos » qui les présente aux personnes visitant du site. Cela pourrait ressembler à quelque chose comme cela :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Bonjour ! Je suis un mécanicien qui aspire à devenir acteur, et voici mon site. J’habite à Bordeaux, j’ai un super chien baptisé Russell, et j’aime la vodka (ainsi qu’être surpris par la pluie soudaine lors de longues balades sur la plage au coucher du soleil).</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>…ou quelque chose comme cela :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>La société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis lors. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules supers pour la communauté bouzemontoise.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>En tant que nouvel utilisateur ou utilisatrice de WordPress, vous devriez vous rendre sur <a href=\"http://localhost/modd-events.com/wp-admin/\">votre tableau de bord</a> pour supprimer cette page et créer de nouvelles pages pour votre contenu. Amusez-vous bien !</p>\n<!-- /wp:paragraph -->', 'Page d’exemple', '', 'publish', 'closed', 'open', '', 'page-d-exemple', '', '', '2021-08-20 07:23:56', '2021-08-20 05:23:56', '', 0, 'http://localhost/modd-events.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2021-08-20 07:23:56', '2021-08-20 05:23:56', '<!-- wp:heading --><h2>Qui sommes-nous ?</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>L’adresse de notre site est : http://localhost/modd-events.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Commentaires</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Quand vous laissez un commentaire sur notre site, les données inscrites dans le formulaire de commentaire, mais aussi votre adresse IP et l’agent utilisateur de votre navigateur sont collectés pour nous aider à la détection des commentaires indésirables.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Une chaîne anonymisée créée à partir de votre adresse e-mail (également appelée hash) peut être envoyée au service Gravatar pour vérifier si vous utilisez ce dernier. Les clauses de confidentialité du service Gravatar sont disponibles ici : https://automattic.com/privacy/. Après validation de votre commentaire, votre photo de profil sera visible publiquement à coté de votre commentaire.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Médias</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Si vous téléversez des images sur le site, nous vous conseillons d’éviter de téléverser des images contenant des données EXIF de coordonnées GPS. Les personnes visitant votre site peuvent télécharger et extraire des données de localisation depuis ces images.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Si vous déposez un commentaire sur notre site, il vous sera proposé d’enregistrer votre nom, adresse e-mail et site dans des cookies. C’est uniquement pour votre confort afin de ne pas avoir à saisir ces informations si vous déposez un autre commentaire plus tard. Ces cookies expirent au bout d’un an.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Si vous vous rendez sur la page de connexion, un cookie temporaire sera créé afin de déterminer si votre navigateur accepte les cookies. Il ne contient pas de données personnelles et sera supprimé automatiquement à la fermeture de votre navigateur.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Lorsque vous vous connecterez, nous mettrons en place un certain nombre de cookies pour enregistrer vos informations de connexion et vos préférences d’écran. La durée de vie d’un cookie de connexion est de deux jours, celle d’un cookie d’option d’écran est d’un an. Si vous cochez « Se souvenir de moi », votre cookie de connexion sera conservé pendant deux semaines. Si vous vous déconnectez de votre compte, le cookie de connexion sera effacé.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>En modifiant ou en publiant une publication, un cookie supplémentaire sera enregistré dans votre navigateur. Ce cookie ne comprend aucune donnée personnelle. Il indique simplement l’ID de la publication que vous venez de modifier. Il expire au bout d’un jour.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Contenu embarqué depuis d’autres sites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Les articles de ce site peuvent inclure des contenus intégrés (par exemple des vidéos, images, articles…). Le contenu intégré depuis d’autres sites se comporte de la même manière que si le visiteur se rendait sur cet autre site.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Ces sites web pourraient collecter des données sur vous, utiliser des cookies, embarquer des outils de suivis tiers, suivre vos interactions avec ces contenus embarqués si vous disposez d’un compte connecté sur leur site web.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Utilisation et transmission de vos données personnelles</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Si vous demandez une réinitialisation de votre mot de passe, votre adresse IP sera incluse dans l’e-mail de réinitialisation.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Durées de stockage de vos données</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Si vous laissez un commentaire, le commentaire et ses métadonnées sont conservés indéfiniment. Cela permet de reconnaître et approuver automatiquement les commentaires suivants au lieu de les laisser dans la file de modération.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>Pour les comptes qui s’inscrivent sur notre site (le cas échéant), nous stockons également les données personnelles indiquées dans leur profil. Tous les comptes peuvent voir, modifier ou supprimer leurs informations personnelles à tout moment (à l’exception de leur identifiant). Les gestionnaires du site peuvent aussi voir et modifier ces informations.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Les droits que vous avez sur vos données</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Si vous avez un compte ou si vous avez laissé des commentaires sur le site, vous pouvez demander à recevoir un fichier contenant toutes les données personnelles que nous possédons à votre sujet, incluant celles que vous nous avez fournies. Vous pouvez également demander la suppression des données personnelles vous concernant. Cela ne prend pas en compte les données stockées à des fins administratives, légales ou pour des raisons de sécurité.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Transmission de vos données personnelles</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Texte suggéré : </strong>Les commentaires des visiteurs peuvent être vérifiés à l’aide d’un service automatisé de détection des commentaires indésirables.</p><!-- /wp:paragraph -->', 'Politique de confidentialité', '', 'draft', 'closed', 'open', '', 'politique-de-confidentialite', '', '', '2021-08-20 07:23:56', '2021-08-20 05:23:56', '', 0, 'http://localhost/modd-events.com/?page_id=3', 0, 'page', '', 0),
(7, 1, '2021-08-20 08:22:12', '2021-08-20 06:22:12', 'fr_FR', 'French', '', 'publish', 'closed', 'closed', '', 'french', '', '', '2021-08-20 08:22:12', '2021-08-20 06:22:12', '', 0, 'http://localhost/modd-events.com/language_switcher/french/', 0, 'language_switcher', '', 0),
(8, 1, '2021-08-20 08:22:12', '2021-08-20 06:22:12', 'en_GB', 'English', '', 'publish', 'closed', 'closed', '', 'english', '', '', '2021-08-20 08:22:12', '2021-08-20 06:22:12', '', 0, 'http://localhost/modd-events.com/language_switcher/english/', 0, 'language_switcher', '', 0),
(9, 1, '2021-08-20 08:22:12', '2021-08-20 06:22:12', 'current_language', 'Langue actuelle', '', 'publish', 'closed', 'closed', '', 'langue-actuelle', '', '', '2021-08-20 08:22:12', '2021-08-20 06:22:12', '', 0, 'http://localhost/modd-events.com/language_switcher/langue-actuelle/', 0, 'language_switcher', '', 0),
(10, 1, '2021-08-20 08:25:11', '2021-08-20 06:25:11', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>La création d’une équipe saine et productive doit toujours être parmi les principaux objectifs de votre entreprise, car seule une équipe forte et unie peut produire des résultats positifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La création d’une équipe gagnante est un processus long, exigeant et complexe, qui demande la mise en place d’un projet détaillé et une grande flexibilité, à la fois.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nos projets sont destinés à changer l’attitude des employés envers le travail, envers les autres et envers chaque tâche à accomplir. L’apport principal des solutions proposées par Modd Events est la création d’un esprit d’équipe, ainsi que d’un esprit d’entreprise avec un haut degré de dévouement au service des objectifs de son entreprise.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Pour parvenir à une entente parfaite entre les employés, nous impliquons dans notre travail quotidien toutes les techniques de Team Building et nous obtenons pour résultat :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:list -->\n<ul><li>Un esprit d’union</li><li>Le «&nbsp;NOUS&nbsp;», au lieu du «&nbsp;JE&nbsp;»</li><li>Des relations basées sur la confiance</li><li>Une plus haute qualité de travail en groupe</li><li>Une augmentation significative de la productivité</li><li>La mis en œuvre des objectifs de l’entreprise</li><li>Un sentiment d’appartenance à l’équipe</li><li>Une atmosphère de confiance et d’harmonie entre la direction et les employés</li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":135,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg\" alt=\"\" class=\"wp-image-135\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":136,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg\" alt=\"\" class=\"wp-image-136\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"id\":138,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg\" alt=\"\" class=\"wp-image-138\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":140,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/jeux_fr.jpg\" alt=\"\" class=\"wp-image-140\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Les jeux sont parmi les techniques les plus efficaces de Team Building. Ils aident à construire des relations interpersonnelles saines et résolvent les problèmes entre les employés.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Le caractère amusant et créatif des jeux permet de s’engager rapidement dans la vie du collectif. Cette réalité  est davantage utile pour les nouveaux employés de l’entreprise. En outre, pendant les jeux de Team Building la personnalité des membres de l’équipe est décelée et son potentiel est mis en valeur. Chaque participant a la possibilité de s’exprimer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":142,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil2.jpg\" alt=\"\" class=\"wp-image-142\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":143,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/analyse_fr1.jpg\" alt=\"\" class=\"wp-image-143\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beaucoup d’entreprises réunissent des gens de différentes nationalités et de différents horizons, qui peuvent avoir des approches complètement différentes. C’est pourquoi nous recommandons de passer périodiquement une analyse socio-psychologique de votre entreprise, qui aidera à trouver les solutions pour tous les problèmes et les résoudre en amont.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’analyse réglemente et renforce le lien entre les salariés et le management en permettant d’augmenter la productivité du travail en cours de réalisation et en le rendant mieux organisé. Notre méthode découvre le potentiel de chaque salarié et lui permet d’atteindre de nouveaux niveaux dans sa vie professionnelle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’analyse socio-psychologique permet de suivre les relations interpersonnelles des travailleur et leurs attitudes&nbsp; envers les conditions de travail. Résultat, élaboration des méthodes les plus efficaces pour résoudre les problèmes devient réalité.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes sûrs que pour atteindre des résultats parfaits chaque entreprise doit créer une atmosphère saine au travail, mais également en dehors du travail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":144,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil3.jpg\" alt=\"\" class=\"wp-image-144\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":145,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/titre_etape_1.jpg\" alt=\"\" class=\"wp-image-145\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Les étapes de la création basées sur une méthodologie claire et efficace</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":146,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/etapes_francais-page-001.jpg\" alt=\"\" class=\"wp-image-146\"/></figure>\n<!-- /wp:image -->', 'Team Building', '', 'publish', 'closed', 'closed', '', 'team-building', '', '', '2021-11-04 14:06:19', '2021-11-04 13:06:19', '', 0, 'http://localhost/modd-events.com/?page_id=10', 0, 'page', '', 0),
(11, 1, '2021-08-20 08:25:11', '2021-08-20 06:25:11', '<!-- wp:paragraph -->\n<p>Team Building</p>\n<!-- /wp:paragraph -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-08-20 08:25:11', '2021-08-20 06:25:11', '', 10, 'http://localhost/modd-events.com/?p=11', 0, 'revision', '', 0),
(12, 1, '2021-08-20 08:25:47', '2021-08-20 06:25:47', '<!-- wp:paragraph -->\n<p>Dans la large gamme des services proposés par Modd Events il faut distinguer cette possibilité d’aboutir au choix d’un projet de Team-Building qui soit en adéquation et comme une réponse à l’étude socio-psychologique réalisée dans votre entreprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Si l’on compare cela avec le domaine de la santé, un projet de Team Building représente le médicament que le médecin prescrit après l’analyse des résultats d’un examen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La particularité d’une opération de Team Building consiste à créer une atmosphère nouvelle, rendant la communication plus facile et mettant les membres de l’équipe dans une disposition favorable pour la résolution des conflits internes et la création de relations fortes. Résultat, l’on reçoit une implication et une dévotion plus fortes, accompagnées d’une efficacité des employés.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":148,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg\" alt=\"\" class=\"wp-image-148\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Les programmes proposés sont de nature:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Sportive</li><li>Extrême</li><li>Interactive</li><li>Culturelle</li><li>Intellectuelle</li><li>Créative</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":151,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy.jpg\" alt=\"\" class=\"wp-image-151\"/></figure>\n<!-- /wp:image -->', 'Evénements', '', 'publish', 'closed', 'closed', '', 'evenements', '', '', '2021-11-04 14:09:22', '2021-11-04 13:09:22', '', 0, 'http://localhost/modd-events.com/?page_id=12', 0, 'page', '', 0),
(13, 1, '2021-08-20 08:25:47', '2021-08-20 06:25:47', '<!-- wp:paragraph -->\n<p>Evénements</p>\n<!-- /wp:paragraph -->', 'Evénements', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2021-08-20 08:25:47', '2021-08-20 06:25:47', '', 12, 'http://localhost/modd-events.com/?p=13', 0, 'revision', '', 0),
(14, 1, '2021-08-20 08:26:18', '2021-08-20 06:26:18', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":153,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg\" alt=\"\" class=\"wp-image-153\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Cela fait longtemps que les événements d’entreprise sont intégrés dans la vie des sociétés. Mais l’on ne peut pas dire que tous les événements, soirées, séminaires, présentations et diverses cérémonies soient des réussites et des moments vraiment uniques et magnifiques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Faites confiance aux professionnels hautement qualifiés de Modd Events pour l’organisation de tous vos événements. Pour nos spécialistes chaque événement doit porter sa propre signature et doit aider l’entreprise à atteindre l’objectif du moment. C’est grâce à ce principe que nous avons pu servir un nombre important d’entreprises toutes satisfaites de la qualité créative et organisationnelle de nos prestations.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":155,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg\" alt=\"\" class=\"wp-image-155\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":156,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg\" alt=\"\" class=\"wp-image-156\"/><figcaption>We help you organize.</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:list -->\n<ul><li>séminaires</li><li>présentations</li><li>événements thématiques</li><li>cérémonies d’ouverture</li><li>Sorties en entreprise</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":159,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_dentreprise_copy.jpg\" alt=\"\" class=\"wp-image-159\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":161,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/FRANCAIS-1024x242.jpg\" alt=\"\" class=\"wp-image-161\"/></figure>\n<!-- /wp:image -->', 'Evénements d’entreprise', '', 'publish', 'closed', 'closed', '', 'evenements-dentreprise', '', '', '2021-11-04 14:14:26', '2021-11-04 13:14:26', '', 0, 'http://localhost/modd-events.com/?page_id=14', 0, 'page', '', 0),
(15, 1, '2021-08-20 08:26:18', '2021-08-20 06:26:18', '<!-- wp:paragraph -->\n<p>Evénements d’entreprise</p>\n<!-- /wp:paragraph -->', 'Evénements d’entreprise', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2021-08-20 08:26:18', '2021-08-20 06:26:18', '', 14, 'http://localhost/modd-events.com/?p=15', 0, 'revision', '', 0),
(16, 1, '2021-08-20 08:26:40', '2021-08-20 06:26:40', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":163,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg\" alt=\"\" class=\"wp-image-163\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>La responsabilité sociale reste l’une des solutions les plus efficaces pour l’amélioration et le maintien de la réputation d’une entreprise. Une compagnie ayant une bonne image essaie de contourner les problèmes qui surgissent à différents moments. Mieux, elle tente de consolider son image à travers des actions de responsabilité sociale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La responsabilité sociale est largement utilisée partout dans le monde &nbsp;et donne toujours de résultats positifs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Nous vous aiderons à réaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Des manifestations et des projets caritatifs</li><li>Des partenariats / Sponsoring</li><li>Des festivals</li><li>Des événements publiques</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":164,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg\" alt=\"\" class=\"wp-image-164\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":165,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg\" alt=\"\" class=\"wp-image-165\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":167,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg\" alt=\"\" class=\"wp-image-167\"/></figure>\n<!-- /wp:image -->', 'Evénements sociaux', '', 'publish', 'closed', 'closed', '', 'evenements-sociaux', '', '', '2021-11-04 14:17:00', '2021-11-04 13:17:00', '', 0, 'http://localhost/modd-events.com/?page_id=16', 0, 'page', '', 0),
(17, 1, '2021-08-20 08:26:40', '2021-08-20 06:26:40', '<!-- wp:paragraph -->\n<p>Evénements sociaux</p>\n<!-- /wp:paragraph -->', 'Evénements sociaux', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-08-20 08:26:40', '2021-08-20 06:26:40', '', 16, 'http://localhost/modd-events.com/?p=17', 0, 'revision', '', 0),
(18, 1, '2021-08-20 08:27:09', '2021-08-20 06:27:09', '<!-- wp:paragraph -->\n<p>Les voyages de motivation (intencive tours) sont une merveilleuse manière de remercier les employés et les partenaires. Ils transmettent aux participants une nouvelle énergie et une motivation renforcée dans leur coopération avec vous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg\" alt=\"\" class=\"wp-image-182\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Le programme des voyages de motivation inclut 3 directions:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Un programme d’affaires, avec séminaires, conférences ou présentations</li><li>Un programme culturel</li><li>Un programme de divertissement</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Les voyages de motivation comprennent un genre spécial d’activités physiques, qui vise à accroître l’efficacité dans l’entreprise et l’augmentation des ventes. Des conditions de travail favorables sont créées pour atteindre ces objectifs. A l’aide de ces initiatives les relations interpersonnelles au sein de l’entreprise et de ses différents départements, voire différentes succursales sont développées et renforcées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque phase d’un voyage de motivation résout des problèmes concrets et spécifiques, et grâce à l’application séquentielle et complexe de tous les moyens des changements significatifs sont immédiatement appportés.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cela contribue à ce que votre projet d’entreprise devienne une merveilleuse façon de satisfaire les intérêts professionnels de vos employés et de leur donner plus d’ancrage dans le domaine de leur spécialisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Le programme culturel aidera à faire savoir à vos équipes et partenaires qu’ils comptent pour la direction et qu’ils ont un rôle important dans la vie de l’entreprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les voyages d’entreprise contribueront sensiblement au développement de l’entreprise.&nbsp; Seul un employé satisfait peut être un employé efficace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La mise en application de toutes ces techniques permettront à votre voyage de motivation de vous donner des résultats magnifiques, souvent au-delà des attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/photo1.jpg\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":184,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/photo2.jpg\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image -->', 'Tours incentives', '', 'publish', 'closed', 'closed', '', 'tours-incentives', '', '', '2021-11-04 14:22:40', '2021-11-04 13:22:40', '', 0, 'http://localhost/modd-events.com/?page_id=18', 0, 'page', '', 0),
(19, 1, '2021-08-20 08:27:09', '2021-08-20 06:27:09', '<!-- wp:paragraph -->\n<p>Tours incentives</p>\n<!-- /wp:paragraph -->', 'Tours incentives', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-08-20 08:27:09', '2021-08-20 06:27:09', '', 18, 'http://localhost/modd-events.com/?p=19', 0, 'revision', '', 0),
(20, 1, '2021-08-20 08:27:49', '2021-08-20 06:27:49', '<!-- wp:paragraph -->\n<p>Galerie</p>\n<!-- /wp:paragraph -->', 'Galerie', '', 'publish', 'closed', 'closed', '', 'galerie', '', '', '2021-08-20 08:27:49', '2021-08-20 06:27:49', '', 0, 'http://localhost/modd-events.com/?page_id=20', 0, 'page', '', 0),
(21, 1, '2021-08-20 08:27:49', '2021-08-20 06:27:49', '<!-- wp:paragraph -->\n<p>Galerie</p>\n<!-- /wp:paragraph -->', 'Galerie', '', 'inherit', 'closed', 'closed', '', '20-revision-v1', '', '', '2021-08-20 08:27:49', '2021-08-20 06:27:49', '', 20, 'http://localhost/modd-events.com/?p=21', 0, 'revision', '', 0),
(22, 1, '2021-08-20 08:28:40', '2021-08-20 06:28:40', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:columns {\"className\":\"bloc_contact_pers\"} -->\n<div class=\"wp-block-columns bloc_contact_pers\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Armenuhi Harutyunyan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 374 60 54 90 40<br>armenuhi@modd-events.am</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directrice de bureau d’Erévan</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Vartan Kaprielian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel:  + 33 7 60 04 51 44<br>vartan@modd-events.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Paris</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Avetis Grigoryan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 796 29 33 15 35<br>avetis@adminmodd-events-com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directeur de bureau de Moscou</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2021-08-20 15:23:23', '2021-08-20 13:23:23', '', 0, 'http://localhost/modd-events.com/?page_id=22', 0, 'page', '', 0),
(23, 1, '2021-08-20 08:28:40', '2021-08-20 06:28:40', '<!-- wp:paragraph -->\n<p>Contact</p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 08:28:40', '2021-08-20 06:28:40', '', 22, 'http://localhost/modd-events.com/?p=23', 0, 'revision', '', 0),
(24, 1, '2021-11-04 15:04:13', '2021-08-20 06:30:00', '', 'Accueil', '', 'publish', 'closed', 'closed', '', 'accueil', '', '', '2021-11-04 15:04:13', '2021-11-04 14:04:13', '', 0, 'http://localhost/modd-events.com/?p=24', 1, 'nav_menu_item', '', 0),
(25, 1, '2021-11-04 15:04:15', '2021-08-20 06:30:02', ' ', '', '', 'publish', 'closed', 'closed', '', '25', '', '', '2021-11-04 15:04:15', '2021-11-04 14:04:15', '', 0, 'http://localhost/modd-events.com/?p=25', 11, 'nav_menu_item', '', 0),
(26, 1, '2021-11-04 15:04:15', '2021-08-20 06:30:02', ' ', '', '', 'publish', 'closed', 'closed', '', '26', '', '', '2021-11-04 15:04:15', '2021-11-04 14:04:15', '', 0, 'http://localhost/modd-events.com/?p=26', 9, 'nav_menu_item', '', 0),
(27, 1, '2021-11-04 15:04:14', '2021-08-20 06:30:02', ' ', '', '', 'publish', 'closed', 'closed', '', '27', '', '', '2021-11-04 15:04:14', '2021-11-04 14:04:14', '', 0, 'http://localhost/modd-events.com/?p=27', 8, 'nav_menu_item', '', 0),
(28, 1, '2021-11-04 15:04:14', '2021-08-20 06:30:01', ' ', '', '', 'publish', 'closed', 'closed', '', '28', '', '', '2021-11-04 15:04:14', '2021-11-04 14:04:14', '', 0, 'http://localhost/modd-events.com/?p=28', 5, 'nav_menu_item', '', 0),
(29, 1, '2021-11-04 15:04:13', '2021-08-20 06:30:01', ' ', '', '', 'publish', 'closed', 'closed', '', '29', '', '', '2021-11-04 15:04:13', '2021-11-04 14:04:13', '', 0, 'http://localhost/modd-events.com/?p=29', 4, 'nav_menu_item', '', 0),
(30, 1, '2021-11-04 15:04:13', '2021-08-20 06:30:01', ' ', '', '', 'publish', 'closed', 'closed', '', '30', '', '', '2021-11-04 15:04:13', '2021-11-04 14:04:13', '', 0, 'http://localhost/modd-events.com/?p=30', 3, 'nav_menu_item', '', 0),
(31, 1, '2021-11-04 15:04:13', '2021-08-20 06:30:00', ' ', '', '', 'publish', 'closed', 'closed', '', '31', '', '', '2021-11-04 15:04:13', '2021-11-04 14:04:13', '', 0, 'http://localhost/modd-events.com/?p=31', 2, 'nav_menu_item', '', 0),
(32, 1, '2021-11-04 15:04:15', '2021-08-20 06:30:02', ' ', '', '', 'publish', 'closed', 'closed', '', '32', '', '', '2021-11-04 15:04:15', '2021-11-04 14:04:15', '', 0, 'http://localhost/modd-events.com/?p=32', 10, 'nav_menu_item', '', 0),
(33, 1, '2021-08-20 08:33:00', '2021-08-20 06:33:00', '', 'logo_modd_events', '', 'inherit', 'open', 'closed', '', 'logo_modd_events', '', '', '2021-08-20 08:33:00', '2021-08-20 06:33:00', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/logo_modd_events.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2021-08-20 08:33:23', '2021-08-20 06:33:23', 'http://localhost/modd-events.com/wp-content/uploads/2021/08/cropped-logo_modd_events.jpg', 'cropped-logo_modd_events.jpg', '', 'inherit', 'open', 'closed', '', 'cropped-logo_modd_events-jpg', '', '', '2021-08-20 08:33:23', '2021-08-20 06:33:23', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/cropped-logo_modd_events.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2021-08-20 08:39:26', '2021-08-20 06:39:26', '', 'background_img', '', 'inherit', 'open', 'closed', '', 'background_img', '', '', '2021-08-20 08:39:26', '2021-08-20 06:39:26', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/background_img.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2021-08-20 09:16:41', '2021-08-20 07:16:41', '', 'logo_search', '', 'inherit', 'open', 'closed', '', 'logo_search', '', '', '2021-08-20 09:16:41', '2021-08-20 07:16:41', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/logo_search.jpg', 0, 'attachment', 'image/jpeg', 0),
(47, 1, '2021-08-20 09:58:22', '2021-08-20 07:58:22', '', '318691_549694721715632_1705548228_n1-e1445605796924', '', 'inherit', 'open', 'closed', '', '318691_549694721715632_1705548228_n1-e1445605796924', '', '', '2021-08-20 09:58:22', '2021-08-20 07:58:22', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/318691_549694721715632_1705548228_n1-e1445605796924.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2021-08-20 09:59:28', '2021-08-20 07:59:28', '', '10299526_1055130464505386_5782991141888480918_n-e1445605913913', '', 'inherit', 'open', 'closed', '', '10299526_1055130464505386_5782991141888480918_n-e1445605913913', '', '', '2021-08-20 09:59:28', '2021-08-20 07:59:28', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/10299526_1055130464505386_5782991141888480918_n-e1445605913913.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2021-08-20 09:59:56', '2021-08-20 07:59:56', '', 'slider1', '', 'inherit', 'open', 'closed', '', 'slider1', '', '', '2021-08-20 09:59:56', '2021-08-20 07:59:56', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2021-08-20 10:00:24', '2021-08-20 08:00:24', '', 'slider2', '', 'inherit', 'open', 'closed', '', 'slider2', '', '', '2021-08-20 10:00:24', '2021-08-20 08:00:24', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2021-08-20 10:12:35', '2021-08-20 08:12:35', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"width\":397,\"height\":88,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"mt-4\"} -->\n<div class=\"wp-block-image mt-4\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\" width=\"397\" height=\"88\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'publish', 'closed', 'closed', '', 'bienvenue', '', '', '2021-08-20 13:14:24', '2021-08-20 11:14:24', '', 0, 'http://localhost/modd-events.com/?page_id=51', 0, 'page', '', 0),
(52, 1, '2021-08-20 10:12:35', '2021-08-20 08:12:35', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 10:12:35', '2021-08-20 08:12:35', '', 51, 'http://localhost/modd-events.com/?p=52', 0, 'revision', '', 0),
(53, 1, '2021-08-20 10:13:05', '2021-08-20 08:13:05', '', 'bari galust modd events fr', '', 'inherit', 'open', 'closed', '', 'bari-galust-modd-events-fr', '', '', '2021-08-20 10:13:05', '2021-08-20 08:13:05', '', 51, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(54, 1, '2021-08-20 10:13:08', '2021-08-20 08:13:08', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure>\n<!-- /wp:image -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 10:13:08', '2021-08-20 08:13:08', '', 51, 'http://localhost/modd-events.com/?p=54', 0, 'revision', '', 0),
(56, 1, '2021-08-20 10:14:04', '2021-08-20 08:14:04', '', 'nos_avantages_fr', '', 'inherit', 'open', 'closed', '', 'nos_avantages_fr', '', '', '2021-08-20 10:14:04', '2021-08-20 08:14:04', '', 51, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2021-08-20 10:14:07', '2021-08-20 08:14:07', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":56,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\"/></figure>\n<!-- /wp:image -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 10:14:07', '2021-08-20 08:14:07', '', 51, 'http://localhost/modd-events.com/?p=57', 0, 'revision', '', 0),
(58, 1, '2021-08-20 10:14:31', '2021-08-20 08:14:31', '', 'HAS7895', '', 'inherit', 'open', 'closed', '', 'has7895', '', '', '2021-08-20 10:14:31', '2021-08-20 08:14:31', '', 51, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg', 0, 'attachment', 'image/jpeg', 0),
(59, 1, '2021-08-20 10:14:45', '2021-08-20 08:14:45', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 10:14:45', '2021-08-20 08:14:45', '', 51, 'http://localhost/modd-events.com/?p=59', 0, 'revision', '', 0),
(60, 1, '2021-08-20 10:15:04', '2021-08-20 08:15:04', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>.</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 10:15:04', '2021-08-20 08:15:04', '', 51, 'http://localhost/modd-events.com/?p=60', 0, 'revision', '', 0),
(61, 1, '2021-08-20 10:22:06', '2021-08-20 08:22:06', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":1} -->\n<h1>.</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 10:22:06', '2021-08-20 08:22:06', '', 51, 'http://localhost/modd-events.com/?p=61', 0, 'revision', '', 0),
(62, 1, '2021-08-20 10:27:55', '2021-08-20 08:27:55', '', 'IMG_9999', '', 'inherit', 'open', 'closed', '', 'img_9999', '', '', '2021-08-20 10:27:55', '2021-08-20 08:27:55', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/IMG_9999.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2021-08-20 10:56:23', '2021-08-20 08:56:23', '[newsletter]', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2021-08-20 10:56:23', '2021-08-20 08:56:23', '', 0, 'http://localhost/modd-events.com/newsletter/', 0, 'page', '', 0),
(64, 1, '2021-08-20 11:16:23', '2021-08-20 09:16:23', '<!-- wp:paragraph -->\n<p>Aux mois de septembre-octobre, 2014 Yerevan Brandy Company a reçu ses invités de la Russie, l’Ukraine, la Biélorussie et la Slovaquie dans les frames de tour incentive organisé par Modd Events.</p>\n<!-- /wp:paragraph -->', 'Tour incentive avec Yerevan Brandy Company', 'Aux mois de septembre-octobre, 2014 Yerevan Brandy Company a reçu ses invités de la Russie, l’Ukraine, la Biélorussie et la Slovaquie dans les frames de tour incentive organisé par Modd Events.\n\nDes jours inoubliables et saturés:\n\n• Introduction aux « couleurs » arméniens,', 'publish', 'open', 'open', '', 'tour-incentive-avec-yerevan-brandy-company', '', '', '2021-11-04 14:34:17', '2021-11-04 13:34:17', '', 0, 'http://localhost/modd-events.com/?p=64', 0, 'post', '', 0),
(65, 1, '2021-08-20 11:16:23', '2021-08-20 09:16:23', '<!-- wp:paragraph -->\n<p>Aux mois de septembre-octobre, 2014 Yerevan Brandy Company a reçu ses invités de la Russie, l’Ukraine, la Biélorussie et la Slovaquie dans les frames de tour incentive organisé par Modd Events.</p>\n<!-- /wp:paragraph -->', 'Tour incentive avec Yerevan Brandy Company', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2021-08-20 11:16:23', '2021-08-20 09:16:23', '', 64, 'http://localhost/modd-events.com/?p=65', 0, 'revision', '', 0),
(66, 1, '2021-08-20 11:16:45', '2021-08-20 09:16:45', '', 'MG_7715', '', 'inherit', 'open', 'closed', '', 'mg_7715', '', '', '2021-08-20 11:16:45', '2021-08-20 09:16:45', '', 64, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715.jpg', 0, 'attachment', 'image/jpeg', 0),
(67, 1, '2021-08-20 11:30:10', '2021-08-20 09:30:10', '<!-- wp:paragraph -->\n<p>Aux mois de septembre-octobre, 2014 Yerevan Brandy Company a reçu ses invités de la Russie, l’Ukraine, la Biélorussie et la Slovaquie dans les frames de tour incentive organisé par Modd Events.</p>\n<!-- /wp:paragraph -->', 'Tour incentive avec Yerevan Brandy Company', 'September-October 2014 Yerevan Brandy Company hosted its guests from Russia, Ukraine, Belarus and Slovakia guests in the frames of incentive tour organized by', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2021-08-20 11:30:10', '2021-08-20 09:30:10', '', 64, 'http://localhost/modd-events.com/?p=67', 0, 'revision', '', 0),
(68, 1, '2021-08-20 11:30:31', '2021-08-20 09:30:31', '<!-- wp:paragraph -->\n<p>Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis commencez à écrire&nbsp;!</p>\n<!-- /wp:paragraph -->', 'Bonjour tout le monde !', 'September-October 2014 Yerevan Brandy Company hosted its guests from Russia, Ukraine, Belarus and Slovakia guests in the frames of incentive tour organized by', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-08-20 11:30:31', '2021-08-20 09:30:31', '', 1, 'http://localhost/modd-events.com/?p=68', 0, 'revision', '', 0),
(69, 1, '2021-08-20 11:30:36', '2021-08-20 09:30:36', '<!-- wp:paragraph -->\n<p>September-October 2014 Yerevan Brandy Company hosted its guests from Russia, Ukraine, Belarus and Slovakia guests in the frames of incentive tour organized by</p>\n<!-- /wp:paragraph -->', 'Bonjour tout le monde !', 'September-October 2014 Yerevan Brandy Company hosted its guests from Russia, Ukraine, Belarus and Slovakia guests in the frames of incentive tour organized by', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-08-20 11:30:36', '2021-08-20 09:30:36', '', 1, 'http://localhost/modd-events.com/?p=69', 0, 'revision', '', 0),
(70, 1, '2021-08-20 11:30:54', '2021-08-20 09:30:54', '<!-- wp:paragraph -->\n<p>On the 1<sup>st</sup> of November with the direct support of Armenian Development Fund the project named “British Guild of Travel Writers 2015” was held at “Savoy” hotel in London, which aimed to present Armenian culture in all its glory. Around 350 guests- journalists, wine experts and sommeliers of British company were present at this event.</p>\n<!-- /wp:paragraph -->', 'Bonjour tout le monde !', 'On the 1st of November with the direct support of Armenian Development Fund the project named “British Guild of Travel Writers 2015” was held at “Savoy” hotel in London, which aimed to present Armenian culture in all its glory. Around 350 guests- journalists, wine experts and sommeliers of British company were present at this event.', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-08-20 11:30:54', '2021-08-20 09:30:54', '', 1, 'http://localhost/modd-events.com/?p=70', 0, 'revision', '', 0),
(71, 1, '2021-08-20 11:31:10', '2021-08-20 09:31:10', '', 'cadre3', '', 'inherit', 'open', 'closed', '', 'cadre3', '', '', '2021-08-20 11:31:10', '2021-08-20 09:31:10', '', 1, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/cadre3.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2021-08-20 11:31:29', '2021-08-20 09:31:29', '<!-- wp:paragraph -->\n<p>On the 1<sup>st</sup> of November with the direct support of Armenian Development Fund the project named “British Guild of Travel Writers 2015” was held at “Savoy” hotel in London, which aimed to present Armenian culture in all its glory. Around 350 guests- journalists, wine experts and sommeliers of British company were present at this event.</p>\n<!-- /wp:paragraph -->', 'Armenian Event in London with Modd Events', 'On the 1st of November with the direct support of Armenian Development Fund the project named “British Guild of Travel Writers 2015” was held at “Savoy” hotel in London, which aimed to present Armenian culture in all its glory. Around 350 guests- journalists, wine experts and sommeliers of British company were present at this event.', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-08-20 11:31:29', '2021-08-20 09:31:29', '', 1, 'http://localhost/modd-events.com/?p=72', 0, 'revision', '', 0),
(73, 1, '2021-08-20 11:39:59', '2021-08-20 09:39:59', '<div class=\"une_temoignage\">\r\n<div class=\"cls_une_temoignage\">\r\n<div class=\"une_temoignage_contenu\">\r\n<div class=\"cls_une_temoignage_contenu\">\r\n<p style=\"text-align: left;\">We thank Modd Events for organizing in November 2013, the event dedicated to the 20th anniversary of the company. Everything was perfect, with high level of professionalism and taste. We are looking forward to further cooperation</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'RUBEN SAHAKYAN', '', 'publish', 'closed', 'closed', '', 'ruben-sahakyan', '', '', '2021-08-20 11:55:13', '2021-08-20 09:55:13', '', 0, 'http://localhost/modd-events.com/?post_type=spt_testimonial&#038;p=73', 0, 'spt_testimonial', '', 0),
(74, 1, '2021-08-20 11:39:54', '2021-08-20 09:39:54', '', 'ADKO', '', 'inherit', 'open', 'closed', '', 'adko', '', '', '2021-08-20 11:39:54', '2021-08-20 09:39:54', '', 73, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/ADKO.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2021-08-20 11:41:24', '2021-08-20 09:41:24', '<div class=\"une_temoignage\">\r\n<div class=\"cls_une_temoignage\">\r\n<div class=\"une_temoignage_contenu\">\r\n<div class=\"cls_une_temoignage_contenu\">\r\n\r\nModd Events peut effectuer les travaux avec de la responsabilité, de la qualité et dans les délais. La particularité de ses activités est le professionnalisme,  la créativité et l’organisation, ainsi que le fort esprit d’équipe.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'ANASTASIA GRINEVICH', '', 'publish', 'closed', 'closed', '', 'anastasia-grinevich', '', '', '2021-08-20 11:41:24', '2021-08-20 09:41:24', '', 0, 'http://localhost/modd-events.com/?post_type=spt_testimonial&#038;p=75', 0, 'spt_testimonial', '', 0),
(76, 1, '2021-08-20 11:41:21', '2021-08-20 09:41:21', '', 'RD-Group', '', 'inherit', 'open', 'closed', '', 'rd-group', '', '', '2021-08-20 11:41:21', '2021-08-20 09:41:21', '', 75, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/RD-Group.jpg', 0, 'attachment', 'image/jpeg', 0),
(77, 1, '2021-08-20 11:42:07', '2021-08-20 09:42:07', '<div class=\"une_temoignage\">\r\n<div class=\"cls_une_temoignage\">\r\n<div class=\"une_temoignage_contenu\">\r\n<div class=\"cls_une_temoignage_contenu\">\r\n\r\nLa coopération de « Compagnie de Cognac d’Erevan » et « Modd Events » a une expérience très positive des années. Pendant ces années nous avons acquis une coopération mutuellement  réussie. Modd Events se distingue par le professionnalisme de son équipe, l’organisation et la capacité de réagir rapidement aux différentes situations.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'IGNAT ARAKELYAN', '', 'publish', 'closed', 'closed', '', 'ignat-arakelyan', '', '', '2021-08-20 11:42:07', '2021-08-20 09:42:07', '', 0, 'http://localhost/modd-events.com/?post_type=spt_testimonial&#038;p=77', 0, 'spt_testimonial', '', 0),
(78, 1, '2021-08-20 11:42:04', '2021-08-20 09:42:04', '', 'ARARAT', '', 'inherit', 'open', 'closed', '', 'ararat', '', '', '2021-08-20 11:42:04', '2021-08-20 09:42:04', '', 77, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/ARARAT.jpg', 0, 'attachment', 'image/jpeg', 0),
(79, 1, '2021-08-20 11:43:38', '2021-08-20 09:43:38', '', 'Témoignages', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2021-08-20 12:01:29', '2021-08-20 10:01:29', '', 0, 'http://localhost/modd-events.com/?post_type=spt_shortcodes&#038;p=79', 0, 'spt_shortcodes', '', 0),
(80, 1, '2021-08-20 11:51:03', '2021-08-20 09:51:03', '<div class=\"une_temoignage\">\r\n<div class=\"cls_une_temoignage\">\r\n<div class=\"une_temoignage_contenu\">\r\n<div class=\"cls_une_temoignage_contenu\">\r\n\r\nJ’exprime ma gratitude à Modd Events pour l’organisation de la cérémonie d’ouverture officielle de UWC Dilijan. L’approche créative, le professionnalisme et la patience des membres de l’équipe nous ont autorisés à tenir l’événement\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>', 'ELENA POHOMOVA', '', 'publish', 'closed', 'closed', '', 'elena-pohomova', '', '', '2021-08-20 11:54:42', '2021-08-20 09:54:42', '', 0, 'http://localhost/modd-events.com/?post_type=spt_testimonial&#038;p=80', 0, 'spt_testimonial', '', 0),
(81, 1, '2021-08-20 11:50:59', '2021-08-20 09:50:59', '', 'UWC', '', 'inherit', 'open', 'closed', '', 'uwc', '', '', '2021-08-20 11:50:59', '2021-08-20 09:50:59', '', 80, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/UWC.jpg', 0, 'attachment', 'image/jpeg', 0),
(82, 1, '2021-08-20 13:00:33', '2021-08-20 11:00:33', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 13:00:33', '2021-08-20 11:00:33', '', 51, 'http://localhost/modd-events.com/?p=82', 0, 'revision', '', 0),
(87, 1, '2021-08-20 13:13:24', '2021-08-20 11:13:24', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-autosave-v1', '', '', '2021-08-20 13:13:24', '2021-08-20 11:13:24', '', 51, 'http://localhost/modd-events.com/?p=87', 0, 'revision', '', 0),
(88, 1, '2021-08-20 13:14:01', '2021-08-20 11:14:01', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"width\":397,\"height\":88,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\" width=\"397\" height=\"88\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 13:14:01', '2021-08-20 11:14:01', '', 51, 'http://localhost/modd-events.com/?p=88', 0, 'revision', '', 0),
(89, 1, '2021-08-20 13:14:24', '2021-08-20 11:14:24', '<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est l’organisation d’événements d’entreprises inoubliable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS,</strong>&nbsp;c’est le travail d’une équipe qualifiée de professionnels pleinement impliqués dans leur travail regroupant des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, ce sont des projets d’envergure internationale et de qualité toujours couronnés de succès.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>MODD EVENTS</strong>, c’est la mise en oeuvre d’approches de Team Building les plus efficaces et les plus modernes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Qui, sinon les Français maîtrisent toutes les nuances de l’organisation d’événements hauts en couleurs. Des événements qui restent gravés, pour très longtemps, dans la mémoire de tous les participants. Ce savoir-faire français est aujourd’hui partagé par nos équipes russes et arméniennes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre entreprise se caractérise non seulement par l’élégance et l’esthétisme français, mais également par l’organisation logistique aux exigences européennes, aussi bien en France, en Arménie qu’en Russie. Grâce à l’énergie et la créativité de nos équipes et la qualité des services fournis, nous sommes devenus une référence sur le marché de l’événementiel. La preuve en est notre portefeuille de clients et l’organisation des plus importants événements d’entreprise, de team-building, d’événements culturels, conférences, et des projets d’affaires internationaux.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre expérience innovatrice assure des résultats réels et nous donne l’avantage de proposer les idées les plus audacieuses. Notre équipe d’experts professionnels est toujours prête à surpasser vos attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":53,\"width\":397,\"height\":88,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"mt-4\"} -->\n<div class=\"wp-block-image mt-4\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg\" alt=\"\" class=\"wp-image-53\" width=\"397\" height=\"88\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":810,\"height\":70,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/nos_avantages_fr.jpg\" alt=\"\" class=\"wp-image-56\" width=\"810\" height=\"70\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":58,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/HAS7895.jpg\" alt=\"\" class=\"wp-image-58\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events est une entreprise franco-arméno-russe avec une très grande expérience dans les domaines de la création et l’organisation d’événements et du Team Building.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe comprend des spécialistes de France, de Russie et d’Arménie.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notre équipe est toujours à l’avant-poste de la création.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous réalisons toujours nos objectifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous écrivons toujours le mot Client en majuscule.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous inventons sans cesse de nouvelles idées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque membre de notre équipe est une garantie de la qualité des services offerts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes enthousiastes de réaliser des projets complexes et de grande envergure.</p>\n<!-- /wp:paragraph -->', 'Bienvenue', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2021-08-20 13:14:24', '2021-08-20 11:14:24', '', 51, 'http://localhost/modd-events.com/?p=89', 0, 'revision', '', 0),
(90, 1, '2021-08-20 13:23:53', '2021-08-20 11:23:53', '', 'Partenaire', '', 'publish', 'closed', 'closed', '', '90', '', '', '2021-08-20 13:24:11', '2021-08-20 11:24:11', '', 0, 'http://localhost/modd-events.com/?post_type=sp_wp_carousel&#038;p=90', 0, 'sp_wp_carousel', '', 0),
(91, 1, '2021-08-20 13:23:06', '2021-08-20 11:23:06', '', 'armenie', '', 'inherit', 'open', 'closed', '', 'armenie', '', '', '2021-08-20 13:23:06', '2021-08-20 11:23:06', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/armenie.jpg', 0, 'attachment', 'image/jpeg', 0),
(92, 1, '2021-08-20 13:23:08', '2021-08-20 11:23:08', '', 'ilsis', '', 'inherit', 'open', 'closed', '', 'ilsis', '', '', '2021-08-20 13:23:08', '2021-08-20 11:23:08', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/ilsis.jpg', 0, 'attachment', 'image/jpeg', 0),
(93, 1, '2021-08-20 13:23:09', '2021-08-20 11:23:09', '', 'wwedding', '', 'inherit', 'open', 'closed', '', 'wwedding', '', '', '2021-08-20 13:23:09', '2021-08-20 11:23:09', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/wwedding.jpg', 0, 'attachment', 'image/jpeg', 0),
(94, 1, '2021-08-20 13:27:13', '2021-08-20 11:27:13', '<!-- wp:paragraph {\"className\":\"title-partenaire\"} -->\n<p class=\"title-partenaire\">Nos partenaire</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[sp_wpcarousel id=\"90\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'NOS PARTENAIRES', '', 'publish', 'closed', 'closed', '', 'nos-partenaires', '', '', '2021-08-20 13:29:34', '2021-08-20 11:29:34', '', 0, 'http://localhost/modd-events.com/?p=94', 0, 'wp_block', '', 0);
INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(95, 1, '2021-11-04 15:03:19', '2021-08-20 11:34:37', '', 'Accueil', '', 'publish', 'closed', 'closed', '', 'accueil-2', '', '', '2021-11-04 15:03:19', '2021-11-04 14:03:19', '', 0, 'http://localhost/modd-events.com/?p=95', 1, 'nav_menu_item', '', 0),
(97, 1, '2021-11-04 15:03:21', '2021-08-20 11:34:40', ' ', '', '', 'publish', 'closed', 'closed', '', '97', '', '', '2021-11-04 15:03:21', '2021-11-04 14:03:21', '', 0, 'http://localhost/modd-events.com/?p=97', 11, 'nav_menu_item', '', 0),
(98, 1, '2021-11-04 15:03:21', '2021-08-20 11:34:39', ' ', '', '', 'publish', 'closed', 'closed', '', '98', '', '', '2021-11-04 15:03:21', '2021-11-04 14:03:21', '', 0, 'http://localhost/modd-events.com/?p=98', 9, 'nav_menu_item', '', 0),
(99, 1, '2021-11-04 15:03:21', '2021-08-20 11:34:39', ' ', '', '', 'publish', 'closed', 'closed', '', '99', '', '', '2021-11-04 15:03:21', '2021-11-04 14:03:21', '', 0, 'http://localhost/modd-events.com/?p=99', 8, 'nav_menu_item', '', 0),
(100, 1, '2021-11-04 15:03:20', '2021-08-20 11:34:39', ' ', '', '', 'publish', 'closed', 'closed', '', '100', '', '', '2021-11-04 15:03:20', '2021-11-04 14:03:20', '', 0, 'http://localhost/modd-events.com/?p=100', 5, 'nav_menu_item', '', 0),
(101, 1, '2021-11-04 15:03:20', '2021-08-20 11:34:38', ' ', '', '', 'publish', 'closed', 'closed', '', '101', '', '', '2021-11-04 15:03:20', '2021-11-04 14:03:20', '', 0, 'http://localhost/modd-events.com/?p=101', 4, 'nav_menu_item', '', 0),
(102, 1, '2021-11-04 15:03:20', '2021-08-20 11:34:38', ' ', '', '', 'publish', 'closed', 'closed', '', '102', '', '', '2021-11-04 15:03:20', '2021-11-04 14:03:20', '', 0, 'http://localhost/modd-events.com/?p=102', 3, 'nav_menu_item', '', 0),
(103, 1, '2021-11-04 15:03:20', '2021-08-20 11:34:38', ' ', '', '', 'publish', 'closed', 'closed', '', '103', '', '', '2021-11-04 15:03:20', '2021-11-04 14:03:20', '', 0, 'http://localhost/modd-events.com/?p=103', 2, 'nav_menu_item', '', 0),
(104, 1, '2021-11-04 15:03:21', '2021-08-20 11:34:40', ' ', '', '', 'publish', 'closed', 'closed', '', '104', '', '', '2021-11-04 15:03:21', '2021-11-04 14:03:21', '', 0, 'http://localhost/modd-events.com/?p=104', 10, 'nav_menu_item', '', 0),
(105, 1, '2021-08-20 13:57:22', '2021-08-20 11:57:22', '<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-2\"} -->\n<p class=\"has-text-align-right mb-2\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-2\"} -->\n<p class=\"has-text-align-right mb-2\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-2\"} -->\n<p class=\"has-text-align-right mb-2\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'publish', 'closed', 'closed', '', 'contact-footer', '', '', '2021-08-20 14:01:01', '2021-08-20 12:01:01', '', 0, 'http://localhost/modd-events.com/?page_id=105', 0, 'page', '', 0),
(106, 1, '2021-08-20 13:57:22', '2021-08-20 11:57:22', '<!-- wp:paragraph -->\n<p>Yereven<br>+ 374 60 54 90 40</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Paris<br>+ 33 1 48 08 54 99</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Moscow<br>+ 796 29 33 15 35</p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2021-08-20 13:57:22', '2021-08-20 11:57:22', '', 105, 'http://localhost/modd-events.com/?p=106', 0, 'revision', '', 0),
(107, 1, '2021-08-20 13:58:07', '2021-08-20 11:58:07', '<!-- wp:paragraph -->\n<p><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2021-08-20 13:58:07', '2021-08-20 11:58:07', '', 105, 'http://localhost/modd-events.com/?p=107', 0, 'revision', '', 0),
(108, 1, '2021-08-20 13:58:42', '2021-08-20 11:58:42', '<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\"><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\"><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\"><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2021-08-20 13:58:42', '2021-08-20 11:58:42', '', 105, 'http://localhost/modd-events.com/?p=108', 0, 'revision', '', 0),
(109, 1, '2021-08-20 13:59:56', '2021-08-20 11:59:56', '<!-- wp:paragraph {\"align\":\"right\",\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\"><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\"><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\"><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2021-08-20 13:59:56', '2021-08-20 11:59:56', '', 105, 'http://localhost/modd-events.com/?p=109', 0, 'revision', '', 0),
(110, 1, '2021-08-20 14:00:25', '2021-08-20 12:00:25', '<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\"><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-autosave-v1', '', '', '2021-08-20 14:00:25', '2021-08-20 12:00:25', '', 105, 'http://localhost/modd-events.com/?p=110', 0, 'revision', '', 0),
(111, 1, '2021-08-20 14:00:28', '2021-08-20 12:00:28', '<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-right mb-3\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2021-08-20 14:00:28', '2021-08-20 12:00:28', '', 105, 'http://localhost/modd-events.com/?p=111', 0, 'revision', '', 0),
(112, 1, '2021-08-20 14:01:01', '2021-08-20 12:01:01', '<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-2\"} -->\n<p class=\"has-text-align-right mb-2\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Yereven<br>+ 374 60 54 90 40</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-2\"} -->\n<p class=\"has-text-align-right mb-2\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Paris<br>+ 33 1 48 08 54 99</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":13}},\"className\":\"mb-2\"} -->\n<p class=\"has-text-align-right mb-2\" style=\"font-size:13px\"><span class=\"has-inline-color has-white-color\">Moscow<br>+ 796 29 33 15 35</span></p>\n<!-- /wp:paragraph -->', 'contact footer', '', 'inherit', 'closed', 'closed', '', '105-revision-v1', '', '', '2021-08-20 14:01:01', '2021-08-20 12:01:01', '', 105, 'http://localhost/modd-events.com/?p=112', 0, 'revision', '', 0),
(113, 1, '2021-08-20 14:04:37', '2021-08-20 12:04:37', '', 'logo_f', '', 'inherit', 'open', 'closed', '', 'logo_f', '', '', '2021-08-20 14:04:37', '2021-08-20 12:04:37', '', 0, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/logo_f.png', 0, 'attachment', 'image/png', 0),
(114, 1, '2021-08-20 15:04:47', '2021-08-20 13:04:47', '{\"fields\":{\"1\":{\"id\":\"1\",\"type\":\"text\",\"label\":\"Nom\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"wpforms-one-half wpforms-first\"},\"2\":{\"id\":\"2\",\"type\":\"text\",\"label\":\"T\\u00e9l\\u00e9phone\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"wpforms-one-half\"},\"3\":{\"id\":\"3\",\"type\":\"text\",\"label\":\"Organisation\",\"description\":\"\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"input_mask\":\"\",\"css\":\"wpforms-one-half wpforms-first\"},\"5\":{\"id\":\"5\",\"type\":\"email\",\"label\":\"E-mail\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"confirmation_placeholder\":\"\",\"default_value\":\"\",\"filter_type\":\"\",\"allowlist\":\"\",\"denylist\":\"\",\"css\":\"wpforms-one-half\"},\"6\":{\"id\":\"6\",\"type\":\"textarea\",\"label\":\"Message\",\"description\":\"\",\"required\":\"1\",\"size\":\"large\",\"placeholder\":\"\",\"limit_count\":\"1\",\"limit_mode\":\"characters\",\"default_value\":\"\",\"css\":\"\"}},\"id\":\"114\",\"field_id\":7,\"settings\":{\"form_title\":\"Formulaire de contact\",\"form_desc\":\"\",\"submit_text\":\"Envoyer\",\"submit_text_processing\":\"Envoi...\",\"antispam\":\"1\",\"form_class\":\"\",\"submit_class\":\"\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"Nouvelle entr\\u00e9e pour Formulaire vide\",\"sender_name\":\"Modd-events\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"<p>Merci de nous avoir contact\\u00e9\\u00a0! Nous vous contacterons rapidement.<\\/p>\",\"message_scroll\":\"1\",\"page\":\"51\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\"}}', 'Formulaire de contact', '', 'publish', 'closed', 'closed', '', 'formulaire-vide', '', '', '2021-08-20 15:08:56', '2021-08-20 13:08:56', '', 0, 'http://localhost/modd-events.com/?post_type=wpforms&#038;p=114', 0, 'wpforms', '', 0),
(115, 1, '2021-08-20 15:06:13', '2021-08-20 13:06:13', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:06:13', '2021-08-20 13:06:13', '', 22, 'http://localhost/modd-events.com/?p=115', 0, 'revision', '', 0),
(116, 1, '2021-08-20 15:09:29', '2021-08-20 13:09:29', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}}} -->\n<p class=\"has-text-align-center\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:09:29', '2021-08-20 13:09:29', '', 22, 'http://localhost/modd-events.com/?p=116', 0, 'revision', '', 0),
(117, 1, '2021-08-20 15:10:34', '2021-08-20 13:10:34', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:10:34', '2021-08-20 13:10:34', '', 22, 'http://localhost/modd-events.com/?p=117', 0, 'revision', '', 0),
(118, 1, '2021-08-20 15:22:39', '2021-08-20 13:22:39', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:columns {\"className\":\"mt-5\"} -->\n<div class=\"wp-block-columns mt-5\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Armenuhi Harutyunyan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 374 60 54 90 40<br>armenuhi@modd-events.am</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directrice de bureau d’Erévan</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Vartan Kaprielian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel:  + 33 7 60 04 51 44<br>vartan@modd-events.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Paris</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Avetis Grigoryan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 796 29 33 15 35<br>avetis@adminmodd-events-com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directeur de bureau de Moscou</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-autosave-v1', '', '', '2021-08-20 15:22:39', '2021-08-20 13:22:39', '', 22, 'http://localhost/modd-events.com/?p=118', 0, 'revision', '', 0),
(119, 1, '2021-08-20 15:14:52', '2021-08-20 13:14:52', '', 'ARMENUHI', '', 'inherit', 'open', 'closed', '', 'armenuhi', '', '', '2021-08-20 15:14:52', '2021-08-20 13:14:52', '', 22, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg', 0, 'attachment', 'image/jpeg', 0),
(120, 1, '2021-08-20 15:15:02', '2021-08-20 13:15:02', '', 'vqrtqn', '', 'inherit', 'open', 'closed', '', 'vqrtqn', '', '', '2021-08-20 15:15:02', '2021-08-20 13:15:02', '', 22, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2021-08-20 15:15:10', '2021-08-20 13:15:10', '', 'AVET', '', 'inherit', 'open', 'closed', '', 'avet', '', '', '2021-08-20 15:15:10', '2021-08-20 13:15:10', '', 22, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg', 0, 'attachment', 'image/jpeg', 0),
(122, 1, '2021-08-20 15:20:06', '2021-08-20 13:20:06', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Armenuhi Harutyunyan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 374 60 54 90 40<br>armenuhi@modd-events.am</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directrice de bureau d’Erévan</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Vartan Kaprielian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel:  + 33 7 60 04 51 44<br>vartan@modd-events.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"role_personne\"} -->\n<p class=\"role_personne\"><em>Paris</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Avetis Grigoryan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 796 29 33 15 35<br>avetis@adminmodd-events-com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directeur de bureau de Moscou</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:20:06', '2021-08-20 13:20:06', '', 22, 'http://localhost/modd-events.com/?p=122', 0, 'revision', '', 0),
(123, 1, '2021-08-20 15:20:12', '2021-08-20 13:20:12', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Armenuhi Harutyunyan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 374 60 54 90 40<br>armenuhi@modd-events.am</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directrice de bureau d’Erévan</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Vartan Kaprielian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel:  + 33 7 60 04 51 44<br>vartan@modd-events.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Paris</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Avetis Grigoryan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 796 29 33 15 35<br>avetis@adminmodd-events-com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directeur de bureau de Moscou</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:20:12', '2021-08-20 13:20:12', '', 22, 'http://localhost/modd-events.com/?p=123', 0, 'revision', '', 0),
(124, 1, '2021-08-20 15:21:23', '2021-08-20 13:21:23', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:columns {\"className\":\"mt-4\"} -->\n<div class=\"wp-block-columns mt-4\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Armenuhi Harutyunyan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 374 60 54 90 40<br>armenuhi@modd-events.am</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directrice de bureau d’Erévan</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Vartan Kaprielian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel:  + 33 7 60 04 51 44<br>vartan@modd-events.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Paris</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Avetis Grigoryan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 796 29 33 15 35<br>avetis@adminmodd-events-com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directeur de bureau de Moscou</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:21:23', '2021-08-20 13:21:23', '', 22, 'http://localhost/modd-events.com/?p=124', 0, 'revision', '', 0),
(125, 1, '2021-08-20 15:23:23', '2021-08-20 13:23:23', '<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":30}},\"className\":\"mb-3\"} -->\n<p class=\"has-text-align-center mb-3\" style=\"font-size:30px\"><strong>Prenez contact avec nous</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"114\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:columns {\"className\":\"bloc_contact_pers\"} -->\n<div class=\"wp-block-columns bloc_contact_pers\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Armenuhi Harutyunyan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 374 60 54 90 40<br>armenuhi@modd-events.am</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directrice de bureau d’Erévan</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/vartan.jpg\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Vartan Kaprielian</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel:  + 33 7 60 04 51 44<br>vartan@modd-events.com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Paris</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/08/3.jpg\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"nom_personne\"} -->\n<p class=\"has-text-align-center nom_personne\">Avetis Grigoryan</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"contact_personne\"} -->\n<p class=\"contact_personne\">Tel: + 796 29 33 15 35<br>avetis@adminmodd-events-com</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"role_personne\"} -->\n<p class=\"has-text-align-center role_personne\"><em>Directeur de bureau de Moscou</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Contact', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2021-08-20 15:23:23', '2021-08-20 13:23:23', '', 22, 'http://localhost/modd-events.com/?p=125', 0, 'revision', '', 0),
(130, 1, '2021-11-04 14:00:31', '2021-11-04 13:00:31', '', '1535039_770715532946882_2076833155_n.jpg', '1535039_770715532946882_2076833155_n.jpg', 'inherit', 'open', 'closed', '', '1535039_770715532946882_2076833155_n-jpg', '', '', '2021-11-04 14:00:31', '2021-11-04 13:00:31', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2021-11-04 14:00:55', '2021-11-04 13:00:55', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/><figcaption>1535039_770715532946882_2076833155_n.jpg</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>The creation of a strong and efficient team is one of the prior objectives of a company, as only a united team with mutual understanding can have positive results, especially while implementing big projects. Building a team of winners is sometimes a long, diligent and hard process, which requires detailed planning and appropriate flexibility.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Projects implemented by Modd Events will change the attitude of the staff towards the work, towards team members, even towards each particular task. The main advantage of the services of Modd Events consists in forming unanimity and devotion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-11-04 14:00:55', '2021-11-04 13:00:55', '', 10, 'http://localhost/modd-events.com/?p=131', 0, 'revision', '', 0),
(132, 1, '2021-11-04 14:01:37', '2021-11-04 13:01:37', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>La création d’une équipe saine et productive doit toujours être parmi les principaux objectifs de votre entreprise, car seule une équipe forte et unie peut produire des résultats positifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La création d’une équipe gagnante est un processus long, exigeant et complexe, qui demande la mise en place d’un projet détaillé et une grande flexibilité, à la fois.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nos projets sont destinés à changer l’attitude des employés envers le travail, envers les autres et envers chaque tâche à accomplir. L’apport principal des solutions proposées par Modd Events est la création d’un esprit d’équipe, ainsi que d’un esprit d’entreprise avec un haut degré de dévouement au service des objectifs</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-11-04 14:01:37', '2021-11-04 13:01:37', '', 10, 'http://localhost/modd-events.com/?p=132', 0, 'revision', '', 0),
(133, 1, '2021-11-04 14:01:54', '2021-11-04 13:01:54', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>La création d’une équipe saine et productive doit toujours être parmi les principaux objectifs de votre entreprise, car seule une équipe forte et unie peut produire des résultats positifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La création d’une équipe gagnante est un processus long, exigeant et complexe, qui demande la mise en place d’un projet détaillé et une grande flexibilité, à la fois.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nos projets sont destinés à changer l’attitude des employés envers le travail, envers les autres et envers chaque tâche à accomplir. L’apport principal des solutions proposées par Modd Events est la création d’un esprit d’équipe, ainsi que d’un esprit d’entreprise avec un haut degré de dévouement au service des objectifs de son entreprise.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-11-04 14:01:54', '2021-11-04 13:01:54', '', 10, 'http://localhost/modd-events.com/?p=133', 0, 'revision', '', 0),
(135, 1, '2021-11-04 14:03:09', '2021-11-04 13:03:09', '', 'Untitled-2_0006_Layer-2.png', '', 'inherit', 'open', 'closed', '', 'untitled-2_0006_layer-2-png', '', '', '2021-11-04 14:03:09', '2021-11-04 13:03:09', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2021-11-04 14:03:15', '2021-11-04 13:03:15', '', 'Untitled-2_0002_Layer-6.png', '', 'inherit', 'open', 'closed', '', 'untitled-2_0002_layer-6-png', '', '', '2021-11-04 14:03:15', '2021-11-04 13:03:15', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2021-11-04 14:03:17', '2021-11-04 13:03:17', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>La création d’une équipe saine et productive doit toujours être parmi les principaux objectifs de votre entreprise, car seule une équipe forte et unie peut produire des résultats positifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La création d’une équipe gagnante est un processus long, exigeant et complexe, qui demande la mise en place d’un projet détaillé et une grande flexibilité, à la fois.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nos projets sont destinés à changer l’attitude des employés envers le travail, envers les autres et envers chaque tâche à accomplir. L’apport principal des solutions proposées par Modd Events est la création d’un esprit d’équipe, ainsi que d’un esprit d’entreprise avec un haut degré de dévouement au service des objectifs de son entreprise.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Pour parvenir à une entente parfaite entre les employés, nous impliquons dans notre travail quotidien toutes les techniques de Team Building et nous obtenons pour résultat :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:list -->\n<ul><li>Un esprit d’union</li><li>Le «&nbsp;NOUS&nbsp;», au lieu du «&nbsp;JE&nbsp;»</li><li>Des relations basées sur la confiance</li><li>Une plus haute qualité de travail en groupe</li><li>Une augmentation significative de la productivité</li><li>La mis en œuvre des objectifs de l’entreprise</li><li>Un sentiment d’appartenance à l’équipe</li><li>Une atmosphère de confiance et d’harmonie entre la direction et les employés</li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":135,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg\" alt=\"\" class=\"wp-image-135\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":136,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg\" alt=\"\" class=\"wp-image-136\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-11-04 14:03:17', '2021-11-04 13:03:17', '', 10, 'http://localhost/modd-events.com/?p=137', 0, 'revision', '', 0),
(138, 1, '2021-11-04 14:03:55', '2021-11-04 13:03:55', '', 'conseil1_1', '', 'inherit', 'open', 'closed', '', 'conseil1_1', '', '', '2021-11-04 14:03:55', '2021-11-04 13:03:55', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(139, 1, '2021-11-04 14:03:56', '2021-11-04 13:03:56', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>La création d’une équipe saine et productive doit toujours être parmi les principaux objectifs de votre entreprise, car seule une équipe forte et unie peut produire des résultats positifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La création d’une équipe gagnante est un processus long, exigeant et complexe, qui demande la mise en place d’un projet détaillé et une grande flexibilité, à la fois.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nos projets sont destinés à changer l’attitude des employés envers le travail, envers les autres et envers chaque tâche à accomplir. L’apport principal des solutions proposées par Modd Events est la création d’un esprit d’équipe, ainsi que d’un esprit d’entreprise avec un haut degré de dévouement au service des objectifs de son entreprise.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Pour parvenir à une entente parfaite entre les employés, nous impliquons dans notre travail quotidien toutes les techniques de Team Building et nous obtenons pour résultat :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:list -->\n<ul><li>Un esprit d’union</li><li>Le «&nbsp;NOUS&nbsp;», au lieu du «&nbsp;JE&nbsp;»</li><li>Des relations basées sur la confiance</li><li>Une plus haute qualité de travail en groupe</li><li>Une augmentation significative de la productivité</li><li>La mis en œuvre des objectifs de l’entreprise</li><li>Un sentiment d’appartenance à l’équipe</li><li>Une atmosphère de confiance et d’harmonie entre la direction et les employés</li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":135,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg\" alt=\"\" class=\"wp-image-135\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":136,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg\" alt=\"\" class=\"wp-image-136\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"id\":138,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg\" alt=\"\" class=\"wp-image-138\"/></figure>\n<!-- /wp:image -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-11-04 14:03:56', '2021-11-04 13:03:56', '', 10, 'http://localhost/modd-events.com/?p=139', 0, 'revision', '', 0),
(140, 1, '2021-11-04 14:04:19', '2021-11-04 13:04:19', '', 'jeux_fr', '', 'inherit', 'open', 'closed', '', 'jeux_fr', '', '', '2021-11-04 14:04:19', '2021-11-04 13:04:19', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/jeux_fr.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 1, '2021-11-04 14:04:43', '2021-11-04 13:04:43', '', 'conseil2', '', 'inherit', 'open', 'closed', '', 'conseil2', '', '', '2021-11-04 14:04:43', '2021-11-04 13:04:43', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil2.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2021-11-04 14:05:06', '2021-11-04 13:05:06', '', 'analyse_fr1', '', 'inherit', 'open', 'closed', '', 'analyse_fr1', '', '', '2021-11-04 14:05:06', '2021-11-04 13:05:06', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/analyse_fr1.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 1, '2021-11-04 14:05:30', '2021-11-04 13:05:30', '', 'conseil3', '', 'inherit', 'open', 'closed', '', 'conseil3', '', '', '2021-11-04 14:05:30', '2021-11-04 13:05:30', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil3.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2021-11-04 14:05:53', '2021-11-04 13:05:53', '', 'titre_etape_1', '', 'inherit', 'open', 'closed', '', 'titre_etape_1', '', '', '2021-11-04 14:05:53', '2021-11-04 13:05:53', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/titre_etape_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 1, '2021-11-04 14:06:13', '2021-11-04 13:06:13', '', 'etapes_francais-page-001', '', 'inherit', 'open', 'closed', '', 'etapes_francais-page-001', '', '', '2021-11-04 14:06:13', '2021-11-04 13:06:13', '', 10, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/etapes_francais-page-001.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(147, 1, '2021-11-04 14:06:17', '2021-11-04 13:06:17', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":130,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg\" alt=\"\" class=\"wp-image-130\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>La création d’une équipe saine et productive doit toujours être parmi les principaux objectifs de votre entreprise, car seule une équipe forte et unie peut produire des résultats positifs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La création d’une équipe gagnante est un processus long, exigeant et complexe, qui demande la mise en place d’un projet détaillé et une grande flexibilité, à la fois.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nos projets sont destinés à changer l’attitude des employés envers le travail, envers les autres et envers chaque tâche à accomplir. L’apport principal des solutions proposées par Modd Events est la création d’un esprit d’équipe, ainsi que d’un esprit d’entreprise avec un haut degré de dévouement au service des objectifs de son entreprise.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Pour parvenir à une entente parfaite entre les employés, nous impliquons dans notre travail quotidien toutes les techniques de Team Building et nous obtenons pour résultat :</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:list -->\n<ul><li>Un esprit d’union</li><li>Le «&nbsp;NOUS&nbsp;», au lieu du «&nbsp;JE&nbsp;»</li><li>Des relations basées sur la confiance</li><li>Une plus haute qualité de travail en groupe</li><li>Une augmentation significative de la productivité</li><li>La mis en œuvre des objectifs de l’entreprise</li><li>Un sentiment d’appartenance à l’équipe</li><li>Une atmosphère de confiance et d’harmonie entre la direction et les employés</li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":135,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg\" alt=\"\" class=\"wp-image-135\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":136,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg\" alt=\"\" class=\"wp-image-136\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"id\":138,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg\" alt=\"\" class=\"wp-image-138\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":140,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/jeux_fr.jpg\" alt=\"\" class=\"wp-image-140\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Les jeux sont parmi les techniques les plus efficaces de Team Building. Ils aident à construire des relations interpersonnelles saines et résolvent les problèmes entre les employés.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Le caractère amusant et créatif des jeux permet de s’engager rapidement dans la vie du collectif. Cette réalité  est davantage utile pour les nouveaux employés de l’entreprise. En outre, pendant les jeux de Team Building la personnalité des membres de l’équipe est décelée et son potentiel est mis en valeur. Chaque participant a la possibilité de s’exprimer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":142,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil2.jpg\" alt=\"\" class=\"wp-image-142\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":143,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/analyse_fr1.jpg\" alt=\"\" class=\"wp-image-143\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Beaucoup d’entreprises réunissent des gens de différentes nationalités et de différents horizons, qui peuvent avoir des approches complètement différentes. C’est pourquoi nous recommandons de passer périodiquement une analyse socio-psychologique de votre entreprise, qui aidera à trouver les solutions pour tous les problèmes et les résoudre en amont.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’analyse réglemente et renforce le lien entre les salariés et le management en permettant d’augmenter la productivité du travail en cours de réalisation et en le rendant mieux organisé. Notre méthode découvre le potentiel de chaque salarié et lui permet d’atteindre de nouveaux niveaux dans sa vie professionnelle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’analyse socio-psychologique permet de suivre les relations interpersonnelles des travailleur et leurs attitudes&nbsp; envers les conditions de travail. Résultat, élaboration des méthodes les plus efficaces pour résoudre les problèmes devient réalité.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous sommes sûrs que pour atteindre des résultats parfaits chaque entreprise doit créer une atmosphère saine au travail, mais également en dehors du travail.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":144,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil3.jpg\" alt=\"\" class=\"wp-image-144\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":145,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/titre_etape_1.jpg\" alt=\"\" class=\"wp-image-145\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Les étapes de la création basées sur une méthodologie claire et efficace</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":146,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/etapes_francais-page-001.jpg\" alt=\"\" class=\"wp-image-146\"/></figure>\n<!-- /wp:image -->', 'Team Building', '', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2021-11-04 14:06:17', '2021-11-04 13:06:17', '', 10, 'http://localhost/modd-events.com/?p=147', 0, 'revision', '', 0),
(148, 1, '2021-11-04 14:08:52', '2021-11-04 13:08:52', '', 'Untitled-1_copy', '', 'inherit', 'open', 'closed', '', 'untitled-1_copy', '', '', '2021-11-04 14:08:52', '2021-11-04 13:08:52', '', 12, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(149, 1, '2021-11-04 14:08:54', '2021-11-04 13:08:54', '<!-- wp:paragraph -->\n<p>Dans la large gamme des services proposés par Modd Events il faut distinguer cette possibilité d’aboutir au choix d’un projet de Team-Building qui soit en adéquation et comme une réponse à l’étude socio-psychologique réalisée dans votre entreprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Si l’on compare cela avec le domaine de la santé, un projet de Team Building représente le médicament que le médecin prescrit après l’analyse des résultats d’un examen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La particularité d’une opération de Team Building consiste à créer une atmosphère nouvelle, rendant la communication plus facile et mettant les membres de l’équipe dans une disposition favorable pour la résolution des conflits internes et la création de relations fortes. Résultat, l’on reçoit une implication et une dévotion plus fortes, accompagnées d’une efficacité des employés.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":148,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg\" alt=\"\" class=\"wp-image-148\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Evénements', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2021-11-04 14:08:54', '2021-11-04 13:08:54', '', 12, 'http://localhost/modd-events.com/?p=149', 0, 'revision', '', 0),
(151, 1, '2021-11-04 14:09:18', '2021-11-04 13:09:18', '', 'conseil_evmnt_copy', '', 'inherit', 'open', 'closed', '', 'conseil_evmnt_copy', '', '', '2021-11-04 14:09:18', '2021-11-04 13:09:18', '', 12, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(152, 1, '2021-11-04 14:09:20', '2021-11-04 13:09:20', '<!-- wp:paragraph -->\n<p>Dans la large gamme des services proposés par Modd Events il faut distinguer cette possibilité d’aboutir au choix d’un projet de Team-Building qui soit en adéquation et comme une réponse à l’étude socio-psychologique réalisée dans votre entreprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Si l’on compare cela avec le domaine de la santé, un projet de Team Building représente le médicament que le médecin prescrit après l’analyse des résultats d’un examen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La particularité d’une opération de Team Building consiste à créer une atmosphère nouvelle, rendant la communication plus facile et mettant les membres de l’équipe dans une disposition favorable pour la résolution des conflits internes et la création de relations fortes. Résultat, l’on reçoit une implication et une dévotion plus fortes, accompagnées d’une efficacité des employés.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":148,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg\" alt=\"\" class=\"wp-image-148\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Les programmes proposés sont de nature:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Sportive</li><li>Extrême</li><li>Interactive</li><li>Culturelle</li><li>Intellectuelle</li><li>Créative</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":151,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy.jpg\" alt=\"\" class=\"wp-image-151\"/></figure>\n<!-- /wp:image -->', 'Evénements', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2021-11-04 14:09:20', '2021-11-04 13:09:20', '', 12, 'http://localhost/modd-events.com/?p=152', 0, 'revision', '', 0),
(153, 1, '2021-11-04 14:10:22', '2021-11-04 13:10:22', '', 'Untitled-2_0000_Layer-3.png', '', 'inherit', 'open', 'closed', '', 'untitled-2_0000_layer-3-png', '', '', '2021-11-04 14:10:22', '2021-11-04 13:10:22', '', 14, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(154, 1, '2021-11-04 14:10:28', '2021-11-04 13:10:28', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":153,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg\" alt=\"\" class=\"wp-image-153\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Cela fait longtemps que les événements d’entreprise sont intégrés dans la vie des sociétés. Mais l’on ne peut pas dire que tous les événements, soirées, séminaires, présentations et diverses cérémonies soient des réussites et des moments vraiment uniques et magnifiques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Faites confiance aux professionnels hautement qualifiés de Modd Events pour l’organisation de tous vos événements. Pour nos spécialistes chaque événement doit porter sa propre signature et doit aider l’entreprise à atteindre l’objectif du moment. C’est grâce à ce principe que nous avons pu servir un nombre important d’entreprises toutes satisfaites de la qualité créative et organisationnelle de nos prestations.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Evénements d’entreprise', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2021-11-04 14:10:28', '2021-11-04 13:10:28', '', 14, 'http://localhost/modd-events.com/?p=154', 0, 'revision', '', 0),
(155, 1, '2021-11-04 14:11:16', '2021-11-04 13:11:16', '', '697_515762765108828_32282134_n.jpg', '697_515762765108828_32282134_n.jpg', 'inherit', 'open', 'closed', '', '697_515762765108828_32282134_n-jpg', '', '', '2021-11-04 14:11:16', '2021-11-04 13:11:16', '', 14, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(156, 1, '2021-11-04 14:11:23', '2021-11-04 13:11:23', '', '1383301_706631546021948_1132263940_n.jpg', '1383301_706631546021948_1132263940_n.jpg', 'inherit', 'open', 'closed', '', '1383301_706631546021948_1132263940_n-jpg', '', '', '2021-11-04 14:11:23', '2021-11-04 13:11:23', '', 14, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(157, 1, '2021-11-04 14:11:35', '2021-11-04 13:11:35', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":153,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg\" alt=\"\" class=\"wp-image-153\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Cela fait longtemps que les événements d’entreprise sont intégrés dans la vie des sociétés. Mais l’on ne peut pas dire que tous les événements, soirées, séminaires, présentations et diverses cérémonies soient des réussites et des moments vraiment uniques et magnifiques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Faites confiance aux professionnels hautement qualifiés de Modd Events pour l’organisation de tous vos événements. Pour nos spécialistes chaque événement doit porter sa propre signature et doit aider l’entreprise à atteindre l’objectif du moment. C’est grâce à ce principe que nous avons pu servir un nombre important d’entreprises toutes satisfaites de la qualité créative et organisationnelle de nos prestations.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":155,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg\" alt=\"\" class=\"wp-image-155\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":156,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg\" alt=\"\" class=\"wp-image-156\"/><figcaption>We help you organize.</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Evénements d’entreprise', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2021-11-04 14:11:35', '2021-11-04 13:11:35', '', 14, 'http://localhost/modd-events.com/?p=157', 0, 'revision', '', 0),
(158, 1, '2021-11-04 14:12:28', '2021-11-04 13:12:28', '', 'conseil_evmnt_copy-1', '', 'inherit', 'open', 'closed', '', 'conseil_evmnt_copy-1', '', '', '2021-11-04 14:12:28', '2021-11-04 13:12:28', '', 14, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(159, 1, '2021-11-04 14:12:47', '2021-11-04 13:12:47', '', 'conseil_evmnt_dentreprise_copy', '', 'inherit', 'open', 'closed', '', 'conseil_evmnt_dentreprise_copy', '', '', '2021-11-04 14:12:47', '2021-11-04 13:12:47', '', 14, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_dentreprise_copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(161, 1, '2021-11-04 14:13:30', '2021-11-04 13:13:30', '', 'yellow-large.png', '', 'inherit', 'open', 'closed', '', 'yellow-large-png', '', '', '2021-11-04 14:13:30', '2021-11-04 13:13:30', '', 14, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/FRANCAIS.jpg', 0, 'attachment', 'image/jpeg', 0),
(162, 1, '2021-11-04 14:13:33', '2021-11-04 13:13:33', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":153,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg\" alt=\"\" class=\"wp-image-153\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Cela fait longtemps que les événements d’entreprise sont intégrés dans la vie des sociétés. Mais l’on ne peut pas dire que tous les événements, soirées, séminaires, présentations et diverses cérémonies soient des réussites et des moments vraiment uniques et magnifiques.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Faites confiance aux professionnels hautement qualifiés de Modd Events pour l’organisation de tous vos événements. Pour nos spécialistes chaque événement doit porter sa propre signature et doit aider l’entreprise à atteindre l’objectif du moment. C’est grâce à ce principe que nous avons pu servir un nombre important d’entreprises toutes satisfaites de la qualité créative et organisationnelle de nos prestations.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":155,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg\" alt=\"\" class=\"wp-image-155\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":156,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg\" alt=\"\" class=\"wp-image-156\"/><figcaption>We help you organize.</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:list -->\n<ul><li>séminaires</li><li>présentations</li><li>événements thématiques</li><li>cérémonies d’ouverture</li><li>Sorties en entreprise</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":159,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_dentreprise_copy.jpg\" alt=\"\" class=\"wp-image-159\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":161,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/FRANCAIS-1024x242.jpg\" alt=\"\" class=\"wp-image-161\"/></figure>\n<!-- /wp:image -->', 'Evénements d’entreprise', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2021-11-04 14:13:33', '2021-11-04 13:13:33', '', 14, 'http://localhost/modd-events.com/?p=162', 0, 'revision', '', 0),
(163, 1, '2021-11-04 14:15:50', '2021-11-04 13:15:50', '', '179610_190943367590771_7846892_n.jpg', '179610_190943367590771_7846892_n.jpg', 'inherit', 'open', 'closed', '', '179610_190943367590771_7846892_n-jpg', '', '', '2021-11-04 14:15:50', '2021-11-04 13:15:50', '', 16, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(164, 1, '2021-11-04 14:16:10', '2021-11-04 13:16:10', '', 'evnmt_sociaux_copy', '', 'inherit', 'open', 'closed', '', 'evnmt_sociaux_copy', '', '', '2021-11-04 14:16:10', '2021-11-04 13:16:10', '', 16, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(165, 1, '2021-11-04 14:16:27', '2021-11-04 13:16:27', '', '1378895_713160475369055_198719391_n.jpg', '1378895_713160475369055_198719391_n.jpg', 'inherit', 'open', 'closed', '', '1378895_713160475369055_198719391_n-jpg', '', '', '2021-11-04 14:16:27', '2021-11-04 13:16:27', '', 16, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(167, 1, '2021-11-04 14:16:39', '2021-11-04 13:16:39', '', '1378810_708293719189064_1561996285_n.jpg', '1378810_708293719189064_1561996285_n.jpg', 'inherit', 'open', 'closed', '', '1378810_708293719189064_1561996285_n-jpg', '', '', '2021-11-04 14:16:39', '2021-11-04 13:16:39', '', 16, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(168, 1, '2021-11-04 14:16:45', '2021-11-04 13:16:45', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":163,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg\" alt=\"\" class=\"wp-image-163\"/><figcaption>179610_190943367590771_7846892_n.jpg</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>La responsabilité sociale reste l’une des solutions les plus efficaces pour l’amélioration et le maintien de la réputation d’une entreprise. Une compagnie ayant une bonne image essaie de contourner les problèmes qui surgissent à différents moments. Mieux, elle tente de consolider son image à travers des actions de responsabilité sociale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La responsabilité sociale est largement utilisée partout dans le monde &nbsp;et donne toujours de résultats positifs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Nous vous aiderons à réaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Des manifestations et des projets caritatifs</li><li>Des partenariats / Sponsoring</li><li>Des festivals</li><li>Des événements publiques</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":164,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg\" alt=\"\" class=\"wp-image-164\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":165,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg\" alt=\"\" class=\"wp-image-165\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":167,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg\" alt=\"\" class=\"wp-image-167\"/></figure>\n<!-- /wp:image -->', 'Evénements sociaux', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-11-04 14:16:45', '2021-11-04 13:16:45', '', 16, 'http://localhost/modd-events.com/?p=168', 0, 'revision', '', 0),
(169, 1, '2021-11-04 14:16:59', '2021-11-04 13:16:59', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":163,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg\" alt=\"\" class=\"wp-image-163\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>La responsabilité sociale reste l’une des solutions les plus efficaces pour l’amélioration et le maintien de la réputation d’une entreprise. Une compagnie ayant une bonne image essaie de contourner les problèmes qui surgissent à différents moments. Mieux, elle tente de consolider son image à travers des actions de responsabilité sociale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La responsabilité sociale est largement utilisée partout dans le monde &nbsp;et donne toujours de résultats positifs.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Nous vous aiderons à réaliser.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Des manifestations et des projets caritatifs</li><li>Des partenariats / Sponsoring</li><li>Des festivals</li><li>Des événements publiques</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":164,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg\" alt=\"\" class=\"wp-image-164\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":165,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg\" alt=\"\" class=\"wp-image-165\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":167,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg\" alt=\"\" class=\"wp-image-167\"/></figure>\n<!-- /wp:image -->', 'Evénements sociaux', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2021-11-04 14:16:59', '2021-11-04 13:16:59', '', 16, 'http://localhost/modd-events.com/?p=169', 0, 'revision', '', 0),
(170, 1, '2021-11-04 14:19:05', '2021-11-04 13:19:05', '<!-- wp:paragraph -->\n<p>Nous sommes fiers, suite à notre implantation en Arménie et en Russie, que nos activités culturelles françaises se renforcent sur place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les racines françaises de Modd Events et son développement en Russie et en Arménie représentent une très grande responsabilité pour toute l’équipe et nous éprouvons un plaisir tout particulier dans &nbsp;l’organisation des projets franco-arméniens et franco-russes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events a déjà organisé.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>La Coupe d’échecs entre les équipes nationales de France et d’Arménie, à Paris.</li><li>Le Master Class animé par Charles Papazian, fondateur d’Ilsis Business Institute (France), sur « La mise en place d’outils pratiques et innovants pour assurer le développementdurable dans le monde des affaires »</li><li>Concert de Patrick Fiori</li><li>Les concerts de Raffi «The Blues Kid »</li><li>Le concert de Dj MOSEY (aka Pierre Sarkozy)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":172,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg\" alt=\"\" class=\"wp-image-172\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":173,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/580755_468319346519837_887772421_n.jpg\" alt=\"\" class=\"wp-image-173\"/></figure>\n<!-- /wp:image -->', 'Projects franco-arméniens', '', 'publish', 'closed', 'closed', '', 'projects-franco-armeniens', '', '', '2021-11-04 14:19:06', '2021-11-04 13:19:06', '', 0, 'http://localhost/modd-events.com/?page_id=170', 0, 'page', '', 0),
(171, 1, '2021-11-04 14:18:23', '2021-11-04 13:18:23', '', 'Untitled-1-1', '', 'inherit', 'open', 'closed', '', 'untitled-1-1', '', '', '2021-11-04 14:18:23', '2021-11-04 13:18:23', '', 170, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(172, 1, '2021-11-04 14:18:42', '2021-11-04 13:18:42', '', 'Untitled-1', '', 'inherit', 'open', 'closed', '', 'untitled-1', '', '', '2021-11-04 14:18:42', '2021-11-04 13:18:42', '', 170, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(173, 1, '2021-11-04 14:19:02', '2021-11-04 13:19:02', '', '580755_468319346519837_887772421_n', '', 'inherit', 'open', 'closed', '', '580755_468319346519837_887772421_n', '', '', '2021-11-04 14:19:02', '2021-11-04 13:19:02', '', 170, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/580755_468319346519837_887772421_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(174, 1, '2021-11-04 14:19:05', '2021-11-04 13:19:05', '<!-- wp:paragraph -->\n<p>Nous sommes fiers, suite à notre implantation en Arménie et en Russie, que nos activités culturelles françaises se renforcent sur place.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les racines françaises de Modd Events et son développement en Russie et en Arménie représentent une très grande responsabilité pour toute l’équipe et nous éprouvons un plaisir tout particulier dans &nbsp;l’organisation des projets franco-arméniens et franco-russes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modd Events a déjà organisé.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>La Coupe d’échecs entre les équipes nationales de France et d’Arménie, à Paris.</li><li>Le Master Class animé par Charles Papazian, fondateur d’Ilsis Business Institute (France), sur « La mise en place d’outils pratiques et innovants pour assurer le développementdurable dans le monde des affaires »</li><li>Concert de Patrick Fiori</li><li>Les concerts de Raffi «The Blues Kid »</li><li>Le concert de Dj MOSEY (aka Pierre Sarkozy)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":172,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg\" alt=\"\" class=\"wp-image-172\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":173,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/580755_468319346519837_887772421_n.jpg\" alt=\"\" class=\"wp-image-173\"/></figure>\n<!-- /wp:image -->', 'Projects franco-arméniens', '', 'inherit', 'closed', 'closed', '', '170-revision-v1', '', '', '2021-11-04 14:19:05', '2021-11-04 13:19:05', '', 170, 'http://localhost/modd-events.com/?p=174', 0, 'revision', '', 0),
(175, 1, '2021-11-04 14:20:07', '2021-11-04 13:20:07', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":176,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg\" alt=\"\" class=\"wp-image-176\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>La planification et l’organisation de projets culturels et sportifs font partie du savoir-faire de Modd Events. Nous maîtrisons toutes les compétences nécessaires pour l’organisation d’expositions et de concours d’entreprises, ainsi que pour l’organisation de championnats ou de festivals internationaux avec un niveau de spécialisation approprié.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parmi les événements organisés par Modd Events on peut noter particulièrement le championnat de judo d’Europe (46 nations), le festival de théâtre de Shakespeare, le concert de Patrick Fiori, etc.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p><strong>Notre équipe élabore des idées créatives et assure l’organisation et la logistique des événements suivants.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list -->\n<ul><li>Festivals</li><li>Présentations</li><li>Expositions</li><li>Concerts</li><li>Cérémonies de remise des prix</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Nous assurons également:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Le transport et l’hébergement des participants</li><li>L’organisation des cérémonies d’ouverture et de clôture</li><li>L’organisation des cérémonies supplémentaires pendant les concours</li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":179,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/229443_505754326109672_1215926960_n.jpg\" alt=\"\" class=\"wp-image-179\"/><figcaption>229443_505754326109672_1215926960_n.jpg</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"id\":180,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_cult_et_sport_copy.jpg\" alt=\"\" class=\"wp-image-180\"/></figure>\n<!-- /wp:image -->', 'Evénements culturels et sportifs', '', 'publish', 'closed', 'closed', '', 'evenements-culturels-et-sportifs', '', '', '2021-11-04 14:21:26', '2021-11-04 13:21:26', '', 0, 'http://localhost/modd-events.com/?page_id=175', 0, 'page', '', 0),
(176, 1, '2021-11-04 14:20:05', '2021-11-04 13:20:05', '', 'Picture2.jpg', '', 'inherit', 'open', 'closed', '', 'picture2-jpg', '', '', '2021-11-04 14:20:05', '2021-11-04 13:20:05', '', 175, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', 0, 'attachment', 'image/jpeg', 0),
(177, 1, '2021-11-04 14:20:07', '2021-11-04 13:20:07', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":176,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg\" alt=\"\" class=\"wp-image-176\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>La planification et l’organisation de projets culturels et sportifs font partie du savoir-faire de Modd Events. Nous maîtrisons toutes les compétences nécessaires pour l’organisation d’expositions et de concours d’entreprises, ainsi que pour l’organisation de championnats ou de festivals internationaux avec un niveau de spécialisation approprié.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parmi les événements organisés par Modd Events on peut noter particulièrement le championnat de judo d’Europe (46 nations), le festival de théâtre de Shakespeare, le concert de Patrick Fiori, etc.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->', 'Evénements culturels et sportifs', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2021-11-04 14:20:07', '2021-11-04 13:20:07', '', 175, 'http://localhost/modd-events.com/?p=177', 0, 'revision', '', 0),
(179, 1, '2021-11-04 14:21:00', '2021-11-04 13:21:00', '', '229443_505754326109672_1215926960_n.jpg', '229443_505754326109672_1215926960_n.jpg', 'inherit', 'open', 'closed', '', '229443_505754326109672_1215926960_n-jpg', '', '', '2021-11-04 14:21:00', '2021-11-04 13:21:00', '', 175, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/229443_505754326109672_1215926960_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(180, 1, '2021-11-04 14:21:23', '2021-11-04 13:21:23', '', 'evnmt_cult_et_sport_copy', '', 'inherit', 'open', 'closed', '', 'evnmt_cult_et_sport_copy', '', '', '2021-11-04 14:21:23', '2021-11-04 13:21:23', '', 175, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_cult_et_sport_copy.jpg', 0, 'attachment', 'image/jpeg', 0),
(181, 1, '2021-11-04 14:21:25', '2021-11-04 13:21:25', '<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":176,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg\" alt=\"\" class=\"wp-image-176\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>La planification et l’organisation de projets culturels et sportifs font partie du savoir-faire de Modd Events. Nous maîtrisons toutes les compétences nécessaires pour l’organisation d’expositions et de concours d’entreprises, ainsi que pour l’organisation de championnats ou de festivals internationaux avec un niveau de spécialisation approprié.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Parmi les événements organisés par Modd Events on peut noter particulièrement le championnat de judo d’Europe (46 nations), le festival de théâtre de Shakespeare, le concert de Patrick Fiori, etc.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p><strong>Notre équipe élabore des idées créatives et assure l’organisation et la logistique des événements suivants.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list -->\n<ul><li>Festivals</li><li>Présentations</li><li>Expositions</li><li>Concerts</li><li>Cérémonies de remise des prix</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Nous assurons également:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Le transport et l’hébergement des participants</li><li>L’organisation des cérémonies d’ouverture et de clôture</li><li>L’organisation des cérémonies supplémentaires pendant les concours</li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":179,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/229443_505754326109672_1215926960_n.jpg\" alt=\"\" class=\"wp-image-179\"/><figcaption>229443_505754326109672_1215926960_n.jpg</figcaption></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"id\":180,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_cult_et_sport_copy.jpg\" alt=\"\" class=\"wp-image-180\"/></figure>\n<!-- /wp:image -->', 'Evénements culturels et sportifs', '', 'inherit', 'closed', 'closed', '', '175-revision-v1', '', '', '2021-11-04 14:21:25', '2021-11-04 13:21:25', '', 175, 'http://localhost/modd-events.com/?p=181', 0, 'revision', '', 0),
(182, 1, '2021-11-04 14:22:05', '2021-11-04 13:22:05', '', '253131_505753956109709_109405224_n.jpg', '253131_505753956109709_109405224_n.jpg', 'inherit', 'open', 'closed', '', '253131_505753956109709_109405224_n-jpg', '', '', '2021-11-04 14:22:05', '2021-11-04 13:22:05', '', 18, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(183, 1, '2021-11-04 14:22:32', '2021-11-04 13:22:32', '', 'photo1', '', 'inherit', 'open', 'closed', '', 'photo1', '', '', '2021-11-04 14:22:32', '2021-11-04 13:22:32', '', 18, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo1.jpg', 0, 'attachment', 'image/jpeg', 0),
(184, 1, '2021-11-04 14:22:37', '2021-11-04 13:22:37', '', 'photo2', '', 'inherit', 'open', 'closed', '', 'photo2', '', '', '2021-11-04 14:22:37', '2021-11-04 13:22:37', '', 18, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo2.jpg', 0, 'attachment', 'image/jpeg', 0),
(185, 1, '2021-11-04 14:22:39', '2021-11-04 13:22:39', '<!-- wp:paragraph -->\n<p>Les voyages de motivation (intencive tours) sont une merveilleuse manière de remercier les employés et les partenaires. Ils transmettent aux participants une nouvelle énergie et une motivation renforcée dans leur coopération avec vous.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":182,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg\" alt=\"\" class=\"wp-image-182\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Le programme des voyages de motivation inclut 3 directions:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Un programme d’affaires, avec séminaires, conférences ou présentations</li><li>Un programme culturel</li><li>Un programme de divertissement</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Les voyages de motivation comprennent un genre spécial d’activités physiques, qui vise à accroître l’efficacité dans l’entreprise et l’augmentation des ventes. Des conditions de travail favorables sont créées pour atteindre ces objectifs. A l’aide de ces initiatives les relations interpersonnelles au sein de l’entreprise et de ses différents départements, voire différentes succursales sont développées et renforcées.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Chaque phase d’un voyage de motivation résout des problèmes concrets et spécifiques, et grâce à l’application séquentielle et complexe de tous les moyens des changements significatifs sont immédiatement appportés.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cela contribue à ce que votre projet d’entreprise devienne une merveilleuse façon de satisfaire les intérêts professionnels de vos employés et de leur donner plus d’ancrage dans le domaine de leur spécialisation.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Le programme culturel aidera à faire savoir à vos équipes et partenaires qu’ils comptent pour la direction et qu’ils ont un rôle important dans la vie de l’entreprise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les voyages d’entreprise contribueront sensiblement au développement de l’entreprise.&nbsp; Seul un employé satisfait peut être un employé efficace.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La mise en application de toutes ces techniques permettront à votre voyage de motivation de vous donner des résultats magnifiques, souvent au-delà des attentes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":183,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/photo1.jpg\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":184,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://localhost/modd-events.com/wp-content/uploads/2021/11/photo2.jpg\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image -->', 'Tours incentives', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-11-04 14:22:39', '2021-11-04 13:22:39', '', 18, 'http://localhost/modd-events.com/?p=185', 0, 'revision', '', 0),
(186, 1, '2021-11-04 14:24:10', '2021-11-04 13:24:10', '<!-- wp:paragraph -->\n<p>Grâce au soutien de la Fondation pour le Développement de l’Arménie, le 1er novembre, l’Hôtel londonien Savoy a accueilli le «&nbsp;British Guil of Travel Writers 2015&nbsp;», qui avait pour but de présenter la culture arménienne dans toute sa splendeur. Etaient présents à cet événement 350 invités de l’organisation britannique : journalistes, oenologues et sommeliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les délais étaient courts, les complications nombreuses, mais le but était très clair. Grâce à la collaboration sérieuse entre la société franco-arménienne Modd Events et la Fondation pour le développement en Arménie, l’un des événement les plus importants de l’année a été planifié avec succès dans les moindre détails, de la décoration des tables jusqu’à la cérémonie d’accueil des invités, des souvenirs offerts aux invités, jusqu’aux écrans géants installés dans le hall sur lesquels ont été diffusées toute la soirée des images en 3D de chefs d’oeuvres de la peinture, des ornements et des paysages. La partie musicale a été assurée par Arto Toundjboyadjyan. Le fondateur du restaurant Dolmama, Jirayr Ananyan, a apporté une saveur spéciale à la soirée en servant des mets traditionnels arméniens revisités durant le dîner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grâce au travail professionnel de toute l’équipe, les journalistes britanniques ont ressenti durant toute la soirée le souffle de la culture arménienne, et ont quitté la salle avec des belles impressions sur l’Arménie. Une phrase a résonné de tous «&nbsp;La soirée arménienne de Londres était splendide&nbsp;».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous ne parlons pas de résultats, nous réalisons des projets. Cette soirée en était une belle preuve…</p>\n<!-- /wp:paragraph -->', 'Soirée arménienne à Londres', 'On the 1st of November with the direct support of Armenian Development Fund the project named “British Guild of Travel Writers 2015” was held at “Savoy” hotel in London, which aimed to present Armenian culture in all its glory. Around 350 guests- journalists, wine experts and sommeliers of British company were present at this event.', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-11-04 14:24:10', '2021-11-04 13:24:10', '', 1, 'http://localhost/modd-events.com/?p=186', 0, 'revision', '', 0);
INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(187, 1, '2021-11-04 14:25:23', '2021-11-04 13:25:23', '<!-- wp:paragraph -->\n<p>Une nouvelle réussite !</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’approche créative de la société franco-arménienne Modd Events, ainsi que sa signature audacieuse, sont désormais au service de nos compatriotes résidents aux Etats-Unis, ainsi que des américains. En nous installant aux Etats-Unis, nous voulons non seulement étendre notre culture de solutions innovantes et uniques, mais également développer l’organisation d’événements personnels et professionnels en Arménie (mariages, baptêmes, conférences, voyages d’affaires…). Organiser et planifier un mariage élégant, raffiné et unique avec Modd Weddings, c’est maintenant possible aux Etats-Unis grâce à l’ouverture de notre nouvelle agence. Rien n’est impossible pour nous. Modd Weddings fait de chaque mariage un jour exceptionnel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fidèle aux principes fondamentaux de Modd Events, la nouvelle agence de Los Angeles regroupe une équipe de professionnels prêts à tout mettre en oeuvre pour réaliser les projets les plus fous.</p>\n<!-- /wp:paragraph -->', 'Nous sommes maintenant aux Etats-Unis', 'Une nouvelle réussite !\n\nL’approche créative de la société franco-arménienne Modd Events, ainsi que sa signature audacieuse, sont désormais au service de nos compatriotes résidents aux Etats-Unis, ainsi que des américains. En nous installant aux Etats-Unis, nous voulons non', 'publish', 'open', 'open', '', 'nous-sommes-maintenant-aux-etats-unis', '', '', '2021-11-04 14:33:48', '2021-11-04 13:33:48', '', 0, 'http://localhost/modd-events.com/?p=187', 0, 'post', '', 0),
(188, 1, '2021-11-04 14:25:23', '2021-11-04 13:25:23', '<!-- wp:paragraph -->\n<p>Une nouvelle réussite !</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’approche créative de la société franco-arménienne Modd Events, ainsi que sa signature audacieuse, sont désormais au service de nos compatriotes résidents aux Etats-Unis, ainsi que des américains. En nous installant aux Etats-Unis, nous voulons non seulement étendre notre culture de solutions innovantes et uniques, mais également développer l’organisation d’événements personnels et professionnels en Arménie (mariages, baptêmes, conférences, voyages d’affaires…). Organiser et planifier un mariage élégant, raffiné et unique avec Modd Weddings, c’est maintenant possible aux Etats-Unis grâce à l’ouverture de notre nouvelle agence. Rien n’est impossible pour nous. Modd Weddings fait de chaque mariage un jour exceptionnel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fidèle aux principes fondamentaux de Modd Events, la nouvelle agence de Los Angeles regroupe une équipe de professionnels prêts à tout mettre en oeuvre pour réaliser les projets les plus fous.</p>\n<!-- /wp:paragraph -->', 'Nous sommes maintenant aux Etats-Unis', '', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2021-11-04 14:25:23', '2021-11-04 13:25:23', '', 187, 'http://localhost/modd-events.com/?p=188', 0, 'revision', '', 0),
(189, 1, '2021-11-04 14:26:22', '2021-11-04 13:26:22', '<!-- wp:paragraph -->\n<p>Le 25 octobre 2015, avec le soutien de l’agence Modd Events, s’est tenue la cérémonie d’ouverture de la nouvelle branche de production de Vodka de la société SPS Cigaronne, au cours de laquelle ont été présentées trois nouvelles marques de Vodka produites par la société.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lors de cette cérémonie étaient présents le Premier Ministre de la République d’Arménie, Hovik Abrahamian, ainsi que de nombreux invités.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cet événement si important pour la société Cigaronne a été rendu spectaculaire grâce à la créativité unique de Modd Events.</p>\n<!-- /wp:paragraph -->', 'Et un nouveau projet réalisé', 'Le 25 octobre 2015, avec le soutien de l’agence Modd Events, s’est tenue la cérémonie d’ouverture de la nouvelle branche de production de Vodka de la société SPS Cigaronne, au cours de laquelle ont été présentées trois nouvelles marques de Vodka produites par la société.', 'publish', 'open', 'open', '', 'et-un-nouveau-projet-realise', '', '', '2021-11-04 14:33:25', '2021-11-04 13:33:25', '', 0, 'http://localhost/modd-events.com/?p=189', 0, 'post', '', 0),
(190, 1, '2021-11-04 14:26:22', '2021-11-04 13:26:22', '<!-- wp:paragraph -->\n<p>Le 25 octobre 2015, avec le soutien de l’agence Modd Events, s’est tenue la cérémonie d’ouverture de la nouvelle branche de production de Vodka de la société SPS Cigaronne, au cours de laquelle ont été présentées trois nouvelles marques de Vodka produites par la société.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lors de cette cérémonie étaient présents le Premier Ministre de la République d’Arménie, Hovik Abrahamian, ainsi que de nombreux invités.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cet événement si important pour la société Cigaronne a été rendu spectaculaire grâce à la créativité unique de Modd Events.</p>\n<!-- /wp:paragraph -->', 'Et un nouveau projet réalisé', '', 'inherit', 'closed', 'closed', '', '189-revision-v1', '', '', '2021-11-04 14:26:22', '2021-11-04 13:26:22', '', 189, 'http://localhost/modd-events.com/?p=190', 0, 'revision', '', 0),
(191, 1, '2021-11-04 14:27:13', '2021-11-04 13:27:13', '<!-- wp:paragraph -->\n<p>Au mois d’octobre a eu lieu la cérémonie d’ouverture de la zone sanitaire «&nbsp;Tsarav Aghbyur&nbsp;» de Yerevan Djur CJSC. L’organisation de cette cérémonie a été confiée à l’agence franco-arménienne Modd Events. La cérémonie d’ouverture était spectaculaire grâce à la signature Modd Events.</p>\n<!-- /wp:paragraph -->', 'Cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » deYerevan Jur CJSC', 'Au mois d’octobre a eu lieu la cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » de Yerevan Djur CJSC. L’organisation de cette cérémonie a été confiée à l’agence franco-arménienne Modd Events. La cérémonie d’ouverture était spectaculaire grâce à la signature Modd Events.', 'publish', 'open', 'open', '', 'ceremonie-douverture-de-la-zone-sanitaire-tsarav-aghbyur-deyerevan-jur-cjsc', '', '', '2021-11-04 14:32:58', '2021-11-04 13:32:58', '', 0, 'http://localhost/modd-events.com/?p=191', 0, 'post', '', 0),
(192, 1, '2021-11-04 14:27:13', '2021-11-04 13:27:13', '<!-- wp:paragraph -->\n<p>Au mois d’octobre a eu lieu la cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » de Yerevan Djur CJSC. L’organisation de cette cérémonie a été confiée à l’agence franco-arménienne Modd Events. La cérémonie d’ouverture était spectaculaire grâce à la signature Modd Events.</p>\n<!-- /wp:paragraph -->', 'Cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » deYerevan Jur CJSC', '', 'inherit', 'closed', 'closed', '', '191-revision-v1', '', '', '2021-11-04 14:27:13', '2021-11-04 13:27:13', '', 191, 'http://localhost/modd-events.com/?p=192', 0, 'revision', '', 0),
(193, 1, '2021-11-04 14:28:06', '2021-11-04 13:28:06', '<!-- wp:paragraph -->\n<p>Le 11 octobre 2014, Modd Events a organisé la cérémonie d’ouverture de l’école internationale UWC Dilijan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La coopération avec cette institution internationale puissante a remplit le portefeuille de Modd Events avec un projet d’échelle, ainsi que la liste des clients satisfaits de nos services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cette initiative est devenue l’une des pages lumineuses de l’histoire de Modd Events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’évolutivité, la procédé parfaite et les commentaires extatiques sont le témoignage de notre travail d’équipe de qualité.</p>\n<!-- /wp:paragraph -->', 'Années d’expérience, qui est devenues un événement sans précédent', 'Le 11 octobre 2014, Modd Events a organisé la cérémonie d’ouverture de l’école internationale UWC Dilijan.\n\nLa coopération avec cette institution internationale puissante a remplit le portefeuille de Modd Events avec un projet d’échelle, ainsi que la liste des clients satisfaits de nos services.', 'publish', 'open', 'open', '', 'annees-dexperience-qui-est-devenues-un-evenement-sans-precedent', '', '', '2021-11-04 14:32:18', '2021-11-04 13:32:18', '', 0, 'http://localhost/modd-events.com/?p=193', 0, 'post', '', 0),
(194, 1, '2021-11-04 14:27:51', '2021-11-04 13:27:51', '', 'IMG_7175', '', 'inherit', 'open', 'closed', '', 'img_7175', '', '', '2021-11-04 14:27:51', '2021-11-04 13:27:51', '', 193, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175.jpg', 0, 'attachment', 'image/jpeg', 0),
(195, 1, '2021-11-04 14:28:06', '2021-11-04 13:28:06', '<!-- wp:paragraph -->\n<p>Le 11 octobre 2014, Modd Events a organisé la cérémonie d’ouverture de l’école internationale UWC Dilijan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La coopération avec cette institution internationale puissante a remplit le portefeuille de Modd Events avec un projet d’échelle, ainsi que la liste des clients satisfaits de nos services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cette initiative est devenue l’une des pages lumineuses de l’histoire de Modd Events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’évolutivité, la procédé parfaite et les commentaires extatiques sont le témoignage de notre travail d’équipe de qualité.</p>\n<!-- /wp:paragraph -->', 'Années d’expérience, qui est devenues un événement sans précédent', '', 'inherit', 'closed', 'closed', '', '193-revision-v1', '', '', '2021-11-04 14:28:06', '2021-11-04 13:28:06', '', 193, 'http://localhost/modd-events.com/?p=195', 0, 'revision', '', 0),
(196, 1, '2021-11-04 14:29:02', '2021-11-04 13:29:02', '<!-- wp:paragraph -->\n<p>Le 1er Septembre, ACBA-Crédit Agricole Banque a enregistré un feu d’artifice des sentiments uniques<br>dans l’histoire de la ville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1000s d’enfants, sourires éclatants, fleurs, cadeaux …</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cette journée est restée dans l’histoire d’années.</p>\n<!-- /wp:paragraph -->', '1er septembre avec ACBA Crédit Agricole Bank', '\n\nLe 1er Septembre, ACBA-Crédit Agricole Banque a enregistré un feu d’artifice des sentiments uniques\ndans l’histoire de la ville.\n\n1000s d’enfants, sourires éclatants, fleurs, cadeaux …\n\nCette journée est restée dans l’histoire d’années.', 'publish', 'open', 'open', '', '1er-septembre-avec-acba-credit-agricole-bank', '', '', '2021-11-04 14:31:48', '2021-11-04 13:31:48', '', 0, 'http://localhost/modd-events.com/?p=196', 0, 'post', '', 0),
(197, 1, '2021-11-04 14:29:00', '2021-11-04 13:29:00', '', 'cadre5', '', 'inherit', 'open', 'closed', '', 'cadre5', '', '', '2021-11-04 14:29:00', '2021-11-04 13:29:00', '', 196, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg', 0, 'attachment', 'image/jpeg', 0),
(198, 1, '2021-11-04 14:29:02', '2021-11-04 13:29:02', '<!-- wp:paragraph -->\n<p>Le 1er Septembre, ACBA-Crédit Agricole Banque a enregistré un feu d’artifice des sentiments uniques<br>dans l’histoire de la ville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1000s d’enfants, sourires éclatants, fleurs, cadeaux …</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cette journée est restée dans l’histoire d’années.</p>\n<!-- /wp:paragraph -->', '1er septembre avec ACBA Crédit Agricole Bank', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2021-11-04 14:29:02', '2021-11-04 13:29:02', '', 196, 'http://localhost/modd-events.com/?p=198', 0, 'revision', '', 0),
(199, 1, '2021-11-04 14:30:39', '2021-11-04 13:30:39', '<!-- wp:paragraph -->\n<p>Grâce au soutien de la Fondation pour le Développement de l’Arménie, le 1er novembre, l’Hôtel londonien Savoy a accueilli le «&nbsp;British Guil of Travel Writers 2015&nbsp;», qui avait pour but de présenter la culture arménienne dans toute sa splendeur. Etaient présents à cet événement 350 invités de l’organisation britannique : journalistes, oenologues et sommeliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les délais étaient courts, les complications nombreuses, mais le but était très clair. Grâce à la collaboration sérieuse entre la société franco-arménienne Modd Events et la Fondation pour le développement en Arménie, l’un des événement les plus importants de l’année a été planifié avec succès dans les moindre détails, de la décoration des tables jusqu’à la cérémonie d’accueil des invités, des souvenirs offerts aux invités, jusqu’aux écrans géants installés dans le hall sur lesquels ont été diffusées toute la soirée des images en 3D de chefs d’oeuvres de la peinture, des ornements et des paysages. La partie musicale a été assurée par Arto Toundjboyadjyan. Le fondateur du restaurant Dolmama, Jirayr Ananyan, a apporté une saveur spéciale à la soirée en servant des mets traditionnels arméniens revisités durant le dîner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grâce au travail professionnel de toute l’équipe, les journalistes britanniques ont ressenti durant toute la soirée le souffle de la culture arménienne, et ont quitté la salle avec des belles impressions sur l’Arménie. Une phrase a résonné de tous «&nbsp;La soirée arménienne de Londres était splendide&nbsp;».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous ne parlons pas de résultats, nous réalisons des projets. Cette soirée en était une belle preuve…</p>\n<!-- /wp:paragraph -->', 'Soirée arménienne à Londres', '17.06.2014 le concert «7/8 projet Band», organisé et parrainé par Modd Events, a eu lieu à Moscou.\n\nEtant donné les yeux brillants et le nombre de remerciements on pourrait conclure que l’événement a été un succès!\n\nLa partie musicale était un « WOW! » vivante et le plus interactive', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-11-04 14:30:39', '2021-11-04 13:30:39', '', 1, 'http://localhost/modd-events.com/?p=199', 0, 'revision', '', 0),
(200, 1, '2021-11-04 14:31:14', '2021-11-04 13:31:14', '<!-- wp:paragraph -->\n<p>Aux mois de septembre-octobre, 2014 Yerevan Brandy Company a reçu ses invités de la Russie, l’Ukraine, la Biélorussie et la Slovaquie dans les frames de tour incentive organisé par Modd Events.</p>\n<!-- /wp:paragraph -->', 'Tour incentive avec Yerevan Brandy Company', 'Aux mois de septembre-octobre, 2014 Yerevan Brandy Company a reçu ses invités de la Russie, l’Ukraine, la Biélorussie et la Slovaquie dans les frames de tour incentive organisé par Modd Events.\n\nDes jours inoubliables et saturés:\n\n• Introduction aux « couleurs » arméniens,', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2021-11-04 14:31:14', '2021-11-04 13:31:14', '', 64, 'http://localhost/modd-events.com/?p=200', 0, 'revision', '', 0),
(201, 1, '2021-11-04 14:31:46', '2021-11-04 13:31:46', '<!-- wp:paragraph -->\n<p>Le 1er Septembre, ACBA-Crédit Agricole Banque a enregistré un feu d’artifice des sentiments uniques<br>dans l’histoire de la ville.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1000s d’enfants, sourires éclatants, fleurs, cadeaux …</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cette journée est restée dans l’histoire d’années.</p>\n<!-- /wp:paragraph -->', '1er septembre avec ACBA Crédit Agricole Bank', '\n\nLe 1er Septembre, ACBA-Crédit Agricole Banque a enregistré un feu d’artifice des sentiments uniques\ndans l’histoire de la ville.\n\n1000s d’enfants, sourires éclatants, fleurs, cadeaux …\n\nCette journée est restée dans l’histoire d’années.', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2021-11-04 14:31:46', '2021-11-04 13:31:46', '', 196, 'http://localhost/modd-events.com/?p=201', 0, 'revision', '', 0),
(202, 1, '2021-11-04 14:32:16', '2021-11-04 13:32:16', '<!-- wp:paragraph -->\n<p>Le 11 octobre 2014, Modd Events a organisé la cérémonie d’ouverture de l’école internationale UWC Dilijan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>La coopération avec cette institution internationale puissante a remplit le portefeuille de Modd Events avec un projet d’échelle, ainsi que la liste des clients satisfaits de nos services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cette initiative est devenue l’une des pages lumineuses de l’histoire de Modd Events.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’évolutivité, la procédé parfaite et les commentaires extatiques sont le témoignage de notre travail d’équipe de qualité.</p>\n<!-- /wp:paragraph -->', 'Années d’expérience, qui est devenues un événement sans précédent', 'Le 11 octobre 2014, Modd Events a organisé la cérémonie d’ouverture de l’école internationale UWC Dilijan.\n\nLa coopération avec cette institution internationale puissante a remplit le portefeuille de Modd Events avec un projet d’échelle, ainsi que la liste des clients satisfaits de nos services.', 'inherit', 'closed', 'closed', '', '193-revision-v1', '', '', '2021-11-04 14:32:16', '2021-11-04 13:32:16', '', 193, 'http://localhost/modd-events.com/?p=202', 0, 'revision', '', 0),
(203, 1, '2021-11-04 14:32:56', '2021-11-04 13:32:56', '<!-- wp:paragraph -->\n<p>Au mois d’octobre a eu lieu la cérémonie d’ouverture de la zone sanitaire «&nbsp;Tsarav Aghbyur&nbsp;» de Yerevan Djur CJSC. L’organisation de cette cérémonie a été confiée à l’agence franco-arménienne Modd Events. La cérémonie d’ouverture était spectaculaire grâce à la signature Modd Events.</p>\n<!-- /wp:paragraph -->', 'Cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » deYerevan Jur CJSC', 'Au mois d’octobre a eu lieu la cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » de Yerevan Djur CJSC. L’organisation de cette cérémonie a été confiée à l’agence franco-arménienne Modd Events. La cérémonie d’ouverture était spectaculaire grâce à la signature Modd Events.', 'inherit', 'closed', 'closed', '', '191-revision-v1', '', '', '2021-11-04 14:32:56', '2021-11-04 13:32:56', '', 191, 'http://localhost/modd-events.com/?p=203', 0, 'revision', '', 0),
(204, 1, '2021-11-04 14:33:23', '2021-11-04 13:33:23', '<!-- wp:paragraph -->\n<p>Le 25 octobre 2015, avec le soutien de l’agence Modd Events, s’est tenue la cérémonie d’ouverture de la nouvelle branche de production de Vodka de la société SPS Cigaronne, au cours de laquelle ont été présentées trois nouvelles marques de Vodka produites par la société.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lors de cette cérémonie étaient présents le Premier Ministre de la République d’Arménie, Hovik Abrahamian, ainsi que de nombreux invités.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Cet événement si important pour la société Cigaronne a été rendu spectaculaire grâce à la créativité unique de Modd Events.</p>\n<!-- /wp:paragraph -->', 'Et un nouveau projet réalisé', 'Le 25 octobre 2015, avec le soutien de l’agence Modd Events, s’est tenue la cérémonie d’ouverture de la nouvelle branche de production de Vodka de la société SPS Cigaronne, au cours de laquelle ont été présentées trois nouvelles marques de Vodka produites par la société.', 'inherit', 'closed', 'closed', '', '189-revision-v1', '', '', '2021-11-04 14:33:23', '2021-11-04 13:33:23', '', 189, 'http://localhost/modd-events.com/?p=204', 0, 'revision', '', 0),
(205, 1, '2021-11-04 14:33:46', '2021-11-04 13:33:46', '<!-- wp:paragraph -->\n<p>Une nouvelle réussite !</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>L’approche créative de la société franco-arménienne Modd Events, ainsi que sa signature audacieuse, sont désormais au service de nos compatriotes résidents aux Etats-Unis, ainsi que des américains. En nous installant aux Etats-Unis, nous voulons non seulement étendre notre culture de solutions innovantes et uniques, mais également développer l’organisation d’événements personnels et professionnels en Arménie (mariages, baptêmes, conférences, voyages d’affaires…). Organiser et planifier un mariage élégant, raffiné et unique avec Modd Weddings, c’est maintenant possible aux Etats-Unis grâce à l’ouverture de notre nouvelle agence. Rien n’est impossible pour nous. Modd Weddings fait de chaque mariage un jour exceptionnel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Fidèle aux principes fondamentaux de Modd Events, la nouvelle agence de Los Angeles regroupe une équipe de professionnels prêts à tout mettre en oeuvre pour réaliser les projets les plus fous.</p>\n<!-- /wp:paragraph -->', 'Nous sommes maintenant aux Etats-Unis', 'Une nouvelle réussite !\n\nL’approche créative de la société franco-arménienne Modd Events, ainsi que sa signature audacieuse, sont désormais au service de nos compatriotes résidents aux Etats-Unis, ainsi que des américains. En nous installant aux Etats-Unis, nous voulons non', 'inherit', 'closed', 'closed', '', '187-revision-v1', '', '', '2021-11-04 14:33:46', '2021-11-04 13:33:46', '', 187, 'http://localhost/modd-events.com/?p=205', 0, 'revision', '', 0),
(206, 1, '2021-11-04 14:34:50', '2021-11-04 13:34:50', '<!-- wp:paragraph -->\n<p>Grâce au soutien de la Fondation pour le Développement de l’Arménie, le 1er novembre, l’Hôtel londonien Savoy a accueilli le «&nbsp;British Guil of Travel Writers 2015&nbsp;», qui avait pour but de présenter la culture arménienne dans toute sa splendeur. Etaient présents à cet événement 350 invités de l’organisation britannique : journalistes, oenologues et sommeliers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Les délais étaient courts, les complications nombreuses, mais le but était très clair. Grâce à la collaboration sérieuse entre la société franco-arménienne Modd Events et la Fondation pour le développement en Arménie, l’un des événement les plus importants de l’année a été planifié avec succès dans les moindre détails, de la décoration des tables jusqu’à la cérémonie d’accueil des invités, des souvenirs offerts aux invités, jusqu’aux écrans géants installés dans le hall sur lesquels ont été diffusées toute la soirée des images en 3D de chefs d’oeuvres de la peinture, des ornements et des paysages. La partie musicale a été assurée par Arto Toundjboyadjyan. Le fondateur du restaurant Dolmama, Jirayr Ananyan, a apporté une saveur spéciale à la soirée en servant des mets traditionnels arméniens revisités durant le dîner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Grâce au travail professionnel de toute l’équipe, les journalistes britanniques ont ressenti durant toute la soirée le souffle de la culture arménienne, et ont quitté la salle avec des belles impressions sur l’Arménie. Une phrase a résonné de tous «&nbsp;La soirée arménienne de Londres était splendide&nbsp;».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nous ne parlons pas de résultats, nous réalisons des projets. Cette soirée en était une belle preuve…</p>\n<!-- /wp:paragraph -->', 'Soirée arménienne à Londres', 'Grâce au soutien de la Fondation pour le Développement de l’Arménie, le 1er novembre, l’Hôtel londonien Savoy a accueilli le « British Guil of Travel Writers 2015 », qui avait pour but de présenter la culture arménienne dans toute sa splendeur. Etaient présents à cet événement 350 invités de l’organisation britannique', 'inherit', 'closed', 'closed', '', '1-revision-v1', '', '', '2021-11-04 14:34:50', '2021-11-04 13:34:50', '', 1, 'http://localhost/modd-events.com/?p=206', 0, 'revision', '', 0),
(207, 1, '2021-11-04 15:01:31', '2021-11-04 14:01:31', '<!-- wp:paragraph -->\n<p>Concert de « 7/8 Projet band » à Moscou</p>\n<!-- /wp:paragraph -->', 'Concert de « 7/8 Projet band » à Moscou', '17.06.2014 le concert «7/8 projet Band», organisé et parrainé par Modd Events, a eu lieu à Moscou.\n\nEtant donné les yeux brillants et le nombre de remerciements on pourrait conclure que l’événement a été un succès!\n\nLa partie musicale était un « WOW! » vivante et le plus interactive', 'publish', 'open', 'open', '', 'concert-de-7-8-projet-band-a-moscou', '', '', '2021-11-04 15:01:33', '2021-11-04 14:01:33', '', 0, 'http://localhost/modd-events.com/?p=207', 0, 'post', '', 0),
(208, 1, '2021-11-04 15:01:12', '2021-11-04 14:01:12', '', 'cadre3', '', 'inherit', 'open', 'closed', '', 'cadre3-2', '', '', '2021-11-04 15:01:12', '2021-11-04 14:01:12', '', 207, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre3.jpg', 0, 'attachment', 'image/jpeg', 0),
(209, 1, '2021-11-04 15:01:31', '2021-11-04 14:01:31', '<!-- wp:paragraph -->\n<p>Concert de « 7/8 Projet band » à Moscou</p>\n<!-- /wp:paragraph -->', 'Concert de « 7/8 Projet band » à Moscou', '17.06.2014 le concert «7/8 projet Band», organisé et parrainé par Modd Events, a eu lieu à Moscou.\n\nEtant donné les yeux brillants et le nombre de remerciements on pourrait conclure que l’événement a été un succès!\n\nLa partie musicale était un « WOW! » vivante et le plus interactive', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2021-11-04 15:01:31', '2021-11-04 14:01:31', '', 207, 'http://localhost/modd-events.com/?p=209', 0, 'revision', '', 0),
(210, 1, '2021-11-04 15:03:20', '2021-11-04 14:02:59', ' ', '', '', 'publish', 'closed', 'closed', '', '210', '', '', '2021-11-04 15:03:20', '2021-11-04 14:03:20', '', 0, 'http://localhost/modd-events.com/?p=210', 7, 'nav_menu_item', '', 0),
(211, 1, '2021-11-04 15:03:20', '2021-11-04 14:02:58', ' ', '', '', 'publish', 'closed', 'closed', '', '211', '', '', '2021-11-04 15:03:20', '2021-11-04 14:03:20', '', 0, 'http://localhost/modd-events.com/?p=211', 6, 'nav_menu_item', '', 0),
(212, 1, '2021-11-04 15:02:29', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2021-11-04 15:02:29', '0000-00-00 00:00:00', '', 0, 'http://localhost/modd-events.com/?p=212', 1, 'nav_menu_item', '', 0),
(213, 1, '2021-11-04 15:02:30', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2021-11-04 15:02:30', '0000-00-00 00:00:00', '', 0, 'http://localhost/modd-events.com/?p=213', 1, 'nav_menu_item', '', 0),
(214, 1, '2021-11-04 15:04:14', '2021-11-04 14:04:14', ' ', '', '', 'publish', 'closed', 'closed', '', '214', '', '', '2021-11-04 15:04:14', '2021-11-04 14:04:14', '', 0, 'http://localhost/modd-events.com/?p=214', 7, 'nav_menu_item', '', 0),
(215, 1, '2021-11-04 15:04:14', '2021-11-04 14:04:14', ' ', '', '', 'publish', 'closed', 'closed', '', '215', '', '', '2021-11-04 15:04:14', '2021-11-04 14:04:14', '', 0, 'http://localhost/modd-events.com/?p=215', 6, 'nav_menu_item', '', 0),
(217, 1, '2021-11-04 15:17:13', '2021-11-04 14:17:13', '<!-- wp:paragraph -->\n<p>Présentation du nouveau parfum Chanel N5 L\'Eau</p>\n<!-- /wp:paragraph -->', 'Présentation du nouveau parfum Chanel N5 L\'Eau', '', 'publish', 'open', 'open', '', 'presentation-du-nouveau-parfum-chanel-n5-leau', '', '', '2021-11-04 15:17:16', '2021-11-04 14:17:16', '', 0, 'http://localhost/modd-events.com/?p=217', 0, 'post', '', 0),
(218, 1, '2021-11-04 15:16:04', '2021-11-04 14:16:04', '', 'image', '', 'inherit', 'open', 'closed', '', 'image', '', '', '2021-11-04 15:16:04', '2021-11-04 14:16:04', '', 217, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image.png', 0, 'attachment', 'image/png', 0),
(219, 1, '2021-11-04 15:17:07', '2021-11-04 14:17:07', '', 'IMG_2255', '', 'inherit', 'open', 'closed', '', 'img_2255', '', '', '2021-11-04 15:17:07', '2021-11-04 14:17:07', '', 217, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg', 0, 'attachment', 'image/jpeg', 0),
(220, 1, '2021-11-04 15:17:13', '2021-11-04 14:17:13', '<!-- wp:paragraph -->\n<p>Présentation du nouveau parfum Chanel N5 L\'Eau</p>\n<!-- /wp:paragraph -->', 'Présentation du nouveau parfum Chanel N5 L\'Eau', '', 'inherit', 'closed', 'closed', '', '217-revision-v1', '', '', '2021-11-04 15:17:13', '2021-11-04 14:17:13', '', 217, 'http://localhost/modd-events.com/?p=220', 0, 'revision', '', 0),
(221, 1, '2021-11-05 06:30:16', '2021-11-05 05:30:16', '<!-- wp:paragraph -->\n<p>Fête d\'anniversaire (événement privé organisé par Modd Events)</p>\n<!-- /wp:paragraph -->', 'Fête d\'anniversaire (événement privé organisé par Modd Events)', '', 'publish', 'closed', 'closed', '', 'fete-danniversaire-evenement-prive-organise-par-modd-events', '', '', '2021-11-05 06:30:19', '2021-11-05 05:30:19', '', 0, 'http://localhost/modd-events.com/?p=221', 0, 'post', '', 0),
(222, 1, '2021-11-05 06:29:08', '2021-11-05 05:29:08', '', 'Brouillon créé le 5 November 2021 à 5h29', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2021-11-05 06:29:08', '2021-11-05 05:29:08', '', 221, 'http://localhost/modd-events.com/?p=222', 0, 'revision', '', 0),
(223, 1, '2021-11-05 06:30:10', '2021-11-05 05:30:10', '', 'IMG_6703', '', 'inherit', 'open', 'closed', '', 'img_6703', '', '', '2021-11-05 06:30:10', '2021-11-05 05:30:10', '', 221, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg', 0, 'attachment', 'image/jpeg', 0),
(224, 1, '2021-11-05 06:30:16', '2021-11-05 05:30:16', '<!-- wp:paragraph -->\n<p>Fête d\'anniversaire (événement privé organisé par Modd Events)</p>\n<!-- /wp:paragraph -->', 'Fête d\'anniversaire (événement privé organisé par Modd Events)', '', 'inherit', 'closed', 'closed', '', '221-revision-v1', '', '', '2021-11-05 06:30:16', '2021-11-05 05:30:16', '', 221, 'http://localhost/modd-events.com/?p=224', 0, 'revision', '', 0),
(225, 1, '2021-11-05 06:35:25', '2021-11-05 05:35:25', '<!-- wp:paragraph -->\n<p>Star Wars (Fête d\'anniversaire d\'Alexandre)</p>\n<!-- /wp:paragraph -->', 'Star Wars (Fête d\'anniversaire d\'Alexandre)', '', 'publish', 'closed', 'closed', '', 'star-wars-fete-danniversaire-dalexandre', '', '', '2021-11-05 06:35:28', '2021-11-05 05:35:28', '', 0, 'http://localhost/modd-events.com/?p=225', 0, 'post', '', 0),
(226, 1, '2021-11-05 06:34:26', '2021-11-05 05:34:26', '', 'Brouillon créé le 5 November 2021 à 5h34', '', 'inherit', 'closed', 'closed', '', '225-revision-v1', '', '', '2021-11-05 06:34:26', '2021-11-05 05:34:26', '', 225, 'http://localhost/modd-events.com/?p=226', 0, 'revision', '', 0),
(227, 1, '2021-11-05 06:35:21', '2021-11-05 05:35:21', '', 'IMG_6592', '', 'inherit', 'open', 'closed', '', 'img_6592', '', '', '2021-11-05 06:35:21', '2021-11-05 05:35:21', '', 225, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg', 0, 'attachment', 'image/jpeg', 0),
(228, 1, '2021-11-05 06:35:25', '2021-11-05 05:35:25', '<!-- wp:paragraph -->\n<p>Star Wars (Fête d\'anniversaire d\'Alexandre)</p>\n<!-- /wp:paragraph -->', 'Star Wars (Fête d\'anniversaire d\'Alexandre)', '', 'inherit', 'closed', 'closed', '', '225-revision-v1', '', '', '2021-11-05 06:35:25', '2021-11-05 05:35:25', '', 225, 'http://localhost/modd-events.com/?p=228', 0, 'revision', '', 0),
(229, 1, '2021-11-05 06:42:35', '2021-11-05 05:42:35', '<!-- wp:paragraph -->\n<p>Ouverture du nouveau bureau SCDM</p>\n<!-- /wp:paragraph -->', 'Ouverture du nouveau bureau SCDM', '', 'publish', 'closed', 'closed', '', 'ouverture-du-nouveau-bureau-scdm', '', '', '2021-11-05 06:42:37', '2021-11-05 05:42:37', '', 0, 'http://localhost/modd-events.com/?p=229', 0, 'post', '', 0),
(230, 1, '2021-11-05 06:41:31', '2021-11-05 05:41:31', '', 'Brouillon créé le 5 November 2021 à 5h41', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2021-11-05 06:41:31', '2021-11-05 05:41:31', '', 229, 'http://localhost/modd-events.com/?p=230', 0, 'revision', '', 0),
(231, 1, '2021-11-05 06:42:29', '2021-11-05 05:42:29', '', 'DSC_0279', '', 'inherit', 'open', 'closed', '', 'dsc_0279', '', '', '2021-11-05 06:42:29', '2021-11-05 05:42:29', '', 229, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg', 0, 'attachment', 'image/jpeg', 0),
(232, 1, '2021-11-05 06:42:35', '2021-11-05 05:42:35', '<!-- wp:paragraph -->\n<p>Ouverture du nouveau bureau SCDM</p>\n<!-- /wp:paragraph -->', 'Ouverture du nouveau bureau SCDM', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2021-11-05 06:42:35', '2021-11-05 05:42:35', '', 229, 'http://localhost/modd-events.com/?p=232', 0, 'revision', '', 0),
(233, 1, '2021-11-05 06:47:33', '2021-11-05 05:47:33', '<!-- wp:paragraph -->\n<p>Anniversaire LEGO</p>\n<!-- /wp:paragraph -->', 'Anniversaire LEGO', '', 'publish', 'closed', 'closed', '', 'anniversaire-lego', '', '', '2021-11-05 06:47:36', '2021-11-05 05:47:36', '', 0, 'http://localhost/modd-events.com/?p=233', 0, 'post', '', 0),
(234, 1, '2021-11-05 06:46:44', '2021-11-05 05:46:44', '', 'Brouillon créé le 5 November 2021 à 5h46', '', 'inherit', 'closed', 'closed', '', '233-revision-v1', '', '', '2021-11-05 06:46:44', '2021-11-05 05:46:44', '', 233, 'http://localhost/modd-events.com/?p=234', 0, 'revision', '', 0),
(235, 1, '2021-11-05 06:47:28', '2021-11-05 05:47:28', '', 'IMG_5085', '', 'inherit', 'open', 'closed', '', 'img_5085', '', '', '2021-11-05 06:47:28', '2021-11-05 05:47:28', '', 233, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2021-11-05 06:47:33', '2021-11-05 05:47:33', '<!-- wp:paragraph -->\n<p>Anniversaire LEGO</p>\n<!-- /wp:paragraph -->', 'Anniversaire LEGO', '', 'inherit', 'closed', 'closed', '', '233-revision-v1', '', '', '2021-11-05 06:47:33', '2021-11-05 05:47:33', '', 233, 'http://localhost/modd-events.com/?p=236', 0, 'revision', '', 0),
(237, 1, '2021-11-05 06:55:14', '2021-11-05 05:55:14', '<!-- wp:paragraph -->\n<p>Linen House (Magasin spécialisé en linge de lit et accessoires de salle de bain) Cérémonie d\'ouverture organisée par Modd Events</p>\n<!-- /wp:paragraph -->', 'Linen House (Magasin spécialisé en linge de lit et accessoires de salle de bain) Cérémonie d\'ouverture organisée par Modd Events', '', 'publish', 'closed', 'closed', '', 'linen-house-magasin-specialise-en-linge-de-lit-et-accessoires-de-salle-de-bain-ceremonie-douverture-organisee-par-modd-events', '', '', '2021-11-05 06:55:17', '2021-11-05 05:55:17', '', 0, 'http://localhost/modd-events.com/?p=237', 0, 'post', '', 0),
(238, 1, '2021-11-05 06:54:16', '2021-11-05 05:54:16', '', 'Brouillon créé le 5 November 2021 à 5h54', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2021-11-05 06:54:16', '2021-11-05 05:54:16', '', 237, 'http://localhost/modd-events.com/?p=238', 0, 'revision', '', 0),
(239, 1, '2021-11-05 06:55:07', '2021-11-05 05:55:07', '', '13492906_1185131148204862_727881053_n', '', 'inherit', 'open', 'closed', '', '13492906_1185131148204862_727881053_n', '', '', '2021-11-05 06:55:07', '2021-11-05 05:55:07', '', 237, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(240, 1, '2021-11-05 06:55:14', '2021-11-05 05:55:14', '<!-- wp:paragraph -->\n<p>Linen House (Magasin spécialisé en linge de lit et accessoires de salle de bain) Cérémonie d\'ouverture organisée par Modd Events</p>\n<!-- /wp:paragraph -->', 'Linen House (Magasin spécialisé en linge de lit et accessoires de salle de bain) Cérémonie d\'ouverture organisée par Modd Events', '', 'inherit', 'closed', 'closed', '', '237-revision-v1', '', '', '2021-11-05 06:55:14', '2021-11-05 05:55:14', '', 237, 'http://localhost/modd-events.com/?p=240', 0, 'revision', '', 0),
(241, 1, '2021-11-05 07:04:44', '2021-11-05 06:04:44', '<!-- wp:paragraph -->\n<p>Modd Backstage (Événement privé organisé par Modd Events pour les partenaires et clients de Modd Events)</p>\n<!-- /wp:paragraph -->', 'Modd Backstage (Événement privé organisé par Modd Events pour les partenaires et clients de Modd Events)', '', 'publish', 'closed', 'closed', '', 'modd-backstage-evenement-prive-organise-par-modd-events-pour-les-partenaires-et-clients-de-modd-events', '', '', '2021-11-05 07:04:46', '2021-11-05 06:04:46', '', 0, 'http://localhost/modd-events.com/?p=241', 0, 'post', '', 0),
(242, 1, '2021-11-05 07:03:37', '2021-11-05 06:03:37', '', 'Brouillon créé le 5 November 2021 à 6h03', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2021-11-05 07:03:37', '2021-11-05 06:03:37', '', 241, 'http://localhost/modd-events.com/?p=242', 0, 'revision', '', 0),
(243, 1, '2021-11-05 07:04:32', '2021-11-05 06:04:32', '', 'MODD-Backstage-31', '', 'inherit', 'open', 'closed', '', 'modd-backstage-31', '', '', '2021-11-05 07:04:32', '2021-11-05 06:04:32', '', 241, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg', 0, 'attachment', 'image/jpeg', 0),
(244, 1, '2021-11-05 07:04:44', '2021-11-05 06:04:44', '<!-- wp:paragraph -->\n<p>Modd Backstage (Événement privé organisé par Modd Events pour les partenaires et clients de Modd Events)</p>\n<!-- /wp:paragraph -->', 'Modd Backstage (Événement privé organisé par Modd Events pour les partenaires et clients de Modd Events)', '', 'inherit', 'closed', 'closed', '', '241-revision-v1', '', '', '2021-11-05 07:04:44', '2021-11-05 06:04:44', '', 241, 'http://localhost/modd-events.com/?p=244', 0, 'revision', '', 0),
(245, 1, '2021-11-05 07:20:47', '2021-11-05 06:20:47', '<!-- wp:paragraph -->\n<p>Qatar AirLines Grand Opening à Erevan (Cérémonie d\'ouverture organisée par Modd Events)</p>\n<!-- /wp:paragraph -->', 'Qatar AirLines Grand Opening à Erevan (Cérémonie d\'ouverture organisée par Modd Events)', '', 'publish', 'closed', 'closed', '', 'qatar-airlines-grand-opening-a-erevan-ceremonie-douverture-organisee-par-modd-events', '', '', '2021-11-05 07:20:50', '2021-11-05 06:20:50', '', 0, 'http://localhost/modd-events.com/?p=245', 0, 'post', '', 0),
(246, 1, '2021-11-05 07:19:52', '2021-11-05 06:19:52', '', 'Brouillon créé le 5 November 2021 à 6h19', '', 'inherit', 'closed', 'closed', '', '245-revision-v1', '', '', '2021-11-05 07:19:52', '2021-11-05 06:19:52', '', 245, 'http://localhost/modd-events.com/?p=246', 0, 'revision', '', 0),
(247, 1, '2021-11-05 07:20:43', '2021-11-05 06:20:43', '', 'IMG_2115', '', 'inherit', 'open', 'closed', '', 'img_2115', '', '', '2021-11-05 07:20:43', '2021-11-05 06:20:43', '', 245, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg', 0, 'attachment', 'image/jpeg', 0),
(248, 1, '2021-11-05 07:20:47', '2021-11-05 06:20:47', '<!-- wp:paragraph -->\n<p>Qatar AirLines Grand Opening à Erevan (Cérémonie d\'ouverture organisée par Modd Events)</p>\n<!-- /wp:paragraph -->', 'Qatar AirLines Grand Opening à Erevan (Cérémonie d\'ouverture organisée par Modd Events)', '', 'inherit', 'closed', 'closed', '', '245-revision-v1', '', '', '2021-11-05 07:20:47', '2021-11-05 06:20:47', '', 245, 'http://localhost/modd-events.com/?p=248', 0, 'revision', '', 0),
(249, 1, '2021-11-05 07:29:57', '2021-11-05 06:29:57', '<!-- wp:paragraph -->\n<p>Conférence d\'affaires organisée par Modd Events pour Coca Cola Hellenic Armenia</p>\n<!-- /wp:paragraph -->', 'Conférence d\'affaires organisée par Modd Events pour Coca Cola Hellenic Armenia', '', 'publish', 'closed', 'closed', '', 'conference-daffaires-organisee-par-modd-events-pour-coca-cola-hellenic-armenia', '', '', '2021-11-05 07:30:00', '2021-11-05 06:30:00', '', 0, 'http://localhost/modd-events.com/?p=249', 0, 'post', '', 0),
(250, 1, '2021-11-05 07:29:37', '2021-11-05 06:29:37', '', 'Brouillon créé le 5 November 2021 à 6h29', '', 'inherit', 'closed', 'closed', '', '249-revision-v1', '', '', '2021-11-05 07:29:37', '2021-11-05 06:29:37', '', 249, 'http://localhost/modd-events.com/?p=250', 0, 'revision', '', 0),
(251, 1, '2021-11-05 07:29:57', '2021-11-05 06:29:57', '<!-- wp:paragraph -->\n<p>Conférence d\'affaires organisée par Modd Events pour Coca Cola Hellenic Armenia</p>\n<!-- /wp:paragraph -->', 'Conférence d\'affaires organisée par Modd Events pour Coca Cola Hellenic Armenia', '', 'inherit', 'closed', 'closed', '', '249-revision-v1', '', '', '2021-11-05 07:29:57', '2021-11-05 06:29:57', '', 249, 'http://localhost/modd-events.com/?p=251', 0, 'revision', '', 0),
(252, 1, '2021-11-05 07:32:08', '2021-11-05 06:32:08', '<!-- wp:paragraph -->\n<p>авказские Пленники No Limits (événement d\'entreprise \"Mets Aniv\" organisé par Modd Events)</p>\n<!-- /wp:paragraph -->', 'авказские Пленники No Limits (événement d\'entreprise \"Mets Aniv\" organisé par Modd Events)', '', 'publish', 'closed', 'closed', '', '%d0%b0%d0%b2%d0%ba%d0%b0%d0%b7%d1%81%d0%ba%d0%b8%d0%b5-%d0%bf%d0%bb%d0%b5%d0%bd%d0%bd%d0%b8%d0%ba%d0%b8-no-limits-evenement-dentreprise-mets-aniv-organise-par-modd-events', '', '', '2021-11-05 07:32:11', '2021-11-05 06:32:11', '', 0, 'http://localhost/modd-events.com/?p=252', 0, 'post', '', 0),
(253, 1, '2021-11-05 07:31:14', '2021-11-05 06:31:14', '', 'Brouillon créé le 5 November 2021 à 6h31', '', 'inherit', 'closed', 'closed', '', '252-revision-v1', '', '', '2021-11-05 07:31:14', '2021-11-05 06:31:14', '', 252, 'http://localhost/modd-events.com/?p=253', 0, 'revision', '', 0),
(254, 1, '2021-11-05 07:32:05', '2021-11-05 06:32:05', '', 'b-7', '', 'inherit', 'open', 'closed', '', 'b-7', '', '', '2021-11-05 07:32:05', '2021-11-05 06:32:05', '', 252, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/b-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(255, 1, '2021-11-05 07:32:08', '2021-11-05 06:32:08', '<!-- wp:paragraph -->\n<p>авказские Пленники No Limits (événement d\'entreprise \"Mets Aniv\" organisé par Modd Events)</p>\n<!-- /wp:paragraph -->', 'авказские Пленники No Limits (événement d\'entreprise \"Mets Aniv\" organisé par Modd Events)', '', 'inherit', 'closed', 'closed', '', '252-revision-v1', '', '', '2021-11-05 07:32:08', '2021-11-05 06:32:08', '', 252, 'http://localhost/modd-events.com/?p=255', 0, 'revision', '', 0),
(256, 1, '2021-11-05 07:47:16', '2021-11-05 06:47:16', '<!-- wp:paragraph -->\n<p>Light Birthday Party (20e anniversaire organisé par Modd Events)</p>\n<!-- /wp:paragraph -->', 'Light Birthday Party (20e anniversaire organisé par Modd Events)', '', 'publish', 'closed', 'closed', '', 'light-birthday-party-20e-anniversaire-organise-par-modd-events', '', '', '2021-11-05 07:47:18', '2021-11-05 06:47:18', '', 0, 'http://localhost/modd-events.com/?p=256', 0, 'post', '', 0),
(257, 1, '2021-11-05 07:46:02', '2021-11-05 06:46:02', '', 'Brouillon créé le 5 November 2021 à 6h46', '', 'inherit', 'closed', 'closed', '', '256-revision-v1', '', '', '2021-11-05 07:46:02', '2021-11-05 06:46:02', '', 256, 'http://localhost/modd-events.com/?p=257', 0, 'revision', '', 0),
(258, 1, '2021-11-05 07:46:58', '2021-11-05 06:46:58', '', '1-1', '', 'inherit', 'open', 'closed', '', '1-1', '', '', '2021-11-05 07:46:58', '2021-11-05 06:46:58', '', 256, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(259, 1, '2021-11-05 07:47:16', '2021-11-05 06:47:16', '<!-- wp:paragraph -->\n<p>Light Birthday Party (20e anniversaire organisé par Modd Events)</p>\n<!-- /wp:paragraph -->', 'Light Birthday Party (20e anniversaire organisé par Modd Events)', '', 'inherit', 'closed', 'closed', '', '256-revision-v1', '', '', '2021-11-05 07:47:16', '2021-11-05 06:47:16', '', 256, 'http://localhost/modd-events.com/?p=259', 0, 'revision', '', 0),
(260, 1, '2021-11-05 07:57:29', '2021-11-05 06:57:29', '<!-- wp:paragraph -->\n<p>Événement corporatif du nouvel an de l\'ACBA_2015-2016</p>\n<!-- /wp:paragraph -->', 'Événement corporatif du nouvel an de l\'ACBA_2015-2016', '', 'publish', 'closed', 'closed', '', 'evenement-corporatif-du-nouvel-an-de-lacba_2015-2016', '', '', '2021-11-05 07:57:32', '2021-11-05 06:57:32', '', 0, 'http://localhost/modd-events.com/?p=260', 0, 'post', '', 0),
(261, 1, '2021-11-05 07:55:46', '2021-11-05 06:55:46', '', 'Brouillon créé le 5 November 2021 à 6h55', '', 'inherit', 'closed', 'closed', '', '260-revision-v1', '', '', '2021-11-05 07:55:46', '2021-11-05 06:55:46', '', 260, 'http://localhost/modd-events.com/?p=261', 0, 'revision', '', 0),
(262, 1, '2021-11-05 07:57:23', '2021-11-05 06:57:23', '', 'ACBA_New-Year-2', '', 'inherit', 'open', 'closed', '', 'acba_new-year-2', '', '', '2021-11-05 07:57:23', '2021-11-05 06:57:23', '', 260, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2021-11-05 07:57:29', '2021-11-05 06:57:29', '<!-- wp:paragraph -->\n<p>Événement corporatif du nouvel an de l\'ACBA_2015-2016</p>\n<!-- /wp:paragraph -->', 'Événement corporatif du nouvel an de l\'ACBA_2015-2016', '', 'inherit', 'closed', 'closed', '', '260-revision-v1', '', '', '2021-11-05 07:57:29', '2021-11-05 06:57:29', '', 260, 'http://localhost/modd-events.com/?p=263', 0, 'revision', '', 0),
(264, 1, '2021-11-05 08:07:27', '2021-11-05 07:07:27', '<!-- wp:paragraph -->\n<p>Corridor routier nord-sud Erevan-Artashat, ouverture de la route en béton Erevan-Ashtarak</p>\n<!-- /wp:paragraph -->', 'Corridor routier nord-sud Erevan-Artashat, ouverture de la route en béton Erevan-Ashtarak', '', 'publish', 'closed', 'closed', '', 'corridor-routier-nord-sud-erevan-artashat-ouverture-de-la-route-en-beton-erevan-ashtarak', '', '', '2021-11-05 08:07:29', '2021-11-05 07:07:29', '', 0, 'http://localhost/modd-events.com/?p=264', 0, 'post', '', 0),
(265, 1, '2021-11-05 08:05:59', '2021-11-05 07:05:59', '', 'image-1', '', 'inherit', 'open', 'closed', '', 'image-1', '', '', '2021-11-05 08:05:59', '2021-11-05 07:05:59', '', 264, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-1.png', 0, 'attachment', 'image/png', 0),
(266, 1, '2021-11-05 08:06:29', '2021-11-05 07:06:29', '', 'Brouillon créé le 5 November 2021 à 7h06', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2021-11-05 08:06:29', '2021-11-05 07:06:29', '', 264, 'http://localhost/modd-events.com/?p=266', 0, 'revision', '', 0),
(267, 1, '2021-11-05 08:07:18', '2021-11-05 07:07:18', '', 'North-South-Road-Corridor-15', '', 'inherit', 'open', 'closed', '', 'north-south-road-corridor-15', '', '', '2021-11-05 08:07:18', '2021-11-05 07:07:18', '', 264, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(268, 1, '2021-11-05 08:07:27', '2021-11-05 07:07:27', '<!-- wp:paragraph -->\n<p>Corridor routier nord-sud Erevan-Artashat, ouverture de la route en béton Erevan-Ashtarak</p>\n<!-- /wp:paragraph -->', 'Corridor routier nord-sud Erevan-Artashat, ouverture de la route en béton Erevan-Ashtarak', '', 'inherit', 'closed', 'closed', '', '264-revision-v1', '', '', '2021-11-05 08:07:27', '2021-11-05 07:07:27', '', 264, 'http://localhost/modd-events.com/?p=268', 0, 'revision', '', 0),
(269, 1, '2021-11-05 08:14:57', '2021-11-05 07:14:57', '<!-- wp:paragraph -->\n<p>1er anniversaire de David (petite fête pour petit héros)</p>\n<!-- /wp:paragraph -->', '1er anniversaire de David (petite fête pour petit héros)', '', 'publish', 'closed', 'closed', '', '1er-anniversaire-de-david-petite-fete-pour-petit-heros', '', '', '2021-11-05 08:14:59', '2021-11-05 07:14:59', '', 0, 'http://localhost/modd-events.com/?p=269', 0, 'post', '', 0),
(270, 1, '2021-11-05 08:13:52', '2021-11-05 07:13:52', '', 'Brouillon créé le 5 November 2021 à 7h13', '', 'inherit', 'closed', 'closed', '', '269-revision-v1', '', '', '2021-11-05 08:13:52', '2021-11-05 07:13:52', '', 269, 'http://localhost/modd-events.com/?p=270', 0, 'revision', '', 0),
(271, 1, '2021-11-05 08:14:53', '2021-11-05 07:14:53', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2021-11-05 08:14:53', '2021-11-05 07:14:53', '', 269, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(272, 1, '2021-11-05 08:14:57', '2021-11-05 07:14:57', '<!-- wp:paragraph -->\n<p>1er anniversaire de David (petite fête pour petit héros)</p>\n<!-- /wp:paragraph -->', '1er anniversaire de David (petite fête pour petit héros)', '', 'inherit', 'closed', 'closed', '', '269-revision-v1', '', '', '2021-11-05 08:14:57', '2021-11-05 07:14:57', '', 269, 'http://localhost/modd-events.com/?p=272', 0, 'revision', '', 0),
(273, 1, '2021-11-05 08:23:56', '2021-11-05 07:23:56', '<!-- wp:paragraph -->\n<p>Événement arménien à Londres avec Modd Events</p>\n<!-- /wp:paragraph -->', 'Événement arménien à Londres avec Modd Events', '', 'publish', 'closed', 'closed', '', 'evenement-armenien-a-londres-avec-modd-events', '', '', '2021-11-05 08:23:58', '2021-11-05 07:23:58', '', 0, 'http://localhost/modd-events.com/?p=273', 0, 'post', '', 0),
(274, 1, '2021-11-05 08:23:25', '2021-11-05 07:23:25', '', 'Brouillon créé le 5 November 2021 à 7h23', '', 'inherit', 'closed', 'closed', '', '273-revision-v1', '', '', '2021-11-05 08:23:25', '2021-11-05 07:23:25', '', 273, 'http://localhost/modd-events.com/?p=274', 0, 'revision', '', 0),
(275, 1, '2021-11-05 08:23:52', '2021-11-05 07:23:52', '', 'London-10', '', 'inherit', 'open', 'closed', '', 'london-10', '', '', '2021-11-05 08:23:52', '2021-11-05 07:23:52', '', 273, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/London-10.jpg', 0, 'attachment', 'image/jpeg', 0),
(276, 1, '2021-11-05 08:23:56', '2021-11-05 07:23:56', '<!-- wp:paragraph -->\n<p>Événement arménien à Londres avec Modd Events</p>\n<!-- /wp:paragraph -->', 'Événement arménien à Londres avec Modd Events', '', 'inherit', 'closed', 'closed', '', '273-revision-v1', '', '', '2021-11-05 08:23:56', '2021-11-05 07:23:56', '', 273, 'http://localhost/modd-events.com/?p=276', 0, 'revision', '', 0);
INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(277, 1, '2021-11-05 08:29:58', '2021-11-05 07:29:58', '<!-- wp:paragraph -->\n<p>Մոդդ Իվենց-ն արդեն Միացյալ նահանգներում է</p>\n<!-- /wp:paragraph -->', 'Մոդդ Իվենց-ն արդեն Միացյալ նահանգներում է', '', 'publish', 'closed', 'closed', '', '%d5%b4%d5%b8%d5%a4%d5%a4-%d5%ab%d5%be%d5%a5%d5%b6%d6%81-%d5%b6-%d5%a1%d6%80%d5%a4%d5%a5%d5%b6-%d5%b4%d5%ab%d5%a1%d6%81%d5%b5%d5%a1%d5%ac-%d5%b6%d5%a1%d5%b0%d5%a1%d5%b6%d5%a3%d5%b6%d5%a5%d6%80%d5%b8', '', '', '2021-11-05 08:30:01', '2021-11-05 07:30:01', '', 0, 'http://localhost/modd-events.com/?p=277', 0, 'post', '', 0),
(278, 1, '2021-11-05 08:28:36', '2021-11-05 07:28:36', '', 'Brouillon créé le 5 November 2021 à 7h28', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2021-11-05 08:28:36', '2021-11-05 07:28:36', '', 277, 'http://localhost/modd-events.com/?p=278', 0, 'revision', '', 0),
(279, 1, '2021-11-05 08:29:47', '2021-11-05 07:29:47', '', 'Los-Angeles-Grand-Opening-6', '????????????????????????????????????', 'inherit', 'open', 'closed', '', 'los-angeles-grand-opening-6', '', '', '2021-11-05 08:29:47', '2021-11-05 07:29:47', '', 277, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(280, 1, '2021-11-05 08:29:58', '2021-11-05 07:29:58', '<!-- wp:paragraph -->\n<p>Մոդդ Իվենց-ն արդեն Միացյալ նահանգներում է</p>\n<!-- /wp:paragraph -->', 'Մոդդ Իվենց-ն արդեն Միացյալ նահանգներում է', '', 'inherit', 'closed', 'closed', '', '277-revision-v1', '', '', '2021-11-05 08:29:58', '2021-11-05 07:29:58', '', 277, 'http://localhost/modd-events.com/?p=280', 0, 'revision', '', 0),
(281, 1, '2021-11-05 08:38:48', '2021-11-05 07:38:48', '<!-- wp:paragraph -->\n<p>Inauguration de la nouvelle manufacture de Cigaronne</p>\n<!-- /wp:paragraph -->', 'Inauguration de la nouvelle manufacture de Cigaronne', '', 'publish', 'closed', 'closed', '', 'inauguration-de-la-nouvelle-manufacture-de-cigaronne', '', '', '2021-11-05 08:38:50', '2021-11-05 07:38:50', '', 0, 'http://localhost/modd-events.com/?p=281', 0, 'post', '', 0),
(282, 1, '2021-11-05 08:37:47', '2021-11-05 07:37:47', '', 'Brouillon créé le 5 November 2021 à 7h37', '', 'inherit', 'closed', 'closed', '', '281-revision-v1', '', '', '2021-11-05 08:37:47', '2021-11-05 07:37:47', '', 281, 'http://localhost/modd-events.com/?p=282', 0, 'revision', '', 0),
(283, 1, '2021-11-05 08:38:40', '2021-11-05 07:38:40', '', 'Cigaronne-6', '', 'inherit', 'open', 'closed', '', 'cigaronne-6', '', '', '2021-11-05 08:38:40', '2021-11-05 07:38:40', '', 281, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2021-11-05 08:38:48', '2021-11-05 07:38:48', '<!-- wp:paragraph -->\n<p>Inauguration de la nouvelle manufacture de Cigaronne</p>\n<!-- /wp:paragraph -->', 'Inauguration de la nouvelle manufacture de Cigaronne', '', 'inherit', 'closed', 'closed', '', '281-revision-v1', '', '', '2021-11-05 08:38:48', '2021-11-05 07:38:48', '', 281, 'http://localhost/modd-events.com/?p=284', 0, 'revision', '', 0),
(285, 1, '2021-11-05 08:42:45', '2021-11-05 07:42:45', '<!-- wp:paragraph -->\n<p>Cérémonie d\'inauguration de la zone sanitaire de Tsaravaghbyur du CJSC \"Erevan Djur\"</p>\n<!-- /wp:paragraph -->', 'Cérémonie d\'inauguration de la zone sanitaire de Tsaravaghbyur du CJSC \"Erevan Djur\"', '', 'publish', 'closed', 'closed', '', 'ceremonie-dinauguration-de-la-zone-sanitaire-de-tsaravaghbyur-du-cjsc-erevan-djur', '', '', '2021-11-05 08:42:48', '2021-11-05 07:42:48', '', 0, 'http://localhost/modd-events.com/?p=285', 0, 'post', '', 0),
(286, 1, '2021-11-05 08:42:15', '2021-11-05 07:42:15', '', 'Brouillon créé le 5 November 2021 à 7h42', '', 'inherit', 'closed', 'closed', '', '285-revision-v1', '', '', '2021-11-05 08:42:15', '2021-11-05 07:42:15', '', 285, 'http://localhost/modd-events.com/?p=286', 0, 'revision', '', 0),
(287, 1, '2021-11-05 08:42:43', '2021-11-05 07:42:43', '', 'Yerevan-Jur-2', '', 'inherit', 'open', 'closed', '', 'yerevan-jur-2', '', '', '2021-11-05 08:42:43', '2021-11-05 07:42:43', '', 285, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 1, '2021-11-05 08:42:45', '2021-11-05 07:42:45', '<!-- wp:paragraph -->\n<p>Cérémonie d\'inauguration de la zone sanitaire de Tsaravaghbyur du CJSC \"Erevan Djur\"</p>\n<!-- /wp:paragraph -->', 'Cérémonie d\'inauguration de la zone sanitaire de Tsaravaghbyur du CJSC \"Erevan Djur\"', '', 'inherit', 'closed', 'closed', '', '285-revision-v1', '', '', '2021-11-05 08:42:45', '2021-11-05 07:42:45', '', 285, 'http://localhost/modd-events.com/?p=288', 0, 'revision', '', 0),
(289, 1, '2021-11-05 08:45:32', '2021-11-05 07:45:32', '<!-- wp:paragraph -->\n<p>Zigzag a déjà 20 ans</p>\n<!-- /wp:paragraph -->', 'Zigzag a déjà 20 ans', '', 'publish', 'closed', 'closed', '', 'zigzag-a-deja-20-ans', '', '', '2021-11-05 08:45:34', '2021-11-05 07:45:34', '', 0, 'http://localhost/modd-events.com/?p=289', 0, 'post', '', 0),
(290, 1, '2021-11-05 08:44:39', '2021-11-05 07:44:39', '', 'Brouillon créé le 5 November 2021 à 7h44', '', 'inherit', 'closed', 'closed', '', '289-revision-v1', '', '', '2021-11-05 08:44:39', '2021-11-05 07:44:39', '', 289, 'http://localhost/modd-events.com/?p=290', 0, 'revision', '', 0),
(291, 1, '2021-11-05 08:45:25', '2021-11-05 07:45:25', '', 'Zigzag-20-112', '', 'inherit', 'open', 'closed', '', 'zigzag-20-112', '', '', '2021-11-05 08:45:25', '2021-11-05 07:45:25', '', 289, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg', 0, 'attachment', 'image/jpeg', 0),
(292, 1, '2021-11-05 08:45:32', '2021-11-05 07:45:32', '<!-- wp:paragraph -->\n<p>Zigzag a déjà 20 ans</p>\n<!-- /wp:paragraph -->', 'Zigzag a déjà 20 ans', '', 'inherit', 'closed', 'closed', '', '289-revision-v1', '', '', '2021-11-05 08:45:32', '2021-11-05 07:45:32', '', 289, 'http://localhost/modd-events.com/?p=292', 0, 'revision', '', 0),
(293, 1, '2021-11-05 09:01:57', '2021-11-05 08:01:57', '<!-- wp:paragraph -->\n<p>Սուրբ Հրեշտակապետաց եկեղեցու օծման արարողություն</p>\n<!-- /wp:paragraph -->', 'Սուրբ Հրեշտակապետաց եկեղեցու օծման արարողություն', '', 'publish', 'closed', 'closed', '', '%d5%bd%d5%b8%d6%82%d6%80%d5%a2-%d5%b0%d6%80%d5%a5%d5%b7%d5%bf%d5%a1%d5%af%d5%a1%d5%ba%d5%a5%d5%bf%d5%a1%d6%81-%d5%a5%d5%af%d5%a5%d5%b2%d5%a5%d6%81%d5%b8%d6%82-%d6%85%d5%ae%d5%b4%d5%a1%d5%b6-%d5%a1', '', '', '2021-11-05 09:02:07', '2021-11-05 08:02:07', '', 0, 'http://localhost/modd-events.com/?p=293', 0, 'post', '', 0),
(294, 1, '2021-11-05 09:01:36', '2021-11-05 08:01:36', '', 'Brouillon créé le 5 November 2021 à 8h01', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2021-11-05 09:01:36', '2021-11-05 08:01:36', '', 293, 'http://localhost/modd-events.com/?p=294', 0, 'revision', '', 0),
(295, 1, '2021-11-05 09:01:57', '2021-11-05 08:01:57', '<!-- wp:paragraph -->\n<p>Սուրբ Հրեշտակապետաց եկեղեցու օծման արարողություն</p>\n<!-- /wp:paragraph -->', 'Սուրբ Հրեշտակապետաց եկեղեցու օծման արարողություն', '', 'inherit', 'closed', 'closed', '', '293-revision-v1', '', '', '2021-11-05 09:01:57', '2021-11-05 08:01:57', '', 293, 'http://localhost/modd-events.com/?p=295', 0, 'revision', '', 0),
(296, 1, '2021-11-05 09:03:42', '2021-11-05 08:03:42', '<!-- wp:paragraph -->\n<p>Soirée commémorative de Gishyan</p>\n<!-- /wp:paragraph -->', 'Soirée commémorative de Gishyan', '', 'publish', 'closed', 'closed', '', 'soiree-commemorative-de-gishyan', '', '', '2021-11-05 09:03:45', '2021-11-05 08:03:45', '', 0, 'http://localhost/modd-events.com/?p=296', 0, 'post', '', 0),
(297, 1, '2021-11-05 09:02:48', '2021-11-05 08:02:48', '', 'Brouillon créé le 5 November 2021 à 8h02', '', 'inherit', 'closed', 'closed', '', '296-revision-v1', '', '', '2021-11-05 09:02:48', '2021-11-05 08:02:48', '', 296, 'http://localhost/modd-events.com/?p=297', 0, 'revision', '', 0),
(298, 1, '2021-11-05 09:03:37', '2021-11-05 08:03:37', '', 'Memorial-Evening-16', '????????????????????????????????????', 'inherit', 'open', 'closed', '', 'memorial-evening-16', '', '', '2021-11-05 09:03:37', '2021-11-05 08:03:37', '', 296, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg', 0, 'attachment', 'image/jpeg', 0),
(299, 1, '2021-11-05 09:03:42', '2021-11-05 08:03:42', '<!-- wp:paragraph -->\n<p>Soirée commémorative de Gishyan</p>\n<!-- /wp:paragraph -->', 'Soirée commémorative de Gishyan', '', 'inherit', 'closed', 'closed', '', '296-revision-v1', '', '', '2021-11-05 09:03:42', '2021-11-05 08:03:42', '', 296, 'http://localhost/modd-events.com/?p=299', 0, 'revision', '', 0),
(300, 1, '2021-11-05 09:15:35', '2021-11-05 08:15:35', '<!-- wp:paragraph -->\n<p>Événement public dédié au 100e anniversaire du génocide arménien/Cérémonie d\'onction de la pierre de croix de Masis</p>\n<!-- /wp:paragraph -->', 'Événement public dédié au 100e anniversaire du génocide arménien/Cérémonie d\'onction de la pierre de croix de Masis', '', 'publish', 'closed', 'closed', '', 'evenement-public-dedie-au-100e-anniversaire-du-genocide-armenien-ceremonie-donction-de-la-pierre-de-croix-de-masis', '', '', '2021-11-05 09:15:38', '2021-11-05 08:15:38', '', 0, 'http://localhost/modd-events.com/?p=300', 0, 'post', '', 0),
(301, 1, '2021-11-05 09:11:02', '2021-11-05 08:11:02', '', 'image-2', '', 'inherit', 'open', 'closed', '', 'image-2', '', '', '2021-11-05 09:11:02', '2021-11-05 08:11:02', '', 300, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-2.png', 0, 'attachment', 'image/png', 0),
(302, 1, '2021-11-05 09:11:29', '2021-11-05 08:11:29', '', 'Brouillon créé le 5 November 2021 à 8h11', '', 'inherit', 'closed', 'closed', '', '300-revision-v1', '', '', '2021-11-05 09:11:29', '2021-11-05 08:11:29', '', 300, 'http://localhost/modd-events.com/?p=302', 0, 'revision', '', 0),
(303, 1, '2021-11-05 09:12:16', '2021-11-05 08:12:16', '', 'Public-Event-in-Masis-Armenian-Genocide-1', '????????????????????????????????????', 'inherit', 'open', 'closed', '', 'public-event-in-masis-armenian-genocide-1', '', '', '2021-11-05 09:12:16', '2021-11-05 08:12:16', '', 300, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(304, 1, '2021-11-05 09:15:35', '2021-11-05 08:15:35', '<!-- wp:paragraph -->\n<p>Événement public dédié au 100e anniversaire du génocide arménien/Cérémonie d\'onction de la pierre de croix de Masis</p>\n<!-- /wp:paragraph -->', 'Événement public dédié au 100e anniversaire du génocide arménien/Cérémonie d\'onction de la pierre de croix de Masis', '', 'inherit', 'closed', 'closed', '', '300-revision-v1', '', '', '2021-11-05 09:15:35', '2021-11-05 08:15:35', '', 300, 'http://localhost/modd-events.com/?p=304', 0, 'revision', '', 0),
(305, 1, '2021-11-05 09:20:29', '2021-11-05 08:20:29', '<!-- wp:paragraph -->\n<p>Fête d\'entreprise de l\'aéroport de Zvartnots et de la banque Converse</p>\n<!-- /wp:paragraph -->', 'Fête d\'entreprise de l\'aéroport de Zvartnots et de la banque Converse', '', 'publish', 'closed', 'closed', '', 'fete-dentreprise-de-laeroport-de-zvartnots-et-de-la-banque-converse', '', '', '2021-11-05 09:20:31', '2021-11-05 08:20:31', '', 0, 'http://localhost/modd-events.com/?p=305', 0, 'post', '', 0),
(306, 1, '2021-11-05 09:19:19', '2021-11-05 08:19:19', '', 'Brouillon créé le 5 November 2021 à 8h19', '', 'inherit', 'closed', 'closed', '', '305-revision-v1', '', '', '2021-11-05 09:19:19', '2021-11-05 08:19:19', '', 305, 'http://localhost/modd-events.com/?p=306', 0, 'revision', '', 0),
(307, 1, '2021-11-05 09:20:19', '2021-11-05 08:20:19', '', 'a-19', '', 'inherit', 'open', 'closed', '', 'a-19', '', '', '2021-11-05 09:20:19', '2021-11-05 08:20:19', '', 305, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/a-19.jpg', 0, 'attachment', 'image/jpeg', 0),
(308, 1, '2021-11-05 09:20:29', '2021-11-05 08:20:29', '<!-- wp:paragraph -->\n<p>Fête d\'entreprise de l\'aéroport de Zvartnots et de la banque Converse</p>\n<!-- /wp:paragraph -->', 'Fête d\'entreprise de l\'aéroport de Zvartnots et de la banque Converse', '', 'inherit', 'closed', 'closed', '', '305-revision-v1', '', '', '2021-11-05 09:20:29', '2021-11-05 08:20:29', '', 305, 'http://localhost/modd-events.com/?p=308', 0, 'revision', '', 0),
(309, 1, '2021-11-05 09:25:00', '2021-11-05 08:25:00', '<!-- wp:paragraph -->\n<p>Fête d\'entreprise de l\'aéroport de Zvartnots et de la banque Converse</p>\n<!-- /wp:paragraph -->', 'Fête d\'entreprise de l\'aéroport de Zvartnots et de la banque Converse', '', 'inherit', 'closed', 'closed', '', '305-autosave-v1', '', '', '2021-11-05 09:25:00', '2021-11-05 08:25:00', '', 305, 'http://localhost/modd-events.com/?p=309', 0, 'revision', '', 0),
(310, 1, '2021-11-05 09:26:44', '2021-11-05 08:26:44', '<!-- wp:paragraph -->\n<p>Incentive Tour avec les invités de la Yerevan Brandy Company</p>\n<!-- /wp:paragraph -->', 'Incentive Tour avec les invités de la Yerevan Brandy Company', '', 'publish', 'closed', 'closed', '', 'incentive-tour-avec-les-invites-de-la-yerevan-brandy-company', '', '', '2021-11-05 09:26:47', '2021-11-05 08:26:47', '', 0, 'http://localhost/modd-events.com/?p=310', 0, 'post', '', 0),
(311, 1, '2021-11-05 09:25:23', '2021-11-05 08:25:23', '', 'Brouillon créé le 5 November 2021 à 8h25', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2021-11-05 09:25:23', '2021-11-05 08:25:23', '', 310, 'http://localhost/modd-events.com/?p=311', 0, 'revision', '', 0),
(312, 1, '2021-11-05 09:26:40', '2021-11-05 08:26:40', '', 'Incentive-Tour-59', '', 'inherit', 'open', 'closed', '', 'incentive-tour-59', '', '', '2021-11-05 09:26:40', '2021-11-05 08:26:40', '', 310, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg', 0, 'attachment', 'image/jpeg', 0),
(313, 1, '2021-11-05 09:26:44', '2021-11-05 08:26:44', '<!-- wp:paragraph -->\n<p>Incentive Tour avec les invités de la Yerevan Brandy Company</p>\n<!-- /wp:paragraph -->', 'Incentive Tour avec les invités de la Yerevan Brandy Company', '', 'inherit', 'closed', 'closed', '', '310-revision-v1', '', '', '2021-11-05 09:26:44', '2021-11-05 08:26:44', '', 310, 'http://localhost/modd-events.com/?p=313', 0, 'revision', '', 0),
(314, 1, '2021-11-05 09:37:06', '2021-11-05 08:37:06', '<!-- wp:paragraph -->\n<p>Cérémonie d\'ouverture de l\'UWC Dilijan</p>\n<!-- /wp:paragraph -->', 'Cérémonie d\'ouverture de l\'UWC Dilijan', '', 'publish', 'closed', 'closed', '', 'ceremonie-douverture-de-luwc-dilijan', '', '', '2021-11-05 09:37:09', '2021-11-05 08:37:09', '', 0, 'http://localhost/modd-events.com/?p=314', 0, 'post', '', 0),
(315, 1, '2021-11-05 09:35:38', '2021-11-05 08:35:38', '', 'Brouillon créé le 5 November 2021 à 8h35', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2021-11-05 09:35:38', '2021-11-05 08:35:38', '', 314, 'http://localhost/modd-events.com/?p=315', 0, 'revision', '', 0),
(316, 1, '2021-11-05 09:36:46', '2021-11-05 08:36:46', '', 'DAV379241', '', 'inherit', 'open', 'closed', '', 'dav379241', '', '', '2021-11-05 09:36:46', '2021-11-05 08:36:46', '', 314, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DAV379241.jpg', 0, 'attachment', 'image/jpeg', 0),
(317, 1, '2021-11-05 09:37:06', '2021-11-05 08:37:06', '<!-- wp:paragraph -->\n<p>Cérémonie d\'ouverture de l\'UWC Dilijan</p>\n<!-- /wp:paragraph -->', 'Cérémonie d\'ouverture de l\'UWC Dilijan', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2021-11-05 09:37:06', '2021-11-05 08:37:06', '', 314, 'http://localhost/modd-events.com/?p=317', 0, 'revision', '', 0),
(318, 1, '2021-11-05 09:50:43', '2021-11-05 08:50:43', '<!-- wp:paragraph -->\n<p>Journée verte écologique de ZIGZAG&amp;BOSCH et de la municipalité d\'Erevan</p>\n<!-- /wp:paragraph -->', 'Journée verte écologique de ZIGZAG&BOSCH et de la municipalité d\'Erevan', '', 'publish', 'closed', 'closed', '', 'journee-verte-ecologique-de-zigzagbosch-et-de-la-municipalite-derevan', '', '', '2021-11-05 09:50:46', '2021-11-05 08:50:46', '', 0, 'http://localhost/modd-events.com/?p=318', 0, 'post', '', 0),
(319, 1, '2021-11-05 09:49:39', '2021-11-05 08:49:39', '', 'image-3', '', 'inherit', 'open', 'closed', '', 'image-3', '', '', '2021-11-05 09:49:39', '2021-11-05 08:49:39', '', 318, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-3.png', 0, 'attachment', 'image/png', 0),
(320, 1, '2021-11-05 09:50:00', '2021-11-05 08:50:00', '', 'Brouillon créé le 5 November 2021 à 8h49', '', 'inherit', 'closed', 'closed', '', '318-revision-v1', '', '', '2021-11-05 09:50:00', '2021-11-05 08:50:00', '', 318, 'http://localhost/modd-events.com/?p=320', 0, 'revision', '', 0),
(321, 1, '2021-11-05 09:50:37', '2021-11-05 08:50:37', '', 'ZigzagBosch-1', '', 'inherit', 'open', 'closed', '', 'zigzagbosch-1', '', '', '2021-11-05 09:50:37', '2021-11-05 08:50:37', '', 318, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(322, 1, '2021-11-05 09:50:43', '2021-11-05 08:50:43', '<!-- wp:paragraph -->\n<p>Journée verte écologique de ZIGZAG&amp;BOSCH et de la municipalité d\'Erevan</p>\n<!-- /wp:paragraph -->', 'Journée verte écologique de ZIGZAG&BOSCH et de la municipalité d\'Erevan', '', 'inherit', 'closed', 'closed', '', '318-revision-v1', '', '', '2021-11-05 09:50:43', '2021-11-05 08:50:43', '', 318, 'http://localhost/modd-events.com/?p=322', 0, 'revision', '', 0),
(323, 1, '2021-11-05 09:57:45', '2021-11-05 08:57:45', '<!-- wp:paragraph -->\n<p>1er septembre avec Acba-Crédit Agricole Bank</p>\n<!-- /wp:paragraph -->', '1er septembre avec Acba-Crédit Agricole Bank', '', 'publish', 'closed', 'closed', '', '1er-septembre-avec-acba-credit-agricole-bank-2', '', '', '2021-11-05 09:57:47', '2021-11-05 08:57:47', '', 0, 'http://localhost/modd-events.com/?p=323', 0, 'post', '', 0),
(324, 1, '2021-11-05 09:56:49', '2021-11-05 08:56:49', '', 'Brouillon créé le 5 November 2021 à 8h56', '', 'inherit', 'closed', 'closed', '', '323-revision-v1', '', '', '2021-11-05 09:56:49', '2021-11-05 08:56:49', '', 323, 'http://localhost/modd-events.com/?p=324', 0, 'revision', '', 0),
(325, 1, '2021-11-05 09:57:33', '2021-11-05 08:57:33', '', 'phoca_thumb_l_aaa1', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_aaa1', '', '', '2021-11-05 09:57:33', '2021-11-05 08:57:33', '', 323, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg', 0, 'attachment', 'image/jpeg', 0),
(326, 1, '2021-11-05 09:57:45', '2021-11-05 08:57:45', '<!-- wp:paragraph -->\n<p>1er septembre avec Acba-Crédit Agricole Bank</p>\n<!-- /wp:paragraph -->', '1er septembre avec Acba-Crédit Agricole Bank', '', 'inherit', 'closed', 'closed', '', '323-revision-v1', '', '', '2021-11-05 09:57:45', '2021-11-05 08:57:45', '', 323, 'http://localhost/modd-events.com/?p=326', 0, 'revision', '', 0),
(327, 1, '2021-11-05 10:09:16', '2021-11-05 09:09:16', '<!-- wp:paragraph -->\n<p>ÉVÉNEMENT D\'ENTREPRISE ZIGZAG 18ème ANNIVERSAIRE ORGANISÉ par MODD EVENTS</p>\n<!-- /wp:paragraph -->', 'ÉVÉNEMENT D\'ENTREPRISE ZIGZAG 18ème ANNIVERSAIRE ORGANISÉ par MODD EVENTS', '', 'publish', 'closed', 'closed', '', 'evenement-dentreprise-zigzag-18eme-anniversaire-organise-par-modd-events', '', '', '2021-11-05 10:09:18', '2021-11-05 09:09:18', '', 0, 'http://localhost/modd-events.com/?p=327', 0, 'post', '', 0),
(328, 1, '2021-11-05 09:59:54', '2021-11-05 08:59:54', '', 'Brouillon créé le 5 November 2021 à 8h59', '', 'inherit', 'closed', 'closed', '', '327-revision-v1', '', '', '2021-11-05 09:59:54', '2021-11-05 08:59:54', '', 327, 'http://localhost/modd-events.com/?p=328', 0, 'revision', '', 0),
(329, 1, '2021-11-05 10:03:43', '2021-11-05 09:03:43', '', 'Zigzag-18th-Birthday-43', '', 'inherit', 'open', 'closed', '', 'zigzag-18th-birthday-43', '', '', '2021-11-05 10:03:43', '2021-11-05 09:03:43', '', 327, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg', 0, 'attachment', 'image/jpeg', 0),
(330, 1, '2021-11-05 10:09:16', '2021-11-05 09:09:16', '<!-- wp:paragraph -->\n<p>ÉVÉNEMENT D\'ENTREPRISE ZIGZAG 18ème ANNIVERSAIRE ORGANISÉ par MODD EVENTS</p>\n<!-- /wp:paragraph -->', 'ÉVÉNEMENT D\'ENTREPRISE ZIGZAG 18ème ANNIVERSAIRE ORGANISÉ par MODD EVENTS', '', 'inherit', 'closed', 'closed', '', '327-revision-v1', '', '', '2021-11-05 10:09:16', '2021-11-05 09:09:16', '', 327, 'http://localhost/modd-events.com/?p=330', 0, 'revision', '', 0),
(331, 1, '2021-11-05 10:19:58', '2021-11-05 09:19:58', '<!-- wp:paragraph -->\n<p>Navasard Celebration par Modd Events</p>\n<!-- /wp:paragraph -->', 'Navasard Celebration par Modd Events', '', 'publish', 'closed', 'closed', '', 'navasard-celebration-par-modd-events', '', '', '2021-11-05 10:20:01', '2021-11-05 09:20:01', '', 0, 'http://localhost/modd-events.com/?p=331', 0, 'post', '', 0),
(332, 1, '2021-11-05 10:19:02', '2021-11-05 09:19:02', '', 'Brouillon créé le 5 November 2021 à 9h19', '', 'inherit', 'closed', 'closed', '', '331-revision-v1', '', '', '2021-11-05 10:19:02', '2021-11-05 09:19:02', '', 331, 'http://localhost/modd-events.com/?p=332', 0, 'revision', '', 0),
(333, 1, '2021-11-05 10:19:53', '2021-11-05 09:19:53', '', 'phoca_thumb_l_ap', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_ap', '', '', '2021-11-05 10:19:53', '2021-11-05 09:19:53', '', 331, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg', 0, 'attachment', 'image/jpeg', 0),
(334, 1, '2021-11-05 10:19:58', '2021-11-05 09:19:58', '<!-- wp:paragraph -->\n<p>Navasard Celebration par Modd Events</p>\n<!-- /wp:paragraph -->', 'Navasard Celebration par Modd Events', '', 'inherit', 'closed', 'closed', '', '331-revision-v1', '', '', '2021-11-05 10:19:58', '2021-11-05 09:19:58', '', 331, 'http://localhost/modd-events.com/?p=334', 0, 'revision', '', 0),
(335, 1, '2021-11-05 10:33:45', '2021-11-05 09:33:45', '<!-- wp:paragraph -->\n<p>Festival Tolma 2014 soutenu par Modd Events</p>\n<!-- /wp:paragraph -->', 'Festival Tolma 2014 soutenu par Modd Events', '', 'publish', 'closed', 'closed', '', 'festival-tolma-2014-soutenu-par-modd-events', '', '', '2021-11-05 10:33:47', '2021-11-05 09:33:47', '', 0, 'http://localhost/modd-events.com/?p=335', 0, 'post', '', 0),
(336, 1, '2021-11-05 10:32:37', '2021-11-05 09:32:37', '', 'Brouillon créé le 5 November 2021 à 9h32', '', 'inherit', 'closed', 'closed', '', '335-revision-v1', '', '', '2021-11-05 10:32:37', '2021-11-05 09:32:37', '', 335, 'http://localhost/modd-events.com/?p=336', 0, 'revision', '', 0),
(337, 1, '2021-11-05 10:33:41', '2021-11-05 09:33:41', '', 'Tolma-Festival-56', '', 'inherit', 'open', 'closed', '', 'tolma-festival-56', '', '', '2021-11-05 10:33:41', '2021-11-05 09:33:41', '', 335, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg', 0, 'attachment', 'image/jpeg', 0),
(338, 1, '2021-11-05 10:33:45', '2021-11-05 09:33:45', '<!-- wp:paragraph -->\n<p>Festival Tolma 2014 soutenu par Modd Events</p>\n<!-- /wp:paragraph -->', 'Festival Tolma 2014 soutenu par Modd Events', '', 'inherit', 'closed', 'closed', '', '335-revision-v1', '', '', '2021-11-05 10:33:45', '2021-11-05 09:33:45', '', 335, 'http://localhost/modd-events.com/?p=338', 0, 'revision', '', 0),
(339, 1, '2021-11-05 10:39:40', '2021-11-05 09:39:40', '<!-- wp:paragraph -->\n<p>Concert de \"7/8 Band\" à Moscou</p>\n<!-- /wp:paragraph -->', 'Concert de \"7/8 Band\" à Moscou', '', 'publish', 'closed', 'closed', '', 'concert-de-7-8-band-a-moscou', '', '', '2021-11-05 10:39:43', '2021-11-05 09:39:43', '', 0, 'http://localhost/modd-events.com/?p=339', 0, 'post', '', 0),
(340, 1, '2021-11-05 10:38:41', '2021-11-05 09:38:41', '', 'Brouillon créé le 5 November 2021 à 9h38', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2021-11-05 10:38:41', '2021-11-05 09:38:41', '', 339, 'http://localhost/modd-events.com/?p=340', 0, 'revision', '', 0),
(341, 1, '2021-11-05 10:39:34', '2021-11-05 09:39:34', '', 'phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1', '', '', '2021-11-05 10:39:34', '2021-11-05 09:39:34', '', 339, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg', 0, 'attachment', 'image/jpeg', 0),
(342, 1, '2021-11-05 10:39:40', '2021-11-05 09:39:40', '<!-- wp:paragraph -->\n<p>Concert de \"7/8 Band\" à Moscou</p>\n<!-- /wp:paragraph -->', 'Concert de \"7/8 Band\" à Moscou', '', 'inherit', 'closed', 'closed', '', '339-revision-v1', '', '', '2021-11-05 10:39:40', '2021-11-05 09:39:40', '', 339, 'http://localhost/modd-events.com/?p=342', 0, 'revision', '', 0),
(343, 1, '2021-11-05 12:16:13', '2021-11-05 11:16:13', '<!-- wp:paragraph -->\n<p>Projection de films JTI</p>\n<!-- /wp:paragraph -->', 'Projection de films JTI', '', 'publish', 'closed', 'closed', '', 'projection-de-films-jti', '', '', '2021-11-05 12:16:35', '2021-11-05 11:16:35', '', 0, 'http://localhost/modd-events.com/?p=343', 0, 'post', '', 0),
(344, 1, '2021-11-05 12:14:41', '2021-11-05 11:14:41', '', 'image-4', '', 'inherit', 'open', 'closed', '', 'image-4', '', '', '2021-11-05 12:14:41', '2021-11-05 11:14:41', '', 343, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-4.png', 0, 'attachment', 'image/png', 0),
(345, 1, '2021-11-05 12:15:08', '2021-11-05 11:15:08', '', 'Brouillon créé le 5 November 2021 à 11h15', '', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2021-11-05 12:15:08', '2021-11-05 11:15:08', '', 343, 'http://localhost/modd-events.com/?p=345', 0, 'revision', '', 0),
(346, 1, '2021-11-05 12:16:05', '2021-11-05 11:16:05', '', 'phoca_thumb_l__av32244', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l__av32244', '', '', '2021-11-05 12:16:05', '2021-11-05 11:16:05', '', 343, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg', 0, 'attachment', 'image/jpeg', 0),
(347, 1, '2021-11-05 12:16:13', '2021-11-05 11:16:13', '', 'Projection de films JTI', '', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2021-11-05 12:16:13', '2021-11-05 11:16:13', '', 343, 'http://localhost/modd-events.com/?p=347', 0, 'revision', '', 0),
(348, 1, '2021-11-05 12:16:33', '2021-11-05 11:16:33', '<!-- wp:paragraph -->\n<p>Projection de films JTI</p>\n<!-- /wp:paragraph -->', 'Projection de films JTI', '', 'inherit', 'closed', 'closed', '', '343-revision-v1', '', '', '2021-11-05 12:16:33', '2021-11-05 11:16:33', '', 343, 'http://localhost/modd-events.com/?p=348', 0, 'revision', '', 0),
(349, 1, '2021-11-05 12:21:01', '2021-11-05 11:21:01', '<!-- wp:paragraph -->\n<p>Prix ​​du film GOLDEN TOBACCO LEAF</p>\n<!-- /wp:paragraph -->', 'Prix ​​du film GOLDEN TOBACCO LEAF', '', 'publish', 'closed', 'closed', '', 'prix-%e2%80%8b%e2%80%8bdu-film-golden-tobacco-leaf', '', '', '2021-11-05 12:21:04', '2021-11-05 11:21:04', '', 0, 'http://localhost/modd-events.com/?p=349', 0, 'post', '', 0),
(350, 1, '2021-11-05 12:19:59', '2021-11-05 11:19:59', '', 'Brouillon créé le 5 November 2021 à 11h19', '', 'inherit', 'closed', 'closed', '', '349-revision-v1', '', '', '2021-11-05 12:19:59', '2021-11-05 11:19:59', '', 349, 'http://localhost/modd-events.com/?p=350', 0, 'revision', '', 0),
(351, 1, '2021-11-05 12:20:54', '2021-11-05 11:20:54', '', 'phoca_thumb_l_12', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_12', '', '', '2021-11-05 12:20:54', '2021-11-05 11:20:54', '', 349, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(352, 1, '2021-11-05 12:21:01', '2021-11-05 11:21:01', '<!-- wp:paragraph -->\n<p>Prix ​​du film GOLDEN TOBACCO LEAF</p>\n<!-- /wp:paragraph -->', 'Prix ​​du film GOLDEN TOBACCO LEAF', '', 'inherit', 'closed', 'closed', '', '349-revision-v1', '', '', '2021-11-05 12:21:01', '2021-11-05 11:21:01', '', 349, 'http://localhost/modd-events.com/?p=352', 0, 'revision', '', 0),
(353, 1, '2021-11-05 12:27:34', '2021-11-05 11:27:34', '<!-- wp:paragraph -->\n<p>20e anniversaire de la société russe ArCo</p>\n<!-- /wp:paragraph -->', '20e anniversaire de la société russe ArCo', '', 'publish', 'closed', 'closed', '', '20e-anniversaire-de-la-societe-russe-arco', '', '', '2021-11-05 12:27:36', '2021-11-05 11:27:36', '', 0, 'http://localhost/modd-events.com/?p=353', 0, 'post', '', 0),
(354, 1, '2021-11-05 12:24:34', '2021-11-05 11:24:34', '', 'image-5', '', 'inherit', 'open', 'closed', '', 'image-5', '', '', '2021-11-05 12:24:34', '2021-11-05 11:24:34', '', 353, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-5.png', 0, 'attachment', 'image/png', 0),
(355, 1, '2021-11-05 12:25:01', '2021-11-05 11:25:01', '', 'Brouillon créé le 5 November 2021 à 11h25', '', 'inherit', 'closed', 'closed', '', '353-revision-v1', '', '', '2021-11-05 12:25:01', '2021-11-05 11:25:01', '', 353, 'http://localhost/modd-events.com/?p=355', 0, 'revision', '', 0),
(356, 1, '2021-11-05 12:25:58', '2021-11-05 11:25:58', '', 'ArCo-20th-Birthday-4', '', 'inherit', 'open', 'closed', '', 'arco-20th-birthday-4', '', '', '2021-11-05 12:25:58', '2021-11-05 11:25:58', '', 353, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(357, 1, '2021-11-05 12:27:34', '2021-11-05 11:27:34', '<!-- wp:paragraph -->\n<p>20e anniversaire de la société russe ArCo</p>\n<!-- /wp:paragraph -->', '20e anniversaire de la société russe ArCo', '', 'inherit', 'closed', 'closed', '', '353-revision-v1', '', '', '2021-11-05 12:27:34', '2021-11-05 11:27:34', '', 353, 'http://localhost/modd-events.com/?p=357', 0, 'revision', '', 0),
(358, 1, '2021-11-05 12:30:57', '2021-11-05 11:30:57', '<!-- wp:paragraph -->\n<p>Nuit de l\'art urbain</p>\n<!-- /wp:paragraph -->', 'Nuit de l\'art urbain', '', 'publish', 'closed', 'closed', '', 'nuit-de-lart-urbain', '', '', '2021-11-05 12:30:59', '2021-11-05 11:30:59', '', 0, 'http://localhost/modd-events.com/?p=358', 0, 'post', '', 0),
(359, 1, '2021-11-05 12:29:26', '2021-11-05 11:29:26', '', 'Brouillon créé le 5 November 2021 à 11h29', '', 'inherit', 'closed', 'closed', '', '358-revision-v1', '', '', '2021-11-05 12:29:26', '2021-11-05 11:29:26', '', 358, 'http://localhost/modd-events.com/?p=359', 0, 'revision', '', 0),
(360, 1, '2021-11-05 12:30:53', '2021-11-05 11:30:53', '', 'Urban-Art-18', '', 'inherit', 'open', 'closed', '', 'urban-art-18', '', '', '2021-11-05 12:30:53', '2021-11-05 11:30:53', '', 358, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg', 0, 'attachment', 'image/jpeg', 0),
(361, 1, '2021-11-05 12:30:57', '2021-11-05 11:30:57', '<!-- wp:paragraph -->\n<p>Nuit de l\'art urbain</p>\n<!-- /wp:paragraph -->', 'Nuit de l\'art urbain', '', 'inherit', 'closed', 'closed', '', '358-revision-v1', '', '', '2021-11-05 12:30:57', '2021-11-05 11:30:57', '', 358, 'http://localhost/modd-events.com/?p=361', 0, 'revision', '', 0),
(362, 1, '2021-11-05 12:42:16', '2021-11-05 11:42:16', '<!-- wp:paragraph -->\n<p>Counterpart International Armenia et USAID/Festival communautaire soutenus par Modd Events</p>\n<!-- /wp:paragraph -->', 'Counterpart International Armenia et USAID/Festival communautaire soutenus par Modd Events', '', 'publish', 'closed', 'closed', '', 'counterpart-international-armenia-et-usaid-festival-communautaire-soutenus-par-modd-events', '', '', '2021-11-05 12:42:19', '2021-11-05 11:42:19', '', 0, 'http://localhost/modd-events.com/?p=362', 0, 'post', '', 0),
(363, 1, '2021-11-05 12:41:05', '2021-11-05 11:41:05', '', 'Brouillon créé le 5 November 2021 à 11h41', '', 'inherit', 'closed', 'closed', '', '362-revision-v1', '', '', '2021-11-05 12:41:05', '2021-11-05 11:41:05', '', 362, 'http://localhost/modd-events.com/?p=363', 0, 'revision', '', 0),
(364, 1, '2021-11-05 12:41:49', '2021-11-05 11:41:49', '', 'Community-Festival-58', '', 'inherit', 'open', 'closed', '', 'community-festival-58', '', '', '2021-11-05 12:41:49', '2021-11-05 11:41:49', '', 362, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg', 0, 'attachment', 'image/jpeg', 0),
(365, 1, '2021-11-05 12:42:16', '2021-11-05 11:42:16', '<!-- wp:paragraph -->\n<p>Counterpart International Armenia et USAID/Festival communautaire soutenus par Modd Events</p>\n<!-- /wp:paragraph -->', 'Counterpart International Armenia et USAID/Festival communautaire soutenus par Modd Events', '', 'inherit', 'closed', 'closed', '', '362-revision-v1', '', '', '2021-11-05 12:42:16', '2021-11-05 11:42:16', '', 362, 'http://localhost/modd-events.com/?p=365', 0, 'revision', '', 0),
(366, 1, '2021-11-05 13:50:26', '2021-11-05 12:50:26', '<!-- wp:paragraph -->\n<p>Cérémonie d\'ouverture de Mentor Graphics</p>\n<!-- /wp:paragraph -->', 'Cérémonie d\'ouverture de Mentor Graphics', '', 'publish', 'closed', 'closed', '', 'ceremonie-douverture-de-mentor-graphics', '', '', '2021-11-05 13:50:29', '2021-11-05 12:50:29', '', 0, 'http://localhost/modd-events.com/?p=366', 0, 'post', '', 0),
(367, 1, '2021-11-05 13:48:52', '2021-11-05 12:48:52', '', 'image-6', '', 'inherit', 'open', 'closed', '', 'image-6', '', '', '2021-11-05 13:48:52', '2021-11-05 12:48:52', '', 366, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-6.png', 0, 'attachment', 'image/png', 0),
(368, 1, '2021-11-05 13:49:26', '2021-11-05 12:49:26', '', 'Brouillon créé le 5 November 2021 à 12h49', '', 'inherit', 'closed', 'closed', '', '366-revision-v1', '', '', '2021-11-05 13:49:26', '2021-11-05 12:49:26', '', 366, 'http://localhost/modd-events.com/?p=368', 0, 'revision', '', 0),
(369, 1, '2021-11-05 13:50:23', '2021-11-05 12:50:23', '', 'Mentor-Graphics-83', '', 'inherit', 'open', 'closed', '', 'mentor-graphics-83', '', '', '2021-11-05 13:50:23', '2021-11-05 12:50:23', '', 366, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2021-11-05 13:50:26', '2021-11-05 12:50:26', '<!-- wp:paragraph -->\n<p>Cérémonie d\'ouverture de Mentor Graphics</p>\n<!-- /wp:paragraph -->', 'Cérémonie d\'ouverture de Mentor Graphics', '', 'inherit', 'closed', 'closed', '', '366-revision-v1', '', '', '2021-11-05 13:50:26', '2021-11-05 12:50:26', '', 366, 'http://localhost/modd-events.com/?p=370', 0, 'revision', '', 0),
(371, 1, '2021-11-05 13:58:39', '2021-11-05 12:58:39', '<!-- wp:paragraph -->\n<p>Team Building JTI</p>\n<!-- /wp:paragraph -->', 'Team Building JTI', '', 'publish', 'closed', 'closed', '', 'team-building-jti', '', '', '2021-11-05 13:58:41', '2021-11-05 12:58:41', '', 0, 'http://localhost/modd-events.com/?p=371', 0, 'post', '', 0),
(372, 1, '2021-11-05 13:57:26', '2021-11-05 12:57:26', '', 'Brouillon créé le 5 November 2021 à 12h57', '', 'inherit', 'closed', 'closed', '', '371-revision-v1', '', '', '2021-11-05 13:57:26', '2021-11-05 12:57:26', '', 371, 'http://localhost/modd-events.com/?p=372', 0, 'revision', '', 0),
(373, 1, '2021-11-05 13:58:14', '2021-11-05 12:58:14', '', 'JTI-TeamBuilding-22', '', 'inherit', 'open', 'closed', '', 'jti-teambuilding-22', '', '', '2021-11-05 13:58:14', '2021-11-05 12:58:14', '', 371, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg', 0, 'attachment', 'image/jpeg', 0),
(374, 1, '2021-11-05 13:58:39', '2021-11-05 12:58:39', '<!-- wp:paragraph -->\n<p>Team Building JTI</p>\n<!-- /wp:paragraph -->', 'Team Building JTI', '', 'inherit', 'closed', 'closed', '', '371-revision-v1', '', '', '2021-11-05 13:58:39', '2021-11-05 12:58:39', '', 371, 'http://localhost/modd-events.com/?p=374', 0, 'revision', '', 0),
(375, 1, '2021-11-05 14:04:15', '2021-11-05 13:04:15', '<!-- wp:paragraph -->\n<p>DOCUVISTA Production cinématographique</p>\n<!-- /wp:paragraph -->', 'DOCUVISTA Production cinématographique', '', 'publish', 'closed', 'closed', '', 'docuvista-production-cinematographique', '', '', '2021-11-05 14:04:18', '2021-11-05 13:04:18', '', 0, 'http://localhost/modd-events.com/?p=375', 0, 'post', '', 0),
(376, 1, '2021-11-05 14:03:22', '2021-11-05 13:03:22', '', 'Brouillon créé le 5 November 2021 à 13h03', '', 'inherit', 'closed', 'closed', '', '375-revision-v1', '', '', '2021-11-05 14:03:22', '2021-11-05 13:03:22', '', 375, 'http://localhost/modd-events.com/?p=376', 0, 'revision', '', 0),
(377, 1, '2021-11-05 14:04:11', '2021-11-05 13:04:11', '', 'Docuvista-8', '', 'inherit', 'open', 'closed', '', 'docuvista-8', '', '', '2021-11-05 14:04:11', '2021-11-05 13:04:11', '', 375, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 1, '2021-11-05 14:04:15', '2021-11-05 13:04:15', '<!-- wp:paragraph -->\n<p>DOCUVISTA Production cinématographique</p>\n<!-- /wp:paragraph -->', 'DOCUVISTA Production cinématographique', '', 'inherit', 'closed', 'closed', '', '375-revision-v1', '', '', '2021-11-05 14:04:15', '2021-11-05 13:04:15', '', 375, 'http://localhost/modd-events.com/?p=378', 0, 'revision', '', 0),
(379, 1, '2021-11-05 14:08:46', '2021-11-05 13:08:46', '<!-- wp:paragraph -->\n<p>Ouverture du centre d\'excellence en oncologie en Arménie</p>\n<!-- /wp:paragraph -->', 'Ouverture du centre d\'excellence en oncologie en Arménie', '', 'publish', 'closed', 'closed', '', 'ouverture-du-centre-dexcellence-en-oncologie-en-armenie', '', '', '2021-11-05 14:08:48', '2021-11-05 13:08:48', '', 0, 'http://localhost/modd-events.com/?p=379', 0, 'post', '', 0),
(380, 1, '2021-11-05 14:07:50', '2021-11-05 13:07:50', '', 'Brouillon créé le 5 November 2021 à 13h07', '', 'inherit', 'closed', 'closed', '', '379-revision-v1', '', '', '2021-11-05 14:07:50', '2021-11-05 13:07:50', '', 379, 'http://localhost/modd-events.com/?p=380', 0, 'revision', '', 0),
(381, 1, '2021-11-05 14:08:41', '2021-11-05 13:08:41', '', '409055_515762558442182_183443676_n', '', 'inherit', 'open', 'closed', '', '409055_515762558442182_183443676_n', '', '', '2021-11-05 14:08:41', '2021-11-05 13:08:41', '', 379, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(382, 1, '2021-11-05 14:08:46', '2021-11-05 13:08:46', '<!-- wp:paragraph -->\n<p>Ouverture du centre d\'excellence en oncologie en Arménie</p>\n<!-- /wp:paragraph -->', 'Ouverture du centre d\'excellence en oncologie en Arménie', '', 'inherit', 'closed', 'closed', '', '379-revision-v1', '', '', '2021-11-05 14:08:46', '2021-11-05 13:08:46', '', 379, 'http://localhost/modd-events.com/?p=382', 0, 'revision', '', 0),
(383, 1, '2021-11-05 14:12:42', '2021-11-05 13:12:42', '<!-- wp:paragraph -->\n<p>Cérémonie de la fondation Meghri HPP</p>\n<!-- /wp:paragraph -->', 'Cérémonie de la fondation Meghri HPP', '', 'publish', 'closed', 'closed', '', 'ceremonie-de-la-fondation-meghri-hpp', '', '', '2021-11-05 14:12:44', '2021-11-05 13:12:44', '', 0, 'http://localhost/modd-events.com/?p=383', 0, 'post', '', 0),
(384, 1, '2021-11-05 14:11:46', '2021-11-05 13:11:46', '', 'Brouillon créé le 5 November 2021 à 13h11', '', 'inherit', 'closed', 'closed', '', '383-revision-v1', '', '', '2021-11-05 14:11:46', '2021-11-05 13:11:46', '', 383, 'http://localhost/modd-events.com/?p=384', 0, 'revision', '', 0),
(385, 1, '2021-11-05 14:12:42', '2021-11-05 13:12:42', '<!-- wp:paragraph -->\n<p>Cérémonie de la fondation Meghri HPP</p>\n<!-- /wp:paragraph -->', 'Cérémonie de la fondation Meghri HPP', '', 'inherit', 'closed', 'closed', '', '383-revision-v1', '', '', '2021-11-05 14:12:42', '2021-11-05 13:12:42', '', 383, 'http://localhost/modd-events.com/?p=385', 0, 'revision', '', 0),
(386, 1, '2021-11-05 14:14:19', '2021-11-05 13:14:19', '<!-- wp:paragraph -->\n<p>Fête rétro du Nouvel An d\'entreprise JTI\'1920</p>\n<!-- /wp:paragraph -->', 'Fête rétro du Nouvel An d\'entreprise JTI\'1920', '', 'publish', 'closed', 'closed', '', 'fete-retro-du-nouvel-an-dentreprise-jti1920', '', '', '2021-11-05 14:14:21', '2021-11-05 13:14:21', '', 0, 'http://localhost/modd-events.com/?p=386', 0, 'post', '', 0),
(387, 1, '2021-11-05 14:13:18', '2021-11-05 13:13:18', '', 'Brouillon créé le 5 November 2021 à 13h13', '', 'inherit', 'closed', 'closed', '', '386-revision-v1', '', '', '2021-11-05 14:13:18', '2021-11-05 13:13:18', '', 386, 'http://localhost/modd-events.com/?p=387', 0, 'revision', '', 0),
(388, 1, '2021-11-05 14:14:14', '2021-11-05 13:14:14', '', '66430_564764046875366_40740286_n', '', 'inherit', 'open', 'closed', '', '66430_564764046875366_40740286_n', '', '', '2021-11-05 14:14:14', '2021-11-05 13:14:14', '', 386, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(389, 1, '2021-11-05 14:14:19', '2021-11-05 13:14:19', '<!-- wp:paragraph -->\n<p>Fête rétro du Nouvel An d\'entreprise JTI\'1920</p>\n<!-- /wp:paragraph -->', 'Fête rétro du Nouvel An d\'entreprise JTI\'1920', '', 'inherit', 'closed', 'closed', '', '386-revision-v1', '', '', '2021-11-05 14:14:19', '2021-11-05 13:14:19', '', 386, 'http://localhost/modd-events.com/?p=389', 0, 'revision', '', 0),
(390, 1, '2021-11-05 14:20:57', '2021-11-05 13:20:57', '<!-- wp:paragraph -->\n<p>Événement du Nouvel An 2012-2013 d\'entreprise de l\'ACBA</p>\n<!-- /wp:paragraph -->', 'Événement du Nouvel An 2012-2013 d\'entreprise de l\'ACBA', '', 'publish', 'closed', 'closed', '', 'evenement-du-nouvel-an-2012-2013-dentreprise-de-lacba', '', '', '2021-11-05 14:21:00', '2021-11-05 13:21:00', '', 0, 'http://localhost/modd-events.com/?p=390', 0, 'post', '', 0),
(391, 1, '2021-11-05 14:19:45', '2021-11-05 13:19:45', '', 'Brouillon créé le 5 November 2021 à 13h19', '', 'inherit', 'closed', 'closed', '', '390-revision-v1', '', '', '2021-11-05 14:19:45', '2021-11-05 13:19:45', '', 390, 'http://localhost/modd-events.com/?p=391', 0, 'revision', '', 0),
(392, 1, '2021-11-05 14:20:55', '2021-11-05 13:20:55', '', 'ACBA-Awards-New-2013-Year-Party-9', '', 'inherit', 'open', 'closed', '', 'acba-awards-new-2013-year-party-9', '', '', '2021-11-05 14:20:55', '2021-11-05 13:20:55', '', 390, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(393, 1, '2021-11-05 14:20:57', '2021-11-05 13:20:57', '<!-- wp:paragraph -->\n<p>Événement du Nouvel An 2012-2013 d\'entreprise de l\'ACBA</p>\n<!-- /wp:paragraph -->', 'Événement du Nouvel An 2012-2013 d\'entreprise de l\'ACBA', '', 'inherit', 'closed', 'closed', '', '390-revision-v1', '', '', '2021-11-05 14:20:57', '2021-11-05 13:20:57', '', 390, 'http://localhost/modd-events.com/?p=393', 0, 'revision', '', 0),
(394, 1, '2021-11-05 14:29:17', '2021-11-05 13:29:17', '<!-- wp:paragraph -->\n<p>AGBA Crédit Agricole Banque Corporate Party 2011</p>\n<!-- /wp:paragraph -->', 'AGBA Crédit Agricole Banque Corporate Party 2011', '', 'publish', 'closed', 'closed', '', 'agba-credit-agricole-banque-corporate-party-2011', '', '', '2021-11-05 14:29:20', '2021-11-05 13:29:20', '', 0, 'http://localhost/modd-events.com/?p=394', 0, 'post', '', 0),
(395, 1, '2021-11-05 14:28:23', '2021-11-05 13:28:23', '', 'Brouillon créé le 5 November 2021 à 13h28', '', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2021-11-05 14:28:23', '2021-11-05 13:28:23', '', 394, 'http://localhost/modd-events.com/?p=395', 0, 'revision', '', 0),
(396, 1, '2021-11-05 14:29:15', '2021-11-05 13:29:15', '', 'ACBA_Corporate-Party-2011-26', '', 'inherit', 'open', 'closed', '', 'acba_corporate-party-2011-26', '', '', '2021-11-05 14:29:15', '2021-11-05 13:29:15', '', 394, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg', 0, 'attachment', 'image/jpeg', 0),
(397, 1, '2021-11-05 14:29:17', '2021-11-05 13:29:17', '<!-- wp:paragraph -->\n<p>AGBA Crédit Agricole Banque Corporate Party 2011</p>\n<!-- /wp:paragraph -->', 'AGBA Crédit Agricole Banque Corporate Party 2011', '', 'inherit', 'closed', 'closed', '', '394-revision-v1', '', '', '2021-11-05 14:29:17', '2021-11-05 13:29:17', '', 394, 'http://localhost/modd-events.com/?p=397', 0, 'revision', '', 0),
(398, 1, '2021-11-05 14:40:15', '2021-11-05 13:40:15', '<!-- wp:paragraph -->\n<p>Ցկյանս ուսումնառության օրեր Հայաստանում</p>\n<!-- /wp:paragraph -->', 'Ցկյանս ուսումնառության օրեր Հայաստանում', '', 'publish', 'closed', 'closed', '', '%d6%81%d5%af%d5%b5%d5%a1%d5%b6%d5%bd-%d5%b8%d6%82%d5%bd%d5%b8%d6%82%d5%b4%d5%b6%d5%a1%d5%bc%d5%b8%d6%82%d5%a9%d5%b5%d5%a1%d5%b6-%d6%85%d6%80%d5%a5%d6%80-%d5%b0%d5%a1%d5%b5%d5%a1%d5%bd%d5%bf%d5%a1', '', '', '2021-11-05 14:40:18', '2021-11-05 13:40:18', '', 0, 'http://localhost/modd-events.com/?p=398', 0, 'post', '', 0),
(399, 1, '2021-11-05 14:39:05', '2021-11-05 13:39:05', '', 'Brouillon créé le 5 November 2021 à 13h39', '', 'inherit', 'closed', 'closed', '', '398-revision-v1', '', '', '2021-11-05 14:39:05', '2021-11-05 13:39:05', '', 398, 'http://localhost/modd-events.com/?p=399', 0, 'revision', '', 0),
(400, 1, '2021-11-05 14:40:15', '2021-11-05 13:40:15', '<!-- wp:paragraph -->\n<p>Ցկյանս ուսումնառության օրեր Հայաստանում</p>\n<!-- /wp:paragraph -->', 'Ցկյանս ուսումնառության օրեր Հայաստանում', '', 'inherit', 'closed', 'closed', '', '398-revision-v1', '', '', '2021-11-05 14:40:15', '2021-11-05 13:40:15', '', 398, 'http://localhost/modd-events.com/?p=400', 0, 'revision', '', 0),
(401, 1, '2021-11-05 14:41:55', '2021-11-05 13:41:55', '<!-- wp:paragraph -->\n<p>Pernod Ricard Ukraine \"Conférence Ventes et Marketing\"</p>\n<!-- /wp:paragraph -->', 'Pernod Ricard Ukraine \"Conférence Ventes et Marketing\"', '', 'publish', 'closed', 'closed', '', 'pernod-ricard-ukraine-sales-and-marketing-conference', '', '', '2021-11-05 14:43:57', '2021-11-05 13:43:57', '', 0, 'http://localhost/modd-events.com/?p=401', 0, 'post', '', 0),
(402, 1, '2021-11-05 14:40:58', '2021-11-05 13:40:58', '', 'Brouillon créé le 5 November 2021 à 13h40', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2021-11-05 14:40:58', '2021-11-05 13:40:58', '', 401, 'http://localhost/modd-events.com/?p=402', 0, 'revision', '', 0),
(403, 1, '2021-11-05 14:41:43', '2021-11-05 13:41:43', '', 'Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15', '', 'inherit', 'open', 'closed', '', 'pernod-ricard-ukraine-sales-and-marketing-conference-15', '', '', '2021-11-05 14:41:43', '2021-11-05 13:41:43', '', 401, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg', 0, 'attachment', 'image/jpeg', 0),
(404, 1, '2021-11-05 14:41:55', '2021-11-05 13:41:55', '<!-- wp:paragraph -->\n<p>Pernod Ricard Ukraine \"Sales and Marketing Conference\"</p>\n<!-- /wp:paragraph -->', 'Pernod Ricard Ukraine \"Sales and Marketing Conference\"', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2021-11-05 14:41:55', '2021-11-05 13:41:55', '', 401, 'http://localhost/modd-events.com/?p=404', 0, 'revision', '', 0),
(406, 1, '2021-11-05 14:43:55', '2021-11-05 13:43:55', '<!-- wp:paragraph -->\n<p>Pernod Ricard Ukraine \"Conférence Ventes et Marketing\"</p>\n<!-- /wp:paragraph -->', 'Pernod Ricard Ukraine \"Conférence Ventes et Marketing\"', '', 'inherit', 'closed', 'closed', '', '401-revision-v1', '', '', '2021-11-05 14:43:55', '2021-11-05 13:43:55', '', 401, 'http://localhost/modd-events.com/?p=406', 0, 'revision', '', 0),
(407, 1, '2021-11-05 14:47:12', '2021-11-05 13:47:12', '<!-- wp:paragraph -->\n<p>Master Class avec Charles Papazian</p>\n<!-- /wp:paragraph -->', 'Master Class avec Charles Papazian', '', 'publish', 'closed', 'closed', '', 'master-class-avec-charles-papazian', '', '', '2021-11-05 14:47:14', '2021-11-05 13:47:14', '', 0, 'http://localhost/modd-events.com/?p=407', 0, 'post', '', 0),
(408, 1, '2021-11-05 14:46:12', '2021-11-05 13:46:12', '', 'Brouillon créé le 5 November 2021 à 13h46', '', 'inherit', 'closed', 'closed', '', '407-revision-v1', '', '', '2021-11-05 14:46:12', '2021-11-05 13:46:12', '', 407, 'http://localhost/modd-events.com/?p=408', 0, 'revision', '', 0),
(409, 1, '2021-11-05 14:47:06', '2021-11-05 13:47:06', '', 'Master-class-with-Sharl-Papazian-35', '', 'inherit', 'open', 'closed', '', 'master-class-with-sharl-papazian-35', '', '', '2021-11-05 14:47:06', '2021-11-05 13:47:06', '', 407, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg', 0, 'attachment', 'image/jpeg', 0),
(410, 1, '2021-11-05 14:47:12', '2021-11-05 13:47:12', '<!-- wp:paragraph -->\n<p>Master Class avec Charles Papazian</p>\n<!-- /wp:paragraph -->', 'Master Class avec Charles Papazian', '', 'inherit', 'closed', 'closed', '', '407-revision-v1', '', '', '2021-11-05 14:47:12', '2021-11-05 13:47:12', '', 407, 'http://localhost/modd-events.com/?p=410', 0, 'revision', '', 0),
(411, 1, '2021-11-05 14:59:28', '2021-11-05 13:59:28', '<!-- wp:paragraph -->\n<p>Oriflame \'\' Défilé de Mode \'\'</p>\n<!-- /wp:paragraph -->', 'Oriflame \'\' Défilé de Mode \'\'', '', 'publish', 'closed', 'closed', '', 'oriflame-defile-de-mode', '', '', '2021-11-05 14:59:31', '2021-11-05 13:59:31', '', 0, 'http://localhost/modd-events.com/?p=411', 0, 'post', '', 0),
(412, 1, '2021-11-05 14:58:32', '2021-11-05 13:58:32', '', 'Brouillon créé le 5 November 2021 à 13h58', '', 'inherit', 'closed', 'closed', '', '411-revision-v1', '', '', '2021-11-05 14:58:32', '2021-11-05 13:58:32', '', 411, 'http://localhost/modd-events.com/?p=412', 0, 'revision', '', 0),
(413, 1, '2021-11-05 14:59:23', '2021-11-05 13:59:23', '', 'phoca_thumb_l_1531', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_1531', '', '', '2021-11-05 14:59:23', '2021-11-05 13:59:23', '', 411, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `me_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(414, 1, '2021-11-05 14:59:28', '2021-11-05 13:59:28', '<!-- wp:paragraph -->\n<p>Oriflame \'\' Défilé de Mode \'\'</p>\n<!-- /wp:paragraph -->', 'Oriflame \'\' Défilé de Mode \'\'', '', 'inherit', 'closed', 'closed', '', '411-revision-v1', '', '', '2021-11-05 14:59:28', '2021-11-05 13:59:28', '', 411, 'http://localhost/modd-events.com/?p=414', 0, 'revision', '', 0),
(416, 1, '2021-11-08 08:24:30', '2021-11-08 07:24:30', '<!-- wp:paragraph -->\n<p>Teambuilding Pernod Ricard Arménie</p>\n<!-- /wp:paragraph -->', 'Teambuilding Pernod Ricard Arménie', '', 'publish', 'open', 'open', '', 'teambuilding-pernod-ricard-armenie', '', '', '2021-11-08 08:25:05', '2021-11-08 07:25:05', '', 0, 'http://localhost/modd-events.com/?p=416', 0, 'post', '', 0),
(417, 1, '2021-11-08 08:24:30', '2021-11-08 07:24:30', '<!-- wp:paragraph -->\n<p>Teambuilding Pernod Ricard Arménie</p>\n<!-- /wp:paragraph -->', 'Teambuilding Pernod Ricard Arménie', '', 'inherit', 'closed', 'closed', '', '416-revision-v1', '', '', '2021-11-08 08:24:30', '2021-11-08 07:24:30', '', 416, 'http://localhost/modd-events.com/?p=417', 0, 'revision', '', 0),
(418, 1, '2021-11-08 08:24:59', '2021-11-08 07:24:59', '', 'Team-building-with-Pernod-Ricard-Armenia-17', '', 'inherit', 'open', 'closed', '', 'team-building-with-pernod-ricard-armenia-17', '', '', '2021-11-08 08:24:59', '2021-11-08 07:24:59', '', 416, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg', 0, 'attachment', 'image/jpeg', 0),
(419, 1, '2021-11-08 08:29:33', '2021-11-08 07:29:33', '<!-- wp:paragraph -->\n<p>DJ Vakcina, Hayk SOLAR &amp; Arni ROCK</p>\n<!-- /wp:paragraph -->', 'DJ Vakcina, Hayk SOLAR & Arni ROCK', '', 'publish', 'closed', 'closed', '', 'dj-vakcina-hayk-solar-arni-rock', '', '', '2021-11-08 08:31:11', '2021-11-08 07:31:11', '', 0, 'http://localhost/modd-events.com/?p=419', 0, 'post', '', 0),
(420, 1, '2021-11-08 08:28:32', '2021-11-08 07:28:32', '', 'image-7', '', 'inherit', 'open', 'closed', '', 'image-7', '', '', '2021-11-08 08:28:32', '2021-11-08 07:28:32', '', 419, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-7.png', 0, 'attachment', 'image/png', 0),
(421, 1, '2021-11-08 08:29:06', '2021-11-08 07:29:06', '', 'Brouillon créé le 8 November 2021 à 7h29', '', 'inherit', 'closed', 'closed', '', '419-revision-v1', '', '', '2021-11-08 08:29:06', '2021-11-08 07:29:06', '', 419, 'http://localhost/modd-events.com/?p=421', 0, 'revision', '', 0),
(422, 1, '2021-11-08 08:29:33', '2021-11-08 07:29:33', '<!-- wp:paragraph -->\n<p>DJ Vakcina, Hayk SOLAR &amp; Arni ROCK</p>\n<!-- /wp:paragraph -->', 'DJ Vakcina, Hayk SOLAR & Arni ROCK', '', 'inherit', 'closed', 'closed', '', '419-revision-v1', '', '', '2021-11-08 08:29:33', '2021-11-08 07:29:33', '', 419, 'http://localhost/modd-events.com/?p=422', 0, 'revision', '', 0),
(423, 1, '2021-11-08 08:31:06', '2021-11-08 07:31:06', '', 'DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10 (1)', '', 'inherit', 'open', 'closed', '', 'dj-vakcina-hayk-solar-arni-rock-10-1', '', '', '2021-11-08 08:31:06', '2021-11-08 07:31:06', '', 419, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(424, 1, '2021-11-08 08:34:39', '2021-11-08 07:34:39', '<!-- wp:paragraph -->\n<p>Concerts de Raffi \"The Blues Kid\" à Erevan</p>\n<!-- /wp:paragraph -->', 'Concerts de Raffi \"The Blues Kid\" à Erevan', '', 'publish', 'open', 'open', '', 'concerts-de-raffi-the-blues-kid-a-erevan', '', '', '2021-11-08 08:39:50', '2021-11-08 07:39:50', '', 0, 'http://localhost/modd-events.com/?p=424', 0, 'post', '', 0),
(425, 1, '2021-11-08 08:34:35', '2021-11-08 07:34:35', '', '558293_468319489853156_1326472967_n', '', 'inherit', 'open', 'closed', '', '558293_468319489853156_1326472967_n', '', '', '2021-11-08 08:34:35', '2021-11-08 07:34:35', '', 424, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(426, 1, '2021-11-08 08:34:39', '2021-11-08 07:34:39', '<!-- wp:paragraph -->\n<p>Concerts de Raffi \"The Blues Kid\" à Erevan</p>\n<!-- /wp:paragraph -->', 'Concerts de Raffi \"The Blues Kid\" à Erevan', '', 'inherit', 'closed', 'closed', '', '424-revision-v1', '', '', '2021-11-08 08:34:39', '2021-11-08 07:34:39', '', 424, 'http://localhost/modd-events.com/?p=426', 0, 'revision', '', 0),
(427, 1, '2021-11-08 08:37:16', '2021-11-08 07:37:16', '<!-- wp:paragraph -->\n<p>DJ Mosey (alias Pierre Sarkozy) à Erevan</p>\n<!-- /wp:paragraph -->', 'DJ Mosey (alias Pierre Sarkozy) à Erevan', '', 'publish', 'closed', 'closed', '', 'dj-mosey-alias-pierre-sarkozy-a-erevan', '', '', '2021-11-08 08:38:50', '2021-11-08 07:38:50', '', 0, 'http://localhost/modd-events.com/?p=427', 0, 'post', '', 0),
(428, 1, '2021-11-08 08:36:54', '2021-11-08 07:36:54', '', 'Brouillon créé le 8 November 2021 à 7h36', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2021-11-08 08:36:54', '2021-11-08 07:36:54', '', 427, 'http://localhost/modd-events.com/?p=428', 0, 'revision', '', 0),
(429, 1, '2021-11-08 08:37:16', '2021-11-08 07:37:16', '<!-- wp:paragraph -->\n<p>DJ Mosey (alias Pierre Sarkozy) à Erevan</p>\n<!-- /wp:paragraph -->', 'DJ Mosey (alias Pierre Sarkozy) à Erevan', '', 'inherit', 'closed', 'closed', '', '427-revision-v1', '', '', '2021-11-08 08:37:16', '2021-11-08 07:37:16', '', 427, 'http://localhost/modd-events.com/?p=429', 0, 'revision', '', 0),
(430, 1, '2021-11-08 08:38:45', '2021-11-08 07:38:45', '', 'phoca_thumb_l_283605_468316216520150_354787215_n', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_283605_468316216520150_354787215_n', '', '', '2021-11-08 08:38:45', '2021-11-08 07:38:45', '', 427, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(431, 1, '2021-11-08 08:43:14', '2021-11-08 07:43:14', '<!-- wp:paragraph -->\n<p>Teambuilding Gofro Games</p>\n<!-- /wp:paragraph -->', 'Teambuilding Gofro Games', '', 'publish', 'closed', 'closed', '', 'teambuilding-gofro-games', '', '', '2021-11-08 08:45:33', '2021-11-08 07:45:33', '', 0, 'http://localhost/modd-events.com/?p=431', 0, 'post', '', 0),
(432, 1, '2021-11-08 08:42:51', '2021-11-08 07:42:51', '', 'Brouillon créé le 8 November 2021 à 7h42', '', 'inherit', 'closed', 'closed', '', '431-revision-v1', '', '', '2021-11-08 08:42:51', '2021-11-08 07:42:51', '', 431, 'http://localhost/modd-events.com/?p=432', 0, 'revision', '', 0),
(433, 1, '2021-11-08 08:43:14', '2021-11-08 07:43:14', '<!-- wp:paragraph -->\n<p>Teambuilding Gofro Games</p>\n<!-- /wp:paragraph -->', 'Teambuilding Gofro Games', '', 'inherit', 'closed', 'closed', '', '431-revision-v1', '', '', '2021-11-08 08:43:14', '2021-11-08 07:43:14', '', 431, 'http://localhost/modd-events.com/?p=433', 0, 'revision', '', 0),
(434, 1, '2021-11-08 08:45:28', '2021-11-08 07:45:28', '', 'Gofro-Games-Teambuilding-9', '', 'inherit', 'open', 'closed', '', 'gofro-games-teambuilding-9', '', '', '2021-11-08 08:45:28', '2021-11-08 07:45:28', '', 431, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(435, 1, '2021-11-08 08:47:02', '2021-11-08 07:47:02', '<!-- wp:paragraph -->\n<p>Concert de Patrick Fiori à Erevan</p>\n<!-- /wp:paragraph -->', 'Concert de Patrick Fiori à Erevan', '', 'publish', 'closed', 'closed', '', 'concert-de-patrick-fiori-a-erevan', '', '', '2021-11-08 08:54:14', '2021-11-08 07:54:14', '', 0, 'http://localhost/modd-events.com/?p=435', 0, 'post', '', 0),
(436, 1, '2021-11-08 08:46:42', '2021-11-08 07:46:42', '', 'Brouillon créé le 8 November 2021 à 7h46', '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2021-11-08 08:46:42', '2021-11-08 07:46:42', '', 435, 'http://localhost/modd-events.com/?p=436', 0, 'revision', '', 0),
(437, 1, '2021-11-08 08:47:02', '2021-11-08 07:47:02', '<!-- wp:paragraph -->\n<p>Concert de Patrick Fiori à Erevan</p>\n<!-- /wp:paragraph -->', 'Concert de Patrick Fiori à Erevan', '', 'inherit', 'closed', 'closed', '', '435-revision-v1', '', '', '2021-11-08 08:47:02', '2021-11-08 07:47:02', '', 435, 'http://localhost/modd-events.com/?p=437', 0, 'revision', '', 0),
(438, 1, '2021-11-08 08:54:08', '2021-11-08 07:54:08', '', 'Patrick-Fiori-Live-Show-35', '', 'inherit', 'open', 'closed', '', 'patrick-fiori-live-show-35', '', '', '2021-11-08 08:54:08', '2021-11-08 07:54:08', '', 435, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg', 0, 'attachment', 'image/jpeg', 0),
(439, 1, '2021-11-08 09:01:38', '2021-11-08 08:01:38', '<!-- wp:paragraph -->\n<p>Conférence internationale Unistream en Arménie</p>\n<!-- /wp:paragraph -->', 'Conférence internationale Unistream en Arménie', '', 'publish', 'open', 'open', '', 'conference-internationale-unistream-en-armenie', '', '', '2021-11-08 09:05:59', '2021-11-08 08:05:59', '', 0, 'http://localhost/modd-events.com/?p=439', 0, 'post', '', 0),
(440, 1, '2021-11-08 09:01:38', '2021-11-08 08:01:38', '<!-- wp:paragraph -->\n<p>Conférence internationale Unistream en Arménie</p>\n<!-- /wp:paragraph -->', 'Conférence internationale Unistream en Arménie', '', 'inherit', 'closed', 'closed', '', '439-revision-v1', '', '', '2021-11-08 09:01:38', '2021-11-08 08:01:38', '', 439, 'http://localhost/modd-events.com/?p=440', 0, 'revision', '', 0),
(441, 1, '2021-11-08 09:01:43', '2021-11-08 08:01:43', '', 'Unistream-International-Conference-in-Armenia-23', '', 'inherit', 'open', 'closed', '', 'unistream-international-conference-in-armenia-23', '', '', '2021-11-08 09:01:43', '2021-11-08 08:01:43', '', 439, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg', 0, 'attachment', 'image/jpeg', 0),
(442, 1, '2021-11-08 09:09:38', '2021-11-08 08:09:38', '<!-- wp:paragraph -->\n<p>JTI-Le tour du monde en 80 jours</p>\n<!-- /wp:paragraph -->', 'JTI-Le tour du monde en 80 jours', '', 'publish', 'closed', 'closed', '', 'jti-le-tour-du-monde-en-80-jours', '', '', '2021-11-08 09:13:31', '2021-11-08 08:13:31', '', 0, 'http://localhost/modd-events.com/?p=442', 0, 'post', '', 0),
(443, 1, '2021-11-08 09:08:51', '2021-11-08 08:08:51', '', 'Brouillon créé le 8 November 2021 à 8h08', '', 'inherit', 'closed', 'closed', '', '442-revision-v1', '', '', '2021-11-08 09:08:51', '2021-11-08 08:08:51', '', 442, 'http://localhost/modd-events.com/?p=443', 0, 'revision', '', 0),
(444, 1, '2021-11-08 09:09:35', '2021-11-08 08:09:35', '', 'JTI-Around-the-world-in-80-days-27', '', 'inherit', 'open', 'closed', '', 'jti-around-the-world-in-80-days-27', '', '', '2021-11-08 09:09:35', '2021-11-08 08:09:35', '', 442, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg', 0, 'attachment', 'image/jpeg', 0),
(445, 1, '2021-11-08 09:09:38', '2021-11-08 08:09:38', '<!-- wp:paragraph -->\n<p>JTI-Le tour du monde en 80 jours</p>\n<!-- /wp:paragraph -->', 'JTI-Le tour du monde en 80 jours', '', 'inherit', 'closed', 'closed', '', '442-revision-v1', '', '', '2021-11-08 09:09:38', '2021-11-08 08:09:38', '', 442, 'http://localhost/modd-events.com/?p=445', 0, 'revision', '', 0),
(446, 1, '2021-11-08 09:17:43', '2021-11-08 08:17:43', '<!-- wp:paragraph -->\n<p>Aregak Universal Credit Organization, Fête du Nouvel An</p>\n<!-- /wp:paragraph -->', 'Aregak Universal Credit Organization, Fête du Nouvel An', '', 'publish', 'closed', 'closed', '', 'aregak-universal-credit-organization-fete-du-nouvel-an', '', '', '2021-11-08 09:17:46', '2021-11-08 08:17:46', '', 0, 'http://localhost/modd-events.com/?p=446', 0, 'post', '', 0),
(447, 1, '2021-11-08 09:16:40', '2021-11-08 08:16:40', '', 'Brouillon créé le 8 November 2021 à 8h16', '', 'inherit', 'closed', 'closed', '', '446-revision-v1', '', '', '2021-11-08 09:16:40', '2021-11-08 08:16:40', '', 446, 'http://localhost/modd-events.com/?p=447', 0, 'revision', '', 0),
(448, 1, '2021-11-08 09:17:36', '2021-11-08 08:17:36', '', 'Aregak-Universal-Credit-Organization-New-Year-Party-7', '', 'inherit', 'open', 'closed', '', 'aregak-universal-credit-organization-new-year-party-7', '', '', '2021-11-08 09:17:36', '2021-11-08 08:17:36', '', 446, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(449, 1, '2021-11-08 09:17:43', '2021-11-08 08:17:43', '<!-- wp:paragraph -->\n<p>Aregak Universal Credit Organization, Fête du Nouvel An</p>\n<!-- /wp:paragraph -->', 'Aregak Universal Credit Organization, Fête du Nouvel An', '', 'inherit', 'closed', 'closed', '', '446-revision-v1', '', '', '2021-11-08 09:17:43', '2021-11-08 08:17:43', '', 446, 'http://localhost/modd-events.com/?p=449', 0, 'revision', '', 0),
(450, 1, '2021-11-08 09:21:22', '2021-11-08 08:21:22', '<!-- wp:paragraph -->\n<p>Fête d\'entreprise à l\'aéroport de Zvartnots</p>\n<!-- /wp:paragraph -->', 'Fête d\'entreprise à l\'aéroport de Zvartnots', '', 'publish', 'closed', 'closed', '', 'fete-dentreprise-a-laeroport-de-zvartnots', '', '', '2021-11-08 09:22:07', '2021-11-08 08:22:07', '', 0, 'http://localhost/modd-events.com/?p=450', 0, 'post', '', 0),
(451, 1, '2021-11-08 09:21:08', '2021-11-08 08:21:08', '', 'Brouillon créé le 8 November 2021 à 8h21', '', 'inherit', 'closed', 'closed', '', '450-revision-v1', '', '', '2021-11-08 09:21:08', '2021-11-08 08:21:08', '', 450, 'http://localhost/modd-events.com/?p=451', 0, 'revision', '', 0),
(452, 1, '2021-11-08 09:21:22', '2021-11-08 08:21:22', '<!-- wp:paragraph -->\n<p>Fête d\'entreprise à l\'aéroport de Zvartnots</p>\n<!-- /wp:paragraph -->', 'Fête d\'entreprise à l\'aéroport de Zvartnots', '', 'inherit', 'closed', 'closed', '', '450-revision-v1', '', '', '2021-11-08 09:21:22', '2021-11-08 08:21:22', '', 450, 'http://localhost/modd-events.com/?p=452', 0, 'revision', '', 0),
(453, 1, '2021-11-08 09:22:02', '2021-11-08 08:22:02', '', 'Zvartnots-airport-corporate-party-54', '', 'inherit', 'open', 'closed', '', 'zvartnots-airport-corporate-party-54', '', '', '2021-11-08 09:22:02', '2021-11-08 08:22:02', '', 450, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg', 0, 'attachment', 'image/jpeg', 0),
(454, 1, '2021-11-08 09:26:18', '2021-11-08 08:26:18', '<!-- wp:paragraph -->\n<p>Orange Arménie \"Jeux Olympiques\"</p>\n<!-- /wp:paragraph -->', 'Orange Arménie \"Jeux Olympiques\"', '', 'publish', 'closed', 'closed', '', 'orange-armenie-jeux-olympiques', '', '', '2021-11-08 09:26:46', '2021-11-08 08:26:46', '', 0, 'http://localhost/modd-events.com/?p=454', 0, 'post', '', 0),
(455, 1, '2021-11-08 09:25:59', '2021-11-08 08:25:59', '', 'Brouillon créé le 8 November 2021 à 8h25', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2021-11-08 09:25:59', '2021-11-08 08:25:59', '', 454, 'http://localhost/modd-events.com/?p=455', 0, 'revision', '', 0),
(456, 1, '2021-11-08 09:26:18', '2021-11-08 08:26:18', '<!-- wp:paragraph -->\n<p>Orange Arménie \"Jeux Olympiques\"</p>\n<!-- /wp:paragraph -->', 'Orange Arménie \"Jeux Olympiques\"', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2021-11-08 09:26:18', '2021-11-08 08:26:18', '', 454, 'http://localhost/modd-events.com/?p=456', 0, 'revision', '', 0),
(457, 1, '2021-11-08 09:26:41', '2021-11-08 08:26:41', '', '378778_304056796279427_539870395_n', '', 'inherit', 'open', 'closed', '', '378778_304056796279427_539870395_n', '', '', '2021-11-08 09:26:41', '2021-11-08 08:26:41', '', 454, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(458, 1, '2021-11-08 09:30:00', '2021-11-08 08:30:00', '<!-- wp:paragraph -->\n<p>Team Building Cirque Orange Arménie</p>\n<!-- /wp:paragraph -->', 'Team Building Cirque Orange Arménie', '', 'publish', 'closed', 'closed', '', 'team-building-cirque-orange-armenie', '', '', '2021-11-08 09:35:58', '2021-11-08 08:35:58', '', 0, 'http://localhost/modd-events.com/?p=458', 0, 'post', '', 0),
(459, 1, '2021-11-08 09:29:40', '2021-11-08 08:29:40', '', 'Brouillon créé le 8 November 2021 à 8h29', '', 'inherit', 'closed', 'closed', '', '458-revision-v1', '', '', '2021-11-08 09:29:40', '2021-11-08 08:29:40', '', 458, 'http://localhost/modd-events.com/?p=459', 0, 'revision', '', 0),
(460, 1, '2021-11-08 09:30:00', '2021-11-08 08:30:00', '<!-- wp:paragraph -->\n<p>Team Building Cirque Orange Arménie</p>\n<!-- /wp:paragraph -->', 'Team Building Cirque Orange Arménie', '', 'inherit', 'closed', 'closed', '', '458-revision-v1', '', '', '2021-11-08 09:30:00', '2021-11-08 08:30:00', '', 458, 'http://localhost/modd-events.com/?p=460', 0, 'revision', '', 0),
(461, 1, '2021-11-08 09:30:27', '2021-11-08 08:30:27', '', 'Circus-Team-Building-5', '', 'inherit', 'open', 'closed', '', 'circus-team-building-5', '', '', '2021-11-08 09:30:27', '2021-11-08 08:30:27', '', 458, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(462, 1, '2021-11-08 09:38:23', '2021-11-08 08:38:23', '<!-- wp:paragraph -->\n<p>Team Building Zeppelin Arménie</p>\n<!-- /wp:paragraph -->', 'Team Building Zeppelin Arménie', '', 'publish', 'closed', 'closed', '', 'team-building-zeppelin-armenie', '', '', '2021-11-08 09:39:15', '2021-11-08 08:39:15', '', 0, 'http://localhost/modd-events.com/?p=462', 0, 'post', '', 0),
(463, 1, '2021-11-08 09:38:03', '2021-11-08 08:38:03', '', 'Brouillon créé le 8 November 2021 à 8h38', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2021-11-08 09:38:03', '2021-11-08 08:38:03', '', 462, 'http://localhost/modd-events.com/?p=463', 0, 'revision', '', 0),
(464, 1, '2021-11-08 09:38:23', '2021-11-08 08:38:23', '<!-- wp:paragraph -->\n<p>Team Building Zeppelin Arménie</p>\n<!-- /wp:paragraph -->', 'Team Building Zeppelin Arménie', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2021-11-08 09:38:23', '2021-11-08 08:38:23', '', 462, 'http://localhost/modd-events.com/?p=464', 0, 'revision', '', 0),
(465, 1, '2021-11-08 09:38:43', '2021-11-08 08:38:43', '', 'Zeppelin-14', '', 'inherit', 'open', 'closed', '', 'zeppelin-14', '', '', '2021-11-08 09:38:43', '2021-11-08 08:38:43', '', 462, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(466, 1, '2021-11-08 09:47:36', '2021-11-08 08:47:36', '<!-- wp:paragraph -->\n<p>Événement d\'entreprise World Check</p>\n<!-- /wp:paragraph -->', 'Événement d\'entreprise World Check', '', 'publish', 'closed', 'closed', '', 'evenement-dentreprise-world-check', '', '', '2021-11-08 09:47:39', '2021-11-08 08:47:39', '', 0, 'http://localhost/modd-events.com/?p=466', 0, 'post', '', 0),
(467, 1, '2021-11-08 09:46:43', '2021-11-08 08:46:43', '', 'Brouillon créé le 8 November 2021 à 8h46', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2021-11-08 09:46:43', '2021-11-08 08:46:43', '', 466, 'http://localhost/modd-events.com/?p=467', 0, 'revision', '', 0),
(468, 1, '2021-11-08 09:47:32', '2021-11-08 08:47:32', '', 'World-check-corporate-event-3', '', 'inherit', 'open', 'closed', '', 'world-check-corporate-event-3', '', '', '2021-11-08 09:47:32', '2021-11-08 08:47:32', '', 466, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(469, 1, '2021-11-08 09:47:36', '2021-11-08 08:47:36', '<!-- wp:paragraph -->\n<p>Événement d\'entreprise World Check</p>\n<!-- /wp:paragraph -->', 'Événement d\'entreprise World Check', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2021-11-08 09:47:36', '2021-11-08 08:47:36', '', 466, 'http://localhost/modd-events.com/?p=469', 0, 'revision', '', 0),
(470, 1, '2021-11-08 09:51:37', '2021-11-08 08:51:37', '<!-- wp:paragraph -->\n<p>Défilé Oriflame (team building)</p>\n<!-- /wp:paragraph -->', 'Défilé Oriflame (team building)', '', 'publish', 'closed', 'closed', '', 'defile-oriflame-team-building', '', '', '2021-11-08 09:53:22', '2021-11-08 08:53:22', '', 0, 'http://localhost/modd-events.com/?p=470', 0, 'post', '', 0),
(471, 1, '2021-11-08 09:51:16', '2021-11-08 08:51:16', '', 'Brouillon créé le 8 November 2021 à 8h51', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2021-11-08 09:51:16', '2021-11-08 08:51:16', '', 470, 'http://localhost/modd-events.com/?p=471', 0, 'revision', '', 0),
(472, 1, '2021-11-08 09:51:37', '2021-11-08 08:51:37', '<!-- wp:paragraph -->\n<p>Défilé Oriflame (team building)</p>\n<!-- /wp:paragraph -->', 'Défilé Oriflame (team building)', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2021-11-08 09:51:37', '2021-11-08 08:51:37', '', 470, 'http://localhost/modd-events.com/?p=472', 0, 'revision', '', 0),
(473, 1, '2021-11-08 09:51:53', '2021-11-08 08:51:53', '', 'Oriflame-Fashion-Show-team-building-14', '', 'inherit', 'open', 'closed', '', 'oriflame-fashion-show-team-building-14', '', '', '2021-11-08 09:51:53', '2021-11-08 08:51:53', '', 470, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg', 0, 'attachment', 'image/jpeg', 0),
(475, 1, '2021-11-08 09:58:25', '2021-11-08 08:58:25', '<!-- wp:paragraph -->\n<p>Orange Arménie Réalisation de publicité (team building)</p>\n<!-- /wp:paragraph -->', 'Orange Arménie Réalisation de publicité (team building)', '', 'publish', 'closed', 'closed', '', 'orange-armenie-realisation-de-publicite-team-building', '', '', '2021-11-08 09:58:27', '2021-11-08 08:58:27', '', 0, 'http://localhost/modd-events.com/?p=475', 0, 'post', '', 0),
(476, 1, '2021-11-08 09:57:42', '2021-11-08 08:57:42', '', 'Brouillon créé le 8 November 2021 à 8h57', '', 'inherit', 'closed', 'closed', '', '475-revision-v1', '', '', '2021-11-08 09:57:42', '2021-11-08 08:57:42', '', 475, 'http://localhost/modd-events.com/?p=476', 0, 'revision', '', 0),
(477, 1, '2021-11-08 09:58:22', '2021-11-08 08:58:22', '', 'Orange-Armenia-Advertisement-making-team-building-20', '', 'inherit', 'open', 'closed', '', 'orange-armenia-advertisement-making-team-building-20', '', '', '2021-11-08 09:58:22', '2021-11-08 08:58:22', '', 475, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2021-11-08 09:58:25', '2021-11-08 08:58:25', '<!-- wp:paragraph -->\n<p>Orange Arménie Réalisation de publicité (team building)</p>\n<!-- /wp:paragraph -->', 'Orange Arménie Réalisation de publicité (team building)', '', 'inherit', 'closed', 'closed', '', '475-revision-v1', '', '', '2021-11-08 09:58:25', '2021-11-08 08:58:25', '', 475, 'http://localhost/modd-events.com/?p=478', 0, 'revision', '', 0),
(479, 1, '2021-11-08 10:03:51', '2021-11-08 09:03:51', '<!-- wp:paragraph -->\n<p>19ème Plénière du Groupe Egmont</p>\n<!-- /wp:paragraph -->', '19ème Plénière du Groupe Egmont', '', 'publish', 'closed', 'closed', '', '19eme-pleniere-du-groupe-egmont', '', '', '2021-11-08 10:03:53', '2021-11-08 09:03:53', '', 0, 'http://localhost/modd-events.com/?p=479', 0, 'post', '', 0),
(480, 1, '2021-11-08 10:02:47', '2021-11-08 09:02:47', '', 'Brouillon créé le 8 November 2021 à 9h02', '', 'inherit', 'closed', 'closed', '', '479-revision-v1', '', '', '2021-11-08 10:02:47', '2021-11-08 09:02:47', '', 479, 'http://localhost/modd-events.com/?p=480', 0, 'revision', '', 0),
(481, 1, '2021-11-08 10:03:47', '2021-11-08 09:03:47', '', '19th-Egmont-Group-Plenary-13', '', 'inherit', 'open', 'closed', '', '19th-egmont-group-plenary-13', '', '', '2021-11-08 10:03:47', '2021-11-08 09:03:47', '', 479, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg', 0, 'attachment', 'image/jpeg', 0),
(482, 1, '2021-11-08 10:03:51', '2021-11-08 09:03:51', '<!-- wp:paragraph -->\n<p>19ème Plénière du Groupe Egmont</p>\n<!-- /wp:paragraph -->', '19ème Plénière du Groupe Egmont', '', 'inherit', 'closed', 'closed', '', '479-revision-v1', '', '', '2021-11-08 10:03:51', '2021-11-08 09:03:51', '', 479, 'http://localhost/modd-events.com/?p=482', 0, 'revision', '', 0),
(483, 1, '2021-11-08 10:07:42', '2021-11-08 09:07:42', '<!-- wp:paragraph -->\n<p>Événement du Nouvel An de PanArmenia Media Group</p>\n<!-- /wp:paragraph -->', 'Événement du Nouvel An de PanArmenia Media Group', '', 'publish', 'closed', 'closed', '', 'evenement-du-nouvel-an-de-panarmenia-media-group', '', '', '2021-11-08 10:08:16', '2021-11-08 09:08:16', '', 0, 'http://localhost/modd-events.com/?p=483', 0, 'post', '', 0),
(484, 1, '2021-11-08 10:07:02', '2021-11-08 09:07:02', '', 'image-8', '', 'inherit', 'open', 'closed', '', 'image-8', '', '', '2021-11-08 10:07:02', '2021-11-08 09:07:02', '', 483, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-8.png', 0, 'attachment', 'image/png', 0),
(485, 1, '2021-11-08 10:07:25', '2021-11-08 09:07:25', '', 'Brouillon créé le 8 November 2021 à 9h07', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2021-11-08 10:07:25', '2021-11-08 09:07:25', '', 483, 'http://localhost/modd-events.com/?p=485', 0, 'revision', '', 0),
(486, 1, '2021-11-08 10:07:42', '2021-11-08 09:07:42', '<!-- wp:paragraph -->\n<p>Événement du Nouvel An de PanArmenia Media Group</p>\n<!-- /wp:paragraph -->', 'Événement du Nouvel An de PanArmenia Media Group', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2021-11-08 10:07:42', '2021-11-08 09:07:42', '', 483, 'http://localhost/modd-events.com/?p=486', 0, 'revision', '', 0),
(487, 1, '2021-11-08 10:08:11', '2021-11-08 09:08:11', '', 'phoca_thumb_l_540', '', 'inherit', 'open', 'closed', '', 'phoca_thumb_l_540', '', '', '2021-11-08 10:08:11', '2021-11-08 09:08:11', '', 483, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg', 0, 'attachment', 'image/jpeg', 0),
(488, 1, '2021-11-08 10:12:29', '2021-11-08 09:12:29', '<!-- wp:paragraph -->\n<p>Événement d\'entreprise \"Logicon Development\"</p>\n<!-- /wp:paragraph -->', 'Événement d\'entreprise \"Logicon Development\"', '', 'publish', 'closed', 'closed', '', 'evenement-dentreprise-logicon-development', '', '', '2021-11-08 10:12:32', '2021-11-08 09:12:32', '', 0, 'http://localhost/modd-events.com/?p=488', 0, 'post', '', 0),
(489, 1, '2021-11-08 10:11:43', '2021-11-08 09:11:43', '', 'Brouillon créé le 8 November 2021 à 9h11', '', 'inherit', 'closed', 'closed', '', '488-revision-v1', '', '', '2021-11-08 10:11:43', '2021-11-08 09:11:43', '', 488, 'http://localhost/modd-events.com/?p=489', 0, 'revision', '', 0),
(490, 1, '2021-11-08 10:12:26', '2021-11-08 09:12:26', '', 'Logicon-Development-Corporate-Event-2', '', 'inherit', 'open', 'closed', '', 'logicon-development-corporate-event-2', '', '', '2021-11-08 10:12:26', '2021-11-08 09:12:26', '', 488, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(491, 1, '2021-11-08 10:12:29', '2021-11-08 09:12:29', '<!-- wp:paragraph -->\n<p>Événement d\'entreprise \"Logicon Development\"</p>\n<!-- /wp:paragraph -->', 'Événement d\'entreprise \"Logicon Development\"', '', 'inherit', 'closed', 'closed', '', '488-revision-v1', '', '', '2021-11-08 10:12:29', '2021-11-08 09:12:29', '', 488, 'http://localhost/modd-events.com/?p=491', 0, 'revision', '', 0),
(492, 1, '2021-11-08 10:15:18', '2021-11-08 09:15:18', '<!-- wp:paragraph -->\n<p>Réalisation de films Oriflame (team building)</p>\n<!-- /wp:paragraph -->', 'Réalisation de films Oriflame (team building)', '', 'publish', 'closed', 'closed', '', 'realisation-de-films-oriflame-team-building', '', '', '2021-11-08 10:21:03', '2021-11-08 09:21:03', '', 0, 'http://localhost/modd-events.com/?p=492', 0, 'post', '', 0),
(493, 1, '2021-11-08 10:14:59', '2021-11-08 09:14:59', '', 'Brouillon créé le 8 November 2021 à 9h14', '', 'inherit', 'closed', 'closed', '', '492-revision-v1', '', '', '2021-11-08 10:14:59', '2021-11-08 09:14:59', '', 492, 'http://localhost/modd-events.com/?p=493', 0, 'revision', '', 0),
(494, 1, '2021-11-08 10:15:18', '2021-11-08 09:15:18', '<!-- wp:paragraph -->\n<p>Réalisation de films Oriflame (team building)</p>\n<!-- /wp:paragraph -->', 'Réalisation de films Oriflame (team building)', '', 'inherit', 'closed', 'closed', '', '492-revision-v1', '', '', '2021-11-08 10:15:18', '2021-11-08 09:15:18', '', 492, 'http://localhost/modd-events.com/?p=494', 0, 'revision', '', 0),
(495, 1, '2021-11-08 10:15:36', '2021-11-08 09:15:36', '', 'Oriflame-Movie-making-team-building-21', '', 'inherit', 'open', 'closed', '', 'oriflame-movie-making-team-building-21', '', '', '2021-11-08 10:15:36', '2021-11-08 09:15:36', '', 492, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg', 0, 'attachment', 'image/jpeg', 0),
(497, 1, '2021-11-08 10:22:01', '2021-11-08 09:22:01', '<!-- wp:paragraph -->\n<p>Réveillon du Nouvel An 2010-2011 de l\'ACBA</p>\n<!-- /wp:paragraph -->', 'Réveillon du Nouvel An 2010-2011 de l\'ACBA', '', 'publish', 'closed', 'closed', '', 'reveillon-du-nouvel-an-2010-2011-de-lacba', '', '', '2021-11-08 10:22:29', '2021-11-08 09:22:29', '', 0, 'http://localhost/modd-events.com/?p=497', 0, 'post', '', 0),
(498, 1, '2021-11-08 10:21:29', '2021-11-08 09:21:29', '', 'Brouillon créé le 8 November 2021 à 9h21', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2021-11-08 10:21:29', '2021-11-08 09:21:29', '', 497, 'http://localhost/modd-events.com/?p=498', 0, 'revision', '', 0),
(499, 1, '2021-11-08 10:22:01', '2021-11-08 09:22:01', '<!-- wp:paragraph -->\n<p>Réveillon du Nouvel An 2010-2011 de l\'ACBA</p>\n<!-- /wp:paragraph -->', 'Réveillon du Nouvel An 2010-2011 de l\'ACBA', '', 'inherit', 'closed', 'closed', '', '497-revision-v1', '', '', '2021-11-08 10:22:01', '2021-11-08 09:22:01', '', 497, 'http://localhost/modd-events.com/?p=499', 0, 'revision', '', 0),
(500, 1, '2021-11-08 10:22:24', '2021-11-08 09:22:24', '', 'ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8', '', 'inherit', 'open', 'closed', '', 'acba-credit-agricole-bank-new-year-party-8', '', '', '2021-11-08 10:22:24', '2021-11-08 09:22:24', '', 497, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(501, 1, '2021-11-08 10:26:48', '2021-11-08 09:26:48', '<!-- wp:paragraph -->\n<p>Source, Team Building</p>\n<!-- /wp:paragraph -->', 'Source, Team Building', '', 'publish', 'closed', 'closed', '', 'source-team-building', '', '', '2021-11-08 10:27:10', '2021-11-08 09:27:10', '', 0, 'http://localhost/modd-events.com/?p=501', 0, 'post', '', 0),
(502, 1, '2021-11-08 10:25:54', '2021-11-08 09:25:54', '', 'image-9', '', 'inherit', 'open', 'closed', '', 'image-9', '', '', '2021-11-08 10:25:54', '2021-11-08 09:25:54', '', 501, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/image-9.png', 0, 'attachment', 'image/png', 0),
(503, 1, '2021-11-08 10:26:27', '2021-11-08 09:26:27', '', 'Brouillon créé le 8 November 2021 à 9h26', '', 'inherit', 'closed', 'closed', '', '501-revision-v1', '', '', '2021-11-08 10:26:27', '2021-11-08 09:26:27', '', 501, 'http://localhost/modd-events.com/?p=503', 0, 'revision', '', 0),
(504, 1, '2021-11-08 10:26:48', '2021-11-08 09:26:48', '<!-- wp:paragraph -->\n<p>Source, Team Building</p>\n<!-- /wp:paragraph -->', 'Source, Team Building', '', 'inherit', 'closed', 'closed', '', '501-revision-v1', '', '', '2021-11-08 10:26:48', '2021-11-08 09:26:48', '', 501, 'http://localhost/modd-events.com/?p=504', 0, 'revision', '', 0),
(505, 1, '2021-11-08 10:27:05', '2021-11-08 09:27:05', '', 'Sourcio-Team-Building-9', '', 'inherit', 'open', 'closed', '', 'sourcio-team-building-9', '', '', '2021-11-08 10:27:05', '2021-11-08 09:27:05', '', 501, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(506, 1, '2021-11-08 10:30:47', '2021-11-08 09:30:47', '<!-- wp:paragraph -->\n<p>Défilé Orange Arménie</p>\n<!-- /wp:paragraph -->', 'Défilé Orange Arménie', '', 'publish', 'closed', 'closed', '', 'defile-orange-armenie', '', '', '2021-11-08 10:30:49', '2021-11-08 09:30:49', '', 0, 'http://localhost/modd-events.com/?p=506', 0, 'post', '', 0),
(507, 1, '2021-11-08 10:30:07', '2021-11-08 09:30:07', '', '215119_248366881848419_622598_n', '', 'inherit', 'open', 'closed', '', '215119_248366881848419_622598_n', '', '', '2021-11-08 10:30:07', '2021-11-08 09:30:07', '', 506, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/215119_248366881848419_622598_n.jpg', 0, 'attachment', 'image/jpeg', 0),
(508, 1, '2021-11-08 10:30:21', '2021-11-08 09:30:21', '', 'Brouillon créé le 8 November 2021 à 9h30', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2021-11-08 10:30:21', '2021-11-08 09:30:21', '', 506, 'http://localhost/modd-events.com/?p=508', 0, 'revision', '', 0),
(509, 1, '2021-11-08 10:30:47', '2021-11-08 09:30:47', '<!-- wp:paragraph -->\n<p>Défilé Orange Arménie</p>\n<!-- /wp:paragraph -->', 'Défilé Orange Arménie', '', 'inherit', 'closed', 'closed', '', '506-revision-v1', '', '', '2021-11-08 10:30:47', '2021-11-08 09:30:47', '', 506, 'http://localhost/modd-events.com/?p=509', 0, 'revision', '', 0),
(510, 1, '2021-11-08 10:35:09', '2021-11-08 09:35:09', '<!-- wp:paragraph -->\n<p>Soirée de Thanksgiving Orange Arménie</p>\n<!-- /wp:paragraph -->', 'Soirée de Thanksgiving Orange Arménie', '', 'publish', 'closed', 'closed', '', 'soiree-de-thanksgiving-orange-armenie', '', '', '2021-11-08 10:35:12', '2021-11-08 09:35:12', '', 0, 'http://localhost/modd-events.com/?p=510', 0, 'post', '', 0),
(511, 1, '2021-11-08 10:34:27', '2021-11-08 09:34:27', '', 'Brouillon créé le 8 November 2021 à 9h34', '', 'inherit', 'closed', 'closed', '', '510-revision-v1', '', '', '2021-11-08 10:34:27', '2021-11-08 09:34:27', '', 510, 'http://localhost/modd-events.com/?p=511', 0, 'revision', '', 0),
(512, 1, '2021-11-08 10:35:05', '2021-11-08 09:35:05', '', '279814_248381845180256_3254983_o-1', '', 'inherit', 'open', 'closed', '', '279814_248381845180256_3254983_o-1', '', '', '2021-11-08 10:35:05', '2021-11-08 09:35:05', '', 510, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(513, 1, '2021-11-08 10:35:09', '2021-11-08 09:35:09', '<!-- wp:paragraph -->\n<p>Soirée de Thanksgiving Orange Arménie</p>\n<!-- /wp:paragraph -->', 'Soirée de Thanksgiving Orange Arménie', '', 'inherit', 'closed', 'closed', '', '510-revision-v1', '', '', '2021-11-08 10:35:09', '2021-11-08 09:35:09', '', 510, 'http://localhost/modd-events.com/?p=513', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_termmeta`
--

DROP TABLE IF EXISTS `me_termmeta`;
CREATE TABLE IF NOT EXISTS `me_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_terms`
--

DROP TABLE IF EXISTS `me_terms`;
CREATE TABLE IF NOT EXISTS `me_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_terms`
--

INSERT INTO `me_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Non classé', 'non-classe', 0),
(2, 'Menu principale', 'menu-principale', 0),
(3, 'News', 'news', 0),
(4, 'Menu footer', 'menu-footer', 0),
(5, 'gallery', 'gallery', 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_term_relationships`
--

DROP TABLE IF EXISTS `me_term_relationships`;
CREATE TABLE IF NOT EXISTS `me_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_term_relationships`
--

INSERT INTO `me_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(1, 3, 0),
(24, 2, 0),
(25, 2, 0),
(26, 2, 0),
(27, 2, 0),
(28, 2, 0),
(29, 2, 0),
(30, 2, 0),
(31, 2, 0),
(32, 2, 0),
(64, 1, 0),
(64, 3, 0),
(95, 4, 0),
(97, 4, 0),
(98, 4, 0),
(99, 4, 0),
(100, 4, 0),
(101, 4, 0),
(102, 4, 0),
(103, 4, 0),
(104, 4, 0),
(187, 3, 0),
(189, 3, 0),
(191, 3, 0),
(193, 3, 0),
(196, 3, 0),
(207, 3, 0),
(210, 4, 0),
(211, 4, 0),
(214, 2, 0),
(215, 2, 0),
(217, 5, 0),
(221, 5, 0),
(225, 5, 0),
(229, 5, 0),
(233, 5, 0),
(237, 5, 0),
(241, 5, 0),
(245, 5, 0),
(249, 5, 0),
(252, 5, 0),
(256, 5, 0),
(260, 5, 0),
(264, 5, 0),
(269, 5, 0),
(273, 5, 0),
(277, 5, 0),
(281, 5, 0),
(285, 5, 0),
(289, 5, 0),
(293, 5, 0),
(296, 5, 0),
(300, 5, 0),
(305, 5, 0),
(310, 5, 0),
(314, 5, 0),
(318, 5, 0),
(323, 5, 0),
(327, 5, 0),
(331, 5, 0),
(335, 5, 0),
(339, 5, 0),
(343, 5, 0),
(349, 5, 0),
(353, 5, 0),
(358, 5, 0),
(362, 5, 0),
(366, 5, 0),
(371, 5, 0),
(375, 5, 0),
(379, 5, 0),
(383, 5, 0),
(386, 5, 0),
(390, 5, 0),
(394, 5, 0),
(398, 5, 0),
(401, 5, 0),
(407, 5, 0),
(411, 5, 0),
(416, 5, 0),
(419, 5, 0),
(424, 5, 0),
(427, 5, 0),
(431, 5, 0),
(435, 5, 0),
(439, 5, 0),
(442, 5, 0),
(446, 5, 0),
(450, 5, 0),
(454, 5, 0),
(458, 5, 0),
(462, 5, 0),
(466, 5, 0),
(470, 5, 0),
(475, 5, 0),
(479, 5, 0),
(483, 5, 0),
(488, 5, 0),
(492, 5, 0),
(497, 5, 0),
(501, 5, 0),
(506, 5, 0),
(510, 5, 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_term_taxonomy`
--

DROP TABLE IF EXISTS `me_term_taxonomy`;
CREATE TABLE IF NOT EXISTS `me_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_term_taxonomy`
--

INSERT INTO `me_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 2),
(2, 2, 'nav_menu', '', 0, 11),
(3, 3, 'category', '', 0, 8),
(4, 4, 'nav_menu', '', 0, 11),
(5, 5, 'category', '', 0, 72);

-- --------------------------------------------------------

--
-- Structure de la table `me_trp_dictionary_fr_fr_en_gb`
--

DROP TABLE IF EXISTS `me_trp_dictionary_fr_fr_en_gb`;
CREATE TABLE IF NOT EXISTS `me_trp_dictionary_fr_fr_en_gb` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `original` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `translated` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` int(20) DEFAULT '0',
  `block_type` int(20) DEFAULT '0',
  `original_id` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `index_name` (`original`(100))
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_trp_dictionary_fr_fr_en_gb`
--

INSERT INTO `me_trp_dictionary_fr_fr_en_gb` (`id`, `original`, `translated`, `status`, `block_type`, `original_id`) VALUES
(1, 'Modd-events', '', 0, 0, 1),
(2, 'Un site utilisant WordPress', '', 0, 0, 2),
(3, 'News', '', 0, 0, 3),
(4, 'Regardez nos vidéos', '', 0, 0, 4),
(5, 'Agenda', '', 0, 0, 5),
(6, 'Copyright © 2021. All Rights Reserved | Site crée par', '', 0, 0, 6),
(7, 'MK WEB LINKS.', '', 0, 0, 7),
(8, 'https://www.mkweblinks.com/', '', 0, 0, 8),
(9, 'https://www.facebook.com/chambredecommerce.darmenie', '', 0, 0, 9),
(10, 'https://www.linkedin.com/company/chambre-de-commerce-et-d-industrie-de-la-republique-d-armenie-en-france/', '', 0, 0, 10);

-- --------------------------------------------------------

--
-- Structure de la table `me_trp_gettext_en_gb`
--

DROP TABLE IF EXISTS `me_trp_gettext_en_gb`;
CREATE TABLE IF NOT EXISTS `me_trp_gettext_en_gb` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `original` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `translated` longtext COLLATE utf8mb4_unicode_520_ci,
  `domain` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` int(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `index_name` (`original`(100))
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_trp_gettext_en_gb`
--

INSERT INTO `me_trp_gettext_en_gb` (`id`, `original`, `translated`, `domain`, `status`) VALUES
(1, 'Edit Profile', '', 'default', 0),
(2, 'Log Out', '', 'default', 0),
(3, 'Search', '', 'default', 0),
(4, 'Howdy, %s', 'Hi, %s', 'default', 2),
(5, 'About WordPress', '', 'default', 0),
(6, 'WordPress.org', '', 'default', 0),
(7, 'https://wordpress.org/', 'https://en-gb.wordpress.org/', 'default', 2),
(8, 'Documentation', '', 'default', 0),
(9, 'https://wordpress.org/support/', '', 'default', 0),
(10, 'Support', '', 'default', 0),
(11, 'https://wordpress.org/support/forums/', '', 'default', 0),
(12, 'Feedback', '', 'default', 0),
(13, 'https://wordpress.org/support/forum/requests-and-feedback', '', 'default', 0),
(14, 'Dashboard', '', 'default', 0),
(15, 'Themes', '', 'default', 0),
(16, 'Widgets', '', 'default', 0),
(17, 'Menus', '', 'default', 0),
(18, 'Background', '', 'default', 0),
(19, 'Customize', 'Customise', 'default', 2),
(20, '%d Plugin Update', '', 'default', 0),
(21, '%d Theme Update', '', 'default', 0),
(22, '%s Comments in moderation', '', 'default', 0),
(23, 'User', '', 'default', 0),
(24, 'New', '', 'default', 0),
(25, 'WPForms', '', 'wpforms-lite', 0),
(26, 'All Forms', '', 'wpforms-lite', 0),
(27, 'Add New', '', 'wpforms-lite', 0),
(28, 'Community', '', 'wpforms-lite', 0),
(29, 'Support', '', 'wpforms-lite', 0),
(30, 'Toolbar', '', 'default', 0),
(31, 'Skip to content', '', 'twentytwentyone', 0),
(32, 'Primary menu', '', 'twentytwentyone', 0),
(33, 'Menu', '', 'twentytwentyone', 0),
(34, 'Close', '', 'twentytwentyone', 0),
(35, 'Default', '', 'megamenu', 0);

-- --------------------------------------------------------

--
-- Structure de la table `me_trp_gettext_fr_fr`
--

DROP TABLE IF EXISTS `me_trp_gettext_fr_fr`;
CREATE TABLE IF NOT EXISTS `me_trp_gettext_fr_fr` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `original` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `translated` longtext COLLATE utf8mb4_unicode_520_ci,
  `domain` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` int(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`),
  KEY `index_name` (`original`(100))
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_trp_gettext_fr_fr`
--

INSERT INTO `me_trp_gettext_fr_fr` (`id`, `original`, `translated`, `domain`, `status`) VALUES
(1, 'Edit Profile', 'Modifier le profil', 'default', 2),
(2, 'Log Out', 'Se déconnecter', 'default', 2),
(3, 'Search', 'Rechercher', 'default', 2),
(4, 'Howdy, %s', 'Bonjour, %s', 'default', 2),
(5, 'About WordPress', 'À propos de WordPress', 'default', 2),
(6, 'WordPress.org', 'Site de WordPress-FR', 'default', 2),
(7, 'https://wordpress.org/', 'https://fr.wordpress.org/', 'default', 2),
(8, 'Documentation', '', 'default', 0),
(9, 'https://wordpress.org/support/', 'https://fr.wordpress.org/support/', 'default', 2),
(10, 'Support', 'Forums de support', 'default', 2),
(11, 'https://wordpress.org/support/forums/', 'https://wpfr.net/support', 'default', 2),
(12, 'Feedback', 'Vos retours', 'default', 2),
(13, 'https://wordpress.org/support/forum/requests-and-feedback', '', 'default', 0),
(14, 'Dashboard', 'Tableau de bord', 'default', 2),
(15, 'Themes', 'Thèmes', 'default', 2),
(16, 'Widgets', '', 'default', 0),
(17, 'Menus', '', 'default', 0),
(18, 'Background', 'Arrière-plan', 'default', 2),
(19, 'Customize', 'Personnaliser', 'default', 2),
(20, '%d Plugin Update', '%d mise à jour d’extension', 'default', 2),
(21, '%d Theme Update', '%d mise à jour de thème', 'default', 2),
(22, '%s Comments in moderation', '%s commentaire en modération', 'default', 2),
(23, 'User', 'Compte', 'default', 2),
(24, 'New', 'Créer', 'default', 2),
(25, 'WPForms', '', 'wpforms-lite', 0),
(26, 'All Forms', 'Tous les formulaires', 'wpforms-lite', 2),
(27, 'Add New', 'Ajouter', 'wpforms-lite', 2),
(28, 'Community', 'Communauté', 'wpforms-lite', 2),
(29, 'Support', '', 'wpforms-lite', 0),
(30, 'Toolbar', 'Barre d’outils', 'default', 2),
(31, 'Skip to content', 'Aller au contenu', 'twentytwentyone', 2),
(32, 'Primary menu', 'Menu principal', 'twentytwentyone', 2),
(33, 'Menu', '', 'twentytwentyone', 0),
(34, 'Close', 'Fermer', 'twentytwentyone', 2),
(35, 'Default', 'Défaut', 'megamenu', 2);

-- --------------------------------------------------------

--
-- Structure de la table `me_trp_original_meta`
--

DROP TABLE IF EXISTS `me_trp_original_meta`;
CREATE TABLE IF NOT EXISTS `me_trp_original_meta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `original_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  UNIQUE KEY `meta_id` (`meta_id`),
  KEY `index_original_id` (`original_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Structure de la table `me_trp_original_strings`
--

DROP TABLE IF EXISTS `me_trp_original_strings`;
CREATE TABLE IF NOT EXISTS `me_trp_original_strings` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `original` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `index_original` (`original`(100))
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_trp_original_strings`
--

INSERT INTO `me_trp_original_strings` (`id`, `original`) VALUES
(1, 'Modd-events'),
(2, 'Un site utilisant WordPress'),
(3, 'News'),
(4, 'Regardez nos vidéos'),
(5, 'Agenda'),
(6, 'Copyright © 2021. All Rights Reserved | Site crée par'),
(7, 'MK WEB LINKS.'),
(8, 'https://www.mkweblinks.com/'),
(9, 'https://www.facebook.com/chambredecommerce.darmenie'),
(10, 'https://www.linkedin.com/company/chambre-de-commerce-et-d-industrie-de-la-republique-d-armenie-en-france/');

-- --------------------------------------------------------

--
-- Structure de la table `me_usermeta`
--

DROP TABLE IF EXISTS `me_usermeta`;
CREATE TABLE IF NOT EXISTS `me_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_usermeta`
--

INSERT INTO `me_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin@modd-events.com'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'me_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'me_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:7:{s:64:\"76f523f08c7d07064678316dd4378679364b4301c447bb2034400936d81928e7\";a:4:{s:10:\"expiration\";i:1637240259;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636030659;}s:64:\"c7657f43e161c28f5897b76ffb35f8848ec93d0ce5edada525dca2d131a3312a\";a:4:{s:10:\"expiration\";i:1637299370;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636089770;}s:64:\"dc1ef0e4484cb54d4bc1891392d8659e1e1c16316939157340e01f23746ebc84\";a:4:{s:10:\"expiration\";i:1636522286;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636349486;}s:64:\"5050d6e77f616f862ee27c9736aa8c3e894bff5d3cf865f73a9252444ea5d5a1\";a:4:{s:10:\"expiration\";i:1637565805;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636356205;}s:64:\"357e54eae9e75248eac553419082b54ded7d870a845595a827a92017515c53be\";a:4:{s:10:\"expiration\";i:1636529010;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636356210;}s:64:\"93c6bc4ddbddd7edd5a9a50112ac5a208c6e8de45fa1d66b89abfd855935f03f\";a:4:{s:10:\"expiration\";i:1636529016;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636356216;}s:64:\"db9603c56138208889538807b37c9b2feb8b77d32f8faa628848c5fecd0f21c3\";a:4:{s:10:\"expiration\";i:1636611826;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";s:5:\"login\";i:1636439026;}}'),
(17, 1, 'me_dashboard_quick_press_last_post_id', '128'),
(18, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(19, 1, 'metaboxhidden_nav-menus', 'a:3:{i:0;s:18:\"mega_menu_meta_box\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),
(20, 1, 'nav_menu_recently_edited', '2'),
(21, 1, 'me_user-settings', 'libraryContent=browse'),
(22, 1, 'me_user-settings-time', '1636358978'),
(23, 1, 'me_yoast_notifications', 'a:2:{i:0;a:2:{s:7:\"message\";s:403:\"<p>Vous pouvez accélérer votre site et obtenir des statistiques de maillage interne en nous autorisant à procéder à quelques optimisations sur le stockage des données SEO.</p><p>Nous estimons que cela prendra moins d’une minute.</p><a class=\"button\" href=\"http://localhost/modd-events.com/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Démarrer l’optimisation des données SEO</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:21:\"admin@modd-events.com\";s:9:\"user_pass\";s:34:\"$P$B3idsxvbRqxUVBL0UNJI/J00ng6DHe1\";s:13:\"user_nicename\";s:20:\"adminmodd-events-com\";s:10:\"user_email\";s:23:\"contact@modd-events.com\";s:8:\"user_url\";s:32:\"http://localhost/modd-events.com\";s:15:\"user_registered\";s:19:\"2021-08-20 05:23:55\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:21:\"admin@modd-events.com\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"me_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:68:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;s:10:\"loco_admin\";b:1;s:20:\"wpseo_manage_options\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:397:\"<p>Nous voyons que vous avez activé les mises à jour automatiques pour WordPress. Nous vous recommandons le faire pour Yoast SEO également. Cela nous assurera que WordPress et Yoast SEO continuera de bien fonctionner ensemble. <a href=\"http://localhost/modd-events.com/wp-admin/plugins.php\">Allez dans la listes des extensions pour activer les mises à jour automatiques pour Yoast SEO.</a></p>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-auto-update\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(24, 1, 'closedpostboxes_', 'a:1:{i:0;s:10:\"wpseo_meta\";}'),
(25, 1, 'metaboxhidden_', 'a:0:{}'),
(26, 1, 'enable_custom_fields', '1');

-- --------------------------------------------------------

--
-- Structure de la table `me_users`
--

DROP TABLE IF EXISTS `me_users`;
CREATE TABLE IF NOT EXISTS `me_users` (
  `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_users`
--

INSERT INTO `me_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin@modd-events.com', '$P$B3idsxvbRqxUVBL0UNJI/J00ng6DHe1', 'adminmodd-events-com', 'contact@modd-events.com', 'http://localhost/modd-events.com', '2021-08-20 05:23:55', '', 0, 'admin@modd-events.com');

-- --------------------------------------------------------

--
-- Structure de la table `me_wpforms_tasks_meta`
--

DROP TABLE IF EXISTS `me_wpforms_tasks_meta`;
CREATE TABLE IF NOT EXISTS `me_wpforms_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_wpforms_tasks_meta`
--

INSERT INTO `me_wpforms_tasks_meta` (`id`, `action`, `data`, `date`) VALUES
(1, 'wpforms_process_entry_emails_meta_cleanup', 'Wzg2NDAwXQ==', '2021-08-20 05:39:15'),
(2, 'wpforms_admin_notifications_update', 'W10=', '2021-08-20 05:39:27'),
(3, 'wpforms_admin_addons_cache_update', 'W10=', '2021-08-20 05:40:50'),
(4, 'wpforms_admin_builder_templates_cache_update', 'W10=', '2021-08-20 05:40:51'),
(5, 'wpforms_builder_help_cache_update', 'W10=', '2021-08-20 13:04:37'),
(6, 'wpforms_admin_notifications_update', 'W10=', '2021-08-23 04:54:30'),
(7, 'wpforms_admin_notifications_update', 'W10=', '2021-11-04 12:57:46'),
(8, 'wpforms_admin_notifications_update', 'W10=', '2021-11-05 12:58:29'),
(9, 'wpforms_admin_notifications_update', 'W10=', '2021-11-08 05:31:27'),
(10, 'wpforms_admin_notifications_update', 'W10=', '2021-11-09 06:23:47');

-- --------------------------------------------------------

--
-- Structure de la table `me_yoast_indexable`
--

DROP TABLE IF EXISTS `me_yoast_indexable`;
CREATE TABLE IF NOT EXISTS `me_yoast_indexable` (
  `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) UNSIGNED DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`)
) ENGINE=InnoDB AUTO_INCREMENT=225 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_yoast_indexable`
--

INSERT INTO `me_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(1, 'http://localhost/modd-events.com/', '33:4fd25b4a0c18ae8759505e4f0c9fec9f', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Organisateur d&#039;évènement', 'Accueil', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '%%sitename%%', '', '', '0', NULL, NULL, NULL, NULL, NULL, '2021-08-23 13:09:01', '2021-08-23 10:09:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(2, 'http://localhost/modd-events.com/category/news/', '47:89e844df8b1fc422fc690e406285899e', 3, 'term', 'category', NULL, NULL, NULL, NULL, 'News', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-08-23 13:21:07', '2021-08-23 10:21:07', 1, NULL, NULL, NULL, NULL, 0, NULL),
(3, 'http://localhost/modd-events.com/author/adminmodd-events-com/', '61:a57d54fac55b8e3f716289875ee863c7', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9e0b44473e2977b2b101cfb030f7aee9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9e0b44473e2977b2b101cfb030f7aee9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-08-23 13:21:23', '2021-11-08 06:35:12', 1, NULL, NULL, NULL, NULL, 0, NULL),
(4, 'http://localhost/modd-events.com/2021/08/20/tour-incentive-avec-yerevan-brandy-company/', '87:ec529831c2891ecbea3f9be8b6cfbd74', 64, 'post', 'post', 1, 0, NULL, NULL, 'Tour incentive avec Yerevan Brandy Company', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg', NULL, '66', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg', '66', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg\",\"size\":\"full\",\"id\":66,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-08-23 13:21:23', '2021-11-04 10:34:17', 1, NULL, NULL, NULL, NULL, 0, 1),
(5, 'http://localhost/modd-events.com/evenements-sociaux/', '52:2332327558861b0c8d336b7fd300b603', 16, 'post', 'page', 1, 0, NULL, NULL, 'Evénements sociaux', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-08-23 14:08:10', '2021-11-04 10:17:01', 1, NULL, NULL, NULL, NULL, 0, 2),
(6, 'http://localhost/modd-events.com/evenements-dentreprise/', '56:f22f7cdd8aae1972b5a66df2a6c99376', 14, 'post', 'page', 1, 0, NULL, NULL, 'Evénements d’entreprise', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-08-23 14:10:22', '2021-11-04 10:14:27', 1, NULL, NULL, NULL, NULL, 0, 2),
(7, 'http://localhost/modd-events.com/contact/', '41:b18019cbe9ce3f59656631b59280e2c5', 22, 'post', 'page', 1, 0, NULL, NULL, 'Contact', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2021-11-03 05:09:00', '2021-11-03 02:09:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(8, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg', '65:3230832a4b83b318557a47b0d23fca2b', 119, 'post', 'attachment', 1, 22, NULL, NULL, 'ARMENUHI', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg', NULL, '119', 'attachment-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg', '119', 'attachment-image', '{\"width\":543,\"height\":543,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/08/2.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/08/2.jpg\",\"size\":\"full\",\"id\":119,\"alt\":\"\",\"pixels\":294849,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2021-11-03 05:09:00', '2021-11-03 02:09:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(9, 'http://localhost/modd-events.com/team-building/', '47:b3f3b61ef8ad29c81ccade1d5c57f6ce', 10, 'post', 'page', 1, 0, NULL, NULL, 'Team Building', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-11-04 12:56:26', '2021-11-04 10:06:19', 1, NULL, NULL, NULL, NULL, 0, 4),
(10, 'http://localhost/modd-events.com/bienvenue/', '43:a413f10958d361a3596c286e3de3167d', 51, 'post', 'page', 1, 0, NULL, NULL, 'Bienvenue', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/b-francais1.jpg', NULL, 'first-content-image', NULL, NULL, NULL, NULL, '2021-11-04 12:58:11', '2021-11-04 09:58:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(11, 'http://localhost/modd-events.com/contact-footer/', '48:8d25f267fd8f0902b17b0db6cdbc7337', 105, 'post', 'page', 1, 0, NULL, NULL, 'contact footer', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 12:58:11', '2021-11-04 09:58:12', 1, NULL, NULL, NULL, NULL, 0, NULL),
(12, 'http://localhost/modd-events.com/evenements/', '44:705a0405cb44b333f6f6d09c59671079', 12, 'post', 'page', 1, 0, NULL, NULL, 'Evénements', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-11-04 12:58:12', '2021-11-04 10:09:22', 1, NULL, NULL, NULL, NULL, 0, 1),
(13, 'http://localhost/modd-events.com/galerie/', '41:412900e131123a49dd43418ed0f988ce', 20, 'post', 'page', 1, 0, NULL, NULL, 'Galerie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 12:58:12', '2021-11-04 09:58:12', 1, NULL, NULL, NULL, NULL, 0, NULL),
(14, 'http://localhost/modd-events.com/newsletter/', '44:b23ad500138531c95d296ddd41d0323b', 63, 'post', 'page', 1, 0, NULL, NULL, 'Newsletter', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 12:58:12', '2021-11-04 09:58:12', 1, NULL, NULL, NULL, NULL, 0, NULL),
(15, 'http://localhost/modd-events.com/page-d-exemple/', '48:b5c525de4b759896259eacf88648eb20', 2, 'post', 'page', 1, 0, NULL, NULL, 'Page d’exemple', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 12:58:12', '2021-11-04 09:58:12', 1, NULL, NULL, NULL, NULL, 0, NULL),
(16, 'http://localhost/modd-events.com/?page_id=3', '43:4d87a2005e4a2ee41c87acc6900f268b', 3, 'post', 'page', 1, 0, NULL, NULL, 'Politique de confidentialité', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 12:58:12', '2021-11-04 09:58:12', 1, NULL, NULL, NULL, NULL, 0, NULL),
(17, 'http://localhost/modd-events.com/tours-incentives/', '50:b1b421b9b7818e0f9f6981926267be05', 18, 'post', 'page', 1, 0, NULL, NULL, 'Tours incentives', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-11-04 12:58:12', '2021-11-04 10:22:41', 1, NULL, NULL, NULL, NULL, 0, 2),
(18, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg', '100:63c681f0146e5ce3a47bd1f36ffc76eb', 130, 'post', 'attachment', 1, 10, NULL, NULL, '1535039_770715532946882_2076833155_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg', NULL, '130', 'attachment-image', NULL, NULL, NULL, '130', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:00:31', '2021-11-04 13:00:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(19, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg', '87:24032255eb6be3ce9a73e7a0a9269f25', 135, 'post', 'attachment', 1, 10, NULL, NULL, 'Untitled-2_0006_Layer-2.png', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg', NULL, '135', 'attachment-image', NULL, NULL, NULL, '135', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:03:10', '2021-11-04 13:03:17', 1, NULL, NULL, NULL, NULL, 0, NULL),
(20, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg', '87:5d9f3cd82c218e3e57c24260d6c3a870', 136, 'post', 'attachment', 1, 10, NULL, NULL, 'Untitled-2_0002_Layer-6.png', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg', NULL, '136', 'attachment-image', NULL, NULL, NULL, '136', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:03:15', '2021-11-04 13:03:17', 1, NULL, NULL, NULL, NULL, 0, NULL),
(21, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg', '74:1080ac2b0b614124f464d3c4baaef10c', 138, 'post', 'attachment', 1, 10, NULL, NULL, 'conseil1_1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg', NULL, '138', 'attachment-image', NULL, NULL, NULL, '138', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:03:55', '2021-11-04 13:03:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(22, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/jeux_fr.jpg', '71:e453f93dba87f673e1d1a2364e298354', 140, 'post', 'attachment', 1, 10, NULL, NULL, 'jeux_fr', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/jeux_fr.jpg', NULL, '140', 'attachment-image', NULL, NULL, NULL, '140', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:04:20', '2021-11-04 13:06:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(23, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil2.jpg', '72:ae402639c2b7047168499de79b19f0f0', 142, 'post', 'attachment', 1, 10, NULL, NULL, 'conseil2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil2.jpg', NULL, '142', 'attachment-image', NULL, NULL, NULL, '142', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:04:43', '2021-11-04 13:06:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(24, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/analyse_fr1.jpg', '75:d7babbc2bec0ca1a916a46a8a1dad510', 143, 'post', 'attachment', 1, 10, NULL, NULL, 'analyse_fr1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/analyse_fr1.jpg', NULL, '143', 'attachment-image', NULL, NULL, NULL, '143', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:05:06', '2021-11-04 13:06:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(25, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil3.jpg', '72:67371e257ceaf0350537dee4d0d664c2', 144, 'post', 'attachment', 1, 10, NULL, NULL, 'conseil3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil3.jpg', NULL, '144', 'attachment-image', NULL, NULL, NULL, '144', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:05:30', '2021-11-04 13:06:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(26, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/titre_etape_1.jpg', '77:acb60ea12295d0fa270c9dd0aa8faef3', 145, 'post', 'attachment', 1, 10, NULL, NULL, 'titre_etape_1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/titre_etape_1.jpg', NULL, '145', 'attachment-image', NULL, NULL, NULL, '145', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:05:54', '2021-11-04 13:06:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(27, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/etapes_francais-page-001.jpg', '88:8cf219cd52af6cca2dbdf4a11978e544', 146, 'post', 'attachment', 1, 10, NULL, NULL, 'etapes_francais-page-001', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/etapes_francais-page-001.jpg', NULL, '146', 'attachment-image', NULL, NULL, NULL, '146', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:06:13', '2021-11-04 13:06:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(28, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg', '79:358d57eb43d0a5c268c71e938a6b92f5', 148, 'post', 'attachment', 1, 12, NULL, NULL, 'Untitled-1_copy', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg', NULL, '148', 'attachment-image', NULL, NULL, NULL, '148', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:08:52', '2021-11-04 13:08:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(29, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy.jpg', '82:1a3b4c884c4bc4d6960a7ad771f62764', 151, 'post', 'attachment', 1, 12, NULL, NULL, 'conseil_evmnt_copy', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy.jpg', NULL, '151', 'attachment-image', NULL, NULL, NULL, '151', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:09:18', '2021-11-04 13:09:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(30, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg', '89:a9a2c66b982776b188ead191f4b1f00d', 153, 'post', 'attachment', 1, 14, NULL, NULL, 'Untitled-2_0000_Layer-3.png', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg', NULL, '153', 'attachment-image', NULL, NULL, NULL, '153', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:10:22', '2021-11-04 13:10:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(31, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg', '94:b0bb6a3c1876afb4c033c602350ac2e7', 155, 'post', 'attachment', 1, 14, NULL, NULL, '697_515762765108828_32282134_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg', NULL, '155', 'attachment-image', NULL, NULL, NULL, '155', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:11:16', '2021-11-04 13:11:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(32, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg', '100:8c50fe0f7afe7434eb00eedb009f9f8d', 156, 'post', 'attachment', 1, 14, NULL, NULL, '1383301_706631546021948_1132263940_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg', NULL, '156', 'attachment-image', NULL, NULL, NULL, '156', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:11:23', '2021-11-04 13:11:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(33, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy-1.jpg', '84:fd8571ca1d74282d79d8cb70473bdb83', 158, 'post', 'attachment', 1, 14, NULL, NULL, 'conseil_evmnt_copy-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy-1.jpg', NULL, '158', 'attachment-image', NULL, NULL, NULL, '158', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-04 13:12:28', '2021-11-04 10:12:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(34, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_dentreprise_copy.jpg', '94:0bf1fdef592bb210268909d71a1b4eeb', 159, 'post', 'attachment', 1, 14, NULL, NULL, 'conseil_evmnt_dentreprise_copy', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_dentreprise_copy.jpg', NULL, '159', 'attachment-image', NULL, NULL, NULL, '159', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:12:47', '2021-11-04 13:13:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(35, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/FRANCAIS.jpg', '72:7b5a8d457b464d9d30994360a303f61e', 161, 'post', 'attachment', 1, 14, NULL, NULL, 'yellow-large.png', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/FRANCAIS.jpg', NULL, '161', 'attachment-image', NULL, NULL, NULL, '161', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:13:30', '2021-11-04 13:13:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(36, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg', '96:19e34a541f3323f352edf96293c1830b', 163, 'post', 'attachment', 1, 16, NULL, NULL, '179610_190943367590771_7846892_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg', NULL, '163', 'attachment-image', NULL, NULL, NULL, '163', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:15:50', '2021-11-04 13:16:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(37, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg', '82:e9751930b62286d3b2229cee683ef1bf', 164, 'post', 'attachment', 1, 16, NULL, NULL, 'evnmt_sociaux_copy', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg', NULL, '164', 'attachment-image', NULL, NULL, NULL, '164', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:16:10', '2021-11-04 13:16:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(38, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg', '99:885d6649fbfb87a793ff086529aa0519', 165, 'post', 'attachment', 1, 16, NULL, NULL, '1378895_713160475369055_198719391_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg', NULL, '165', 'attachment-image', NULL, NULL, NULL, '165', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:16:27', '2021-11-04 13:16:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(39, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg', '100:796321900c2d226b5913bb9f456cb7c4', 167, 'post', 'attachment', 1, 16, NULL, NULL, '1378810_708293719189064_1561996285_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg', NULL, '167', 'attachment-image', NULL, NULL, NULL, '167', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:16:39', '2021-11-04 13:16:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(40, 'http://localhost/modd-events.com/projects-franco-armeniens/', '59:fef89f6f83df9cc3aa42b7e170eab75c', 170, 'post', 'page', 1, 0, NULL, NULL, 'Projects franco-arméniens', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-11-04 13:18:35', '2021-11-04 10:19:06', 1, NULL, NULL, NULL, NULL, 0, 1),
(41, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg', '74:e0ed9bffa2e37014d18b35a2478ec78e', 172, 'post', 'attachment', 1, 170, NULL, NULL, 'Untitled-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg', NULL, '172', 'attachment-image', NULL, NULL, NULL, '172', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:18:42', '2021-11-04 13:19:05', 1, NULL, NULL, NULL, NULL, 1, NULL),
(42, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/580755_468319346519837_887772421_n.jpg', '98:dc3b02ad9e6c56fed3a060d1f177f8c4', 173, 'post', 'attachment', 1, 170, NULL, NULL, '580755_468319346519837_887772421_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/580755_468319346519837_887772421_n.jpg', NULL, '173', 'attachment-image', NULL, NULL, NULL, '173', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:19:02', '2021-11-04 13:19:05', 1, NULL, NULL, NULL, NULL, 1, NULL),
(43, 'http://localhost/modd-events.com/evenements-culturels-et-sportifs/', '66:0e2596c540db5d051cd55a98438d61e2', 175, 'post', 'page', 1, 0, NULL, NULL, 'Evénements culturels et sportifs', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', NULL, NULL, 'first-content-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', NULL, 'first-content-image', NULL, 0, NULL, NULL, '2021-11-04 13:20:07', '2021-11-04 10:21:26', 1, NULL, NULL, NULL, NULL, 0, 2),
(44, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', '72:b8162600716dbedc03112ba689e07928', 176, 'post', 'attachment', 1, 175, NULL, NULL, 'Picture2.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', NULL, '176', 'attachment-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', '176', 'attachment-image', '{\"width\":304,\"height\":204,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Picture2.jpg\",\"size\":\"full\",\"id\":176,\"alt\":\"\",\"pixels\":62016,\"type\":\"image/jpeg\"}', NULL, 1, NULL, '2021-11-04 13:20:07', '2021-11-04 13:20:07', 1, NULL, NULL, NULL, NULL, 0, NULL),
(45, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/229443_505754326109672_1215926960_n.jpg', '99:73e21e0cfa6d6eb20698d07d51a5fc67', 179, 'post', 'attachment', 1, 175, NULL, NULL, '229443_505754326109672_1215926960_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/229443_505754326109672_1215926960_n.jpg', NULL, '179', 'attachment-image', NULL, NULL, NULL, '179', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:21:00', '2021-11-04 13:21:25', 1, NULL, NULL, NULL, NULL, 0, NULL),
(46, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_cult_et_sport_copy.jpg', '88:5160e5a2ce732d84ae0b2a2c1e66de36', 180, 'post', 'attachment', 1, 175, NULL, NULL, 'evnmt_cult_et_sport_copy', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_cult_et_sport_copy.jpg', NULL, '180', 'attachment-image', NULL, NULL, NULL, '180', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:21:23', '2021-11-04 13:21:25', 1, NULL, NULL, NULL, NULL, 0, NULL),
(47, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg', '98:9808dfedd59ad33ad3b05f41b5348842', 182, 'post', 'attachment', 1, 18, NULL, NULL, '253131_505753956109709_109405224_n.jpg', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg', NULL, '182', 'attachment-image', NULL, NULL, NULL, '182', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:22:05', '2021-11-04 13:22:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(48, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo1.jpg', '70:16c0945060bd573e1b6d5f2a627d29a7', 183, 'post', 'attachment', 1, 18, NULL, NULL, 'photo1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo1.jpg', NULL, '183', 'attachment-image', NULL, NULL, NULL, '183', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:22:32', '2021-11-04 13:22:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(49, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo2.jpg', '70:2e2e750052bc684c8c3da46c247c0e8c', 184, 'post', 'attachment', 1, 18, NULL, NULL, 'photo2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo2.jpg', NULL, '184', 'attachment-image', NULL, NULL, NULL, '184', 'attachment-image', NULL, NULL, 1, NULL, '2021-11-04 13:22:37', '2021-11-04 13:22:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(50, 'http://localhost/modd-events.com/2021/08/20/soiree-armenienne-a-londres/', '72:2d9fa6ac55f18aa759af97e81ddf2e8b', 1, 'post', 'post', 1, 0, NULL, NULL, 'Soirée arménienne à Londres', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 13:23:19', '2021-11-04 10:35:45', 1, NULL, NULL, NULL, NULL, 0, 2),
(51, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/cadre3.jpg', '70:8ee6fb0e3d57bf6869bb6def5608b305', 71, 'post', 'attachment', 1, 1, NULL, NULL, 'cadre3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/cadre3.jpg', NULL, '71', 'attachment-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/cadre3.jpg', '71', 'attachment-image', '{\"width\":265,\"height\":174,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/08/cadre3.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/08/cadre3.jpg\",\"size\":\"full\",\"id\":71,\"alt\":\"\",\"pixels\":46110,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2021-11-04 13:23:36', '2021-11-04 10:24:23', 1, NULL, NULL, NULL, NULL, 1, NULL),
(52, 'http://localhost/modd-events.com/2021/11/04/nous-sommes-maintenant-aux-etats-unis/', '82:f58d486eeef9e84dd76c43539b313e5d', 187, 'post', 'post', 1, 0, NULL, NULL, 'Nous sommes maintenant aux Etats-Unis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 13:25:23', '2021-11-04 10:33:48', 1, NULL, NULL, NULL, NULL, 0, 1),
(53, 'http://localhost/modd-events.com/2021/11/04/et-un-nouveau-projet-realise/', '73:2344095e201b888199933de61a7a89e9', 189, 'post', 'post', 1, 0, NULL, NULL, 'Et un nouveau projet réalisé', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 13:26:22', '2021-11-04 10:33:26', 1, NULL, NULL, NULL, NULL, 0, 1),
(54, 'http://localhost/modd-events.com/2021/11/04/ceremonie-douverture-de-la-zone-sanitaire-tsarav-aghbyur-deyerevan-jur-cjsc/', '120:762f7a290be0c95bfa6036713d91be1d', 191, 'post', 'post', 1, 0, NULL, NULL, 'Cérémonie d’ouverture de la zone sanitaire « Tsarav Aghbyur » deYerevan Jur CJSC', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 13:27:14', '2021-11-04 10:32:58', 1, NULL, NULL, NULL, NULL, 0, 1),
(55, 'http://localhost/modd-events.com/2021/11/04/annees-dexperience-qui-est-devenues-un-evenement-sans-precedent/', '108:c3815d9c2fd880eb90825f21e4c4a465', 193, 'post', 'post', 1, 0, NULL, NULL, 'Années d’expérience, qui est devenues un événement sans précédent', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg', NULL, '194', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg', '194', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg\",\"size\":\"full\",\"id\":194,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-04 13:28:07', '2021-11-04 10:32:19', 1, NULL, NULL, NULL, NULL, 0, 1),
(56, 'http://localhost/modd-events.com/2021/11/04/1er-septembre-avec-acba-credit-agricole-bank/', '89:c5ccbfcd5a32ccead6e451535b0db442', 196, 'post', 'post', 1, 0, NULL, NULL, '1er septembre avec ACBA Crédit Agricole Bank', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg', NULL, '197', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg', '197', 'featured-image', '{\"width\":165,\"height\":108,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/cadre5.jpg\",\"size\":\"full\",\"id\":197,\"alt\":\"\",\"pixels\":17820,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-04 13:29:03', '2021-11-04 10:31:48', 1, NULL, NULL, NULL, NULL, 0, 1),
(57, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg', '78:2f51d194a998d2f1bc867e1604165af4', 66, 'post', 'attachment', 1, 64, NULL, NULL, 'MG_7715', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg', NULL, '66', 'attachment-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg', '66', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/08/MG_7715-scaled.jpg\",\"size\":\"full\",\"id\":66,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2021-11-04 13:31:09', '2021-11-04 10:31:09', 1, NULL, NULL, NULL, NULL, 0, NULL),
(58, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg', '70:43578d39119e99d542739e4fbf7f20f1', 197, 'post', 'attachment', 1, 196, NULL, NULL, 'cadre5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg', NULL, '197', 'attachment-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg', '197', 'attachment-image', '{\"width\":165,\"height\":108,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre5.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/cadre5.jpg\",\"size\":\"full\",\"id\":197,\"alt\":\"\",\"pixels\":17820,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2021-11-04 13:31:40', '2021-11-04 10:31:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(59, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg', '79:037140f98738d493c6e90bd052f7eb57', 194, 'post', 'attachment', 1, 193, NULL, NULL, 'IMG_7175', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg', NULL, '194', 'attachment-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg', '194', 'attachment-image', '{\"width\":2560,\"height\":1707,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_7175-scaled.jpg\",\"size\":\"full\",\"id\":194,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', NULL, NULL, NULL, '2021-11-04 13:32:13', '2021-11-04 10:32:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(60, 'http://localhost/modd-events.com/2021/11/04/concert-de-7-8-projet-band-a-moscou/', '80:f43394d5c8c388bbe3e811199ec7d2b0', 207, 'post', 'post', 1, 0, NULL, NULL, 'Concert de « 7/8 Projet band » à Moscou', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre3.jpg', NULL, '208', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre3.jpg', '208', 'featured-image', '{\"width\":265,\"height\":174,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/cadre3.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/cadre3.jpg\",\"size\":\"full\",\"id\":208,\"alt\":\"\",\"pixels\":46110,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-04 14:01:31', '2021-11-04 11:01:34', 1, NULL, NULL, NULL, NULL, 0, 1),
(61, 'http://localhost/modd-events.com/2021/11/04/210/', '48:27fba1d3591055ff52b828da5f722301', 210, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:29', '2021-11-04 11:03:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(62, 'http://localhost/modd-events.com/2021/11/04/211/', '48:b0b21dbb46cd6bf612e5773b35cf4967', 211, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:29', '2021-11-04 11:03:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(63, 'http://localhost/modd-events.com/?p=212', '39:b7a7527b743ca4498338613bf9625741', 212, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 14:02:30', '2021-11-04 11:02:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(64, 'http://localhost/modd-events.com/?p=213', '39:d9fc10ec8c334843ad58b7cb98deac3a', 213, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-04 14:02:30', '2021-11-04 11:02:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(65, 'http://localhost/modd-events.com/2021/11/04/accueil-2/', '54:1fcec7968e6d1c5654056bdb6f6b6298', 95, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Accueil', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:58', '2021-11-04 11:03:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(66, 'http://localhost/modd-events.com/2021/11/04/103/', '48:d52bdaaa26a271721e8f445e2acaacc5', 103, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:58', '2021-11-04 11:03:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(67, 'http://localhost/modd-events.com/2021/11/04/102/', '48:b902e4054e70d8ebddbc12685922dfb6', 102, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:58', '2021-11-04 11:03:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(68, 'http://localhost/modd-events.com/2021/11/04/101/', '48:a6fca0009c1a9c8f6c1f9c24865c6d34', 101, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:58', '2021-11-04 11:03:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(69, 'http://localhost/modd-events.com/2021/11/04/100/', '48:bd576ff265713a52a2268139ac68da5e', 100, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:58', '2021-11-04 11:03:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(70, 'http://localhost/modd-events.com/2021/11/04/99/', '47:7ac5e2408d35e018533385fe36c44f4d', 99, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:59', '2021-11-04 11:03:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(71, 'http://localhost/modd-events.com/2021/11/04/98/', '47:fbb0ff0bc92e64fc61e907bb2256dff7', 98, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:02:59', '2021-11-04 11:03:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(72, 'http://localhost/modd-events.com/2021/11/04/104/', '48:afc4de81189197465e8b20b0a1c7bac8', 104, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:03:00', '2021-11-04 11:03:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(73, 'http://localhost/modd-events.com/2021/11/04/97/', '47:74325442e488cfeb3194c1627b5649d8', 97, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:03:00', '2021-11-04 11:03:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(74, 'http://localhost/modd-events.com/2021/11/04/214/', '48:26e9918d3bb5fed446ca72ac8dca5d59', 214, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:02', '2021-11-04 11:04:14', 1, NULL, NULL, NULL, NULL, 0, NULL),
(75, 'http://localhost/modd-events.com/2021/11/04/215/', '48:af555d8505b115f3104b7f9c0ecd0418', 215, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:02', '2021-11-04 11:04:14', 1, NULL, NULL, NULL, NULL, 0, NULL),
(76, 'http://localhost/modd-events.com/2021/11/04/accueil/', '52:936ff43eebf350dc12e211c6140fa9e4', 24, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Accueil', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:13', '2021-11-04 11:04:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(77, 'http://localhost/modd-events.com/2021/11/04/31/', '47:2b178288932e38398060beff74eb33c2', 31, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:13', '2021-11-04 11:04:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(78, 'http://localhost/modd-events.com/2021/11/04/30/', '47:c467c83a783f7d54d013008059be7ba4', 30, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:13', '2021-11-04 11:04:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(79, 'http://localhost/modd-events.com/2021/11/04/29/', '47:c63e4ff1bb4aa7261bf4a3a3729dd4b3', 29, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:13', '2021-11-04 11:04:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(80, 'http://localhost/modd-events.com/2021/11/04/28/', '47:1a08193b9588d4abeae3e359a753343b', 28, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:14', '2021-11-04 11:04:14', 1, NULL, NULL, NULL, NULL, 0, NULL),
(81, 'http://localhost/modd-events.com/2021/11/04/27/', '47:b931cb2ba8cbf5feb43164ae8428f91a', 27, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:14', '2021-11-04 11:04:15', 1, NULL, NULL, NULL, NULL, 0, NULL),
(82, 'http://localhost/modd-events.com/2021/11/04/26/', '47:e880652f444d66dc5ca7e8b18bbb04f9', 26, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:15', '2021-11-04 11:04:15', 1, NULL, NULL, NULL, NULL, 0, NULL),
(83, 'http://localhost/modd-events.com/2021/11/04/32/', '47:79c9d7023d862f6ca07afb9fbdcee90d', 32, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:15', '2021-11-04 11:04:15', 1, NULL, NULL, NULL, NULL, 0, NULL),
(84, 'http://localhost/modd-events.com/2021/11/04/25/', '47:dba52b57d471da7858a18f252f2761b0', 25, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sans titre', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:04:15', '2021-11-04 11:04:15', 1, NULL, NULL, NULL, NULL, 0, NULL),
(85, 'http://localhost/modd-events.com/category/gallery/', '50:852b381d5d75ba390e5e1a4dd292f089', 5, 'term', 'category', NULL, NULL, NULL, NULL, 'gallery', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-04 14:14:10', '2021-11-04 11:14:10', 1, NULL, NULL, NULL, NULL, 0, NULL),
(86, 'http://localhost/modd-events.com/2021/11/04/presentation-du-nouveau-parfum-chanel-n5-leau/', '90:809090094f7ad1baa38581e5ab1742a2', 217, 'post', 'post', 1, 0, NULL, NULL, 'Présentation du nouveau parfum Chanel N5 L&rsquo;Eau', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg', NULL, '219', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg', '219', 'featured-image', '{\"width\":425,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg\",\"size\":\"full\",\"id\":219,\"alt\":\"\",\"pixels\":272000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-04 14:16:17', '2021-11-04 11:17:16', 1, NULL, NULL, NULL, NULL, 0, 1),
(87, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg', '72:015f4579f74577fc03fd17504dcfd40a', 219, 'post', 'attachment', 1, 217, NULL, NULL, 'IMG_2255', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2255.jpg', NULL, '219', 'attachment-image', NULL, NULL, NULL, '219', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-04 14:17:07', '2021-11-04 14:17:13', 1, NULL, NULL, NULL, NULL, 1, NULL),
(88, 'http://localhost/modd-events.com/2021/11/05/fete-danniversaire-evenement-prive-organise-par-modd-events/', '104:dfde70c994cdbffb8979c6d61e7249c9', 221, 'post', 'post', 1, 0, NULL, NULL, 'Fête d&rsquo;anniversaire (événement privé organisé par Modd Events)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg', NULL, '223', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg', '223', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg\",\"size\":\"full\",\"id\":223,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 05:29:09', '2021-11-05 02:30:19', 1, NULL, NULL, NULL, NULL, 0, 1);
INSERT INTO `me_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(89, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg', '72:11538ecf7f54b0a300458112c6a95e15', 223, 'post', 'attachment', 1, 221, NULL, NULL, 'IMG_6703', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6703.jpg', NULL, '223', 'attachment-image', NULL, NULL, NULL, '223', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 05:30:10', '2021-11-05 05:30:17', 1, NULL, NULL, NULL, NULL, 1, NULL),
(90, 'http://localhost/modd-events.com/2021/11/05/star-wars-fete-danniversaire-dalexandre/', '84:d9a8b2606014500a2a3e65303c95f7ad', 225, 'post', 'post', 1, 0, NULL, NULL, 'Star Wars (Fête d&rsquo;anniversaire d&rsquo;Alexandre)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg', NULL, '227', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg', '227', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg\",\"size\":\"full\",\"id\":227,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 05:34:26', '2021-11-05 02:35:28', 1, NULL, NULL, NULL, NULL, 0, 1),
(91, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg', '72:877e7df44128f8a8e915ead325d3a58e', 227, 'post', 'attachment', 1, 225, NULL, NULL, 'IMG_6592', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_6592.jpg', NULL, '227', 'attachment-image', NULL, NULL, NULL, '227', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 05:35:21', '2021-11-05 05:35:26', 1, NULL, NULL, NULL, NULL, 1, NULL),
(92, 'http://localhost/modd-events.com/2021/11/05/ouverture-du-nouveau-bureau-scdm/', '77:c468a50e17693fa4f5e57c4577b2e6c7', 229, 'post', 'post', 1, 0, NULL, NULL, 'Ouverture du nouveau bureau SCDM', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg', NULL, '231', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg', '231', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg\",\"size\":\"full\",\"id\":231,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 05:41:31', '2021-11-05 02:42:38', 1, NULL, NULL, NULL, NULL, 0, 1),
(93, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg', '72:ac82232d9434e694b35c183669971a2f', 231, 'post', 'attachment', 1, 229, NULL, NULL, 'DSC_0279', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DSC_0279.jpg', NULL, '231', 'attachment-image', NULL, NULL, NULL, '231', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 05:42:29', '2021-11-05 05:42:35', 1, NULL, NULL, NULL, NULL, 1, NULL),
(94, 'http://localhost/modd-events.com/2021/11/05/anniversaire-lego/', '62:2591dce445e7de3e49f7accf85c17074', 233, 'post', 'post', 1, 0, NULL, NULL, 'Anniversaire LEGO', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg', NULL, '235', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg', '235', 'featured-image', '{\"width\":407,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg\",\"size\":\"full\",\"id\":235,\"alt\":\"\",\"pixels\":260480,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 05:46:44', '2021-11-05 02:47:36', 1, NULL, NULL, NULL, NULL, 0, 1),
(95, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg', '72:d92ecd11a7979c40d91bdb6822f15ca7', 235, 'post', 'attachment', 1, 233, NULL, NULL, 'IMG_5085', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_5085.jpg', NULL, '235', 'attachment-image', NULL, NULL, NULL, '235', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 05:47:28', '2021-11-05 05:47:33', 1, NULL, NULL, NULL, NULL, 1, NULL),
(96, 'http://localhost/modd-events.com/2021/11/05/linen-house-magasin-specialise-en-linge-de-lit-et-accessoires-de-salle-de-bain-ceremonie-douverture-organisee-par-modd-events/', '170:486da8c8536bc6356a7a813a967df7a5', 237, 'post', 'post', 1, 0, NULL, NULL, 'Linen House (Magasin spécialisé en linge de lit et accessoires de salle de bain) Cérémonie d&rsquo;ouverture organisée par Modd Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg', NULL, '239', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg', '239', 'featured-image', '{\"width\":480,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg\",\"size\":\"full\",\"id\":239,\"alt\":\"\",\"pixels\":307200,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 05:54:16', '2021-11-05 02:55:17', 1, NULL, NULL, NULL, NULL, 0, 1),
(97, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg', '101:12d346be82d1b5aa154930ea0875e799', 239, 'post', 'attachment', 1, 237, NULL, NULL, '13492906_1185131148204862_727881053_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/13492906_1185131148204862_727881053_n.jpg', NULL, '239', 'attachment-image', NULL, NULL, NULL, '239', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 05:55:08', '2021-11-05 05:55:15', 1, NULL, NULL, NULL, NULL, 1, NULL),
(98, 'http://localhost/modd-events.com/2021/11/05/modd-backstage-evenement-prive-organise-par-modd-events-pour-les-partenaires-et-clients-de-modd-events/', '147:be9453a093d889f00b7727cd6e7c740b', 241, 'post', 'post', 1, 0, NULL, NULL, 'Modd Backstage (Événement privé organisé par Modd Events pour les partenaires et clients de Modd Events)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg', NULL, '243', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg', '243', 'featured-image', '{\"width\":341,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg\",\"size\":\"full\",\"id\":243,\"alt\":\"\",\"pixels\":218240,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 06:03:37', '2021-11-05 03:04:46', 1, NULL, NULL, NULL, NULL, 0, 1),
(99, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg', '81:fdf234d0d1fb16235ec3e7a532ed1958', 243, 'post', 'attachment', 1, 241, NULL, NULL, 'MODD-Backstage-31', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/MODD-Backstage-31.jpg', NULL, '243', 'attachment-image', NULL, NULL, NULL, '243', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 06:04:33', '2021-11-05 06:04:44', 1, NULL, NULL, NULL, NULL, 1, NULL),
(100, 'http://localhost/modd-events.com/2021/11/05/qatar-airlines-grand-opening-a-erevan-ceremonie-douverture-organisee-par-modd-events/', '129:ab2de0103fa81cb1b0e08713949dc2c5', 245, 'post', 'post', 1, 0, NULL, NULL, 'Qatar AirLines Grand Opening à Erevan (Cérémonie d&rsquo;ouverture organisée par Modd Events)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg', NULL, '247', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg', '247', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg\",\"size\":\"full\",\"id\":247,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 06:19:52', '2021-11-05 03:20:50', 1, NULL, NULL, NULL, NULL, 0, 1),
(101, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg', '72:d5a2274da4428928b59ecffffeeaed8c', 247, 'post', 'attachment', 1, 245, NULL, NULL, 'IMG_2115', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/IMG_2115.jpg', NULL, '247', 'attachment-image', NULL, NULL, NULL, '247', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 06:20:43', '2021-11-05 06:20:47', 1, NULL, NULL, NULL, NULL, 1, NULL),
(102, 'http://localhost/modd-events.com/2021/11/05/conference-daffaires-organisee-par-modd-events-pour-coca-cola-hellenic-armenia/', '123:a770ff64ddd620c2e5213bd47bdb7858', 249, 'post', 'post', 1, 0, NULL, NULL, 'Conférence d&rsquo;affaires organisée par Modd Events pour Coca Cola Hellenic Armenia', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-05 06:29:37', '2021-11-05 03:30:00', 1, NULL, NULL, NULL, NULL, 0, 1),
(103, 'http://localhost/modd-events.com/2021/11/05/%d0%b0%d0%b2%d0%ba%d0%b0%d0%b7%d1%81%d0%ba%d0%b8%d0%b5-%d0%bf%d0%bb%d0%b5%d0%bd%d0%bd%d0%b8%d0%ba%d0%b8-no-limits-evenement-dentreprise-mets-aniv-organise-par-modd-events/', '215:706e9886e52fed6445d422b41f817a68', 252, 'post', 'post', 1, 0, NULL, NULL, 'авказские Пленники No Limits (événement d&rsquo;entreprise « Mets Aniv » organisé par Modd Events)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/b-7.jpg', NULL, '254', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/b-7.jpg', '254', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/b-7.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/b-7.jpg\",\"size\":\"full\",\"id\":254,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 06:31:14', '2021-11-05 03:32:11', 1, NULL, NULL, NULL, NULL, 0, 1),
(104, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/b-7.jpg', '67:601fe70a954bd9f3a4c223db891bfe76', 254, 'post', 'attachment', 1, 252, NULL, NULL, 'b-7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/b-7.jpg', NULL, '254', 'attachment-image', NULL, NULL, NULL, '254', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 06:32:05', '2021-11-05 06:32:08', 1, NULL, NULL, NULL, NULL, 1, NULL),
(105, 'http://localhost/modd-events.com/2021/11/05/light-birthday-party-20e-anniversaire-organise-par-modd-events/', '107:9f70f03360393f40ce85e2caac67282f', 256, 'post', 'post', 1, 0, NULL, NULL, 'Light Birthday Party (20e anniversaire organisé par Modd Events)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1-1.jpg', NULL, '258', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1-1.jpg', '258', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/1-1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/1-1.jpg\",\"size\":\"full\",\"id\":258,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 06:46:02', '2021-11-05 03:47:19', 1, NULL, NULL, NULL, NULL, 0, 1),
(106, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1-1.jpg', '67:1b30707f8a6a675fbdfeab8b5e12d0f0', 258, 'post', 'attachment', 1, 256, NULL, NULL, '1-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1-1.jpg', NULL, '258', 'attachment-image', NULL, NULL, NULL, '258', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 06:46:58', '2021-11-05 06:47:16', 1, NULL, NULL, NULL, NULL, 1, NULL),
(107, 'http://localhost/modd-events.com/2021/11/05/evenement-corporatif-du-nouvel-an-de-lacba_2015-2016/', '97:84eb7d35c0397a83f5faff21c62ed3d2', 260, 'post', 'post', 1, 0, NULL, NULL, 'Événement corporatif du nouvel an de l&rsquo;ACBA_2015-2016', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg', NULL, '262', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg', '262', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg\",\"size\":\"full\",\"id\":262,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 06:55:46', '2021-11-05 03:57:32', 1, NULL, NULL, NULL, NULL, 0, 1),
(108, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg', '79:9b139d8a41dc79967deb28c4d82db6d2', 262, 'post', 'attachment', 1, 260, NULL, NULL, 'ACBA_New-Year-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_New-Year-2.jpg', NULL, '262', 'attachment-image', NULL, NULL, NULL, '262', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 06:57:23', '2021-11-05 06:57:30', 1, NULL, NULL, NULL, NULL, 1, NULL),
(109, 'http://localhost/modd-events.com/2021/11/05/corridor-routier-nord-sud-erevan-artashat-ouverture-de-la-route-en-beton-erevan-ashtarak/', '133:47cb98a53a98c8001675fa068a95c3ac', 264, 'post', 'post', 1, 0, NULL, NULL, 'Corridor routier nord-sud Erevan-Artashat, ouverture de la route en béton Erevan-Ashtarak', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg', NULL, '267', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg', '267', 'featured-image', '{\"width\":360,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg\",\"size\":\"full\",\"id\":267,\"alt\":\"\",\"pixels\":230400,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:06:30', '2021-11-05 04:07:30', 1, NULL, NULL, NULL, NULL, 0, 1),
(110, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg', '92:d849ee86da56a4a54a7759f629cd19d9', 267, 'post', 'attachment', 1, 264, NULL, NULL, 'North-South-Road-Corridor-15', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/North-South-Road-Corridor-15.jpg', NULL, '267', 'attachment-image', NULL, NULL, NULL, '267', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:07:18', '2021-11-05 07:07:27', 1, NULL, NULL, NULL, NULL, 1, NULL),
(111, 'http://localhost/modd-events.com/2021/11/05/1er-anniversaire-de-david-petite-fete-pour-petit-heros/', '99:08c6f3b6cdb57101f7a3710e1f0ca8d4', 269, 'post', 'post', 1, 0, NULL, NULL, '1er anniversaire de David (petite fête pour petit héros)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/5.jpg', NULL, '271', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/5.jpg', '271', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/5.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/5.jpg\",\"size\":\"full\",\"id\":271,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:13:52', '2021-11-05 04:15:00', 1, NULL, NULL, NULL, NULL, 0, 1),
(112, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/5.jpg', '65:d376aa487391fa2df1e22ff22e9ade85', 271, 'post', 'attachment', 1, 269, NULL, NULL, '5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/5.jpg', NULL, '271', 'attachment-image', NULL, NULL, NULL, '271', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:14:53', '2021-11-05 07:14:57', 1, NULL, NULL, NULL, NULL, 1, NULL),
(113, 'http://localhost/modd-events.com/2021/11/05/evenement-armenien-a-londres-avec-modd-events/', '90:82eca8231a247c425fc80efac3fcd1bd', 273, 'post', 'post', 1, 0, NULL, NULL, 'Événement arménien à Londres avec Modd Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/London-10.jpg', NULL, '275', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/London-10.jpg', '275', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/London-10.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/London-10.jpg\",\"size\":\"full\",\"id\":275,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:23:26', '2021-11-05 04:23:59', 1, NULL, NULL, NULL, NULL, 0, 1),
(114, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/London-10.jpg', '73:a3adbf6d270f884e92620701c3b9aef0', 275, 'post', 'attachment', 1, 273, NULL, NULL, 'London-10', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/London-10.jpg', NULL, '275', 'attachment-image', NULL, NULL, NULL, '275', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:23:52', '2021-11-05 07:23:56', 1, NULL, NULL, NULL, NULL, 1, NULL),
(115, 'http://localhost/modd-events.com/2021/11/05/%d5%b4%d5%b8%d5%a4%d5%a4-%d5%ab%d5%be%d5%a5%d5%b6%d6%81-%d5%b6-%d5%a1%d6%80%d5%a4%d5%a5%d5%b6-%d5%b4%d5%ab%d5%a1%d6%81%d5%b5%d5%a1%d5%ac-%d5%b6%d5%a1%d5%b0%d5%a1%d5%b6%d5%a3%d5%b6%d5%a5%d6%80%d5%b8/', '242:60cca2ab7995b8236fbbbf2a04f4abdc', 277, 'post', 'post', 1, 0, NULL, NULL, 'Մոդդ Իվենց-ն արդեն Միացյալ նահանգներում է', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg', NULL, '279', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg', '279', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg\",\"size\":\"full\",\"id\":279,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:28:37', '2021-11-05 04:30:01', 1, NULL, NULL, NULL, NULL, 0, 1),
(116, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg', '91:068c30e9f368dbc4cdaa8e8f5dca521d', 279, 'post', 'attachment', 1, 277, NULL, NULL, 'Los-Angeles-Grand-Opening-6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Los-Angeles-Grand-Opening-6.jpg', NULL, '279', 'attachment-image', NULL, NULL, NULL, '279', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:29:47', '2021-11-05 07:29:58', 1, NULL, NULL, NULL, NULL, 1, NULL),
(117, 'http://localhost/modd-events.com/2021/11/05/inauguration-de-la-nouvelle-manufacture-de-cigaronne/', '97:ec05ac4375e15836c89a6b5597eacd3c', 281, 'post', 'post', 1, 0, NULL, NULL, 'Inauguration de la nouvelle manufacture de Cigaronne', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg', NULL, '283', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg', '283', 'featured-image', '{\"width\":640,\"height\":380,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg\",\"size\":\"full\",\"id\":283,\"alt\":\"\",\"pixels\":243200,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:37:47', '2021-11-05 04:38:51', 1, NULL, NULL, NULL, NULL, 0, 1),
(118, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg', '75:99ba6a7b9c0b6d350864d2baf5fe456b', 283, 'post', 'attachment', 1, 281, NULL, NULL, 'Cigaronne-6', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Cigaronne-6.jpg', NULL, '283', 'attachment-image', NULL, NULL, NULL, '283', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:38:40', '2021-11-05 07:38:48', 1, NULL, NULL, NULL, NULL, 1, NULL),
(119, 'http://localhost/modd-events.com/2021/11/05/ceremonie-dinauguration-de-la-zone-sanitaire-de-tsaravaghbyur-du-cjsc-erevan-djur/', '126:48dee23cc1daf7159d1d66e32441f29e', 285, 'post', 'post', 1, 0, NULL, NULL, 'Cérémonie d&rsquo;inauguration de la zone sanitaire de Tsaravaghbyur du CJSC « Erevan Djur »', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg', NULL, '287', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg', '287', 'featured-image', '{\"width\":640,\"height\":360,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg\",\"size\":\"full\",\"id\":287,\"alt\":\"\",\"pixels\":230400,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:42:15', '2021-11-05 04:42:49', 1, NULL, NULL, NULL, NULL, 0, 1),
(120, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg', '77:da275326ab5bb48a4abd5d2ed40a8470', 287, 'post', 'attachment', 1, 285, NULL, NULL, 'Yerevan-Jur-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Yerevan-Jur-2.jpg', NULL, '287', 'attachment-image', NULL, NULL, NULL, '287', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:42:43', '2021-11-05 07:42:46', 1, NULL, NULL, NULL, NULL, 1, NULL),
(121, 'http://localhost/modd-events.com/2021/11/05/zigzag-a-deja-20-ans/', '65:1843f73898c37b18acd6c6d0d0eb0640', 289, 'post', 'post', 1, 0, NULL, NULL, 'Zigzag a déjà 20 ans', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg', NULL, '291', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg', '291', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg\",\"size\":\"full\",\"id\":291,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 07:44:39', '2021-11-05 04:45:35', 1, NULL, NULL, NULL, NULL, 0, 1),
(122, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg', '77:1e002eba165ceb69cd0bdcacf76134a8', 291, 'post', 'attachment', 1, 289, NULL, NULL, 'Zigzag-20-112', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-20-112.jpg', NULL, '291', 'attachment-image', NULL, NULL, NULL, '291', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 07:45:25', '2021-11-05 07:45:32', 1, NULL, NULL, NULL, NULL, 1, NULL),
(123, 'http://localhost/modd-events.com/2021/11/05/%d5%bd%d5%b8%d6%82%d6%80%d5%a2-%d5%b0%d6%80%d5%a5%d5%b7%d5%bf%d5%a1%d5%af%d5%a1%d5%ba%d5%a5%d5%bf%d5%a1%d6%81-%d5%a5%d5%af%d5%a5%d5%b2%d5%a5%d6%81%d5%b8%d6%82-%d6%85%d5%ae%d5%b4%d5%a1%d5%b6-%d5%a1/', '241:f9d87f0721b6dc9cf6f07e7585c60b63', 293, 'post', 'post', 1, 0, NULL, NULL, 'Սուրբ Հրեշտակապետաց եկեղեցու օծման արարողություն', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-05 08:01:37', '2021-11-05 05:02:07', 1, NULL, NULL, NULL, NULL, 0, 1),
(124, 'http://localhost/modd-events.com/2021/11/05/soiree-commemorative-de-gishyan/', '76:ed64f9e526e128febc08a6b305aaf3d1', 296, 'post', 'post', 1, 0, NULL, NULL, 'Soirée commémorative de Gishyan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg', NULL, '298', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg', '298', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg\",\"size\":\"full\",\"id\":298,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:02:48', '2021-11-05 05:03:46', 1, NULL, NULL, NULL, NULL, 0, 1),
(125, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg', '83:c41eb619717ebcf51f372acf556979cc', 298, 'post', 'attachment', 1, 296, NULL, NULL, 'Memorial-Evening-16', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Memorial-Evening-16.jpg', NULL, '298', 'attachment-image', NULL, NULL, NULL, '298', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:03:38', '2021-11-05 08:03:43', 1, NULL, NULL, NULL, NULL, 1, NULL),
(126, 'http://localhost/modd-events.com/2021/11/05/evenement-public-dedie-au-100e-anniversaire-du-genocide-armenien-ceremonie-donction-de-la-pierre-de-croix-de-masis/', '159:f431d50c860f4e43180d377056749829', 300, 'post', 'post', 1, 0, NULL, NULL, 'Événement public dédié au 100e anniversaire du génocide arménien/Cérémonie d&rsquo;onction de la pierre de croix de Masis', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg', NULL, '303', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg', '303', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg\",\"size\":\"full\",\"id\":303,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:11:29', '2021-11-05 05:15:38', 1, NULL, NULL, NULL, NULL, 0, 1),
(127, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg', '105:06ed08b543a1f94f4a5df4d986cbf7e0', 303, 'post', 'attachment', 1, 300, NULL, NULL, 'Public-Event-in-Masis-Armenian-Genocide-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Public-Event-in-Masis-Armenian-Genocide-1.jpg', NULL, '303', 'attachment-image', NULL, NULL, NULL, '303', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:12:16', '2021-11-05 08:15:35', 1, NULL, NULL, NULL, NULL, 1, NULL),
(128, 'http://localhost/modd-events.com/2021/11/05/fete-dentreprise-de-laeroport-de-zvartnots-et-de-la-banque-converse/', '112:a7bd749fde3c315b07b88612f500c15d', 305, 'post', 'post', 1, 0, NULL, NULL, 'Fête d&rsquo;entreprise de l&rsquo;aéroport de Zvartnots et de la banque Converse', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/a-19.jpg', NULL, '307', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/a-19.jpg', '307', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/a-19.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/a-19.jpg\",\"size\":\"full\",\"id\":307,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:19:19', '2021-11-05 05:20:32', 1, NULL, NULL, NULL, NULL, 0, 1),
(129, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/a-19.jpg', '68:780a86df2028ca19089b0b4489f70057', 307, 'post', 'attachment', 1, 305, NULL, NULL, 'a-19', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/a-19.jpg', NULL, '307', 'attachment-image', NULL, NULL, NULL, '307', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:20:19', '2021-11-05 08:20:29', 1, NULL, NULL, NULL, NULL, 1, NULL),
(130, 'http://localhost/modd-events.com/2021/11/05/incentive-tour-avec-les-invites-de-la-yerevan-brandy-company/', '105:bbf37f11401e29cb1d8c11a6d30105c5', 310, 'post', 'post', 1, 0, NULL, NULL, 'Incentive Tour avec les invités de la Yerevan Brandy Company', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg', NULL, '312', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg', '312', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg\",\"size\":\"full\",\"id\":312,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:25:24', '2021-11-05 05:26:47', 1, NULL, NULL, NULL, NULL, 0, 1),
(131, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg', '81:1a9bf333a9be5ecd164623a70ac5d8fa', 312, 'post', 'attachment', 1, 310, NULL, NULL, 'Incentive-Tour-59', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Incentive-Tour-59.jpg', NULL, '312', 'attachment-image', NULL, NULL, NULL, '312', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:26:40', '2021-11-05 08:26:45', 1, NULL, NULL, NULL, NULL, 1, NULL),
(132, 'http://localhost/modd-events.com/2021/11/05/ceremonie-douverture-de-luwc-dilijan/', '81:c2ad8d7bf7be331c26e1181bfa57966e', 314, 'post', 'post', 1, 0, NULL, NULL, 'Cérémonie d&rsquo;ouverture de l&rsquo;UWC Dilijan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DAV379241-scaled.jpg', NULL, '316', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DAV379241-scaled.jpg', '316', 'featured-image', '{\"width\":2560,\"height\":1707,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/DAV379241-scaled.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/DAV379241-scaled.jpg\",\"size\":\"full\",\"id\":316,\"alt\":\"\",\"pixels\":4369920,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:35:38', '2021-11-05 05:37:09', 1, NULL, NULL, NULL, NULL, 0, 1),
(133, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DAV379241-scaled.jpg', '80:16f3c0745d605e55eb4f1b48f901fbce', 316, 'post', 'attachment', 1, 314, NULL, NULL, 'DAV379241', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DAV379241.jpg', NULL, '316', 'attachment-image', NULL, NULL, NULL, '316', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:36:46', '2021-11-05 08:37:07', 1, NULL, NULL, NULL, NULL, 1, NULL),
(134, 'http://localhost/modd-events.com/2021/11/05/journee-verte-ecologique-de-zigzagbosch-et-de-la-municipalite-derevan/', '114:4d9c3ce0dedc472353502920ed6f6964', 318, 'post', 'post', 1, 0, NULL, NULL, 'Journée verte écologique de ZIGZAG&#038;BOSCH et de la municipalité d&rsquo;Erevan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg', NULL, '321', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg', '321', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg\",\"size\":\"full\",\"id\":321,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:50:00', '2021-11-05 05:50:46', 1, NULL, NULL, NULL, NULL, 0, 1),
(135, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg', '77:63af81a479cc6c413d1ff3b023a83324', 321, 'post', 'attachment', 1, 318, NULL, NULL, 'ZigzagBosch-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ZigzagBosch-1.jpg', NULL, '321', 'attachment-image', NULL, NULL, NULL, '321', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:50:37', '2021-11-05 08:50:43', 1, NULL, NULL, NULL, NULL, 1, NULL),
(136, 'http://localhost/modd-events.com/2021/11/05/1er-septembre-avec-acba-credit-agricole-bank-2/', '91:94f0980f63ce7995367f864bf0b480dd', 323, 'post', 'post', 1, 0, NULL, NULL, '1er septembre avec Acba-Crédit Agricole Bank', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg', NULL, '325', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg', '325', 'featured-image', '{\"width\":320,\"height\":480,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg\",\"size\":\"full\",\"id\":325,\"alt\":\"\",\"pixels\":153600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:56:49', '2021-11-05 05:57:48', 1, NULL, NULL, NULL, NULL, 0, 1),
(137, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg', '82:6d920c4a16d53d0fb9ea06102dc3b29a', 325, 'post', 'attachment', 1, 323, NULL, NULL, 'phoca_thumb_l_aaa1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_aaa1.jpg', NULL, '325', 'attachment-image', NULL, NULL, NULL, '325', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 08:57:33', '2021-11-05 08:57:45', 1, NULL, NULL, NULL, NULL, 1, NULL),
(138, 'http://localhost/modd-events.com/2021/11/05/evenement-dentreprise-zigzag-18eme-anniversaire-organise-par-modd-events/', '117:f54af2e4cc2157832bd812f41d2a87b0', 327, 'post', 'post', 1, 0, NULL, NULL, 'ÉVÉNEMENT D&rsquo;ENTREPRISE ZIGZAG 18ème ANNIVERSAIRE ORGANISÉ par MODD EVENTS', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg', NULL, '329', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg', '329', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg\",\"size\":\"full\",\"id\":329,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 08:59:54', '2021-11-05 06:09:19', 1, NULL, NULL, NULL, NULL, 0, 1),
(139, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg', '87:dcbef666e4bcc398d822657178fea52a', 329, 'post', 'attachment', 1, 327, NULL, NULL, 'Zigzag-18th-Birthday-43', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zigzag-18th-Birthday-43.jpg', NULL, '329', 'attachment-image', NULL, NULL, NULL, '329', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 09:03:43', '2021-11-05 09:09:16', 1, NULL, NULL, NULL, NULL, 1, NULL),
(140, 'http://localhost/modd-events.com/2021/11/05/navasard-celebration-par-modd-events/', '81:97ff241a43ff244e3871735ab651a05e', 331, 'post', 'post', 1, 0, NULL, NULL, 'Navasard Celebration par Modd Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg', NULL, '333', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg', '333', 'featured-image', '{\"width\":320,\"height\":480,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg\",\"size\":\"full\",\"id\":333,\"alt\":\"\",\"pixels\":153600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 09:19:03', '2021-11-05 06:20:02', 1, NULL, NULL, NULL, NULL, 0, 1),
(141, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg', '80:143700319ac993d016d7833848c700a0', 333, 'post', 'attachment', 1, 331, NULL, NULL, 'phoca_thumb_l_ap', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_ap.jpg', NULL, '333', 'attachment-image', NULL, NULL, NULL, '333', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 09:19:54', '2021-11-05 09:19:59', 1, NULL, NULL, NULL, NULL, 1, NULL),
(142, 'http://localhost/modd-events.com/2021/11/05/festival-tolma-2014-soutenu-par-modd-events/', '88:956c6946f7f7907eb177478ce1bfe0f3', 335, 'post', 'post', 1, 0, NULL, NULL, 'Festival Tolma 2014 soutenu par Modd Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg', NULL, '337', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg', '337', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg\",\"size\":\"full\",\"id\":337,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 09:32:37', '2021-11-05 06:33:48', 1, NULL, NULL, NULL, NULL, 0, 1),
(143, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg', '81:68d506c1027aeaa04eaf5242e871ed06', 337, 'post', 'attachment', 1, 335, NULL, NULL, 'Tolma-Festival-56', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Tolma-Festival-56.jpg', NULL, '337', 'attachment-image', NULL, NULL, NULL, '337', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 09:33:41', '2021-11-05 09:33:45', 1, NULL, NULL, NULL, NULL, 1, NULL),
(144, 'http://localhost/modd-events.com/2021/11/05/concert-de-7-8-band-a-moscou/', '73:d1a18a6cfe3cd9d7d78dd0432fa9c5d6', 339, 'post', 'post', 1, 0, NULL, NULL, 'Concert de « 7/8 Band » à Moscou', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg', NULL, '341', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg', '341', 'featured-image', '{\"width\":640,\"height\":439,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg\",\"size\":\"full\",\"id\":341,\"alt\":\"\",\"pixels\":280960,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 09:38:41', '2021-11-05 06:39:43', 1, NULL, NULL, NULL, NULL, 0, 1),
(145, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg', '124:e81592fa5832c59ee7c858e38d1c70a4', 341, 'post', 'attachment', 1, 339, NULL, NULL, 'phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1912109_875378955813872_7680892321367822582_n1.jpg', NULL, '341', 'attachment-image', NULL, NULL, NULL, '341', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 09:39:34', '2021-11-05 09:39:41', 1, NULL, NULL, NULL, NULL, 1, NULL),
(146, 'http://localhost/modd-events.com/2021/11/05/projection-de-films-jti/', '68:1801c2598af4b636db6fbdb68756d34d', 343, 'post', 'post', 1, 0, NULL, NULL, 'Projection de films JTI', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg', NULL, '346', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg', '346', 'featured-image', '{\"width\":640,\"height\":426,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg\",\"size\":\"full\",\"id\":346,\"alt\":\"\",\"pixels\":272640,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 11:15:08', '2021-11-05 08:16:35', 1, NULL, NULL, NULL, NULL, 0, 1),
(147, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg', '86:9c550884ce132fb4a8ff184ae7f2c6ad', 346, 'post', 'attachment', 1, 343, NULL, NULL, 'phoca_thumb_l__av32244', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l__av32244.jpg', NULL, '346', 'attachment-image', NULL, NULL, NULL, '346', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 11:16:05', '2021-11-05 11:16:13', 1, NULL, NULL, NULL, NULL, 1, NULL),
(148, 'http://localhost/modd-events.com/2021/11/05/prix-%e2%80%8b%e2%80%8bdu-film-golden-tobacco-leaf/', '95:92ffff2fe9af7662cc465433598cc6d9', 349, 'post', 'post', 1, 0, NULL, NULL, 'Prix ​​du film GOLDEN TOBACCO LEAF', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg', NULL, '351', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg', '351', 'featured-image', '{\"width\":320,\"height\":480,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg\",\"size\":\"full\",\"id\":351,\"alt\":\"\",\"pixels\":153600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 11:20:00', '2021-11-05 08:21:04', 1, NULL, NULL, NULL, NULL, 0, 1),
(149, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg', '80:cd9228c2f611b0bf0aff2fed0687732b', 351, 'post', 'attachment', 1, 349, NULL, NULL, 'phoca_thumb_l_12', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_12.jpg', NULL, '351', 'attachment-image', NULL, NULL, NULL, '351', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 11:20:54', '2021-11-05 11:21:02', 1, NULL, NULL, NULL, NULL, 1, NULL),
(150, 'http://localhost/modd-events.com/2021/11/05/20e-anniversaire-de-la-societe-russe-arco/', '86:b535480bd91e3354f648716c01e63acc', 353, 'post', 'post', 1, 0, NULL, NULL, '20e anniversaire de la société russe ArCo', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg', NULL, '356', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg', '356', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg\",\"size\":\"full\",\"id\":356,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 11:25:01', '2021-11-05 08:27:36', 1, NULL, NULL, NULL, NULL, 0, 1),
(151, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg', '84:28f7aade2cb82d3dd16302583b1d2435', 356, 'post', 'attachment', 1, 353, NULL, NULL, 'ArCo-20th-Birthday-4', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ArCo-20th-Birthday-4.jpg', NULL, '356', 'attachment-image', NULL, NULL, NULL, '356', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 11:25:58', '2021-11-05 11:27:34', 1, NULL, NULL, NULL, NULL, 1, NULL);
INSERT INTO `me_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(152, 'http://localhost/modd-events.com/2021/11/05/nuit-de-lart-urbain/', '64:365563f6f6ee39e5e808f99b8f7b90f6', 358, 'post', 'post', 1, 0, NULL, NULL, 'Nuit de l&rsquo;art urbain', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg', NULL, '360', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg', '360', 'featured-image', '{\"width\":600,\"height\":480,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg\",\"size\":\"full\",\"id\":360,\"alt\":\"\",\"pixels\":288000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 11:29:26', '2021-11-05 08:31:00', 1, NULL, NULL, NULL, NULL, 0, 1),
(153, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg', '76:62ed5af487d65f8425d74c80cc615fe1', 360, 'post', 'attachment', 1, 358, NULL, NULL, 'Urban-Art-18', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Urban-Art-18.jpg', NULL, '360', 'attachment-image', NULL, NULL, NULL, '360', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 11:30:53', '2021-11-05 11:30:57', 1, NULL, NULL, NULL, NULL, 1, NULL),
(154, 'http://localhost/modd-events.com/2021/11/05/counterpart-international-armenia-et-usaid-festival-communautaire-soutenus-par-modd-events/', '135:168a6427a7bdcb753a17d0fd32f5d09d', 362, 'post', 'post', 1, 0, NULL, NULL, 'Counterpart International Armenia et USAID/Festival communautaire soutenus par Modd Events', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg', NULL, '364', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg', '364', 'featured-image', '{\"width\":425,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg\",\"size\":\"full\",\"id\":364,\"alt\":\"\",\"pixels\":272000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 11:41:05', '2021-11-05 08:42:19', 1, NULL, NULL, NULL, NULL, 0, 1),
(155, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg', '85:d0058004d35f927b444017b93f6a8fe4', 364, 'post', 'attachment', 1, 362, NULL, NULL, 'Community-Festival-58', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Community-Festival-58.jpg', NULL, '364', 'attachment-image', NULL, NULL, NULL, '364', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 11:41:49', '2021-11-05 11:42:16', 1, NULL, NULL, NULL, NULL, 1, NULL),
(156, 'http://localhost/modd-events.com/2021/11/05/ceremonie-douverture-de-mentor-graphics/', '84:22512c88b118c647d71547a9c16b2b7b', 366, 'post', 'post', 1, 0, NULL, NULL, 'Cérémonie d&rsquo;ouverture de Mentor Graphics', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg', NULL, '369', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg', '369', 'featured-image', '{\"width\":640,\"height\":426,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg\",\"size\":\"full\",\"id\":369,\"alt\":\"\",\"pixels\":272640,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 12:49:27', '2021-11-05 09:50:29', 1, NULL, NULL, NULL, NULL, 0, 1),
(157, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg', '82:78e443970b0cf9d86ee9f998e6c3b756', 369, 'post', 'attachment', 1, 366, NULL, NULL, 'Mentor-Graphics-83', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Mentor-Graphics-83.jpg', NULL, '369', 'attachment-image', NULL, NULL, NULL, '369', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 12:50:23', '2021-11-05 12:50:26', 1, NULL, NULL, NULL, NULL, 1, NULL),
(158, 'http://localhost/modd-events.com/2021/11/05/team-building-jti/', '62:2f34049acebc7586344fc45ec6bfa07f', 371, 'post', 'post', 1, 0, NULL, NULL, 'Team Building JTI', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg', NULL, '373', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg', '373', 'featured-image', '{\"width\":320,\"height\":480,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg\",\"size\":\"full\",\"id\":373,\"alt\":\"\",\"pixels\":153600,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 12:57:26', '2021-11-05 09:58:42', 1, NULL, NULL, NULL, NULL, 0, 1),
(159, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg', '83:eb75497896664a1ecfc23365cef0e4f7', 373, 'post', 'attachment', 1, 371, NULL, NULL, 'JTI-TeamBuilding-22', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-TeamBuilding-22.jpg', NULL, '373', 'attachment-image', NULL, NULL, NULL, '373', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 12:58:14', '2021-11-05 12:58:39', 1, NULL, NULL, NULL, NULL, 1, NULL),
(160, 'http://localhost/modd-events.com/2021/11/05/docuvista-production-cinematographique/', '83:4fb0d6b2806c9055ba66e9924a923e7d', 375, 'post', 'post', 1, 0, NULL, NULL, 'DOCUVISTA Production cinématographique', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg', NULL, '377', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg', '377', 'featured-image', '{\"width\":480,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg\",\"size\":\"full\",\"id\":377,\"alt\":\"\",\"pixels\":307200,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:03:22', '2021-11-05 10:04:18', 1, NULL, NULL, NULL, NULL, 0, 1),
(161, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg', '75:09513ec82b122c2dab30da0f81eaa41e', 377, 'post', 'attachment', 1, 375, NULL, NULL, 'Docuvista-8', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Docuvista-8.jpg', NULL, '377', 'attachment-image', NULL, NULL, NULL, '377', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:04:11', '2021-11-05 13:04:16', 1, NULL, NULL, NULL, NULL, 1, NULL),
(162, 'http://localhost/modd-events.com/2021/11/05/ouverture-du-centre-dexcellence-en-oncologie-en-armenie/', '100:4f6d967caa4b5438922fdb0dc75e6467', 379, 'post', 'post', 1, 0, NULL, NULL, 'Ouverture du centre d&rsquo;excellence en oncologie en Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg', NULL, '381', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg', '381', 'featured-image', '{\"width\":640,\"height\":453,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg\",\"size\":\"full\",\"id\":381,\"alt\":\"\",\"pixels\":289920,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:07:51', '2021-11-05 10:08:49', 1, NULL, NULL, NULL, NULL, 0, 1),
(163, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg', '98:b1e9fe968d6301ad59061ebb7ef1e067', 381, 'post', 'attachment', 1, 379, NULL, NULL, '409055_515762558442182_183443676_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/409055_515762558442182_183443676_n.jpg', NULL, '381', 'attachment-image', NULL, NULL, NULL, '381', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:08:41', '2021-11-05 13:08:46', 1, NULL, NULL, NULL, NULL, 1, NULL),
(164, 'http://localhost/modd-events.com/2021/11/05/ceremonie-de-la-fondation-meghri-hpp/', '81:7497f42d95b969ff08ed782fba7ea7b3', 383, 'post', 'post', 1, 0, NULL, NULL, 'Cérémonie de la fondation Meghri HPP', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-05 13:11:46', '2021-11-05 10:12:44', 1, NULL, NULL, NULL, NULL, 0, 1),
(165, 'http://localhost/modd-events.com/2021/11/05/fete-retro-du-nouvel-an-dentreprise-jti1920/', '88:5641d86fe5ed723af712550cb3ffa234', 386, 'post', 'post', 1, 0, NULL, NULL, 'Fête rétro du Nouvel An d&rsquo;entreprise JTI&rsquo;1920', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg', NULL, '388', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg', '388', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg\",\"size\":\"full\",\"id\":388,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:13:18', '2021-11-05 10:14:22', 1, NULL, NULL, NULL, NULL, 0, 1),
(166, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg', '96:34928c3f576fed024845f8e58fb59ab3', 388, 'post', 'attachment', 1, 386, NULL, NULL, '66430_564764046875366_40740286_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/66430_564764046875366_40740286_n.jpg', NULL, '388', 'attachment-image', NULL, NULL, NULL, '388', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:14:14', '2021-11-05 13:14:19', 1, NULL, NULL, NULL, NULL, 1, NULL),
(167, 'http://localhost/modd-events.com/2021/11/05/evenement-du-nouvel-an-2012-2013-dentreprise-de-lacba/', '98:194bf59ea8455af9ae0a042d1ca31e8b', 390, 'post', 'post', 1, 0, NULL, NULL, 'Événement du Nouvel An 2012-2013 d&rsquo;entreprise de l&rsquo;ACBA', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg', NULL, '392', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg', '392', 'featured-image', '{\"width\":425,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg\",\"size\":\"full\",\"id\":392,\"alt\":\"\",\"pixels\":272000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:19:45', '2021-11-05 10:21:00', 1, NULL, NULL, NULL, NULL, 0, 1),
(168, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg', '97:54c1f3623f5ca6313c2373a5077348f1', 392, 'post', 'attachment', 1, 390, NULL, NULL, 'ACBA-Awards-New-2013-Year-Party-9', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-Awards-New-2013-Year-Party-9.jpg', NULL, '392', 'attachment-image', NULL, NULL, NULL, '392', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:20:55', '2021-11-05 13:20:58', 1, NULL, NULL, NULL, NULL, 1, NULL),
(169, 'http://localhost/modd-events.com/2021/11/05/agba-credit-agricole-banque-corporate-party-2011/', '93:7fc614276f8d1c3806ca99e96c29c612', 394, 'post', 'post', 1, 0, NULL, NULL, 'AGBA Crédit Agricole Banque Corporate Party 2011', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg', NULL, '396', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg', '396', 'featured-image', '{\"width\":425,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg\",\"size\":\"full\",\"id\":396,\"alt\":\"\",\"pixels\":272000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:28:24', '2021-11-05 10:29:20', 1, NULL, NULL, NULL, NULL, 0, 1),
(170, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg', '92:227ac95a99d3a5c1513c444102e1f27d', 396, 'post', 'attachment', 1, 394, NULL, NULL, 'ACBA_Corporate-Party-2011-26', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA_Corporate-Party-2011-26.jpg', NULL, '396', 'attachment-image', NULL, NULL, NULL, '396', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:29:15', '2021-11-05 13:29:18', 1, NULL, NULL, NULL, NULL, 1, NULL),
(171, 'http://localhost/modd-events.com/2021/11/05/%d6%81%d5%af%d5%b5%d5%a1%d5%b6%d5%bd-%d5%b8%d6%82%d5%bd%d5%b8%d6%82%d5%b4%d5%b6%d5%a1%d5%bc%d5%b8%d6%82%d5%a9%d5%b5%d5%a1%d5%b6-%d6%85%d6%80%d5%a5%d6%80-%d5%b0%d5%a1%d5%b5%d5%a1%d5%bd%d5%bf%d5%a1/', '240:0bf3d07492c6be89efd6c6be3704c753', 398, 'post', 'post', 1, 0, NULL, NULL, 'Ցկյանս ուսումնառության օրեր Հայաստանում', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-11-05 13:39:05', '2021-11-05 10:40:18', 1, NULL, NULL, NULL, NULL, 0, 1),
(172, 'http://localhost/modd-events.com/2021/11/05/pernod-ricard-ukraine-sales-and-marketing-conference/', '97:eb051a1c92d6be22b94ba0bee740e726', 401, 'post', 'post', 1, 0, NULL, NULL, 'Pernod Ricard Ukraine « Conférence Ventes et Marketing »', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg', NULL, '403', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg', '403', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg\",\"size\":\"full\",\"id\":403,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:40:59', '2021-11-05 10:43:58', 1, NULL, NULL, NULL, NULL, 0, 1),
(173, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg', '119:c74ecd87f06cdec644098f3d361a4b31', 403, 'post', 'attachment', 1, 401, NULL, NULL, 'Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Pernod-Ricard-Ukraine-Sales-and-Marketing-Conference-15.jpg', NULL, '403', 'attachment-image', NULL, NULL, NULL, '403', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:41:43', '2021-11-05 13:41:55', 1, NULL, NULL, NULL, NULL, 1, NULL),
(174, 'http://localhost/modd-events.com/2021/11/05/master-class-avec-charles-papazian/', '79:895c04806f7be6091b7e085d8b6ff666', 407, 'post', 'post', 1, 0, NULL, NULL, 'Master Class avec Charles Papazian', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg', NULL, '409', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg', '409', 'featured-image', '{\"width\":640,\"height\":426,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg\",\"size\":\"full\",\"id\":409,\"alt\":\"\",\"pixels\":272640,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:46:13', '2021-11-05 10:47:14', 1, NULL, NULL, NULL, NULL, 0, 1),
(175, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg', '99:4e389df7e4f89a0db86fa08cceb6754d', 409, 'post', 'attachment', 1, 407, NULL, NULL, 'Master-class-with-Sharl-Papazian-35', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Master-class-with-Sharl-Papazian-35.jpg', NULL, '409', 'attachment-image', NULL, NULL, NULL, '409', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:47:06', '2021-11-05 13:47:12', 1, NULL, NULL, NULL, NULL, 1, NULL),
(176, 'http://localhost/modd-events.com/2021/11/05/oriflame-defile-de-mode/', '68:c3e02e4a7021bc3d965e4e3b9c2f519c', 411, 'post', 'post', 1, 0, NULL, NULL, 'Oriflame  » Défilé de Mode  »', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg', NULL, '413', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg', '413', 'featured-image', '{\"width\":448,\"height\":299,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg\",\"size\":\"full\",\"id\":413,\"alt\":\"\",\"pixels\":133952,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-05 13:58:33', '2021-11-05 10:59:32', 1, NULL, NULL, NULL, NULL, 0, 1),
(177, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg', '82:3c81d5c4fd7266bd81bf41ea1c229b2f', 413, 'post', 'attachment', 1, 411, NULL, NULL, 'phoca_thumb_l_1531', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_1531.jpg', NULL, '413', 'attachment-image', NULL, NULL, NULL, '413', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-05 13:59:23', '2021-11-05 13:59:29', 1, NULL, NULL, NULL, NULL, 1, NULL),
(178, 'http://localhost/modd-events.com/2021/11/08/teambuilding-pernod-ricard-armenie/', '79:7eb1c6b5fd2f0125912a497ddbbb542b', 416, 'post', 'post', 1, 0, NULL, NULL, 'Teambuilding Pernod Ricard Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg', NULL, '418', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg', '418', 'featured-image', '{\"width\":640,\"height\":960,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg\",\"size\":\"full\",\"id\":418,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 05:35:31', '2021-11-08 04:25:06', 1, NULL, NULL, NULL, NULL, 0, 1),
(179, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg', '107:6bdb4bdd2f5fe6ae6cf0c82a124f647c', 418, 'post', 'attachment', 1, 416, NULL, NULL, 'Team-building-with-Pernod-Ricard-Armenia-17', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Team-building-with-Pernod-Ricard-Armenia-17.jpg', NULL, '418', 'attachment-image', NULL, NULL, NULL, '418', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 07:24:59', '2021-11-08 04:24:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(180, 'http://localhost/modd-events.com/2021/11/08/dj-vakcina-hayk-solar-arni-rock/', '76:68c8ca3fc212929554097d55a1d9a682', 419, 'post', 'post', 1, 0, NULL, NULL, 'DJ Vakcina, Hayk SOLAR &#038; Arni ROCK', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg', NULL, '423', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg', '423', 'featured-image', '{\"width\":424,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg\",\"size\":\"full\",\"id\":423,\"alt\":\"\",\"pixels\":271360,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 07:29:07', '2021-11-08 04:31:11', 1, NULL, NULL, NULL, NULL, 0, 1),
(181, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg', '100:46ae0bf498e979f008ab61e040a4c6b3', 423, 'post', 'attachment', 1, 419, NULL, NULL, 'DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10 (1)', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/DJ-Vakcina-Hayk-SOLAR-Arni-ROCK-10-1.jpg', NULL, '423', 'attachment-image', NULL, NULL, NULL, '423', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 07:31:06', '2021-11-08 04:31:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(182, 'http://localhost/modd-events.com/2021/11/08/concerts-de-raffi-the-blues-kid-a-erevan/', '85:686d43be74520dd2777a53c81e0e7dc0', 424, 'post', 'post', 1, 0, NULL, NULL, 'Concerts de Raffi « The Blues Kid » à Erevan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg', NULL, '425', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg', '425', 'featured-image', '{\"width\":424,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg\",\"size\":\"full\",\"id\":425,\"alt\":\"\",\"pixels\":271360,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 07:33:55', '2021-11-08 04:39:51', 1, NULL, NULL, NULL, NULL, 0, 1),
(183, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg', '99:0236f4ea5479a12fab36bb447597a568', 425, 'post', 'attachment', 1, 424, NULL, NULL, '558293_468319489853156_1326472967_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/558293_468319489853156_1326472967_n.jpg', NULL, '425', 'attachment-image', NULL, NULL, NULL, '425', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 07:34:35', '2021-11-08 07:34:40', 1, NULL, NULL, NULL, NULL, 1, NULL),
(184, 'http://localhost/modd-events.com/2021/11/08/dj-mosey-alias-pierre-sarkozy-a-erevan/', '83:a2b004089e6d43be92cbcdf8cfa79af5', 427, 'post', 'post', 1, 0, NULL, NULL, 'DJ Mosey (alias Pierre Sarkozy) à Erevan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg', NULL, '430', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg', '430', 'featured-image', '{\"width\":318,\"height\":480,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg\",\"size\":\"full\",\"id\":430,\"alt\":\"\",\"pixels\":152640,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 07:36:54', '2021-11-08 04:38:50', 1, NULL, NULL, NULL, NULL, 0, 1),
(185, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg', '112:e3289173135bced0380741eed1a5d1cc', 430, 'post', 'attachment', 1, 427, NULL, NULL, 'phoca_thumb_l_283605_468316216520150_354787215_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_283605_468316216520150_354787215_n.jpg', NULL, '430', 'attachment-image', NULL, NULL, NULL, '430', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 07:38:45', '2021-11-08 04:38:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(186, 'http://localhost/modd-events.com/2021/11/08/teambuilding-gofro-games/', '69:60225d350d93d82b137b7b1558bd2dd0', 431, 'post', 'post', 1, 0, NULL, NULL, 'Teambuilding Gofro Games', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg', NULL, '434', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg', '434', 'featured-image', '{\"width\":640,\"height\":960,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg\",\"size\":\"full\",\"id\":434,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 07:42:51', '2021-11-08 04:45:33', 1, NULL, NULL, NULL, NULL, 0, 1),
(187, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg', '90:0b622f6b35f8e0f83681dfcdd82874f7', 434, 'post', 'attachment', 1, 431, NULL, NULL, 'Gofro-Games-Teambuilding-9', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Gofro-Games-Teambuilding-9.jpg', NULL, '434', 'attachment-image', NULL, NULL, NULL, '434', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 07:45:28', '2021-11-08 04:45:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(188, 'http://localhost/modd-events.com/2021/11/08/concert-de-patrick-fiori-a-erevan/', '78:9d0cef8685464cf86da278efaa61f4e7', 435, 'post', 'post', 1, 0, NULL, NULL, 'Concert de Patrick Fiori à Erevan', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg', NULL, '438', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg', '438', 'featured-image', '{\"width\":640,\"height\":960,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg\",\"size\":\"full\",\"id\":438,\"alt\":\"\",\"pixels\":614400,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 07:46:42', '2021-11-08 04:54:14', 1, NULL, NULL, NULL, NULL, 0, 1),
(189, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg', '90:9b6220062c3327ed8716c2521cdfda8a', 438, 'post', 'attachment', 1, 435, NULL, NULL, 'Patrick-Fiori-Live-Show-35', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Patrick-Fiori-Live-Show-35.jpg', NULL, '438', 'attachment-image', NULL, NULL, NULL, '438', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 07:54:08', '2021-11-08 04:54:08', 1, NULL, NULL, NULL, NULL, 0, NULL),
(190, 'http://localhost/modd-events.com/2021/11/08/conference-internationale-unistream-en-armenie/', '91:85ec785d52205603321c8eb7e57328b9', 439, 'post', 'post', 1, 0, NULL, NULL, 'Conférence internationale Unistream en Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg', NULL, '441', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg', '441', 'featured-image', '{\"width\":424,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg\",\"size\":\"full\",\"id\":441,\"alt\":\"\",\"pixels\":271360,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:01:14', '2021-11-08 05:06:00', 1, NULL, NULL, NULL, NULL, 0, 1),
(191, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg', '112:887eb0b14c0d6a0c4c5bb7ec7ca5df3f', 441, 'post', 'attachment', 1, 439, NULL, NULL, 'Unistream-International-Conference-in-Armenia-23', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Unistream-International-Conference-in-Armenia-23.jpg', NULL, '441', 'attachment-image', NULL, NULL, NULL, '441', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:01:43', '2021-11-08 05:01:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(192, 'http://localhost/modd-events.com/2021/11/08/jti-le-tour-du-monde-en-80-jours/', '77:58f4dcea18a7d422cbc56d8b56c47132', 442, 'post', 'post', 1, 0, NULL, NULL, 'JTI-Le tour du monde en 80 jours', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg', NULL, '444', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg', '444', 'featured-image', '{\"width\":425,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg\",\"size\":\"full\",\"id\":444,\"alt\":\"\",\"pixels\":272000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:08:51', '2021-11-08 05:13:31', 1, NULL, NULL, NULL, NULL, 0, 1),
(193, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg', '98:9b6360e9217efd9b4b83c030bdc0dc8a', 444, 'post', 'attachment', 1, 442, NULL, NULL, 'JTI-Around-the-world-in-80-days-27', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/JTI-Around-the-world-in-80-days-27.jpg', NULL, '444', 'attachment-image', NULL, NULL, NULL, '444', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:09:35', '2021-11-08 08:09:38', 1, NULL, NULL, NULL, NULL, 1, NULL),
(194, 'http://localhost/modd-events.com/2021/11/08/aregak-universal-credit-organization-fete-du-nouvel-an/', '99:fd070698ef4351c1a01be0671dfc3c77', 446, 'post', 'post', 1, 0, NULL, NULL, 'Aregak Universal Credit Organization, Fête du Nouvel An', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg', NULL, '448', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg', '448', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg\",\"size\":\"full\",\"id\":448,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:16:40', '2021-11-08 05:17:46', 1, NULL, NULL, NULL, NULL, 0, 1),
(195, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg', '117:c62565758b6a1e695b6bd47b9b17bc4c', 448, 'post', 'attachment', 1, 446, NULL, NULL, 'Aregak-Universal-Credit-Organization-New-Year-Party-7', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Aregak-Universal-Credit-Organization-New-Year-Party-7.jpg', NULL, '448', 'attachment-image', NULL, NULL, NULL, '448', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:17:36', '2021-11-08 08:17:44', 1, NULL, NULL, NULL, NULL, 1, NULL),
(196, 'http://localhost/modd-events.com/2021/11/08/fete-dentreprise-a-laeroport-de-zvartnots/', '86:fdd0d9026ad2bdc3d5741cf4da2afdc8', 450, 'post', 'post', 1, 0, NULL, NULL, 'Fête d&rsquo;entreprise à l&rsquo;aéroport de Zvartnots', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg', NULL, '453', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg', '453', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg\",\"size\":\"full\",\"id\":453,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:21:08', '2021-11-08 05:22:08', 1, NULL, NULL, NULL, NULL, 0, 1),
(197, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg', '100:adf987723c896b23bd32755728171637', 453, 'post', 'attachment', 1, 450, NULL, NULL, 'Zvartnots-airport-corporate-party-54', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zvartnots-airport-corporate-party-54.jpg', NULL, '453', 'attachment-image', NULL, NULL, NULL, '453', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:22:02', '2021-11-08 05:22:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(198, 'http://localhost/modd-events.com/2021/11/08/orange-armenie-jeux-olympiques/', '75:ee804354e332675237e49ec7f3eb59d7', 454, 'post', 'post', 1, 0, NULL, NULL, 'Orange Arménie « Jeux Olympiques »', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg', NULL, '457', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg', '457', 'featured-image', '{\"width\":640,\"height\":423,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg\",\"size\":\"full\",\"id\":457,\"alt\":\"\",\"pixels\":270720,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:26:00', '2021-11-08 05:26:46', 1, NULL, NULL, NULL, NULL, 0, 1),
(199, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg', '98:75d4fb2d177876686aececc53b251a42', 457, 'post', 'attachment', 1, 454, NULL, NULL, '378778_304056796279427_539870395_n', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/378778_304056796279427_539870395_n.jpg', NULL, '457', 'attachment-image', NULL, NULL, NULL, '457', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:26:41', '2021-11-08 05:26:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(200, 'http://localhost/modd-events.com/2021/11/08/team-building-cirque-orange-armenie/', '80:8b58608721b0d679d7d74e73d9a0a315', 458, 'post', 'post', 1, 0, NULL, NULL, 'Team Building Cirque Orange Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg', NULL, '461', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg', '461', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg\",\"size\":\"full\",\"id\":461,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:29:40', '2021-11-08 05:35:58', 1, NULL, NULL, NULL, NULL, 0, 1),
(201, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg', '86:5a85bb50acfcb161a9fc81635dd8facd', 461, 'post', 'attachment', 1, 458, NULL, NULL, 'Circus-Team-Building-5', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Circus-Team-Building-5.jpg', NULL, '461', 'attachment-image', NULL, NULL, NULL, '461', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:30:27', '2021-11-08 05:30:27', 1, NULL, NULL, NULL, NULL, 0, NULL),
(202, 'http://localhost/modd-events.com/2021/11/08/team-building-zeppelin-armenie/', '75:213a7c1a7f427a5f1c11b7e5c2859a18', 462, 'post', 'post', 1, 0, NULL, NULL, 'Team Building Zeppelin Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg', NULL, '465', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg', '465', 'featured-image', '{\"width\":448,\"height\":299,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg\",\"size\":\"full\",\"id\":465,\"alt\":\"\",\"pixels\":133952,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:38:03', '2021-11-08 05:39:16', 1, NULL, NULL, NULL, NULL, 0, 1),
(203, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg', '75:1c7c869e5d7ab0d833af84a342b5b676', 465, 'post', 'attachment', 1, 462, NULL, NULL, 'Zeppelin-14', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Zeppelin-14.jpg', NULL, '465', 'attachment-image', NULL, NULL, NULL, '465', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:38:43', '2021-11-08 05:38:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(204, 'http://localhost/modd-events.com/2021/11/08/evenement-dentreprise-world-check/', '78:b9f7de48b98630f32b87485881cdfe9c', 466, 'post', 'post', 1, 0, NULL, NULL, 'Événement d&rsquo;entreprise World Check', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg', NULL, '468', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg', '468', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg\",\"size\":\"full\",\"id\":468,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:46:43', '2021-11-08 05:47:39', 1, NULL, NULL, NULL, NULL, 0, 1),
(205, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg', '93:1a73821dc3d97b4b1abfd27c5462f8a2', 468, 'post', 'attachment', 1, 466, NULL, NULL, 'World-check-corporate-event-3', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/World-check-corporate-event-3.jpg', NULL, '468', 'attachment-image', NULL, NULL, NULL, '468', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:47:32', '2021-11-08 08:47:37', 1, NULL, NULL, NULL, NULL, 1, NULL),
(206, 'http://localhost/modd-events.com/2021/11/08/defile-oriflame-team-building/', '74:40f1dda1f8d1f927a051d40b812af5fb', 470, 'post', 'post', 1, 0, NULL, NULL, 'Défilé Oriflame (team building)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg', NULL, '473', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg', '473', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg\",\"size\":\"full\",\"id\":473,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:51:17', '2021-11-08 05:53:23', 1, NULL, NULL, NULL, NULL, 0, 1),
(207, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg', '102:b5d195953396b8dfca8b40dc5526e140', 473, 'post', 'attachment', 1, 470, NULL, NULL, 'Oriflame-Fashion-Show-team-building-14', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Fashion-Show-team-building-14.jpg', NULL, '473', 'attachment-image', NULL, NULL, NULL, '473', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:51:53', '2021-11-08 05:51:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(208, 'http://localhost/modd-events.com/2021/11/08/orange-armenie-realisation-de-publicite-team-building/', '98:c06f04f26e9b9a47ec1f8c0a3b9da57c', 475, 'post', 'post', 1, 0, NULL, NULL, 'Orange Arménie Réalisation de publicité (team building)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg', NULL, '477', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg', '477', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg\",\"size\":\"full\",\"id\":477,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 08:57:42', '2021-11-08 05:58:28', 1, NULL, NULL, NULL, NULL, 0, 1),
(209, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg', '116:09879809d9cfabae81a7d6c8d307fc98', 477, 'post', 'attachment', 1, 475, NULL, NULL, 'Orange-Armenia-Advertisement-making-team-building-20', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Orange-Armenia-Advertisement-making-team-building-20.jpg', NULL, '477', 'attachment-image', NULL, NULL, NULL, '477', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 08:58:22', '2021-11-08 08:58:25', 1, NULL, NULL, NULL, NULL, 1, NULL),
(210, 'http://localhost/modd-events.com/2021/11/08/19eme-pleniere-du-groupe-egmont/', '76:0e8dc464937ff8f15c1f2195a64636ed', 479, 'post', 'post', 1, 0, NULL, NULL, '19ème Plénière du Groupe Egmont', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg', NULL, '481', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg', '481', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg\",\"size\":\"full\",\"id\":481,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:02:48', '2021-11-08 06:03:54', 1, NULL, NULL, NULL, NULL, 0, 1),
(211, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg', '92:9bc89651c793ea8536ef2c64c88c90b4', 481, 'post', 'attachment', 1, 479, NULL, NULL, '19th-Egmont-Group-Plenary-13', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/19th-Egmont-Group-Plenary-13.jpg', NULL, '481', 'attachment-image', NULL, NULL, NULL, '481', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:03:47', '2021-11-08 09:03:51', 1, NULL, NULL, NULL, NULL, 1, NULL),
(212, 'http://localhost/modd-events.com/2021/11/08/evenement-du-nouvel-an-de-panarmenia-media-group/', '93:271f6fbf1a00cc2c4853ee00dca334b7', 483, 'post', 'post', 1, 0, NULL, NULL, 'Événement du Nouvel An de PanArmenia Media Group', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg', NULL, '487', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg', '487', 'featured-image', '{\"width\":640,\"height\":425,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg\",\"size\":\"full\",\"id\":487,\"alt\":\"\",\"pixels\":272000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:07:26', '2021-11-08 06:08:16', 1, NULL, NULL, NULL, NULL, 0, 1);
INSERT INTO `me_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(213, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg', '81:7d17eb3571ed5c866dc6c9ce791cfb36', 487, 'post', 'attachment', 1, 483, NULL, NULL, 'phoca_thumb_l_540', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/phoca_thumb_l_540.jpg', NULL, '487', 'attachment-image', NULL, NULL, NULL, '487', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:08:11', '2021-11-08 06:08:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(214, 'http://localhost/modd-events.com/2021/11/08/evenement-dentreprise-logicon-development/', '86:3eaa6dce135d9b77e9037de4bd3657ee', 488, 'post', 'post', 1, 0, NULL, NULL, 'Événement d&rsquo;entreprise « Logicon Development »', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg', NULL, '490', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg', '490', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg\",\"size\":\"full\",\"id\":490,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:11:43', '2021-11-08 06:12:32', 1, NULL, NULL, NULL, NULL, 0, 1),
(215, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg', '101:d092f9bbe9e77211b50f337247672600', 490, 'post', 'attachment', 1, 488, NULL, NULL, 'Logicon-Development-Corporate-Event-2', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Logicon-Development-Corporate-Event-2.jpg', NULL, '490', 'attachment-image', NULL, NULL, NULL, '490', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:12:26', '2021-11-08 09:12:30', 1, NULL, NULL, NULL, NULL, 1, NULL),
(216, 'http://localhost/modd-events.com/2021/11/08/realisation-de-films-oriflame-team-building/', '88:7b3c970d4845baf9eb48ccb11aecb109', 492, 'post', 'post', 1, 0, NULL, NULL, 'Réalisation de films Oriflame (team building)', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg', NULL, '495', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg', '495', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg\",\"size\":\"full\",\"id\":495,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:14:59', '2021-11-08 06:21:03', 1, NULL, NULL, NULL, NULL, 0, 1),
(217, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg', '102:ca4cc9ae492d729bb46c8115fa51eaee', 495, 'post', 'attachment', 1, 492, NULL, NULL, 'Oriflame-Movie-making-team-building-21', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Oriflame-Movie-making-team-building-21.jpg', NULL, '495', 'attachment-image', NULL, NULL, NULL, '495', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:15:36', '2021-11-08 06:15:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(218, 'http://localhost/modd-events.com/2021/11/08/reveillon-du-nouvel-an-2010-2011-de-lacba/', '86:d0679f442b70c26473347766043a661b', 497, 'post', 'post', 1, 0, NULL, NULL, 'Réveillon du Nouvel An 2010-2011 de l&rsquo;ACBA', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg', NULL, '500', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg', '500', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg\",\"size\":\"full\",\"id\":500,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:21:29', '2021-11-08 06:22:30', 1, NULL, NULL, NULL, NULL, 0, 1),
(219, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg', '106:5f849509a646cadd5ef4f4929b26641b', 500, 'post', 'attachment', 1, 497, NULL, NULL, 'ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/ACBA-CREDIT-AGRICOLE-BANK-New-Year-Party-8.jpg', NULL, '500', 'attachment-image', NULL, NULL, NULL, '500', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:22:24', '2021-11-08 06:22:24', 1, NULL, NULL, NULL, NULL, 0, NULL),
(220, 'http://localhost/modd-events.com/2021/11/08/source-team-building/', '65:7488b45cd8ec44ec54c5eba6bdbfbbec', 501, 'post', 'post', 1, 0, NULL, NULL, 'Source, Team Building', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg', NULL, '505', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg', '505', 'featured-image', '{\"width\":448,\"height\":299,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg\",\"size\":\"full\",\"id\":505,\"alt\":\"\",\"pixels\":133952,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:26:27', '2021-11-08 06:27:10', 1, NULL, NULL, NULL, NULL, 0, 1),
(221, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg', '87:4476db13a2f2d5628df4979d0a30f010', 505, 'post', 'attachment', 1, 501, NULL, NULL, 'Sourcio-Team-Building-9', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Sourcio-Team-Building-9.jpg', NULL, '505', 'attachment-image', NULL, NULL, NULL, '505', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:27:05', '2021-11-08 06:27:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(222, 'http://localhost/modd-events.com/2021/11/08/defile-orange-armenie/', '66:7d796fea5bb5311d193a09e4f1df743c', 506, 'post', 'post', 1, 0, NULL, NULL, 'Défilé Orange Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/215119_248366881848419_622598_n.jpg', NULL, '507', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/215119_248366881848419_622598_n.jpg', '507', 'featured-image', '{\"width\":640,\"height\":427,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/215119_248366881848419_622598_n.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/215119_248366881848419_622598_n.jpg\",\"size\":\"full\",\"id\":507,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:30:22', '2021-11-08 06:30:50', 1, NULL, NULL, NULL, NULL, 0, 1),
(223, 'http://localhost/modd-events.com/2021/11/08/soiree-de-thanksgiving-orange-armenie/', '82:cf965dd4cfae4eff03323faf6d00c6b8', 510, 'post', 'post', 1, 0, NULL, NULL, 'Soirée de Thanksgiving Orange Arménie', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 60, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg', NULL, '512', 'featured-image', NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg', '512', 'featured-image', '{\"width\":427,\"height\":640,\"url\":\"http://localhost/modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg\",\"path\":\"G:\\\\wamp64\\\\www\\\\modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg\",\"size\":\"full\",\"id\":512,\"alt\":\"\",\"pixels\":273280,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2021-11-08 09:34:28', '2021-11-08 06:35:12', 1, NULL, NULL, NULL, NULL, 0, 1),
(224, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg', '98:9bbb211bdb3f10ede1b9305ad1d4c6db', 512, 'post', 'attachment', 1, 510, NULL, NULL, '279814_248381845180256_3254983_o-1', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/279814_248381845180256_3254983_o-1.jpg', NULL, '512', 'attachment-image', NULL, NULL, NULL, '512', 'attachment-image', NULL, NULL, NULL, NULL, '2021-11-08 09:35:05', '2021-11-08 09:35:09', 1, NULL, NULL, NULL, NULL, 1, NULL);

-- --------------------------------------------------------

--
-- Structure de la table `me_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `me_yoast_indexable_hierarchy`;
CREATE TABLE IF NOT EXISTS `me_yoast_indexable_hierarchy` (
  `indexable_id` int(11) UNSIGNED NOT NULL,
  `ancestor_id` int(11) UNSIGNED NOT NULL,
  `depth` int(11) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_yoast_indexable_hierarchy`
--

INSERT INTO `me_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(1, 0, 0, 1),
(2, 0, 0, 1),
(3, 0, 0, 1),
(4, 0, 0, 1),
(5, 0, 0, 1),
(6, 0, 0, 1),
(7, 0, 0, 1),
(8, 7, 1, 1),
(9, 0, 0, 1),
(10, 0, 0, 1),
(11, 0, 0, 1),
(12, 0, 0, 1),
(13, 0, 0, 1),
(14, 0, 0, 1),
(15, 0, 0, 1),
(16, 0, 0, 1),
(17, 0, 0, 1),
(18, 9, 1, 1),
(19, 9, 1, 1),
(20, 9, 1, 1),
(21, 9, 1, 1),
(22, 9, 1, 1),
(23, 9, 1, 1),
(24, 9, 1, 1),
(25, 9, 1, 1),
(26, 9, 1, 1),
(27, 9, 1, 1),
(28, 12, 1, 1),
(29, 12, 1, 1),
(30, 6, 1, 1),
(31, 6, 1, 1),
(32, 6, 1, 1),
(33, 6, 1, 1),
(34, 6, 1, 1),
(35, 6, 1, 1),
(36, 5, 1, 1),
(37, 5, 1, 1),
(38, 5, 1, 1),
(39, 5, 1, 1),
(40, 0, 0, 1),
(41, 40, 1, 1),
(42, 40, 1, 1),
(43, 0, 0, 1),
(44, 43, 1, 1),
(45, 43, 1, 1),
(46, 43, 1, 1),
(47, 17, 1, 1),
(48, 17, 1, 1),
(49, 17, 1, 1),
(50, 0, 0, 1),
(51, 50, 1, 1),
(52, 0, 0, 1),
(53, 0, 0, 1),
(54, 0, 0, 1),
(55, 0, 0, 1),
(56, 0, 0, 1),
(57, 4, 1, 1),
(58, 56, 1, 1),
(59, 55, 1, 1),
(60, 0, 0, 1),
(61, 0, 0, 1),
(62, 0, 0, 1),
(63, 0, 0, 1),
(64, 0, 0, 1),
(65, 0, 0, 1),
(66, 0, 0, 1),
(67, 0, 0, 1),
(68, 0, 0, 1),
(69, 0, 0, 1),
(70, 0, 0, 1),
(71, 0, 0, 1),
(72, 0, 0, 1),
(73, 0, 0, 1),
(74, 0, 0, 1),
(75, 0, 0, 1),
(76, 0, 0, 1),
(77, 0, 0, 1),
(78, 0, 0, 1),
(79, 0, 0, 1),
(80, 0, 0, 1),
(81, 0, 0, 1),
(82, 0, 0, 1),
(83, 0, 0, 1),
(84, 0, 0, 1),
(85, 0, 0, 1),
(86, 0, 0, 1),
(87, 86, 1, 1),
(88, 0, 0, 1),
(89, 88, 1, 1),
(90, 0, 0, 1),
(91, 90, 1, 1),
(92, 0, 0, 1),
(93, 92, 1, 1),
(94, 0, 0, 1),
(95, 94, 1, 1),
(96, 0, 0, 1),
(97, 96, 1, 1),
(98, 0, 0, 1),
(99, 98, 1, 1),
(100, 0, 0, 1),
(101, 100, 1, 1),
(102, 0, 0, 1),
(103, 0, 0, 1),
(104, 103, 1, 1),
(105, 0, 0, 1),
(106, 105, 1, 1),
(107, 0, 0, 1),
(108, 107, 1, 1),
(109, 0, 0, 1),
(110, 109, 1, 1),
(111, 0, 0, 1),
(112, 111, 1, 1),
(113, 0, 0, 1),
(114, 113, 1, 1),
(115, 0, 0, 1),
(116, 115, 1, 1),
(117, 0, 0, 1),
(118, 117, 1, 1),
(119, 0, 0, 1),
(120, 119, 1, 1),
(121, 0, 0, 1),
(122, 121, 1, 1),
(123, 0, 0, 1),
(124, 0, 0, 1),
(125, 124, 1, 1),
(126, 0, 0, 1),
(127, 126, 1, 1),
(128, 0, 0, 1),
(129, 128, 1, 1),
(130, 0, 0, 1),
(131, 130, 1, 1),
(132, 0, 0, 1),
(133, 132, 1, 1),
(134, 0, 0, 1),
(135, 134, 1, 1),
(136, 0, 0, 1),
(137, 136, 1, 1),
(138, 0, 0, 1),
(139, 138, 1, 1),
(140, 0, 0, 1),
(141, 140, 1, 1),
(142, 0, 0, 1),
(143, 142, 1, 1),
(144, 0, 0, 1),
(145, 144, 1, 1),
(146, 0, 0, 1),
(147, 146, 1, 1),
(148, 0, 0, 1),
(149, 148, 1, 1),
(150, 0, 0, 1),
(151, 150, 1, 1),
(152, 0, 0, 1),
(153, 152, 1, 1),
(154, 0, 0, 1),
(155, 154, 1, 1),
(156, 0, 0, 1),
(157, 156, 1, 1),
(158, 0, 0, 1),
(159, 158, 1, 1),
(160, 0, 0, 1),
(161, 160, 1, 1),
(162, 0, 0, 1),
(163, 162, 1, 1),
(164, 0, 0, 1),
(165, 0, 0, 1),
(166, 165, 1, 1),
(167, 0, 0, 1),
(168, 167, 1, 1),
(169, 0, 0, 1),
(170, 169, 1, 1),
(171, 0, 0, 1),
(172, 0, 0, 1),
(173, 172, 1, 1),
(174, 0, 0, 1),
(175, 174, 1, 1),
(176, 0, 0, 1),
(177, 176, 1, 1),
(178, 0, 0, 1),
(179, 178, 1, 1),
(180, 0, 0, 1),
(181, 180, 1, 1),
(182, 0, 0, 1),
(183, 182, 1, 1),
(184, 0, 0, 1),
(185, 184, 1, 1),
(186, 0, 0, 1),
(187, 186, 1, 1),
(188, 0, 0, 1),
(189, 188, 1, 1),
(190, 0, 0, 1),
(191, 190, 1, 1),
(192, 0, 0, 1),
(193, 192, 1, 1),
(194, 0, 0, 1),
(195, 194, 1, 1),
(196, 0, 0, 1),
(197, 196, 1, 1),
(198, 0, 0, 1),
(199, 198, 1, 1),
(200, 0, 0, 1),
(201, 200, 1, 1),
(202, 0, 0, 1),
(203, 202, 1, 1),
(204, 0, 0, 1),
(205, 204, 1, 1),
(206, 0, 0, 1),
(207, 206, 1, 1),
(208, 0, 0, 1),
(209, 208, 1, 1),
(210, 0, 0, 1),
(211, 210, 1, 1),
(212, 0, 0, 1),
(213, 212, 1, 1),
(214, 0, 0, 1),
(215, 214, 1, 1),
(216, 0, 0, 1),
(217, 216, 1, 1),
(218, 0, 0, 1),
(219, 218, 1, 1),
(220, 0, 0, 1),
(221, 220, 1, 1),
(222, 0, 0, 1),
(223, 0, 0, 1),
(224, 223, 1, 1);

-- --------------------------------------------------------

--
-- Structure de la table `me_yoast_migrations`
--

DROP TABLE IF EXISTS `me_yoast_migrations`;
CREATE TABLE IF NOT EXISTS `me_yoast_migrations` (
  `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `me_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_yoast_migrations`
--

INSERT INTO `me_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134');

-- --------------------------------------------------------

--
-- Structure de la table `me_yoast_primary_term`
--

DROP TABLE IF EXISTS `me_yoast_primary_term`;
CREATE TABLE IF NOT EXISTS `me_yoast_primary_term` (
  `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Déchargement des données de la table `me_yoast_primary_term`
--

INSERT INTO `me_yoast_primary_term` (`id`, `post_id`, `term_id`, `taxonomy`, `created_at`, `updated_at`, `blog_id`) VALUES
(1, 1, 1, 'category', '2021-11-04 13:24:13', '2021-11-04 10:35:45', 1),
(2, 187, 3, 'category', '2021-11-04 13:25:26', '2021-11-04 10:33:48', 1),
(3, 189, 3, 'category', '2021-11-04 13:26:24', '2021-11-04 10:33:25', 1),
(4, 191, 3, 'category', '2021-11-04 13:27:16', '2021-11-04 10:32:58', 1),
(5, 193, 3, 'category', '2021-11-04 13:28:09', '2021-11-04 10:32:18', 1),
(6, 196, 3, 'category', '2021-11-04 13:29:05', '2021-11-04 10:31:48', 1),
(7, 64, 3, 'category', '2021-11-04 13:31:16', '2021-11-04 10:34:17', 1),
(8, 207, 3, 'category', '2021-11-04 14:01:33', '2021-11-04 11:01:34', 1),
(9, 217, 5, 'category', '2021-11-04 14:17:16', '2021-11-04 11:17:16', 1),
(10, 221, 5, 'category', '2021-11-05 05:30:19', '2021-11-05 02:30:19', 1),
(11, 225, 5, 'category', '2021-11-05 05:35:28', '2021-11-05 02:35:28', 1),
(12, 229, 5, 'category', '2021-11-05 05:42:37', '2021-11-05 02:42:37', 1),
(13, 233, 5, 'category', '2021-11-05 05:47:36', '2021-11-05 02:47:36', 1),
(14, 237, 5, 'category', '2021-11-05 05:55:17', '2021-11-05 02:55:17', 1),
(15, 241, 5, 'category', '2021-11-05 06:04:46', '2021-11-05 03:04:46', 1),
(16, 245, 5, 'category', '2021-11-05 06:20:50', '2021-11-05 03:20:50', 1),
(17, 249, 5, 'category', '2021-11-05 06:30:00', '2021-11-05 03:30:00', 1),
(18, 252, 5, 'category', '2021-11-05 06:32:11', '2021-11-05 03:32:11', 1),
(19, 256, 5, 'category', '2021-11-05 06:47:18', '2021-11-05 03:47:18', 1),
(20, 260, 5, 'category', '2021-11-05 06:57:32', '2021-11-05 03:57:32', 1),
(21, 264, 5, 'category', '2021-11-05 07:07:30', '2021-11-05 04:07:30', 1),
(22, 269, 5, 'category', '2021-11-05 07:14:59', '2021-11-05 04:15:00', 1),
(23, 273, 5, 'category', '2021-11-05 07:23:59', '2021-11-05 04:23:59', 1),
(24, 277, 5, 'category', '2021-11-05 07:30:01', '2021-11-05 04:30:01', 1),
(25, 281, 5, 'category', '2021-11-05 07:38:51', '2021-11-05 04:38:51', 1),
(26, 285, 5, 'category', '2021-11-05 07:42:48', '2021-11-05 04:42:48', 1),
(27, 289, 5, 'category', '2021-11-05 07:45:34', '2021-11-05 04:45:34', 1),
(28, 293, 5, 'category', '2021-11-05 08:02:00', '2021-11-05 05:02:07', 1),
(29, 296, 5, 'category', '2021-11-05 08:03:45', '2021-11-05 05:03:45', 1),
(30, 300, 5, 'category', '2021-11-05 08:15:38', '2021-11-05 05:15:38', 1),
(31, 305, 5, 'category', '2021-11-05 08:20:31', '2021-11-05 05:20:32', 1),
(32, 310, 5, 'category', '2021-11-05 08:26:47', '2021-11-05 05:26:47', 1),
(33, 314, 5, 'category', '2021-11-05 08:37:09', '2021-11-05 05:37:09', 1),
(34, 318, 5, 'category', '2021-11-05 08:50:46', '2021-11-05 05:50:46', 1),
(35, 323, 5, 'category', '2021-11-05 08:57:48', '2021-11-05 05:57:48', 1),
(36, 327, 5, 'category', '2021-11-05 09:09:18', '2021-11-05 06:09:18', 1),
(37, 331, 5, 'category', '2021-11-05 09:20:01', '2021-11-05 06:20:01', 1),
(38, 335, 5, 'category', '2021-11-05 09:33:48', '2021-11-05 06:33:48', 1),
(39, 339, 5, 'category', '2021-11-05 09:39:43', '2021-11-05 06:39:43', 1),
(40, 343, 5, 'category', '2021-11-05 11:16:16', '2021-11-05 08:16:35', 1),
(41, 349, 5, 'category', '2021-11-05 11:21:04', '2021-11-05 08:21:04', 1),
(42, 353, 5, 'category', '2021-11-05 11:27:36', '2021-11-05 08:27:36', 1),
(43, 358, 5, 'category', '2021-11-05 11:31:00', '2021-11-05 08:31:00', 1),
(44, 362, 5, 'category', '2021-11-05 11:42:19', '2021-11-05 08:42:19', 1),
(45, 366, 5, 'category', '2021-11-05 12:50:29', '2021-11-05 09:50:29', 1),
(46, 371, 5, 'category', '2021-11-05 12:58:41', '2021-11-05 09:58:42', 1),
(47, 375, 5, 'category', '2021-11-05 13:04:18', '2021-11-05 10:04:18', 1),
(48, 379, 5, 'category', '2021-11-05 13:08:48', '2021-11-05 10:08:49', 1),
(49, 383, 5, 'category', '2021-11-05 13:12:44', '2021-11-05 10:12:44', 1),
(50, 386, 5, 'category', '2021-11-05 13:14:21', '2021-11-05 10:14:22', 1),
(51, 390, 5, 'category', '2021-11-05 13:21:00', '2021-11-05 10:21:00', 1),
(52, 394, 5, 'category', '2021-11-05 13:29:20', '2021-11-05 10:29:20', 1),
(53, 398, 5, 'category', '2021-11-05 13:40:18', '2021-11-05 10:40:18', 1),
(54, 401, 5, 'category', '2021-11-05 13:41:58', '2021-11-05 10:43:57', 1),
(55, 407, 5, 'category', '2021-11-05 13:47:14', '2021-11-05 10:47:14', 1),
(56, 411, 5, 'category', '2021-11-05 13:59:31', '2021-11-05 10:59:31', 1),
(57, 416, 5, 'category', '2021-11-08 07:24:49', '2021-11-08 04:25:05', 1),
(58, 419, 5, 'category', '2021-11-08 07:29:35', '2021-11-08 04:31:11', 1),
(59, 424, 5, 'category', '2021-11-08 07:34:42', '2021-11-08 04:39:50', 1),
(60, 427, 5, 'category', '2021-11-08 07:37:18', '2021-11-08 04:38:50', 1),
(61, 431, 5, 'category', '2021-11-08 07:43:17', '2021-11-08 04:45:33', 1),
(62, 435, 5, 'category', '2021-11-08 07:47:05', '2021-11-08 04:54:14', 1),
(63, 439, 5, 'category', '2021-11-08 08:01:40', '2021-11-08 05:06:00', 1),
(64, 442, 5, 'category', '2021-11-08 08:09:40', '2021-11-08 05:13:31', 1),
(65, 446, 5, 'category', '2021-11-08 08:17:46', '2021-11-08 05:17:46', 1),
(66, 450, 5, 'category', '2021-11-08 08:21:34', '2021-11-08 05:22:08', 1),
(67, 454, 5, 'category', '2021-11-08 08:26:20', '2021-11-08 05:26:46', 1),
(68, 458, 5, 'category', '2021-11-08 08:30:02', '2021-11-08 05:35:58', 1),
(69, 462, 5, 'category', '2021-11-08 08:38:25', '2021-11-08 05:39:16', 1),
(70, 466, 5, 'category', '2021-11-08 08:47:39', '2021-11-08 05:47:39', 1),
(71, 470, 5, 'category', '2021-11-08 08:51:39', '2021-11-08 05:53:22', 1),
(72, 475, 5, 'category', '2021-11-08 08:58:28', '2021-11-08 05:58:28', 1),
(73, 479, 5, 'category', '2021-11-08 09:03:53', '2021-11-08 06:03:54', 1),
(74, 483, 5, 'category', '2021-11-08 09:07:44', '2021-11-08 06:08:16', 1),
(75, 488, 5, 'category', '2021-11-08 09:12:32', '2021-11-08 06:12:32', 1),
(76, 492, 5, 'category', '2021-11-08 09:15:20', '2021-11-08 06:21:03', 1),
(77, 497, 5, 'category', '2021-11-08 09:22:04', '2021-11-08 06:22:30', 1),
(78, 501, 5, 'category', '2021-11-08 09:26:50', '2021-11-08 06:27:10', 1),
(79, 506, 5, 'category', '2021-11-08 09:30:49', '2021-11-08 06:30:49', 1),
(80, 510, 5, 'category', '2021-11-08 09:35:12', '2021-11-08 06:35:12', 1);

-- --------------------------------------------------------

--
-- Structure de la table `me_yoast_seo_links`
--

DROP TABLE IF EXISTS `me_yoast_seo_links`;
CREATE TABLE IF NOT EXISTS `me_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(11) UNSIGNED DEFAULT NULL,
  `height` int(11) UNSIGNED DEFAULT NULL,
  `width` int(11) UNSIGNED DEFAULT NULL,
  `size` int(11) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `me_yoast_seo_links`
--

INSERT INTO `me_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(39, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1535039_770715532946882_2076833155_n.jpg', 10, 130, 'image-in', 9, 18, 238, 355, 108964, NULL, NULL),
(40, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0006_Layer-2.jpg', 10, 135, 'image-in', 9, 19, 168, 196, 70429, NULL, NULL),
(41, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0002_Layer-6.jpg', 10, 136, 'image-in', 9, 20, 167, 216, 64036, NULL, NULL),
(42, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil1_1.jpg', 10, 138, 'image-in', 9, 21, 51, 564, 38952, NULL, NULL),
(43, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/jeux_fr.jpg', 10, 140, 'image-in', 9, 22, 70, 810, 17288, NULL, NULL),
(44, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil2.jpg', 10, 142, 'image-in', 9, 23, 51, 564, 40050, NULL, NULL),
(45, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/analyse_fr1.jpg', 10, 143, 'image-in', 9, 24, 96, 810, 37590, NULL, NULL),
(46, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil3.jpg', 10, 144, 'image-in', 9, 25, 51, 564, 41664, NULL, NULL),
(47, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/titre_etape_1.jpg', 10, 145, 'image-in', 9, 26, 49, 448, 24707, NULL, NULL),
(48, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/etapes_francais-page-001.jpg', 10, 146, 'image-in', 9, 27, 368, 810, 193640, NULL, NULL),
(53, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1_copy.jpg', 12, 148, 'image-in', 12, 28, 304, 442, 126690, NULL, NULL),
(54, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_copy.jpg', 12, 151, 'image-in', 12, 29, 51, 564, 32630, NULL, NULL),
(78, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-2_0000_Layer-3-1.jpg', 14, 153, 'image-in', 6, 30, 224, 319, 92688, NULL, NULL),
(79, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/697_515762765108828_32282134_n.jpg', 14, 155, 'image-in', 6, 31, 183, 275, 77708, NULL, NULL),
(80, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1383301_706631546021948_1132263940_n.jpg', 14, 156, 'image-in', 6, 32, 183, 271, 83125, NULL, NULL),
(81, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/conseil_evmnt_dentreprise_copy.jpg', 14, 159, 'image-in', 6, 34, 51, 564, 36675, NULL, NULL),
(82, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/FRANCAIS-1024x242.jpg', 14, 161, 'image-in', 6, 35, 604, 2560, 143558, NULL, NULL),
(95, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/179610_190943367590771_7846892_n.jpg', 16, 163, 'image-in', 5, 36, 264, 350, 121122, NULL, NULL),
(96, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_sociaux_copy.jpg', 16, 164, 'image-in', 5, 37, 69, 564, 58675, NULL, NULL),
(97, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378895_713160475369055_198719391_n.jpg', 16, 165, 'image-in', 5, 38, 253, 375, 126207, NULL, NULL),
(98, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/1378810_708293719189064_1561996285_n.jpg', 16, 167, 'image-in', 5, 39, 253, 375, 159488, NULL, NULL),
(101, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Untitled-1.jpg', 170, 172, 'image-in', 40, 41, 198, 613, 64585, NULL, NULL),
(102, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/580755_468319346519837_887772421_n.jpg', 170, 173, 'image-in', 40, 42, 198, 150, 35438, NULL, NULL),
(108, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/Picture2.jpg', 175, 176, 'image-in', 43, 44, 204, 304, 99196, NULL, NULL),
(109, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/229443_505754326109672_1215926960_n.jpg', 175, 179, 'image-in', 43, 45, 187, 278, 87830, NULL, NULL),
(110, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/evnmt_cult_et_sport_copy.jpg', 175, 180, 'image-in', 43, 46, 51, 564, 47627, NULL, NULL),
(114, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/253131_505753956109709_109405224_n.jpg', 18, 182, 'image-in', 17, 47, 246, 363, 102825, NULL, NULL),
(115, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo1.jpg', 18, 183, 'image-in', 17, 48, 213, 618, 101976, NULL, NULL),
(116, 'http://localhost/modd-events.com/wp-content/uploads/2021/11/photo2.jpg', 18, 184, 'image-in', 17, 49, 254, 618, 125418, NULL, NULL);

--
-- Index pour les tables déchargées
--

--
-- Index pour la table `me_trp_dictionary_fr_fr_en_gb`
--
ALTER TABLE `me_trp_dictionary_fr_fr_en_gb` ADD FULLTEXT KEY `original_fulltext` (`original`);

--
-- Index pour la table `me_trp_gettext_en_gb`
--
ALTER TABLE `me_trp_gettext_en_gb` ADD FULLTEXT KEY `original_fulltext` (`original`);

--
-- Index pour la table `me_trp_gettext_fr_fr`
--
ALTER TABLE `me_trp_gettext_fr_fr` ADD FULLTEXT KEY `original_fulltext` (`original`);
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
